/* ==========================================================================
   1.0 Reset
   ========================================================================== */

   html,
   div,
   span,
   applet,
   object,
   iframe,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   p,
   blockquote,
   pre,
   a,
   abbr,
   acronym,
   address,
   big,
   cite,
   code,
   del,
   dfn,
   em,
   img,
   ins,
   kbd,
   q,
   s,
   samp,
   small,
   strike,
   strong,
   sub,
   sup,
   tt,
   var,
   b,
   u,
   i,
   center,
   dl,
   dt,
   dd,
   ol,
   ul,
   li,
   fieldset,
   form,
   label,
   legend,
   table,
   caption,
   tbody,
   tfoot,
   thead,
   tr,
   th,
   td,
   article,
   aside,
   canvas,
   details,
   embed,
   figure,
   figcaption,
   footer,
   header,
   hgroup,
   menu,
   nav,
   output,
   ruby,
   section,
   summary,
   time,
   mark,
   audio,
   video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     vertical-align: baseline;
   }
   
   article,
   aside,
   details,
   figcaption,
   figure,
   footer,
   header,
   hgroup,
   menu,
   nav,
   section {
     display: block;
   }
   
   ol,
   ul {
     list-style: none;
   }
   
   blockquote,
   q {
     quotes: none;
   }
   
   blockquote:before,
   blockquote:after,
   q:before,
   q:after {
     content: "";
     content: none;
   }
   
   table {
     border-collapse: collapse;
     border-spacing: 0;
   }
   
   a {
     outline: 0;
     text-decoration: none;
   }
   
   /* ==========================================================================
     2.0 Common
     ========================================================================== */
   
   *,
   *:before,
   *:after {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
   }
   
   html,
   body {
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
   }
   
   html {
     color: #2b2827;
     font: 15px/2em "Raleway", sans-serif;
     scroll-behavior: smooth;
   }
   
   body {
     -webkit-font-smoothing: antialiased !important;
     padding: 0;
     margin: 0;
     background: #fff;
     width: 100%;
     overflow-x: hidden;
     overflow-y: scroll;
     overscroll-behavior-y: none;
   }
   
   body::-webkit-scrollbar {
     width: 12px;
     background-color: #f7f7f7;
   }
   
   body::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-image: -webkit-gradient(
       linear,
       left top,
       left bottom,
       from(#46507d),
       to(#728cc9)
     );
   }
   ::-moz-selection {
     background: #b3d4fc;
     text-shadow: none;
   }
   
   ::selection {
     background: #b3d4fc;
     text-shadow: none;
   }
   
   hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
   }
   
   audio,
   canvas,
   iframe,
   img,
   svg,
   video {
     vertical-align: middle;
   }
   
   fieldset {
     border: 0;
     margin: 0;
     padding: 0;
   }
   
   textarea {
     resize: vertical;
   }
   
   input[type="text"],
   input[type="email"],
   input[type="submit"],
   input[type="password"],
   input[type="date"],
   textarea,
   button {
     -webkit-appearance: none;
   }
   
   a,
   input[type="text"],
   input[type="email"],
   input[type="submit"],
   input[type="password"],
   textarea,
   button {
     -webkit-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     outline: none;
   }
   
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
     font-weight: normal;
   }
   
   .hidden {
     visibility: hidden;
   }
   .text-center {
     text-align: center !important;
   }
   
   .text-right {
     text-align: right !important;
   }
   
   .text-left {
     text-align: left !important;
   }
   
   .d-block {
     display: block !important;
   }
   
   .text-none {
     text-transform: none !important;
   }
   
   .text-uppercase {
     text-transform: uppercase !important;
   }
   
   .text-lowercase {
     text-transform: lowercase !important;
   }
   
   #grid[data-columns]::before {
     content: "2 .column.size-1of2";
   }
   #grid.docs-grid[data-columns]::before {
     content: "3 .column.size-1of3";
   }
   
   .column {
     float: left;
   }
   .size-1of2 {
     width: 50%;
   }
   .size-1of3 {
     width: 33.33333%;
   }
   
   /* ==========================================================================
        3.0 Home page
        ========================================================================== */
   
   .wrapper {
     padding: 100px 50px 0 50px;
     max-width: 1920px;
     margin: 0 auto;
   }
   header {
     width: 100%;
     height: 100px;
     max-width: 1920px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: fixed;
     left: 50%;
     top: 0;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     z-index: 100;
     background: #fff;
     padding: 0 50px;
   }
   header .c-hamburger {
     margin-left: 10px;
   }
   .buy-online {
     margin-right: auto;
     border: 2px solid #2c2b29;
     height: 44px;
     font: 700 14px/40px "brandon-grotesque", sans-serif;
     padding: 0 17px;
     display: inline-block;
     text-transform: uppercase;
     color: #2b2827;
   }
   .buy-online img {
     margin-right: 19px;
     width: 22px;
     height: 24px;
     position: relative;
     top: -3px;
   }
   .single-prod-details .buy-online img,
   .buy-online:not(.lang-select):hover img,
   .buy-online img.ico-shop-active {
     display: none;
   }
   .single-prod-details .buy-online,
   .buy-online:hover {
     border-color: #506190;
     color: #506190;
   }
   .single-prod-details .buy-online {
     line-height: 46px;
     height: 50px;
     margin-left: 15px;
   }
   .single-prod-details .buy-online img.ico-shop-active,
   .buy-online:hover img.ico-shop-active {
     display: inline-block;
   }
   .logo {
     position: absolute;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
   }
   .mob-logo {
     display: none;
   }
   .logo img {
     display: inline-block;
   }
   .mob-label {
     display: none;
   }
   .c-hamburger .mob-label,
   .mob-label.show {
     display: inline-block;
   }
   .c-hamburger .mob-label {
     text-align: center;
     font: 700 11px/1.2em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     display: block;
     clear: both;
     padding-top: 40px;
     position: relative;
     top: -2px;
   }
   .konfig-ico {
     display: none;
   }
   .c-hamburger {
     z-index: 1003;
     top: -6px;
     left: auto;
     right: 0;
     display: block;
     overflow: hidden;
     margin-left: auto;
     padding: 0;
     width: 50px;
     height: 50px;
     font-size: 0;
     border: none;
     cursor: pointer;
     -webkit-transition: background 0.3s;
     -o-transition: background 0.3s;
     transition: background 0.3s;
     background: #fff;
     position: relative;
   }
   
   .c-hamburger span {
     display: block;
     position: absolute;
     top: 24px;
     left: 8px;
     right: 8px;
     height: 2px;
     background: #000;
   }
   
   .c-hamburger--htra span {
     -webkit-transition: -webkit-transform 0.3s;
     transition: -webkit-transform 0.3s;
     -o-transition: transform 0.3s;
     transition: transform 0.3s;
     transition: transform 0.3s, -webkit-transform 0.3s;
   }
   
   .c-hamburger span::before,
   .c-hamburger span::after {
     position: absolute;
     display: block;
     left: 0;
     width: 100%;
     height: 2px;
     content: "";
     background: #000;
     -webkit-transition: -webkit-transform 0.3s;
     transition: -webkit-transform 0.3s;
     -o-transition: transform 0.3s;
     transition: transform 0.3s;
     transition: transform 0.3s, -webkit-transform 0.3s;
   }
   
   .c-hamburger span::before {
     top: -10px;
   }
   
   .c-hamburger span::after {
     bottom: -10px;
   }
   
   .c-hamburger span,
   .c-hamburger span::before,
   .c-hamburger span::after {
     background: #000;
   }
   
   .c-hamburger--htra.is-active span {
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     background: #000;
   }
   
   .c-hamburger--htra.is-active span::before,
   .c-hamburger--htra.is-active span::after {
     width: 50%;
     background: #000;
   }
   
   .c-hamburger--htra.is-active span::before {
     top: 0;
     -webkit-transform: translateX(19px) translateY(-6px) rotate(-135deg);
     -ms-transform: translateX(19px) translateY(-6px) rotate(-135deg);
     transform: translateX(19px) translateY(-6px) rotate(-135deg);
   }
   
   .c-hamburger--htra.is-active span::after {
     bottom: 0;
     -webkit-transform: translateX(19px) translateY(6px) rotate(135deg);
     -ms-transform: translateX(19px) translateY(6px) rotate(135deg);
     transform: translateX(19px) translateY(6px) rotate(135deg);
   }
   .fb-ico {
     display: inline-block;
   }
   .fb-ico:not(.lang-select):hover {
     opacity: 0.4;
   }
   .fb-ico img {
     display: inline-block;
     width: 30px;
     height: 30px;
     margin-left: 20px;
   }
   .fb-ico.lang-select ul img {
     margin: 0 10px 0 0;
     position:relative;
     top:-2px;
   }
   .lang-select.buy-online {
     margin-right: 0;
     margin-left: 20px;
     cursor: pointer;
     position: relative;
     z-index: 1004;
   }
   .other-langs {
     display: none;
     position: absolute;
     right: -2px;
     top: 100%;
     background: #fff;
     min-width: 300px;
     border: 2px solid #2c2b29;
   }
   .other-langs h4 {
     font: 700 20px/1.42em "brandon-grotesque", sans-serif;
     padding: 12px 17px;
     cursor: default;
   }
   .other-langs a {
     font: 700 14px/1.42em "brandon-grotesque", sans-serif;
     padding: 12px 17px;
     display: block;
     width: 100%;
     text-transform: uppercase;
     color: #2b2827;
   }
   .other-langs a:hover {
     background: #f7f7f7;
   }
   .home-banner {
     margin-bottom: 60px;
     position: relative;
   }
   .home-banner .swiper-slide img {
     display: block;
     width: 100%;
     height: auto;
     transition: all 700ms ease;
   }
   .home-banner .swiper-slide.swiper-slide-active img {
     opacity: 1;
   }
   .home-banner .swiper-slide img.hero {
     display:block;
   }
   .home-banner .swiper-slide img.hero-mob {
     display:none;
   }
   .home-banner .swiper-pagination-bullet {
     width: 12px;
     height: 12px;
     border: 2px solid #fff;
     background: none;
     border-radius: 50%;
     position: relative;
     opacity: 1;
     top: -2px;
   }
   .home-banner
     .swiper-container-horizontal
     > .swiper-pagination-bullets
     .swiper-pagination-bullet {
     margin: 0 11px;
   }
   .home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
     width: 16px;
     height: 16px;
     top: 0;
   }
   .home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
     width: 8px;
     height: 8px;
     border-radius: 50%;
     content: "";
     background: #fff;
     display: block;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
   }
   .mob-filters {
     display: none;
   }
   .konfig {
     margin: 0 auto 70px auto;
     max-width: 1540px;
     background: #fff;
     border: 3px solid #f7f7f7;
     padding: 55px;
   }
   .konfig-buttons {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .konfig h1 {
     font: 700 48px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     text-align: center;
     margin-bottom: 10px;
     background: #46507d;
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#46507d),
       to(#728cc9)
     );
     background: -o-linear-gradient(left, #46507d 0%, #728cc9 100%);
     background: linear-gradient(90deg, #46507d 0%, #728cc9 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .konfig h1 img {
     display: inline-block;
     margin: 0 30px;
     position: relative;
     top: -5px;
   }
   .konfig h3 {
     font: 400 24px/1em "brandon-grotesque", sans-serif;
     text-align: center;
     margin-bottom: 50px;
   }
   .konfig-form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 30px;
   }
   .konfig-form-item {
     margin-right: 65px;
   }
   .konfig-form-item:last-of-type {
     margin-right: 0;
   }
   .konfig-form-item label {
     display: block;
     cursor: pointer;
     margin-bottom: 7px;
   }
   .konfig-form-item:first-of-type label .jcf-radio,
   .konfig-form-item:nth-child(2) label .jcf-radio,
   .konfig-form-item:nth-child(3) label .jcf-radio {
     display: none;
   }
   .konfig-form-title {
     font: 700 24px/1.3em "brandon-grotesque", sans-serif;
     background: #46507d;
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#46507d),
       to(#728cc9)
     );
     background: -o-linear-gradient(left, #46507d 0%, #728cc9 100%);
     background: linear-gradient(90deg, #46507d 0%, #728cc9 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     margin-bottom: 20px;
   }
   .kfi-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .konfig-on-list {
     margin-top: 50px;
   }
   .konfig-on-list .konfig h1,
   .konfig-on-list .konfig h3 {
     display: none;
   }
   .jcf-radio {
     vertical-align: top;
     display: inline-block;
     position: relative;
     top: 4px;
     cursor: default;
     background: #fff;
     border: 2px solid #506190;
     border-radius: 12px;
     margin: 0 10px 0 0;
     height: 20px;
     width: 20px;
   }
   
   .jcf-radio span {
     position: absolute;
     top: 3px;
     left: 3px;
     right: 3px;
     bottom: 3px;
     background: #506190;
     border-radius: 20px;
     display: none;
   }
   
   .jcf-radio .jcf-disabled {
     background: none !important;
   }
   
   .jcf-radio .jcf-disabled:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #fff;
     border-radius: 100%;
   }
   
   .jcf-radio .jcf-disabled span {
     background: #fff;
   }
   .jcf-checkbox {
     vertical-align: top;
     display: inline-block;
     position: relative;
     cursor: default;
     background: #fff;
     border-radius: 4px;
     border: 2px solid #506190;
     margin: 0 12px 0 0;
     height: 20px;
     width: 20px;
     -webkit-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
   }
   
   .jcf-radio + label,
   .jcf-checkbox + label {
     cursor: pointer;
   }
   
   .jcf-radio.jcf-disabled + label,
   .jcf-checkbox.jcf-disabled + label {
     cursor: default;
   }
   
   .jcf-checkbox span {
     position: absolute;
     height: 6px;
     width: 10px;
     top: 50%;
     left: 50%;
     margin: -7px 0 0 -6px;
     border: 1px solid #506190;
     border-width: 0 0 2px 2px;
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
     display: none;
   }
   :root .jcf-checkbox span {
     margin: -4px 0 0 -5px;
   }
   
   .jcf-checkbox.jcf-checked span {
     display: block;
   }
   
   .jcf-checkbox.jcf-disabled span {
     border-color: #506190;
   }
   
   .jcf-radio input[type="checkbox"],
   .jcf-radio input[type="radio"] {
     position: absolute;
     height: 100%;
     width: 100%;
     border: 0;
     margin: 0;
     left: 0;
     top: 0;
   }
   
   .jcf-radio.jcf-checked span {
     display: block;
   }
   .scrollable-area {
     border: 1px solid #a7a7a7;
     border-radius: 4px;
     color: #3a424d;
     font-size: 15px;
     line-height: 23px;
   }
   
   .scrollable-area .jcf-scrollable {
     height: 388px;
     padding: 0 18px 15px 0;
     width: 100% !important;
   }
   
   .scrollable-area .jcf-scrollbar-horizontal {
     display: none !important;
   }
   
   .scrollable-area img {
     position: relative;
     display: block;
     width: 100%;
     margin: 0 0 11px;
   }
   
   .scrollable-area .text-holder {
     padding: 0 17px;
     margin: 0;
     line-height: 23px;
     color: #4b4a4a;
   }
   
   .scrollable-area .text-holder p {
     margin: 0 0 24px;
   }
   
   .scrollable-area .jcf-scrollbar-vertical {
     top: 12px;
     bottom: 12px;
     height: auto !important;
   }
   
   .scrollable-area .jcf-scrollbar-vertical .jcf-scrollbar-dec:before,
   .scrollable-area .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
     color: #79d1f4;
   }
   
   .scrollable-area .jcf-scrollbar-vertical .jcf-scrollbar-handle {
     background: #6dcff6;
     opacity: 0.9;
     border-radius: 4px;
   }
   
   .scrollable-area .jcf-scrollbar-vertical .jcf-scrollbar-slider {
     background: rgba(167, 167, 167, 0.3);
     border-radius: 4px;
   }
   
   .jcf-scrollable-wrapper {
     position: relative;
   }
   
   .jcf-scrollbar-vertical {
     position: absolute;
     cursor: default;
     background: rgba(255, 255, 255, 0.3);
     border-radius: 4px;
     width: 10px;
     bottom: 0;
     right: 5px;
     top: 0;
   }
   
   .jcf-select-drop-content .jcf-scrollbar-vertical .jcf-scrollbar-dec:before,
   .jcf-select-drop-content .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
     color: #00aeef;
   }
   
   .jcf-scrollbar-vertical .jcf-scrollbar-dec,
   .jcf-scrollbar-vertical .jcf-scrollbar-inc {
     position: absolute;
     height: 5px;
     width: 10px;
     left: 0;
     top: -8px;
   }
   
   .jcf-scrollbar-vertical .jcf-scrollbar-dec:before,
   .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
     content: "\e606";
     display: block;
     height: 5px;
     width: 10px;
     font-size: 5px;
     color: #fff;
     font-family: "icomoon";
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     opacity: 0.5;
   }
   
   .jcf-scrollbar-vertical .jcf-scrollbar-inc {
     top: auto !important;
     bottom: -8px;
   }
   
   .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
     content: "\e605";
   }
   
   .jcf-select-drop-content .jcf-scrollbar-vertical .jcf-scrollbar-handle {
     background: #0dfe5e;
   }
   
   .jcf-select-drop-content .jcf-scrollbar-vertical .jcf-scrollbar-slider {
     background: #cfe5e8;
     border-radius: 4px;
   }
   
   .jcf-scrollbar-vertical .jcf-scrollbar-handle {
     background: rgba(255, 255, 255, 0.71);
     height: 1px;
     border-radius: 4px;
     width: 10px;
     max-height: 100%;
   }
   
   .jcf-scrollbar-vertical .jcf-scrollbar-slider {
     height: 100% !important;
   }
   
   .jcf-scrollbar-horizontal {
     position: absolute;
     background: #e3e3e3;
     right: auto;
     top: auto;
     left: 0;
     bottom: 0;
     width: 1px;
     height: 10px;
   }
   
   .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
   .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
     display: inline-block;
     vertical-align: top;
     overflow: hidden;
     background: #fff;
     height: 10px;
     width: 10px;
   }
   
   .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
     left: auto;
     right: 0;
   }
   
   .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
     display: inline-block;
     position: relative;
     height: 10px;
   }
   
   .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
     position: absolute;
     background: #888;
     height: 10px;
   }
   
   .jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
     visibility: hidden;
   }
   
   .jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
   .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
     background: #e3e3e3;
   }
   .jcf-select {
     display: block;
     position: relative;
     border: 2px solid #dfe5e4;
     margin: 0 0 30px;
     text-align: left;
     padding: 0 10px;
     height: 50px;
     width: 260px;
     background: rgba(255, 255, 255, 0.05);
     cursor: default;
   }
   
   .jcf-select.jcf-focus {
     border: 2px solid #397fa4;
   }
   
   .jcf-select.jcf-drop-active {
     border-radius: 0;
   }
   
   .jcf-select.jcf-drop-active.jcf-drop-flipped {
     border-radius: 0;
   }
   
   .jcf-select.jcf-drop-active:before {
     border-color: #dfe5e4 transparent transparent;
   }
   
   .jcf-select:before {
     content: "";
     position: absolute;
     top: 21px;
     right: 18px;
     border-style: solid;
     border-width: 6px 5px;
     border-color: #d2e0ed transparent transparent;
   }
   .jcf-select.jcf-drop-active:before {
     top: 21px;
     right: 17px;
   }
   .jcf-select.jcf-disabled:before {
     border-color: #cecece transparent transparent;
   }
   
   .jcf-select select {
     z-index: 1;
     left: 0;
     top: 0;
   }
   
   .jcf-select .jcf-select-text {
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     display: block;
     font-size: 15px;
     color: #2b2827;
     line-height: 46px;
     font-weight: 500;
     margin: 0 19px 0 2px;
   }
   
   .jcf-select.jcf-disabled .jcf-select-text {
     color: #fff;
   }
   
   .mac .jcf-select .jcf-select-text {
     padding: 2px 0 0;
   }
   
   .jcf-list li {
     padding: 0;
   }
   
   .jcf-list li:before {
     display: none;
   }
   
   .jcf-select .jcf-select-text img,
   .jcf-list .jcf-option img {
     display: inline-block;
     vertical-align: middle;
     margin: 0 10px 0 0;
     width: 24px;
   }
   
   .jcf-select .jcf-select-opener {
     position: absolute;
     text-align: center;
     width: 43px;
     bottom: 0;
     right: 0;
     top: 0;
   }
   
   body > .jcf-select-drop {
     position: absolute;
     margin: -4px 0 0;
     z-index: 9999;
   }
   
   body > .jcf-select-drop.jcf-drop-flipped {
     margin: 1px 0 0;
   }
   
   .jcf-select .jcf-select-drop {
     position: absolute;
     margin-top: 0;
     border-radius: 0;
     overflow: hidden;
     z-index: 9999;
     top: 100%;
     left: -2px;
     right: -2px;
     border: 2px solid #dfe5e4;
   }
   
   .jcf-select .jcf-select-drop.jcf-drop-flipped {
     border-radius: 0;
   }
   
   .jcf-select-drop .jcf-list {
     background: #fff;
   }
   
   .jcf-select .jcf-drop-flipped {
     bottom: 100%;
     top: auto;
   }
   
   .jcf-select-drop .jcf-select-drop-content {
     border: 1px solid #fff;
     border-radius: 0;
     padding: 0;
     background: #fff;
     margin-bottom: 0 !important;
   }
   
   .jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
     border-radius: 4px 4px 0 0;
     padding-top: 15px;
   }
   
   .jcf-drop-active {
     color: #dfe5e4;
     background: #fff;
     border-width: 2px 2px 0;
   }
   
   .jcf-drop-active .jcf-select-text {
     color: #2b2827;
   }
   
   .jcf-list-box {
     overflow: hidden;
     display: block;
     width: 100%;
     padding: 12px 0;
     border-radius: 4px;
     border: 1px solid #fff;
     background: none;
     background: rgba(255, 255, 255, 0.05);
   }
   
   .jcf-list-box.jcf-focus {
     border-color: #95c8f7;
   }
   
   .jcf-list {
     display: inline-block;
     vertical-align: top;
     position: relative;
     background: none;
     line-height: 18px;
     font-size: 14px;
     width: 100%;
   }
   
   .jcf-select-drop-content .jcf-list .jcf-list-content {
     max-height: 192px !important;
     padding: 0;
   }
   
   .jcf-list .jcf-list-content {
     vertical-align: top;
     display: inline-block;
     overflow: auto;
     max-height: 309px !important;
     width: 100%;
   }
   
   .jcf-select-drop .jcf-list .jcf-list-content {
     background: #fff;
   }
   
   .jcf-list ul {
     list-style: none;
     padding: 0;
     margin: 0;
   }
   
   .jcf-list ul li {
     overflow: hidden;
     display: block;
   }
   .wysiwyg .jcf-list ul li {
     padding: 0;
   }
   .wysiwyg .jcf-list ul li:before {
     display: none;
   }
   .jcf-list .jcf-overflow {
     overflow: auto;
   }
   
   .jcf-list .jcf-option {
     /*white-space: nowrap;*/
     overflow: hidden;
     cursor: default;
     display: block;
     font-size: 15px;
     padding: 3px 20px;
     color: #fff;
     height: 1%;
     text-align: left;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     line-height: 1.42em;
   }
   
   .jcf-select-drop-content .jcf-list .jcf-option {
     color: #2b2827;
     padding: 3px 25px;
   }
   
   .jcf-list .jcf-disabled {
     color: #5aa4af !important;
     background: none !important;
     opacity: 1;
   }
   
   .jcf-list-box .jcf-selected {
     background: #067687;
   }
   
   .jcf-list-box ul ul .jcf-selected {
     position: relative;
   }
   
   .jcf-list ul ul .jcf-option.jcf-selected:before,
   .jcf-list-box ul ul .jcf-selected:before {
     content: "";
     position: absolute;
     height: 6px;
     width: 10px;
     top: 50%;
     left: 40px;
     margin: -5px 0 0 -6px;
     border: 1px solid #dfe5e4;
     border-width: 0 0 2px 2px;
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   .jcf-list ul ul .jcf-option.jcf-selected:before {
     left: 42px;
   }
   .jcf-select-drop-content .jcf-list ul ul .jcf-option.jcf-selected:before {
     left: 50px;
   }
   .jcf-select-drop .jcf-selected,
   .jcf-select-drop .jcf-hover {
     background: #daf3f7;
   }
   .jcf-list .jcf-optgroup-caption {
     display: block;
     padding: 3px 20px;
     cursor: default;
     font-weight: 600;
     text-align: left;
     color: #fff;
   }
   
   .jcf-select-drop-content .jcf-list .jcf-optgroup-caption {
     padding: 3px 25px;
   }
   
   .jcf-select-drop-content .jcf-list .jcf-optgroup-caption {
     color: #dfe5e4;
   }
   
   .jcf-select-drop-content .jcf-list .jcf-optgroup .jcf-option {
     padding-left: 62px;
   }
   
   .jcf-list .jcf-optgroup .jcf-option {
     padding-left: 55px;
   }
   
   .kfi-btn {
     cursor: pointer;
     text-align: center;
     margin-right: 20px;
     -webkit-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease;
   }
   .kfi-btn:last-of-type {
     margin-right: 0;
   }
   .kfi-btn-in {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 100%;
     padding: 10px;
     outline: 2px solid rgba(255, 255, 255, 0);
   }
   .kfi-img-cont {
     height: 65px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .kfi-img {
     display: block;
     margin: 0 auto;
   }
   .kfi-active-img {
     display: none;
     margin: 0 auto;
   }
   .kfi-btn span {
     text-align: center;
     display: block;
     padding-top: 10px;
     font: 500 18px/1em "brandon-grotesque", sans-serif;
   }
   .kfi-btn-in.jcf-label-active,
   .kfi-btn-in.active,
   .kfi-btn-in:hover {
     outline: 2px solid #506190;
   }
   .kfi-btn-in.jcf-label-active .kfi-img,
   .kfi-btn-in:hover .kfi-img {
     display: none;
   }
   .kfi-btn-in.jcf-label-active .kfi-active-img,
   .kfi-btn-in:hover .kfi-active-img {
     display: block;
   }
   .kfi-btn-in.jcf-label-active span,
   .kfi-btn.active span,
   .kfi-btn:hover span {
     color: #506190;
   }
   .btn {
     position: relative;
     display: inline-block;
     margin-right: auto;
     height: 44px;
     border: 2px solid #2c2b29;
     border-right: 0;
     color: #2c2b29;
     font: 700 17px/40px "brandon-grotesque", sans-serif;
     padding: 0 35px 0 17px;
     cursor: pointer;
   }
   .btn.btn-full-border {
     border-right: 2px solid #2c2b29;
     padding: 0 20px;
     margin-right: 15px;
   }
   .porady-txt .btn.btn-full-border,
   .menu .btn.btn-full-border {
     margin-right: 0;
   }
   header .btn.btn-full-border {
     text-transform: uppercase;
   }
   .btn.konfig-btn {
     background: none;
     text-transform: uppercase;
     height: 50px;
     line-height: 46px;
     margin: 0 40px;
   }
   .btn-after {
     height: 100%;
     width: 2px;
     position: absolute;
     display: block;
     right: 0;
     top: 0;
   }
   .btn-after:before,
   .btn-after:after {
     display: block;
     width: 2px;
     height: 10px;
     content: "";
     position: absolute;
     right: 0;
     background: #2c2b29;
   }
   .btn-after:before {
     top: 0;
   }
   .btn-after:after {
     bottom: 0;
   }
   .btn-arrow {
     width: 50px;
     height: 2px;
     position: absolute;
     right: -32px;
     background: #2c2b29;
     top: 50%;
     -webkit-transform: translateY(-1px);
     -ms-transform: translateY(-1px);
     transform: translateY(-1px);
     -webkit-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
   }
   .btn-arrow:before,
   .btn-arrow:after {
     width: 7px;
     height: 2px;
     position: absolute;
     right: 0;
     top: 0;
     content: "";
     display: block;
     background: #2c2b29;
     -webkit-transform-origin: right center;
     -ms-transform-origin: right center;
     transform-origin: right center;
   }
   .btn-arrow:before {
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
   }
   .btn-arrow:after {
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   .btn:hover .btn-arrow {
     width: 30px;
     right: -12px;
   }
   .konfig-form-item.disable {
     position: relative;
   }
   .konfig-form-item.disable:after {
     display: block;
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background: rgba(255, 255, 255, 0.6);
   }
   .prod-cat {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 50px;
   }
   .prod-cat.cat-bawelna,
   .prod-cat.cat-ntm,
   .prod-cat.cat-pielegnacja {
     margin-bottom: 100px;
   }
   .pc-img {
     max-width: 540px;
     position: relative;
     width: 100%;
     margin-bottom: auto;
   }
   .pc-img-in {
     overflow: hidden;
     z-index: 2;
     position: relative;
   }
   .pc-img-in::-webkit-scrollbar {
     display: none;
   }
   .pmc-left .pc-img {
     margin-right: 50px;
   }
   .pmc-right .pc-img {
     margin-left: 50px;
   }
   .pc-img img {
     width: 100%;
     height: auto;
     display: block;
   }
   .pc-img h1 {
     position: absolute;
     bottom: 100px;
     font: 700 72px/0.9em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     z-index: 1;
   }
   .pc-img h1.pc-title-white {
     color: #fff;
   }
   .cat-bawelna .pc-img h1.pc-title-white,
   .cat-ntm .pc-img h1.pc-title-white,
   .cat-pielegnacja .pc-img h1.pc-title-white {
     color: #656565;
   }
   .pmc-left .pc-img h1 {
     left: -50px;
   }
   .pmc-right .pc-img h1 {
     right: -50px;
     text-align: right;
   }
   .pc-grid {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-left: auto;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .pc-grid-img {
     text-align: center;
     margin-bottom: 30px;
   }
   .pc-grid-img-anim,
   .pc-grid-img-anim img:first-of-type {
     position: relative;
   }
   .pc-grid-img-anim img:first-of-type {
     -webkit-animation-name: fadeOut;
     animation-name: fadeOut;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-duration: 3s;
     animation-duration: 3s;
     -webkit-animation-direction: alternate;
     animation-direction: alternate;
   }
   .pc-grid-img-anim img:last-of-type {
     position: absolute;
     left: 50%;
     bottom: 0;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     -webkit-animation-name: fade;
     animation-name: fade;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-duration: 3s;
     animation-duration: 3s;
     -webkit-animation-direction: alternate;
     animation-direction: alternate;
   }
   @-webkit-keyframes fade {
     0% {
       opacity: 1;
     }
     25% {
       opacity: 1;
     }
     75% {
       opacity: 0;
     }
     100% {
       opacity: 0;
     }
   }
   @keyframes fade {
     0% {
       opacity: 1;
     }
     25% {
       opacity: 1;
     }
     75% {
       opacity: 0;
     }
     100% {
       opacity: 0;
     }
   }
   @-webkit-keyframes fadeOut {
     0% {
       opacity: 0;
     }
     25% {
       opacity: 0;
     }
     75% {
       opacity: 1;
     }
     100% {
       opacity: 1;
     }
   }
   @keyframes fadeOut {
     0% {
       opacity: 0;
     }
     25% {
       opacity: 0;
     }
     75% {
       opacity: 1;
     }
     100% {
       opacity: 1;
     }
   }
   .pc-grid-item {
     background-color: #f3f3f3;
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     padding: 60px 30px 30px 30px;
     margin: 80px;
     -webkit-transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
     transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
     -o-transition: box-shadow 400ms ease, background-color 400ms ease;
     transition: box-shadow 400ms ease, background-color 400ms ease;
     transition: box-shadow 400ms ease, background-color 400ms ease,
       -webkit-box-shadow 400ms ease;
   }
   .pc-grid-item:hover {
     -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
       0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035),
       0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05),
       0 100px 80px rgba(0, 0, 0, 0.07);
     box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
       0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035),
       0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05),
       0 100px 80px rgba(0, 0, 0, 0.07);
     z-index: 1;
     background-color: #fff;
   }
   .pc-grid-img img {
     max-width: 90%;
   }
   .pc-grid.docs-grid .pc-grid-img img {
     max-width: 90%;
     height:auto;
   }
   .pc-grid-item h2 {
     text-transform: uppercase;
     font: 700 40px/1em "brandon-grotesque", sans-serif;
     margin-bottom: 15px;
     position: relative;
     left: -60px;
     width: calc(100% + 40px);
   }
   .pc-grid-item h2 a {
     color: #2b2827;
   }
   .podpaski1 h2,
   .podpaski1 h2 a {
     background: rgb(7, 48, 92);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#07305c),
       to(#78b4c1)
     );
     background: -o-linear-gradient(left, #07305c 0%, #78b4c1 100%);
     background: linear-gradient(90deg, #07305c 0%, #78b4c1 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .podpaski2 h2,
   .podpaski2 h2 a {
     background: rgb(145, 82, 149);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(145, 82, 149, 1)),
       to(rgba(185, 144, 188, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(145, 82, 149, 1) 0%,
       rgba(185, 144, 188, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(145, 82, 149, 1) 0%,
       rgba(185, 144, 188, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .bella-for-moms .podpaski1 h2 a,
   .bella-dla-mam .podpaski1 h2 a {
     background: rgb(214, 81, 159);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#a5316b),
       to(#d66cbc)
     );
     background: -o-linear-gradient(left, #a5316b 0%, #d66cbc 100%);
     background: linear-gradient(90deg, #a5316b 0%, #d66cbc 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .podpaski3 h2,
   .podpaski3 h2 a {
     background: rgb(191, 32, 185);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(191, 32, 185, 1)),
       to(rgba(243, 102, 181, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(191, 32, 185, 1) 0%,
       rgba(243, 102, 181, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(191, 32, 185, 1) 0%,
       rgba(243, 102, 181, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .podpaski4 h2,
   .podpaski4 h2 a {
     background: rgb(232, 140, 43);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(232, 140, 43, 1)),
       to(rgba(242, 216, 107, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(232, 140, 43, 1) 0%,
       rgba(242, 216, 107, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(232, 140, 43, 1) 0%,
       rgba(242, 216, 107, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .podpaski5 h2,
   .podpaski5 h2 a {
     background: rgb(197, 130, 206);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(197, 130, 206, 1)),
       to(rgba(250, 196, 209, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(197, 130, 206, 1) 0%,
       rgba(250, 196, 209, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(197, 130, 206, 1) 0%,
       rgba(250, 196, 209, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .wkladki1 h2,
   .wkladki1 h2 a {
     background: rgb(7, 48, 92);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(7, 48, 92, 1)),
       to(rgba(120, 180, 193, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(7, 48, 92, 1) 0%,
       rgba(120, 180, 193, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(7, 48, 92, 1) 0%,
       rgba(120, 180, 193, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .wkladki2 h2,
   .wkladki2 h2 a {
     background: rgb(234, 64, 65);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(234, 64, 65, 1)),
       to(rgba(241, 113, 62, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(234, 64, 65, 1) 0%,
       rgba(241, 113, 62, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(234, 64, 65, 1) 0%,
       rgba(241, 113, 62, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .wkladki3 h2,
   .wkladki3 h2 a {
     background: rgb(165, 43, 154);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(165, 43, 154, 1)),
       to(rgba(218, 137, 215, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(165, 43, 154, 1) 0%,
       rgba(218, 137, 215, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(165, 43, 154, 1) 0%,
       rgba(218, 137, 215, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .wkladki4 h2,
   .wkladki4 h2 a {
     background: rgb(233, 170, 17);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(233, 170, 17, 1)),
       to(rgba(234, 191, 79, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(233, 170, 17, 1) 0%,
       rgba(234, 191, 79, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(233, 170, 17, 1) 0%,
       rgba(234, 191, 79, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .bio1 h2,
   .bio1 h2 a {
     background: rgb(233, 170, 17);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(233, 170, 17, 1)),
       to(rgba(234, 191, 79, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(233, 170, 17, 1) 0%,
       rgba(234, 191, 79, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(233, 170, 17, 1) 0%,
       rgba(234, 191, 79, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .bio2 h2,
   .bio2 h2 a {
     background: rgb(141, 61, 49);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(141, 61, 49, 1)),
       to(rgba(207, 192, 165, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(141, 61, 49, 1) 0%,
       rgba(207, 192, 165, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(141, 61, 49, 1) 0%,
       rgba(207, 192, 165, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .ntm1 h2,
   .ntm1 h2 a {
     background: rgb(76, 65, 134);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(76, 65, 134, 1)),
       to(rgba(150, 142, 192, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(76, 65, 134, 1) 0%,
       rgba(150, 142, 192, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(76, 65, 134, 1) 0%,
       rgba(150, 142, 192, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .intymna1 h2,
   .intymna1 h2 a {
     background: rgb(129, 113, 188);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(129, 113, 188, 1)),
       to(rgba(191, 182, 225, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(129, 113, 188, 1) 0%,
       rgba(191, 182, 225, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(129, 113, 188, 1) 0%,
       rgba(191, 182, 225, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .intymna2 h2,
   .intymna2 h2 a {
     background: rgb(23, 185, 193);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(rgba(23, 185, 193, 1)),
       to(rgba(150, 215, 235, 1))
     );
     background: -o-linear-gradient(
       left,
       rgba(23, 185, 193, 1) 0%,
       rgba(150, 215, 235, 1) 100%
     );
     background: linear-gradient(
       90deg,
       rgba(23, 185, 193, 1) 0%,
       rgba(150, 215, 235, 1) 100%
     );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .wielorazowe h2,
   .wielorazowe h2 a {
     background: #B09CC9;
     background: -webkit-gradient(linear, left top, right top, from(#B09CC9), to(#E97CC5));
     background: -o-linear-gradient(left, #B09CC9 0%, #E97CC5 100%);
     background: linear-gradient(90deg,#B09CC9 0%, #E97CC5 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
   }
   .pc-grid-item p {
     margin-bottom: 25px;
     /*position: relative;*/
     position: static;
     left: -60px;
     /*width: calc(100% + 60px);*/
     width: 100%;
   }
   .pc-grid-item .btn {
     margin: 0 auto 0 0;
     /*position: relative;*/
     left: 0;
   }
   .calcs {
     width: 100%;
     max-width: 1540px;
     margin: 100px auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     min-height: 376px;
   }
   .calc-widget {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     position: relative;
     padding-top: 50px;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 50%;
     flex: 1 0 50%;
   }
   .calc-miesiaczka:before,
   .calc-owulacja:before,
   .calc-happy:before {
     width: 360px;
     height: 360px;
     content: "";
     display: block;
     position: absolute;
     left: 0;
     top: 0;
   }
   .calc-miesiaczka:before {
     background: #deeff8;
   }
   .calc-owulacja:before {
     background: #e7f9fa;
   }
   .calc-happy:before {
     background: #f4eefc;
   }
   .calc-widget-left {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     padding: 0 40px;
     position: relative;
   }
   .calc-widget-left h2 {
     font: 700 30px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     margin-bottom: 30px;
   }
   .calc-widget-left p {
     margin-bottom: 30px;
   }
   .calc-miesiaczka .calc-widget-left h2 {
     background: #266482;
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#266482),
       to(#84bddc)
     );
     background: -o-linear-gradient(left, #266482 0%, #84bddc 100%);
     background: linear-gradient(90deg, #266482 0%, #84bddc 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .calc-happy .calc-widget-left h2 {
     background: #9785d4;
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#9785d4),
       to(#c2b4e8)
     );
     background: -o-linear-gradient(left, #9785d4 0%, #c2b4e8 100%);
     background: linear-gradient(90deg, #9785d4 0%, #c2b4e8 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .calc-owulacja .calc-widget-left h2 {
     background: #369384;
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#369384),
       to(#6cbbae)
     );
     background: -o-linear-gradient(left, #369384 0%, #6cbbae 100%);
     background: linear-gradient(90deg, #369384 0%, #6cbbae 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .calc-miesiaczka .calc-widget-left .btn {
     color: #397fa4;
     border-color: #397fa4;
   }
   .calc-miesiaczka .btn-arrow,
   .calc-miesiaczka .btn-after:before,
   .calc-miesiaczka .btn-after:after,
   .calc-miesiaczka .btn-arrow:before,
   .calc-miesiaczka .btn-arrow:after {
     background: #397fa4;
   }
   .calc-owulacja .calc-widget-left .btn {
     color: #6cbbae;
     border-color: #6cbbae;
   }
   .calc-owulacja .btn-arrow,
   .calc-owulacja .btn-after:before,
   .calc-owulacja .btn-after:after,
   .calc-owulacja .btn-arrow:before,
   .calc-owulacja .btn-arrow:after {
     background: #6cbbae;
   }
   .calc-happy .calc-widget-left .btn {
     color: #9482d3;
     border-color: #9482d3;
   }
   .calc-happy .btn-arrow,
   .calc-happy .btn-after:before,
   .calc-happy .btn-after:after,
   .calc-happy .btn-arrow:before,
   .calc-happy .btn-arrow:after {
     background: #9482d3;
   }
   .calc-widget-right {
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     position: relative;
     margin-left: 50px;
   }
   .calc-widget-right img {
     margin-top: 0;
   }
   .app-kalendarzyk-widget {
     width: 100%;
     max-width: 1350px;
     margin: 0 auto 100px auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
   }
   .app-kalendarzyk-txt {
     -webkit-transform: translateX(-100px);
     -ms-transform: translateX(-100px);
     transform: translateX(-100px);
   }
   .app-kalendarzyk-txt h1 {
     background: rgb(23, 185, 193);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#4f94b8),
       to(#3ac99d)
     );
     background: -o-linear-gradient(left, #4f94b8 0%, #3ac99d 100%);
     background: linear-gradient(90deg, #4f94b8 0%, #3ac99d 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font: 700 72px/0.8em "brandon-grotesque", sans-serif;
     margin-bottom: 40px;
   }
   .app-kalendarzyk-txt h1 span {
     font-size: 36px;
     /*display: block;*/
   }
   .app-kalendarzyk-txt p {
     margin-bottom: 30px;
     font: 700 24px/1.5em "brandon-grotesque", sans-serif;
   }
   .porady {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 80px;
   }
   .porady-item {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 33.33333%;
     flex: 1 0 33.33333%;
     max-width: 33.33333%;
     position: relative;
     -webkit-transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
     transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
     -o-transition: box-shadow 400ms ease, background-color 400ms ease;
     transition: box-shadow 400ms ease, background-color 400ms ease;
     transition: box-shadow 400ms ease, background-color 400ms ease,
       -webkit-box-shadow 400ms ease;
     color: #2c2b29;
   }
   .porady-item:hover {
     -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
       0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035),
       0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05),
       0 100px 80px rgba(0, 0, 0, 0.07);
     box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
       0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035),
       0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05),
       0 100px 80px rgba(0, 0, 0, 0.07);
     z-index: 1;
   }
   .porady-item img {
     -o-object-fit: cover;
     object-fit: cover;
     width: 100%;
     height: 100%;
     position: relative;
   }
   .porady-txt {
     position: absolute;
     padding: 20px;
     right: 10px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     max-width: 50%;
     text-align: right;
   }
   .porady-txt h1 {
     font: 700 32px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     margin-bottom: 15px;
   }
   .porady-txt h1 span {
     font-size: 20px;
     text-transform: none;
     display: block;
   }
   .porady-txt p {
     margin-bottom: 15px;
     font-size: 12px;
     line-height: 20px;
   }
   .footer-nav {
     background: #f3f3f3;
     padding: 65px 95px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .footer-nav div {
     margin-right: 100px;
     line-height: 1.42em;
   }
   .footer-nav div:last-of-type {
     margin-right: 0;
   }
   .footer-nav div h3 {
     font: 700 22px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     margin-bottom: 30px;
   }
   .footer-nav div ul.list-2-cols {
     -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
     -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
     column-gap: 50px;
   }
   .footer-nav div ul li {
     display: block;
     padding: 6px 0;
   }
   .footer-nav div ul li a {
     color: #2b2827;
   }
   .footer-nav div ul li a:hover {
     color: #506190;
   }
   .footer-copy {
     height: 80px;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font: 500 16px/1em "brandon-grotesque", sans-serif;
     padding: 0 20px;
   }
   .footer-copy-left {
     color: #656362;
   }
   .footer-copy-left img {
     position: relative;
     top: -3px;
     margin-right: 10px;
   }
   .footer-copy-right {
     margin-left: auto;
   }
   .footer-copy-right a {
     color: #2b2827;
   }
   .footer-copy-right a:hover {
     color: #506190;
   }
   
   /* ==========================================================================
        5.0 Lista produktów
        ========================================================================== */
   
   .prod-list-top {
     max-width: 1440px;
     margin: 60px auto;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding: 0 30px;
   }
   .prod-list-img {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 425px;
     flex: 1 0 425px;
     max-width: 425px;
   }
   .prod-list-img img {
     display: block;
     width: 100%;
     height: auto;
   }
   .prod-list-right {
     padding-left: 65px;
   }
   .prod-list-right h1 {
     text-transform: uppercase;
     font: 700 68px/1em "brandon-grotesque", sans-serif;
     margin-bottom: 20px;
   }
   .prod-list-desc {
     margin-bottom: 0;
   }
   .prod-list-banner-2-3 {
     background: #f7f7f7;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .prod-list-right .prod-list-banner-2-3 {
     padding: 30px;
     margin-top: 40px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-perfecta {
     padding: 0;
   }
   .prod-list-banner-1-2.banner-slim {
     padding: 0;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 calc(66.66666% - 60px);
     flex: 1 0 calc(66.66666% - 60px);
     background: #f7f7f7;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .prod-list-banner-1-2.banner-slim .prod-list-banner-right {
     flex-direction: column;
     padding: 20px;
     text-align: center;
   }
   .prod-list-banner-left h3 {
     text-transform: uppercase;
     font: 700 28px/1em "brandon-grotesque", sans-serif;
     margin-bottom: 10px;
   }
   .prod-list-banner-left h3 sup {
     font-size: 0.5em;
     position: relative;
     top: -10px;
   }
   .prod-list-banner-left p {
     margin-bottom: 20px;
   }
   .prod-list-banner-left p:last-of-type {
     margin-bottom: 0;
   }
   .prod-list-banner-left h3:first-of-type {
     color: #39527d;
   }
   .prod-list-banner-left h3:last-of-type {
     color: #0099b4;
   }
   .prod-list-right .prod-list-banner-2-3.banner-intima .prod-list-banner-left h3,
   .prod-list-right
     .prod-list-banner-2-3.banner-perfecta
     .prod-list-banner-left
     h3 {
     color: #2b2827;
   }
   .prod-list-right .prod-list-banner-2-3.banner-perfecta .prod-list-banner-right {
     padding-left: 0;
     max-width: 430px;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 430px;
     flex: 1 0 430px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-perfecta .prod-list-banner-left {
     padding: 20px;
     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;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-perfecta
     .prod-list-banner-left
     p {
     font-size: 12px;
     line-height: 22px;
   }
   .prod-list-banner-right {
     padding-left: 50px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 300px;
     flex: 1 0 300px;
     max-width: 300px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-herbs {
     padding: 0;
   }
   .prod-list-right .prod-list-banner-2-3.banner-herbs .prod-list-banner-right {
     position: relative;
     z-index: 1;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 400px;
     flex: 1 0 400px;
     max-width: 400px;
     padding: 20px 0;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-herbs
     .prod-list-banner-right
     img {
     position: relative;
     left: 70px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-herbs .prod-list-banner-left {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-align: center;
     color: #fff;
     position: relative;
     background: #b441aa;
     padding: 30px 30px 30px 90px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-herbs .prod-list-banner-left img {
     width: 93px;
     margin: 0 auto 30px auto;
   }
   .prod-list-right .prod-list-banner-2-3.banner-intima {
     padding: 0;
   }
   .prod-list-right .prod-list-banner-2-3.banner-intima .prod-list-banner-right {
     padding: 0;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 340px;
     flex: 1 0 340px;
     max-width: 340px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-intima .prod-list-banner-left {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     align-items: center;
     padding: 30px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-intima
     .prod-list-banner-left
     img {
     width: 129px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-intima
     .prod-list-banner-left
     div:last-of-type {
     padding-left: 20px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-cotton .prod-list-banner-left,
   .prod-list-right .prod-list-banner-2-3.banner-panty .prod-list-banner-left {
     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;
     text-align: center;
   }
   .prod-list-right .prod-list-banner-2-3.banner-cotton .prod-list-banner-left img,
   .prod-list-right .prod-list-banner-2-3.banner-panty .prod-list-banner-left img {
     margin: 0 auto 15px auto;
     width: 75px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty .prod-list-banner-right {
     padding: 0;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-panty
     .prod-list-banner-right
     img {
     width: 150px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-cotton .prod-list-banner-left h3 {
     color: #ffa9d6;
   }
   .prod-list-right .prod-list-banner-2-3.banner-cotton .prod-list-banner-right {
     padding: 0 30px 0 0;
   }
   .prod-list-right .prod-list-banner-2-3.banner-cotton .prod-list-banner-right {
     width: 250px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-tampo .prod-list-banner-right {
     padding: 0;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-tampo
     .prod-list-banner-right
     img {
     max-width: 255px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-tampo .prod-list-banner-left {
     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;
     padding-left: 30px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-tampo
     .prod-list-banner-left
     .banner-ico-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-tampo
     .prod-list-banner-left
     .banner-ico-item:first-of-type {
     margin-bottom: 30px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-tampo
     .prod-list-banner-left
     .banner-ico-item
     img {
     width: 86px;
     height: 86px;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 86px;
     flex: 1 0 86px;
     max-width: 86px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-tampo
     .prod-list-banner-left
     .banner-ico-item
     .banner-ico-right {
     padding-left: 15px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-tampo
     .prod-list-banner-left
     .banner-ico-item
     .banner-ico-right
     h5 {
     font: 700 20px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     padding-bottom: 10px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-medica {
     padding: 0;
   }
   .prod-list-right .prod-list-banner-2-3.banner-medica .prod-list-banner-right {
     background: #97cd2e;
     padding: 0;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 415px;
     flex: 1 0 415px;
     max-width: 415px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-medica
     .prod-list-banner-left.banner-h-icons {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 15px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-medica
     .prod-list-banner-left.banner-h-icons
     .banner-h-ico-item {
     text-align: center;
     width: 50%;
     padding: 10px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-medica
     .prod-list-banner-left.banner-h-icons
     .banner-h-ico-item
     img {
     margin: 0 auto 20px auto;
     width: 82px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-medica
     .prod-list-banner-left.banner-h-icons
     .banner-h-ico-item
     .banner-ico-right
     h5 {
     font: 700 20px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     padding-bottom: 10px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-tampo
     .prod-list-banner-left
     .banner-ico-item
     .banner-ico-right
     p,
   .prod-list-right
     .prod-list-banner-2-3.banner-medica
     .prod-list-banner-left.banner-h-icons
     .banner-h-ico-item
     .banner-ico-right
     p {
     font-size: 12px;
     line-height: 1.8em;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-medica
     .prod-list-banner-left.banner-h-icons
     .banner-h-ico-item:first-of-type
     .banner-ico-right
     h5 {
     color: #97cd2e;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-medica
     .prod-list-banner-left.banner-h-icons
     .banner-h-ico-item:last-of-type
     .banner-ico-right
     h5 {
     color: #90a5dc;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-higiena-intymna
     .prod-list-banner-right,
   .prod-list-right .prod-list-banner-2-3.banner-control .prod-list-banner-right,
   .prod-list-right
     .prod-list-banner-2-3.banner-podpaski-klasyczne
     .prod-list-banner-right {
     -ms-flex: 1 0 361px;
     flex: 1 0 361px;
     max-width: 361px;
     padding: 0;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-chusteczki-nasaczone
     .prod-list-banner-right,
   .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-right {
     padding: 0;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 400px;
     flex: 1 0 400px;
     max-width: 400px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-chusteczki-nasaczone
     .prod-list-banner-left,
   .prod-list-right
     .prod-list-banner-2-3.banner-podpaski-klasyczne
     .prod-list-banner-left,
   .prod-list-right .prod-list-banner-2-3.banner-control .prod-list-banner-left,
   .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-left {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding-left: 30px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-wkladki-urologiczne {
     padding: 30px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-higiena-intymna,
   .prod-list-right .prod-list-banner-2-3.banner-wkladki-ultracienkie,
   .prod-list-right .prod-list-banner-2-3.banner-chusteczki-nasaczone,
   .prod-list-right .prod-list-banner-2-3.banner-podpaski-klasyczne,
   .prod-list-right .prod-list-banner-2-3.banner-control {
     padding: 0;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-ultracienkie
     .prod-list-banner-right {
     padding: 5px;
     -ms-flex: 1 0 360px;
     flex: 1 0 360px;
     max-width: 360px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-higiena-intymna
     .prod-list-banner-left,
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-ultracienkie
     .prod-list-banner-left,
   .prod-list-right
     .prod-list-banner-2-3.banner-chusteczki-nasaczone
     .prod-list-banner-left,
   .prod-list-right
     .prod-list-banner-2-3.banner-podpaski-klasyczne
     .prod-list-banner-left {
     padding: 30px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-higiena-intymna
     .prod-list-banner-left,
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-ultracienkie
     .prod-list-banner-left,
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-urologiczne
     .prod-list-banner-left {
     padding-left: 30px;
     display: flex;
     flex-direction: column;
     justify-content: center;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-higiena-intymna
     .prod-list-banner-left
     h3:last-of-type,
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-ultracienkie
     .prod-list-banner-left
     h3:last-of-type {
     color: #2b2827;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-urologiczne
     .prod-list-banner-left
     h2 {
     font: 100 24px/1.2em "brandon-grotesque", sans-serif;
     padding-bottom: 15px;
     text-transform: uppercase;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-urologiczne
     .prod-list-banner-left
     h2
     span {
     font: 700 48px/1.2em "brandon-grotesque", sans-serif;
     background: linear-gradient(to right, #040404 0%, #737373 70%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-urologiczne
     .prod-list-banner-right {
     padding-left: 0;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-wkladki-urologiczne
     .prod-list-banner-left
     .btn {
     margin: 15px auto 0 0;
     width: auto;
     height: auto;
   }
   .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio {
     background: #e1dad2;
     min-height: 368px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     text-align: center;
   }
   .en_GLO .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio,
   .pl_PL .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio {
    background:url(../../images/frontend/bawelna-bio-bg.svg) no-repeat 70px bottom #D2AE76;
    background-size:auto 75%;
    color:#fff;
    text-align:left;
    padding-left:200px;
    font-size:20px;
   }
   .pl_PL .banner-podpaski-klasyczne,
   .en_GLO .banner-podpaski-klasyczne {
    background:url(../../images/frontend/classic-bg.jpg) no-repeat right bottom;
    background-size:cover;
   }
   .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio > img {
     margin-bottom: 30px;
     max-width: 560px;
   }
   .prod-list-right
     .prod-list-banner-2-3.banner-herbs.banner-wkladki-wzbogacone-ziolami
     .prod-list-banner-left {
     background: #9dc64e;
   }
   .pc-grid-item.prod-list-banner-2-3.bella-perfecta-2-3 {
     background: none;
     justify-content: center;
   }
   .pc-grid-item.prod-list-banner-2-3.bella-perfecta-2-3:hover {
     box-shadow: none;
   }
   .classic-icons {
    display:flex;
    align-items: center;
    column-gap: 15px;
    margin-top:20px;
   }
   .classic-icons img {
    flex:1 0 52px;
    max-width: 52px;
    width:52px;
    height:auto;
   }
   .prod-list-banner-fw {
     max-width: 1380px;
     margin: 0 auto 60px auto;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background: #cde1ec;
   }
   .prod-list-banner-fw.bella-perfecta, .prod-list-banner-fw.bella-perfecta-slim-1 {
     background: #f7f7f7;
   }
   .prod-list-banner-fw-left img {
     width: 100%;
   }
   .prod-list-banner-fw-right {
     text-align: center;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 700px;
     flex: 1 0 700px;
     padding: 30px;
   }
   .prod-list-banner-fw-right img {
     margin-bottom: 20px;
   }
   .prod-list-banner-fw h3 {
     font: 700 31px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     margin-bottom: 10px;
   }
   .prod-list-cat-container {
     max-width: 1440px;
     margin: 0 auto;
     width: 100%;
   }
   .prod-list-grid {
     max-width: 1440px;
     margin: 0 auto 50px auto;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
   .pc-grid-item {
     margin: 50px;
     padding: 30px 30px 50px 30px;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 calc(100% - 100px);
     flex: 1 0 calc(100% - 100px);
     max-width: calc(100% - 100px);
   }
   .pc-grid-item.pc-grid-video {
    padding:0;
    display: flex;
    align-items: center;
    background:none;
   }
   .pc-grid-item.pc-grid-video video {
    width:100%;
    height:auto;
   }
   .pc-grid-item.pc-grid-no-content {
    background:none;
    padding:0;
   }
   .pc-grid-item.pc-grid-no-content:hover,
   .pc-grid-item.pc-grid-video:hover {
    box-shadow:none;
    -webkit-box-shadow:none;
   }
   .prod-list-cat-container .pc-grid-item {
     margin: 30px;
     flex: 0 1 calc(33.33333% - 60px);
     max-width: calc(33.33333% - 60px);
     position:relative;
   }
   .prod-list-cat-container .pc-grid-item.prod-list-banner-2-3 {
     -webkit-box-flex: 0;
     -ms-flex: 0 1 calc(66.66666% - 60px);
     flex: 0 1 calc(66.66666% - 60px);
     max-width: 66.66666%;
   }
   .ideale-cycle {
     background: #e3f7ff;
   }
   .ideale-cycle img {
     margin: auto auto 20px auto;
     display: block;
     max-width: 100%;
   }
   .ideale-cycle h4 {
     font: 700 28px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     margin-bottom: 35px;
   }
   .ideale-cycle ul {
     margin-bottom: 0;
   }
   .ideale-cycle ul li {
     position: relative;
     padding-left: 18px;
     margin-bottom: 10px;
   }
   .ideale-cycle ul li:last-of-type {
     margin-bottom: 8px;
   }
   .ideale-cycle ul li:before {
     content: "";
     width: 8px;
     height: 8px;
     display: block;
     border-radius: 4px;
     position: absolute;
     left: 0;
     top: 8px;
     background: #397fa4;
   }
   .prod-list-banner-2-3 {
     padding: 0;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 calc(66.66666% - 60px);
     flex: 1 0 calc(66.66666% - 60px);
   }
   .prod-list-banner-2-3 a {
     display: block;
     width: 100%;
     height: 100%;
     margin: 0;
   }
   .prod-list-banner-2-3 img {
     display: block;
     width: 100%;
     background: none;
   }
   .prod-list-banner-2-3.banner-perfecta .prod-list-banner-left h3 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .prod-list-banner-2-3 .prod-list-banner-left h3 img {
     width: auto;
     height: auto;
   }
   header .buy-online {
     margin: 0 20px 0 0;
     right: 0;
   }
   header .buy-online .other-langs img {
     margin: 0 10px 0 0;
   }
   header .buy-online img header .btn.btn-full-border {
     font: 700 14px/40px "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     margin-right: 20px;
   }
   header .btn.btn-full-border:hover {
     border-color: #506190;
     color: #506190;
   }
   #grid[data-columns].prod-list-grid::before {
     content: "2 .column.size-1of2";
   }
   .staysofti h2 {
     background: #694782;
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#694782),
       to(#0099b4)
     );
     background: -o-linear-gradient(left, #694782 0%, #0099b4 100%);
     background: linear-gradient(90deg, #694782 0%, #0099b4 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .staydrai h2 {
     background: #07305c;
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#07305c),
       to(#694782)
     );
     background: -o-linear-gradient(left, #07305c 0%, #694782 100%);
     background: linear-gradient(90deg, #07305c 0%, #694782 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .pc-grid-item .buy-online {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    border:0;
    border-top:2px solid #0E3862;
    height:50px;
    line-height:50px;
    color:#0E3862;
    position: absolute;
    left: 0;
    bottom: 0;
   }
   .pc-grid-item .buy-online img {
    margin-right:10px;
   }
   .single-prod-details .buy-online-single,
   .buy-online:hover {
    background:#0E3862;
    color:#fff;
   }
   .single-prod-details .buy-online-single {
    border:2px solid #0E3862;
    color:#fff;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
   }
   .single-prod-details .buy-online-single:hover {
    background:transparent;
    color:#0E3862;
   }
   .single-prod-details .buy-online-single:hover .ico-shop {
    display:inline-block;
   } 
   .single-prod-details .buy-online-single:hover .ico-shop-active {
    display:none;
  } 
   
   /* ==========================================================================
        4.0 Menu
        ========================================================================== */
   
   .menu {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100vh;
     background: #fff;
     padding: 150px 0 0 0;
     z-index: 1000;
     text-align: center;
     display: none;
     overflow-x: hidden;
     overflow-y: auto;
     -webkit-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     -webkit-transition-delay: 0.1s;
     -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
     opacity: 0;
   }
   .menu-active .menu {
     opacity: 1;
   }
   .menu .logo {
     margin: 0 auto 60px auto;
     clear: both;
     display: inline-block;
   }
   .menu-tabs {
     margin-bottom: 20px;
   }
   .menu-tabs ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .menu-tabs ul li a {
     font: 700 28px/52px "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     display: inline-block;
     height: 52px;
     padding: 0 15px;
     color: #7e7a79;
     position: relative;
   }
   .menu-tabs ul li:hover a,
   .menu-tabs ul li.active a {
     color: #fff;
     background: #3c5580;
   }
   .menu-tabs ul li.active a:after,
   .menu-tabs ul li:hover a:after {
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 11px 6px 0 6px;
     border-color: #3c5580 transparent transparent transparent;
     display: block;
     content: "";
     position: absolute;
     left: 50%;
     top: 100%;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
   }
   .menu-content {
     text-align: left;
     padding-top: 40px;
   }
   .nav-tab .menu-tab-col h1 {
     font: 700 48px/1.1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     margin-bottom: 40px;
     width: 100%;
   }
   .nav-tab .menu-tab-col ul {
     width: 100%;
   }
   .nav-tab .menu-tab-col ul li {
     font: 700 16px/1.1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     padding-right: 20px;
   }
   .nav-tab .menu-tab-col ul li a {
     display: inline-block;
     padding: 12px 0;
   }
   .nav-tab .menu-tab-col ul li a:hover {
     color: #3c5580;
   }
   .menu-tab {
     display: none;
   }
   .menu-tab.nav-tab {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .menu-tab-col {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 33.33333%;
     flex: 1 0 33.33333%;
     padding: 50px;
     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-align: center;
     -ms-flex-align: center;
     align-items: center;
   }
   .menu-tab-col-brands {
     color: #fff;
     background: #3c5580;
   }
   .menu-tab-col-brands a {
     color: #fff;
   }
   .nav-tab .menu-tab-col.menu-tab-col-brands a:hover {
     color: #fff;
     opacity: 0.5;
   }
   .menu-tab-col-cats {
     background: #f7f7f7;
   }
   .menu-tab-col-cats ul li a {
     color: #2b2827;
   }
   .porady-item img {
     height: auto;
   }
   .ideale-col {
     text-align: center;
     background: #e1faff;
     text-align: center;
   }
   .de_DE .ideale-col {
    background: #F6F4DF;
   }
   .ideale-col img:first-of-type {
     margin-bottom: 20px;
   }
   .ideale-col img:last-of-type {
     margin-bottom: 30px;
   }
   .ideale-col h3 {
     font-size: 15px;
   }
   .ideale-col p {
     font-size: 12px;
     margin-bottom: 20px;
   }
   .ideale-col .btn {
     margin: 0 auto;
     color: #3c5580;
     border-color: #3c5580;
   }
   .ideale-col .btn .btn-arrow:before,
   .ideale-col .btn .btn-arrow:after,
   .ideale-col .btn .btn-after:before,
   .ideale-col .btn .btn-after:after {
     background: #3c5580;
   }
   .list-2-cols {
     -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
     -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
     column-gap: 40px;
   }
   .menu-active header {
     z-index: 1001;
   }
   .menu-active body {
     height: 100vh;
     position: fixed;
     left: 0;
     top: 0;
   }
   .why-bella-btn {
     padding: 20px;
     font: 700 24px/1.1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     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;
     color: #2b2827;
     display: none;
   }
   .why-bella-btn img {
     margin-right: 20px;
     max-width: 80px;
   }
   
   /* bella panty ultra */
   .prod-list-banner-fw.bella-panty-ultra-4,
   .prod-list-banner-fw.bella-panty-ultra-3,
   .prod-list-banner-fw.bella-panty-ultra_lt_931,
   .prod-list-banner-fw.bella-panty-ultra {
     background:#fff;
     justify-content:center;
   }
   .prod-list-banner-fw.bella-panty-ultra-4 > div,
   .prod-list-banner-fw.bella-panty-ultra-3 > div,
   .prod-list-banner-fw.bella-panty-ultra_lt_931 > div,
   .prod-list-banner-fw.bella-panty-ultra > div {
     padding:0 15px;
     text-align:center;
     color:#002060;
   }
   .prod-list-banner-fw.bella-panty-ultra-4 > div p,
   .prod-list-banner-fw.bella-panty-ultra-3 > div p,
   .prod-list-banner-fw.bella-panty-ultra_lt_931 > div p,
   .prod-list-banner-fw.bella-panty-ultra > div p {
     padding-bottom:15px;
     font-size:28px;
   }
   .prod-list-banner-fw.bella-panty-ultra-4 > div strong,
   .prod-list-banner-fw.bella-panty-ultra-3 > div strong,
   .prod-list-banner-fw.bella-panty-ultra_lt_931 > div strong,
   .prod-list-banner-fw.bella-panty-ultra > div strong {
     font-weight:bold;
     text-transform:uppercase;
     color:#34bfdc;
   }
   .bpu-leaflet {
     margin:0 auto 30px auto;
     width:100%;
     max-width:1280px;
   }
   .bpu-fsc {
     display:flex;
     align-items:center;
     gap:20px;
     color:#002060;
     background-color: #f3f3f3;
   }
   .bpu-fsc-left {
    padding:24px;
   }
   .bpu-fsc.wysiwyg p {
     margin-bottom:0;
   }
   .bpu-fsc.wysiwyg .bpu-fsc-left h4 {
     text-transform:uppercase;
     font-size:34px;
     font-weight: bold;
   }
   .bpu-fsc-right {
     display:flex;
     align-items:center;
     padding:24px;
   }
   .wysiwyg.bpu-mixform p {
     margin-bottom:20px;
     text-align:center;
     font-size:18px;
     color:#002060;
   }
   .wysiwyg.bpu-mixform p.mixform-label {
     background:#f86966;
     padding:15px;
     text-align:center;
     color:#fff;
     text-transform:uppercase;
     font:700 36px/1em "brandon-grotesque", sans-serif;
   }
   .pc-grid-item.wysiwyg.bpu-mixform {
     justify-content:center;
   }
   .prod-list-banner-2-3.banner-panty.banner-panty-ultra .prod-list-banner-left h3:last-of-type {
     color:#fff !important;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-panty-ultra {
     color:#fff !important;
     background:#34bfdc;
     text-align:left;
     padding:0;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-panty-ultra .prod-list-banner-left {
     text-align:left;
     padding:30px;
   }
   .prod-list-banner-2-3.banner-panty.banner-panty-ultra .prod-list-banner-left h3 {
     line-height:1.2em;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-panty-ultra .prod-list-banner-right img {
     width:100%;
     height:auto;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-panty-ultra .prod-list-banner-right {
     padding:0;
   }
   .bpu-leaflet img {
     display:block;
     width:100%;
     height:auto;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-bella-mamma {
     color:#333 !important;
     background:#FCEFF6;
     text-align:left;
     padding:0;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-bella-mamma .prod-list-banner-left {
     padding:30px;
     text-align:left;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-bella-mamma h3 {
     color:#302861;
     font:700 40px/1.2em "brandon-grotesque", sans-serif;
     margin-bottom:0;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-bella-mamma h4 {
     color:#8D7ECE;
     font:700 30px/1.2em "brandon-grotesque", sans-serif;
     margin-bottom:15px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-bella-mamma .prod-list-banner-right {
     padding:10px;
   }
   .prod-list-right .prod-list-banner-2-3.banner-panty.banner-bella-mamma .prod-list-banner-right img {
     width:300px;
     height:auto;
   }
   .prod-list-banner-fw.bella-mamma-fw {
     display:flex;
     align-items:center;
     padding:20px 50px 20px 0;
     background: #F1EDFC;
   }
   .bella-mamma-fw h2 {
     color:#302861;
     padding-right:30px;
     font:700 40px/1.2em "brandon-grotesque", sans-serif;
   }
   .bella-mamma-fw h2 span {
     color:#8D7ECE;
   }
   .bella-mamma-pictograms {
     display:flex;
     align-items:flex-end;
     color:#333;
     text-align:center;
   }
   .bella-mamma-pictograms div {
     padding:0 15px;
   }
   .bella-mamma-pictograms p {
     line-height:1.3em;
     padding-top:15px;
     height:80px;
   }
   
   /* ==========================================================================
        5.0 Kalkulatory
        ========================================================================== */
   
   .page-title {
     max-width: 1440px;
     margin: 70px auto 40px auto;
     width: 100%;
     text-transform: uppercase;
     font: 700 64px/1em "brandon-grotesque", sans-serif;
   }
   .page-title.owu-title {
     color: #6cbbae;
     margin-bottom: 70px;
   }
   .page-title.mies-title {
     color: #397fa4;
     margin-bottom: 70px;
   }
   .kalendarzykContent.showResult .kv1,
   .kv2 {
     display: none;
   }
   .kalendarzykContent.showResult .kv2 {
     display: block;
     position: relative;
   }
   .calc-top,
   .calc-text {
     max-width: 1440px;
     margin: 0 auto 100px auto;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .calc-top {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }
   .calc-left {
     padding-right: 40px;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 400px;
     flex: 1 0 400px;
     max-width: 400px;
   }
   .calc-center {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 450px;
     flex: 1 0 450px;
     max-width: 450px;
     text-align: center;
     padding: 30px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
   }
   .calc-center h2 {
     text-transform: uppercase;
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 20px;
   }
   .calc-right {
     padding-left: 20px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
   }
   .calc-right h1 {
     font-size: 48px;
   }
   .calc-right h1 span {
     font-size: 24px;
   }
   .calc-right p {
     font-size: 16px;
   }
   .calc-right .app-kalendarzyk-txt {
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
   }
   .calc-owu .calc-center {
     background: #dbf7f8;
   }
   .calc-mies .calc-center {
     background: #ebf5fb;
   }
   .calc-left.wysiwyg h5 {
     text-transform: uppercase;
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 20px;
   }
   .calc-owu .wysiwyg h5 {
     color: #6cbbae;
   }
   .calc-mies .wysiwyg h5 {
     color: #397fa4;
   }
   .calc-text div {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 50%;
     flex: 1 0 50%;
   }
   .calc-text div:first-of-type {
     padding-right: 30px;
   }
   .calc-text div:last-of-type {
     padding-left: 30px;
   }
   .page-title.title-with-button {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .page-title.title-with-button .btn {
     margin: 0 0 0 auto;
   }
   #ovulation_calendar {
     width: 100%;
   }
   .calc-center h2 {
     font: 700 24px/1em "brandon-grotesque", sans-serif;
   }
   .select2-container--default .select2-selection--single {
     background: #fff;
     border: 0;
     border-radius: 0;
     height: 100%;
   }
   .select2-container--default
     .select2-selection--single
     .select2-selection__rendered {
     height: 52px;
     line-height: 52px;
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
   }
   .select2-container--default
     .select2-selection--single
     .select2-selection__arrow {
     top: 14px !important;
   }
   .jcf-select-text {
     display: none;
   }
   .calc-center .form-row {
     margin-bottom: 20px;
     width: 100%;
   }
   .calc-center .form-row.flex-label {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
   }
   .calc-center .form-row.flex-label label {
     padding-right: 10px;
   }
   .calc-center .form-row.flex-label .jcf-select {
     margin-left: auto;
     margin-bottom: 0 !important;
     width: 96px;
     height: 56px;
     border: 2px solid #fcc9d6;
     background: #fff;
     font: 700 18px "brandon-grotesque", sans-serif;
     color: #2b2827;
     text-align: center;
     padding: 0;
   }
   .select2-container--default .select2-selection--single {
     border: 0 !important;
     border-radius: 0 !important;
     height: 52px !important;
   }
   .select2-container--default
     .select2-selection--single
     .select2-selection__rendered {
     line-height: 52px !important;
   }
   .jcf-select .jcf-select-text {
     opacity: 1;
     display: block;
   }
   .kv1 .jcf-select .jcf-select-text {
     opacity: 0;
     display: none;
   }
   .jcf-focus.jcf-select .jcf-select-text {
     opacity: 1;
     display: block;
   }
   .jcf-select .jcf-select-opener {
     display: none;
   }
   .calc-center .form-row.flex-label select {
     display: none;
   }
   .fw-label {
     display: block;
     clear: both;
     padding-bottom: 5px;
   }
   .calc-center input[type="text"] {
     width: 216px;
     height: 56px;
     border: 2px solid #fcc9d6;
     padding: 0 10px 0 65px;
     background: url(../../images/frontend/cal-ico.png) no-repeat 10px center #fff;
     font: 700 18px "brandon-grotesque", sans-serif;
     color: #2b2827;
   }
   .calc-center input[type="submit"],
   .wysiwyg a.resetCalendar:not(.buy-online) {
     text-align: center;
     width: 200px;
     height: 60px;
     color: #fff;
     border: 0;
     text-transform: uppercase;
     font: 700 16px/60px "brandon-grotesque", sans-serif;
     cursor: pointer;
     display: inline-block;
   }
   .calc-owu .calc-center input[type="submit"],
   .calc-owu .wysiwyg a.resetCalendar:not(.buy-online) {
     background: #6cbbae;
   }
   .calc-owu .calc-center input[type="submit"]:hover,
   .calc-owu .wysiwyg a.resetCalendar:not(.buy-online):hover {
     background: #357d72;
   }
   .calc-mies .calc-center input[type="submit"],
   .calc-mies .wysiwyg a.resetCalendar:not(.buy-online) {
     background: #397fa4;
   }
   .calc-mies .calc-center input[type="submit"]:hover,
   .calc-mies .wysiwyg a.resetCalendar:not(.buy-online):hover {
     background: #1d5d80;
   }
   .legenda {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-top: 30px;
     position: absolute;
     left: 0;
     bottom: 0;
   }
   .legenda span {
     display: inline-block;
     font-size: 13px;
     padding: 0 8px;
   }
   .legenda span img {
     padding-right: 5px;
   }
   .calContainer {
     overflow: hidden;
     width: 360px;
     height: 450px !important;
     position: relative;
     float: left;
   }
   .calContainer #calendar {
     width: auto;
     clear: both;
     height: 360px;
     margin-left: -360px;
   }
   
   .calContainer .arrowLeft,
   .calContainer .arrowRight {
     width: 20px;
     height: 20px;
     position: absolute;
     background: red;
     z-index: 10;
   }
   
   .calContainer .arrowLeft {
     top: 10px;
     left: 10px;
   }
   
   .calContainer .arrowRight {
     top: 10px;
     right: 10px;
   }
   
   .calPrognosis {
     width: 360px;
     height: 420px;
     float: left;
     position: relative;
   }
   
   .calMonthSingle {
     height: 420px;
     margin: 0 auto;
   }
   .kalendarzCenter .dayNames {
     background: none;
     border-bottom: 2px dotted #c2dce6;
     border-top: 2px dotted #c2dce6;
     height: auto;
     padding: 5px 15px;
     margin-bottom: 5px;
   }
   .kalendarzCenter .dayNames div {
     color: #888888;
     font-weight: 600;
     text-shadow: none;
     width: 43px;
   }
   .kalendarzCenter .calMonthBigName {
     color: #5998b8;
     font-family: "Lato", Arial, sans-serif;
     font-size: 28px;
   }
   .kalendarzCenter #calMonthScroll {
     padding-left: 10px;
     width: 350px;
   }
   .kalendarzCenter .sDay {
     border: 1px solid rgba(255, 255, 255, 0);
     border-radius: 50%;
     color: #545454;
     font-size: 21px;
     height: 45px;
     margin: 0 3px 6px 0;
     margin-bottom: 20px;
     width: 45px;
   }
   .kalendarzCenter .dayInactive {
     background: rgba(255, 255, 255, 0.5);
   }
   .kalendarzCenter .dayInactive span {
     color: #bbbbbb;
   }
   .kalendarzCenter .dayInactive:hover {
     background: rgba(255, 255, 255, 0.5);
   }
   .kalendarzCenter .showNote {
     background: #fff;
   }
   .kalendarzCenter .redDayLight {
     background: #ffa298;
     color: #fff;
   }
   .kalendarzCenter .redDay {
     background: #f55f64;
     color: #fff;
   }
   .kalendarzCenter span.calDayNum {
     display: block;
     padding-top: 11px;
     position: static;
     text-align: center;
   }
   .kalendarzCenter span.todaySign {
     border: 3px solid #63a9cd;
     border-radius: 50%;
     bottom: -1px;
     height: 47px;
     left: -2px;
   }
   
   span.todaySign {
     color: #4cac41;
     display: inline-block;
     width: 47px;
     text-align: center;
     position: absolute;
     left: 0;
     bottom: 17px;
   }
   .kalendarzCenter span.redFlower {
     background: url("../../images/frontend/minikropla.png") no-repeat left top;
     bottom: -14px;
     height: 10px;
     left: 17px;
     position: absolute;
     top: auto;
     width: 8px;
   }
   .kalendarzCenter span.greenFlower {
     background: url("../../images/frontend/minijajeczko.png") no-repeat left top;
     bottom: -14px;
     display: inline-block;
     height: 11px;
     left: 17px;
     position: absolute;
     top: auto;
     width: 11px;
   }
   .kalendarzCenter span.todaySign {
     border: 3px solid #63a9cd;
     border-radius: 50%;
     bottom: -1px;
     height: 47px;
     left: -2px;
   }
   .kalendarzCenter .grayDay {
     background: rgba(255, 255, 255, 0.64);
     border: 1px solid #6cbbae;
   }
   .kalendarzCenter .arrowLeft,
   .kalendarzCenter .arrowRight {
     height: 24px;
     top: 2px;
   }
   .kalendarzCenter .arrowLeft {
     background: url("../../images/frontend/lequo.png") no-repeat center;
   }
   .kalendarzCenter .arrowRight {
     background: url("../../images/frontend/raquo.png") no-repeat center;
   }
   .kalendarzMain {
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     -ms-grid-row-align: flex-start;
     align-items: flex-start;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-bottom: 50px;
   }
   .kalendarzykContent.kalendarzykOwuContent h2 {
     color: #6cbaad;
   }
   .kalendarzykContent.kalendarzykOwuContent .kalendarzLeft h5 {
     color: #6cbaad;
   }
   .kalendarzykContent .kalendarzLeft h5 img {
     position: relative;
     top: -3px;
     margin-right: 10px;
   }
   .kalendarzCenter input[type="submit"] {
     background: #6cbbae;
   }
   .kalendarzCenter input[type="submit"]:hover {
     background: #479a8b;
   }
   .kalendarzykContent.kalendarzykOwuContent .redDayLight {
     background-image: -webkit-repeating-linear-gradient(
       -45deg,
       transparent,
       transparent 1px,
       rgba(255, 255, 255, 1) 1px,
       rgba(255, 255, 255, 1) 10px
     );
     background-image: -webkit-repeating-linear-gradient(
       135deg,
       transparent,
       transparent 1px,
       #fff 1px,
       #fff 10px
     );
     background-image: -o-repeating-linear-gradient(
       135deg,
       transparent,
       transparent 1px,
       #fff 1px,
       #fff 10px
     );
     background-image: repeating-linear-gradient(
       -45deg,
       transparent,
       transparent 1px,
       #fff 1px,
       #fff 10px
     );
   }
   .kalendarzykContent.kalendarzykOwuContent .redDay {
     background-image: -webkit-repeating-linear-gradient(
       -45deg,
       transparent,
       transparent 1px,
       rgba(255, 255, 255, 1) 1px,
       rgba(255, 255, 255, 1) 10px
     );
     background-image: -webkit-repeating-linear-gradient(
       135deg,
       transparent,
       transparent 1px,
       #fff 1px,
       #fff 10px
     );
     background-image: -o-repeating-linear-gradient(
       135deg,
       transparent,
       transparent 1px,
       #fff 1px,
       #fff 10px
     );
     background-image: repeating-linear-gradient(
       -45deg,
       transparent,
       transparent 1px,
       #fff 1px,
       #fff 10px
     );
   }
   .kalendarzykContent.kalendarzykOwuContent .redDayLight,
   .kalendarzykContent.kalendarzykOwuContent .redDay {
     border: 1px solid #ffa399;
     color: #545454;
   }
   .kalendarzykContent.kalendarzykOwuContent .grayDay {
     background: #b4f3dc;
     border: 1px solid #b4f3dc;
   }
   .kalendarzykContent.kalendarzykOwuContent .ovuDay {
     background: #6cbbae;
     border: 1px solid #6cbbae;
     color: #fff;
   }
   .kalendarzCenter .arrowLeft,
   .kalendarzCenter .arrowRight {
     height: 24px;
     top: 2px;
   }
   .kalendarzCenter .arrowLeft {
     background: url("../../images/frontend/lequo.png") no-repeat center;
   }
   .kalendarzCenter .arrowRight {
     background: url("../../images/frontend/raquo.png") no-repeat center;
   }
   #calKalendarz {
     display: none;
     float: left;
     width: 780px;
     height: 365px;
     padding: 48px 0 0 40px;
   }
   .calWhiteBg {
     width: 270px;
     height: 290px;
     background: #fff;
     position: absolute;
     left: 86px;
     top: 268px;
   }
   #calContentLoader {
     width: 803px;
     height: 394px;
     background: url("../../images/frontend/ajax-loader.gif") no-repeat center
       center #fff;
     position: absolute;
     left: 86px;
     top: 164px;
     z-index: 9998;
     display: none;
   }
   div.calNav {
     float: left;
     width: 356px;
     text-align: center;
     padding-bottom: 8px;
     position: relative;
     left: 0;
     top: 0;
   }
   a.prevMonth {
     width: 15px;
     height: 24px;
     background: url("../../images/frontend/prevMonth.png") no-repeat left top;
     display: inline-block;
     position: absolute;
     left: 40px;
     top: 4px;
     margin-right: 38px;
   }
   h3.calMonthBigName {
     color: #4cad42;
     font: 30px/1em "Lobster";
     display: inline-block;
   }
   a.nextMonth {
     width: 15px;
     height: 24px;
     background: url("../../images/frontend/nextMonth.png") no-repeat left top;
     display: inline-block;
     position: absolute;
     right: 40px;
     top: 4px;
     margin-left: 38px;
   }
   .callendarLeft {
     float: left;
     width: 356px;
     position: relative;
     left: 0;
     top: 5px;
   }
   div.dayNames {
     float: left;
     width: 358px;
     height: 25px;
     background: url("../../images/frontend/months.png") no-repeat left top;
     clear: both;
     margin-bottom: 3px;
     position: relative;
     left: 1px;
     top: 1px;
   }
   div.dayNames > div {
     float: left;
     font: 14px/14px "Ubuntu";
     text-shadow: 0px 1px #3b6426;
     text-align: center;
     width: 47px;
     height: 19px;
     padding-top: 2px;
     color: #fff;
     position: relative;
     top: 0;
   }
   div.dayName1 {
     left: 0;
   }
   div.dayName2 {
     left: 7px;
   }
   div.dayName3 {
     left: 11px;
   }
   div.dayName4 {
     left: 13px;
   }
   div.dayName5 {
     left: 17px;
   }
   div.dayName6 {
     left: 22px;
   }
   div.dayName7 {
     left: 26px;
   }
   div.calMonthView {
     float: left;
     width: 376px;
     padding: 2px 0 0 2px;
   }
   #calMonthScroll {
     width: 376px;
     clear: both;
     margin: 0;
     position: relative;
     left: 0;
     top: 0;
   }
   #calMonthScroll .viewport {
     width: 356px;
     height: 295px;
     overflow: hidden;
     position: relative;
   }
   #calMonthScroll .overview {
     list-style: none;
     position: absolute;
     left: 0;
     top: 0;
   }
   #calMonthScroll .thumb .end,
   #calMonthScroll .thumb {
     background-color: #003d5d;
   }
   #calMonthScroll .scrollbar {
     position: relative;
     float: right;
     width: 10px;
     left: -4px;
   }
   #calMonthScroll .track {
     height: 100%;
     width: 10px;
     position: relative;
     background: url("../../images/frontend/scrollTrack2.png") repeat-y center top;
   }
   #calMonthScroll .thumb {
     background: url("../../images/frontend/scrollBrown.png") no-repeat left top;
     height: 68px;
     width: 10px;
     cursor: pointer;
     overflow: hidden;
     position: absolute;
     top: 0;
   }
   #calMonthScroll .disable {
     display: none;
   }
   .sDay {
     float: left;
     width: 47px;
     height: 53px;
     position: relative;
     left: 0;
     top: 0;
     font: 18px/1em "Ubuntu";
     color: #5e6270;
     margin: 0 4px 6px 0;
     background: url("../../images/frontend/calDays.png") no-repeat left top;
     display: inline-block;
     text-decoration: none;
   }
   .dayInactive {
     background: url("../../images/frontend/calDays.png") no-repeat left top;
     cursor: default;
   }
   .sDay.dayInactive {
     color: #c1c8de;
   }
   span.calDayNum {
     position: absolute;
     right: 5px;
     top: 7px;
   }
   span.dayFace {
     display: inline-block;
     width: 11px;
     height: 11px;
     background: url("../../images/frontend/calFace.png") no-repeat left top;
     position: absolute;
     left: 5px;
     bottom: 5px;
   }
   .sDay.redDay {
     background: #fee5d9;
     color: #d01010;
   }
   .sDay.redDayLight {
     background: #fff0ea;
     color: #d01010;
   }
   .sDay.grayDay {
     background: #f5fafd;
   }
   span.redFlower {
     display: inline-block;
     width: 19px;
     height: 20px;
     background: url("../../images/frontend/calFlower.png") no-repeat left top;
     position: absolute;
     left: 5px;
     top: 6px;
   }
   span.dayNote {
     display: inline-block;
     width: 8px;
     height: 8px;
     background: url("../../images/frontend/calNote.png") no-repeat left top;
     position: absolute;
     right: 6px;
     bottom: 6px;
   }
   span.dayAlert {
     display: inline-block;
     width: 11px;
     height: 10px;
     background: url("../../images/frontend/calAlert.png") no-repeat left top;
     position: absolute;
     left: 18px;
     bottom: 6px;
   }
   span.greenFlower {
     display: inline-block;
     width: 18px;
     height: 18px;
     background: url("../../images/frontend/calFlower2.png") no-repeat left top;
     position: absolute;
     left: 5px;
     top: 6px;
   }
   .sDay.toDay,
   .sDay.toDay2 {
     color: #4cad42;
   }
   .calToopTip {
     position: absolute;
     z-index: 9999;
     left: 0;
     top: -6px;
     background-color: #fff;
     padding: 1px 2px;
     border: 1px solid #e9e2da;
     display: inline-block;
     float: left;
     font: 9px/1.2em Arial;
     color: #8e96a9;
     display: none !important;
   }
   
   /* ==========================================================================
        6.0 WYSIWYG
        ========================================================================== */
   
   .doc-content {
     max-width: 1170px;
     margin: 0 auto 100px auto;
     width: 100%;
   }
   .doc-content.survey-container {
     margin-top: 50px;
   }
   .doc-short-content {
     max-width: 1170px;
     margin: 0 auto 50px auto;
     width: 100%;
   }
   .doc-cat-desc {
     max-width: 1170px;
     margin: 0 auto 20px auto;
     width: 100%;
   }
   .page-title.doc-title {
     max-width: 1170px;
   }
   .wysiwyg p {
     font: 15px/2em "Raleway", sans-serif;
   }
   .wysiwyg p,
   .wysiwyg ol,
   .wysiwyg ul {
     margin-bottom: 40px;
   }
   .wysiwyg ol {
     margin-left: 20px;
   }
   .wysiwyg ul li {
     padding-left: 24px;
     position: relative;
     margin-bottom: 12px;
   }
   .wysiwyg ul li:before {
     width: 8px;
     height: 8px;
     background: #397fa4;
     position: absolute;
     left: 0;
     border-radius: 4px;
     top: 10px;
     display: block;
     content: "";
   }
   .wysiwyg ol li {
     list-style: decimal;
   }
   .wysiwyg h1,
   .wysiwyg h2,
   .wysiwyg h3,
   .wysiwyg h4,
   .wysiwyg h5,
   .wysiwyg h6 {
     margin-bottom: 30px;
     /*clear: both;*/
     width: 100%;
   }
   .wysiwyg h1 {
     font: 700 64px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
   }
   .wysiwyg h2 {
     font: 700 48px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
   }
   .wysiwyg h3 {
     font: 500 44px/1em "brandon-grotesque", sans-serif;
   }
   .wysiwyg h4 {
     font: 400 40px/1.2em "brandon-grotesque", sans-serif;
   }
   .wysiwyg h5 {
     font: 400 36px/1.2em "brandon-grotesque", sans-serif;
   }
   .wysiwyg h6 {
     font: 400 32px/1.2em "brandon-grotesque", sans-serif;
   }
   .wysiwyg .pc-grid-item {
     max-width: 430px;
   }
   .wysiwyg .pgi-right {
     float: right;
     margin: 0 0 40px 60px;
   }
   .wysiwyg .pgi-left {
     float: left;
     margin: 0 60px 40px 0;
   }
   .wysiwyg blockquote {
     background: #f7f7f7;
     max-width: 620px;
     width: 100%;
     padding: 30px 20px;
     margin: 40px auto 90px auto;
     position: relative;
     font: 500 18px/2em "brandon-grotesque", sans-serif;
     clear: both;
   }
   .wysiwyg blockquote:after {
     display: block;
     position: absolute;
     right: 100px;
     bottom: -50px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 50px 70px 0 0;
     border-color: #f7f7f7 transparent transparent transparent;
     content: "";
   }
   .wysiwyg a:not(.buy-online) {
     color: #586d9d;
     border-bottom: 1px solid rgba(255, 255, 255, 0);
   }
   .wysiwyg a:not(.buy-online):hover,
   .wysiwyg a:not(.pc-grid-img):hover,
   .wysiwyg a:not(.pc-grid-item-title a):hover {
     border-bottom: 1px solid #586d9d !important;
   }
   .wysiwyg a.btn {
     color: #2c2b29;
     border-bottom: 2px solid #2c2b29;
   }
   .wysiwyg a.btn:hover {
     color: #2c2b29;
     border-bottom: 2px solid #2c2b29;
   }
   .wysiwyg .img_left {
     float: left;
     display: inline-block;
     margin: 0 40px 40px 0;
   }
   .wysiwyg .img_right {
     float: right;
     display: inline-block;
     margin: 0 0 40px 40px;
   }
   .wysiwyg > *:last-child {
     margin-bottom: 0;
     padding-bottom: 0;
   }
   .wysiwyg .pc-grid-item-title {
     text-transform: uppercase;
     font: 700 40px/1em "brandon-grotesque", sans-serif;
     margin-bottom: 15px;
     position: relative;
     left: -60px;
     width: 100%;
     display: block;
   }
   .wysiwyg .pc-grid-img:hover,
   .wysiwyg .pc-grid-item-title a:hover {
     border-bottom: 1px solid rgba(255, 255, 255, 0);
   }
   .wysiwyg form div,
   .wysiwyg form p {
     margin-bottom: 20px;
   }
   .survQuestionTxt {
     margin-right: 20px;
   }
   .wysiwyg form label {
     display: block;
   }
   .wysiwyg .jcf-checkbox {
     top: 3px;
   }
   .labPositioned {
     float: left;
   }
   .wysiwyg input[type="text"],
   .wysiwyg input[type="email"],
   .wysiwyg input[type="tel"],
   .wysiwyg input[type="number"],
   .wysiwyg textarea {
     border: 2px solid #dfe5e4;
     padding: 0 10px;
     height: 50px;
     width: 260px;
     font:600 15px "Raleway", sans-serif;
   }
   .wysiwyg textarea {
     height: 150px;
     width: 400px;
   }
   .wysiwyg input[type="text"].input-thin,
   .wysiwyg input[type="email"].input-thin,
   .wysiwyg input[type="tel"].input-thin,
   .wysiwyg input[type="number"].input-thin {
     width: 100px;
   }
   .wysiwyg input[type="text"]:focus,
   .wysiwyg input[type="email"]:focus,
   .wysiwyg input[type="tel"]:focus,
   .wysiwyg input[type="number"]:focus,
   .wysiwyg textarea:focus,
   .wysiwyg input[type="text"]:hover,
   .wysiwyg input[type="email"]:hover,
   .wysiwyg input[type="tel"]:hover,
   .wysiwyg input[type="number"]:hover,
   .wysiwyg textarea:hover {
     border: 2px solid #397fa4;
   }
   .wysiwyg input[type="submit"],
   .wysiwyg button {
     height: 50px;
     border: 0;
     color: #fff;
     background: rgb(23, 185, 193);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#261e46),
       to(#586d9d)
     );
     background: -o-linear-gradient(left, #261e46 0%, #586d9d 100%);
     background: linear-gradient(90deg, #261e46 0%, #586d9d 100%);
     text-transform: uppercase;
     font: 700 14px "brandon-grotesque", sans-serif;
     cursor: pointer;
     text-align: center;
     padding: 0 20px;
     min-width: 134px;
     outline: 2px solid rgba(255, 255, 255, 0);
   }
   .wysiwyg input[type="submit"]:hover,
   .wysiwyg button:hover {
     color: #586d9d;
     background: #fff;
     outline: 2px solid #586d9d;
   }
   .wysiwyg .app-kalendarzyk-txt {
     -webkit-transform: translateX(-50px);
     -ms-transform: translateX(-50px);
     transform: translateX(-50px);
   }
   .wysiwyg .app-kalendarzyk-txt p {
     font: 15px/2em "Raleway", sans-serif;
   }
   .wysiwyg .app-kalendarzyk-widget.app-photo-right .app-kalendarzyk-txt {
     -webkit-transform: translateX(50px);
     -ms-transform: translateX(50px);
     transform: translateX(50px);
     text-align: right;
   }
   .wysiwyg ul.radio_list li,
   .wysiwyg ul.checkbox_list li {
     padding-left: 0;
   }
   .wysiwyg ul.radio_list li:before,
   .wysiwyg ul.checkbox_list li:before {
     display: none;
   }
   .wysiwyg ul.radio_list label,
   .wysiwyg ul.checkbox_list label {
     display: inline-block;
   }
   .wysiwyg strong {
     font-weight: 800 !important;
   }
   .flex-answer ul li {
     display: inline-block;
   }
   .inlineAnswer ul li .jcf-radio {
     margin-right: 3px;
   }
   
   /* ==========================================================================
        7.0 Produkt
        ========================================================================== */
   
   .single-prod-top {
     margin: 70px auto 115px auto;
     max-width: 1440px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .single-prod-gal {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 540px;
     flex: 1 0 540px;
     max-width: 540px;
     text-align: center;
   }
   .single-prod-gal .swiper-button-next,
   .single-prod-gal .swiper-button-prev {
     color: #2b2827;
     outline: none;
     box-shadow: none;
   }
   .single-prod-gal .swiper-button-next {
     right: 0;
   }
   .single-prod-gal .swiper-button-prev {
     left: 0;
   }
   .swiper-button-next:after,
   .swiper-button-prev:after {
     display: none;
   }
   .single-prod-gal .swiper-slide {
     padding: 50px;
   }
   .single-prod-gal img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
   }
   .single-prod-details {
     padding-left: 50px;
   }
   .single-prod-cat {
     font: 700 22px/30px "brandon-grotesque", sans-serif;
     padding-bottom: 15px;
   }
   .single-prod-details .page-title {
     margin-top: 0;
     margin-bottom: 20px;
     line-height: 1em;
   }
   .single-prod-details .page-title span {
     background: rgb(7, 48, 92);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#07305c),
       to(#78b4c1)
     );
     background: -o-linear-gradient(left, #07305c 0%, #78b4c1 100%);
     background: linear-gradient(90deg, #07305c 0%, #78b4c1 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .single-prod-details .page-title span em {
     font-style: normal;
     /*font-size: 52px;
        display: block;*/
   }
   .single-prod-desc {
     font: 15px/2em "Raleway", sans-serif;
     margin-bottom: 30px;
   }
   .single-prod-attrs {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-right: auto;
   }
   .single-prod-attrs .jcf-select {
     width: 140px;
   }
   .produkty-papierowe .single-prod-attrs .jcf-select {
     width:180px;
   }
   .single-prod-attrs div {
     padding: 0 20px;
     border-left: 2px solid #d1d1d1;
   }
   .single-prod-attrs div:first-of-type {
     border-left: 0;
   }
   .single-prod-attrs div.attr-packages {
     padding-left: 0;
   }
   .single-prod-attrs div.attr-packages div {
     border: 0;
     padding: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .single-prod-attrs div.attr-packages .buy-online {
     right: 0;
     margin-top: 0;
   }
   .single-prod-attrs div.attr-packages .jcf-select .jcf-select-drop {
     display: block;
     border: 2px solid #dfe5e4;
   }
   .single-prod-attrs div.attr-packages .jcf-select .jcf-select-text {
     display: block;
     color: #2b2827;
     opacity: 1;
   }
   .single-prod-attrs div.attr-packages div.pieces-count {
     margin-right: 10px;
     display: block;
     position: relative;
     border: 2px solid #dfe5e4;
     line-height: 46px;
     margin: 0 0 30px;
     text-align: left;
     padding: 0 10px;
     height: 50px;
     width: 180px;
     background: rgba(255, 255, 255, 0.05);
   }
   .attr-name {
     font: 500 18px/30px "brandon-grotesque", sans-serif;
     display: block;
     text-align: center;
   }
   .single-prod-details .buy-online img {
     top: -2px;
   }
   .attr-name:first-of-type {
     padding-bottom: 8px;
   }
   .single-prod-attrs div img {
     display: block;
     margin: 0 auto 10px auto;
   }
   .single-prod-cechy {
     width: 100%;
     background: #fff;
     border: 3px solid #f7f7f7;
     padding: 30px 30px 0 30px;
     margin-bottom: 100px;
   }
   .single-prod-cechy-in {
     width: 100%;
     margin: 0 auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
   .single-prod-cechy-in > div {
     padding: 0 30px;
     text-align: center;
     margin-bottom: 40px;
     max-width: 220px;
   }
   .cecha-img {
     margin: 0 auto 15px auto;
     width: 68px;
     height: 68px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .cecha-name {
     font: 700 14px/1em "brandon-grotesque", sans-serif;
     padding-bottom: 10px;
     text-transform: uppercase;
   }
   .cecha-desc {
     font: 12px/20px "Raleway", sans-serif;
   }
   .prod-list-cat-container .page-title {
     line-height: 0.7em;
   }
   .prod-list-cat-container .page-title span {
     font-size: 44px;
     display: block;
     clear: both;
   }
   .prod-list-cat-container.sp,
   .prod-list-cat-container.sp .page-title,
   .prod-list-cat-container.sp .prod-list-grid {
     max-width: 100%;
   }
   .prod-list-cat-container.sp .pc-grid-item {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 calc(20% - 40px);
     flex: 0 0 calc(20% - 40px);
     max-width: calc(20% - 40px);
     margin: 20px;
     padding: 20px 20px 50px 20px;
   }
   .prod-list-cat-container.sp .pc-grid-item h2 {
     left: 0;
     font-size: 28px;
   }
   .prod-list-cat-container.sp .buy-online {
     right: -40px;
   }
   .prod-list-cat-container.sp .pc-grid-img img {
     width: 100%;
   }
   .intima-ico {
     margin:0 auto 30px auto;
     display:block;
     max-width:100%;
   }
   .grid-show-all {
     background: #f3f3f3;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-transform: uppercase;
     text-align: left;
   }
   .grid-show-all span {
     font: 700 48px/1em "brandon-grotesque", sans-serif;
     background: rgb(7, 48, 92);
     background: -webkit-gradient(
       linear,
       left top,
       right top,
       from(#07305c),
       to(#78b4c1)
     );
     background: -o-linear-gradient(left, #07305c 0%, #78b4c1 100%);
     background: linear-gradient(90deg, #07305c 0%, #78b4c1 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .grid-show-all em {
     font-size: 36px;
     font-style: normal;
     display: inline-block;
   }
   .freedom-zones {
     max-width: 1440px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: 0 auto;
   }
   .freedom-zones-right {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 55%;
     flex: 1 0 55%;
   }
   .freedom-zones-left {
     text-align: center;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 45%;
     flex: 1 0 45%;
     padding: 20px;
   }
   .freedom-zones-left {
     max-width: 100%;
   }
   .freedom-zones-right h2 {
     margin-bottom: 50px;
     font: 700 36px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
   }
   .freedom-zones-right h2 span {
     margin-bottom: 20px;
   }
   .zones-stripes {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .zones-stripes div {
     width: 78px;
     height: 22px;
     margin-left: 5px;
   }
   .zones-stripes div:first-of-type {
     background: #c8d7f3;
     margin-left: 0;
   }
   .zones-stripes.zones-stripes-pink div:first-of-type {
     background: #dbaee1;
     margin-left: 0;
   }
   .stripe-orange,
   .zones-stripes div:nth-child(2) {
     background: #ec660c;
   }
   .stripe-pink,
   .zones-stripes div:nth-child(3) {
     background: #f423a7;
   }
   .stripe-light,
   .zones-stripes div:last-of-type {
     background: #fb9cd8;
   }
   .freedom-zones-desc {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .fzd-left {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 50%;
     flex: 1 0 50%;
     padding-right: 15px;
   }
   .fzd-right {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 50%;
     flex: 1 0 50%;
     padding-left: 15px;
   }
   .fzd-right-item {
     margin-bottom: 30px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   .fzd-right-item:last-of-type {
     margin-bottom: 0;
   }
   .stripe {
     display: inline-block;
     width: 70px;
     height: 12px;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 70px;
     flex: 1 0 70px;
   }
   .fzd-right-item-content {
     padding-left: 15px;
   }
   .fzd-right-item-content h5 {
     font: 700 28px/1em "brandon-grotesque", sans-serif;
     text-transform: uppercase;
     margin-bottom: 5px;
   }
   .fzd-right-item span img {
     width: 70px;
     height: auto;
   }
   .prod-video {
     margin: 50px auto;
     max-width: 1140px;
   }
   .video-wrapper {
     position: relative;
     padding-bottom: 56.25%; /* 16:9 */
     height: 0;
   }
   .video-wrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
   }
   .prod-list-right .freedom-zones-right .fzd-right-item-content h5 {
     font-size: 24px;
   }
   .prod-list-right .freedom-zones-right .fzd-right-item-content p {
     font: 13px/1.7em "Raleway", sans-serif;
   }
   .intima-slogan {
     
   }
   .intima-slogan h1 {
     line-height:1.2em;
   }
   .intima-slogan h1 span {
     display:block;
     font-weight:300;
   }
   .intima-slogan h1 span strong {
     font-weight:700;
   }
   .intima-slogan h1 span:last-child {
     text-align:right;
   }
   .intima-slogan strong {
     font-weight:700;
   }
   .intima-slogan-yellow {
     background: rgb(233, 170, 17);
     background: linear-gradient( 90deg, rgba(233, 170, 17, 1) 0%, rgba(234, 191, 79, 1) 100% );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .intima-slogan-green {
     background: #97b97f;
     background: linear-gradient( 90deg, #79a05e 0%, #97b97f 100% );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   .intima-content {
     display:flex;
   }
   .intima-content img {
     display:block;
     width:auto;
   }
   .intima-content img.img-left {
     margin:0 30px 30px 0;
   }
   .intima-content img.img-right {
     margin:0 0 30px 30px;
     align-self: center;
   }
   .intima-content-in {
   
   }
   
   /* ==========================================================================
        8.0 Cookies
        ========================================================================== */
   
   #cookiesBox {
     background: #deeff8;
     padding: 30px;
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     z-index: 101;
     -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
       0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035),
       0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05),
       0 100px 80px rgba(0, 0, 0, 0.07);
     box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
       0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035),
       0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05),
       0 100px 80px rgba(0, 0, 0, 0.07);
   }
   .cookiesIn {
     max-width: 1440px;
     margin: 0 auto;
   }
   .cookiesIn .btn:first-of-type {
     margin-right: 50px;
   }
   .cookieSpan {
     margin-bottom: 30px;
   }
   .cookiesIn .wysiwyg p {
     font: 13px/1.6em "Raleway", sans-serif;
   }
   
   /* ==========================================================================
        12.0 RWD
        ========================================================================== */
   
   @media only screen and (max-width: 1800px) {
     .pc-img,
     .pc-img-in {
       max-width: 480px;
     }
   }
   
   @media only screen and (max-width: 1600px) {
     .menu-tab-col {
       padding: 30px;
     }
     .pc-img,
     .pc-img-in {
       max-width: 400px;
     }
     .pc-grid-item .btn {
       left: 0;
     }
     .pc-grid-item h2 {
       font-size: 32px;
     }
     .pc-img h1 {
       font-size: 56px;
     }
   }
   
   @media only screen and (max-width: 1440px) {
     .pc-grid-item h2 {
       left:-40px;
     }
     .ideale-cycle h4 {
       margin-bottom: 15px;
     }
     .ideale-cycle ul li {
       font-size: 13px;
       line-height: 1.8em;
     }
     .ideale-cycle img {
       margin: 0 auto;
     }
     .prod-list-top {
       padding: 0;
     }
     .prod-list-cat-container.sp .pc-grid-item h2 {
       font-size: 24px;
     }
     .grid-show-all span {
       font-size: 38px;
     }
     .grid-show-all em {
       font-size: 26px;
     }
     .nav-tab .menu-tab-col ul li {
       padding-right: 10px;
     }
     .nav-tab .menu-tab-col h1 {
       margin-bottom: 15px;
     }
     .pc-grid-item {
       margin: 40px;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 calc(33.33333% - 80px);
       flex: 1 0 calc(33.33333% - 80px);
     }
     .prod-list-cat-container .pc-grid-item {
       margin: 40px;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 calc(33.33333% - 80px);
       flex: 1 0 calc(33.33333% - 80px);
       max-width: calc(33.33333% - 80px);
     }
     .pc-grid-item h2 {
       width: calc(100% + 40px);
     }
     .pc-grid-item p {
       left: -40px;
       /*width: calc(100% + 40px);*/
       width: 100%;
     }
     .calc-left {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 300px;
       flex: 1 0 300px;
       max-width: 300px;
     }
     .page-title {
       font-size: 64px;
     }
     .calc-right .calc-right-img img {
       width: 260px;
       height: auto;
     }
     .calc-center {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 440px;
       flex: 1 0 440px;
       max-width: 440px;
     }
     .pc-img,
     .pc-img-in {
       max-width: 350px;
     }
     .pc-img h1 {
       font-size: 48px;
     }
     .pc-grid-img img {
       max-height: 260px;
       width: auto;
     }
     .prod-cat {
       margin-bottom: 100px;
     }
     .footer-nav {
       padding: 40px 60px;
     }
     .footer-nav div {
       margin-right: 50px;
       font-size: 13px;
     }
     .footer-nav div h3 {
       margin-bottom: 15px;
     }
     .porady-txt {
       padding: 20px 0 20px 35px;
       min-width: 240px;
     }
     .app-kalendarzyk-widget > img {
       max-width: 720px;
       height: auto;
     }
     .app-kalendarzyk-txt {
       -webkit-transform: translateX(-60px);
       -ms-transform: translateX(-60px);
       transform: translateX(-60px);
     }
     .konfig-form-item {
       margin-right: 40px;
     }
     .konfig {
       padding: 40px 30px;
     }
     .calc-left.wysiwyg h5 {
       font-size: 20px;
       margin-bottom: 10px;
     }
     .page-title.mies-title,
     .page-title.owu-title {
       margin-bottom: 40px;
     }
     .single-prod-gal {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 480px;
       flex: 1 0 480px;
     }
     .single-prod-details {
       padding-left: 50px;
     }
     .single-prod-gal img {
       max-width: 100%;
     }
     .single-prod-attrs {
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
     }
     .single-prod-attrs div {
       padding: 0 20px;
     }
     .attr-packages .jcf-select {
       width: 140px;
     }
     .single-prod-details .buy-online img {
       top: 1px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-herbs .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-medica .prod-list-banner-right {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 350px;
       flex: 1 0 350px;
       max-width: 350px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-right {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 300px;
       flex: 1 0 300px;
       max-width: 300px;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-herbs
       .prod-list-banner-right
       img {
       left: 30px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-herbs .prod-list-banner-left {
       padding-left: 50px;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-herbs
       .prod-list-banner-left
       img {
       margin-bottom: 15px;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-cotton
       .prod-list-banner-right
       img {
       width: auto;
       max-width: 100%;
     }
   }
   
   @media only screen and (max-width: 1366px) {
     .porady-txt h1 {
       font-size: 28px;
     }
     .pc-grid-item h2 {
       font-size: 26px;
     }
     .footer-nav div ul li {
       line-height: 1.6em;
     }
     .prod-list-right .prod-list-banner-2-3.banner-intima .prod-list-banner-left {
       padding: 30px 15px;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-tampo
       .prod-list-banner-right
       img {
       max-width: 200px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-tampo .prod-list-banner-right {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 270px;
       flex: 1 0 270px;
       max-width: 270px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-medica .prod-list-banner-right {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 300px;
       flex: 1 0 300px;
       max-width: 300px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-left {
       font-size: 13px;
       line-height: 1.8em;
     }
   }
   
   @media only screen and (max-width: 1280px) {
   
     .prod-list-cat-container.sp .pc-grid-item {
       padding: 15px;
     }
     .prod-list-cat-container.sp .pc-grid-item h2 {
       font-size: 20px;
     }
     .buy-online img {
       margin-right: 5px;
     }
     .grid-show-all em {
       font-size: 20px;
     }
     .grid-show-all span {
       font-size: 32px;
     }
     .prod-list-right h1 {
       font-size: 54px;
     }
     .ideale-col img:last-of-type {
       max-width: 100%;
     }
     .nav-tab .menu-tab-col h1 {
       font-size: 36px;
     }
     .list-2-cols {
       -webkit-column-count: 1;
       -moz-column-count: 1;
       column-count: 1;
     }
     .menu-content {
       padding-top: 20px;
     }
     .calc-right .calc-right-img img {
       width: 220px;
     }
     .pc-img,
     .pc-img-in {
       max-width: 280px;
     }
     .pc-img h1 {
       font-size: 40px;
     }
     .pc-grid-item p {
       font-size: 13px;
       left: 0;
     }
     .pc-grid-item .btn,
     .pc-grid-item h2 {
       /*left: 0;*/
     }
     .pc-grid-item .btn {
       left: 0;
     }
     .pc-grid-item {
       margin: 30px;
       padding: 40px 20px 30px 20px;
     }
     .calc-widget-left {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 60%;
       flex: 1 0 60%;
       padding: 20px 30px;
     }
     .calc-widget-left h2 {
       font-size: 24px;
       margin-bottom: 15px;
     }
     .calc-widget-left p {
       font-size: 13px;
     }
     .konfig-form-item label {
       font-size: 13px;
     }
     .kfi-btn span {
       font-size: 15px;
     }
     .footer-nav {
       padding: 40px 30px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-herbs .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-medica .prod-list-banner-right {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 270px;
       flex: 1 0 270px;
       max-width: 270px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-cotton .prod-list-banner-left p,
     .prod-list-right .prod-list-banner-2-3.banner-panty .prod-list-banner-left p,
     .prod-list-right .prod-list-banner-2-3.banner-intima .prod-list-banner-left p,
     .prod-list-right .prod-list-banner-2-3.banner-herbs .prod-list-banner-left p {
       font-size: 13px;
       line-height: 1.8em;
     }
     .prod-list-right .prod-list-banner-2-3.banner-intima .prod-list-banner-right {
       padding: 0;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 300px;
       flex: 1 0 300px;
       max-width: 300px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-medica .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-panty .prod-list-banner-right {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 250px;
       flex: 1 0 250px;
       max-width: 250px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-cotton .prod-list-banner-right {
       width: 200px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-tampo .prod-list-banner-right {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 220px;
       flex: 1 0 220px;
       max-width: 220px;
     }
   }
   
   @media only screen and (max-width: 1024px) {
     header {
       padding: 0 20px;
     }
     .konfig-form {
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       margin-bottom: 0;
     }
     .konfig-form-item {
       margin-bottom: 30px;
     }
     .app-kalendarzyk-widget > img {
       max-width: 560px;
     }
     .app-kalendarzyk-txt h1 span {
       font-size: 28px;
     }
     .app-kalendarzyk-txt h1 {
       font-size: 52px;
     }
     .app-kalendarzyk-txt p {
       font-size: 20px;
     }
     .konfig h1 {
       font-size: 36px;
     }
     .konfig h1 img {
       margin: 0 15px;
       width: 90px;
       height: auto;
     }
     .konfig h3 {
       font-size: 18px;
     }
     .page-title {
       font-size: 52px;
     }
     .calc-widget-right {
       margin-left: 20px;
     }
     .calc-top {
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
     }
     .calc-left {
       max-width: 100%;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 1;
       flex: 1 0 1;
     }
     .calc-right {
       padding-left: 0;
       margin-top: 50px;
     }
     .calc-widget.calc-happy .calc-widget-right img {
       max-width: 120px;
     }
     .calc-miesiaczka:before,
     .calc-owulacja:before,
     .calc-happy:before {
       width: 200px;
       height: 200px;
     }
     .buy-online {
       right: 0;
     }
     .prod-list-cat-container .pc-grid-item {
       margin: 20px;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 calc(33.33333% - 40px);
       flex: 1 0 calc(33.33333% - 40px);
     }
     .porady-txt {
       padding: 10px;
       right: 34px;
       min-width: 0;
     }
     .porady-txt h1 {
       font-size: 24px;
       margin-bottom: 15px;
     }
     .porady-txt h1 span {
       font-size: 16px;
     }
     .footer-nav div {
       margin: 0 30px 30px 0;
     }
     .footer-nav div:last-of-type {
       margin: 0 30px 0 0;
     }
     .footer-nav {
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
     }
     .btn {
       font-size: 15px;
       padding: 0 30px 0 10px;
       height: 36px;
       line-height: 32px !important;
     }
     .footer-copy {
       font-size: 13px;
     }
     .logo img {
       width: 80px;
       height: auto;
     }
     .menu {
       padding-top: 110px;
     }
     .menu .logo {
       margin-bottom: 30px;
     }
     .menu-tabs ul li a {
       font-size: 20px;
     }
     .menu-content {
       padding-top: 20px;
     }
     .nav-tab .menu-tab-col h1 {
       font-size: 36px;
       margin-bottom: 20px;
     }
     .nav-tab .menu-tab-col ul li {
       font-size: 14px;
     }
     .prod-list-top {
       padding: 0;
     }
     .wrapper {
       padding: 100px 20px 0 20px;
     }
     .pc-grid-item {
       margin: 20px;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 calc(33.33333% - 40px);
       flex: 1 0 calc(33.33333% - 40px);
       padding: 20px;
     }
     .pmc-left .pc-img {
       margin-right: 30px;
     }
     .pmc-left .pc-img h1 {
       left: 20px;
       bottom: 20px;
     }
     .pmc-right .pc-img h1 {
       right: 20px;
       bottom: 20px;
     }
     .calcs {
       margin-bottom: 50px;
     }
     .pc-grid-item h2,
     .pc-grid-item p {
       width: 100%;
     }
     .prod-list-img {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 300px;
       flex: 1 0 300px;
       max-width: 300px;
     }
     .prod-list-right {
       padding-left: 40px;
     }
     .prod-list-right h1 {
       font-size: 44px;
     }
   }
   @media only screen and (max-width: 800px) {
     .page-title {
       font-size: 44px;
     }
     .calc-left {
       margin-bottom: 40px;
     }
     .calc-center {
       margin: 0 auto;
     }
     .calcs,
     .calc-text {
       display: block;
     }
     .calcs {
       margin: 50px auto;
     }
     .calc-text > div:first-of-type {
       margin-bottom: 30px;
       padding-right: 0;
     }
     .calc-text div:last-of-type {
       padding-left: 0;
     }
     .calc-widget {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
     }
     .calc-widget:first-of-type {
       margin-bottom: 30px;
     }
     .calc-top {
       margin-bottom: 50px;
     }
     .menu-tab-col {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
     }
     #grid[data-columns]::before {
       content: "1 .column.size-1of1";
     }
     .wrapper {
       padding: 100px 30px 0 30px;
     }
     .pc-grid-item h2,
     .pc-grid-item p {
       width: 100%;
     }
     .menu-tab {
       display: none;
     }
     .menu-tab.nav-tab {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -ms-flex-direction: column;
       flex-direction: column;
     }
     .menu-tab .app-kalendarzyk-txt {
       padding: 20px;
     }
     .menu-tabs ul li a {
       font-size: 14px;
       padding: 0 10px;
     }
     .menu .logo {
       margin-bottom: 20px;
     }
     .menu-tab.app-kalendarzyk-widget,
     .menu-tab.porady {
       display: none;
       margin-bottom: 0;
     }
     .menu-tab.app-kalendarzyk-widget .app-kalendarzyk-widget,
     .menu-tab.porady .porady {
       margin-bottom: 0;
     }
     .nav-tab .menu-tab-col h1 {
       font-size: 28px;
     }
     .prod-list-img {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 300px;
       flex: 1 0 300px;
       max-width: 300px;
     }
     .prod-list-right h1 {
       font-size: 36px;
     }
     .prod-list-cat-container .pc-grid-item {
       margin: 20px;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 calc(50% - 40px);
       flex: 1 0 calc(50% - 40px);
       max-width: 50%;
     }
     .prod-list-top {
       padding: 0;
     }
   }
   
   @media only screen and (max-width: 580px) {
     .home-banner .swiper-slide img.hero {
       display:none;
     }
     .home-banner .swiper-slide img.hero-mob {
       display:block;
     }
     .page-title.title-with-button {
       line-height: 1.1em;
     }
     .single-prod-top {
       display: block;
       margin-top: 30px;
       margin-bottom: 50px;
     }
     .single-prod-cechy-in > div {
       max-width: 50%;
       padding: 0 10px;
     }
     .single-prod-cechy {
       padding: 15px 15px 0 15px;
       margin-bottom: 50px;
     }
     .single-prod-details {
       padding-left: 0;
     }
     header .buy-online {
       font-size: 11px;
     }
     header .btn.btn-full-border {
       display: none;
     }
     .porady-item {
       display: block;
     }
     .porady-txt {
       max-width: 60%;
       right: 10px;
     }
     .footer-nav div ul.list-2-cols {
       -webkit-column-count: 1;
       -moz-column-count: 1;
       column-count: 1;
       -webkit-column-gap: 0;
       -moz-column-gap: 0;
       column-gap: 0;
     }
     .app-kalendarzyk-widget {
       display: block;
       margin-bottom: 50px;
     }
     .app-kalendarzyk-widget > img {
       width: 100%;
     }
     .app-kalendarzyk-txt {
       -webkit-transform: none;
       -ms-transform: none;
       transform: none;
       padding-top: 20px;
     }
     .app-kalendarzyk-txt h1 {
       margin-bottom: 20px;
     }
     .menu .app-kalendarzyk-txt h1 {
       display: inline-block;
     }
     .footer-nav div h3.hidden {
       display: none;
     }
     .page-title {
       font-size: 28px;
     }
     .calc-widget {
       display: block;
     }
     .calc-widget-right {
       margin-bottom: 30px;
     }
     .wrapper {
       padding: 0 20px 70px 20px;
     }
     .calc-left {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
       padding-right: 0;
     }
     .wysiwyg .kv1 p:last-of-type {
       margin-bottom: 0;
     }
     .calc-center {
       max-width: calc(100% + 40px);
       -webkit-box-flex: 1;
       -ms-flex: 1 0 calc(100% + 40px);
       flex: 1 0 calc(100% + 40px);
       padding: 20px;
       position: relative;
       left: -20px;
     }
     .calc-right .calc-right-img img {
       width: 160px;
     }
     .calc-right h1 span {
       font-size: 15px;
     }
     .calc-right h1 {
       font-size: 24px;
       margin-bottom: 15px;
     }
     .calc-right p {
       font-size: 13px;
     }
     .calc-center .form-row.flex-label .jcf-select {
       width: 80px;
     }
     .calc-center .form-row.flex-label label {
       font-size: 13px;
       line-height: 1.2em;
     }
     .intima-content {
       display:block;
     }
     .intima-content img.img-right,
     .intima-content img.img-left {
       margin:0 0 30px 0;
     }
     .legenda {
       margin-top: 15px;
     }
     .btn {
       font-size: 13px;
       padding: 0 20px 0 10px;
       line-height: 32px;
     }
     .legenda span img {
       padding-right: 0;
       display: block;
       margin: 0 auto 10px auto;
     }
     .wysiwyg h4 {
       font: 400 26px/1.2em "brandon-grotesque", sans-serif;
     }
     .wysiwyg h1,
     .wysiwyg h2,
     .wysiwyg h3,
     .wysiwyg h4,
     .wysiwyg h5,
     .wysiwyg h6 {
       margin-bottom: 15px;
     }
     html {
       font-size: 13px;
     }
     .calc-widget {
       padding-top: 0;
     }
     .calc-miesiaczka:before,
     .calc-owulacja:before,
     .calc-happy:before {
       display: none;
     }
     .calc-widget-right {
       margin-left: 0;
     }
     .calc-widget-left {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
       padding: 0 0 20px 0;
     }
     .calc-text {
       margin-bottom: 40px;
     }
     .prod-list-cat-container .pc-grid-item {
       margin: 20px 0;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
     }
     .single-prod-cat {
       padding-bottom: 10px;
     }
     .page-title.title-with-button .btn {
       margin-top: 15px;
     }
     .page-title.title-with-button {
       margin: 0 0 15px 0;
       font-size: 32px;
       display: block;
     }
     .prod-list-cat-container.sp .page-title {
       margin-top: 20px;
       line-height: 1.2em;
     }
     .porady {
       display: block;
     }
     .porady-item {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
       max-width: 100%;
     }
     .footer-nav {
       display: block;
     }
     .footer-nav div {
       margin: 0 0 20px 0;
     }
     .footer-copy {
       display: block;
       padding: 25px 0;
       text-align: center;
       height: auto;
     }
     .footer-copy-left {
       margin-bottom: 20px;
     }
     .footer-copy-right {
       text-align: center;
     }
     .footer-nav div:first-of-type,
     .footer-nav div:nth-child(2) {
       display: none;
     }
     .konfig {
       position: fixed;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       border: 0;
       background: #fff;
       padding: 20px 20px 100px 20px;
       z-index: 100;
       overflow-x: hidden;
       overflow-y: scroll;
       display: none;
     }
     .konfig-form {
       -webkit-box-pack: start;
       -ms-flex-pack: start;
       justify-content: flex-start;
     }
     .konfig h1 {
       font-size: 24px;
       text-align: left;
     }
     .konfig h3 {
       font-size: 16px;
       line-height: 1.2em;
       text-align: left;
     }
     .konfig h1 img {
       width: 45px;
     }
     .konfig-form-title {
       margin-bottom: 10px;
       font-size: 20px;
     }
     .konfig-form-item {
       margin-bottom: 15px;
     }
     .btn.konfig-btn {
       min-width: 200px;
       margin-top: 15px;
     }
     .prod-cat {
       margin-bottom: 50px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -ms-flex-direction: column;
       flex-direction: column;
     }
     .pmc-left .pc-img {
       margin-right: 0;
       margin-bottom: 20px;
     }
     .pmc-right .pc-img {
       margin-left: 0;
       -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
       order: 1;
     }
     .pc-img,
     .pc-img-in {
       max-width: 100%;
     }
     .pmc-left .pc-img h1 {
       left: 20px;
     }
     .pmc-right .pc-img h1 {
       right: auto;
       left: 20px;
       text-align: left;
       font-size: 36px;
     }
     .pc-grid-item {
       margin: 0;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
       padding: 20px 0;
       max-width: 100%;
       background: none;
     }
     .pc-grid-item .btn {
       margin: 0 auto 0 0;
     }
     .pc-img h1 {
       bottom: 20px;
     }
     .pc-grid-item h2,
     .pc-grid-item p {
       width: 100%;
     }
     .footer-copy,
     .calc-widget-right {
       display: none;
     }
     .calc-widget {
       padding: 20px;
     }
     .calc-owulacja {
       background: #e7f9fa;
     }
     .calc-miesiaczka {
       background: #ebf5fb;
     }
     .calc-happy {
       background: #f0ecfb;
     }
     .footer-nav div:last-of-type {
       margin-bottom: 0;
     }
     .calc-widget:first-of-type {
       margin-bottom: 0;
     }
     .pc-grid {
       -webkit-box-ordinal-group: 3;
       -ms-flex-order: 2;
       order: 2;
       margin-bottom: 0;
     }
     .prod-cat:last-of-type {
       margin-bottom: 50px;
     }
     .logo {
       display: none;
     }
     .mob-logo {
       display: block;
       margin: 10px auto;
       text-align: center;
     }
     .mob-logo img {
       height: 50px;
     }
     header {
       top: auto;
       bottom: 0;
       left: 0;
       -webkit-transform: none;
       -ms-transform: none;
       transform: none;
       padding: 0;
       height: 70px;
       z-index: 1001;
       -webkit-box-shadow: 0 0 35px 0 rgba(17, 38, 77, 0.25);
       box-shadow: 0 0 35px 0 rgba(17, 38, 77, 0.25);
     }
     header > a,
     header > button,
     .lang-select {
       color: #2b2827;
       border: 0 !important;
       padding: 17px 0 0 0 !important;
       margin: 0 !important;
       height: 100% !important;
       position: relative;
       width:100%;
     }
     header > a.active,
     header > button.is-active {
       background: #f7f7f7;
     }
     .lang-select {
       margin: 0;
       padding: 0;
       border: 0;
     }
     .lang-select .curr-lang img {
       width: 40px;
       height: auto;
       margin: 0 auto !important;
     }
     .menu-tabs ul {
      flex-wrap:wrap;
     }
     .c-hamburger {
       top: 0;
       width:100%;
     }
     .c-hamburger .mob-label {
       display: none;
     }
     .curr-lang {
       text-align: center;
     }
     .fb-ico img,
     header > a img {
       height: 35px !important;
       width: auto !important;
       margin: 0 auto !important;
       display: block;
     }
     .konfig-ico {
       display: block;
       text-align: center;
     }
     .wrapper > .porady {
       margin-bottom: 20px;
     }
     .c-hamburger span.mob-label,
     .mob-label,
     .mob-label.show {
       text-align: center;
       font: 700 11px/1.2em "brandon-grotesque", sans-serif;
       text-transform: uppercase;
       display: none;
       clear: both;
       padding-top: 5px;
     }
     .c-hamburger span {
       width: 40px;
       left: 50%;
       -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
       transform: translateX(-50%);
       top: 36px;
     }
     .c-hamburger span.mob-label {
       background: none;
       position: static;
       height: auto;
       width: 100%;
       -webkit-transform: none;
       -ms-transform: none;
       transform: none;
     }
     .c-hamburger span.mob-label:before,
     .c-hamburger span.mob-label:after {
       display: none;
     }
     .menu {
       padding-top: 30px;
       padding-bottom: 70px;
     }
     .doc-content {
       margin-bottom: 30px;
     }
     .c-hamburger .mob-label {
       position: absolute;
       left: 50%;
       bottom: 6px;
       -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
       transform: translateX(-50%);
     }
     .c-hamburger--htra.is-active span {
       -webkit-transform: rotate(180deg) translateX(50%);
       -ms-transform: rotate(180deg) translateX(50%);
       transform: rotate(180deg) translateX(50%);
     }
     .c-hamburger--htra.is-active span::before {
       -webkit-transform: translateX(22px) translateY(-7px) rotate(-135deg);
       -ms-transform: translateX(22px) translateY(-7px) rotate(-135deg);
       transform: translateX(22px) translateY(-7px) rotate(-135deg);
     }
     .c-hamburger--htra.is-active span::after {
       -webkit-transform: translateX(22px) translateY(7px) rotate(135deg);
       -ms-transform: translateX(22px) translateY(7px) rotate(135deg);
       transform: translateX(22px) translateY(7px) rotate(135deg);
     }
     .menu-tabs {
       margin-bottom: 10px;
     }
     .footer-copy {
       padding: 0 20px;
     }
     .prod-list-cat-container .pc-grid-item {
       margin: 20px 0;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
       max-width: 100%;
       padding-bottom:40px;
     }
     .prod-list-top {
       display: block;
       margin-top: 0;
     }
     .prod-list-right {
       padding: 30px 0 0 0;
     }
     .column {
       width: 100%;
     }
     #cookiesBox {
       padding: 20px 20px 90px 20px;
     }
     #cookiesBox .btn:first-of-type {
       margin-bottom: 20px;
     }
     .cookiesIn .wysiwyg p {
       font: 11px/1.6em "Raleway", sans-serif;
     }
     .freedom-zones-desc {
       display: block;
     }
     .fzd-right-item:last-of-type {
       margin-bottom: 30px;
     }
     .fzd-left,
     .fzd-right {
       padding: 0;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
     }
     .freedom-zones-right h2 {
       font-size: 32px;
     }
     .prod-list-banner-fw h3 {
       font-size: 24px;
     }
     .prod-list-banner-fw {
       display: block;
     }
     .prod-list-banner-fw.bella-perfecta {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -ms-flex-direction: column;
       flex-direction: column;
     }
     .prod-list-banner-fw-right {
       padding: 20px;
     }
     .prod-list-banner-fw.bella-perfecta .prod-list-banner-fw-right {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
       -webkit-box-ordinal-group: 3;
       -ms-flex-order: 2;
       order: 2;
     }
     .prod-list-banner-fw.bella-perfecta .prod-list-banner-fw-left {
       -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
       order: 1;
     }
     .zones-stripes div {
       width: 69px;
     }
     .pc-grid-item h2,
     .pc-grid-item p {
       left: 0;
     }
     .konfig-buttons {
       display: block;
     }
     .btn.konfig-btn {
       line-height: 46px !important;
       margin: 0;
       text-align: center;
     }
     .btn.konfig-btn:first-of-type {
       margin-bottom: 20px;
     }
     .prod-list-img {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
       max-width: 100%;
     }
     .other-langs {
       top: auto;
       bottom: 70px;
       right: -50px;
       width: 100%;
       min-width: 320px;
       position:fixed;
     }
     .other-langs ul {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
     }
     .other-langs ul li {
       -webkit-box-flex: 1;
       -ms-flex: 1 0 50%;
       flex: 1 0 50%;
     }
     .other-langs ul li img {
       display: none;
     }
     .other-langs h4 {
       padding: 8px 17px;
     }
     footer {
       margin-bottom: 40px;
     }
     .calContainer {
       height: 500px !important;
     }
     .pc-grid-item .btn {
       left: 0;
     }
     .pc-grid-item:hover {
       -webkit-box-shadow: none;
       box-shadow: none;
     }
     .prod-list-right .prod-list-banner-2-3.banner-perfecta {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -ms-flex-direction: column;
       flex-direction: column;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-perfecta
       .prod-list-banner-left {
       -webkit-box-ordinal-group: 3;
       -ms-flex-order: 2;
       order: 2;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-perfecta
       .prod-list-banner-right {
       -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
       order: 1;
       max-width: 100%;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 100%;
       flex: 1 0 100%;
     }
     .page-title.doc-title {
       margin: 30px auto;
     }
     .freedom-zones {
       display: block;
     }
     .freedom-zones-left {
       padding-top: 0;
       padding-left: 0;
       padding-right: 0;
     }
     .freedom-zones-left img {
       width: 100%;
       height: auto;
     }
     .fzd-right-item-content h5 {
       font-size: 24px;
     }
     .prod-list-cat-container.sp .pc-grid-item {
       flex: 0 0 100%;
       max-width: 100%;
       margin: 20px 0;
     }
     .prod-list-cat-container.sp .buy-online {
       right: 0;
     }
     .grid-show-all {
       display: block;
       background: #f3f3f3;
     }
     .single-prod-attrs div {
       margin-bottom: 30px;
       padding-left: 0;
       border: 0;
     }
     .attr-name {
       text-align: left;
     }
     .single-prod-attrs div.attr-packages div {
       margin-bottom: 0;
     }
     .prod-list-cat-container .page-title span {
       font-size: 36px;
     }
     .prod-list-banner-2-3, .prod-list-banner-1-2.banner-slim  {
       flex-direction: column;
     }
     .banner-slim .prod-list-banner-left img {
       max-width: 100%;
   }
     .prod-list-right .prod-list-banner-2-3.banner-intima .prod-list-banner-left {
       display: block;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-intima
       .prod-list-banner-left
       div:first-of-type {
       margin-bottom: 20px;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-intima
       .prod-list-banner-left
       div:last-of-type {
       padding-left: 0;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-intima
       .prod-list-banner-left
       div:first-of-type
       img {
       width: 100px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-intima .prod-list-banner-right {
       flex: 1 0 100%;
       max-width: 100%;
     }
     .pc-grid-img img {
       height: auto;
     }
     .wysiwyg img {
       max-width: 100%;
       height: auto;
     }
     .wysiwyg .img_left,
     .wysiwyg .img_right {
       float: none;
       margin: 0 0 20px 0;
     }
     .wysiwyg h1 {
       font-size: 32px;
     }
     .wysiwyg h2 {
       font-size: 26px;
     }
     .wysiwyg h3 {
       font-size: 24px;
     }
     .wysiwyg h4 {
       font-size: 22px;
     }
     .wysiwyg h5 {
       font-size: 20px;
     }
     .wysiwyg h6 {
       font-size: 18px;
     }
     .single-prod-attrs div.attr-packages {
       padding-right: 0;
     }
     .prod-list-banner-2-3.bella-ideale .prod-list-banner-right {
       order: 1;
       padding-left: 0;
     }
     .prod-list-banner-2-3.bella-ideale .prod-list-banner-left {
       order: 2;
     }
     .prod-list-cat-container .pc-grid-item.prod-list-banner-2-3 {
       flex: 0 1 100%;
       max-width: 100%;
     }
     .fb-ico:hover {
       opacity: 1;
     }
     .wysiwyg textarea {
       width: 100%;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-chusteczki-nasaczone
       .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-right,
     .prod-list-right
       .prod-list-banner-2-3.banner-higiena-intymna
       .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-control .prod-list-banner-right,
     .prod-list-right
       .prod-list-banner-2-3.banner-podpaski-klasyczne
       .prod-list-banner-right {
       flex: 1 0 100%;
       max-width: 100%;
     }
     .prod-list-right .prod-list-banner-2-3.banner-wkladki-urologiczne,
     .prod-list-banner-2-3.bella-ideale {
       padding-top: 0;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-wkladki-urologiczne
       .prod-list-banner-left,
     .prod-list-right
       .prod-list-banner-2-3.banner-chusteczki-nasaczone
       .prod-list-banner-left,
     .prod-list-right
       .prod-list-banner-2-3.banner-podpaski-klasyczne
       .prod-list-banner-left,
     .prod-list-right .prod-list-banner-2-3.banner-control .prod-list-banner-left,
     .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-left,
     .prod-list-right .prod-list-banner-2-3.banner-tampo .prod-list-banner-left {
       padding-left: 0;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-chusteczki-nasaczone
       .prod-list-banner-left,
     .prod-list-right
       .prod-list-banner-2-3.banner-podpaski-klasyczne
       .prod-list-banner-left,
     .prod-list-right .prod-list-banner-2-3.banner-control .prod-list-banner-left,
     .prod-list-right .prod-list-banner-2-3.banner-herbs .prod-list-banner-left {
       padding: 20px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-tampo .prod-list-banner-right {
       margin: 0 auto 20px auto;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-wkladki-ultracienkie
       .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-teens .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-medica .prod-list-banner-right,
     .prod-list-right .prod-list-banner-2-3.banner-panty .prod-list-banner-right,
     .prod-list-banner-1-2.banner-slim .prod-list-banner-right {
       flex: 1 0 100%;
       max-width: 100%;
     }
     .prod-list-right .prod-list-banner-2-3.banner-cotton .prod-list-banner-right {
       padding-right: 0;
       margin: 0 auto;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-wkladki-urologiczne
       .prod-list-banner-left
       h2 {
       font-size: 18px;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-wkladki-urologiczne
       .prod-list-banner-left
       h2
       span {
       font-size: 28px;
     }
     .prod-list-right
       .prod-list-banner-2-3.banner-chusteczki-nasaczone
       .prod-list-banner-right {
       background: #d5dcef;
     }
     .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio {
       min-height: 0;
     }
     .prod-list-banner-fw.bella-panty-ultra > div {
       margin-bottom:30px;
     }
     .prod-list-banner-fw.bella-panty-ultra > div:last-of-type {
       margin-bottom:0;
     }
     .prod-list-banner-fw.bella-panty-ultra > div p {
       font-size:20px;
     }
     .wysiwyg.bpu-mixform p {
       font-size:15px;
     }
     .pc-grid-item.wysiwyg.bpu-mixform {
       background-color: #f3f3f3;
     }
     .bella-mamma-fw h2,
     .prod-list-right .prod-list-banner-2-3.banner-panty.banner-bella-mamma h3 {
       font-size:30px;
     }
     .prod-list-right .prod-list-banner-2-3.banner-panty.banner-bella-mamma h4 {
       font-size:20px;
     }
     .prod-list-banner-fw.bella-mamma-fw {
       padding:15px;
       display:block;
     }
     .bella-mamma-pictograms {
       display:block;
     }
     .bella-mamma-pictograms div {
       padding-bottom:30px;
     }
     .bella-mamma-pictograms div:last-of-type {
       padding-bottom:0;
     }
     .bella-mamma-pictograms p {
       height:auto;
     }
     .single-prod-details .buy-online {
      margin-left:0;
      margin-top:20px;
     }
   }
   
   @media only screen and (max-width: 320px) {
     .menu-tabs ul li a {
       font-size: 12px;
     }
   }
   
   
   .survey-panty-ultra h2{
     background: -webkit-gradient( linear, left top, right top, from(#46507d), to(#728cc9) );
     background: -o-linear-gradient(left, #46507d 0%, #728cc9 100%);
     background: linear-gradient(
   90deg, #46507d 0%, #728cc9 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   
   
   
   .survey-panty-ultra .doc-cat-desc{
     background:#f3f3f3;
     padding:15px;
     font-size: 18px;
   }
   .survey-panty-ultra .doc-cat-des h5{
     font-size: 26px;
   }
   .survey-panty-ultra .survQuestion{
     box-shadow: 0px 0px 1.7px rgb(0 0 0 / 0%), 0px 0px 4.6px rgb(0 0 0 / 1%), 0px 0px 11.2px rgb(0 0 0 / 4%), 0px 0px 37px rgb(0 0 0 / 4%);
     padding:15px;
     font-weight: 600;
     transition: all 200ms;
     background:#fff;
   }
   .survey-panty-ultra .survQuestion:hover{
     transform: scale(1.01);
   }
   
   .survey-panty-ultra #poll_panty_ultra_first_mark, .survey-panty-ultra #poll_panty_ultra_contest_question{
     width:100%;
   }
   
   .survey-panty-ultra h6{
     font: 600 32px/1.2em "brandon-grotesque", sans-serif;
     margin:40px 0 20px 0;
   }
   
   .survey-panty-ultra .konkurs{
     background:#34bfdc;
     color:#fff;
   }
   .survey-panty-ultra .konkurs textarea{
     border: 1px solid #85f1ff;
     background:#34bfdc;
     padding:10px;
     color:#fff;
     font-weight: 600;
   
   }
   
   .survey-panty-ultra  input[type="submit"]{
       height: 50px;
       border: 0;
       color: #fff;
       background: #1c9fba;
      
       text-transform: uppercase;
       font: 700 14px "brandon-grotesque", sans-serif;
       cursor: pointer;
       text-align: center;
       padding: 0 20px;
       min-width: 134px;
       outline: 2px solid rgba(255, 255, 255, 0);
   }
   
   .survey-panty-ultra  input[type="submit"]:hover{
     color: #1c9fba;
       background: #fff;
       outline: 2px solid #1c9fba;
   }
   
   .survey-panty-ultra .survQuestionTxt{
     font-size: 16px;
   }
   .survey-panty-ultra .jcf-radio, .survey-panty-ultra .jcf-checkbox, .survey-panty-ultra .jcf-checkbox span {
     border-color: #1c9fba;
   }
   
   .survey-panty-ultra .jcf-radio span{
     background: #1c9fba;
   }
   
   .survey-panty-ultra .radio_list{
     display: flex;
     flex-direction: column;
   }
   .survey-panty-ultra .radio_list li{
     margin-right: 20px;
   }
   .survey-panty-ultra .d-flex {
     display:flex;
   }
   .survey-panty-ultra .d-flex > div {
     padding-right:30px;
   }
   .survey-panty-ultra .d-flex > div:last-of-type {
     padding-right:0;
   }
   .survey-panty-ultra.wysiwyg .survQuestionTxt {
     margin-bottom:5px !important;
   }
   .wysiwyg ul.radio_list {
     margin-bottom:20px;
   }
   .survey-panty-ultra .blockAnswer .radio_list {
     display:block;
   }
   .survey-panty-ultra .blockAnswer .radio_list li {
     display:block;
     clear:both;
   }
   .wysiwyg form div.textarea-answer {
     margin-bottom:0;
   }
   
   @media only screen and (min-width: 768px) {
     .survey-panty-ultra .doc-cat-desc{
       font-size: 26px;
     }
   
     .survey-panty-ultra .survQuestionTxt{
       font-size: 18px;
     }
     .survey-panty-ultra .radio_list{
       display: flex;
       flex-wrap: wrap;
       flex-direction: row;
     }
   
   
   }


   .wkladki-new-baner{
    padding:25px;
    background: rgb(219,220,226);
background: linear-gradient(106deg, rgba(219,220,226,1) 0%, rgba(243,243,243,1) 100%);
position: relative;

   }

   .wkladki-new-baner img{
    position: relative;
   }

   .wkladki-slogan-blue{
    color:#19b0c7;


   }

   .wkladki-klasyczne-newwide{
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    background: url("../../images/frontend/wkladki-bg.jpg") no-repeat right center #f6f6f6;
    padding:35px;
   }

   .wkladki-klasyczne-newwide .wkw-icons{
    background: rgb(246,246,246);
background: linear-gradient(106deg, rgba(246,246,246,1) 65%, rgba(243,243,243,0) 100%);
    padding:25px;
    position: relative;
   }

   .wkladki-paski{
    position: absolute;
    top: 0;
    left: -150px;
    z-index: 0;
    width:470px;
    height: 900px;
    background: url("../../images/frontend/paski.svg") no-repeat top center;
   }

   .prod-list-top.no-padding{
    margin-bottom: 0;
   }

   .wkladki-slogan{
    padding:35px 0;
    background:#fff;
    position: relative;
    margin-bottom: 0;
   }
   .prod-list-grid.bg-white{
    background:#fff;
    position: relative;
   }
   
   @media screen and (max-width: 580px){

    .wkladki-klasyczne-newwide{
    
      background:#f6f6f6;
     
     }
     .wkladki-baner-left{
      background-color: #fff;
      position: relative;
     }
     .wkladki-paski{
      left:-300px;
      transform: skewX(-12deg);
     }
     .wkladki-slogan{
      padding: 30px 15px;
      margin-top:25px;
     }
     .en_GLO .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio,
     .pl_PL .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio {
      background: #D2AE76;
      color:#fff;
      text-align:left;
      padding:30px;
      font-size:16px;
     }
     .en_GLO .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio img,
     .pl_PL .prod-list-right .prod-list-banner-2-3.banner-produkty-bawelniane-bio img {
      width:100%;
      height:auto;
     }

   }


   /* WKŁADKI */

   .pl_PL .prod-list-right .prod-list-banner-2-3.banner-panty .prod-list-banner-right img {
    width:246px;
    height:auto;
  }
  .pl_PL .prod-list-right .prod-list-banner-2-3.banner-panty {
    padding:20px 20px 0 20px;
    background:url(../../images/frontend/wkladki-klasyczne-bg.jpg) no-repeat center bottom;
    background-size:cover;
  }

  .en_GLO .prod-list-right .prod-list-banner-2-3.banner-panty .prod-list-banner-right img {
    width:246px;
    height:auto;
  }
  .en_GLO .prod-list-right .prod-list-banner-2-3.banner-panty {
    padding:20px 20px 0 20px;
    background:url(../../images/frontend/wkladki-klasyczne-bg.jpg) no-repeat center bottom;
    background-size:cover;
  }




  .wkladki-klasyczne-wide {
   display:flex;
   background:url(../../images/frontend/wkladki-klasyczne-wide-bg.png) no-repeat center top;
   background-size:cover;
   width:100%;
   padding-top:100px;
   padding-bottom:30px;
  }
  .wkw-left {
    text-align:center;
    display:flex;
    flex-direction: column;
    justify-content: center;
  }
  .wkw-left h2 {
    color:#230355;
    font-size:300;
    text-align:center;
    font:300 40px/1em "brandon-grotesque", sans-serif;
    margin-bottom:30px;
  }
  .wkw-left h2 strong {
    font-size:900;
  }
  .wkw-right {
    flex:1 0 25%;
    max-width:25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wkw-right img {
  
  }
  .wkw-icons {
    display:flex;
    text-align:center;
    color:#230355;
    font:600 14px/1.2em 'Raleway';
  }
  .wkw-icons > div {
    flex:1 0 25%;
    max-width:25%;
    padding:0 20px;
  }
  .wkw-icons img {
    width:auto;
    height:123px;
    margin-bottom:15px;
  }
  
  @media screen and (max-width: 580px) {
  
    .wkladki-klasyczne-wide {
        flex-direction: column;
        background:url(../../images/frontend/wkladki-klasyczne-wide-bg-mob.png) no-repeat center top;
        background-size:cover;
        padding:0;
    }
    .wkw-left {
        order:2;
    }
    .wkw-icons {
        flex-direction: column;
    }
    .wkw-right,
    .wkw-icons > div {
        flex:1 0 auto;
        max-width:100%;
        padding:0 20px;
        margin: auto;
    }
    .wkw-icons > div {
        padding:20px;
    }
    
  
  }
  


  .legal {
    width: 100%;
    background: #516091;
    color: #fff;
    text-align: center;
   
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    line-height: 1;
    font-size: 1.5rem;
    bottom:0;
    z-index: 9999;
  }

  @media all and (max-width: 580px) {
    .legal {
   
    bottom:70px;
  }
  }

  @media all and (min-width: 610px) {
    .legal {
      font-size: 2rem;
    }
  }

  @media all and (max-width: 780px) {}

  @media all and (min-width: 900px) {}

  @media all and (min-width: 1120px) {
    .legal {
      font-size: 2.5rem;
    }
  }

/**
 * produkty wielorazowe
 */

.mybella {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}
.kubeczki h1 span
.kubeczki h2 span
.kubeczki h3 span
.kubeczki h4 span
.kubeczki h5 span
.kubeczki h6 span,
.mybella h1 span,
.mybella h2 span,
.mybella h3 span,
.mybella h4 span,
.mybella h5 span,
.mybella h6 span {
  font-family: 'Tiro Gurmukhi', serif;
  font-weight: 800;
  font-style: italic;
}
.mybella-hero {
  display:flex;
  align-items: center;
  gap:50px;
  margin-bottom:80px;
}
.mybella-hero-left {
  width:100%;
  max-width: 50%;
  flex:1 0 50%;
}
.mybella-hero-left img {
  display:block;
  width:100%;
  height:auto;
}
.mybella-hero-right {
  display:flex;
  justify-content: center;
  flex-direction: column;
  gap:20px;
}
.mybella-hero-right img {
  max-width: 367px;
}
.mybella-pink-box-left h1,
.mybella-hero-right h1 {
  font-size:72px;
  font-weight: 800;
  line-height: 1em;
}
.mybella-pink-box-left h1 {
  margin-bottom:20px;
}
.mybella-pink-box-left p,
.mybella-hero-right p {
  font-size: 22px;
}
.mybella-pink-box {
  display:flex;
  align-items: center;
  color:#fff;
  background-color: #DDBCD5;
  margin-bottom:80px;
}
.mybella-pink-box-left {
  text-align:center;
  padding:40px;
  width:100%;
  max-width: 65%;
  flex:1 0 65%;
}
.mybella-pink-box-right {
  position: relative;
  width: 100%;
}
.mybella-pink-box-right img {
  width: 100%;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-47%, -50%);
}
.mybella-cat-hero {
  display:flex;
  align-items: center;
  gap:50px;
}
.mybella-icons {
  display:flex;
  align-items: center;
  justify-content: space-between;
  text-align:center;
  margin:0 auto 80px auto;
  max-width: 70%;
}
.mybella-icons div {
  display:flex;
  flex-direction: column;
  gap:16px;
}
.mybella-icons div img {
  height:160px;
  width:auto;
}
.mybella-icons div p {
  text-transform: uppercase;
  font-size:20px;
  text-align: center;
}
.mybella-prods {
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:80px;
  gap:40px;
}
.mybella-prods a {
  display:block;
}
.mybella-prods img {
  height: auto;
  width:auto;
  max-width: 100%;
}
.mybella-prods div {
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.mybella-prods div h3 {
  background: linear-gradient(270deg, #B09CC9 16.62%, #E97CC5 88.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1em;
}
.mybella-prods div img {
  width: 80px;
  height:auto;
  display: block;
}
.mybella-cat-hero {
  margin-bottom:80px;
}
.mybella-cat-hero .mybella-hero-right {
  text-align:center;
}
.mybella .btn {
  font:700 28px/60px "brandon-grotesque", sans-serif;
  height: 64px;
  padding: 0 35px 0 28px;
}
.desktop-only {
  display:block;
}
.mob-only,
.mybella-hero-left img.mob-only {
  display:none;
}

@media screen and (max-width: 580px) {

  .mybella-hero {
    flex-direction: column;
    margin-bottom:120px;
  }
  .mybella .btn{
    height: 36px;
  }
  .desktop-only,
  .mybella-hero-left img.desktop-only {
    display:none;
  }
  .mob-only,
  .mybella-hero-left img.mob-only {
    display:block;
  }
  /* .mybella-hero-right {
    display:none;
  } */
  .mybella-icons div {
    align-items: center;
    gap:8px;
  }
  .mybella-icons div img {
    width: 80px;
    height:80px;
  }
  .mybella-pink-box-left p, 
  .mybella-hero-right p {
    font-size:16px;
  }
  .mybella-icons div p {
    font-size:14px;
  }
  .mybella-pink-box,
  .mybella-icons {
    max-width: 100%;
    margin:0 auto 40px auto;
  }
  .mybella-cat-hero,
  .mybella-prods {
    flex-direction: column;
    margin-bottom:40px;
    gap:20px;
  }
  .mybella-prods div h3 {
    font-size:24px;
  }
  .mybella-prods div img {
    width: 50px;
  }
  .mybella-hero-left {
    max-width: 100%;
    flex: 1 0 100%;
  }
  .mybella-pink-box-left h1, 
  .mybella-hero-right h1 {
    font-size:32px;
  }
  .mybella-pink-box {
    flex-direction: column-reverse;
  }
  .mybella-pink-box-left {
    flex:1 0 100%;
    max-width: 100%;
    padding:20px;
  }
  .mybella-prods img {
    width: 100%;
    max-width: 80%;
    margin:0 auto;
    display: block;
  }
  .mybella-pink-box-right img {
    transform:translate(-50%, 0);
    top:0;
    position:relative;
    margin-top:-100px;
  }

}
.prod-list-right .prod-list-banner-2-3.banner-perfecta {
  
  position:relative;
}


.prod-list-right .prod-list-banner-2-3.banner-perfecta.ultracienkie {
  padding-bottom:50px;
  position:relative;
}
.prod-list-right .prod-list-banner-2-3.banner-perfecta.ultracienkie .prod-list-banner-left p {
  font-size:14px;
}
.prod-list-banner-2-3 img.ultracienkie-stripe {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:10px;
  width:calc(100% - 60px);
  height:auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.en_IN {
  .pc-grid-item h2 {
    left:0;
    width:100%;
  }
  .ultracienkie-stripe {
    margin-top:20px;
  }
}

.pl_PL {
  .home {
    .calcs {
      margin-top:0;
      margin-bottom:50px;
    }
    .home-banner {
      width:100%;
      max-width:1540px;
      margin-left:auto;
      margin-right:auto;
    }
  }
}

@media screen and (max-width:580px) {
  .pl_PL {
    .home {
      .home-banner {
        margin-bottom:20px;
      }
    }
  }
  .tampo-leaflet-box {
    flex-direction: column;
    h4 {
      margin:0;
    }
    .bpu-fsc-right {
      flex-direction: column;
      padding-top:0 !important;
    }
  }
}

/*********************************************
    KUPUJ ONLINE
*********************************************/

.kupuj-online-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.sklepy-linki-container {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}

.sklepy-linki-container:after {
  content: "";
  display: table;
  clear: both;
}

.sklepy-linki-container li {
  box-sizing: border-box;
  float: left;
  width: 33.333%;
  margin: 0;
  padding: 0;
  border: 1px solid #e2e2e2;
  margin-right: -1px;
  margin-bottom: -1px;
}

.sklepy-linki-container li a {
  display: block;
  line-height: 140px;
  text-align: center;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.sklepy-linki-container li a:hover {
  background: #F7F7F7;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15) inset;
}

.sklepy-linki-container li a img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90px;
  max-width: 150px;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .sklepy-linki-container li {
      width: 50%;
  }
}

@media (max-width: 480px) {
  .sklepy-linki-container li {
      width: 100%;
      margin-right: 0;
  }
  .sklepy-linki-container li a {
      line-height: 110px;
  }
}



.bg-shop-btn {
  background: #806e96;
  height: 44px;
  padding: 0 25px;
  border-radius: 22px;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition: all 0.3s ease;
  text-transform: none;
}

.bg-shop-btn:hover {
  background: #6b5a82;
  opacity: 1 !important;
}

header .bg-shop-btn img {
  width: 22px !important;
  height: 22px !important;
  margin: 0 10px 0 0 !important;
  display: inline-block !important;
  vertical-align: middle;
}

.bg-shop-btn span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 1024px) {
 .bg-shop-btn {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      
      width: 50px !important;
      height: 40px !important;
      max-width: 50px !important;
      
      padding: 0 !important;
      margin: 0 0 0 10px !important;
      
      border-radius: 50% !important;
      background: #806e96 !important;
      text-decoration: none !important;
  }

  .bg-shop-btn span {
      display: none !important;
  }

  header .bg-shop-btn img {
      margin: 0 !important;
      width: 20px !important;
      height: 20px !important;
  }
}