/*
 Theme Name:   Aleksandra Lachowska Dietetyk
 Description:  Motyw WordPress dla strony Aleksandry Lachowskiej - Dietetyka
 Author:       Michał Lachowski
 Author URI:   https://lachowskaaleksandra.pl
 Version:      1.1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Waterfall&display=swap');



#header, .button-field, .wp-block-quote::after, .wp-block-quote::before {
    font-family: Judson, serif;
}
#article p, #article li, #article ul {
    line-height: 1.4em;
    font-size: 1.325rem;
    list-style-position: inside;
}

@media (max-width: 768px) {
    #article p, #article li, #article ul {
        line-height: 1.3em;
        font-size: 1.125rem;
        overflow-x: hidden;
    }

    #article .wp-block-heading {
        padding: 50px 0 10px 0;
    }

    #article h2 {
        font-size: 2rem;
    }

    .article-content {
        max-width: 95%;
    }

    .wp-block-image img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}

#footer .wrapper, #footer .wrapper .item.menu {
    grid-column-gap: 0;
    grid-row-gap: 10;
    grid-template-rows: repeat(2, 1fr);
}
#header, #preloader, .loader {
    position: fixed;
}
#banner:after, #page, section:nth-child(2n):not(:first-child) {
    background: #fdfdfd;
}

#banner:after { 
    background: white;
}

#header {
    background: 0 0;
    transition: .2s;
    width: 100%;
    z-index: 3;
}
#header #social-banner {
    background-color: #81a57f;
    height: 40px;
    transition: .2s;
}
@media(max-width:768px) {
    #header #social-banner {
    height: 0;
}
#header #social-banner .wrapper {
    display: none;
}
}#header #social-banner.shrink {
    height: 0;
}
#header #social-banner.shrink img {
    height: 0;
    padding: 0;
    width: 0;
}
#header #social-banner .wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
}
#header #social-banner img {
    fill: #fff;
    height: 15px;
    padding: 10px;
    transition: .2s ease-in;
    width: 15px;
}
#header #social-banner img:hover {
    transform: scale(1.25);
    transition: .2s ease-in;
}
#header #social-banner img.fill {
    filter: invert(100%);
}
#header .menu-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all 0.8s ease-in-out;
    padding-top: 10px;
}
#header .menu-wrapper .logo, #header .menu-wrapper .logo-small, #header .menu-wrapper .logo-wrapper {
    transition: all 0.8s ease-in-out;
}
#header .menu-wrapper .logo-wrapper {
    transform-origin: left center;
}
#header .menu-wrapper .logo-wrapper .logo {
    height: 76px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 247px;
    object-position: left;
    transform-origin: left center;
}
@media(max-width:1600px) {
    #header #social-banner {
    padding: 0 30px;
}
#header .menu-wrapper {
    font-size: 16px;
    padding: 0 30px;
}
#header .menu-wrapper .logo-wrapper .logo {
    height: 100%;
    width: 220px;
    transform-origin: left center;
}
}#header .menu-wrapper .menu {
    align-items: center;
    align-self: center;
    display: flex;
    margin-left: auto;
}
#header .menu-wrapper .menu a {
    padding: 0 35px;
}
#header .menu-wrapper .menu a.btn {
    padding: 15px 20px;
}
#header .menu-wrapper .btn {
    margin-left: 30px;
}
#header .menu-wrapper.scroll-menu {
    background: #fff;
    box-shadow: 0 9px 9px -11px #848485;
    height: 60px;
    justify-content: flex-end;
    z-index: 1;
    padding-top: 0;
}
#header .menu-wrapper.scroll-menu .btn {
    box-shadow: 0 0 0;
}
#header .menu-wrapper.scroll-menu .logo-wrapper {
    margin-right: auto;
    padding-top: 0;
    transform-origin: left center;
}
#header .menu-wrapper.scroll-menu .logo-wrapper .logo {
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0;
    object-position: 0;
    padding: 4px;
    width: 60px;
    transform-origin: left center;
    will-change: transform;
}
#footer .wrapper .item.mail div:last-child, #header #menuToggle, #header .mobile .menu div, #wpforms-44-field_8-container, #wpforms-44-field_9-container, .inner-wrapper {
    display: flex;
}
#header #menuToggle #checkbox {
    transform: translate(-24%, -33%);
}
#header .mobile #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
#header .mobile #menuToggle input {
    cursor: pointer;
    display: flex;
    height: 32px;
    opacity: 0;
    position: absolute;
    width: 40px;
    z-index: 2;
}
#header .mobile #menuToggle input:checked~span {
    background: #e2a087;
    opacity: 1;
    transform: rotate(45deg) translate(4px, 1px);
}
#header .mobile #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(.2);
}
#header .mobile #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translateY(-1px);
}
#header .mobile #menuToggle:checked~.menu {
    background-color: #000;
    transform: translate(45%);
}
#header .mobile #menuToggle span {
    background: #e2a087;
    border-radius: 3px;
    display: flex;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    transform-origin: 5px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s;
    width: 29px;
    z-index: 1;
}
#header .mobile #menuToggle:first-child {
    transform-origin: 0 0;
}
#header .mobile #menuToggle:nth-last-child(2) {
    transform-origin: 0 100%}
#header .mobile .menu {
    -webkit-font-smoothing: antialiased;
    align-items: flex-end;
    background-color: #fff;
    box-shadow: 0 0 8px #85888c;
    display: flex; 
    flex-direction: column;
    height: 100vh;
    margin-right: 50px;
    margin-top: -20px;
    padding: 80px 50px 50px;
    position: absolute;
    transform: translate(100%);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    width: 360px;
}

#header .mobile .menu div a {
    padding-left: 20px;
}
#header .mobile .menu a {
    display: flex;
    flex-direction: column;
    font-size: 1.8em;
    padding: 20px 0;
    text-decoration: none;
    transition-delay: 0;
}
#header .mobile .menu a img {
    height: 30px;
    width: 30px;
}
#header .mobile .menu a.btn {
    color: #fff;
    font-size: 1.5em;
    margin: 20px 0 0;
    padding: 20px;
    text-align: center;
    align-self: self-end;
} 
@media(max-width:768px) {
    #header .mobile .menu a.btn {
        font-size: 1.2em;
    }
}


#header .mobile #menuToggle input:checked~.menu {
    transform: translate(-25%);
}
#header .fill-mobile {
    height: 50px;
    width: 50px;
}
@media(min-width:768px) {
    #header #menuToggle #checkbox, #header .fill-mobile, #header .mobile #menuToggle input, #header .mobile .menu a img {
    display: none;
}

}#banner {
    background: url(https://lachowskaaleksandra.pl/wp-content/uploads/2022/11/Background.png) 91% 50%/30% 71% no-repeat #fdfdfd;
    display: flex;
    flex-direction: column;
    height: 80vh;
    max-height: 1200px; 
    padding-top: 130px;
    position: relative;
    transition: .6s ease-in-out;
}

#banner.cooperation {
    background-position: 10% 66%;
    background-size: 35% auto;
}
#banner .top-wrapper .img #shapes.cooperation {
    height: 95%;
} 

/* #banner:after {
    bottom: -65px;
    content: "";
    height: 130px;
    position: absolute;
    width: 100%} */

@media(max-width:768px) {
    #header .menu-wrapper.scroll-menu .logo-wrapper .logo {
    height: 85%;
    padding: 5px 0;
    width: 50px;
    transform-origin: left center;
}
/* #banner:after {
    display: none;
    height: 0;
}  */
}#banner:hover {
    transition: none;
}
@media(max-width:1680px) {
    #banner {
    background-position: 94% 50%;
    background-size: auto 64%}
}@media(max-width:1600px) {
    #banner {
    background-position: 93% 60%;
    background-size: auto 65%}
}@media(max-width:1300px) {
    #banner {
    background-size: auto 65%}
}@media(max-width:1200px) {
    #banner {
    background-size: auto 54%}
}@media(max-width:960px) {
    #banner {
    background-size: auto 45%;
    height: 50vh;
}
}@media(max-width:800px) {
    #banner {
    background-position: 93% 38%;
    background-size: auto 45%}
}@media(max-width:768px) {
    #banner {
    background-position: 75% 60%;
    background-size: auto 70%;
    height: 80vh;
}
}#banner .top-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative;
    width: 100%}
@media(max-width:1680px) {
    #banner .top-wrapper {
    width: 80%}
}@media(max-width:1200px) {
    #banner .top-wrapper {
    height: 75vh;
}
}#banner .top-wrapper .img {
    align-items: flex-end;
    align-self: flex-end;
    display: flex;
    height: 100%;
    position: relative;
    width: 55%}

#banner .top-wrapper .orange {
    width: 54%;
    }
#banner .top-wrapper .img #Ola {
    height: 85%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: -8px;
    width: 100%}
@media(min-width:3800px) {
    #banner .top-wrapper .img #Ola {
    bottom: 0;
}
}@media(max-width:1600px) {
    #banner .top-wrapper .img #Ola {
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}
}@media(max-width:1366px) {
    #banner .top-wrapper .img #Ola {
    bottom: 35px;
    height: 410px;
}
}@media(max-width:768px) {
    #banner .top-wrapper {
    flex-direction: column;
    height: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;

}

#banner .coop {
    flex-direction: column-reverse;
}

#banner .top-wrapper .img {
    align-self: center;
    height: 55%;
    max-width: 100%;
    overflow-x: clip;
    position: inherit;
    width: 100vw;
}
#banner .top-wrapper .img #Ola {
    bottom: 0;
    height: 70%;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
}#banner .top-wrapper .img #shapes {
    height: 100%;
    left: 50%;
    max-height: 1100px;
    max-width: 55vw;
    opacity: .5;
    position: relative;
    transform: translate(-50%, 25%);
    z-index: -1;
}
#banner .top-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    width: 50%;
    z-index: 2;
}

#banner .top-wrapper .text-wrapper h1 {
    font-size: 3em;  
    margin-top: 60px;
    padding-bottom: 10px;
}

#banner .top-wrapper .text-wrapper h1:nth-child(2) {
    margin-top: 0;
}


.text-wrapper {
    overflow-x: hidden;
}
#banner .top-wrapper .text-wrapper h2 {
    font-size: 2.8em;
}
#banner .top-wrapper .text-wrapper h3 {
    font-size: 5em;
    padding-top: 30px;
    text-decoration: underline;
    -webkit-text-decoration-color: #81a57f;
    text-decoration-color: #81a57f;
    text-decoration-thickness: 5px;
}
@media(max-width:1600px) {
    #banner .top-wrapper .text-wrapper h1 {
    font-size: 2.3em;
    margin-top: 40px;
}
#banner .top-wrapper .text-wrapper h3 {
    font-size: 3em;
    padding-top: 20px;
}
}@media(max-width:1100px) {
    #header .menu-wrapper .logo-wrapper .logo {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0;
    object-position: 0;
    width: 60px;
    transform-origin: left center;
}
#header .menu-wrapper .menu a {
    padding: 25px 10px;
}
#banner .top-wrapper .text-wrapper h1 {
    font-size: 2.2em;
    margin-top: 20px;
}
#banner .top-wrapper .text-wrapper h3 {
    font-size: 3em;
    padding-top: 20px;
}
}@media(max-width:768px) {
    #banner .top-wrapper .img #shapes {
    height: 420px;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 75%;
    transform: translate(-50%, -50%);
    width: 520px;
}
#banner .top-wrapper .text-wrapper {
    align-self: center;
    background: #f2f2f2;
    height: 400px;
    padding: 0;
    width: 100%}

#banner .top-wrapper .text-wrapper h1 {
    font-size: 2em;
    margin-top: 10px;
}  
#banner .top-wrapper .text-wrapper h2 {
    font-size: 1em;
    padding-top: 7px;
}
#banner .top-wrapper .text-wrapper h3 {
    font-size: 2.5em;
    padding-top: 3px;
}
#banner .top-wrapper .text-wrapper h1, #banner .top-wrapper .text-wrapper h2, #banner .top-wrapper .text-wrapper h3 {
    text-align: center;
}
#banner .top-wrapper .text-wrapper .btn {
    margin: 20px auto;
}
#banner .top-wrapper .text-wrapper .center {
    align-self: center;
}
#gene:after {
    display: none;
}
}


