/*Reset i ogólne style*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Gotham_Black_ve';
    src: url('../../libs/fonts/subset-Gotham-Black.woff2') format('woff2'),
        url('../../libs/fonts/subset-Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham_Book_ve';
    src: url('../../libs/fonts/subset-Gotham-Book.woff2') format('woff2'),
        url('../../libs/fonts/subset-Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
    color: #ffffff;
    background-color: #051826;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1225px;
    margin: 0 auto;
}

.container .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    align-items: center;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2 {
    font-family: 'Gotham_Black_ve', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #F2E097
}

h3 {
    font-family: 'Gotham_Book_ve', sans-serif;
}

h1,
h3 {
    text-transform: uppercase;
    font-size: 3rem;
}

h3.title {
    flex: 0;
}

.home h2 {
    margin-top: 20px;
}

h2 {
    font-size: 2.375rem;
}

p {
    font-size: 1.125rem;
    font-family: 'Gotham_Book_ve', sans-serif;
}


.breadcrumbs {
    color: #ffffff;
    font-size: 0.75rem;
    font-family: 'Gotham_Book_ve';
    text-transform: uppercase;

}

.breadcrumbs .bold-text {
    font-family: 'Gotham_Black_ve', sans-serif;
}

.menu li {
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Gotham_Book_ve', sans-serif;
    ;
}

ul {
    font-family: 'Gotham_Book_ve', sans-serif;
}

.btn {
    display: inline-block;
    padding: 9px 20px;
    min-width: 376px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 2.5rem;
    text-transform: uppercase;
    background-color: #F2E097;
    color: #051826;
    font-family: 'Gotham_Black_ve', sans-serif;
}

.cky-consent-container,
.cky-preference-center,
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    font-family: 'Gotham_Book_ve', sans-serif;
}


/* .btn:hover {
    background-color: #051826;
    color: #F2E097;
} */

/*404*/
.error-404 .container .content {
    gap: 20px 0
}

.error-404 button {
    position: relative;
    border: none;
    min-height: 76px;
    overflow: hidden;
    margin-top: auto;
    min-width: 376px
}

.error-404 button span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404 button span.txt-1 {
    opacity: 1;
}

.error-404 button span.txt-2 {
    opacity: 0;
}




/*css dodatki*/
.grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

/* .grid-two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.grid-three-columns {
    grid-template-columns: repeat(3, 1fr);
}

.grid-four-columns {
    grid-template-columns: repeat(4, 1fr);
} */


@media (max-width: 1023px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*Reset*/
/*polityka*/
.polityka .content {
    padding: 0 40px 50px;
}

.polityka ol li {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}

.polityka ol {
    list-style-type: none;
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Gotham_Book_ve', sans-serif;

}

.polityka ol>li {
    list-style: decimal;
    word-break: break-word;
    margin: 10px 0;
}

.polityka ol>li>ol>li {
    list-style: lower-alpha;
}

.polityka ol>li>ol {
    margin: 10px 20px;
}

/*menu*/
header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #051826;
}

.menu-flavors,
.menu-products {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    max-width: 480px;
    background-color: #051826;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 15px 50px rgba(5, 24, 38, 0.5), -15px 0 50px rgba(5, 24, 38, 0.5), 15px 0 50px rgba(5, 24, 38, 0.5);

}

:lang(pl) .menu-products,
:lang(en) .menu-products {
    transform: translate(15%, 1px);
}

:lang(pl) .menu-flavors {
    transform: translate(-19%, 1px);
}

:lang(en) .menu-flavors {
    transform: translate(-24%, 1px);
}

.menu-flavors ul {
    gap: 40px;
}

.menu-products ul {
    gap: 25px;
}

.menu-flavors ul,
.menu-products ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.menu-flavors ul li,
.menu-products ul li {
    text-align: center;
}

.menu-flavors ul li a p,
.menu-products ul li a p {
    font-size: 0.75rem;
}



