/*
Theme Name: mooo-child
Theme URI: 
Description: Child theme of twentytwenty theme for the Twenty Twenty theme
Author: <a href="https://pl.wordpress.org/">zespół WordPressa</a>
Author URI: 
Template: twentytwenty
Version: 2.5
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 08 Feb 2024 12:45:50 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

body {
    margin: 0;
    padding: 0;
    color: #1D1D1D;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    background-color: #ffffff;
    letter-spacing: 0;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}
font {
    font-size: 92%;
}
* :focus, * :hover {
  outline: none;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 21px 0;
  color: #1D1D1D;
  letter-spacing: 0;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 50px;
}
h4 {
  font-size: 40px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 20px;
}
p, li {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 13px 0;
  color: #1D1D1D;
  letter-spacing: 0;
}
p:last-child {
  margin-bottom: 0;
}
img {
  width: auto;
  height: auto;
  border: none;
  max-width: 100%;
}
button, input, select, textarea {
  font-family: 'Helvetica Neue';
}
a {
    text-decoration: none;
    color: #1D1D1D;
}
.color-accent, .color-accent-hover:focus, .color-accent-hover:hover {
    color: #1D1D1D;
}
.btn, input[type="submit"], input[type="button"], button {
    background: #1D1D1D;
    border: 1px solid #1D1D1D;
    color: #fff;
    border-radius: 49px;
    padding: 17px 28px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    text-align: center;
    display: inline-block
}
.btn:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
  background: #fff;
  color: #1D1D1D;
}
.btn.white-btn {
  background: #FFFFFF;
  color: #1D1D1D;
  border-color: #FFFFFF;
}
.btn.white-btn:hover {
  background: #1D1D1D;
  color: #FFFFFF;
}

.arrows-down {
  width: 60px;
  height: 72px;
}

.arrows-down path {
  stroke: #1D1D1D;
  fill: transparent;
  stroke-width: 4px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}

@-webkit-keyframes arrow {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}

.arrows-down path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows-down path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.container {
    width: 100%;
    padding:0 15%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.container-large {
    width: 100%;
    padding: 0 7%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.site-header {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    position: relative;
    top: 0;
    z-index: 99;
    left: 0;
}

.home .site-header {
    position: absolute;
}
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .container, .container-md {
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.site-header .site-logo {
    width: 220px;
    height: auto;
    min-width: 220px;
}

.site-header .site-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.site-header .head-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-header .head-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.site-header .head-right ul li {
    padding: 0 23px 0 0;
    margin: 0;
    list-style: none;
}

.site-header .head-right ul li a {
    color: #1D1D1D;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    padding: 4px 11px 4px 12px;
    font-weight: 300;
}
.site-header .head-right ul li a:hover {
    color: #fff;
    background: #1D1D1D;
}
.site-header .head-right ul li.current-menu-item > a {
    color: #fff;
    background: #1D1D1D;
    font-weight: bold;
}
#toggle-menu {
  width: 28px;
  height: auto;
  margin: 0;
  cursor: pointer;
  display: none;
}

#toggle-menu div {
  width: 100%;
  height: 2px;
  background: #1D1D1D;
  margin: 6px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle-menu.on .one {
  transform: rotate(45deg) translate(6px, 5px);
}

#toggle-menu.on .two {
  opacity: 0;
}

#toggle-menu.on .three {
  transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-header {
    display: none;
    position: fixed;
    left: -100vw;
    width: 100%;
    background: #D3DEDC;
    top: 0;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    transition: all 0.3s;
    padding: 40px 36px;
}
.mobile-header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.admin-bar .mobile-header .header-top {
    margin-top: 32px;
}
.mobile-header .header-top .site-logo {
    width: 120px;
}
.mobile-header .header-top .close-search {
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

.mobile-header ul {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}

.mobile-header ul li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.mobile-header ul li a {
    color: #1D1D1D;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    display: block;
}

.mobile-header ul li:last-child {
    margin-bottom: 0;
}

.mobile-header ul li.current-menu-item a {
    font-weight: bold;
}

.site-header .head-right #search-icon {
    cursor: pointer;
    width: 26px;
    height: auto;
    padding: 0 2px 2px;
    margin: 0 0 0 73px;
}

.site-header .head-right #search-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.search-wrap {
    display: block;
    background: #D3DEDC;
    position: fixed;
    top: 100vh;
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: 0;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
}
.search-active .search-wrap {
    visibility: visible;
    top: 0;
    z-index: 999;
}
.close-search {
    font-size: 30px;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.close-search:before, .close-search:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #1D1D1D;
}
.close-search:before {
  transform: rotate(45deg);
}
.close-search:after {
  transform: rotate(-45deg);
}
.search-wrap form {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.search-wrap form .form-row {
    display: flex;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 49px;
    align-items: center;
}

.search-wrap form .form-row input {
    width: 100%;
    border: none;
    color: #1D1D1D;
    font-size: 20px;
    height: auto;
    outline: none;
    padding: 10px 0;
}

.search-wrap form .form-row button {
    background: transparent;
    border: none;
    padding: 10px;
    outline: none;
}
.page-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}

.home-banner {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
}
.home-banner:before {
    content: "";
    background: #D3DEDC;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88.2%;
    z-index: 0;
}
.home .home-banner:before,
.home .home-banner .banner-inner:before{
    display: none;
}
.home-banner .banner-inner {
    margin: 0 auto;
    padding: 0;
    max-width: 1400px;
    width: 94%;
    display: flex;
    align-items: start;
    position: relative;
    z-index: 1;
}

.home-banner .banner-inner:before {
    content: "";
    position: absolute;
    left: -70vw;
    width: 70vw;
    height: 642px;
    top: 120px;
    background: #fff;
    z-index: -1;
}
.home-banner .banner-inner .banner-left {
    min-width: 675px;
    width: 675px;
    position: relative;
    z-index: 1;
}

.home-banner .banner-inner .banner-left img {
    display: block;
    width: 100%;
    height: auto;
}

.home-banner .banner-inner .banner-right {
    min-width: 498px;
    width: 498px;
    padding-top: 300px;
}
.home-banner .banner-inner .banner-right p {
    font-size: 28px;
    line-height: normal;
    font-weight: 300;
}
.banner_right_img {
    width: 100%;
    text-align: right;
}
.home-banner .banner-inner .banner-right .mood-logo {
    width: 150px;
    margin-bottom: 50px;
    display: inline-block;
}
.next-sec {
    position: absolute;
    left: 8vw;
    bottom: 26%;
    z-index: 2;
    cursor: pointer;
}
section {
    padding: 0;
}
.section {
    padding: 128px 0 0 0;
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
}
.section-head {
    width: 100%;
    margin: 0;
    padding: 12px 0 15px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 0;
}
.row > div {
    width: 50%;
}
section#next-sec {
    padding-top: 50px;
}

.our-mission .section-head:before {
    background: #D7E2E2;
    content: "";
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    top: 0;
    z-index: 0;
    max-width: 390px;
}

.our-mission .section-head h2 {
    margin: 0px 0 15px;
    max-width: 300px;
}
.our-mission .section-head h2:last-child {
    margin-bottom: 0;
}
.our-mission .row {
    padding: 70px 0 20px;
}
.our-mission .row .left-col {
    width: 54%;
    position: relative;
    z-index: 2;
    padding: 0 50px 0 8%;
}

.our-mission .row .left-col img {
    width: 100%;
}
.our-mission .row .right-col {
    width: 46%;
    padding: 60px 88px;
    position: relative;
    z-index: 0;
    background: #EAEAEA;
}
.our-mission .row .right-col .right-text {
    max-width: 400px;
    width: 100%;
    padding-right: 70px;
}
.our-mission .row .right-col .btn {
    margin-top: 37px;
}

.best-seller-section .section-head {
    padding: 40px 0;
}
.best-seller-section .section-head:before {
    background: #D7E2E2;
    content: "";
    position: absolute;
    left: 0;
    width: 46%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.best-seller-section .section-head p {
    margin: 0;
    font-size: 20px;
    max-width: 300px;
}

.best-seller-slider {
    padding-top: 125px;
    padding-bottom: 60px;
}

.slider {
    padding-left: 30px;
    padding-right: 0;
}

.slider .slick-arrow {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    border: none;
    padding: 0;
    font-size: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 3;
    width: 24px;
    height: 46px;
    cursor: pointer;
}

.slider .slick-prev.slick-arrow {
    left: 0;
    background-image: url('images/left-arrow.svg');
}

.slider .slick-next.slick-arrow {
    right: 0;
    background-image: url('images/right-arrow.svg');
}

.product-item .item {
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
    padding: 0 0 0 50px;
}

.product-item .product-img {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 25px 0 0;
    text-align: left;
}

.product-item .product-img img {
    width: auto;
    height: 282px;
    object-fit: contain;
}

.product-item .product-img .best-seller {
    height: auto;
    width: 73px;
    position: absolute;
    top: 0;
    left: 4px;
}

.product-item .item .item-text {
    position: absolute;
    bottom: 25px;
    left: 25%;
    z-index: 3;
}

.product-item .item .item-text h6 {
    margin: 0;
    text-transform: uppercase;
}

.product-item .item .item-text p {
    text-transform: uppercase;
    font-size: 12px;
}

.eduction-section .row .left-col {
    width: 46%;
    padding: 50px 30px 80px 15%;
    position: relative;
    z-index: 0;
    background: #D7E3E2;
}
.eduction-section .row .left-col:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    height: 100%;
    z-index: -1;
    background: #D7E3E2;
}
.eduction-section .row .left-col p {
    font-size: 20px;
    max-width: 300px;
}
.eduction-section .row .left-col .btn {
    margin-top: 27px;
}
.eduction-section .row .right-col {
    width: 54%;
    position: relative;
    z-index: 2;
    padding: 0 7vw;
}

.eduction-section .row .right-col img {
    width: 100%;
}

.newsletter-section .left-col {
    background: #D7E3E2;
    padding-left: 15%;
    padding-right: 20px;
    width: 44%;
}

.newsletter-section .row {
    align-items: normal;
}

.newsletter-section .row > div {
    padding-top: 50px;
    padding-bottom: 75px;
}

.newsletter-section h5 {
    max-width: 400px;
    min-height: 105px;
    line-height: 1.2;
}

.newsletter-section form {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 414px;
}

.newsletter-section form input[type="text"] {
    width: 100%;
    border: none;
    background: #D7E3E2;
    border-bottom: 1px solid #1D1D1D;
    outline: none !important;
    max-width: 315px;
    color: #1D1D1D;
    padding: 6px 0;
    margin: 0 0 46px 0;
    font-size: 18px;
}
.newsletter-section .line {
    width: 100%;
    height: 1px;
    background: #1D1D1D;
    max-width: 315px;
    padding: 0;
    margin: 0 0 46px 0;
    display: block;
}
.newsletter-section p {
    font-size: 20px;
    min-height: 84px;
    margin: 0 0 20px 0;
}
.newsletter-section p.hide-desktop {
    display: none;
}
.newsletter-section .btn {
    width: 100%;
    max-width: 293px;
    font-size: 25px;
    font-weight: bold;
    padding: 24px;
}

.newsletter-section .right-col {
    width: 56%;
    background: #1D1D1D;
    padding: 0 15%;
}

.newsletter-section .right-col h5 {
    color: #fff;
}

.newsletter-section .right-col form input[type="text"] {
    background: #1D1D1D;
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
}
.newsletter-section .right-col .line {
    background: #FFFFFF;
}

.newsletter-section .right-col p {
    color: #fff;
}

.newsletter-section .right-col .btn.white-btn {
    max-width: 342px;
}


footer.site-footer {
    background: #1D1D1D;
    padding: 41px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0;
/*     margin: 145px 0 0 0; */
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.footer-inner > div {
    width: 20%;
    padding: 0 20px 0px 0px;
}
.footer-inner > div.footer-col-1 {
    width: 25%;
}
.footer-inner > div:last-child {
    padding-right: 0;
}

.footer-inner .footer-logo {padding: 0 0 27px 0;display: inline-block;}

.footer-inner .footer-logo img {
    display: block;
}


.footer-inner p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    max-width: 164px;
    line-height: 16px;
    margin: 0 0 18px 0;
}

.footer-inner p:last-child {
    margin-bottom: 0;
}

.footer-inner a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
    width: auto;
    background: transparent;
    padding: 0;
    height: auto;
}