@media(min-width:1921px) {
    #gene:after {
    bottom: 100px;
}
}@media(max-width:1600px) {
    #gene:after {
    bottom: 5px;
    height: 80px;
}
}#gene .newsletter .newsletter-wrapper {
    background: #e2a087;
    border-radius: 25px 3px;
    /* display: flex; */
    flex-direction: column;
    font-weight: 700;
    margin: 0 auto;
    max-width: 1800px;
    position: relative;
    z-index: 2;
    display: none;
}
#gene .newsletter .newsletter-wrapper .content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 35px 85px;
    z-index: 5;
}
@media(max-width:1850px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text {
    margin-right: 20px;
}
}@media(max-width:1450px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper {
    padding: 35px 60px;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .text {
    margin-right: 20px;
}
}@media(max-width:768px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper {
    padding: 35px 30px!important;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .text {
    margin-right: 20px;
}
}@media(max-width:500px) {
    #banner {
    background-position: 100% 23%;
    background-size: auto 45%;
    height: 100vh;
    padding-top: 0;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .text {
    margin: 0;
    text-align: center;
}
}#gene .newsletter .newsletter-wrapper .content-wrapper .text {
    max-width: 675px;
}
@media(max-width:1250px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text {
    max-width: 405px;
}
}@media(max-width:1110px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text {
    max-width: 300px;
}
}#footer .wrapper .item span, #gene .newsletter .newsletter-wrapper .content-wrapper .text h2, #gene .newsletter .newsletter-wrapper .content-wrapper .text h3, h1.white, h2.white, h3.white, h4.white, h5.white {
    color: #fff;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .text h2 {
    font-size: 1.8em;
}
@media(max-width:1366px) {
    #banner .top-wrapper .img #shapes {
    max-height: 550px;
}
#gene:after {
    bottom: -15px;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .text h2 {
    font-size: 1.6em;
}
}@media(max-width:1150px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text h2 {
    font-size: 1.45em;
}
}@media(max-width:1000px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper {
    justify-content: center;
    flex-direction: column;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .text {
    margin: 10px 0;
    max-width: 100%;
    text-align: center;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .text h2 {
    font-size: 2em;
}
}@media(max-width:768px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text h2 {
    font-size: 1.6em;
    padding-bottom: 5px;
}
}#gene .newsletter .newsletter-wrapper .content-wrapper .text h3 {
    font-size: 1.2em;
    font-weight: 400;
}
@media(max-width:1850px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text h3 {
    font-size: 1em;
    max-width: 450px;
}
}#gene .newsletter .newsletter-wrapper .content-wrapper .form form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    border-color: gray;
    border-radius: 5px;
    border-style: none;
    box-shadow: inset 0 0 10px #ccc;
    height: 50px;
    padding: 0 20px;
    width: 250px;
    margin-right: 10px;
}
@media(max-width:1850px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    width: 200px;
}
}@media(max-width:1600px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    font-size: .75em;
    width: 170px;
}
}@media(max-width:1365px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    font-size: .6em;
    width: 120px;
}
}@media(max-width:1200px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    font-size: .6em;
    padding: 0 15px;
    width: 110px;
}
}@media(max-width:768px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form {
    justify-content: center;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    width: 37%}
#bio-consultation h1, #cooperation h1, #feedback h1, #form h1, #instagram-feed h1, #post-archive h1 {
    font-size: 2.3em;
}

#cooperation h1 {
    background: #ffff;
}
}#gene .newsletter .newsletter-wrapper .content-wrapper .form .btn {
    box-shadow: none;
    margin: 0 0 0 20px;
}
#gene .newsletter .newsletter-wrapper .checkbox {
    color: #fff;
    font-size: .6em;
    font-weight: 400;
    padding-top: 10px;
}
#gene .wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 650px;
    margin: 0 auto 150px auto;
    position: relative;
}
#gene .wrapper:before {
    background: url(https://lachowskaaleksandra.pl/wp-content/uploads/2025/09/gen.png) 50%/contain no-repeat;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%}
@media(max-width:1600px) {
    #gene .wrapper {
    height: 420px; 
    margin: 80px auto;
}
}#gene .wrapper .left, #gene .wrapper .right {
    display: flex;
    flex-direction: column;
    line-height: 23px;
    width: 330px;
}
#gene .wrapper .left:first-child, #gene .wrapper .right:first-child {
    margin-top: 15px;
}
#gene .wrapper .left:nth-child(2), #gene .wrapper .right:nth-child(2) {
    margin-top: 50px;
}
@media(max-width:1600px) {
    #gene .wrapper .left:nth-child(2), #gene .wrapper .right:nth-child(2) {
    margin-top: 0;
}
}#gene .wrapper .left:nth-child(3), #gene .wrapper .left:nth-child(4), #gene .wrapper .right:nth-child(3), #gene .wrapper .right:nth-child(4) {
    margin-top: 35px;
}
@media(max-width:1600px) {
    #gene .wrapper .left:nth-child(3), #gene .wrapper .left:nth-child(4), #gene .wrapper .right:nth-child(3), #gene .wrapper .right:nth-child(4) {
    margin-top: 0;
}
}@media(max-width:980px) {
    #gene .wrapper .left:nth-child(2), #gene .wrapper .right:nth-child(2) {
    margin-top: 30px;
}
#gene .wrapper .left:nth-child(3), #gene .wrapper .left:nth-child(4), #gene .wrapper .right:nth-child(3), #gene .wrapper .right:nth-child(4) {
    margin-top: 40px;
}
}@media(max-width:1600px) {
    #gene .wrapper .left:nth-child(4), #gene .wrapper .right:nth-child(4) {
    margin-top: 0;
}
}#gene .wrapper .left span:first-child, #gene .wrapper .right span:first-child {
    font-size: 1.35em;
    font-weight: 700;
}
#gene .wrapper .left span:nth-child(2), #gene .wrapper .right span:nth-child(2) {
    color: gray;
    font-size: .9em;
    margin-top: 20px;
}
@media(max-width:1600px) {
    #gene .wrapper .left span:first-child, #gene .wrapper .right span:first-child {
    font-size: 1.1em;
}
#gene .wrapper .left span:nth-child(2), #gene .wrapper .right span:nth-child(2) {
    font-size: .85em;
    margin-top: 20px;
}
}@media(max-width:1150px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text h3 {
    font-size: .6em;
}
#gene .wrapper .left, #gene .wrapper .right {
    width: 270px;
}
#gene .wrapper .left span:first-child, #gene .wrapper .right span:first-child {
    font-size: 20px;
}
#gene .wrapper .left span:nth-child(2), #gene .wrapper .right span:nth-child(2) {
    font-size: 12px;
    margin-top: 20px;
}
}#gene .wrapper .right {
    margin-left: 120px;
    margin-right: auto;
}
#gene .wrapper .left {
    margin-right: 120px;
}
@media(max-width:1600px) {
    #gene .wrapper .left {
    margin-right: 80px;
}
}@media(max-width:870px) {
    #gene .wrapper:before {
    opacity: .1;
    height: 75%}
#gene .wrapper {
    align-items: center;
    height: 620px;
    margin: 60px auto 0;
}
#gene .wrapper .left span:first-child, #gene .wrapper .right span:first-child {
    font-size: 22px;
}
#gene .wrapper .left span:nth-child(2), #gene .wrapper .right span:nth-child(2) {
    color: gray;
    font-size: 15px;
    margin-top: 10px;
}
#gene .wrapper .left, #gene .wrapper .right {
    align-items: center;
    margin: 0;
}
}#bio-consultation h1, #cooperation h1, #feedback h1, #form h1, #instagram-feed h1, #post-archive h1 {
    color: #4f4942;
    padding: 90px 0;
    position: relative;
    text-align: center;
}
@media(max-width:1480px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    font-size: .75em;
    width: 160px;
}
}@media(max-width:1300px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    font-size: .75em;
    width: 130px;
}
}@media(max-width:400px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input {
    font-size: .75em;
    width: 115px;
}
}#bio-consultation h1 span, #cooperation h1 span, #feedback h1 span, #form h1 span, #instagram-feed h1 span {
    color: #d87a5c;
}
#bio-consultation h1 span.green, #cooperation h1 span.green, #feedback h1 span.green, #form h1 span.green, #instagram-feed h1 span.green, #top span.green {
    color: #81a57f;
}
#bio-consultation h1:after, #cooperation h1:after, #feedback h1:after, #form h1:after, #instagram-feed h1:after, #post-archive h1:after {
    background: #4f4942;
    border-radius: 8px;
    bottom: 40px;
    content: "";
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60px;
}
@media(max-width:1366px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form .btn {
    margin: 0;
}
#bio-consultation h1, #cooperation h1, #feedback h1, #form h1, #instagram-feed h1, #post-archive h1 {
    padding: 50px 0;
}
#bio-consultation h1:after, #cooperation h1:after, #feedback h1:after, #form h1:after, #instagram-feed h1:after {
    bottom: 25px;
    height: 4px;
}
}#bio-consultation .wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 1710px;
    padding: 0 0 140px;
}
@media(max-width:980px) {
    #gene .wrapper .left:nth-child(4), #gene .wrapper .right:nth-child(4) {
    margin-top: 40px;
}
#gene .wrapper .left, #gene .wrapper .right {
    line-height: 18px;
    width: 200px;
}
#bio-consultation .wrapper {
    flex-direction: column;
    height: 1000px;
    margin-top: 35px;
    max-width: 70%}
}@media(max-width:500px) {
    #bio-consultation h1, #cooperation h1, #feedback h1, #form h1, #instagram-feed h1, #post-archive h1 {
    padding: 45px 20px 25px;
}
#bio-consultation h1 {
    padding: 20px 0 25px;
}
#bio-consultation .wrapper {
    margin-top: 0;
    max-width: 90%}
}#bio-consultation .wrapper .photo {
    background: url(https://lachowskaaleksandra.pl/wp-content/uploads/2022/11/ola-laptop.jpg) 50%/cover no-repeat;
    background-position-x: left;
    background-position-y: top;
    border-radius: 20px 0 0 20px;
    height: 580px;
    position: relative;
    width: 45%}
@media(max-width:1600px) {
    #bio-consultation .wrapper {
    padding: 40px 0 50px;
}
#bio-consultation .wrapper .photo {
    height: 455px;
}
}@media(max-width:1366px) {
    #bio-consultation .wrapper .photo {
    height: 380px;
    width: 45%}
}#bio-consultation .wrapper .photo .white {
    background: #fff;
    border-radius: 100%;
    display: flex;
    height: 33px;
    left: 30px;
    position: absolute;
    top: 23px;
    width: 33px;
}
#bio-consultation .wrapper .photo .grey {
    background: #d6ddd5;
    border-radius: 100%;
    display: flex;
    height: 20px;
    left: 30px;
    position: absolute;
    top: -80px;
    width: 20px;
}
#bio-consultation .wrapper .photo .green {
    background: #81a57f;
    border-radius: 100%;
    display: flex;
    height: 50px;
    left: -95px;
    position: absolute;
    top: -50px;
    width: 50px;
}
#bio-consultation .wrapper .text {
    background: #fff;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: -5px 10px 25px -7px #a6a6a8;
    display: flex;
    flex-direction: column;
    height: 610px;
    justify-content: center;
    padding: 50px;
    width: 30%}
@media(max-width:1920px) {
    #bio-consultation .wrapper .text {
    padding: 35px 50px;
}
}@media(max-width:1600px) {
    #bio-consultation .wrapper .text {
    height: 475px;
}
}@media(max-width:1366px) {
    #bio-consultation .wrapper .text {
    height: 480px;
    padding: 20px 50px;
}
}@media(max-width:980px) {
    #bio-consultation .wrapper .photo {
    border-radius: 20px 20px 0 0;
    height: 380px;
    padding: 0;
    width: 100%}