.menu-flavors ul li a img,
.menu-products ul li a img {
    margin: 0 auto;
}

.menu-flavors.active,
.menu-products.active {
    opacity: 1;
    visibility: visible;
}



.menu-desktop-container .container-nav {
    position: relative;
    border-bottom: 1px solid #F2E097;
    max-height: 107px;
}


.container-nav>a {
    display: flex;
    gap: 0 17px;
    align-items: center;
}

.container-nav .desktop-menu,
.container-nav .desktop-menu .menu-main {
    display: flex;
    align-items: center;
    max-height: 107px;
}


:lang(pl) .container-nav .desktop-menu .menu li:first-child a,
.desktop-menu ul.menu>li.current-menu-item>a {
    font-family: 'Gotham_Black_ve', sans-serif;
    color: #F2E097;
}

.container-nav .switcher-vobro-lang ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 42px;
    position: relative;
    left: -25px;
}

.container-nav .switcher-vobro-lang li {
    position: relative;

}

.container-nav .switcher-vobro-lang li.current-lang {
    color: #F2E097;
}

.container-nav .switcher-vobro-lang li:first-child:after {
    content: '';
    width: 70px;
    background-color: #F2E097;
    height: 2px;
    position: absolute;
    left: -21px;
    top: 25px;
}

.breadcrumbs {
    padding: 15px;
    text-align: left;
}

/*menu*/
/* Box podzielony */
.additional-sections {
    margin: 94px 0;
}

.additional-sections .btn {
    font-size: 2rem;
}

.additional-sections section {
    display: flex;
    height: clamp(300px, 500px, 90vh);

}

.additional-sections section .section-bg,
.additional-sections section .section-wrapper-content {
    width: 50%;
}

.additional-sections section .section-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
    box-sizing: border-box;
}

.additional-sections section img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
    object-position: center;

}

.additional-sections .section-wrapper-content .section-content {
    max-width: 610px;
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
}

