/**/

:root {
  --g-green: #C6FA57;
  --g-green-hover: #b2e14e;
  --g-dark: #442669;
}

#extendedmenuacf-navbar.extendedmenuacf {
    .wpml-ls-item {
        display: none;
    }
}

header a{
    text-decoration:none;
}

header p, header li, header strong, header b, header a{
    font-family: "Sk Modernist";
}

.header-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

header:not(.extendedmenuacf-header){
    display:none;
    font-weight: bold;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:15px;
    padding:8px 14px;
    margin: 0 10px 10px;
    width:calc(100% - 20px);
    background-color:#fff;
    border-radius:100px;
    color: var(--g-dark);
    font-family: "Sk Modernist";
    box-sizing:border-box;
    position: fixed;
    top: 10px;
    z-index: 10000;
    transition: transform 0.3s ease-in-out;
    border:0.5px solid #EAE9EC;
    max-width: 1920px;
    margin: 0 auto;
    left:0;
    right:0;
}
@media(max-width:1530px){
    header{
        gap:5px;
    }
}
@media(max-width:1230px){
    header{
        padding:8px 10px;
    }
}

.hide-header {
    transform: translateY(-150%);
}

.extendedmenuacf-left{
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media(max-width:1230px){
    .extendedmenuacf-left{
        gap: 10px;
    }
}

.extendedmenuacf-logo{
    display: flex;
    gap:15px;
    align-items: center;
    z-index: 111;
}
@media(max-width:1530px){
    .extendedmenuacf-logo{
        gap:10px;
    }
}
@media(max-width:1230px){
    .extendedmenuacf-logo{
        gap:9px;
    }
}
.extendedmenuacf-logo img{
    max-width:65px;
    max-height:65px;
    width:64px;
    height:65px;
}
@media(max-width:1530px){
    .extendedmenuacf-logo img{
        max-width:60px;
        max-height:60px;
        width:60px;
        height:60px;
    }
}
@media(max-width:1230px){
    .extendedmenuacf-logo img{
        max-width:50px;
        max-height:50px;
        width:50px;
        height:50px;
    }
}

.logo-title{
    font-family: "Nohemi";
    font-weight:bold;
    font-size: 27px;
    font-weight:500;
    color:var(--g-dark);
    position: relative;
    top:1px;
}
@media(max-width:1530px){
    .logo-title{
        font-size: 1.8vw;
    }
}
@media(max-width:1230px){
    .logo-title{
        font-size: 1.6vw;
    }
}
@media(max-width:1024px){
    .logo-title{
        font-size: 20px;
    }
}

ul.extendedmenuacf{
    display:flex;
    align-items:center;
    list-style-type:none;
    gap:4px;
    padding:0;
    font-family: "Sk Modernist";
}
@media(max-width:1530px){
    ul.extendedmenuacf{
        gap:0;
    }
}

@media(max-width:1024px){
    ul.extendedmenuacf{
        flex-direction: column;
        align-items: flex-start;
    }
}




ul.extendedmenuacf>li{
    /*position:relative;*/
}

ul.extendedmenuacf>li{
    display: flex;
    height:40px;
    align-items: center;
}

ul.extendedmenuacf>li>a{
    display: flex;
    padding:4px 8px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    color: var(--g-dark);
    letter-spacing:0.08em;
    z-index: 111;
}
@media(max-width:1530px){
    ul.extendedmenuacf>li>a{
        letter-spacing:0.06em;
        font-size: 0.91vw;
    }
}
@media(max-width:1230px){
    ul.extendedmenuacf>li>a{
        font-size: 1.00vw;
        padding:4px 5px;
    }
}
@media(max-width:1024px){
    ul.extendedmenuacf>li>a{
        font-size: 16px;
        padding:4px 15px;
    }
}
ul.extendedmenuacf>.menu-item:hover>a{
    background-color:#FFEDEB;
}

/*
ul.extendedmenuacf>.menu-item>a.toggle-element:hover + .submenu-wrapper + .under-header-wrapper{
    position:absolute;
    left:10px;
    width:calc(100% - 20px);
    top:50px;
    background-color:#fff;
    height:50px;
    display:flex;
    z-index:0;
}*/
@media(min-width:1025px){
    ul.extendedmenuacf>.menu-item:hover>a.toggle-element + .submenu-wrapper{
        display:flex!important;
        position:absolute;
        left:0;
        top:50%;
        background-color:#fff;
        z-index:11;
        padding:40px 0 20px;
        box-sizing:border-box;
        border-radius:0 0 40px 40px;
        width: calc(100% + 2px);
        margin-left: -1px;
        margin-right: -1px;
        border-left: 0.5px solid #EAE9EC;
        border-right: 0.5px solid #EAE9EC;
        border-bottom: 0.5px solid #EAE9EC;
    }
}


ul.extendedmenuacf ul.sub-menu{
    display:flex;
    justify-content:space-between;
    /*gap:30px;*/
    padding: 20px 5px 10px 5px;
    list-style-type:none;
    border-top:1px solid #EAE9EC;
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-right: -1px;
    border-left: 0.5px solid #EAE9EC;
    border-right: 0.5px solid #EAE9EC;

}

ul.extendedmenuacf ul.sub-menu>li.schemat-menu, ul.extendedmenuacf ul.sub-menu>li.schemat-menu-proste{
    display:flex;
    width:100%;
    padding:8px 30px 10px;
    list-style-type:none;
    flex-direction:column;

}

ul.extendedmenuacf ul.sub-menu>li.schemat-3-kolumny{
    display:flex;
    width:calc(100% / 3);
    padding:8px 30px 10px;
    list-style-type:none;
    flex-direction:column;

}
ul.extendedmenuacf ul.sub-menu>li.schemat-4-kolumny{
    display:flex;
    width:calc(100% / 4);
    padding:8px 30px 10px;
    list-style-type:none;
    flex-direction:column;

}


ul.extendedmenuacf ul.sub-menu>li.schemat-2-kolumny{
    display:flex;
    width:calc(100% / 2);
    padding:8px 30px 10px;
    list-style-type:none;
    flex-direction:column;

}

.last-item-in-level{
    gap:30px;
}
/*
ul.extendedmenuacf ul.sub-menu>li.schemat-menu:first-child{
    border-right: 1px solid #EAE9EC;
}*/

.last-item-in-level{
    border-left: 1px solid #EAE9EC;
}

/*.schemat-menu*/ .right-column-wrapper{
    border-radius: 30px;
    color:#fff;
    padding: 30px 25px ;
    margin-top:-10px;
    margin-left:-15px;
    margin-right:-15px;
    width:calc(100% + 30px);
    margin-bottom:-10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height:100%;
    /*aspect-ratio: 1 / 0.9;*/
}

/*.schemat-menu*/ .right-column-wrapper .submenu-description{
    color:#fff;
    font-size:16px;
    line-height:20px;
}
/*.schemat-menu*/ .right-column-wrapper .submenu-button{
    color:#fff;
    font-size:14px;
    font-weight:700;
    line-height:18px;
    border:1px solid #fff;
    transition:0.1s;
    margin-bottom:10px;
}
/*.schemat-menu */.right-column-wrapper .submenu-button:hover{
    transition:0.1s;
    background-color:#fff;
    color:var(--g-dark)!important;

}
/*.schemat-menu*/ .right-column-wrapper .submenu-button svg>path{
    stroke:#fff!important;
    transition:0.1s;
}
/*.schemat-menu */.right-column-wrapper .submenu-button:hover svg>path{
    stroke:var(--g-dark)!important;
    transition:0.1s;
}

.right-column-image{
    max-width:100%;
    width:100%;
    margin-top:20px;
}

.right-column-image img{
    max-width:100%;
    width:100%;
    height:100%;
    max-height:200px;
    object-fit:cover;
    border-radius:30px;
    margin-top:10px;
    object-position: center;
}

/*
ul.extendedmenuacf ul.sub-menu>li.schemat-3-kolumny:nth-child(1){
    padding:0 20px;
}*/
ul.extendedmenuacf ul.sub-menu>li.schemat-3-kolumny, ul.extendedmenuacf ul.sub-menu>li.schemat-2-kolumny{
    border-right:1px solid #EAE9EC;
    width:calc(100% / 3 + 1px);
}
ul.extendedmenuacf ul.sub-menu>li.schemat-4-kolumny{
    border-right:1px solid #EAE9EC;
    width:calc(100% / 4 + 1px);
}

ul.extendedmenuacf ul.sub-menu>li.schemat-3-kolumny:last-child, ul.extendedmenuacf ul.sub-menu>li.schemat-2-kolumny:last-child{
    border-right:none;
    width:calc(100% / 3 );
}
ul.extendedmenuacf ul.sub-menu>li.schemat-4-kolumny:last-child{
    border-right:none;
    width:calc(100% / 4 );
}

/*ul.extendedmenuacf ul.sub-menu>li.schemat-3-kolumny:nth-child(3){
    padding:0 20px;
}*/

.section-ongoing{
    background-color:var(--g-dark);
    padding:20px;
    margin:0 -15px 0 -15px;
    width:calc(100% + 30px);
    box-sizing:border-box;
    border-radius:30px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap:10px;
}
.section-ongoing-title, .section-right-title{
    color:#fff;
    font-family:'Nohemi';
    font-weight:300;
    font-size:24px;
    line-height:32px;
}
.section-ongoing .submenu-button{
    font-weight:700;
    font-size:14px;
    line-height:18px;
    letter-spacing:0.06em;
    margin: 0;
    width: auto;
    padding: 10px 12px;
}

.section-recommended{
    background-color:#F8F8F8;
    padding:20px;
    margin:15px -15px 0 -20px;
    width:calc(100% + 35px);
    box-sizing:border-box;
    border-radius:30px;
    display: flex;
    flex-direction:column;
}

.section-recommended-title{
    color:var(--g-dark);
    font-family:'Nohemi';
    font-weight:300;
    font-size:24px;
    line-height:32px;
}

.submenu-title, .schemat-menu-proste .menu-item>a{
    font-size:24px;
    font-weight:300;
    line-height:32px;
    margin-bottom:3px;
    color:var(--g-dark);
    font-family: 'Nohemi';
}
@media(max-width:1420px){
    .submenu-title, .schemat-menu-proste .menu-item>a{
        font-size:23px;
        line-height:30px;
        margin-bottom:4px;
    }
}

.submenu-description{
    font-size:16px;
    line-height:26px;
    margin-bottom:8px;
    max-width:90%;
}
@media(max-width:1420px){
    .submenu-description{
        font-size:15px;
        line-height:24px;
        margin-bottom:5px;
    }
}
@media(max-width:1366px){
    .submenu-description{
        max-width:100%;
    }
}

.block-with-image{
    display:flex;
}

.block-with-image-left{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
.block-with-image .block-with-image-left{
    width:60%;
    gap:5px;
}
@media(max-width:1420px){
    .block-with-image .block-with-image-left{
        width:70%;
    }
}

.block-with-image-right{
    width:40%;
    padding:15px;
    box-sizing:border-box;
    display:flex;
    /* align-items: flex-end; */
    align-self: start;
    align-items: flex-start;
    justify-content:center;
}
@media(max-width:1420px){
    .block-with-image-right{
        padding:5px;
        width: calc(30% + 20px);
        margin-right: -20px;
    }
}

.block-with-image-right img{
    max-width:100%;
    max-height:100%;
    width:100%;
    height: 220px;
    object-fit:cover;
    border-radius:30px;
    /* mask-position: bottom; */
    mask-position: top!important;
    mask-repeat: no-repeat;
    mask-size: 100%;
    object-position: top;
    aspect-ratio: 3 / 4;
}
@media(max-width:1420px){
    .block-with-image-right img{
        mask-position: top;
    }
}
@media(max-width:1024px){
    .block-with-image-right img {
        width: 160px;
        height: 180px;
    }
}
@media(max-width:500px){
    .block-with-image-right img{
        height: 140px;
    }
}


.submenu-links{
    font-size:16px;
    line-height:26px;
}

.submenu-description ul{
    padding:0;
    list-style-type:disc;
    padding-left: 20px;
    font-size: 18px;
}
@media(max-width:1024px){
    .submenu-description ul{
        font-size: 16px;
    }
}
.submenu-description ul>li::marker{
    font-size: 12px;
}

.submenu-description ul>li{
    padding-left:10px;
}

.submenu-description ul>li, .submenu-description p {
    margin:14px 0;
}
@media(max-width:1420px){
    .submenu-description ul>li, .submenu-description p {
        margin:12px 0;
    }
}

@media(max-width:1420px) and (min-width:1024px) {
    .submenu-description ul>li,
        .submenu-description p {
        font-size: 14px;
        line-height: 22px;
    }
}

.submenu-description ul>li a{
    color: var(--g-dark);
}
.submenu-description ul>li a:hover{
    text-decoration:underline;
}


.link-with-icon{
    display:flex;
    align-items: center;
    align-items: flex-start;
    gap:10px;
}

.link-with-icon:nth-child(2n) img{
    -webkit-transform: rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.link-with-icon:nth-child(3n) img{
    -webkit-transform: rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.link-with-icon:nth-child(4n) img{
    -webkit-transform: rotate(-270deg);
    -moz-transform:rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.right-column-wrapper .link-with-icon img{
    -webkit-transform: rotate(0);
    -moz-transform:rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.section-recommended .link-with-icon img{
    width:24px;
    height:24px;
}

.link-with-icon img{
    width:28px;
    height:28px;
    margin: 10px 0;
}
@media(max-width:1420px){
    .link-with-icon img{
        width:24px;
        height:24px;
        margin: 8px 0;
    }
}

.submenu-links a{
    font-size:18px;
    line-height:24px;
    margin:8px 0;
    color:var(--g-dark);
}
@media(max-width:1420px){
    .submenu-links a{
        font-size:17px;
        line-height:22px;
        margin: 8px 0;
    }
}

@media(max-width:1420px) and (min-width:1024px) {
    .submenu-links a {
        font-size: 14px;
        line-height: 22px;
        margin: 3px 0;
    }
}

.submenu-links a:hover{
    text-decoration:underline;
}


.submenu-button{
    font-size:14px;
    font-weight:bold;
    line-height:14px;
    font-family: "Sk Modernist";
    text-transform:uppercase;
    border:1px solid var(--g-dark);
    padding:15px 25px;
    max-width: 100%;
    width:auto;
    border-radius: 40px;
    letter-spacing:0.08em;
    display:flex;
    align-items: center;
    justify-content: space-around;
    color:var(--g-dark);
    transition:0.1s;
    gap:5px;
    margin-top: 20px;
    margin-bottom: 5px;
}
@media(max-width:1420px){
    .submenu-button{
        padding:5px 10px;
        font-size: 12px;
    }
}
.submenu-button:hover{
    transition:0.1s;
    background-color:var(--g-dark);
    color:#fff;
}
.submenu-button:hover svg>path{
    stroke:#fff;
    transition:0.1s;
}

.extendedmenuacf-lang{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    display: flex;
    align-items: center;
    gap:5px;
    margin-right:10px;
    letter-spacing:0.08em;
    position:relative;
    padding: 5px 10px;
    border-radius: 50px;
    cursor:default;
}
.extendedmenuacf-lang:hover{
    background-color: #FFEDEB;
}
@media(max-width:1530px){
    .extendedmenuacf-lang{
        font-size:0.9vw;
        margin-right:6px;
    }
}
@media(max-width:1230px){
    .extendedmenuacf-lang{
        margin-right:0px;
        gap:2px;
    }
}
@media(max-width:1024px){
    .extendedmenuacf-right .extendedmenuacf-lang{
        display:none;
    }
}
.extendedmenuacf-lang img{
    width:14px;
    height:14px;
}
@media(max-width:1230px){
    .extendedmenuacf-lang img{
        width:11px;
        height:11px;
    }
}

.extendedmenuacf-lang ul.sub-menu{
    display:none;
    position:absolute;
    top: 30px;
    left:-10px;
    padding: 10px 14px;
    list-style-type: none;
    background-color:#fff;
    border-radius: 12px;
    -moz-box-shadow: 0px 1px 11px -3px rgba(212,212,212,1.00);
    -webkit-box-shadow: 0px 1px 11px -3px rgba(212,212,212,1.00);
    box-shadow: 0px 1px 11px -3px rgba(212,212,212,1.00);
    left: 0;
    right: 0;
    text-align:center;
}

.extendedmenuacf-lang:hover ul.sub-menu{
    display:flex;

}
.extendedmenuacf-lang ul.sub-menu a:hover{
    text-decoration:underline;
}
.extendedmenuacf-right{
    display:flex;
    gap:10px;
    z-index: 111;
    align-items: center;
}
@media(max-width:1530px){
    .extendedmenuacf-right{
        gap:7px;
    }
}

.extendedmenuacf-login a{
    display:flex;
    align-items: center;
    border: 1px solid var(--g-green);
    background-color: var(--g-green);
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.08em;
    padding: 15px 28px;
    border-radius: 40px;
    gap:1rem;
    transition:0.1s;
    color:var(--g-dark);
}
@media(max-width:1530px){
    .extendedmenuacf-login a{
        padding: 12px 20px;
        gap:7px;
        font-size:0.9vw;
    }
}
@media(max-width:1230px){
    .extendedmenuacf-login a{
        padding: 10px 14px;
        gap:6px;
    }
}
@media(max-width:1024px){
    .extendedmenuacf-login a{
        padding: 10px 10px;
    }
}
@media(max-width:1024px){
    .extendedmenuacf-login a span{
        display:none;
    }
}

.extendedmenuacf-login a:hover{
    background-color: var(--g-green-hover);
    border-color:var(--g-green-hover);
    transition:0.1s;
    gap:1.3rem;
}


.extendedmenuacf-login img, .extendedmenuacf-cart img{
    width:24px;
    height:24px;
}
@media(max-width:1530px){
    .extendedmenuacf-login img, .extendedmenuacf-cart img{
        width:22px;
        height:22px;
    }
}
@media(max-width:1230px){
    .extendedmenuacf-login img, .extendedmenuacf-cart img{
        width:20px;
        height:20px;
    }
}
.extendedmenuacf-cart{
    border: 1px solid var(--g-green);
    padding: 15px;
    border-radius: 40px;
    display:flex;
    transition:0.1s;
}
@media(max-width:1530px){
    .extendedmenuacf-cart{
        padding: 12px;
    }
}
@media(max-width:1230px){
    .extendedmenuacf-cart{
        padding: 10px;
    }
}

.extendedmenuacf-cart:hover{
    transition:0.1s;
    background-color: var(--g-green);
}




/* mobile */

.menu-hamburger{
    display:none;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 12px;
    margin-right: 5px;
    margin-left: 1px;
    border: 1px solid rgba(0,0,0,0);
    border-radius:40px;
    cursor:pointer;
    border: 1px solid var(--g-green);
}
.menu-hamburger:hover{
    background-color: rgba(198, 250, 87, .25);
}
@media(max-width:1024px){
    .menu-hamburger{
        display:flex;
    }
}
.menu-hamburger img{
    width:100%;
    height:100%;
}

@media(max-width:1024px){
    .extendedmenuacf-middle{
        display:none;
        position: absolute;
        top: 33px;
        left: 0px;
        background-color: #fff;
        z-index:1;
        height:auto;
        width: calc(100% + 2px);
        padding: 40px 10px 20px;
        border-radius: 0 0 30px 30px;
        margin-left: -1px;
        margin-right: -1px;
        border-left: 0.5px solid #EAE9EC;
        border-right: 0.5px solid #EAE9EC;
        border-bottom: 0.5px solid #EAE9EC;
    }
}

@media(max-width:1024px){
    .menu-primary-menu-container{
        border-top:1px solid #EAE9EC;
    }
}

.arrow-expand, .arrow-back{
    display:none;
}

@media(max-width:1024px){
    ul.extendedmenuacf>li.depth_0{
        width:100%;
        border-bottom:1px solid #EAE9EC;
        justify-content: space-between;
        height:auto;
    }
    ul.extendedmenuacf>li.depth_0:last-child{
        border-bottom:none;
    }
    ul.extendedmenuacf>li>a{
        letter-spacing: 0.08em;
        padding:10px;
        width:100%;
    }
    ul.extendedmenuacf>li.menu-item:hover>a{
        background-color:rgba(0,0,0,0);
    }
    .arrow-expand{
        width:40px;
        height:40px;
        transform:rotate(-90deg);
        aspect-ratio: 1/1;
        display:flex;
        justify-content: center;
        align-items: center;
        cursor:pointer;
        /*border-top: 1px solid #EAE9EC;*/
    }

    .submenu-wrapper {
        position: absolute;
        background-color: #fff;
        top: 40px;
        left: 0;
        z-index: 1000;
        border-top: 1px solid #EAE9EC;
        padding-top:15px;
        padding-bottom:0;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        width:100%;
        min-height: 100%;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }
    .submenu-wrapper>ul {
        flex-direction: column;
        padding-top:0;
    }
    ul.extendedmenuacf ul.sub-menu{
        border-top:none;
        border-bottom: 0.5px solid #EAE9EC;
        padding-top:0px;
        max-height: calc(100vh - 150px);
        overflow-y: scroll;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .submenu-wrapper>ul>li {
        width:100%!important;
        border-left:none!important;
        border-right:none!important;
        border-bottom:1px solid #EAE9EC;
        padding: 24px 20px !important;
    }
    .submenu-wrapper>ul>li:last-child {
        border:none;
    }

    .arrow-back{
        border-top: 1px solid #EAE9EC;
        display: flex;
        gap: 5px;
        font-size: 16px;
        border: 1px solid #EAE9EC;
        border-radius: 40px;
        width: 100px;
        padding: 5px 15px 6px;
        margin-left: 26px;
        margin-bottom: 0px;
        cursor:pointer;
    }

    .arrow-back img{
        transform:rotate(90deg);
    }

    .submenu-title, .section-ongoing-title, .section-right-title{
        font-size:20px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .submenu-description {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .link-with-icon img{
        width: 22px;
        height: 22px;
        margin: 8px 0;
    }

    .submenu-links a{
        font-size: 16px;
        line-height: 22px;
        margin: 8px 0;
    }

    .submenu-links>ul>li, .submenu-links>p{
        margin: 8px 0;
    }

    .submenu-button{
        font-size: 13px;
        line-height: 13px;
        padding: 10px 16px;
        gap: 5px;
        margin-top: 14px;
        margin-bottom: 5px;
    }

    .submenu-button span{
        position:relative;
        top:-1px;
    }

    .submenu-button svg{
        width:18px;
        height:18px;
    }

    .block-with-image .block-with-image-left{
        width:65%;
    }

    .block-with-image-right {
        width: 35%;
        padding: 10px;
        display: flex;
        /* align-items: flex-end;
        justify-content: center; */
        align-self: start;
            align-items: flex-start;
            justify-content: center;
    }

    .right-column-wrapper img, .right-column-wrapper svg{
        width:18px;
        height:18px;
    }

    .right-column-image img {
        width:100%;
        height:100%;
    }

    .right-column-wrapper{
        padding: 20px 20px;
        padding-bottom:10px!important;
        border-radius: 20px;
    }

    .section-ongoing{
        border-radius: 20px;
    }

    .section-ongoing-title{
        margin-bottom:0;
    }

    .right-column-wrapper .submenu-links{
        margin-bottom:5px;
    }

    .right-column-wrapper .submenu-button{
        margin-top:10px;
        margin-bottom:10px;
    }
}


@media screen and (max-width: 1024px) {
	.extendedmenuacf-lang{
		display:none;
	}
}

ul.extendedmenuacf>li.wpml-ls-item{
	display:none;
}
@media screen and (max-width: 1024px) {
	ul.extendedmenuacf>li.wpml-ls-item{
		display:flex;
	}
}

ul.extendedmenuacf  .wpml-ls-item  ul.sub-menu {
    overflow-y: inherit;
}

.wpforms-container.wpforms-render-modern{
    .wpforms-form input[type=email],
        .wpforms-form input[type=tel],
        .wpforms-form input[type=text],
        .wpforms-form input[type=url],
        .wpforms-form select,
        .wpforms-form textarea {
            margin-top: 0;
            margin-bottom: 2rem;
        }
}