#bio-consultation .wrapper .photo .white {
    left: 70px;
}
#bio-consultation .wrapper .photo .grey {
    left: 120px;
}
#bio-consultation .wrapper .photo .green {
    left: 0;
}
#bio-consultation .wrapper .text {
    border-radius: 0 0 20px 20px;
    height: 470px;
    padding: 0;
    width: 100%}
}#bio-consultation .wrapper .text .bold {
    font-size: 1.32em;
    font-weight: 700;
    line-height: 1.15em;
    padding-bottom: 15px;
}
@media(max-width:1920px) {
    #bio-consultation .wrapper .text .bold {
    padding-bottom: 25px;
}
}@media(max-width:1600px) {
    #bio-consultation .wrapper .text .bold {
    font-size: 1.1em;
    padding: 10px 0;
}
}#bio-consultation .wrapper .text span {
    font-size: 1em;
    line-height: 1.7em;
    padding-bottom: 15px;
}
@media(max-width:1600px) {
    #bio-consultation .wrapper .text span {
    font-size: .9em;
    line-height: 1.2em;
    padding: 10px 0;
}
}@media(max-width:1366px) {
    #bio-consultation .wrapper .text .bold {
    font-size: .95em;
}
#bio-consultation .wrapper .text span {
    font-size: .85em;
    line-height: 1.4em;
}
}@media(max-height:500px) {
    #banner:after {
    bottom: -20px;
    height: 90px;
}
#banner {
    height: 100vh;
}
#banner .top-wrapper {
    top: 12%}
#banner .top-wrapper .img #Ola {
    bottom: 0;
    height: 270px;
}
#banner .top-wrapper .img #shapes {
    bottom: -40px;
}
#banner .top-wrapper .text-wrapper h1 {
    font-size: 1.5em;
    margin-top: 20px;
}
#banner .top-wrapper .text-wrapper h2 {
    font-size: 1em;
    padding-top: 10px;
}
#banner .top-wrapper .text-wrapper h3 {
    font-size: 2.2em;
    padding-top: 10px;
}
#banner .top-wrapper .text-wrapper .btn {
    margin: 15px 0;
}
#gene .newsletter .newsletter-wrapper .content-wrapper {
    padding: 10px;
}
#gene .newsletter .newsletter-wrapper .content-wrapper .text h2 {
    font-size: 1.5em;
}
#bio-consultation .wrapper .text span, #gene .newsletter .newsletter-wrapper .content-wrapper .text h3 {
    font-size: 1em;
}
#gene .wrapper:before {
    opacity: .1;
}
#gene .wrapper {
    align-items: center;
    height: 500px;
    margin: 70px auto 120px;
}
#gene .wrapper .left, #gene .wrapper .right {
    align-items: center;
    margin: 0;
}
#bio-consultation .wrapper {
    height: 850px;
    margin-top: 0;
    max-width: 600px;
}
#bio-consultation .wrapper .photo .grey, #bio-consultation .wrapper .photo .white {
    left: 30px;
}
#bio-consultation .wrapper .photo .green {
    left: -95px;
}
}#bio-consultation .wrapper .text #signature {
    font-family: "Waterfall", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: .9em;
}
#bio-consultation .wrapper .text .btn {
    margin-right: auto;
    margin-top: 20px; 
}
@media(max-width:1368px) {
    #bio-consultation .wrapper .text .btn {
    margin-top: 15px;
}
}@media(max-width:980px) {
    #bio-consultation .wrapper .text .bold, #bio-consultation .wrapper .text span {
    font-size: 1.1em;
    padding: 10px 30px;
}
#bio-consultation .wrapper .text .btn {
    margin: 15px 30px 0;
}
}@media(max-width:500px) {
    #bio-consultation .wrapper .photo .green, #bio-consultation .wrapper .photo .grey, #bio-consultation .wrapper .photo .white {
    display: none;
}
#bio-consultation .wrapper .text {
    height: 800px;
}

.coop-header h1 { 
    background: #ffff;
}
#bio-consultation .wrapper .text .btn {
    margin-top: 15px;
}
}#cooperation {
    padding-bottom: 90px;
}
#cooperation .headline {
    display: flex;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 auto 80px;
    max-width: 500px;
    text-align: center;
}
#cooperation .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#cooperation .wrapper .box-item {
    display: flex;
    flex-direction: column;
    margin: 0 30px;
    text-align: center;
    width: 305px;
}
#cooperation .wrapper .box-item .coop h3{
    font-size: 1.5rem;
}
#gene {
    padding-top: 130px;
    padding-bottom: 1px;
    position: relative;
}
@media(max-width:1600px) {
    #cooperation .wrapper .box-item {
    margin: 10px;
    width: 260px;
}
}@media(max-width:1250px) {
    #cooperation .wrapper .box-item {
    margin: 10px 50px;
    width: 290px;
}
}#cooperation .wrapper .box-item img {
    fill: #000;
    height: 55px;
    margin: 0 auto 30px;
}
#cooperation .wrapper .box-item span {
    font-size: .85em;
    line-height: 1.5em;
}
#cooperation .wrapper .box-item a {
    color: #db6400;
    font-weight: 700;
}
#form .form-wordpress, .bmi-widget input[type=range], .form, input[type=range] {
    width: 100%}
.wpforms-field-medium {
    max-width: 700px!important;
    resize: none!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
    border-width: 1px!important;
}
.wpforms-field-label, span {
    color: #4f4942;
}
.tags>a:hover, a, body {
    color: #000;
}
.button-field {
    justify-self: flex-end!important;
    background: #81a57f!important;
    padding: 15px 40px!important;
    align-self: center!important;
    color: #fff!important;
    border-radius: 15px 3px!important;
    overflow: hidden!important;
    transition: .3s!important;
    font-weight: 400;
    letter-spacing: .04em!important;
}
#footer .wrapper .item.mail div:last-child span, .btn {
    align-self: center;
}
.btn, .tags>a, .tnp-privacy-field label a, body {
    transition: .3s;
}
.bmi-category, .bmi-widget .bmi-category, h1, h2, h3, h4, h5 {
    font-weight: 700;
}
.button-field:hover {
    background: #6f916f!important;
}
.loader {
    height: 100vh;
    width: 100%;
    background: #fff;
}
.article-wrapper {
    padding: 200px 0;
    display: flex;
}
@media(max-width:1500px) {
    .article-wrapper {
    padding: 150px 0!important;
    width: 100%}
}#article {
    display: flex;
    min-height: 500px;
    align-items: center;
    flex-direction: column;
    width: 800px;
    padding-right: 50px;
}
#article p {
    padding: 20px 0 0 0;
}

.wp-block-quote {
    font-size: 1.3em;
    font-style: italic;
    margin: 40px auto;
    text-align: center;
    max-width: 70%}
.wp-block-quote>p {
    padding-bottom: 10px!important;
    padding-top: 10px;
    text-align: center;
}
.wp-block-quote::before {
    left: -54%;
    top: -20px;
    position: relative;
    color: #db6400;
}
.wp-block-quote::after {
    left: 55%;
    top: -10px;
    position: relative;
    color: #db6400;
}
.sidebar {
    height: 565px;
    width: 25%;
    margin-left: auto;
    overflow: hidden;
    position: sticky;
    top: 90px;
}
#instagram-feed .wrapper .item .thumbnail {
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
}
#instagram-feed .wrapper .item .thumbnail a, #post-archive .item .thumbnail a {
    width: 100%;
    height: 100%;
    color: #4f4942;
}
#instagram-feed .wrapper .item .post-text {
    z-index: 1;
    width: 80%;
    height: 150px;
    background-color: rgba(255, 255, 255, .94);
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    padding: 25px 20px 5px;
    box-shadow: 0 7px 43px 0 rgba(0, 0, 0, .45);
    transition: .3s ease-in-out;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.read-more {
    color: #db6400;
    padding: 10px 0;
}
.post-title {
    line-height: 1.3em;
    color: #4f4942;
}

.post-excerpt {
    padding: 5px 0;
}

.tags a {
    color: #838383;
    font-size: .75em;
    padding-right: 10px;
}
.wp-element-caption {
    font-size: .7em;
    color: #838383;
}
.content-header {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}
.content-header>.title {
    font-size: 3em;
    color: #4f4942;
    padding-bottom: 10px;
    font-weight: 800;
}
.headline {
    color: #4f4942;
    line-height: 1.5em;
    margin: 0 auto 80px;
    max-width: 1050px;
    padding: 0 20px;
    position: relative;
    text-align: center;
}
#form .headline:after, #coop-months .headline::after {
    background: url(https://lachowskaaleksandra.pl/wp-content/uploads/2022/11/Background2.png) 0 0/contain no-repeat;
    content: "";
    height: 550px;
    left: -30%;
    position: absolute;
    top: -150%;
    width: 550px;
    z-index: 0;
}
#preloader, body, html, section {
    background: #ffff;
}
#form .wrapper,  #coop-months .wrapper {
    align-items: center;
    display: flex;
    height: 800px;
    justify-content: center;
    max-width: 80%;
    padding-bottom: 150px;
}
@media(max-width:1600px) {
    #cooperation .wrapper .box-item span {
    line-height: 1.3em;
}
#wpforms-44-field_2 {
    height: 75px;
}
#wpforms-44-field_0, #wpforms-44-field_1, #wpforms-44-field_4 {
    height: 40px!important;
}
#form .headline:after {
    left: -13%}
#form .wrapper {
    height: 730px;
    padding-bottom: 90px;
}
}@media(max-width:980px) {
    #form .wrapper {
    flex-direction: column-reverse;
    height: 1000px;
    max-width: 70%;
    padding: 25px 5px;
}
}@media(max-width:500px) {
    #cooperation .wrapper .box-item span {
    font-size: 1em;
}
#form .wrapper {
    max-width: 90%;
    padding: 0;
}
}#form .wrapper .text, #coop-months .wrapper .text {
    background: #fff;
    border-top-left-radius: 25px;
    box-shadow: -5px 10px 25px -7px #a6a6a8;
    display: flex;
    flex-direction: column;
     
    justify-content: center;
    padding: 0 50px;
    width: 700px;
    z-index: 1;
}

#coop-months .wrapper .text {
    height: 75%;
}

#form .wrapper .text {
    height: 86%;
}

#form .wrapper .photo, #coop-months .wrapper .photo {
    background: url("https://lachowskaaleksandra.pl/wp-content/uploads/2022/11/ola-kuchnia.jpg") 50%/cover no-repeat;
    border-radius: 30px;
    height: 100%;
    position: relative;
    width: 600px;
}
@media(max-width:980px) {
    #form .wrapper .text, #coop-months .wrapper .text {
    border-radius: 0 0 25px 25px;
    height: 65%;
    padding: 30px;
    width: 80%}
#form .wrapper .photo, #coop-months .wrapper .photo {
    background-position: center 35%;
    background-size: cover;
    border-radius: 20px 20px 0 0;
    height: 30%;
    padding: 20px 30px;
    width: 80%}
}

@media(max-width: 768px) {
    #coop-months .wrapper .text {
        height: 670px; 
    }

    #coop-months .wrapper .photo {
        height: 300px;
    }
}

@media(max-height:500px) {
    #bio-consultation .wrapper .text .btn {
    margin: 10px 20px;
}


#form .headline {
    margin-bottom: 0;
}
#form .headline:after {
    display: none;
}
#form .wrapper {
    max-width: 600px;
}
#form .wrapper .text, #coop-months .wrapper .photo {
    padding: 0;
    width: 100%}
#coop-months .wrapper .photo {
    background-position-y: 30%;
    padding: 0;
    width: 100%}
}




