.page-header {
  position: relative;
  z-index: 10;
  flex-wrap: nowrap;
}

.page-header .title-mobile,
.page-header .title {
  margin-left: auto;
}


@font-face {
  font-family: 'pfd';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/wp-content/themes/icoffee/fonts/PFDinTextCondPro-Medium.woff2) format('woff2');
}

.lang {
  margin-left: 30px;
}
.lang a {
  text-decoration: none !important;
  color: #ffffff !important;
}
.dropdown {
  position: relative;
}

.dropdown .dropdown-toggle {
  outline: none;
  font-family: inherit;
  margin: 0;
}

.dropdown-menu {
  top: 100%;
  display: none;
  position: absolute;
  min-width: 100%;
  z-index: 1;
  left: 0;
}

.dropdown:focus-within .dropdown-menu,
.dropdown-toggle:hover + .dropdown-menu,
.dropdown-toggle:focus + .dropdown-menu,
.dropdown:hover .dropdown-menu {
  display: block;
}

.lang-dropdown {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.09;
}

.lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7CC35A;
  color: #FFFFFF;
  padding: 5px 2px 3px;
  text-align: center;
  width: 56px;
  height: 56px;
  text-decoration: none;
  border-radius: 4px;
  background: #141415;
  transition: all .3s ease-in-out;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'pfd', sans-serif !important;
  line-height: 46px !important;
}
.lang-toggle:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 9px 8px;
  border-style: solid;
  border-color: transparent transparent #7CC35A;
  opacity: 0;
  /*transition: all .3s ease-in-out;*/
}
.dropdown:focus-within .lang-toggle,
.dropdown .lang-toggle:focus,
.dropdown:hover .lang-toggle {
  border-color: #477034;
}
.dropdown:focus-within .lang-toggle:before,
.dropdown .lang-toggle:focus:before,
.dropdown:hover .lang-toggle:before {
  opacity: 1;
  border-color: transparent transparent #477034;
}
.lang-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  padding-top: 14px;
}
.lang-dropdown .dropdown-menu ul {
  background: #477034;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.lang-dropdown .dropdown-menu li {
  width: 100%;
}
.lang-dropdown .dropdown-menu li + li {
  border-top: 1px solid #315321;
}
.lang-dropdown .dropdown-menu li:first-child a {
  border-radius: 4px 4px 0 0;
}
.lang-dropdown .dropdown-menu li:last-child a {
  border-radius: 0 0 4px 4px;
}
.lang-dropdown .dropdown-menu a {
  display: block;
  padding: 9px 15px;
  color: #ffffff;
  background-color: #7CC35A;
  text-decoration: none;
  font-size: 18px;
}
.lang-dropdown .dropdown-menu a:hover,
.lang-dropdown .dropdown-menu a:focus,
  /*.lang-dropdown .dropdown-menu .active a,*/
.lang-dropdown .dropdown-menu:not(:focus-within) ul:not(:hover) .active a {
  background-color: #477034;
}
@media screen and (max-width: 1024px) {
  .lang {
    margin-left: 12px;
  }

  .lang-toggle {
    padding: 5px 2px 3px;
    width: 36px;
    height: 44px;
    line-height: 30px !important;
  }
}