.additional-sections .section-wrapper-content {
    background: linear-gradient(90deg, #2d4b5e 0%, #1f3543 50%, #0e1a24 100%);
    text-align: center;
    max-height: 500px;
}

.additional-sections .section-content .section-title {
    font-family: 'Gotham_Black_ve', sans-serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #F2E097;
}

.additional-sections .section-content p.section-description {
    line-height: 30px;
    max-width: 370px;
    margin: 0 auto;
}

/*punkty*/
.points li:last-child img.star {
    display: none;
}

.otgs-development-site-front-end {
    display: none;
}

/*ilosc postów*/
.flex {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.grid li,
.flex .boxes-child,
.flex li {
    max-width: 378px;
}

.flex li p,
.flex .boxes-child p {
    flex: 1;
}

.flex.posts-2 {
    grid-template-columns: repeat(2, 378px);
}

.flex.posts-1 {
    grid-template-columns: minmax(auto, 368px);
}

.flex.posts-3 {
    grid-template-columns: repeat(3, 378px);
}

.grid.posts-4 {
    grid-template-columns: repeat(2, 378px);
    gap: 45px;
    justify-content: center;
}

/* .flex.posts-4,
.flex.posts-5,
.flex.posts-7,
.flex.posts-8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 45px;
} */



.boxes-child:last-of-type {
    justify-content: center;
}



/* footer */
footer {
    color: #141F2A;
    text-transform: uppercase;
    padding-top: 20px;
    background-color: #F2E097;
    text-align: left;
}

footer .container {
    text-align: left;
}

footer ul.products li a {
    font-size: 0.875rem;
    color: #051826;
}

footer ul.menu li a {
    font-size: 1rem;
    color: #051826;
}

footer p {
    font-size: 1rem;
}

footer .menu-stopka-container ul {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footer-sections {
    display: flex;
    justify-content: space-between;
}

footer .footer-sections .footer-logo-menu {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

footer .footer-sections ul.social {
    display: flex;
    gap: 0 15px;
}

footer .footer-sections .footer-products {
    display: flex;
    flex-direction: column;
    gap: 19px;
    font-size: 0.875rem
}

footer .footer-sections .footer-products ul li {
    padding-bottom: 3px;
}

footer .footer-sections ul li a {
    font-size: 0.9rem;
}

footer .footer-sections ul li a,
.footer-about p.policy a {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
}


footer .footer-img {
    position: relative;
    width: 230px;
}

footer .footer-img img {
    position: absolute;
    top: -65px
}

footer .footer-about>p {
    padding-bottom: 25px;
}

footer .footer-about img {
    padding-bottom: 47px;
}

footer .footer-about img+p {
    padding-bottom: 23px;
}

footer .footer-about p:last-child a {
    font-size: 0.875rem;
}

/* footer */

/*media query*/




/* Desktop
@media (min-width: 1024px) {
    .container {
        grid-template-columns: repeat(3, 1fr);
    }

    .box:nth-child(3) {
        grid-column: auto;
    }
} */

@media(max-width:1180px) {

    .additional-sections .section-wrapper-content .section-content {
        gap: 25px 0;
        padding: 20px 0;
    }

    .additional-sections section.section-bg {
        height: 100%;
    }


    .additional-sections section {
        height: auto;
    }

    .container,
    .additional-sections .section-wrapper-content .section-content {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .home .boxes ul {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
    }

    .home .boxes ul li {
        max-width: 378px;
        margin: 0 auto;
        width: calc(50% - 20px);
    }

    .home .boxes ul li .btn,
    .additional-sections .section-wrapper-content .section-content .btn {
        min-width: 100%;
    }


}

@media (max-width: 1250px) and (orientation: portrait) {
    .additional-sections .section-wrapper-content .section-content .btn {
        font-size: 1.4rem;
    }

    main .product {
        grid-template-columns: 1fr;
    }

    .product .product-img img {
        margin: 0 auto;
    }

    main .product .long-description ul {
        margin: 0 20px;
    }

    .additional-sections .section-content .section-title {
        font-size: 2rem;
    }

    .boxes.flex,
    .flavour-products-list {
        gap: 40px;
    }

    .boxes.flex .btn,
    .flavour-products-list .btn {
        min-width: 100%;
    }

    .grid.posts-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .flex .boxes-child,
    .flex li {
        width: calc(50% - 20px);
    }

    .boxes-child h3.title {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
    body footer {
        padding: 23px 0 10px;
    }

    footer .footer-sections ul li a {
        font-size: 0.88rem;
    }
}

@media(max-width: 834px) and (orientation: portrait), (max-width:932px) and (orientation: landscape) {
    .footer-img {
        display: none;
    }

    footer .footer-sections {
        gap: 0 28px;
    }

    footer p {
        font-size: 0.9rem;
    }

    .menu li a {
        font-size: 1rem !important;
    }
}

@media (min-width: 1024px) and (max-width: 1180px) and (orientation: landscape) {


    footer .footer-img {
        width: auto;
    }

    footer .footer-img img {
        position: relative;
        bottom: -11px;
        top: auto;
    }

    footer p {
        font-size: 0.9rem;
    }

    footer .footer-sections {
        align-items: center;
        gap: 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    .product-img .pcs-parent {
        top: 10px;
        right: -15px;
    }
}


@media (max-width: 767px) and (orientation: portrait),
(max-width:932px) and (orientation: landscape) {
    .polityka .content {
        padding: 0 24px 50px;
    }

    .polityka .content h2 {
        line-height: 1.1;
    }

    .product-img .pcs-parent {
        height: 115px;
        width: 115px;
        top: 10px;
        right: 20px;
    }

    .product-img .pcs::before {
        width: 105px;
        height: 105px;
        top: 3px;
        left: 3px;
    }

    .product-img .pcs-parent .pcs .pcs-quanity {
        font-size: 2rem;
    }

    .product-img .pcs-parent .pcs .pcs-text {
        font-size: 1.2rem;
    }

    .product-img .pcs-parent hr {
        width: 82px;
    }

    .product-img .pcs-parent .pcs .pcs-data {
        margin-bottom: 19px;
    }

    .product+.similar-products h2,
    .flavour-content .flavour-products h2 {
        padding: 20px 0;
    }

    .btn {

        min-width: 100%;
    }

    .home .boxes ul li img.star {
        top: 227px;
    }

    footer .footer-sections {
        gap: 50px 28px;
        flex-direction: column;
    }

    .home .boxes ul li {
        width: 100%;
    }

    .o-ego:nth-of-type(2) {
        flex-direction: column;
    }

    .boxes-child h3.title {
        font-size: 0.8rem;
    }

    .boxes-child .produkt-excerpt {
        font-size: 1rem;
    }

    .produkt-excerpt {
        word-break: break-word;
    }


    nav .container-nav {
        padding: 0 9px;
    }

    header .menu-mobile-container .menu-mobile {
        width: 100%;
        top: 70px;
        height: auto;
        box-shadow: none;
    }

    nav .menu-parent .menu-btn {
        width: 60px;
        height: 70px;
    }

    /* .container {
        padding: 0 20px;
    } */

    .container-nav>a {
        max-width: 80px;
        gap: 0 9px;
    }

    .additional-sections section .section-bg {
        width: 100vw;
        height: auto;
        padding: 15px 10px;
        background-size: cover;
        background-position: center;
        justify-content: center;
        padding: 0;
    }

    .additional-sections section {
        display: flex;
        flex-direction: column;

    }

    .additional-sections section .section-bg,
    .additional-sections section .section-wrapper-content {
        width: 100%;
    }

    .additional-sections section img {
        display: block;
    }
}

@media (max-width: 620px) and (orientation: portrait) {
    .product-img .pcs-parent {
        height: 105px;
        width: 105px;
        right: 2px;
    }

    .error-404 .container .content a {
        width: 100%;
    }

    .error-404 .container .content a button {
        min-width: 100%;
    }

    .svg-img {
        max-width: 100%;
    }

    .product-img .pcs-parent hr {
        width: 63px;
    }

    .product-img .pcs-parent .pcs .pcs-text {
        font-size: 1rem;
    }

    .product-img .pcs::before {
        width: 95px;
        height: 95px;
        top: 3px;
        left: 3px;
    }

    .product-img .pcs-parent .pcs .pcs-data {
        margin-bottom: 10px;
    }

    .container-nav .switcher-vobro-lang li:first-child:after {
        top: 25px;
    }

    .container-nav>a {
        max-width: 69px;
        gap: 0 9px;
    }

    .btn.other-btn2 {
        font-size: 1rem;
    }

    .btn {
        font-size: 2rem;
        padding: 9px 14px;
    }

    .section-products:nth-of-type(2) .section-img {
        padding-top: 34px;
    }
}

@media (max-width: 400px) and (orientation: portrait) {
    .btn.other-btn2 {
        font-size: 0.8rem;
    }
}

@media (max-width: 350px) and (orientation: portrait) {
    .container-nav .switcher-vobro-lang ul {
        left: -10px;

    }

    .container-nav .switcher-vobro-lang li:first-child:after {
        left: -14px;
        width: 50px;
    }
}

@media (max-width: 320px) and (orientation: portrait) {
    .additional-sections .section-content .section-title {
        font-size: clamp(15px, 7vw, 48px);
    }

    h1 {
        font-size: clamp(18px, 7vw, 48px);
    }

    h2 {
        font-size: clamp(15px, 7vw, 48px);
    }

    .flex .boxes-child,
    .flex li {
        width: 100%
    }

    .additional-sections .section-wrapper-content {
        max-height: 100%;
    }

    .home .boxes ul li img.star {
        max-width: 89px;
    }

    .container-nav .switcher-vobro-lang ul {
        left: -8px;
    }
}



/* Box podzielony */
/*menu*/
@media(max-width:1250px) {
    footer {
        padding: 10px 0;
    }

    .boxes .boxes-child h3.title {
        font-size: 1rem;
    }

    /*menu mobile */

    .menu-desktop-container {
        display: none
    }

    .menu-mobile-container {
        display: block
    }

    header .container-mobile {
        max-width: calc(100% - 40px);
        position: relative;
    }

    header::after {
        content: '';
        border: 1px solid #F2E097;
        width: 100%;
        position: absolute;
        left: 0;
    }

    header .container-mobile .menu-parent {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .menu-mobilne-container {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        height: 100%;

    }

    .menu-mobile-container .menu-mobile {
        right: -100%;
        display: flex;
        justify-content: flex-start;
        transition: all .3s ease-out;
        position: fixed;
        max-height: calc(100vh - 80px);
        top: 80px;
        width: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
        background-color: #051826;
        text-transform: uppercase;
        width: 100%;

    }

    .menu-mobilne-container ul.menu>li {
        color: #051826;

        width: 100%;
        background-color: #F2E097;
        border-bottom: 2px solid #051826;

    }

    .menu-mobilne-container ul.menu>li a {
        position: relative;
        padding: 14px;

    }

    .menu-item-has-children>a img {
        display: inline-block;
        width: 29px;
        height: 29px;
        margin-left: 5px;
        vertical-align: middle;
        transition: transform 0.3s ease;

    }

    .menu-item-has-children.submenu-open>a img {
        transform: rotate(180deg);
    }

    .menu-mobilne-container ul.menu>li>.sub-menu li {
        line-height: 1.3;

    }

    .menu-mobilne-container ul.menu>li.menu-item-has-children.submenu-open.menu-products-mobile .sub-menu {
        max-height: 582px;
    }

    .menu-mobilne-container ul.menu>li.menu-item-has-children.submenu-open .sub-menu {
        max-height: 305px;
        opacity: 1;
    }

    .menu-mobilne-container ul.menu>li>a {
        font-size: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-mobilne-container ul.menu>li.menu-item-has-children>a span {
        display: flex;
        align-items: center;
        right: 0;
        height: 100%;
        position: absolute;
        padding: 0 15px;
        background-color: #ffe785;
    }

    .menu-mobilne-container ul.menu>li .sub-menu {
        line-height: 2;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
        list-style: none;

    }

    .menu-mobilne-container ul.menu>li .sub-menu li:nth-child(odd) {
        border-bottom: 2px solid #051826;
        border-top: 2px solid #051826;
    }

    .menu-mobilne-container ul.menu>li .sub-menu li.menu-item-787,
    .menu-mobilne-container ul.menu>li .sub-menu li.menu-item-804 {
        border-bottom: none;

    }

    .menu-mobilne-container ul.menu>li .sub-menu li a {
        padding: 14px 35px;
        width: 100%;
        display: block;
        background: #ffffff;
        color: #051826;

    }

    .menu-mobile-container .menu-mobile.open {
        right: 0;
    }

    .switcher-vobro-lang {
        margin: 0 10px;
    }

    nav .menu-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

    .menu-btn.open .menu-btn__burger {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .menu-btn__burger {
        width: 38px;
        height: 4px;
        background: #F2E097;
        border-radius: 5px;
        transition: all 0.5s ease-in-out;
    }

    .menu-btn.open .menu-btn__burger:before {
        transform: rotate(45deg) translateX(0px);
        background: #F2E097;
    }

    .menu-btn.open .menu-btn__burger:after {
        transform: rotate(-45deg) translateX(0px);
        background: #F2E097;
    }

    .menu-btn__burger:before,
    .menu-btn__burger:after {
        content: "";
        position: absolute;
        width: 38px;
        height: 4px;
        background: #F2E097;
        border-radius: 5px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .menu-btn__burger:before {
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    .menu-btn__burger:after {
        -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
        transform: translateY(12px);
    }

    .menu-menu-mobile-container,
    .menu-menu-mobile-en-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: black;
        position: absolute;
        margin-top: 9px;
        height: auto
    }

    .menu-menu-mobile-container,
    .menu-menu-mobile-en-container {
        right: -100%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 2;
        width: 100%;
        text-transform: uppercase;
        display: block;
        color: #fff;
        background: rgba(231, 184, 102, 0.9);

    }

    .menu-menu-mobile-container ul li,
    .menu-menu-mobile-en-container ul li {
        text-align: center;
    }

    .menu-menu-mobile-container ul li:not(:last-child),
    .menu-menu-mobile-en-container ul li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .menu-menu-mobile-container ul li a,
    .menu-menu-mobile-en-container ul li a {
        text-transform: uppercase;
        display: block;
        padding: 18px;
        color: #fff;
    }

    .menu-menu-mobile-container.open,
    .menu-menu-mobile-en-container.open {
        right: 0;
    }

    /*menu mobile*/
}

@media (min-width: 1251px) {
    .menu-desktop-container {
        display: block;
    }

    .menu-mobile-container {
        display: none;
    }

    :lang(pl) .desktop-menu ul.menu>li:first-of-type>a {
        font-size: 29px;
        color: #F2E097;
    }

    .desktop-menu ul.menu>li>a {
        text-transform: uppercase;
        text-align: center;
        width: auto;
        white-space: nowrap;
        line-height: 77px;
        height: 77px;
        padding: 0 39px;
        font-size: 16px;
        display: block;
        color: #ffffff;
        text-decoration: none;
    }

    .desktop-menu ul.menu>li {
        display: inline-block;
        position: relative;
        padding: 12px 0;
    }
}



nav .container-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.boxes-child h3.title {
    font-size: 1.1rem;
    height: 100%;


}

.boxes .boxes-child a {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    height: 100%;
}

.boxes {
    gap: 0 45px;
    text-align: center;
}

/* media hover */
@media (hover: hover) and (pointer: fine) {

    footer .footer-sections ul li:hover a,
    .footer-about p.policy:hover a {
        filter: contrast(0.6);
        transform: translateX(5px);
    }

    .desktop-menu ul li:hover a {
        color: #F2E097;
    }

    .other-btn:hover {
        background-color: transparent;
        border: 1px solid #F2E097;
        color: #F2E097;
    }

    .page-produkty .boxes .boxes-child:hover .other-btn2,
    .flavour-products li:hover span,
    .similar-products .boxes .boxes-child:hover .other-btn2 {
        background-color: transparent;
        border: 1px solid #F2E097;
        color: #F2E097;
    }

    .page-smaki .boxes .boxes-child:hover button span.txt-1,
    .error-404 button:hover span.txt-1 {
        opacity: 0;
    }

    .page-smaki .boxes .boxes-child:hover h3.title {
        color: #F2E097;
    }

    .page-smaki .boxes .boxes-child:hover .flavor-img img {
        transform: scale(1.05);
    }

    .page-smaki .boxes .boxes-child:hover button span.txt-2,
    .error-404 button:hover span.txt-2 {
        opacity: 1;
    }



}

/* media hover */

@media (max-width:933px) and (orientation: landscape) {
    footer {
        padding: 20px 0;
    }

    .btn {
        min-width: 366px;
        font-size: 2.5rem;
    }

    footer .footer-img img {
        position: static;
    }

    footer .footer-sections {
        flex-direction: row;
    }

    .additional-sections section {
        flex-direction: row;
    }

    .additional-sections .section-content .section-title {
        font-size: 1.8rem;
    }

    .additional-sections .btn {
        line-height: 1.1;
        font-size: 1.5rem;
    }

    .container-nav .switcher-vobro-lang li:first-child:after {
        top: 28px;
    }
}