#instagram-feed .wrapper .item, #instagram-feed .wrapper .item img, #post-archive .item img {
    background: #f7f7f7;
    transition: .3s ease-in-out;
}
@property --num1 {
    syntax: "<integer>";
    initial-value: 640;
    inherits: false;
}
@property --num2 {
    syntax: "<integer>";
    initial-value: 800;
    inherits: false;
}
@property --num3 {
    syntax: "<integer>";
    initial-value: 87;
    inherits: false;
}
@property --num4 {
    syntax: "<integer>";
    initial-value: 96;
    inherits: false;
}
#numbers .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 160px 0;
}
#numbers .wrapper .item {
    display: flex;
    flex-direction: column;
    margin: 10px 30px;
    text-align: center;
    width: 200px;
}
@media(max-width:1200px) {
    #bio-consultation .wrapper .photo {
    background: url(https://lachowskaaleksandra.pl/wp-content/uploads/2022/11/ola-laptop.jpg) 95%/cover no-repeat;
}
#numbers .wrapper .item {
    margin: 20px 95px;
    width: 160px;
}
}#numbers .wrapper .item div .num {
    color: #4f4942;
    font-size: 2.78em;
    font-weight: 700;
}
#numbers .wrapper .item div span {
    color: #4f4942;
    font-size: 2.78em;
}
#numbers .wrapper .item p {
    color: #838383;
    font-size: .9em;
    line-height: 1.5em;
    padding-top: 20px;
}
#instagram-feed .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
@media(max-width:1600px) {
    #numbers .wrapper {
    padding: 80px;
}
#instagram-feed .wrapper {
    justify-content: center;
    padding-bottom: 170px;
}
#instagram-feed .post-text .post-title {
    font-size: 1em;
}
}@media(max-width:799px) {
    #cooperation .headline {
    margin: 0 auto 30px;
    padding-top: 30px;
    width: 80%}
#form .headline {
    margin-bottom: 0;
    padding: 20px 10px;
}
#instagram-feed .wrapper {
    margin-top: 20px;
    padding: 0;
}
}#instagram-feed .wrapper .item {
    border-radius: 30px;
    box-shadow: -5px 10px 25px -7px #a6a6a8;
    height: 270px;
    margin-bottom: 180px;
    width: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    transform-origin: center center;
}
#instagram-feed .wrapper .item .date, #instagram-feed .wrapper .item .post-text .post-excerpt {
    display: none;
}
#instagram-feed .wrapper .item:hover, #post-archive .item:hover, .tnp-submit:hover {
    cursor: pointer;
}
#instagram-feed .wrapper .item:hover img, #post-archive .item:hover img {
    scale: 1.01;
    opacity: .8;
    
}
.article-content, .article-content>ul {
    font-family: Calibri;
}
#BMIcalc input, .form input, body, h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display';
}
.wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
}
#feedback .wrapper, .page-limit {
    margin: 0 auto;
}
@media(max-width:1600px) {
    #instagram-feed .wrapper .item {
    height: 200px;
    margin: 20px;
    width: 300px;
}
}#instagram-feed .wrapper .item img {
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center; */
}
#instagram-feed .wrapper:after {
    background: url(https://lachowskaaleksandra.pl/wp-content/uploads/2022/11/avocado.png) 0 0/contain no-repeat;
    content: "";
    height: 80px;
    left: 102%;
    position: absolute;
    top: -40%;
    width: 90px;
    z-index: 0;
}
@media(max-width:1550px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text {
    width: 100%}
#instagram-feed .wrapper:after {
    left: 90%}
#gene .newsletter .newsletter-wrapper .content-wrapper {
    padding: 35px 78px;
}
}@media(max-width:1100px) {
    .article-wrapper {
    flex-direction: column;
    padding: 100px 0!important;
}
.sidebar {
    display: none;
}
#instagram-feed .wrapper .item .post-text {
    top: 80%}
#instagram-feed .wrapper .item {
    margin: 20px 20px 100px;
}
}#feedback .wrapper .feedback-header {
    color: #838383;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 80px;
    text-align: center;
}
#feedback .wrapper .swiper-slide {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 465px;
    padding-bottom: 150px;
    position: relative;
    width: 620px;
}
#feedback .wrapper .swiper-slide span {
    color: #e2a087;
    font-size: 80px;
}
#feedback .wrapper .swiper-slide span:nth-child(3) {
    bottom: 34%;
    font-weight: 400;
    position: absolute;
    right: 0;
}
#feedback .wrapper .swiper-slide span.text {
    align-items: center;
    background-color: #ffff;
    color: #4f4942;
    display: flex;
    font-size: 1.3em;
    height: 100%;
    line-height: 1.25em;
    padding: 0 75px;
}
#feedback .wrapper .swiper-slide span.text span:first-child {
    margin-bottom: auto;
    padding-top: 40px;
}
#feedback .wrapper .swiper-slide span.text span:last-child {
    margin-top: auto;
    padding-bottom: 45px;
}
#feedback .wrapper .swiper-slide .credentials {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    margin-top: auto;
    padding: 60px 80px 0;
}
#feedback .wrapper .swiper-slide .credentials div {
    align-self: center;
    background-color: #fff;
    color: #838383;
}
#feedback .wrapper .swiper-slide .credentials div:first-child {
    background-color: #fff;
    color: #e47c5a;
    font-size: 1.1em;
    width: 100px;
}
#feedback .wrapper .swiper-slide .credentials div:nth-child(2) {
    margin-left: auto;
    margin-right: 15px;
    width: 125px;
}
@media(max-width:700px) {
    #feedback .wrapper .feedback-header {
    padding: 30px 30px 0;
}
#feedback .wrapper .swiper-slide {
    width: 100%}
#feedback .wrapper .swiper-slide span.text {
    font-size: 1.2em;
    padding: 0 40px;
}
#feedback .wrapper .swiper-slide .credentials {
    flex-wrap: wrap;
    padding: 30px 20px 0;
}
#feedback .wrapper .swiper-slide .credentials div:nth-child(2) {
    font-size: .8em;
    padding-right: 5px;
}
}#feedback .wrapper .swiper-slide .credentials .progress-bar {
    background: #81a57f;
    border: 8px solid #f7f7f7;
    border-radius: 20px;
    box-shadow: -5px 10px 25px -7px #a6a6a8;
    height: 10px;
    position: relative;
    width: 150px;
}
#feedback .wrapper .swiper-slide .credentials .progress-bar:after {
    background: #4f4942;
    bottom: 8px;
    content: "";
    height: 16px;
    position: absolute;
    right: 1px;
    width: 1px;
}
#feedback .wrapper .swiper-slide .credentials .progress-bar:before {
    background-color: #fff;
    bottom: 25px;
    color: #4f4942;
    content: "100%";
    height: 16px;
    position: absolute;
    right: -18px;
    width: 35px;
}
#footer {
    background: #81a57f;
    color: #fff;
}
#footer .wrapper {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0 20px 0;
    width: 940px;
    justify-content: space-between;
}

@media(max-width: 1200px) {
    #footer .wrapper {
        width: 100%;
        padding: 0;
    }
}

#footer .wrapper .item {
    font-size: 16px;
    line-height: 1.3em;
    display: flex;
}

#footer .wrapper .on-page-footer {
    justify-self: flex-end;
} 

#footer .wrapper .link-grid {
    justify-items: center;
    text-align: center;
    display: flex;
}

.link-grid a {
    width: 100px;
}

.link-grid a:last-child {
    width: 140px!important;
}

#footer .wrapper .item h4 {
    align-self: center;
}

#footer .wrapper .item.logo {
    filter: brightness(0) invert(1);
    padding: 0;
    width: 300px;
}
#footer .wrapper .item.menu {
    display: flex;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}
#footer .wrapper .item.menu a {
    color: #fff;
    font-size: 16px;
    width: 115px;
    padding: 5px 0;
    transition: transform 0.25s ease;
    align-self: center;

}
#footer .wrapper .item.menu a:hover {
    cursor: pointer;
    transform: translateY(-2px);
}
#footer .wrapper .item.mail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 270px;
    padding-top: 10px;
}
#footer .wrapper .item.mail div:first-child {
    padding-left: 3px;
}
#footer .wrapper .item.mail div:last-child img {
    filter: brightness(0) invert(1);
    padding-right: 20px;
    width: 30px;
}
#footer .wrapper .item.form {
    display: flex;
    flex-direction: column;
    grid-row: span 2;
}
#footer .wrapper .item.form form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
#footer .wrapper .item.form form input {
    border: none;
    border-radius: 3px;
    padding: 20px 15px;
    font-size: 1em;
}
#footer .wrapper .item.form form .btn {
    grid-row: span 2;
    margin-right: auto;
}
#footer .wrapper .item.form form span {
    grid-column: span 2;
}

#footer .wrapper .item.form span {
    margin-bottom: 15px;
}
#footer .wrapper .item.form .disclaimer {
    display: flex;
    font-size: .7em;
    line-height: .9em;
    padding: 10px 0;
    width: 93%}
#footer .wrapper .item.form .disclaimer input {
    align-self: flex-start;
    margin: 0;
}
#footer .wrapper .item.form .disclaimer span {
    padding-left: 10px;
}
#footer .credits {
    background: #6f916f;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
}

.footer-logo {
    width: 200px;
}

.cover {
    background-position: 50%;
    background-size: cover;
}
html {
    min-height: 100%;
    scroll-behavior: smooth;
}
body {
    font-size: calc(.12vw + 1rem);
    line-height: 1;
}
#preloader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    top: 0;
    transition: 1s;
    width: 100%;
    z-index: 1000000;
}
#preloader.loaded {
    opacity: 0;
    pointer-events: none;
}
.svg g, .svg path, .svg polygon {
    transition: .25s;
}
.page-limit {
    max-width: 1800px;
}
@media(max-width:1920px) {
    #footer .wrapper .item.logo {
    width: 250px;
}
.page-limit {
    max-width: 1400px;
}
}@media(max-width:1500px) {
    .page-limit {
    max-width: 1200px;
    padding: 0 30px;
}
}@media(max-width:1300px) {
    .page-limit {
    max-width: 90%}
}@media(max-width:899px) {
    .page-limit {
    padding: 0 50px;
}
}@media(max-width:599px) {
    .page-limit {
    padding: 0 15px;
}
}.page-limit.nav-spacer {
    max-width: 100%;
    padding: 0 60px;
}
.page-limit.big {
    max-width: 90%}
.page-limit.small {
    max-width: 1300px;
}
.page-limit.smaller {
    max-width: 610px;
}
h1, h2, h3, h4, h5 {
    color: #4f4942;
    font-size: calc(2.16vw + 1rem);
}
.btn, h4 {
    color: #fff;
}
h1 {
    font-size: 3rem;
}
@media(max-width:1366px) {
    #instagram-feed .wrapper:after {
    top: -30%}
h1 {
    font-size: 2.3rem;
}
}h2 {
    font-size: 2.9375rem;
}
h3 {
    font-size: 2.5rem;
}
h4 {
    font-size: 1.5rem;
}
a {
    display: inline-block;
    position: relative;
}
a.underline:after {
    background: #e2a087;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    top: 33px;
    transition: width .3s, left .3s;
    width: 0;
}
@media(max-width:1400px) {
    .page-limit.small {
    max-width: 1100px;
}
a.underline:after {
    top: 56px;
}
}a:hover:after {
    left: 40%;
    width: 20%}
@media screen and (max-height:300px) {
    ul {
    margin-top: 40px;
}
}a:active, a:hover, a:link, a:visited {
    cursor: pointer;
    text-decoration: none;
}
:focus {
    outline: 0;
}

.wpbc_booking_form_simple {
    padding: 24px 0 24px 16px!important;
}

.wpbc_container .wpbc_button_light, 
.wpbc_container.wpbc_container_booking_form .wpbc_button_light, .wpbc_ty__content_text a {
    background: #e47c5a!important;
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 15px!important;
    border-top-right-radius: 3px!important;
    justify-self: flex-end!important;
    overflow: hidden!important;
    transition: background-color 0.3s ease-in-out!important;
    font-family: Judson, serif!important;
    text-transform: uppercase!important;
    color: #ffff!important;
    border: none!important;
    font-size: calc(.12vw + 1rem)!important;
}

.wpbc_ty__content_text a{
    padding: 0px 20px!important; 
    text-transform: none!important;
}

.cart-header {
    color: #4f4942!important;
    font-size: 2rem!important;
    font-family: Judson, serif!important;
    padding: 0px 16px!important;
}

.wc-block-components-totals-item__value {
    font-size: 1.5rem!important;
}

.wpbc_container wpbc_form wpbc_container_booking_form{
    padding-bottom: 30px!important;
}

.wpbc_container .wpbc_button_light:hover, 
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
    background: #b35c3d!important;
}

.wpbc__field, .wc-block-cart__totals-title, .wc-block-components-totals-item__value {
    color: #4f4942!important;
}

