/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.clearAfter:after {
  clear: both;
  display: block;
  content: " ";
}
html {
  height: 100% !important;
}
body {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #6c2475;
  line-height: 1.2;
  min-height: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body.overflow {
  overflow: hidden;
}
.wrapper {
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0px auto;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 1300px) {
  .container {
    width: 1300px;
    padding: 0px 50px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100% !important;
    padding: 0px 20px;
  }
}
h1,
h2,
.title-large {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  color: #6c2475;
  margin: 0px 0px 40px 0px;
}
@media (max-width: 991px) {
  h1,
  h2,
  .title-large {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  .title-large {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
h1.big-margin,
h2.big-margin,
.title-large.big-margin {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  h1.big-margin,
  h2.big-margin,
  .title-large.big-margin {
    margin-bottom: 40px;
  }
}
h3,
.title-medium {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: #6c2475;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
  h3,
  .title-medium {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
p.p-small {
  font-size: 12px;
}
.mb40 {
  margin-bottom: 40px;
}
.is-color-light {
  color: #a172a8 !important;
}
.is-color-light a {
  color: inherit !important;
}
a[href^="tel:"],
a[href^="mailto:"],
a[href^="fax:"] {
  color: #6c2475 !important;
  border-bottom: 1px solid #6c2475 !important;
  text-decoration: none !important;
}
header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  z-index: 1000;
  background: #FFF;
  padding: 15px 0px;
  box-shadow: 0px 0px 10px rgba(108, 36, 117, 0.2);
}
header .header-inner {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header .header-inner {
    display: block;
  }
}
header .header-inner .logo a {
  width: 266px;
  height: 90px;
  display: block;
  background: url('/view/img/logo.svg') no-repeat;
  background-size: auto 100% !important;
}
@media (max-width: 991px) {
  header .header-inner .logo a {
    width: 150px;
    height: 50px;
  }
}
.header-spacer {
  height: 120px;
}
@media (max-width: 991px) {
  .header-spacer {
    height: 80px;
  }
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs) {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs) > li {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  padding-left: 15px;
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs) > li::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0.45em;
  width: 4px;
  height: 4px;
  background: #6c2475;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs).ul-white > li::before {
  background: #FFF;
}
.navbar-collapse {
  padding: 0px;
  margin: 0px;
}
@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.navbar-toggle {
  position: absolute;
  right: 20px;
  top: 25px;
  background: #6c2475;
  margin: 0px;
  width: 50px;
  height: 30px;
  background: url('/view/img/i-toggle.svg') no-repeat right center;
  background-size: auto 30px !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.navbar-toggle.in {
  background: url('/view/img/i-toggle-close.svg') no-repeat right center;
  background-size: auto 30px !important;
}
.nav-header {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
@media (min-width: 992px) {
  .nav-header {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.nav-header > li {
  display: inline-block;
  margin: 5px 0px 5px 30px;
}
@media (max-width: 991px) {
  .nav-header > li {
    margin: 0px;
    display: block;
    float: none;
    padding: 10px 0px;
  }
}
.nav-header > li > a {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: #6c2475;
  text-decoration: none !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: table;
  padding: 3px 0px;
}
.nav-header > li > a::after {
  content: " ";
  width: 0px;
  height: 2px;
  background: #6c2475;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-header > li.active > a::after {
  width: 100%;
}
.nav-header > li.buy > a {
  font-size: 19px;
  font-weight: 900;
  padding: 10px 40px;
  color: #FFF;
  text-transform: none !important;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-header > li.buy > a::before {
  content: " ";
  z-index: -1;
  background: #ce0573;
  background: linear-gradient(145deg, #ce0573 40%, #6c2475 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.nav-header > li.buy > a span {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.nav-header > li.buy > a span::after {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #FFF;
}
.nav-header > li.buy > a::after {
  display: none !important;
}
.nav-header > li.buy:hover > a,
.nav-header > li.buy.active > a {
  background: #ce0573 !important;
}
.heading {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .heading::before {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 80px;
    pointer-events: none;
    background: #f9f5f9;
    content: " ";
  }
}
@media (max-width: 767px) {
  .heading {
    background: #f9f5f9;
    padding: 30px 0px;
  }
  .heading::before {
    width: 300px;
    height: 300px;
    background: #ebdfed;
    position: absolute;
    left: -50px;
    top: 200px;
    content: " ";
    -webkit-border-radius: 51%;
    -moz-border-radius: 51%;
    border-radius: 51%;
  }
}
@media (max-width: 480px) {
  .heading::before {
    width: 200px;
    height: 200px;
    top: 170px;
  }
}
.heading .video-wrapper {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0px 0px 0px auto;
  width: 772px;
  height: 852px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .heading .video-wrapper {
    width: calc(694.8px);
    height: calc(766.8px);
  }
}
@media (max-width: 1200px) {
  .heading .video-wrapper {
    width: calc(617.6px);
    height: calc(681.6px);
  }
}
@media (max-width: 991px) {
  .heading .video-wrapper {
    width: calc(540.4px);
    height: calc(596.4px);
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .heading .video-wrapper {
    width: 400px;
    height: 600px;
    top: 30px;
  }
}
@media (max-width: 640px) {
  .heading .video-wrapper {
    width: calc(320px);
    height: calc(480px);
  }
}
@media (max-width: 480px) {
  .heading .video-wrapper {
    top: 100px;
    width: calc(240px);
    height: calc(360px);
  }
}
@media (max-width: 400px) {
  .heading .video-wrapper {
    width: calc(200px);
    height: calc(300px);
  }
}
.heading .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask: url('/view/img/video-mask.svg');
  mask: url('/view/img/video-mask.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
@media (max-width: 767px) {
  .heading .video-wrapper video {
    -webkit-mask: url('/view/img/video-mask-mobile.svg');
    mask: url('/view/img/video-mask-mobile.svg');
  }
}
.heading .video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heading .video-wrapper .video-label {
  position: absolute;
  right: 0px;
  bottom: 150px;
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 40px 10px 25px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 5;
}
@media (max-width: 767px) {
  .heading .video-wrapper .video-label {
    bottom: 0px;
    font-size: 14px;
    padding: 10px 30px 10px 15px;
  }
}
@media (max-width: 480px) {
  .heading .video-wrapper .video-label {
    font-size: 12px;
  }
}
.heading .heading-description {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .heading .heading-description {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 10;
  }
}
.heading .heading-description .description {
  padding-top: 60px;
  width: 50%;
}
@media (max-width: 1200px) {
  .heading .heading-description .description {
    width: 60%;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description {
    padding-top: 0px;
  }
}
.heading .heading-description .description .heading-title {
  font-size: 70px;
  font-weight: bold;
  color: #ce0573;
  line-height: 0.9;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .heading .heading-description .description .heading-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description .heading-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .heading .heading-description .description .heading-title {
    font-size: 30px;
  }
}
.heading .heading-description .description .heading-title span {
  font-size: 34px;
  display: block;
}
@media (max-width: 1200px) {
  .heading .heading-description .description .heading-title span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description .heading-title span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .heading .heading-description .description .heading-title span {
    font-size: 14px;
  }
}
.heading .heading-description .description .produkt {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.heading .heading-description .description .produkt::before {
  width: 450px;
  height: 450px;
  background: #ebdfed;
  position: absolute;
  left: -225px;
  top: -15px;
  content: " ";
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
}
@media (max-width: 1200px) {
  .heading .heading-description .description .produkt::before {
    width: 380px;
    height: 380px;
    left: -190px;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description .produkt::before {
    display: none;
  }
}
.heading .heading-description .description .produkt > div {
  display: table;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.heading .heading-description .description .produkt > div img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .heading .heading-description .description .produkt > div img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description .produkt > div img {
    max-width: 300px;
  }
}
@media (max-width: 580px) {
  .heading .heading-description .description .produkt > div img {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .heading .heading-description .description .produkt > div img {
    max-width: 200px;
  }
}
@media (max-width: 400px) {
  .heading .heading-description .description .produkt > div img {
    max-width: 180px;
  }
}
.heading .heading-description .description .produkt > div .produkt-description {
  font-weight: 600;
  box-shadow: 0px 5px 20px rgba(108, 36, 117, 0.3);
  background: #FFF;
  padding: 30px 50px;
  position: absolute;
  top: 2%;
  left: 75%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .heading .heading-description .description .produkt > div .produkt-description {
    padding: 20px 40px;
    top: 8%;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description .produkt > div .produkt-description {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 20px 30px;
    margin-bottom: 20px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    display: table;
  }
}
@media (max-width: 480px) {
  .heading .heading-description .description .produkt > div .produkt-description {
    padding: 15px 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
}
.heading .heading-description .description .produkt > div .produkt-description .witamins {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins {
    margin: 5px 0px;
  }
}
.heading .heading-description .description .produkt > div .produkt-description .witamins div {
  line-height: 0.8;
  padding: 0px 10px 0px 0px;
  margin: 0px 10px 0px 0px;
  font-size: 41px;
  border-right: 2px solid #a172a8;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins div {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins div {
    font-size: 20px;
    padding: 0px 5px 0px 0px;
    margin: 0px 5px 0px 0px;
  }
}
@media (max-width: 480px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins div {
    font-size: 16px;
  }
}
.heading .heading-description .description .produkt > div .produkt-description .witamins div sub {
  font-size: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins div sub {
    font-size: 8px;
  }
}
@media (max-width: 480px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins div sub {
    font-size: 6px;
  }
}
.heading .heading-description .description .produkt > div .produkt-description .witamins div:last-child {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.heading .heading-description .description .produkt > div .produkt-description .witamins-plus {
  color: #ce0573;
  font-size: 23px;
}
@media (max-width: 1200px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins-plus {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins-plus {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins-plus {
    font-size: 10px;
  }
}
.heading .heading-description .description .produkt > div .produkt-description .witamins-plus span {
  background: #ce0573;
  color: #FFF;
  font-size: 23px;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins-plus span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins-plus span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .heading .heading-description .description .produkt > div .produkt-description .witamins-plus span {
    font-size: 10px;
  }
}
.section {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .section {
    margin-bottom: 60px;
  }
}
.section.has-padding-top {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .section.has-padding-top {
    padding-top: 30px;
  }
}
.section.section-background {
  padding: 50px;
  background: #f9f5f9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .section.section-background {
    padding: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
@media (max-width: 480px) {
  .section.section-background {
    padding: 20px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
.cechy {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.cechy .item {
  width: 33.33333333%;
  padding: 0px 15px 30px 15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 991px) {
  .cechy .item {
    width: 100%;
    padding-bottom: 15px;
  }
}
.cechy .item > div {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 5px 20px rgba(108, 36, 117, 0.3);
  padding: 20px 20px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .cechy .item > div {
    font-size: 18px;
  }
}
.cechy .item > div p {
  margin: 0px;
  width: 100%;
  font-weight: 400;
  text-align: center;
}
.skladniki-boxes {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -100px;
}
@media (max-width: 991px) {
  .skladniki-boxes {
    margin: 0px -15px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.skladniki-boxes .image {
  order: 2;
  width: 50%;
  padding: 0px 15px;
}
@media (max-width: 1200px) {
  .skladniki-boxes .image {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .skladniki-boxes .image {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
.skladniki-boxes .image img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.skladniki-boxes .skladniki-boxes-column {
  width: 25%;
  padding: 0px 15px;
  order: 1;
}
@media (max-width: 1200px) {
  .skladniki-boxes .skladniki-boxes-column {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .skladniki-boxes .skladniki-boxes-column {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 580px) {
  .skladniki-boxes .skladniki-boxes-column {
    width: 100%;
  }
  .skladniki-boxes .skladniki-boxes-column + .skladniki-boxes-column {
    margin-top: 30px;
  }
}
.skladniki-boxes .skladniki-boxes-column .item {
  color: #FFF;
  padding: 40px;
  box-shadow: 0px 5px 20px rgba(108, 36, 117, 0.3);
  font-weight: 300;
  background: #ce0573;
  background: linear-gradient(145deg, #ce0573 40%, #6c2475 100%);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .skladniki-boxes .skladniki-boxes-column .item {
    padding: 30px;
  }
}
.skladniki-boxes .skladniki-boxes-column .item .title-medium {
  color: #FFF;
}
.skladniki-boxes .skladniki-boxes-column .item + .item {
  margin-top: 20px;
}
.skladniki-boxes .skladniki-boxes-column.is-right {
  order: 3;
}
.skladniki-boxes .skladniki-boxes-column.is-right .item {
  background: #986baa;
  background: linear-gradient(145deg, #ebadca 40%, #986baa 100%);
}
.skladniki-boxes .skladniki-boxes-column.is-right .item ul li {
  margin: 0px !important;
}
.korzysci-icons {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px 80px -15px;
}
@media (max-width: 991px) {
  .korzysci-icons {
    margin: 0px -15px 60px -15px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.korzysci-icons .image {
  width: 50%;
  padding: 0px 15px;
  order: 2;
}
@media (max-width: 1200px) {
  .korzysci-icons .image {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .korzysci-icons .image {
    order: 1;
    width: 100%;
  }
}
.korzysci-icons .image .video-wrapper {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  .korzysci-icons .image .video-wrapper {
    max-width: 400px;
    margin: 0px auto 30px auto;
  }
}
.korzysci-icons .image .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask: url('/view/img/video-mask-circle.svg');
  mask: url('/view/img/video-mask-circle.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.korzysci-icons .image .video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.korzysci-icons .icons-column {
  width: 25%;
  padding: 0px 15px;
  order: 1;
}
@media (max-width: 1200px) {
  .korzysci-icons .icons-column {
    order: 2;
    width: 30%;
  }
}
@media (max-width: 991px) {
  .korzysci-icons .icons-column {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 580px) {
  .korzysci-icons .icons-column {
    width: 100%;
  }
  .korzysci-icons .icons-column + .icons-column {
    margin-top: 30px;
  }
}
.korzysci-icons .icons-column.is-right {
  order: 3;
}
.korzysci-icons .icons-column .item {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.korzysci-icons .icons-column .item .ico {
  width: 100px;
  height: 100px;
  margin: 0px auto 15px auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 51px;
  -moz-border-radius: 51px;
  border-radius: 51px;
  background: #FFF;
  box-shadow: 0px 5px 20px rgba(108, 36, 117, 0.3);
}
.korzysci-icons .icons-column .item .ico img,
.korzysci-icons .icons-column .item .ico svg {
  height: 80px !important;
  width: 80px !important;
}
.korzysci-icons .icons-column .item + .item {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  #porownanie {
    padding: 0px 50px;
  }
}
.porownanie-table {
  margin-bottom: 60px;
  background: #FFF;
  box-shadow: 0px 5px 20px rgba(108, 36, 117, 0.3);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .porownanie-table {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .porownanie-table {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
.porownanie-table .porownanie-table-heading {
  padding: 30px;
  text-align: center;
}
.porownanie-table .porownanie-table-heading p:last-child {
  margin: 0px;
}
.porownanie-table .porownanie-table-columns {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.porownanie-table .porownanie-table-columns .column {
  width: 50%;
  padding: 40px;
}
@media (max-width: 767px) {
  .porownanie-table .porownanie-table-columns .column {
    width: 100%;
    padding: 30px;
  }
}
.porownanie-table .porownanie-table-columns .column.is-left {
  background: #6c2475;
  background: linear-gradient(25deg, #6c2475 50%, #ce0573 100%);
  color: #FFF;
  -webkit-border-radius: 0px 0px 0px 100px;
  -moz-border-radius: 0px 0px 0px 100px;
  border-radius: 0px 0px 0px 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .porownanie-table .porownanie-table-columns .column.is-left {
    -webkit-border-radius: 0px 0px 0px 60px;
    -moz-border-radius: 0px 0px 0px 60px;
    border-radius: 0px 0px 0px 60px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (max-width: 767px) {
  .porownanie-table .porownanie-table-columns .column.is-left {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
.porownanie-table .porownanie-table-columns .column.is-left > div {
  display: table;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .porownanie-table .porownanie-table-columns .column.is-left > div {
    display: block;
    text-align: left;
  }
}
.porownanie-table .porownanie-table-columns .column.is-left > div .title-medium {
  color: #FFF !important;
}
.porownanie-table .porownanie-table-columns .column.is-left > div .ul-white li {
  font-size: 1.2em;
  font-weight: bold;
}
.porownanie-table .porownanie-table-columns .column.is-right {
  -webkit-border-radius: 0px 0px 100px 0px;
  -moz-border-radius: 0px 0px 100px 0px;
  border-radius: 0px 0px 100px 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #EAE8F5;
  background: linear-gradient(145deg, #eae8f5 0%, #bba8d2 100%);
}
@media (max-width: 991px) {
  .porownanie-table .porownanie-table-columns .column.is-right {
    -webkit-border-radius: 0px 0px 60px 0px;
    -moz-border-radius: 0px 0px 60px 0px;
    border-radius: 0px 0px 60px 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (max-width: 767px) {
  .porownanie-table .porownanie-table-columns .column.is-right {
    -webkit-border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 0px 30px 30px;
    border-radius: 0px 0px 30px 30px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.info-box {
  background: #FFF;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0px 5px 20px rgba(108, 36, 117, 0.3);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .info-box {
    padding: 30px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .info-box {
    padding: 30px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
.info-box p:last-child {
  margin: 0px;
}
.div-collapse .collapse-trigger {
  color: #6c2475;
  border-bottom: 1px solid #6c2475;
  display: none;
  margin: 20px auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .div-collapse .collapse-trigger {
    display: table;
  }
  .div-collapse .p-small {
    display: none;
  }
}
footer {
  background: #f9f5f9;
  margin-top: 80px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
}
footer::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url('/view/img/footer-circle.svg') no-repeat bottom right !important;
  background-size: auto 70% !important;
  content: "";
  pointer-events: none;
}
@media (max-width: 1200px) {
  footer::before {
    background-size: auto 50% !important;
  }
}
@media (max-width: 767px) {
  footer::before {
    display: none;
  }
}
footer .footer {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: -80px;
}
@media (max-width: 767px) {
  footer .footer {
    display: block;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  footer .footer .footer-image {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  footer .footer .footer-image {
    margin: 0px auto;
  }
}
footer .footer .footer-image img {
  max-width: 100%;
  display: block;
}
@media (max-width: 767px) {
  footer .footer .footer-description {
    margin: -30px auto 0px auto;
    display: table;
  }
}
@media (max-width: 480px) {
  footer .footer .footer-description {
    margin-top: -10px;
  }
}
footer .footer .footer-description .footer-title {
  font-size: 52px;
  font-weight: bold;
  line-height: 0.9;
  color: #ce0573;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .footer .footer-description .footer-title {
    font-size: 35px;
  }
}
footer .footer .footer-description .footer-title span {
  font-size: 25px;
  display: block;
}
@media (max-width: 767px) {
  footer .footer .footer-description .footer-title span {
    font-size: 17px;
  }
}
footer .footer .footer-description .buy {
  font-size: 19px;
  font-weight: 900;
  padding: 10px 40px;
  color: #FFF;
  text-transform: none !important;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15);
  display: table;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: #ce0573;
  background: linear-gradient(145deg, #ce0573 40%, #6c2475 100%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  footer .footer .footer-description .buy {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }
}
footer .footer .footer-description .buy::before {
  content: " ";
  z-index: 1;
  background: #ce0573;
  opacity: 0.3;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  footer .footer .footer-description .buy::before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
footer .footer .footer-description .buy span {
  z-index: 2;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
footer .footer .footer-description .buy::after {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #FFF;
  z-index: 2;
}
footer .footer .footer-description .buy:hover::before {
  opacity: 1;
}
footer .footer-bootom {
  padding: 0px 50px 30px 50px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  footer .footer-bootom {
    padding: 0px 20px 30px 20px;
    display: block;
    text-align: center;
  }
}
footer .footer-bootom .links {
  min-width: fit-content;
}
footer .footer-bootom .links a {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  color: #6c2475 !important;
  padding: 0px 10px 0px 0px;
  margin: 0px 8px 0px 0px;
  border-right: 1px solid #6c2475;
}
@media (max-width: 991px) {
  footer .footer-bootom .links a {
    margin: 0px !important;
    padding: 0px 10px !important;
  }
}
@media (max-width: 767px) {
  footer .footer-bootom .links a {
    margin: 5px !important;
    padding: 0px !important;
    display: block;
    border: 0px !important;
  }
}
footer .footer-bootom .links a:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: 0px;
}
footer .footer-bootom .logos {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .footer-bootom .logos {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
}
footer .footer-bootom .logos img,
footer .footer-bootom .logos svg {
  margin-left: 40px;
  height: 40px !important;
  width: auto;
}
@media (max-width: 991px) {
  footer .footer-bootom .logos img,
  footer .footer-bootom .logos svg {
    margin: 10px 20px;
  }
}
