.icon-lang {
  position: fixed;
  top: 24px;
  right: 64px;
  font-size: 18px;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.icon-lang:hover {
  color: #333;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .woka-login__content {
    flex: 0 0 45%;
  }
}

.woka-header__lang-list {
  position: fixed;
  top: 55px;
  right: 64px;
  text-align: left;
  list-style: none;
  background-color: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  transform: translateY(-20%);
}

.wk-btn-logout {
  position: fixed;
  top: 20px;
  right: 32px;
  float: right;
  color: black;
  background-color: transparent;
  padding: 5px 8px;
  border: none;
}

.wk-btn-logout:hover {
  cursor: pointer;
  text-decoration: underline;
}

.wk-header-btn-lang {
  position: fixed;
  top: 20px;
  right: 144px;
  float: right;
  padding: 4px 8px;
  border: none;
  background-color: transparent;
}

.wk-header-btn-lang:hover {
  text-decoration: underline;
  cursor: pointer;
}

.wk-modal-bg {
  width: 100%;
  height: 100vh;
  z-index: 900;
  position: absolute;
  background-color: #1f1f1f;
  opacity: 0.9;
}

.wk-modal-block {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wk-modal--show {
  display: flex;
  transition: cubic-bezier(0.215, 0.610, 0.355, 1);
}

.wk-modal--hidden {
  display: none;
}

.wk-modal {
  background-color: white;
  border: 1px solid gainsboro;
  border-radius: 5px;;
  padding: 20px 24px;
  padding-top: 10px;
  z-index: 1000;
  position: absolute;
}

.wk-modal-title {
  margin-bottom: 16px;
}

.wk-btn-modal-block {
  display: flex;
  justify-content: right;
}

.wk-close-btn {
  margin-right: -10px;
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: black;
}

.wk-close-btn :hover {
  cursor: pointer;
}
.wk-close-icon {
  color: white
}

.wk-close-icon:hover {
  cursor: pointer;
}

.woka-header__lang-list.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.woka-header__lange-item {
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  list-style-type: none;
  margin-bottom: 4px;
}

.woka-header__lange-item:hover {
  background-color: #69c0ff;
  color: #fff;
}

.woka-header__lang-link {
  text-decoration: none;
  color: #333;
}

.woka-header__lange-item:hover .woka-header__lang-link {
  color: #fff;
}