.wc-block-components-quantity-selector {
    display: none!important;
}

.wpbc_after_booking_thank_you_section .wpbc_ty__container {
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
}

.wpbc_ty__message  {
    padding-left: 16px!important;
    font-weight: bold!important;
}


.btn {
    background: #e47c5a;
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 15px;
    border-top-right-radius: 3px;
    justify-self: flex-end;
    overflow: hidden;
    padding: 15px 20px;
    transition: background-color 0.3s ease-in-out !important;
}

.btn.banner {
    align-self: start;
    margin-top: 30px;
}

.btn.consultation {
    padding: 15px;
}
.btn:hover {
    background: #b35c3d;
}
.btn.green {
    align-self: flex-end;
    background: #80a47e;
    
}
@media(max-width:960px) {
    .btn.green {
    margin-top: 30px;
    }
}

@media(max-width:768px) {
    #bio-consultation h1:after, #cooperation h1:after, #feedback h1:after, #form h1:after, #instagram-feed h1:after {
    bottom: 5px;
    font-size: 2.5rem;
 
}

#gene {
    padding-top:5px;
}

#footer .wrapper .item.logo {
    width: 250px;
}
a.underline:after {
    height: 0;
}
.btn.green {
    margin-bottom: 30px;
}
}
.btn.green:hover {
    background: #6e8f6c;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}
#post-archive .item .thumbnail, #post-archive .item img {
    object-fit: contain;
    border-radius: 25px;
    position: absolute;
    top: 50%}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#tnp-1, #tnp-2 {
    font-size: 14px!important;
}
#post-archive {
    padding: 100px 0;
}
#post-archive h1 {
    text-align: center;
    margin-bottom: 20px;
}
#post-archive .item {
    height: 240px;
    margin-bottom: 100px;
    width: 70%;
    display: flex;
    flex-direction: row;
    position: relative;
    transition: .3s ease-in-out;
    transform-origin: center center;
}
#post-archive .item img {
    min-width: 100%;
    max-width: 125%;
    min-height: 100%;
    transform-origin: center center;
    left: 50%;
    transform: translate(-50%, -50%);
}
#post-archive .item .thumbnail {
    left: 20%;
    transform: translate(-50%, -50%);
    width: 45%;
    height: 100%;
    overflow: hidden;
}
#post-archive .item .post-text {
    z-index: 1;
    width: 57%;
    height: 100%;
    background-color: rgba(255, 255, 255, .94);
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 20px 20px 5px;
    box-shadow: 0 7px 43px 0 rgba(0, 0, 0, .45);
    transition: .3s ease-in-out;
    font-family: Calibri;
}
.post-archive-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width:1200px) {
    #post-archive .item {
    justify-content: center;
    height: 200px;
    flex-direction: column;
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    margin: 30px auto;
}
.post-archive-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#post-archive .item .post-text .post-excerpt {
    display: none;
}
#post-archive .item .post-text {
    position: relative;
    top: -55px;
    left: 0;
    transform: none;
    width: 95%;
    box-sizing: border-box;
    border-radius: 25px;
    align-self: center;
    min-height: 170px;
}
#post-archive .item .thumbnail {
    position: relative;
    top: 50px;
    left: 0;
    transform: none;
    width: 100%;
    height: 40%;
    align-self: center;
    min-height: 175px;
}
#post-archive .post-title {
    font-size: 1.1em;
}
}@media(max-width:800px) {
    #instagram-feed .wrapper .item {
    height: 170px;
    width: 260px;
}
#instagram-feed .wrapper .item:last-child {
    margin: 20px 20px 100px;
}
.post-text {
    font-size: 1em;
}
#post-archive h1:after {
    bottom: 5px;
    margin-bottom: 0;
    height: 4px;
}
}.form {
    max-width: 800px;
    display: flex;
    flex-direction: column;
}
.form input {
    font-size: 1em;
    padding: 11px 20px;
}
.privacy-notice {
    padding: 200px 0 100px;
    font-family: "Calibri";
    font-size: 1em;
}

.privacy-notice h2 {
    padding: 80px 0 20px 0;
    font-family: "Calibri";
}

.privacy-notice ol,
.privacy-notice ul,
.privacy-notice li {
    font-size: 1em;
}
.tnp-privacy-field label {
    color: #fff;
    font-size: .65em;
    font-weight: 400;
}
.tnp-privacy-field label a {
    color: #d7d7d7;
}
.tnp-privacy-field label a:hover {
    transform: scale(1.03);
}
.tnp-subscription {
    max-width: 550px!important;
    margin: 0!important;
    align-self: flex-end;
}
@media(max-width:1850px) {
    .tnp-subscription {
    width: 65%!important;
}
.tnp-privacy-field {
    max-width: 400px;
    line-height: .6;
}
.form {
    max-width: 680px;
}
}@media(max-width:1600px) {
    #footer .wrapper {
    grid-template-rows: auto;
    padding: 30px 0 0;
}
#footer .wrapper .item.form form input {
    padding: 10px 5px;
}
#footer .wrapper .item.form form .btn {
    padding: 15px;
}
.tnp-subscription {
    width: 100%!important;
}
}.tnp-submit {
    border-color: transparent;
}
@media(max-width:720px) {
    .inner-wrapper {
    flex-wrap: wrap;
}
.tnp-field-button {
    margin: 0 auto;
}
#tnp-1, #tnp-2 {
    width: 200px!important;
    margin-right: 0!important;
}
#wpforms-form-44 {
    width: 100%}
.wpforms-submit-container {
    text-align: center;
}
}.tnp-field-button {
    align-self: center;
    padding-top: 10px;
}
@media(max-width:1000px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .text h3 {
    font-size: 1em;
    margin: 0 auto;
}
#cooperation .wrapper .box-item {
    width: 320px;
}
#article {
    width: 90%;
    padding: 20px;
    align-self: center;
}
#article p {
    width: 100%;

}
.wp-block-quote {
    width: 40%}
#numbers .wrapper {
    padding: 40px 10px;
}
#numbers .wrapper .item div .num {
    font-size: 2em;
    padding-bottom: 5px;
}
#numbers .wrapper .item div span {
    font-size: 2em;
}
#footer .wrapper .item h4, #footer .wrapper .item:nth-child(2), #footer .wrapper .item:nth-child(3), #instagram-feed .wrapper:after {
    display: none;
}
#footer .wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
    justify-content: center;
}
#footer .wrapper .item {
    font-size: 12px;
}
#footer .wrapper .item.form, #footer .wrapper .item.logo {
    justify-self: center;
}
#footer .wrapper .item.menu {
    grid-row-gap: 10px;
    justify-items: center;
    justify-self: center;
    width: 300px;
}
#footer .wrapper .item.menu a {
    width: 85px;
}
#footer .wrapper .item.mail div:last-child {
    justify-content: center;
}
#footer .wrapper .item.mail {
    justify-self: center;
    padding: 20px 0;
    text-align: center;
}
#footer .wrapper .item.form form .btn {
    padding: 10px 15px;
    margin: 0 auto;
}
.form {
    margin: 0 auto;
    padding-top: 20px;
    width: 450px;
}
.tnp-privacy-field {
    align-self: center;
    text-align: center;
}
#footer .wrapper .item.form form {
    justify-items: center;
    margin: 0;
}
}@media(max-width:600px) {
    #form .headline:after {
    display: none;
}
#numbers .wrapper .item {
    margin: 20px;
    width: 160px;
}
.form {
    width: 100%}
}@media(max-width:545px) {
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form .tnp-name {
    margin-bottom: 10px;
}
}.item .form .inner-wrapper .tnp-submit {
    height: 50px;
    border-top-left-radius: 15px!important;
}
.item .form .inner-wrapper .tnp-field-button {
    grid-row-start: span 2;
}
.tnp-field-firstname {
    margin-bottom: 0!important;
}
#footer .inner-wrapper {
    flex-wrap: wrap;
}
#footer .inner-wrapper input {
    width: 170px;
}
#footer .btn {
    background: #e47c5a!important;
}
#footer .btn:hover {
    background: #cc907a!important;
}
#footer .inner-wrapper .tnp-privacy {
    width: 20px;
}
@media(max-width:500px) {
    #feedback .wrapper .swiper-slide {
    height: 445px;
}
#feedback .wrapper .swiper-slide span.text {
    font-size: 1em;
}
#feedback .wrapper .swiper-slide .credentials {
    flex-wrap: nowrap;
    margin-top: 40px;
}
#feedback .wrapper .swiper-slide .credentials div:first-child {
    width: 130px;
}
#feedback .wrapper .swiper-slide .credentials div:nth-child(2) {
    margin-left: 10px;
    margin-right: auto;
    padding-right: 0;
    width: 155px;
}
#footer .wrapper .item {
    padding: 20px 0;
}
#footer .wrapper .item.form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}#footer .tnp-submit {
    font-size: calc(.12vw + 1rem)!important;
}
.cky-btn-revisit-wrapper {
    background: #81a57f!important;
}
.line {
    background: #e2a087;
    border-radius: 8px;
    content: "";
    height: 3px;
    width: 150px;
    display: flex;
    position: relative;
    left: -25px;
    margin-bottom: 10px;
}
.signature {
    padding-bottom: 0!important;
    font-family: waterfallregular;
    font-size: 1.7em!important;
    line-height: 1em!important;
}
#BMIcalc {
    padding-top: 200px;
}
#BMIcalc input {
    border: none;
    border-radius: 3px;
    padding: 20px 15px;
    font-size: 1em;
}
.bmi-widget .slider-container, .slider-container {
    width: 60%;
    margin-bottom: 1rem;
}
.bmi-category.underweight, .bmi-widget .bmi-category.underweight {
    color: #2b80ff;
}
.bmi-category.normal, .bmi-widget .bmi-category.normal {
    color: #4caf50;
}
.bmi-category.overweight, .bmi-widget .bmi-category.overweight {
    color: #ff9800;
}
.bmi-category.obese, .bmi-widget .bmi-category.obese {
    color: #f44336;
}
.input-container {
    margin-bottom: 1rem;
}
input[type=number] {
    width: 60px;
}
.bmi-widget {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-number-container {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0!important;
}



.form-wpforms {
    width: 100%!important;
}

.form-send-button {
    justify-self: flex-end!important;
    background: #81a57f!important;
    padding: 10px 40px!important;
    align-self: center!important;
    color: #fff!important;
    border-radius: 15px 3px!important;
    overflow: hidden!important;
    transition: .3s!important;
    font-weight: 400;
    letter-spacing: .04em!important;
    text-transform: uppercase!important;
    height: 50px!important;
}



.form-rodo .wpforms-field-label-inline {
    font-size: 12px!important;
}

.form-rodo .wpforms-field-label-inline a {
    color: #bd4e25;
}

.wpforms-form button[type=submit]:hover {
    background: #6e8f6c!important;
}

.wpforms-error[role="alert"] {
    display: none!important;
}

div.wpforms-container-full input[type=text]:focus {
    border-color: #5b8359!important;
}

.wp-block-heading {
    padding: 50px 0 30px 0;
    font-family: "Calibri";
} 




#cooperation-checklist h1 {
    background: #fff;
  }
  #cooperation-checklist h1.grey {
    background: transparent;
    margin: 10px;
  }
  #cooperation-checklist .cooperation-checklist-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    flex-wrap: wrap;
  }
  #cooperation-checklist .cooperation-checklist-wrapper .left, #cooperation-checklist .cooperation-checklist-wrapper .right {
    width: 45%;
    flex: 1;
    padding: 0 70px;
  }
  @media (max-width: 1000px) {
    #cooperation-checklist .cooperation-checklist-wrapper .left, #cooperation-checklist .cooperation-checklist-wrapper .right {
      width: 100%;
      flex: none;
      padding: 0;
    }
  }
  #cooperation-checklist .cooperation-checklist-wrapper .left {
    padding-right: 20px;
  }
  #cooperation-checklist .cooperation-checklist-wrapper li {
    padding: 15px 0;
    list-style-type: none;
    display: flex;
    font-size: 20px;
  }
  @media (max-width: 768px) {
    #cooperation-checklist .cooperation-checklist-wrapper li {
      font-size: calc(0.12vw + 1rem);
    }
  }
  #cooperation-checklist .cooperation-checklist-wrapper .tick {
    height: 25px;
    width: 25px;
    margin: 5px 20px;
  }
  @media (max-width: 768px) {
    #cooperation-checklist .cooperation-checklist-wrapper .tick {
      margin: 5px 10px;
    }
  }

  
  #cooperation-models .box, #packets .box {
    width: 36%;
    display: flex;
    flex-direction: column;
    position: relative;
    background: white;
    padding: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: -5px 10px 25px -7px rgb(166, 166, 168);
    transition: transform 0.3s ease;
    /* Prevent text blurriness during scale animation */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
  } 

  #packets .box {
    height: 550px;
    font-size: 16px;
  }

  @media (max-width: 768px) {
    #cooperation-models .box, #packets .box {
      width: 100%;
      border-radius: 25px;
      margin: 40px 0;
      padding: 50px 20px;
      height: 100%;
    }
  }
  #cooperation-models.packets, #packets.packets {
    width: 270px;
    text-align: center;
    justify-content: space-evenly;
    -webkit-animation: in 1s;
    animation: in 1s;
    transition: transform 0.3s ease;
  }
  #cooperation-models.packets h2, #packets.packets h2 {
    color: #ffa62b;
    font-size: 52px;
  }
  #cooperation-models.packets div, #packets.packets div {
    padding: 15px 0;
  }
  #cooperation-models.packets div a, #packets.packets div a {
    color: #db6400;
  }
  #cooperation-models.packets .btn, #packets.packets .btn {
    margin-top: 20px;
    align-self: center;
    background-color: #ffa62b;
  }
  #cooperation-models .packets:hover, #packets .packets:hover {
    /* Remove scale transform */
    /* transform: scale(1.01); */
    
    /* Use box-shadow elevation instead */
    box-shadow: -5px 15px 35px -5px rgba(166, 166, 168, 0.8);
    transform: translateY(-5px);
    cursor: default;
    transition: all 0.3s ease;
  }

  
  @media (max-width: 1366px) {
    #cooperation-models, #packets {
      padding: 20px 50px;
    }
  }
  @media (max-width: 980px) {
    #cooperation-models, #packets {
      width: 100%;
      padding: 0;
      border-radius: 0 0 20px 20px;
    }
  }
  #cooperation-models h1, #cooperation-models article, #packets h1, #packets article {
    text-align: center;
  }
  #cooperation-models .second, #packets .second {
    padding: 30px 0;
  }
  #cooperation-models .sizer {
    padding: 23px 0;
  }
  #cooperation-models .second::after, #packets .second::after {
    bottom: 0;
  }
  #cooperation-models h1::after, #packets h1::after {
    background: #e2a087;
  }
  #cooperation-models h1.box-header, #packets h1.box-header {
    padding: 0 0 60px 0;
  }
  #cooperation-models h1.box-header::after, #packets h1.box-header::after {
    bottom: 30px;
    background: #e2a087!important;
  }

  #cooperation-models h1.second::after {
    background: #e2a087!important;
  }

  #cooperation-models .models-header::after, #packets .models-header::after {
    background: #4f4942;
  }
  #cooperation-models article div, #packets article div {
    font-size: 22px;
    font-weight: 900;
    padding: 5px 0;
  }
  
  .models {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    flex-wrap: wrap;
  }
  
  .models-list-wrapper {
    display: flex;
    padding-top: 30px;
    flex-direction: column;
  }
  .models-list-wrapper div {
    width: 50%;
  }
  .models-list-wrapper div:first-child {
    padding-right: 20px;
  }
  .models-list-wrapper li {
    padding: 5px 0;
  }
  .models-list-wrapper img {
    height: 10px;
    padding: 12px 15px 0 0;
  }
  .models-list-wrapper .tick-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .models-list-wrapper .tick-wrapper li {
    list-style-type: none;
  }
  
  .note {
    text-align: center;
    width: 600px;
    margin: 60px auto 0 auto;
    padding-bottom: 100px;
  }
  @media (max-width: 900px) {
    .note {
      width: 70%;
    }
  }
  @media (max-width: 768px) {
    .note {
      padding-bottom: 50px;
      margin: 0 auto;
    }


    #cooperation-models h1.box-header::after{
        bottom: 45px;

      }

      #cooperation-models h1.second::after {
        bottom: 10px;
      }
  }
  
  #coop-months {
    padding-top: 150px;
  }
  @media (max-width: 768px) {
    #coop-months {
      padding-top: 60px;
    }
  }
  #coop-months .photo {
    height: 75vh !important;
  }
  @media (max-width: 768px) {
    #coop-months .photo {
      height: 300px !important;
    }
  }
  #coop-months h1 {
    padding: 40px 0!important;
  }
  #coop-months h1::after {
    bottom: 15px!important;
  }
  #coop-months h1.second {
    padding: 0 0 40px 0!important;
  }
  #coop-months h1.second::after {
    display: none!important;
  }
  #coop-months .text-content {
    margin-bottom: 50px;
  }

  #coop-months .text-content span {
    color: #DA7B5C;

  }

  #coop-months .text-content span.black {
    color: #000;
    padding-right: 10px;
  }

  #coop-months .text-content li {
    display: flex;
    padding: 10px 0;
    font-size: 1em;
  }
  @media (max-width: 768px) {
    #coop-months .text-content li {
      font-size: calc(0.12vw + 1rem);
      text-align: left;
    }
  }
  #coop-months .text-content li img {
    width: 25px;
    height: 25px;
    margin: 3px 20px;
  }
  @media (max-width: 768px) {
    #coop-months .text-content li img {
      margin: 5px 10px;
    }
  }
  @media (max-width: 768px) {
    #coop-months .text-content {
      text-align: center;
      font-size: calc(0.12vw + 1rem);
    }
  }
  
  #coop-months .text-content p {
    padding: 10px 0;
    }

