#popup-modal{
  display: none;
}
.c-header__login-white{
  border-radius: 15px;
  color: #ffff;
  border: 2px solid #ffff;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  margin: 0 10px;
  padding: .3rem 2rem;
  text-decoration: none;
  background: transparent;
}
.c-header__login-white:hover {
  background: var(--color-white);
  border: 2px solid #063f63;
  color: #063f63;
}

/* Buk countries */
.buk-countries { appearance: none; border: none; background: transparent; cursor: pointer; position: relative;min-width:80px; margin-bottom: 12px;}
.buk-countries:focus{outline:none;}
{#.buk-countries--mobile {  margin-right: 30px;}#}
.buk-countries svg { transition: transform .4s ease; margin-bottom: 5px;}
.buk-countries.show svg { transform: rotate(180deg);}
.buk-countries__wrap { padding: 4px;display:flex;flex-direction: column;}
.buk-countries__link span { color: var(--color-blue-buk); font-size: 15px; font-family: var(--font-family-title);}
a.buk-countries__link {display:flex !important;}
.buk-countries__item { text-align: initial; padding: 8px 12px;width:150px !important;}
.buk-countries__item:hover { background-color: var(--wb-bg-modules);}
.buk-countries__submenu .buk-flag__xs { width: 20px; height: 20px;top:0px !important;}
.buk-countries__submenu { position: absolute; top: 40px; right: 0; width: 180px; background-color: #fff; border-radius: 16px; 
  box-shadow: 0px 0px 14px 0px rgba(43, 60, 106, 0.09); z-index: 5; transition: height .5s; height: 0; overflow: hidden;}
.buk-countries.show .buk-countries__submenu { height: 80px; z-index: 9;top: 45px;}
.buk-countries img {
    height: 20px !important;
    width: 20px !important;
    position: relative;
    top: 16px;
}

@media only screen and (min-width: 1020px) {
	.d-lg-flex{display:flex;}
 }


@media only screen and (max-width: 767px) { 
  .buk-countries { position: absolute; {#right: 60px;#}  top: -90px;
        right: -30px!important;}
}  

@media only screen and (max-width: 1020px) { 
  .buk-countries { position: absolute; {#right: 60px;#}  top: -90px;
        right: 50px;}
}  

@media only screen and (min-width: 1020px) {
  .buk-countries__submenu { 
    position: absolute; top: 40px; {#right: -90px;#} width: 180px; background-color: #fff; border-radius: 16px; z-index:9;
  }
}