.footer-inner h6 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 27px 0;
}

.footer-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-inner ul li {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
}

.footer-inner .footer-social a {
    display: flex;
    align-items: center;
}

.footer-inner .footer-social a img {
    margin: 0 17px 0 0;
}


/********* co nas wyróżnia?**********/
.breadcrumbs {
    width: 100%;
    padding: 45px 0 78px;
    overflow: hidden;
    margin: 0;
    position: relative;
    z-index: 0;
}
.breadcrumbs p {
    color: #1D1D1D;
}
.breadcrumbs p span {
    display: inline-block;
    margin: 0 5px 0 5px;
}
.breadcrumbs p .current {
    color: #818181;
    text-transform: lowercase;
    margin: 0;
}
.page-section{
    width: 100%;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.page-section .section-head {
    min-height: 362px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-section .section-head:after {
    content: "";
    background: #D7E2E2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 23%;
    z-index: 0;
}
.page-section .section-head h1 {
    margin: 0;
    max-width: 460px;
}
.page-section .section-head p {
    font-weight: 300;
}

.co-nas-content {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: inline-block;
}

.co-nas-content .new-solution {
    position: relative;
    z-index: 2;
    margin: -23em 0 0;
    width: 1217px;
    float: right;
    text-align: right;
}

.co-nas-content .new-solution .right-image {
    margin: 0 0 0 auto;
    width: auto;
    height: auto;
    position: relative;
    z-index: 2;
}

.co-nas-content .new-solution .text-box {
    position: absolute;
    top: 23em;
    left: 0;
    z-index: 0;
    background: #D7E3E2;
    padding: 26px 39px;
    text-align: left;
    width: 70%;
    margin-top: 60px;
}
.new-solution p {
    font-weight: 300;
}
.co-nas-content .new-solution .text-box p {
    max-width: 400px;
}
.co-nas-content .new-solution .text-box p strong {
    display: block;
}

.co-nas-content .color-base-left {
    width: 56%;
    margin: -20em 0 0 0;
    padding: 196px 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    float: left;
    text-align: right;
    background-image: url(images/bleach_white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}
.co-nas-content .color-base-left .color-mix {
    max-width: 760px;
    padding: 0 100px 170px 130px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    width: 90%;
}

.co-nas-content .color-base-left .color-mix .color-image {
    width: 266px;
    height: 268px;
    border-radius: 500px;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.co-nas-content .color-base-left .color-mix .text-box {
    background: #D7E3E2;
    padding: 26px 43px 31px 125px;
    text-align: right;
    width: 100%;
    min-height: 103px;
}

.co-nas-content .color-base-left .color-mix .text-box * {
    text-align: left;
    margin-left: auto;
    max-width: 340px;
}
.co-nas-content .color-base-left .brown-color {
    width: 96%;
    text-align: right;
    position: relative;
    z-index: 0;
    max-width: 842px;
    margin-left: auto;
    margin-top: -126px;
    padding: 0 270px 0 0;
}

.co-nas-content .color-base-left .brown-color .color-image {
    width: 354px;
    min-width: 354px;
    height: 354px;
    border-radius: 500px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.co-nas-content .color-base-left .brown-color ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.co-nas-content .color-base-left .brown-color ul li {
    text-align: left;
    position: absolute;
    z-index: 0;
    background: #D7E3E2;
    padding: 21px 29px;
    margin: 0;
}

.co-nas-content .color-base-left .brown-color ul li:first-child {
    left: 0;
    bottom: 0;
    width: 45%;
}

.co-nas-content .color-base-left .brown-color ul li * {
    margin: 0;
}

.co-nas-content .color-base-left .brown-color ul li:nth-of-type(2) {
    top: 40px;
    right: 0px;
    width: 483px;
    padding-left: 242px;
}

.co-nas-content .color-base-left .brown-color ul li:nth-of-type(3) {
    right: 0;
    bottom: 0px;
    width: 430px;
    padding-left: 190px;
}


.co-nas-content * {
    text-transform: uppercase;
}
.blondy-main {
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: right;
    padding-top: 213px;
    max-width: 81%;
}

.blondy-main .clear-blonds {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
}

.blondy-main .clear-blonds h5 {
    background: #D7E3E2;
    padding: 36px 50px;
    text-align: left;
    margin: 0;
    position: relative;
    z-index: 0;
    max-width: 340px;
}
.blondy-main .clear-blonds .czyste-image {
    position: relative;
    z-index: 1;
    width: 328px;
    height: 328px;
    min-width: 328px;
    border-radius: 600px;
    background: #EAEAEA;
    margin: 0 0 0 -20px;
}

.blondy-main .clear-blonds .czyste-image img {
    width: 289px;
    height: 289px;
    border-radius: 500px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    top: 40px;
    left: 54px;
    object-position: 0 -35px;
}

.blondy-main .ash-series {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin: -80px 0 0 0;
}
.blondy-main .ash-series .text-box {
    background: #D7E3E2;
    padding: 36px 50px;
    text-align: right;
    margin: 0;
    position: relative;
    z-index: 0;
    width: 100%;
    padding-right: 120px;
}
.blondy-main .ash-series h6 {
    max-width: 250px;
    text-align: left;
    margin: 0 0 0 auto;
    font-weight: normal;
}
.blondy-main .ash-series img {
    width: 188px;
    height: 188px;
    border-radius: 500px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    margin: 0 -80px -1px -100px;
}

.co-nas-content .color-base-right {
    float: right;
    width: 43%;
}


.color-base-right .grey-coverage {
    width: 100%;
    position: relative;
    z-index: 0;
}
.co-nas-content .color-base-right .grey-coverage-inner {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 170px 0 0 17%;
    max-width: 680px;
}
.co-nas-content .color-base-right .grey-coverage-inner .color-image {
    width: 290px;
    height: 290px;
    border-radius: 500px;
    position: relative;
    z-index: 1;
    margin: 0 0 0 -130px;
    min-width: 290px;
}
.co-nas-content .color-base-right .grey-coverage-inner .color-image:after {
    content: "";
    position: absolute;
    background: #EAEAEA;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 100%;
}
.co-nas-content .color-base-right .grey-coverage-inner .color-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    border-radius: 500px;
    position: relative;
    z-index: 1;
}

.color-base-right .grey-coverage-inner .text-box {
    width: 100%;
    background: #D7E3E2;
    padding: 30px 58px;
}

.color-base-right .grey-coverage-inner .text-box h4 {
    margin: 0;
}
.color-base-right .grey-coverage > .shape-image {
    margin: -9% 0 0 -10%;
    max-width: 50%;
}
.color-base-right .mixer-guarntee {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.color-base-right .mixer-guarntee img.color-image {
    width: 436px;
    height: 436px;
    object-fit: cover;
    border-radius: 500px;
    border: 30px solid #EAEAEA;
    margin: 120px 0 0 -180px;
    min-width: 436px;
    position: relative;
    z-index: 2;
}

.color-base-right .mixer-guarntee .text-box {
    width: 100%;
    background: #D7E3E2;
    padding: 36px;
    margin: 0 0 2px -240px;
    padding-left: 300px;
    position: relative;
    z-index: 0;
}

.color-base-right .mixer-guarntee .text-box p {
    max-width: 310px;
    margin: 0 0 0 0;
}

.co-nas-content .color-bottom {
    width: 100%;
    display: inline-block;
    margin: 0 0 204px 0;
}
.color-bottom .vegan-box {
    float: left;
    width: 44%;
    text-align: right;
    position: relative;
    z-index: 0;
    padding: 0 140px 0 0;
    margin: -15% 0 0 0;
}

.color-bottom .vegan-box img {
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.color-bottom .vegan-box .text-box {
    background: #D7E3E2;
    padding: 34px 50px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 54%;
    width: 46%;
}
.color-bottom .year-tradition {
    float: right;
    width: 50%;
    padding: 10% 0 0 0;
}

.color-bottom .year-tradition .text-box {
    max-width: 270px;
}

.color-bottom .year-tradition .text-box h5 {
    margin: 0;
}
.color-bottom .year-tradition img {
    margin: -30px 0 0 0;
}



/*********o nas**********/

.main_wrap {
    position: relative;
}
.main_wrap .breadcrumbs {
    position: absolute;
    top: 50px;
    z-index: 1;
    padding-top: 7px;
    padding-bottom: 4px;
}
.main_wrap .breadcrumbs:before {
    content: "";
    background: #fff;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 21vw;
    z-index: 1;
}
.page-section.o-nas-section .section-head {
    min-height: 453px;
}
.o-nas-section.o-nas-section .section-head h1 {
    max-width: 100%;
    margin: 0 0 10px 0;
}

.page-section.o-nas-section .section-head .logo {
    width: 90%;
    max-width: 489px;
}
.hero-banner {
    width: 100%;
    min-height: 500px;
}
.hero-banner img {
    width: 100%;
    height: 100%;
}
.historia-mood {
    width: 100%;
    margin: 0;
    padding: 30px 0 0px 0;
    position: relative;
    z-index: 0;
}

.historia-mood-right {
    padding-right: 70px;
    width: 45%;
}

.historia-mood-left {
    width: 55%;
    text-align: center;
}

.historia-mood-left::before {
    content: "";
    width: 100vw;
    background: #f2dde6;
    position: absolute;
    left: -80vw;
    top: 33%;
    height: 150px;
    z-index: -1;
}
.historia-mood-left img {
    max-width: 580px;
    width: 100%;
    display: inline-block;
    margin-right: 100px;
}
.historia-mood-left h4 {
    font-size: 82px;
    text-transform: uppercase;
    color: #f2dde8;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: left;
    padding-left: 50px;
}
.historia-mood .container-md {
    display: flex;
    justify-content: flex-end;
}

.historia-mood .text-block {
    max-width: 616px;
    width: 100%;
    padding-right: 9%;
    margin-bottom: 60px;
    margin-top: -20px;
}

.historia-mood .text-block p {
    font-size: 16px;
}

.misja-mood {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.misja-mood .container-md {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.misja-mood .img-block {
    width: 40%;
    position: relative;
    z-index: 1;
}

.misja-mood .img-block img {
    width: 100%;
}

.misja-mood .text-block {
    width: 60%;
    padding: 46px 35px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    padding-left: 145px;
    gap: 40px;
}

.misja-mood .text-block::before {
    content: "";
    width: 100vw;
    background: #D7E3E2;
    position: absolute;
    left: -37vw;
    top: 0;
    height: 100%;
    z-index: -1;
}

.misja-mood h4 {
    position: relative;
    z-index: 0;
}

.misja-profesional {
    width: 100%;
    padding: 0;
    margin:-50px 0 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

/*.misja-profesional .container-md {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
}*/

.misja-profesional-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    padding-left: 30px;
    margin-left: 0;
}
.misja-profesional .img-block {
    width: 45%;
    position: relative;
    z-index: 1;
    left: 50px;
}
.fade-out {
    opacity: 0;
    transition: opacity 0.7s ease;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.7s ease;
}
.img-block-inner {
    background: #ececf0;
    border-radius: 100%;
    display: flex;
    overflow: hidden;
}
.misja-profesional .img-block img {
    width: 100%;
    background: #eceaeb;
    border-radius: 100%;
}
.misja-profesional .text-block {
    width: 53%;
    padding: 3em 0 0 85px;
    position: relative;
    z-index: 0;
}
.text-block-inner {
    width: 100%;
}
.misja-profesional .text-block:before {
    content: "";
    background: #EAEAEA;
    width: 299px;
    height: 299px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 500px;
    z-index: -1;
}
.text-block-inner img {
    width: 150px;
    height: 150px;
    display: block;
    object-fit: contain;
    margin-bottom: 30px;
}
.misja-profesional .text-block p {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}
.misja-profesional .text-block h4  {
    position: relative;
    z-index: 0;
    margin-bottom: 27px;
}
.filozfia-mood {
    width: 100%;
    padding: 100px 0 50px 0;
    margin: 0;
    position: relative;
    z-index: 0;
}

.filozfia-mood-section-heading {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.filozfia-mood-section-heading h2 {
    text-align: center;
    font-size: 42px;
    margin: 0px;
}

.filozfia-mood-section-inner {
    width: 100%;
    margin-top: 200px;
}

.filozfia-mood-section-inner .row {
    top: -100px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 80px;
    align-items: flex-start;
}

.filozfia-mood .row .col {
    width:100%;
}

.filozfia-mood .image-wrap {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 60% 0 0;
    position: relative;
    z-index: 0;
}
.filozfia-mood .image-wrap img {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.heading-wrap-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.heading-wrap-box img {
    width: 135px;
    height: 135px;
    object-fit: contain;
    display: block;
    top: -37px;
    right: 0;
    position: relative;
}
.filozfia-mood .row .col h5 {
    font-size: 25px;
    margin:0px;
    min-width: 230px;
}
.filozfia-mood .row .col p {
    font-size: 15px;
}


/***********kontakt css**************/

.page-section.kontakt-section .section-head {
    min-height: 272px;
    align-items: flex-start;
    padding: 25px 0 10px;
}
.page-section.kontakt-section .section-head:after {
    background: #BAC9D8;
}

.page-section.kontakt-section .section-head h1 {
    max-width: 540px;
}

.kontakt-content {
    padding: 94px 0 60px;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.kontakt-content .container-md {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.kontakt-content .kontakt-left {
    width: 46%;
}

.kontakt-content .kontakt-left form p {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 16px 0;
}

.kontakt-content .kontakt-left .input-wrap {
    position: relative;
    z-index: 0;
    display: flex;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.kontakt-content .kontakt-left .input-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100vw;
    background: #1D1D1D;
    right: 0;
}

.kontakt-content .kontakt-left .input-wrap .wpcf7-form-control-wrap {
    width: 100%;
}

.kontakt-content .kontakt-left .input-wrap input {
    width: 100%;
    border: none !important;
    outline: none !important;
    padding: 10px 9px;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0;
}

.kontakt-content .kontakt-left sub {
    bottom: -10px;
    color: #E35454;
    font-size: 26px;
    font-weight: 300;
}
.kontakt-content .kontakt-left .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: normal;
    padding: 0;
    margin: 0;
    position: relative;
    top: -4px;
}
.kontakt-content .kontakt-left .radio-wrap > label {
    display: flex;
    font-size: 14px;
    margin: 0;
    padding: 10px 0px 16px;
}

.kontakt-content .kontakt-left .radio-wrap > label sub {
    bottom: 0;
    margin-right: 9px;
}
.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio {
    display: flex;
    border: 2px solid #1D1D1D;
}
.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio + .wpcf7-not-valid-tip {
    top: 4px;
}
.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    padding: 0;
    width: 33.33%;
    border-left: 2px solid #1D1D1D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio label {
    width: 100%;
    margin: 0;
    line-height: normal;
    position: relative;
    z-index: 0;
    height: 100%;
}

.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio label span {
    width: 100%;
    padding: 4px 30px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    min-height: 63px;
    color: #1D1D1D;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio .wpcf7-list-item:first-child {
    border: none;
}

.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio label input:checked + span {
    background: #BAC9D8;
    color: #1D1D1D;
}

.kontakt-content .kontakt-left .radio-wrap .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label span {
    padding-left: 50px;
    padding-right: 20px;
}
.kontakt-content .kontakt-left textarea {
    border: 2px solid #1D1D1D;
    height: 150px;
    padding: 26px;
    color: #1D1D1D;
    font-size: 14px;
    letter-spacing: 0;
}
.kontakt-content .kontakt-left textarea {
    border: 2px solid #1D1D1D;
    height: 150px;
    padding: 26px;
    color: #1D1D1D;
    font-size: 14px;
    letter-spacing: 0;
}

.kontakt-content .kontakt-left form .textarea-wrap {
    margin: 0;
    padding: 30px 0 36px 0;
}

.kontakt-content .kontakt-left .checkbox-wrap .wpcf7-list-item {
    margin: 0;
}

.kontakt-content .kontakt-left .checkbox-wrap .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    letter-spacing: 0px;
    color: #1D1D1D;
    font-size: 12px;
    line-height: normal;
}

.kontakt-content .kontakt-left .checkbox-wrap .wpcf7-list-item input[type="checkbox"] {
    border: 2px solid #1D1D1D;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    top:-5px;
}

.kontakt-content .kontakt-left .checkbox-wrap input[type="checkbox"]:checked::before {
    top: 1px;
    width: 18px;
    height: 18px;
    margin: -2px;
}

.kontakt-content .kontakt-left .checkbox-wrap .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    z-index: 0;
    padding: 0 0 0 10px;
}
.kontakt-content .kontakt-left .checkbox-wrap .wpcf7-list-item label .wpcf7-list-item-label:before {
    content: "*";
    position: absolute;
    top: -6px;
    left: -1px;
    z-index: 0;
    color: #E35454;
    font-size: 26px;
    font-weight: 300;
}

.kontakt-content .kontakt-left form .wpcf7-form-control.wpcf7-submit {
    font-size: 25px;
    width: 100%;
    max-width: 292px;
    height: 79px;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 47px;
}

.kontakt-content .kontakt-right {
    width: 46%;
    padding: 0px 0 0 10px;
}
.kontakt-content .kontakt-right .section-head {
    padding: 40px 30px 20px 71px;
    background: #1D1D1D;
    display: block;
    overflow: visible;
    margin: 0px 0 100px 0;
}

.kontakt-content .kontakt-right .section-head h2 {
    margin: 0;
    line-height: 1;
    color: #fff;
}

.kontakt-content .kontakt-right .section-head p {
    color: #fff;
}
.kontakt-content p {
    font-weight: 300;
}
.kontakt-content .kontakt-right .section-head:after {
    background: #1D1D1D;
    width: 80vw;
    z-index: -1;
}

.kontakt-right .advisery-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.kontakt-right .advisery-list li {
    display: flex;
    list-style: none;
    margin: 0;
}

.kontakt-right .advisery-list .img-wrap {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    min-width: 278px;
    padding: 0;
    margin: -20px 0 0 0;
    min-height: 248px;
}

.kontakt-right .advisery-list .img-wrap:before {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 500px;
    min-width: 200px;
    border: 1px solid rgb(112 112 112 / 35%);
    position: absolute;
    left: 0;
    top: 0;
}

.kontakt-right .advisery-list .img-wrap .user-img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    object-fit: cover;
    z-index: 1;
    object-position: top;
}

.kontakt-right .advisery-list .img-wrap .map-img {
    width: 120px;
    margin: 0;
    position: absolute;
    z-index: 2;
    height: auto;
    bottom: 0;
    right: 30px;
}

.kontakt-right .advisery-list .text-wrap {
    width: 100%;
}

.kontakt-right .advisery-list .text-wrap h5 {
    font-size: 24px;
    position: relative;
    z-index: 0;
    margin: 20px 0 20px 0;
    padding: 20px 0 0px 0;
    font-weight: 700;
}

.kontakt-right .advisery-list .text-wrap h5:after {
    content: "";
    height: 2px;
    width: 100vw;
    background: #1D1D1D;
    position: absolute;
    top: 0;
    left: 0;
}

.kontakt-right .advisery-list .text-wrap h6 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.kontakt-right .advisery-list .text-wrap p {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    max-width: 300px;
}

.kontakt-right .advisery-list .text-wrap .email {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.kontakt-right .advisery-list .text-wrap .btn {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 15px;
    max-width: 233px;
    font-weight: 300;
    font-size: 18px;
    margin: 15px 0 10px 0;
    border-radius: 100px;
}

.kontakt-right .advisery-list .text-wrap .btn strong {
    margin: 0 0 0 7px;
}

.kontakt-right .advisery-list .text-wrap .btn img {
    margin: 0 14px 0 0;
}

.kontakt-right .advisery-list .text-wrap .btn:hover {
    background: #555;
    color: #fff;
}

.kontakt-left .newsletter-section {
    padding: 309px 0 0 0;
    overflow: visible;
}

.kontakt-left .newsletter-section .left-col {
    width: 100%;
    padding: 51px 20px 50px 0;
    position: relative;
    z-index: 0;
}

.kontakt-left .newsletter-section .left-col:after {
    content: "";
    background: #D7E3E2;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.recent-product .slider {
    padding: 0 40px !important;
}
.recent-product .product-item .item {
    padding: 0 10px!important;
}

.recent-product .product-item .item .product-img {
    padding: 0;
}
.recent-product .product-item .product-img img {
    width: 100%;
    height: 282px;
    object-fit: cover;
}

.kontakt-content-top {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
}
.kontakt-content-top .container-md {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kontakt-content-top .kontakt-box {
    width: 46%;
}
.kontakt-content-top .section-head {
    overflow: visible;
    min-height: auto !important;
    padding: 40px 0px !important;
}
.kontakt-content-top .kontakt-box.right_box .section-head {
    padding-left: 60px !important;
    padding-right: 30px !important;
}
.kontakt-content-top .kontakt-box:first-child .section-head:after{
    left:-71vw;
}
.kontakt-content-top .section-head:after {
    width: 80vw;
    z-index: -1;
}
.kontakt-content-top .section-head h2 {
    font-size: 45px !important;
    margin-bottom: 10px;
    max-width: 340px !important;
}
.kontakt-content-top .section-head p {
    font-weight: 500;
    font-size: 15px;
}
.page-template-kontakt .newsletter-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
    padding-top: 200px !important;
    padding-bottom: 50px !important;
}
.newsletter-section-inner {
    background: #373636;
    border-radius: 200px;
    padding: 60px 100px;
    max-width: 900px;
    min-width: 900px;
}
.newsletter-section-inner-wrap {
    max-width: 425px;
    padding-left: 50px;
}
.news-heading {
    width: 100%;
    max-width: 320px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}
.newsletter-section-inner-wrap h5 {
    max-width: 255px;
    min-height: auto;
    line-height: normal;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.newsletter-section-inner-wrap p {
    color: #fff;
    font-size: 15px;
    min-height: auto;
    margin: 0px;
}
.newsletter-section-inner-wrap a.btn {
    font-size: 16px;
    max-width: 210px;
    background: #efb7d2;
    line-height: normal;
    padding: 11px 10px 7px !important;
    margin-top: 20px;
    width: 100%;
}
.kontakt-left.aos-init.aos-animate div#wpcf7-f245-o1 {
    position: relative;
    z-index: 1;
}
.bottle_image {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 241px;
    height: auto;
}
.img-layer {
    width: 39vw;
    position: absolute;
    left: 10px;
    z-index: 0;
    margin-top: 0;
    top: 20%;
}
form.wpcf7-form.sent .wpcf7-response-output {
    text-align: center;
    background: #fff;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    text-align: center;
    color: red;
    background: #fff;
    font-size: 16px;
}



/****************educators css******************/

.kontakt-content.educator-content {
    padding-bottom: 0px;
}

.educator-section p {
    font-weight: normal;
}
.educator-section .kontakt-left .text-block p {
    max-width: 536px;
    font-size: 22px;
}
.educator-section .kontakt-left .text-block:not(:last-child) {
    margin-bottom: 97px;
}
.educator-section .kontakt-left .text-block img {
    margin: 130px 0 0 -60px;
}

.educator-section .kontakt-left .text-block {
    position: relative;
}
.big-size-text {
    color: #D7E3E2;
    font-size: 163px;
    left: -267px;
    position: absolute;
    top: 12%;
    z-index: -1;
    white-space: nowrap;
}
ul.educator-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.educator-list li {
    list-style: none;
    margin: 0;
    padding: 50px 0;
    display: flex;
    align-items: flex-start;
}

ul.educator-list li .img-wrap {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 200px;
    overflow: hidden;
    margin: -20px 82px 0 -20px;
}

ul.educator-list li .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

ul.educator-list li .text-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 414px;
}

ul.educator-list li .text-wrap h5 {
    margin: 0 0 10px 0;
    position: relative;
    z-index: 0;
    padding: 0 0 4px 0;
}
ul.educator-list li .text-wrap h5:after {
    background: #1d1d1d;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 1px;
}
ul.educator-list li .text-wrap .email_address {
    display: block;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #1D1D1D;
    font-weight: bold;
    font-family: 'Helvetica Neue';
}
.kontakt-right .text-block {
    padding: 50px 50px;
    width: 100%;
    position: relative;
    z-index: 0;
}

.kontakt-right .text-block:before {
    content: "";
    width: 80px;
    height: 80px;
    background: #D7E3E2;
    position: absolute;
    left: 30px;
    top: 30px;
    border-radius: 100px;
    z-index: -1;
}
.full-image {
    width: 100%;
    padding: 0;
    margin: 0;
}

.full-image img {
    width: 100%;
    height: auto;
}

.educator-content .full-image {
    padding-top: 40px;
    padding-bottom: 40px;
}
.newsletter-section .col-full {
    width: 100%;
    text-align: center;
    padding: 109px 20px 219px;
    background: #D7E3E2;
}

.newsletter-section .col-full h5 {
    max-width: 100%;
    min-height: 10px;
    margin: 0 0 10px 0;
}

.newsletter-section .col-full p {
    min-height: 10px;
    margin: 0 0 60px 0;
}


/*************produkty css****************/

.produkty-section {
    padding-top: 30px;
}
.produkty-section .section-head {
    overflow: visible;
    min-height: auto !important;
    padding-top: 50px;
    padding-bottom: 35px;
}
.produkty-section .section-head:after{
    width: 70%;
}
.produkty-section_inner {
    display: flex;
    justify-content: flex-end;
    max-width: 500px;
    float: right;
    flex-direction: column;
    width: 100%;
    right: 35%;
    position: relative;
}
.produkty-section_inner h1 {
    max-width: 100% !important;
    font-size: 40px;
}
.produkty-section_inner p {
    font-size: 15px;
    font-weight: 500 !important;
}
.left_img {
    position: absolute;
    top: -95px;
    left: -6%;
    width: 35%;
    height: 500px;
    z-index: 1;
}
.left_img img ,
.right_img img{
    width: 100%;
    display: block;
}
.right_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 41%;
}
.product-category {
    width: 100%;
    margin: 0;
    padding: 0 0 60px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.category-list {
    list-style: none;
    margin: 0px;
    padding: 50px 0px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    max-width: 650px;
    justify-content: flex-end;
    margin-right: 0;
    float: right;
}
.archive .category-list {
    grid-template-columns: repeat(3,1fr) !important;
    gap: 30px !important;
    max-width: 100% !important;
}
.category-list li {
    list-style: none;
    margin: 0;
    line-height: normal;
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 0;
    max-width: 100%;
}
.archive .category-list li:not(.current) {
    transform: scale(0.8);
}
.category-list li.current a {
    pointer-events: none;
}
.category-list li a {
    display: block;
    position: relative;
    z-index: 0;
    font-weight: 600;
}

.category-list li a h5 {
    font-size: 27px;
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 1;
    padding: 0 0 0 18%;
    min-height: 60px;
    text-align: center;
    white-space: nowrap;
}
.category-list li:first-child a h5 {
    padding-left: 40%;
    text-align: left;
}
.product-category h3 span {
    display: block;
}

.product-category h3 {
    padding: 80px 0;
    margin: 0;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 0 -60px;
}
.product-list .item-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product-list .product-item {
    padding: 0 30px;
    width: 33.33%;
}

/* .product-list .product-item .product-img img {
    width: 100%;
} */

.product-list .product-item .item {
    padding: 0;
    margin: 0 0 100px 0;
    cursor: pointer;
}


.product-details {
    width: 100%;
    position: relative;
    z-index: 0;
}

.product-details .container-md {
    background: #F0F0F0;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}


.product-details .container-md > div {
    width: 50%;
}
.product-details .main-image {
    padding: 0 130px 0 0;
    position: relative;
    z-index: 0;
}

.product-details .main-image:before {
    content: "";
    position: absolute;
    right: 110px;
    top: 0;
    background: #8FA6BF;
    width: 100vw;
    height: 428px;
    z-index: -1;
}
.product-details .main-image span {
    transform: matrix(0, -1, 1, 0, 0, 0);
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 51px;
    left: -22px;
    z-index: 2;
}

.product-details .main-image span small {
    display: block;
    font-size: 78%;
}
.product-details .main-image img {
    margin: 0 0 0 -12em;
    width: calc(100% + 12em);
    max-width: 200%;
}

.product-details .product-summry h4 {
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 8px 30px 8px 16px;
    margin: 0 0 30px 0;
}

.product-details .product-summry h4:after {
    content: "";
    background: #1D1D1D;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.product-details .product-summry h4 a {
    color: #fff;
    position: absolute;
    right: 0;
    font-weight: bold;
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translate(0px, -50%);
    cursor: pointer;
}
.product-details .product-summry h4 a:after,
.product-details .product-summry h4 a:before {
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    content: "";
}

.product-details .product-summry h4 a:after {
    height: 100%;
    width: 3px;
    top: 0;
    left: 13px;
}
.product-details .product-summry h4 a:before {
    height: 3px;
    width: 100%;
    top: 13px;
    left: 0;
}

.product-summry .description h5 {
    font-size: 30px;
    max-width: 420px;
    padding: 0;
    margin: 0;
}
.product-summry .description h5:after {
    display: none;
}
.product-summry .btn {
    border-radius: 4px;
}
.product-summry .brand-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
    padding: 66px 0;
}

.product-summry .brand-list img {
    padding: 0 17px 17px;
    width: 25%;
    max-width: 108px;
}
.product-summry .description {
    padding: 30px 0 30px 30px;
    position: relative;
    z-index: 0;
    margin: 0 0 26px 0;
    width: 100%;
}

.product-summry .description:before {
    content: "";
    width: 88px;
    height: 100%;
    background: #8FA6BF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.product-summry h5 {
    font-size: 21px;
    padding: 0 0 7px 0;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 0;
}

.product-summry h5:after {
    content: "";
    width: calc(100% + 50px);
    height: 1px;
    background: #1D1D1D;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-summry .formula, .product-summry .description-list {
    margin: 0;
    padding: 0 0 40px 0;
    width: 100%;
}

.product-summry .formula ul, .product-summry .description-list ul, .color-detail ul, .how-use-color .left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-summry .formula ul li, .product-summry .formula p, 
.product-summry .description-list ul li, .product-summry .description-list p, .color-detail ul li, .how-use-color .left ul li {
    list-style: none;
    padding: 1px 0 0px 30px;
    position: relative;
    z-index: 0;
    font-size: 14px;
}

.product-summry .formula ul li:before, .product-summry .formula p:before, 
.product-summry .description-list ul li:before, .product-summry .description-list p:before, .color-detail ul li:before,
.how-use-color .left ul li:before {
    content: "";
    width: 53px;
    height: 20px;
    background: #8FA6BF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.product-summry .capacities ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.product-summry .capacities {
    width: 100%;
    padding: 0 0 30px 0px;
    margin: 0;
}

.product-summry .capacities ul li {
    margin: 0 0 22px 22px;
    padding: 10px 16px;
    color: #1D1D1D;
    background: #8FA6BF;
    font-weight: 500;
}
.similar-product .product-list {
    margin: 0 -10px;
    padding: 0 0 30px 0;
}

.similar-product .product-list .product-item {
    padding: 10px;
    margin: 0 0 20px 0;
    width: 220px;
    text-align: left;
}

.similar-product .product-list .product-item .item {
    margin: 0;
}

.similar-product .product-list .product-item .product-img {
    padding: 0;
}

.similar-product .product-list .product-item .item-text {
    bottom: 0;
    left: 34%;
}

.similar-product .product-list .product-item .product-img img {
    height: 183px;
}

.similar-product .btn {
    border-radius: 4px;
}
.product-summry .how-to-use h5 {
    padding-left: 53px;
}
.how-to-use.active > h5:before {
    transform: rotate(180deg);
}
.product-summry .how-to-use > h5:before {
    content: "";
    width: 29px;
    height: 16px;
    background-image: url(images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 0;
}

.product-summry .how-to-use .how-to-use-text {
    padding-left: 42px;
}
.color-detail {
    display: flex;
    justify-content: space-between;
    padding: 0 0 40px 0;
    width: 100%;
}

.color-detail .color_left {
    padding: 0 20px 0 0;
    max-width: 70%;
}

.color-detail .color_left p {
    font-size: 16px;
    padding: 0 0px 0 30px;
}

.color-detail .color_left p em {
    font-style: normal;
    font-weight: bold;
    font-size: 170%;
    line-height: 1;
    vertical-align: text-top;
}

.color-detail .color_right {
    width: 192px;
    height: 193px;
    background: #1D1D1D;
    border-radius: 200px;
    padding: 25px;
    color: #fff;
    font-size: 11px;
    display: flex;
    line-height: 1.4;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    min-width: 192px;
    margin-left: 20px;
    margin: -50px 0 0 0;
}

.color-detail .color_right:before {
    content: "";
    width: 192px;
    height: 193px;
    position: absolute;
    top: -20px;
    left: -10px;
    border-radius: 200px;
    z-index: -2;
}

.color-detail .color_right:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 200px;
    background: #1D1D1D;
    z-index: -1;
}

.how-use-color {
    width: 100%;
    margin: 0;
    padding: 0;
}

.how-use-color .row {
    padding: 0px;
    align-items: flex-start;
}

.how-use-color .row > div {
    padding: 0 30px 30px;
    width: 60%;
}
.how-use-color .row .right {
    width: 40%;
}
.how-use-color h6 {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0 0 40px 0;
    font-weight: normal;
    max-width: 240px;
    min-height: 65px;
}
.how-use-color h6 img {
    margin: 0 0 0 10px;
}
.how-use-color .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.how-use-color .right ul li {
    list-style: none;
    line-height: 1;
    min-height: 50px;
}

.how-use-color .right ul li em {
    font-style: normal;
    font-weight: bold;
    font-size: 160%;
    line-height: 1;
}
.how-use-color .right ul li sub {
    font-weight: bold;
    font-size: 86%;
    margin: 0 0 0 4px;
}
.how-use-color table {
    margin: 0;
    border: none;
    width: 100%;
}

.how-use-color table td {
    border: none;
    padding: 0 0 0 20px;
    letter-spacing: 0.9px;
    color: #1D1D1D;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 25px solid #F0F0F0;
}

.how-use-color table td:first-child {
    background: #1D1D1D;
    font-size: 14px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-weight: normal;
    padding: 7px 13px;
}

.how-use-color table td sup, .how-use-color table td sub {
    font-size: 58%;
}

.newsletter-section-row {
    display: flex;
    justify-content: space-between;
}
.newsletter-section-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.newsletter-left{
    padding: 60px 100px;
    width: 40%;
    background: #e5b6cb;
    border-radius: 200px;
}
.newsletter-left .newsletter-section-inner-wrap a.btn {
    background: #373636;
}
.newsletter-left .newsletter-section-inner-wrap a.btn:hover{
    color:#efb7d2;
}
.newsletter-left .newsletter-section-inner-wrap {
    margin-left: auto;
    padding-left: 0px;
    padding-right: 130px;
}
.newsletter-right {
    padding: 60px 100px;
    max-width: 100%;
    min-width: auto;
    width: 60%;
}
.newsletter-right .newsletter-section-inner-wrap {
    max-width: 500px;
    padding-left: 150px;
}
.home .newsletter-section {
    overflow: visible;
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
.home section.section.eduction-section {
    overflow: visible;
    z-index: 1;
}
.home .eduction-section .row .left-col,
.home .eduction-section .row .left-col:after {
    background: #EAEAEA !important;
}
.home .eduction-section .row .left-col{
    position: relative;
}
.home .eduction-section .row .left-col p {
    font-size: 16px;
    max-width: 300px;
    font-weight: 500;
    margin: 0px;
}
.home .eduction-section .row .left-col .btn {
    margin-top: 20px;
}
.home section.section.eduction-section .row {
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.positon-image {
    width: auto;
    position: absolute;
    bottom: -118px;
    left: 64%;
    width: 568px !important;
}
.eduction-section-right-col {
    padding-top: 30px;
    width: 30% !important;
}
.eduction-section-right-col h2 {
    margin: 0px;
    font-size: 62px;
    text-transform: initial;
    color: #efb7d2;
    white-space: nowrap;
}
.home section.section.eduction-section .row .left-col:after {
    left: -8vw;
}
.home-produkty-section .section-head:after{
    background: #e5b6cb!important;
}
.home-produkty-section .section-head {
    padding-bottom: 0px !important;
}
.home-produkty-section .produkty-section_inner-right {
    padding-bottom: 30px;
}
.home-produkty-section .section-head {
    padding-top: 10px;
    padding-bottom: 25px;
}
.home-produkty-section  .right_img {
    width: 48%;
}
.home-produkty-section .produkty-section_inner {
    position: initial;
    max-width: 100%;
    gap: 40px;
    width: auto;
    float: left;
    align-items: flex-end;
    flex-direction: row;
}
.home-produkty-section .produkty-section_inner .left_img {
    height: 400px;
    width: auto;
    position: initial;
    margin-top: -300px;
}
.home-produkty-section .produkty-section_inner .left_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.home-produkty-section .produkty-section_inner-right h2 {
    font-size: 42px;
    margin: 0px;
    color: #fff;
}
.home-produkty-section .produkty-section_inner-right p {
    color: #fff;
}
.product-category.home-product-category {
    padding-bottom: 80px;
}
.product-category.home-product-category ul.category-list {
    grid-template-columns: repeat(4,1fr);
    max-width: 100%;
    padding-bottom: 0px;
}
.wrap-box {
    float: right;
    margin-left: auto;
    width: auto !important;
    position: relative;
}
.wrap-box .right-col {
    width: auto !important;
    padding-left: 200px !important;
    padding-right: 300px !important;
    max-width: 900px;
    margin-right: 100px;
}
.wrap-box h2 {
    padding-left: 200px;
    font-size: 42px;
    margin-bottom: 10px;
}
.lft-lyr {
    position: absolute;
    top: -117px;
    left: -117px;
    width: 300px;
    height: 300px;
}
.ryt-lyr {
    position: absolute;
    bottom: 0;
    right: -117px;
    width: 450px;
    height: 450px;
}
.lft-lyr img,
.ryt-lyr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




/*********media css start*********/

@media screen and (min-width: 1481px) {
   .co-nas-content .color-base-left .brown-color ul li h5 {
        font-size: 34px;
    } 
    .blondy-main .clear-blonds h5, .color-bottom .year-tradition h5 {
        font-size: 31px;
    }
    .blondy-main .ash-series h6 {
        font-size: 23px;
    }
    .color-base-right .grey-coverage-inner .text-box h4 {
        font-size: 44px;
    }
    .co-nas-content p {
        font-size: 20px;
        font-weight: 300;
    }
    .color-bottom .year-tradition .text-box p {
        font-size: 21px;
    }
    /*.o-nas-section h4 {
        font-size: 45px;
        margin-bottom: 17px;
    }*/
    .filozfia-mood h2 {
        font-size: 70px;
    }
    .kontakt-content .kontakt-right .section-head h2 {
        font-size: 74px;
    }

    .product-summry .description p, .product-summry .description li {
        font-size: 18px;
    }
    .similar-product .btn {
        font-size: 34px;
    }
    .product-details .product-summry h4 {
        font-size: 35px;
    }
    .main_wrap .breadcrumbs:before {
        width: 26vw;
    }
    .eduction-section .row .left-col {
        padding: 50px 30px 50px 8%;
    }
    .positon-image {
        bottom: -159px;
        left: 64%;
        width: 79%;
    }
    .eduction-section-right-col h2 {
        font-size: 82px;
    }
    .newsletter-left {
        width: 48%;
    }
    .newsletter-right {
        width: 50%;
    }
    .newsletter-left .newsletter-section-inner-wrap {
        padding-right: 80px;
        max-width: 440px;
    }
    .newsletter-right .bottle_image {
        width: 215px;
    }
    .home section.section.eduction-section .container{
        max-width: 1400px;
        padding: 0px;
        position: relative;
    }
    .home section.section.eduction-section .row .left-col:after {
        content: "";
        position: absolute;
        top: 0;
        width: 50%;
        left: -14vw;
        height: 100%;
        z-index: -1;
        background: #D7E3E2;
    }
    .eduction-section-right-col {
        padding-top: 80px;
        padding-left: 50px;
    }
    .home .newsletter-section {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 768px) {
    .educator-content .kontakt-right .section-head {
        padding: 40px 20px 20px 70px;
    }
}
@media screen and (max-width: 1900px) {
    .big-size-text {
        font-size: 143px;
        left: -99px;
    }
}

@media screen and (max-width: 1680px) {
    .next-sec {
        left: 20px;
    }
    .product-details .main-image img {
        margin: 0 0 0 -8em;
        width: calc(100% + 8em);
    }
    ul.educator-list li .text-wrap {
        min-width: 10px;
    }
    .big-size-text {
        font-size: 113px;
        left: -29px;
    }
    .educator-section .kontakt-left .text-block img {
        margin-left: -40px;
    }
    .co-nas-content .color-bottom {
        margin: 0 0 150px 0;
    }
    .newsletter-left .newsletter-section-inner-wrap {
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0;
        max-width: 300px;
    }
    .newsletter-right .newsletter-section-inner-wrap {
        max-width: 350px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 1480px) {
    h1 {
      font-size: 64px;
    }
    h2 {
      font-size: 54px;
    }
    h3 {
      font-size: 44px;
    }

    .container, .site-header .container, .container-md {
        padding: 0 36px;
    }
    .container-large {
        padding: 0 50px;
    }
    .site-header .site-logo {
        width: 190px;
        min-width: 190px;
    }

    .site-header .head-right ul li {
        padding: 0 13px 0 0;
    }

    .site-header .head-right ul li a {
        font-size: 20px;
    }

    .site-header .head-right #search-icon {
        margin: 0;
    }
    .home-banner .banner-inner .banner-left {
        min-width: 700px;
        width: 700px;
    }

    .home-banner .banner-inner .banner-right p {
        font-size: 26px;
    }

    .home-banner .banner-inner:before {
        height: 496px;
    }

    .our-mission .section-head:before {
        width: 25%;
    }

    .our-mission .row .left-col {
        padding-left: 3%;
    }

    .our-mission .row .right-col {
        padding: 40px;
    }

    .our-mission .row .right-col .btn {
        margin-top: 25px;
    }

    .best-seller-section .section-head:before {
        width: 40%;
    }

    .eduction-section .row .left-col {
        padding: 50px 30px 50px 10%;
    }

    .eduction-section .row .right-col {
        padding: 0 4%;
    }

    .newsletter-section .left-col {
        padding-left: 5%;
    }

    .newsletter-section .right-col {
        padding: 0 10%;
    }

    .newsletter-section .btn {
        font-size: 22px;
    }

    .footer-inner > div {
        width: 25%;
    }
    .footer-inner > div.footer-col-1 {
        width: 33%;
    }
    .co-nas-content .new-solution {
        width: 960px;
    }

    .co-nas-content .new-solution .right-image {
        width: 70%;
    }

    .co-nas-content .color-base-left {
        margin-top: -10em;
    }

    .co-nas-content .color-base-left .color-mix .color-image {
        width: 226px;
        height: 226px;
    }

    .co-nas-content .color-base-left .color-mix {
        max-width: 730px;
    }

    .co-nas-content .color-base-left .brown-color {
        max-width: 762px;
    }

    .co-nas-content .color-base-left .brown-color .color-image {
        width: 294px;
        height: 294px;
        min-width: 294px;
    }

    .blondy-main {
        padding-top: 133px;
        max-width: 90%;
    }

    .blondy-main .clear-blonds h5 {
        max-width: 280px;
    }

    .blondy-main .ash-series {
        margin: -70px 0 0 0;
    }

    .blondy-main .ash-series img {
        margin: 0 -80px -1px -100px;
    }
    .co-nas-content .color-base-right .grey-coverage-inner {
        padding: 90px 20px 0 17%;
    }
    .color-base-right .grey-coverage-inner .text-box {
        padding: 30px 38px;
    }
    .color-base-right .grey-coverage > .shape-image {
        margin: 47px 0 0 10px;
        max-width: 70%;
    }
    .color-base-right .mixer-guarntee .text-box {
        padding-left: 260px;
    }
    .color-bottom .vegan-box img {
        max-width: 90%;
    }
    .color-bottom .vegan-box .text-box {
        top: 48%;
    }
    .color-bottom .year-tradition img {
        max-width: 94%;
    }
    .big-size-text {
        font-size: 90px;
        top: 20%;
    }
    .educator-section .kontakt-left .text-block img {
        margin: 80px 0 0 0px;
        max-width: 80%;
    }

    .educator-section .kontakt-left .text-block p {
        font-size: 20px;
    }
    .newsletter-section .col-full {
        padding: 49px 20px 150px;
    }
    .misja-profesional .text-block p {
        font-size: 16px;
    }
    .misja-mood .img-block {
        width: 35%;
    }
    .misja-mood .text-block {
        padding-left: 134px;
        gap: 31px;
        width: 65%;
        justify-content: flex-end;
    }
    .misja-mood h4 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .misja-mood p {
        font-size: 15px;
        line-height: normal;
    }
}

@media screen and (max-width: 1440px) {
    .breadcrumbs {
        padding: 5px 0 38px;
    }
    .page-section .section-head {
        min-height: 200px;
    }

    .co-nas-content .new-solution {
        width: 80%;
        margin: -13em 0 0;
    }

    .co-nas-content .new-solution .right-image {
        width: 60%;
    }

    .co-nas-content .new-solution .text-box {
        top: 50%;
    }

    .co-nas-content .color-base-left {
        margin-top: -12%;
        width: 46%;
    }

    .co-nas-content .color-base-left .color-mix .color-image {
        width: 166px;
        height: 166px;
    }

    .co-nas-content .color-base-left .color-mix .text-box {
        padding: 16px 13px 21px 80px;
    }

    .co-nas-content .color-base-left .color-mix {padding: 0 50px 170px 100px;}

    .co-nas-content .color-base-left .brown-color {
        margin-top: -126px;
        padding: 20px 190px 0 20px;
        text-align: left;
    }

    .co-nas-content .color-base-left .brown-color .color-image {
        width: 200px;
        height: 200px;
        min-width: 200px;
        margin: 0;
    }

    .co-nas-content .color-base-left .brown-color ul {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        padding: 0 0 0 160px;
    }

    .co-nas-content .color-base-left .brown-color ul li {
        position: static;
        width: 100% !important;
        padding: 15px !important;
        display: inline-block;
        margin: 5px 0;
        padding-left: 100px !important;
    }
    .co-nas-content .color-base-right {
        width: 54%;
    }
    .co-nas-content .color-base-right .grey-coverage-inner .color-image {
        width: 200px;
        height: 200px;
        margin: 0 0 0 -80px;
        min-width: 200px;
    }

    .color-base-right .grey-coverage-inner .text-box {
        padding: 20px;
    }

    .co-nas-content .color-base-right .grey-coverage-inner {
        padding: 70px 20px 0 10%;
        max-width: 500px
    }
    .color-base-right .grey-coverage > .shape-image {
        margin: 47px 0 0 8%;
        max-width: 60%;
    }


    .blondy-main {
        padding-top: 103px;
    }
    .blondy-main .ash-series {
        margin: -40px 0 0 0;
    }
    .blondy-main .clear-blonds .czyste-image {
        width: 268px;
        height: 268px;
        min-width: 268px;
    }

    .blondy-main .clear-blonds .czyste-image img {
        width: 239px;
        height: 239px;
        top: 28px;
        left: 48px;
    }

    .blondy-main .ash-series img {
        margin: 0 -10px -1px -80px;
    }

    .blondy-main .ash-series .text-box {
        padding-right: 50px;
    }

    .color-base-right .mixer-guarntee img.color-image {
        width: 256px;
        height: 256px;
        border-width: 15px;
        min-width: 256px;
        margin: 290px 90px 0 -70px;
    }
    .color-base-right .mixer-guarntee .text-box {
        padding-left: 170px;
    }
    .color-bottom .vegan-box {
        margin: -10% 0 0 0;
    }
    .product-details .main-image img {
        margin: 0 0 0 -10em;
        width: calc(100% + 10em);
    }
    .co-nas-content .color-bottom {
        margin: 0 0 120px 0;
    }
    .left_img {
        top: -57px;
    }
    .produkty-section_inner h1 {
        font-size: 33px;
    }
    .produkty-section_inner p {
        font-size: 13px;
    }
    .produkty-section_inner {
        max-width: 350px;
        right: 42%;
    }
    .produkty-section .section-head {
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .misja-mood .text-block::before {
        left: -33vw;
    }
    .filozfia-mood .row .col h5 {
        font-size: 23px;
    }
    .newsletter-left ,.newsletter-right{
        padding: 40px 100px;
    }
    .newsletter-right .bottle_image {
        right: 100px;
        width: 190px;
    }
    .newsletter-right .newsletter-section-inner-wrap {
        max-width: 300px;
        padding-left: 20px;
    }
    .home .newsletter-section .newsletter-section-inner-wrap h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .home .newsletter-section .news-heading {
        width: 100%;
        max-width: 250px;
        border-bottom: 2px solid #fff;
        margin-bottom: 15px;
    }
    .home .newsletter-section-inner-wrap a.btn {
        font-size: 14px;
        margin-top: 15px;
    }
    .newsletter-left {
        width: 49%;
    }
    .eduction-section-right-col {
        padding-top: 45px;
        padding-left: 50px;
    }
    .newsletter-left .newsletter-section-inner-wrap {
        max-width: 341px;
    }

}

@media screen and (max-width: 1280px) {
    ul.educator-list li .img-wrap {
        width: 120px;
        min-width: 120px;
        height: 120px;
        margin: 0 30px 0 -10px;
    }
    .category-list {
        gap: 60px;
        max-width: 580px;
    }
    .product-details .main-image {
        padding: 0 50px 0 0;
    }
    .product-details .main-image:before {
        right: 40px;
    }
    .product-details .main-image img {
        margin: 0 0 0 -8em;
        width: calc(100% + 8em);
    }
    .produkty-section_inner {
        right: 39%;
    }
    .produkty-section_inner h1 {
        font-size: 29px;
    }
    .produkty-section_inner p {
        font-size: 12px;
    }
    .filozfia-mood-section-inner .row {
        gap: 40px;
    }
    .filozfia-mood .row .col h5 {
        font-size: 20px;
        min-width: 180px;
    }
    .historia-mood .text-block {
        padding-right: 0;
    }
    .historia-mood-left h4 {
        font-size: 62px;
    }
    .main_wrap .breadcrumbs:before {
        width: 23vw;
    }
    .newsletter-section-row {
        gap: 30px;
    }
    .newsletter-right .bottle_image {
        display: none;
    }
    .newsletter-left, .newsletter-right {
        padding: 40px 80px;
    }
    .newsletter-left .newsletter-section-inner-wrap {
        padding-left: 10px;
        max-width: 100%;
    }
    .newsletter-right .newsletter-section-inner-wrap {
        max-width: 100%;
        padding-left: 0px;
    }
    .home-banner .banner-inner .banner-left {
        width: 50%;
        min-width: auto;
    }
    .home-banner .banner-inner .banner-right .mood-logo {
        margin-bottom: 30px;
    }
    .home-banner .banner-inner {
        justify-content: space-between;
    }
    .home-banner .banner-inner .banner-right {
        min-width: 300px;
        width: 48%;
        padding-top: 150px;
    }
    .eduction-section .row .left-col {
        padding: 50px 30px 50px 0%;
    }
    .positon-image {
        bottom: -88px;
        left: 57%;
        width: 480px !important;
    }
    .eduction-section-right-col h2 {
        font-size: 52px;
    }
    .product-category.home-product-category {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1180px) {
    .product-details .main-image img {
        margin: 0 0 0 -6em;
        width: calc(100% + 6em);
    }
    .product-category .product-list {
        margin: 0 -40px;
    }
    .product-category h3 {
        padding: 50px 0;
    }
    .right_img {
        right: -8%;
    }
    .produkty-section .section-head:after {
        width: 75%;
    }
    .produkty-section .section-head {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .produkty-section_inner {
        right: 32%;
    }
    .main_wrap .breadcrumbs:before {
        width: 25vw;
    }
    .hero-banner {
        min-height: auto;
    }
    .historia-mood-right {
        padding-right: 0;
    }
    .historia-mood-left h4 {
        font-size: 62px;
        padding-left: 0;
    }
    .home-banner .banner-inner {
        padding: 0px 15px !important;
    }
    .lft-lyr {
        left: -24px;
        width: 200px;
        height: 200px;
    }
    .home-produkty-section .produkty-section_inner-right h2 {
        font-size: 33px;
    }
    .product-category.home-product-category ul.category-list {
        gap: 30px;
    }
}

@media screen and (max-width: 1040px) {
    h1 {
      font-size: 60px;
    }
    h2 {
      font-size: 50px;
    }
    h3 {
      font-size: 40px;
    }
    h4 {
      font-size: 30px;
    }
    h5 {
      font-size: 24px;
    }
    h6 {
      font-size: 18px;
    }
    body, p, li {
        font-size: 16px;
    }
    .site-header {
        padding: 40px 0px;
    }

    .site-header .head-right nav {
        display: none;
    }

    .site-header .head-right #toggle-menu {
        display: block;
        margin-left: 38px;
    }
    .mobile-header {
        display: block;
    }
    .menu-active .mobile-header {
        left: 0;
        visibility: visible;
    }
    .site-header .site-logo {
        width: 140px;
        min-width: 10px;
    }

    .home-banner {
        padding: 140px 0 0 0;
    }

    .home-banner .banner-inner:before {
        display: none;
    }

    .next-sec {
        display: none;
    }

    .home-banner .banner-inner {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .home-banner .banner-inner .banner-right {
        padding-top: 80px;
    }
    .home-banner .banner-inner .banner-right p {
        font-size: 22px;
    }
    .btn, input[type="submit"], input[type="button"], button {
        font-size: 18px;
    }
    .section-head .container {
        padding: 0 70px;
    }

    .our-mission .section-head:before {
        width: 16%;
    }

    .section {
        padding: 80px 0 0 0;
    }

    .our-mission .row {
        padding: 40px 0 20px;
    }
    .our-mission .row .left-col {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }

    .our-mission .row .right-col {
        padding: 30px 36px;
        width: 50%;
    }

    .our-mission .row .right-col .btn {
        margin: 10px 0 0 0;
    }

    .product-item .product-img img {
        height: 240px;
    }

    .product-item .product-img .best-seller {
        width: 50px;
    }

    .container-large {
        padding: 0 25px;
    }

    .slider .slick-arrow {
        width: 20px;
        height: 40px;
    }

    .product-item .item {
        padding: 0 0 0 30px;
    }

    .product-item .item .item-text {
        left: 20%;
    }
    .eduction-section .row .left-col:after {
        width: 70%;
    }
    .our-mission .section-head h2 {
        max-width: 250px;
    }
    .footer-inner .footer-logo {
        width: 140px;
    }
    .footer-inner > div {
        width: 33%;
    }
    .misja-mood .img-block {
        width: 50%;
    }

    .misja-profesional .img-block img {
        width: calc(100% + 9em);
        margin: 0 0 0 -9em;
    }
    .misja-mood .text-block {
        width: 50%;
        padding: 40px 0 40px 50px;
    }
    .misja-profesional-inner {
        margin-left: 0;
        padding-left: 0px;
        padding-top: 0px;
    }
    .misja-profesional {
        width: 100%;
        padding: 0;
        margin: 50px 0 0 0;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .text-block-inner {
        padding-left: 15px;
    }
    .misja-profesional .text-block {
        padding: 3em 0 0 60px;
    }
    .text-block-inner img {
        margin-bottom: 15px;
    }

    .misja-profesional .text-block:before {
        width: 250px;
        height: 250px;
    }

    .misja-profesional h4:before {
        width: 70px;
        height: 70px;
    }
    .kontakt-content .kontakt-right .section-head {
        padding: 30px 20px 20px 60px;
        margin-bottom: 50px;
    }
    .kontakt-content .kontakt-left .radio-wrap .wpcf7-radio label span {
        padding: 4px 20px;
    }
    .kontakt-content .kontakt-left .radio-wrap .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label span {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-list .product-item .item {
        margin: 0 0 50px 0;
    }
    .filozfia-mood {
        padding: 70px 0 50px 0;
    }
    .heading-wrap-box {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .filozfia-mood .row .col h5 {
        font-size: 22px;
    }
    .filozfia-mood .row .col h5 br {
        display:none;
    }
    .heading-wrap-box img {
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .co-nas-content .color-base-left {
        width: 100%;
        padding: 196px 0 40px;
    }

    .blondy-main {
        max-width: 80%;
    }

    .co-nas-content .color-base-right {
        width: 100%;
    }

    .co-nas-content .color-base-right .grey-coverage-inner {
        max-width: 600px;
    }

    .color-base-right .grey-coverage > .shape-image {
        margin: 0 20px 0 auto;
    }

    .color-base-right .mixer-guarntee img.color-image {
        margin: 0;
    }

    .color-base-right .mixer-guarntee {
        padding: 0 0 0 20px;
    }

    .color-base-right .mixer-guarntee .text-box {
        margin: 0 0 0 -120px;
        padding-left: 150px;
    }

    .color-bottom .vegan-box {
        margin: 40px 0 0 0;
        width: 100%;
        padding-right: 210px;
    }

    .color-bottom .year-tradition {
        width: 100%;
        padding: 20px;
    }
    .page-section.o-nas-section .section-head {
        min-height: 343px;
    }
    .historia-mood .text-block {
        padding-right: 0;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .misja-mood .text-block {
        padding: 20px 0 20px 40px;
    }
    .misja-mood h4 {
        margin: 0 0 10px 0;
    }
    .misja-mood h4:before {
        width: 50px;
        height: 50px;
        top: -15px;
        left: -30px;
    }
    .filozfia-mood-section-inner {
        margin-top: 0;
    }
    .misja-profesional .img-block img {
        width: 100%;
        margin: 0;
    }

    .misja-profesional .text-block h4 {
        margin-bottom: 17px;
    }
    .misja-profesional h4:before {
        width: 40px;
        height: 40px;
        top: -3px;
        left: -13px;
    }
    .filozfia-mood h2 {
        min-height: auto;
        margin: 0 0 50px 0;
    }
    .kontakt-content .kontakt-left {
        width: 100%;
        max-width: 100%;
    }
    .kontakt-left .newsletter-section {
        padding: 20px 0 0 0;
    }
    .kontakt-left .newsletter-section h5 {
        min-height: 65px;
    }
    .kontakt-left .newsletter-section .line {
        margin: 0 0 26px 0;
    }
    .kontakt-left .newsletter-section p {
        min-height: 10px;
    }
    .kontakt-content .kontakt-right {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 70px;
    }
    .page-section.kontakt-section .section-head {
        min-height: 142px;
    }
    ul.educator-list li {
        padding: 30px 0;
    }
    ul.educator-list li .img-wrap {
        margin: 0 30px 0 0;
    }
    .product-details .container-md {
        padding-right: 20px;
    }
    .product-details .main-image img {
        margin: 0 0 0 -4em;
        width: calc(100% + 4em);
    }
    .product-details .main-image:before {
        height: 300px;
    }
    .product-category h3 {
        padding: 30px 0;
    }
    .product-details .main-image span {
        font-size: 26px;
    }

    .educator-section .kontakt-left .text-block p {
        max-width: 100%;
        font-size: 18px;
    }
    .category-list {
        gap: 30px;
        max-width: 500px;
    }
    .left_img {
        left: -13%;
        width: 35%;
        height: 300px;
    }
    .right_img {
        right: -10%;
    }
    .produkty-section_inner h1 {
        font-size: 22px;
    }
    .produkty-section_inner {
        right: 30%;
        max-width: 330px;
    }
    .produkty-section .section-head {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .category-list li a.btn2 {
        font-size: 12px;
        width: 68%;
    }
    .newsletter-section-inner {
        padding: 50px 20px;
        max-width: 100%;
        min-width: 100%;
    }
    .newsletter-section-inner-wrap {
        max-width: 460px;
        padding-left: 55px;
        padding-right: 30px;
    }
    .newsletter-section h5 {
        font-size: 22px;
    }
    .newsletter-section p {
        font-size: 15px;
        min-height: 30px;
    }
    .bottle_image {
        width: 210px;
    }
    .page-template-kontakt .newsletter-section {
        padding-top: 171px !important;
        padding-bottom: 50px !important;
    }
    .kontakt-content-top .section-head h2 {
        font-size: 32px !important;
    }
    .kontakt-content-top .kontakt-box:first-child .section-head:after {
        left: -66vw;
    }
    .kontakt-content {
        padding: 60px 0 60px;
    }
    .img-layer {
        display: none;
    }
    .home .newsletter-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .newsletter-section-row {
        flex-direction: column;
        gap: 0px;
    }
    .newsletter-right .bottle_image {
        display: block;
        position: initial;
        margin: 50px auto 0px;
        max-width: 150px;
    }
    .newsletter-left {
        padding: 50px 20px;
        width: 100%;
        border-radius: 0px;
    }
    .newsletter-right {
        border-radius: 0px;
        padding-bottom: 0px;
    }
    .newsletter-left .newsletter-section-inner-wrap {
        padding-left: 0;
    }
    .wrap-box .right-col {
        padding-left: 180px !important;
        padding-right: 100px !important;
        margin-right: 15px;
    }
    .wrap-box {
        width: 100% !important;
    }
    .ryt-lyr {
        display: none;
    }
    .our-mission .row .right-col .right-text {
        padding-right: 0;
    }
    .wrap-box h2 {
        padding-left: 180px;
        font-size: 23px;
        margin-bottom: 10px;
    }
    .home-produkty-section .produkty-section_inner {
        gap: 20px;
        padding-left: 0px;
    }
    .home-produkty-section .produkty-section_inner .left_img {
        height: 300px;
    }
    .home-produkty-section .produkty-section_inner-right {
        padding-bottom: 14px;
    }
    .positon-image {
        display: none;
    }
    .home-produkty-section .produkty-section_inner-right h2 {
        font-size: 23px;
    }
    .home section.section.eduction-section .row {
        align-items: center;
    }
    .eduction-section-right-col {
        padding-top: 0px;
        padding-left: 0;
        width: 50% !important;
    }
}

@media screen and (max-width: 768px) {
    h1 {
      font-size: 50px;
    }
    h2 {
      font-size: 40px;
    }
    h3 {
      font-size: 30px;
    }
    h4 {
      font-size: 26px;
    }
    h5 {
      font-size: 22px;
    }
    h6 {
      font-size: 17px;
    }
    body, p, li {
        font-size: 15px;
    }
    .home-banner .banner-inner {
        align-items: flex-end;
        display: block;
    }
    .home-banner .banner-inner .banner-left {
        width: 100% !important;
    }

    .home-banner .banner-inner .banner-right {
        margin-top: 0;
    }
    .home-banner .banner-inner .banner-right p {
        font-size: 17px;
    }
    .home-banner .banner-inner .banner-right .mood-logo {
        min-width: 290px;
        margin: 24px 0 34px -83px;
    }
    .btn, input[type="submit"], input[type="button"], button {
        font-size: 17px;
    }
    .section {
        padding: 68px 0 0 0;
    }
    .our-mission .row {
        padding: 0px 0 0;
    }
    .our-mission .row .left-col {
        width: 100%;
        padding: 0 36px;
    }

    .our-mission .row .right-col {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }
    .wrap-box .right-col {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-right: 0px;
    }
    .our-mission .row .right-col .right-text {
        max-width: 100%;
    }

    .best-seller-section .section-head p {
        font-size: 18px;
    }

    .best-seller-slider {
        padding-top: 40px;
        padding-bottom: 7px;
        padding-left: 20px;
    }

    .product-item .product-img img {
        height: 160px;
    }

    .product-item .item .item-text h6 {
        font-size: 14px;
    }

    .product-item .item .item-text p {
        font-size: 10px;
    }

    .product-item .item .item-text {
        left: 15%;
        bottom: 14px;
    }

    .product-item .item {
        padding: 0 0 0 20px;
    }

    .slider .slick-arrow {
        width: 15px;
        height: 30px;
    }

    .eduction-section .row .left-col {
        width: 100%;
        margin-bottom: 26px;
    }

    .eduction-section .row .left-col:after {
        width: 35%;
    }

    .eduction-section .row .right-col {
        width: 100%;
        padding: 0 36px 18px;
    }

    .newsletter-section .row > div {
        width: 100%;
        padding: 32px 67px;
    }

    .newsletter-section h5 {
        min-height: 10px;
        font-size: 30px;
        font-weight: bold;
    }

    .newsletter-section .line {
        display: none;
    }

    .newsletter-section p {
        font-size: 18px;
        min-height: 37px;
    }

    .newsletter-section .btn {
        padding: 15px;
        font-size: 18px;
        max-width: 200px;
    }
    .newsletter-section .right-col .btn.white-btn {
        max-width: 250px;
    }

    /* footer.site-footer {
        margin: 88px 0 0;
    } */
    .footer-inner > div {
        width: 33.33%;
    }
    .footer-inner .footer-logo {
        width: 120px;
    }
    .co-nas-content .new-solution {
        width: 100%;
        margin: 0 0 0;
    }
    .co-nas-content .new-solution .text-box {
        top: auto;
        padding-right: 13.5%;
        margin: 0;
        bottom: 10%;
    }
    .page-section .section-head h1 {
        max-width: 340px;
    }

    .blondy-main {
        max-width: 90%;
    }
    .historia-mood {
        padding:20px 0px 40px;
    }
    .misja-mood .img-block {
        width: 100%;
        margin-top: 20px;
    }

    .misja-mood .text-block {
        width: 100%;
    }

    .misja-mood .text-block::before {
        left: -60px;
        width: 130vw;
    }

    .misja-profesional {
        margin: 50px 0 0 0;
    }

    .misja-profesional .img-block {
        width: 100%;
    }

    .misja-profesional .text-block {
        width: 100%;
    }

    .filozfia-mood {
        padding: 50px 0 30px 0;
    }

    .filozfia-mood-section-inner .row {
        gap: 40px;
        position: initial;
        grid-template-columns: repeat(1,1fr);
        margin:0px;
    }

    .filozfia-mood-section-heading {
        margin-bottom: 20px;
    }
    
    .filozfia-mood h2 {
        min-height: auto;
        margin: 0px;
        font-size: 25px;
    }
    
    .filozfia-mood .row .col {
        width: 100%;
    }

    .product-details .container-md > div {
        width: 100%;
    }
    
    .product-details .main-image {
        padding: 0 0 20px 0;
    }
    .product-details .main-image:before {
        right: 0;
    }
    .product-list .product-item {
        width: 50%;
    }
    .product-details .main-image span {
        font-size: 24px;
    }
    .product-details .main-image img {
        margin: 0 0 0 -2em;
        width: calc(100% + 2em);
    }
    .big-size-text {
        font-size: 60px;
        left: -20px;
    }

    .newsletter-section .col-full {
        padding: 49px 20px;
    }
    .produkty-section .section-head:after {
        width: 100%;
    }
    .produkty-section .section-head {
        padding-top: 150px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .produkty-section_inner {
        position: initial;
    }
    .right_img {
        right: 0;
        width: 60%;
    }
    .left_img {
        left: -10%;
        width: 200px;
        height: auto;
    }
    .produkty-section_inner h1 {
        font-size: 26px;
    }
    .produkty-section_inner p {
        font-size: 15px;
    }
    .category-list {
        gap: 15px;
        padding: 35px 0px;
    }
    .category-list li a.btn2 {
        font-size: 11px;
        width: 90%;
    }
    .archive .category-list {
        grid-template-columns: repeat(2,1fr) !important;
        gap: 15px !important;
        max-width: 100% !important;
    }
    .kontakt-content-top {
        padding-top: 0px;
    }
    .kontakt-content-top .container-md {
        flex-direction: column;
        gap: 15px;
    }
    .kontakt-content-top .kontakt-box {
        width: 100%;
    }
    .kontakt-content-top .section-head:after {
        width: 100%;
        z-index: -1;
    }
    .kontakt-content-top .kontakt-box:first-child .section-head:after {
        left: 0;
    }
    .kontakt-content-top .section-head {
        padding: 20px 20px !important;
    }
    .kontakt-content-top .kontakt-box.right_box .section-head {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .kontakt-content-top .section-head h2 {
        font-size: 28px !important;
    }
    .kontakt-content .kontakt-left form .wpcf7-form-control.wpcf7-submit {
        font-size: 20px;
        max-width: 292px;
        height: 60px;
        margin-top: 15px;
    }
    .kontakt-content .kontakt-right {
        margin-top: 0px;
    }
    .page-template-kontakt .newsletter-section {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .newsletter-section-inner {
        padding: 30px 20px;
        border-radius: 0px;
        padding-bottom: 0px;
    }
    .newsletter-section-inner-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .bottle_image {
        width: 100%;
        position: initial;
        margin: 50px auto 0px;
        max-width: 150px;
    }
    .kontakt-box.right_box.only-desktop {
        display: none;
    }
    .kontakt-content-top.only-mobile {
        display: block !important;
        margin-top: 30px;
    }
    .wpcf7-spinner{
        position: absolute;
    }
    .kontakt-content .kontakt-right ul.advisery-list {
        margin-top: 0px;
    }
    .kontakt-right .advisery-list .text-wrap h5:after ,
    .kontakt-content .kontakt-left .input-wrap:after{
        width: 100%;
    }
    .historia-mood .container-md {
        flex-direction: column;
    }
    .historia-mood-left {
        width: 100%;
    }
    .site-header {
        padding: 25px 0px;
    }
    .historia-mood-left {
        width: 100%;
    }
    .historia-mood-left h4 {
        font-size: 45px;
        text-align: center;
    }
    .historia-mood-left::before{
        display: none;
    }
    .historia-mood-left img {
        margin-right: 0;
    }
    .historia-mood-right {
        width: 100%;
    }
    .historia-mood .text-block h4 {
        text-align: center;
        font-size: 26px;
    }
    .misja-mood .container-md {
        flex-direction: column;
    }
    .misja-mood .text-block {
        padding-left: 0px;
        gap: 20px;
    }
    .misja-mood h4 {
        font-size: 26px;
    }
    .misja-mood p {
        font-size: 14px;
        line-height: normal;
    }
    .misja-profesional-inner {
        flex-direction: column;
        gap: 20px;
    }
    .misja-profesional .img-block {
        position: initial;
    }
    .misja-profesional .text-block {
        padding: 3em 0 0 27px;
    }
    .misja-profesional .text-block h4 {
        font-size: 25px;
    }
    .misja-profesional .text-block p {
        font-size: 14px;
    }
    .lft-lyr{
        display: none;
    }
    .home-banner .banner-inner .banner-right {
        padding-top: 40px;
        width: 100%;
    }
    .wrap-box h2 {
        padding-left: 0;
        font-size: 23px;
        margin-bottom: 0px;
    }
    .product-category.home-product-category ul.category-list {
        grid-template-columns: repeat(2,1fr);
    }
    section#next-sec {
        padding-top: 30px;
    }
    section.section.eduction-section {
        padding-top: 20px;
    }
    .home section.section.eduction-section .row {
        align-items: center;
        flex-direction: column;
    }
    .eduction-section .row .left-col {
        padding: 15px 15px;
    }
    .home section.section.eduction-section .row .left-col:after{
        display: none;
    }
    .home .newsletter-section {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .home-produkty-section .produkty-section_inner {
        flex-direction: column;
    }
    .home .produkty-section .section-head {
        padding-top: 30px;
    }
    .home-produkty-section .produkty-section_inner {
        align-items: center;
    }
    .home-produkty-section .produkty-section_inner .left_img {
        height: 200px;
        margin: 0px;
    }
    .home-produkty-section .section-head {
        padding-bottom: 100px !important;
    }
    .newsletter-left {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 580px) {
    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 14px 0;
        line-height: 1.16;
    }
    h1 {
      font-size: 40px;
    }
    h2 {
      font-size: 30px;
    }
    h3 {
      font-size: 24px;
    }
    h4 {
      font-size: 20px;
    }
    h5 {
      font-size: 18px;
    }
    h6 {
      font-size: 16px;
    }

    .site-header .site-logo {
        width: 92px;
    }
    .site-header .head-right #search-icon {
        width: 19px;
        padding: 0px;
    }

    .site-header .head-right #toggle-menu {
        width: 24px;
    }

    #toggle-menu div {
        margin: 5px auto;
    }
    .mobile-header .header-top .site-logo {
        width: 92px;
    }
    .mobile-header .header-top .close-search {
        width: 25px;
        height: 25px;
    }
    .mobile-header .close-search:before, 
    .mobile-header .close-search:after {
        height: 28px;
        left: 13px;
    }
    .mobile-header ul li a {
        font-size: 20px;
    }
    .search-wrap {
        padding: 40px 20px;
    }
    .close-search {
        width: 25px;
        height: 25px;
        right: 20px;
    }

    .close-search:before, .close-search:after {
        height: 26px;
    }
    .btn, input[type="submit"], input[type="button"], button {
        font-size: 15px;
        padding: 16px 28px;
    }
    .home-banner {
        padding: 110px 0 0 0;
    }
    .home-banner .banner-inner {
        display: block;
        position: relative;
        z-index: 0;
    }
    .section.our-mission {
        padding: 34px 0 0 0;
    }

    .our-mission .section-head:before {
        width: 117px;
    }

    .our-mission .section-head h2 {
        max-width: 200px;
    }

    .best-seller-section .section-head {
        padding: 15px 0;
    }


    .best-seller-section .section-head p {
        font-size: 15px;
        max-width: 240px;
        min-height: 50px;
    }

    .slider .slick-arrow {
        width: 10px;
        height: 20px;
    }

    .product-item .product-img img {
        height: 138px;
    }

    .product-item .item .item-text {bottom: 10px;left: 20%;}

    .product-item .item .item-text h6 {
        font-size: 10px;
    }

    .product-item .item .item-text p {
        font-size: 7px;
    }

    .best-seller-slider {
        padding-left: 10px;
    }

    .best-seller-section .section-head:before {
        width: 51.5%;
    }

    .eduction-section .row .left-col .btn {
        margin-top: 17px;
        margin-bottom: 5px;
    }
    .eduction-section .row .left-col p {
        font-size: 15px;
        max-width: 250px;
    }
    .eduction-section .row .left-col:after {
        width: 51%;
    }

    .newsletter-section .btn {
        padding: 11px 38px;
        width: auto;
        max-width: 100%;
        font-size: 15px;
    }

    .newsletter-section p {
        font-size: 15px;
    }
    .newsletter-section p.hide-desktop {
        display: block;
    }
    .newsletter-section p.hide-mobile {
        display: none;
    }
    footer.site-footer {
        padding: 28px 0 39px;
    }
    .footer-inner .footer-logo {width: 82px;padding: 0 0 21px 0;}


    .footer-inner p, .footer-inner a {
        font-size: 10px;
    }

    .footer-inner > div.footer-col-1 {
        width: 40%;
    }

    .footer-inner > div {
        width: 30%;
        padding-right: 24px;
    }

    .footer-inner h6 {
        font-size: 12px;
        margin: 22px 0 20px;
    }

    .footer-inner ul li {
        margin: 0;
    }

    .footer-inner .footer-social a img {
        width: 14px;
        margin: 0 10px 0 0;
    }

    .footer-inner ul.footer-social {
        margin: 0 0 0 -12px;
    }
    .page-section .section-head {
        min-height: 160px;
    }

    .co-nas-content .new-solution .text-box {
        padding: 15px;
        padding-right: 15%;
        top: auto;
        bottom: 0;
    }

    .co-nas-content .color-base-left .color-mix {
        padding: 0 20px 160px 90px;
        width: 100%;
    }

    .co-nas-content .color-base-left .color-mix .color-image {
        left: 10px;
        width: 150px;
        height: 150px;
    }

    .co-nas-content .color-base-left {
        padding: 136px 0 40px;
    }
    .co-nas-content .color-base-left .brown-color {
        margin-top: -96px;
        padding: 20px 240px 0 0px;
    }
    .co-nas-content .color-base-left .brown-color .color-image {
        width: 150px;
        height: 150px;
        min-width: 150px;
    }
    .co-nas-content .color-base-left .brown-color ul {
        padding: 0 0 0 60px;
    }

    .blondy-main .clear-blonds .czyste-image {
        width: 180px;
        height: 180px;
        min-width: 180px;
    }

    .blondy-main .clear-blonds .czyste-image img {
        width: 90%;
        height: 90%;
        top: 10%;
        left: 15%;
    }
    .blondy-main .clear-blonds h5 {
        padding: 30px 40px 30px 30px;
    }
    .blondy-main .ash-series {
        margin: -20px 0 0 0;
    }

    .blondy-main .ash-series .text-box {
        padding: 15px;
        padding-right: 80px;
    }

    .blondy-main .ash-series img {
        margin: 0 -20px -1px -70px;
        width: 130px;
        height: 130px;
    }

    .co-nas-content .color-base-right .grey-coverage-inner {
        padding: 10px 20px 0 10px;
    }

    .co-nas-content .color-base-right .grey-coverage-inner .color-image {
        width: 140px;
        height: 140px;
        min-width: 140px;
    }

    .color-base-right .grey-coverage > .shape-image {
        margin: 20px auto 0;
    }

    .color-base-right .mixer-guarntee img.color-image {
        width: 156px;
        height: 156px;
        border-width: 10px;
        min-width: 156px;
    }

    .color-base-right .mixer-guarntee .text-box {
        padding: 15px;
        padding-left: 80px;
        margin: 0 0 0 -70px;
    }

    .color-base-right .mixer-guarntee {
        padding: 30px 0 0 10px;
    }

    .color-bottom .vegan-box {
        padding-right: 150px;
    }

    .color-bottom .vegan-box .text-box {
        padding: 20px;
        width: 58%;
    }

    .color-bottom .vegan-box .text-box img {
        max-height: 80px;
    }

    .color-bottom .year-tradition img {
        margin: 0 auto;
    }
    .page-section.o-nas-section .section-head {
        min-height: 233px;
    }
    .filozfia-mood h2 {
        min-height: auto;
    }
    .kontakt-right .advisery-list li {
        flex-wrap: wrap;
    }

    .kontakt-right .advisery-list .img-wrap {
        margin: 0 0 20px 0;
    }

    .kontakt-right .advisery-list .text-wrap h5 {
        font-size: 20px;
    }

    .kontakt-content {
        padding: 30px 0 30px;
    }

    .recent-product .slider {
        padding: 0 !important;
    }

    .recent-product .slider .slick-prev.slick-arrow {
        left: -15px;
    }

    .recent-product .slider .slick-next.slick-arrow {
        right: -15px;
    }

    .kontakt-content .kontakt-right .section-head {
        padding: 20px;
        min-height: 152px;
        margin-bottom: 30px;
    }
    .page-section.kontakt-section .section-head {
        min-height: 180px;
    }
    .kontakt-content .kontakt-left form .textarea-wrap {
        padding: 10px 0 20px 0;
    }
    .kontakt-content .kontakt-left textarea {
        padding: 16px;
    }
    .kontakt-content .kontakt-left .radio-wrap .wpcf7-radio {
        flex-wrap: wrap;
    }

    .kontakt-content .kontakt-left .radio-wrap .wpcf7-radio .wpcf7-list-item {
        width: 100%;
        border-left: none;
        border-top: 2px solid #1D1D1D;
    }
    ul.educator-list li .img-wrap {
        width: 100px;
        min-width: 100px;
        height: 100px;
        margin: 0 15px 0 -10px;
    }
    .product-details .container-md {
        padding: 25px;
    }
    .category-list li a h5 {
        font-size: 22px;
    }
    .product-summry .description {
        padding: 20px 0 20px 20px;
    }
    .product-summry .description:before {
        width: 58px;
    }
    .product-summry .formula ul li, .product-summry .formula p, 
    .product-summry .description-list ul li, .product-summry .description-list p {
        padding: 1px 0 0px 20px;
    }
    .product-summry .formula ul li:before, .product-summry .formula p:before, 
    .product-summry .description-list ul li:before, .product-summry .description-list p:before {
        width: 33px;
    }
    .product-details .main-image span {
        font-size: 22px;
    }

    .big-size-text {
        font-size: 50px;
        left: -10px;
    }
    .co-nas-content .color-bottom {
        margin: 0 0 90px 0;
    }
    .color-detail .color_right {
        width: 160px;
        height: 160px;
        min-width: 160px;
        margin: 0;
    }

    .color-detail .color_right:before {
        width: 160px;
        height: 160px;
        top: -15px;
    }

    .how-use-color .row > div {
        width: 100%;
    }

    .how-use-color .row .right {
        width: 100%;
    }

    .how-use-color .right ul li {
        min-height: 10px;
    }
    .similar-product .product-list .product-item {
        width: 33%;
    }
    .similar-product .product-list .product-item .item-text {
        bottom: 30px;
        left: 20%;
    }
    .main_wrap .breadcrumbs {
        top: 28px;
    }
    .main_wrap .breadcrumbs:before {
        width: 56vw;
    }
    .eduction-section-right-col {
        width: 100% !important;
    }
    .eduction-section-right-col h2 {
        font-size: 32px;
    }

}

@media screen and (max-width: 480px) {

    .product-category .product-list {
        margin: 0 -15px;
    }
    .product-list .product-item {
        padding: 0 15px;
    }
    .product-summry .capacities ul li {
        margin: 0 10px 10px 0;
    }
    .product-summry h5 {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .product-summry .how-to-use > h5:before {
        width: 23px;
        height: 14px;
    }
    .product-summry .how-to-use h5 {
        padding-left: 38px;
    }
    .product-summry .how-to-use .how-to-use-text {
        padding-left: 22px;
    }
    .product-summry .brand-list {
        margin: 0 -10px;
        padding: 26px 0;
    }
    .product-summry .brand-list img {
        padding: 0 10px 17px;
    }
    .product-details .main-image span {
        font-size: 20px;
    }
    .product-details .main-image img {
        margin: 0 0 0 -1em;
        width: calc(100% + 1em);
    }
    .how-use-color .row > div {
        padding: 0 10px 30px;
    }
    .color-detail {
        flex-wrap: wrap;
    }

    .color-detail .color_left {
        max-width: 100%;
        padding: 0 0 30px 0;
    }
    .how-use-color h6 {
        min-height: 10px;
        margin: 0 0 20px 0;
    }
    .how-use-color table td:first-child {
        font-size: 12px;
    }

    .how-use-color table td {
        font-size: 30px;
    }
    .product-summry .description h5 {
        font-size: 20px;
    }
    .color-detail .color_right {
        width: 200px;
        height: 200px;
        min-width: 200px;
    }
    .color-detail .color_right:before {
        width: 200px;
        height: 200px;
    }
    .filozfia-mood-section-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .filozfia-mood .row .col {
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    h1 {
      font-size: 34px;
    }
    h2 {
      font-size: 26px;
    }
    h3 {
      font-size: 22px;
    }
    h4 {
      font-size: 18px;
    }
    h5 {
      font-size: 16px;
    }
    h6 {
      font-size: 14px;
    }
    body, p, li {
        font-size: 14px;
    }
    .mobile-header {
        padding: 40px 16px;
    }
    .btn, input[type="submit"], input[type="button"], button {
        font-size: 14px;
        padding: 16px 18px;
    }
    .container, .site-header .container, .container-md {
        padding: 0 16px;
    }
    .our-mission .section-head h2 {
        max-width: 170px;
    }
    .section-head .container {
        padding: 0 50px;
    }
    .newsletter-section .row > div {
        padding: 32px 37px;
    }
    .newsletter-section h5 {
        font-size: 26px;
    }
    /* footer.site-footer {
        margin: 60px 0 0 0;
    } */
    .footer-inner > div.footer-col-1 {
        width: 100%;
    }

    .footer-inner > div {
        width: 50%;
    }

    .footer-inner ul.footer-social {
        margin: 0;
    }
    .color-base-right .mixer-guarntee img.color-image {
        width: 140px;
        height: 140px;
        border-width: 5px;
        min-width: 140px;
    }

    .filozfia-mood .row .col {
        padding: 0;
    }

    .blondy-main .clear-blonds h5 {
        padding: 15px 30px 15px 15px;
    }
    ul.educator-list li {flex-wrap: wrap;justify-content: center;text-align: center;}

    ul.educator-list li .img-wrap {
        margin: 0 0 20px;
    }

    .kontakt-right .text-block {
        padding: 20px;
    }

    .kontakt-right .text-block:before {
        width: 30px;
        height: 30px;
        left: 10px;
        top: 18px;
    }

    .educator-content .full-image {
        padding-bottom: 0;
    }

    .page-section.kontakt-section .section-head {
        min-height: 80px;
    }
    .recent-product .slider .slick-prev.slick-arrow {
        left: -10px;
    }
    .recent-product .slider .slick-next.slick-arrow {
        right: -15px;
    }
    .category-list li a h5 {
        font-size: 22px;
        padding: 0 0 0 20%;
    }
    .category-list li a h5 {
        font-size: 20px;
    }
    .product-details .main-image span {
        font-size: 18px;
    }
    .co-nas-content .color-bottom {
        margin: 0 0 50px 0;
    }
}