#coop-months .text-content .first {
    padding: 20px 0 10px 0;
    }

  #packets .box {
    width: 280px;
    text-align: center;
    justify-content: space-evenly;
  }

.middle {
    margin: 0 auto;
    margin-top: 5px;
}

  #packets .last{
    justify-content: space-between;
  }


  #packets .last .last-button {
    margin-top: 90px;
  }


  #packets .packets {
    margin: 25px; 
  }

  @media (max-width: 768px) {
    #packets .packets {
        margin: 20px;
      }
  }


  #packets .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 10px;
    margin: 0 auto;
    justify-content: center;
    max-width: 1600px;
    flex-wrap: wrap;
  }
  #packets .second {
    padding: 0 15px 100px 15px;
  }

 

  @media (max-width: 768px) {
    #packets .second .box {
      padding: 50px 20px;
    }

    #packets .wrapper {
        padding-top: 50px;
    }
  }
  #packets .second .box h3 {
    font-size: 26px;
  }
  #packets .second .box h4 {
    font-size: 26px;
    padding: 10px 0;
  }
  #packets .second .box div {
    padding: 3px 0;
  }
  #packets .second .box .headers {
    padding: 5px 0 10px 0;
  }
  #packets .second .last .btn {
    margin-top: 20px;
  }
  #packets .btn {
    padding: 15px 50px;
    margin-top: 20px;
  }

 

  #packets .box .headers.first {
    padding-bottom: 10px;
  }
  #packets .box h4 {
    color: #4f4942;
  }
  #packets .box h3 {
    font-size: 32px;
  }
  #packets .box span {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: flex;
    background: #ffa62b;
    align-self: center;
  }
  #packets .box .small {
    font-size: 13px;
  }
  #packets .box .small a {
    color: #ffa62b;
  }
  #packets .box div {
    padding: 5px 0;
  }
  #packets .box div:last-child {
    padding: 10px 0 30px 0;
  }
  #packets .cooperation-details {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
  }
  #packets .cooperation-details div:first-child {
    font-weight: bold;
    padding-bottom: 10px;
  }
  #packets .cooperation-details div:last-child {
    font-size: 12px;
  }
  @media (max-width: 768px) {
    #packets .cooperation-details {
      width: 200px;
    }
  }
  
  #step-by-step {
    padding-bottom: 100px;
  }
  #step-by-step h1 {
    text-align: center;
  }
  #step-by-step h1::after {
    bottom: 40px;
  }
  @media (max-width: 768px) {
    #step-by-step h1::after {
      bottom: 30px;
    }
  }
  @media (max-width: 500px) {
    #step-by-step h1::after {
      bottom: 10px;
    }
  }
  #step-by-step .text {
    text-align: center;
  }
  #step-by-step .text span {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: flex;
    background: #ffa62b;
    align-self: center;
    margin: 15px auto;
  }
  
  @media (max-width: 768px) {
    #opinions .wrapper {
      max-width: 100%;
      padding: 20px;
    }


    #step-by-step .text {
        width: 80%;
        margin: 0 auto;
        padding-top: 30px;
    }
  }
  




#cooperation{
    padding-bottom:90px
}
#cooperation .headline{
    display:flex;
    font-size:1em;
    line-height:1.4em;
    margin:0 auto 80px;
    max-width:500px;
    text-align:center
}
#cooperation .wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}

#cooperation .coop h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.coop-boxes .bold-coop {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #4f4942; 
}

#cooperation .coop {
    margin-top: 50px;
    margin-bottom: 50px;
}

#cooperation .wrapper .box-item{
    display:flex;
    flex-direction:column;
    margin:0 45px;
    text-align:center;
    width:340px
}

#cooperation .wrapper .small {
    width: 310px;
}

#cooperation .no-coop {
    display: flex;
    text-align: center; 
}

#cooperation .coop .box-item {
    margin: 20px 45px;
}

#gene{
    padding-bottom:1px
}
@media(max-width:1600px){
    #cooperation .wrapper .box-item{
        margin:10px;
        width:260px
    }
}
@media(max-width:1250px){
    #cooperation .wrapper .box-item{
        margin:10px 50px;
        width:290px
    }
}
#cooperation .wrapper .box-item img{
    fill:#000;
    height:55px;
    margin:0 auto 30px
}
#cooperation .wrapper .box-item span{
    font-size:1em;
    line-height:1.5em
}
#cooperation .wrapper .box-item a{
    color:#e47c5a;
    font-weight:700
}

#banner .top-wrapper .text-wrapper.cooperation {
    text-align: left;
    padding-top: 50px;
}

@media (max-width: 768px) {
    #banner .top-wrapper .text-wrapper.cooperation {
      padding-top: 0;
    }
  }

#banner .top-wrapper .text-wrapper.cooperation .light {
    font-size: 2em;
    margin-top:25px;
    font-weight: 300;
}

#banner .top-wrapper .text-wrapper.cooperation h1 {
    margin-top: 50px;
    font-size: 2.8em;
    padding-bottom: 0px;
  }
  @media (max-width: 768px) {
    #banner .top-wrapper .text-wrapper.cooperation h1 {
      margin-top: 0;
      font-size: 2em;
      padding: 10px;
    }

    #banner .top-wrapper .text-wrapper.cooperation .center {
        align-self: center;
    }
  }
  @media (max-width: 670px) {
    #banner .top-wrapper .text-wrapper.cooperation h1 {
      margin-top: 0;
      font-size: 1.5em;
      padding: 10px;
    }
    #banner .top-wrapper .text-wrapper.cooperation .light {
        font-size: 1.2em;
        margin-top: 10px;
    }
  }
  #banner .top-wrapper .text-wrapper.cooperation h1 .big {
    color: #e2a087;
  }
  #banner .top-wrapper .text-wrapper.cooperation h1 > .strikethrough {
    text-decoration: line-through;
    text-decoration-color: #e2a087;
    text-decoration-style: solid;
    text-decoration-thickness: 4px;
  }

  #banner .top-wrapper .text-wrapper.cooperation h1 .cursive, #banner .top-wrapper .text-wrapper h1 .cursive {
    font-style: italic;
  }



  #cooperation h1, #form h1, #instagram-feed h1, #feedback h1, #bio-consultation h1, #cooperation-checklist h1, #cooperation-models h1, #benefits h1, #contents-coop h1, #coop-months h1, #step-by-step h1, #opinions h1, #packets h1, #allowmeat h1 {
    text-align: center;
    padding: 90px 0;
    position: relative;
    color: #4f4942;
  }

  #cooperation h1, .coop-header h1 {
    background: #ffff;
  }

  @media (max-width: 1366px) {
    #cooperation h1, #form h1, #instagram-feed h1, #feedback h1, #bio-consultation h1, #cooperation-checklist h1, #cooperation-models h1, #benefits h1, #contents-coop h1, #coop-months h1, #step-by-step h1, #opinions h1, #allowmeat h1 {
      padding: 50px 0;
    }
  }
  @media (max-width: 768px) {
    #cooperation h1, #form h1, #instagram-feed h1, #feedback h1, #bio-consultation h1, #cooperation-checklist h1, #cooperation-models h1, #benefits h1, #contents-coop h1, #coop-months h1, #step-by-step h1, #opinions h1, #allowmeat h1 {
      font-size: 2em;
    }
  }
  @media (max-width: 500px) {
    #cooperation h1, #form h1, #instagram-feed h1, #feedback h1, #bio-consultation h1, #cooperation-checklist h1, #cooperation-models h1, #benefits h1, #contents-coop h1, #coop-months h1, #step-by-step h1, #opinions h1, #allowmeat h1 {
      padding: 45px 15px 25px 15px;
    }
  }
