.jkChoiFlag {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999999999;
  background-color: #0009;
}
.jkChoiFlagIn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 50%;
  min-width: 400px;
}
.jkChoiFlagIn p {
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 40px;
}
.jkChoiFlagClose {
  background-color: #fff;
  top: 30px;
  right: 9px;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
.jkChoiFlagClose::before {
  content: "\e912";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 20px;
  text-indent: 0;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-family: shoptet;
}
.jkChoiFlagClose:hover::before {
  color: red;
}
.jkChoiFlagButtons {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.jkChoiFlagButtons a {
  margin: 0 10px;
  width: calc(50% - 20px);
}

#header .site-name {
  line-height: 0;
}

.jkChoiFlag span.choiceDomain img,
.jkChoiFlag span.choiceDomain img:hover,
.jkChoiFlag span.choiceDomain img:active {
  height: 45px !important;
  margin: 0 10px;
}

.jkChoiFlag .SJChoiseDomain:hover span.choiceDomain,
.jkChoiFlag .SJChoiseDomain:active span.choiceDomain {
  position: relative !important;
  right: 0;
  bottom: 25px;
}

.jkChoiFlag span.choiceDomain {
  display: flex;
  justify-content: center;
  position: relative;
  /* margin: 10px auto; */
  text-align: center;
  right: 0;
  bottom: 25px;
  flex-direction: column;
}

.jkChoiFlagIn span.choiceDomain a {
  border: solid 1px black;
  margin: 5px auto;
  padding: 10px;
  color: black;
  text-align: left;
  width: 50%;
  min-width: 300px;
}

.jkChoiFlagIn span.choiceDomain a:hover,
.jkChoiFlagIn span.choiceDomain a:active {
  border: solid 1px black;
  margin: 5px auto;
  padding: 10px;
  color: black;
  text-align: left;
  width: 50%;
  background: aliceblue;
  box-shadow: 3px 3px 4px;
}

.navigation-buttons {
  display: flex;
  justify-content: flex-end;
}

.actualDomain {
  margin-right: 35px;
}
.actualDomain img {
  height: 20px;
  bottom: 3px;
  position: relative;
  border: solid 1px #00000054;
}

span.choiceDomain img {
  position: relative;
  height: 20px;
}

span.choiceDomain {
  position: relative;
  right: 14px;
  bottom: 10px;
}

span.choiceDomain img {
  border: solid 1px black;
  border-radius: 50%;
}

.navigation-buttons {
  max-height: 27px;
}

.SJChoiseDomain:hover span.choiceDomain img,
.SJChoiseDomain:active span.choiceDomain img {
  position: relative;
  height: 25px;
  transition-duration: 1s;
}

.SJChoiseDomain:hover span.choiceDomain,
.SJChoiseDomain:active span.choiceDomain {
  position: relative;
  right: 3px;
  bottom: 17px;
  transition-duration: 1s;
  pointer-events: auto;
}

.SJChoiseDomain:hover span.choiceDomain a,
.SJChoiseDomain:active span.choiceDomain a {
  pointer-events: auto;
}

.navigation-buttons span.flagText {
  display: none;
}
img.imageLogo {
  width: 43%;
  margin-bottom: 20px;
}

.countryText img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.countryText div {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 5px;
  font-weight: 600;
}

.countryText {
  margin: 30px;
}

@media only screen and (max-width: 768px) {
  .actualDomain {
    margin-left: 20px !important;
  }

  span.SJChoiseDomain {
    position: absolute;
    right: 98px;
    top: -49px;
    border: 0;
  }

  span.choiceDomain {
    position: relative;
    right: -3px;
    bottom: 7px;
  }

  .actualDomain::before {
    content: "20";
    height: 43px;
    width: 46px;
    color: transparent;

    z-index: 1000;
    position: absolute;
    pointer-events: none;
  }

  .SJChoiseDomain:hover .actualDomain::before,
  .SJChoiseDomain:active .actualDomain::before {
    display: none;
  }

  .actualDomain {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  span.SJChoiseDomain {
    margin-right: 20px;
  }
}
