.nav-cta-wrapper {
	display: flex;
    height: 100%;
}
.custom-lang-wrapper {
	height: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.custom-lang-wrapper button {
    background: transparent;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    min-width: 117px;
}
.custom-lang-wrapper button:after {
    background: transparent url(lang-assets/arrowdown.svg) no-repeat 0 0;
    content: "";
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: 10px;
    margin-top: 2px;
}
.custom-lang-wrapper button > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(lang-assets/globe_icon_neg.svg) no-repeat 0 0;
    background-size: cover;
    margin-right: 5px;
}

body.hmenu-position-center .main-menu-container .navbar-cta.navbar-nav-last {
    min-width: auto;
}

.dropdown-wrapper {
    line-height: 1.5;
    position: absolute;
    top: 75px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    box-shadow:0px 4px 8px -4px rgba(0, 0, 0, 0.04), 0px 24px 84px -16px rgba(0, 0, 0, 0.25);
    padding: 12px;
    display: none;
   
}
.country-item {
    padding: 12px 10px 13px 8px;
    font-size: 17px;
    font-weight: 600;
    min-width: 235px;
    border-radius: 6px;
    border-bottom: 1px solid #F0EFEC;
}
.country-item a {
    color: #000;
}
.country-item.current {
    position: relative;
}
.country-item.current:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url(lang-assets/check.svg) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 12px;
    right: 0;
}

.country-item .flag {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: -5px;
}
.country-item .flag.fi {
    background: transparent url(lang-assets/flag-fin.svg) no-repeat 0 0;
    background-size: cover;
}
.country-item .flag.et {
    background: transparent url(lang-assets/flag-et.svg) no-repeat 0 0;
    background-size: cover;
}
.country-item .flag.de {
    background: transparent url(lang-assets/flag-de.svg) no-repeat 0 0;
    background-size: cover;
}
.country-item .flag.se {
    background: transparent url(lang-assets/flag-sv.svg) no-repeat 0 0;
    background-size: cover;
}
.langlist {
    padding-left: 0px;
    width: 100%;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}
.langlist li {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
}
.langlist li a{
    color: #000;
}
.langlist li.current-lang {
    background: #BCF0E0;
    position: relative;
    
}
.langlist li.current-lang:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url(lang-assets/check.svg) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 5px;

}

.subtitle {
    font-size: 12px;
}

.pll-switcher-select {
    min-width: 100px;

}

@media (max-width: 960px) {
    .nav-cta-wrapper {
        padding: 0 36px;
        align-items: center;
    }
    .navbar-cta {
        order: 1;
        width: 100%;
    }
    .navbar-cta ul li a {
        padding-left: 0 !important;
    }
    .custom-lang-wrapper {
        width: 100%;
        order: 2;
        justify-content: flex-end;
    }
    .custom-lang-wrapper button {
        justify-content: space-between;
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }
    #menu-call-to-action-menu {
        padding-bottom: 0 !important;
    }
    #menu-call-to-action-menu a {
        padding: 0 !important;
    }
}