@media(max-width:1480px){
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input{
        font-size:.75em;
        width:160px
    }
}
@media(max-width:1300px){
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input{
        font-size:.75em;
        width:130px
    }
}
@media(max-width:400px){
    #gene .newsletter .newsletter-wrapper .content-wrapper .form form input{
        font-size:.75em;
        width:115px
    }
}
#cooperation h1 span, #form h1 span, #instagram-feed h1 span, #feedback h1 span, #bio-consultation h1 span, #cooperation-checklist h1 span, #cooperation-models h1 span, #benefits h1 span, #contents-coop h1 span, #coop-months h1 span, #step-by-step h1 span, #opinions h1 span, #packets h1 span, #allowmeat h1 span, .orange {
    color: #d87a5c;
  }
  #cooperation h1 span.green, #form h1 span.green, #instagram-feed h1 span.green, #feedback h1 span.green, #bio-consultation h1 span.green, #cooperation-checklist h1 span.green, #cooperation-models h1 span.green, #benefits h1 span.green, #contents-coop h1 span.green, #coop-months h1 span.green, #step-by-step h1 span.green, #opinions h1 span.green, #allowmeat h1 span.green {
    color: #81a57F;
  }
  #cooperation h1:after, #form h1:after, #instagram-feed h1:after, #feedback h1:after, #bio-consultation h1:after, #cooperation-checklist h1:after, #cooperation-models h1:after, #benefits h1:after, #contents-coop h1:after, #coop-months h1:after, #step-by-step h1:after, #opinions h1:after, #packets h1:after, #allowmeat h1:after {
    position: absolute;
    content: ""; 
    height: 6px;
    bottom: 40px;
    width: 60px;
    margin: 0 auto; 
    left: 0;
    right: 0;
    background: #4f4942;
    border-radius: 8px;
  }
@media(max-width:1366px){
    #gene .newsletter .newsletter-wrapper .content-wrapper .form .btn{
        margin:0
    }
    #bio-consultation h1,#cooperation h1,#feedback h1,#form h1,#instagram-feed h1,#post-archive h1{
        padding:50px 0
    }
    #bio-consultation h1:after,#cooperation h1:after,#feedback h1:after,#form h1:after,#instagram-feed h1:after{
        bottom:25px;
        height:4px
    }
}

@media (max-width: 768px) {
    #cooperation h1:after, #form h1:after, #instagram-feed h1:after, #feedback h1:after, #bio-consultation h1:after, #cooperation-checklist h1:after, #cooperation-models h1:after, #benefits h1:after, #contents-coop h1:after, #coop-months h1:after, #step-by-step h1:after, #opinions h1:after, #allowmeat h1:after {
      bottom: 5px;
      font-size: 2.5rem;
    }
  }

  #benefits .wrapper {
    margin: 50px auto 0 auto;
  }
  
  @media (max-width: 500px) {
    #bio-consultation h1, #benefits h1, #opinions h1, #allowmeat h1 {
      padding: 20px 15px 25px 15px;
    }
  }


  #benefits  .wrapper {
    margin: 50px auto 0 auto;
  }
  
  @media (max-width: 500px) {
    #bio-consultation h1, #benefits h1, #opinions h1, #allowmeat h1 {
      padding: 20px 15px 25px 15px;
    }
  }

#bio-consultation .wrapper, #benefits .wrapper, #opinions .wrapper, #allowmeat .wrapper {
  display: flex;
  padding: 0 0 140px 0;
  justify-content: center;
  align-items: center;
  max-width: 1710px;
}




@media (max-width: 1600px) {
    #bio-consultation .wrapper, #benefits .wrapper, #opinions .wrapper, #allowmeat .wrapper {
      padding: 40px 0 50px 0;
    }
  }
  @media (max-width: 1366px) {
    #bio-consultation .wrapper, #benefits .wrapper, #opinions .wrapper, #allowmeat .wrapper {
      flex-direction: column;
      margin-top: 35px;
      max-width: 70%;
    }
  }
  @media (max-width: 500px) {
    #bio-consultation .wrapper, #benefits .wrapper, #opinions .wrapper, #allowmeat .wrapper {
      max-width: 90%;
      margin-top: 0;
    }
  }
  @media (max-height: 500px) {
    #bio-consultation .wrapper, #benefits .wrapper, #opinions .wrapper, #allowmeat .wrapper {
      max-width: 600px;
      margin-top: 0;
    }
  }

#benefits .below-header, #allowmeat .below-header {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 80px;    
    margin-top: 30px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    #benefits .below-header, #allowmeat .below-header {
        font-size: 1em;
    }
}

  #bio-consultation .wrapper .photo, #benefits .wrapper .photo, #opinions .wrapper .photo {
    background: url("https://lachowskaaleksandra.pl/wp-content/uploads/2024/10/ola-laptop.jpg.png") no-repeat center center;
    width: 45%;
    height: 580px;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    position: relative;
    background-position-y: top;
    background-position-x: left;
  }



  #bio-consultation .wrapper .photo.benefits, #benefits .wrapper .photo.benefits, #opinions .wrapper .photo.benefits {
    width: 39%;
    background-position-x: right;
    left: 25px;
  }

  #benefits .wrapper .photo.benefits, #allowmeat .wrapper .photo.benefits {
    height: 490px;
  }

  @media (max-width: 1366px) {
    #bio-consultation .wrapper .photo.benefits, #benefits .wrapper .photo.benefits, #opinions .wrapper .photo.benefits, #allowmeat .wrapper .photo.benefits {
      width: 100%;
      height: 500px;
      border-radius: 20px 20px 0 0;
    }
  }
  @media (max-width: 768px) {
    #bio-consultation .wrapper .photo.benefits, #benefits .wrapper .photo.benefits, #opinions .wrapper .photo.benefits, #allowmeat .wrapper .photo.benefits {
      height: 300px;
      left: 0;
    }
  }
  @media (max-width: 1600px) {
    #bio-consultation .wrapper .photo, #benefits .wrapper .photo, #opinions .wrapper .photo, #allowmeat .wrapper .photo {
      height: 455px;
    }
  }
  @media (max-width: 1366px) {
    #bio-consultation .wrapper .photo, #benefits .wrapper .photo, #opinions .wrapper .photo, #allowmeat .wrapper .photo {
      height: 380px;
      width: 45%;
    }
  }
  @media (max-width: 980px) {
    #bio-consultation .wrapper .photo, #benefits .wrapper .photo, #opinions .wrapper .photo, #allowmeat .wrapper .photo {
      height: 380px;
      width: 100%;
      padding: 20px 8px;
      border-radius: 20px 20px 0 0;
      padding: 0;
    }
  }
  #bio-consultation .wrapper .photo .white, #benefits .wrapper .photo .white, #opinions .wrapper .photo .white, #allowmeat .wrapper .photo .white {
    height: 33px;
    width: 33px;
    display: flex;
    background: white;
    border-radius: 100%;
    position: absolute;
    top: 23px;
    left: 30px;
  }
  #bio-consultation .wrapper .photo .grey, #benefits .wrapper .photo .grey, #opinions .wrapper .photo .grey, #allowmeat .wrapper .photo .grey {
    height: 20px;
    width: 20px;
    display: flex;
    background: #d6ddd5;
    border-radius: 100%;
    position: absolute;
    top: -80px;
    left: 30px;
  }
  #bio-consultation .wrapper .photo .green, #benefits .wrapper .photo .green, #opinions .wrapper .photo .green, #allowmeat .wrapper .photo .green {
    height: 50px;
    width: 50px;
    display: flex;
    background: #81a57F;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: -95px;
  }
  @media (max-width: 980px) {
    #bio-consultation .wrapper .photo .white, #benefits .wrapper .photo .white, #opinions .wrapper .photo .white, #allowmeat .wrapper .photo .white {
      left: 70px;
    }
    #bio-consultation .wrapper .photo .grey, #benefits .wrapper .photo .grey, #opinions .wrapper .photo .grey {
      left: 120px;
    }
    #bio-consultation .wrapper .photo .green, #benefits .wrapper .photo .green, #opinions .wrapper .photo .green {
      left: 0;
    }
  }
  @media (max-height: 500px) {
    #bio-consultation .wrapper .photo .white, #benefits .wrapper .photo .white, #opinions .wrapper .photo .white {
      left: 30px;
    }
    #bio-consultation .wrapper .photo .grey, #benefits .wrapper .photo .grey, #opinions .wrapper .photo .grey {
      left: 30px;
    }
    #bio-consultation .wrapper .photo .green, #benefits .wrapper .photo .green, #opinions .wrapper .photo .green {
      left: -95px;
    }
  }
  @media (max-width: 500px) {
        #bio-consultation .wrapper .photo .white, #bio-consultation .wrapper .photo .grey, #bio-consultation .wrapper .photo .green, #benefits .wrapper .photo .white, #benefits .wrapper .photo .grey, #benefits .wrapper .photo .green, #opinions .wrapper .photo .white, #opinions .wrapper .photo .grey, #opinions .wrapper .photo .green, #allowmeat .wrapper .photo .white, #allowmeat .wrapper .photo .grey, #allowmeat .wrapper .photo .green {
      display: none;
    }
  }
  #bio-consultation .wrapper .text, #benefits .wrapper .text, #opinions .wrapper .text, #allowmeat .wrapper .text {
    width: 30%;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 30px 50px;
    justify-content: center;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: -5px 10px 25px -7px rgb(166, 166, 168);
  }
  #bio-consultation .wrapper .text.coop-boxes, #benefits .wrapper .text.coop-boxes, #opinions .wrapper .text.coop-boxes, #allowmeat .wrapper .text.coop-boxes, #allowmeat .wrapper .photo {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    align-content: space-around;
    flex-direction: row;
    padding: 50px;
  }
  #bio-consultation .wrapper .text.coop-boxes .box, #benefits .wrapper .text.coop-boxes .box, #opinions .wrapper .text.coop-boxes .box{
    display: flex;
    flex-direction: column;
    width: 280px;
    text-align: center;
    padding: 20px;
  }
  @media (max-width: 1600px) {
    #bio-consultation .wrapper .text.coop-boxes .box, #benefits .wrapper .text.coop-boxes .box, #opinions .wrapper .text.coop-boxes .box {
      width: 200px;
    }
  }
  #bio-consultation .wrapper .text.coop-boxes .box img, #benefits .wrapper .text.coop-boxes .box img, #opinions .wrapper .text.coop-boxes .box img {
    height: 50px;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    #bio-consultation .wrapper .text.coop-boxes .box, #benefits .wrapper .text.coop-boxes .box, #opinions .wrapper .text.coop-boxes .box{
      padding: 20px;
      width: 100%;
    }

    #allowmeat .wrapper .text {
        width: 80%;
    }
  }
  @media (max-width: 1366px) {
    #bio-consultation .wrapper .text.coop-boxes, #benefits .wrapper .text.coop-boxes, #opinions .wrapper .text.coop-boxes {
      padding: 30px 0;
      width: 100%;
      border-radius: 0 0 25px 25px;
    }
  }
  #bio-consultation .wrapper .text.coop-boxes.opinions, #benefits .wrapper .text.coop-boxes.opinions, #opinions .wrapper .text.coop-boxes.opinions {
    width: 100%;
  }
  #bio-consultation .wrapper .text.coop-boxes.opinions img, #benefits .wrapper .text.coop-boxes.opinions img, #opinions .wrapper .text.coop-boxes.opinions img {
    flex: 1 0 40%;
    height: auto;
    margin: 5px;
    max-width: 450px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @media (max-width: 500px) {
    #bio-consultation .wrapper .text.coop-boxes.opinions img, #benefits .wrapper .text.coop-boxes.opinions img, #opinions .wrapper .text.coop-boxes.opinions img {
      max-width: 280px;
    }
  }
  #bio-consultation .wrapper .text.coop-boxes.opinions .text-content, #benefits .wrapper .text.coop-boxes.opinions .text-content, #opinions .wrapper .text.coop-boxes.opinions .text-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media (max-width: 1920px) {
    #bio-consultation .wrapper .text, #benefits .wrapper .text, #opinions .wrapper .text {
      padding: 35px 50px;
    }
  }
  @media (max-width: 1366px) {
    #bio-consultation .wrapper .text, #benefits .wrapper .text, #opinions .wrapper .text {
      padding: 20px 50px;
    }
  }
  #bio-consultation .wrapper .text .bold, #benefits .wrapper .text .bold, #opinions .wrapper .text .bold {
    font-size: 1.32em;
    line-height: 1.15em;
    font-weight: 700;
    padding-bottom: 15px;
  }
  @media (max-width: 1920px) {
    #bio-consultation .wrapper .text .bold, #benefits .wrapper .text .bold, #opinions .wrapper .text .bold {
      padding-bottom: 25px;
    }
  }
  @media (max-width: 1600px) {
    #bio-consultation .wrapper .text .bold, #benefits .wrapper .text .bold, #opinions .wrapper .text .bold {
      font-size: 1.1em;
      padding: 10px 0;
    }
  }
  @media (max-width: 1366px) {
    #bio-consultation .wrapper .text .bold, #benefits .wrapper .text .bold, #opinions .wrapper .text .bold {
      font-size: 1em;
    }
  }
  @media (max-width: 980px) {
    #bio-consultation .wrapper .text .bold, #benefits .wrapper .text .bold, #opinions .wrapper .text .bold {
      padding: 10px 30px;
    }
  }
  #bio-consultation .wrapper .text span, #benefits .wrapper .text span, #opinions .wrapper .text span {
    line-height: 1.7em;
    font-size: 1em;
    padding-bottom: 15px;
  }
  @media (max-width: 1600px) {
    #bio-consultation .wrapper .text span, #benefits .wrapper .text span, #opinions .wrapper .text span {
      font-size: 0.9em;
      line-height: 1.3em;
      padding: 10px 0;
    }
  }
  @media (max-width: 1366px) {
    #bio-consultation .wrapper .text span, #benefits .wrapper .text span, #opinions .wrapper .text span {
      font-size: 1em;
      line-height: 1.4em;
    }
  }
  @media (max-height: 980px) {
    #bio-consultation .wrapper .text span, #benefits .wrapper .text span, #opinions .wrapper .text span {
      padding: 10px 0;
    }
  }
  @media (max-height: 500px) {
    #bio-consultation .wrapper .text span, #benefits .wrapper .text span, #opinions .wrapper .text span {
      font-size: 1em;
      padding: 8px 30px;
    }

    #bio-consultation .wrapper .text #signature, #benefits .wrapper .text #signature, #opinions .wrapper .text #signature {
        font-family: "waterfall";
        font-size: 1.8em;
        line-height: 0.9em;
      }
  }
  #bio-consultation .wrapper .text .btn, #benefits .wrapper .text .btn, #opinions .wrapper .text .btn {
    margin-right: auto;
    margin-top: 20px;
  }
  @media (max-width: 1368px) {
    #bio-consultation .wrapper .text .btn, #benefits .wrapper .text .btn, #opinions .wrapper .text .btn {
      margin-top: 15px;
    }
  }
  @media (max-width: 980px) {
    #bio-consultation .wrapper .text .btn, #benefits .wrapper .text .btn, #opinions .wrapper .text .btn {
      margin: 15px 30px 0 30px;
    }
  }
  @media (max-width: 500px) {
    #bio-consultation .wrapper .text .btn, #benefits .wrapper .text .btn, #opinions .wrapper .text .btn {
      margin-top: 15px;
    }
  }
  @media (max-height: 500px) {
    #bio-consultation .wrapper .text .btn, #benefits .wrapper .text .btn, #opinions .wrapper .text .btn {
      margin: 10px 20px;
    }
  }
  
  
.before-purchase {
    width: 370px;
    text-align: center;
    list-style: none;
}

@media (max-width: 980px) {
    .before-purchase {
        width: 80%; 
    }
}

li::marker {
    list-style: none!important;
}

.before-purchase a {
    color: #e2a087;
}

.text-box { 
    width: 450px;
    padding: 15px;
}

.text-box img {
    width: 15px;
    margin: 0!important;
    padding: 5px 0 0 0!important; 
}

@media (max-width:768px){
    .text-box {
        width: 85%; 
    }
}

#bio-consultation {
    position: relative;
}

#form .wrapper, #coop-months .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
    max-width: 80%;
  }
  @media (max-width: 1600px) {
    #form .wrapper, #coop-months .wrapper {
      padding-bottom: 90px;
    }
  }
  @media (max-width: 980px) {
    #form .wrapper, #coop-months .wrapper {
      flex-direction: column-reverse;
      padding: 25px 5px;
      max-width: 70%;
    }
  }


  @media (max-width: 500px) {
    #form .wrapper, #coop-months .wrapper {
      max-width: 90%;
      padding: 25px 0;
    }


    #coop-months .wrapper {
        height: 1100px;
    }
  }
  @media (max-height: 500px) {
    #form .wrapper, #coop-months .wrapper {
      max-width: 600px;
    }
  }


  #coop-months .wrapper .photo {
    background: url("https://lachowskaaleksandra.pl/wp-content/uploads/2022/11/ola-kuchnia.jpg") no-repeat center center;
    width: 600px;
    background-size: cover;
    border-radius: 30px;
    position: relative;
    height: 80vh;
    max-height: 800px;
  }
  @media (max-width: 980px) {
    #coop-months .wrapper .photo, #allowmeat .wrapper .photo {
      width: 90%;
      padding: 20px 12px;
      border-radius: 20px 20px 0 0;
      background-position: center 35%;
      background-size: cover;
      height: 300px; 
    }


    #bio-consultation .wrapper .text {
        width: 80%;
        padding: 30px;
        border-top-left-radius: 0;
        text-align: center; 
    }
    
    #bio-consultation .wrapper .photo {
        width: 80%;
        padding: 30px; 
    }

    #bio-consultation .wrapper .text .btn {
        margin: 15px 0 0 0;
    }
  }
  @media (max-height: 768px) {

    #coop-months .wrapper .photo {
      width: 100%;
      background-position-y: 30%;
      padding: 0;
      height: 500px;
    }


    #coop-months .wrapper {
        height: 1100px;  
    } 

  }


  .CoopOla {
    bottom: -15px!important;
  }

.sb_instagram_header {
    display: none!important;
}



.wpbc_after_booking_thank_you_section{
    margin: 0!important;
}

.wp-block-quote::after, .wp-block-quote::before {
    content: '"';
    font-size: 40px;
    height: 0;
    font-family: Judson, serif;
    display: block;
}

.wpbc_r_durationtime { 
    display: none!important;
}

.wpbc_container_booking_form .wpbc__row {
    width: 65%!important;
}


@media (max-width: 768px) {
    .wpbc_container_booking_form .wpbc__row {
        width: 90%!important;
    }
}

.app-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.app-boxes .box {
    width: 430px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.app-boxes .box img {
    width: 40px;
    padding: 20px 0 20px 20px;
}

.app-boxes .box .app-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.app-boxes .box .app-text-box .bold-coop {
    font-weight: 700;
    font-size: 1.3rem;
    color: #4f4942;
    margin-bottom: 5px;
    text-align: start;
    width: 100%;
}



#allowmeat .allow-header {
    padding:0 0 70px;

}

/* ========================================
   CAROUSEL STYLES FOR #allowmeat
   ======================================== */

/* Carousel Container */
.carousel-container {
    position: relative;
    /* overflow: hidden removed to allow decorative circles with negative positioning to be visible */
}

/* Carousel Slides Wrapper */
.carousel-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    
    /* ZOOM LEVEL CONTROL - Adjust this value to change image zoom */
    --carousel-zoom: 140%; /* Default zoom level - increase for more zoom, decrease for less */
    /* Examples: 100% = no zoom, 110% = slight zoom, 120% = medium zoom, 130% = strong zoom */
}

/* Individual Carousel Slide */
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: var(--carousel-zoom);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0s linear 0.8s;
    z-index: 0;
    /* Alternative transitions - see configuration options below */
}

.carousel-slide.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease-in-out, visibility 0s linear 0s;
    z-index: 1;
}

/* Ensure decorative circles appear above carousel */
.carousel-container .white,
.carousel-container .grey,
.carousel-container .green {
    z-index: 5;
    position: absolute;
}

/* Carousel Dots Navigation */
.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.carousel-dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.carousel-dots .dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.carousel-dots .dot.active {
    background: #e2a087;
    transform: scale(1.3);
    border-color: #e2a087;
}

/* Responsive adjustments for carousel dots */
@media (max-width: 768px) {
    .carousel-dots {
        bottom: 15px;
        gap: 10px;
    }
    
    .carousel-dots .dot {
        width: 8px;
        height: 8px;
    }
}

/* Responsive border-radius for carousel slides */
@media (max-width: 1366px) {
    .carousel-slides {
        border-radius: 20px 20px 0 0;
    }
}

/* ========================================
   CAROUSEL ANIMATION OPTIONS
   ======================================== 
   
   Replace the .carousel-slide transition with one of these options:
   
   NOTE: Always keep the visibility transition for proper rendering:
   visibility 0s linear 0.8s (for non-active)
   visibility 0s linear 0s (for active)
   
   OPTION 1 - Fade (Current Default):
   Non-active: transition: opacity 0.8s ease-in-out, visibility 0s linear 0.8s;
   Active: transition: opacity 0.8s ease-in-out, visibility 0s linear 0s;
   
   OPTION 2 - Slow Fade:
   Non-active: transition: opacity 1.5s ease-in-out, visibility 0s linear 1.5s;
   Active: transition: opacity 1.5s ease-in-out, visibility 0s linear 0s;
   
   OPTION 3 - Fast Fade:
   Non-active: transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
   Active: transition: opacity 0.4s ease-in-out, visibility 0s linear 0s;
   
   OPTION 4 - Smooth Fade with cubic-bezier:
   Non-active: transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 1s;
   Active: transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
   
   OPTION 5 - Cross-fade with blur effect:
   Non-active: transition: opacity 0.8s ease-in-out, filter 0.8s ease-in-out, visibility 0s linear 0.8s;
   Active: transition: opacity 0.8s ease-in-out, filter 0.8s ease-in-out, visibility 0s linear 0s;
   Then add filter properties:
   .carousel-slide { filter: blur(5px); }
   .carousel-slide.active { filter: blur(0px); }
   
   ======================================== */


   .order-message {
    font-size: 1.1em;
    line-height: 1.5em;
   }
   .order-message #signature {
    font-family: "Waterfall", serif;
    font-size: 1.8em;
    line-height: 0.9em;
   }
   @media (max-width: 768px) {
    .order-message h3 {
        font-size: 1.4em;
    }
   }
   @media (max-width: 670px) {
    .order-message h3 {
        font-size: 1.2em;
    }
   }

   .wc-block-cart__submit-button {
    color: white!important;
   }

   .sale-terms {
        line-height: 2em; 
   }