#mayers-floating-stack {
  position: static;
  z-index: 9999;
  pointer-events: none;
}

#wmkc {
  position: fixed;
  right: 9px;
  top: 40%;
  transform: translateY(-50%) scale(1.2);
  transform-origin: center right;
  font-family: var(--fontfamily, Arial);
  z-index: 9999;
  pointer-events: auto;
}

#wmkc * {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.1;
}

#wmkc .wmkc-img {
  width: 50px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background: linear-gradient(0deg, var(--color, #5087f5) 0, var(--color1, var(--color, #53b7fd)) 100%);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  z-index: 3;
  position: relative;
  border: 0;
}

#wmkc .wmkc-img img {
  width: 20px;
  height: auto;
}

#wmkc .wmkc-img span {
  writing-mode: vertical-lr;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 6px;
}

#wmkc .wmkc-content-box {
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(80, 80, 80, 0.29);
  border-radius: 3px;
  width: 270px;
  min-height: 200px;
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(350px);
  padding: 18px 16px;
  transition: all 0.2s linear;
  z-index: 1;
}

#wmkc .wmkc-content-box.is-active {
  transform: translateY(-50%) translateX(0);
}

#wmkc .wmkc-content-box .wmkc-information {
  color: #999;
  margin-bottom: 15px;
}

#wmkc .wmkc-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

#wmkc .wmkc-list > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

#wmkc .wmkc-list > li:last-child {
  margin-bottom: 0;
}

#wmkc .wmkc-list > li .wmkc-itemico {
  width: 36px;
  height: 36px;
  background: #eff2f7;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
}

#wmkc .wmkc-list > li .wmkc-itemcont {
  flex: 1;
  padding-left: 14px;
  min-width: 0;
}

#wmkc .wmkc-list > li .wmkc-itemcont a {
  color: var(--color, #5087f5);
  font-weight: 600;
  text-decoration: none;
}

#wmkc .wmkc-list > li .wmkc-itemcont a:hover {
  text-decoration: underline;
}

#wmkc .wmkc-list > li .wmkc-title {
  color: #333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#wmkc .wmkc-list > li p {
  margin: 0;
  padding: 0;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#wmkc .wmkc-list > li i {
  display: inline-block;
  background: url(https://img01.v15cdn.com/iconfloat/wmkc-ico30.webp) no-repeat;
  width: 28px;
  height: 28px;
}

#wmkc .wmkc-list > li.wmkc-whatsapp i {
  background-position: -14px -17px;
}

#wmkc .wmkc-list > li.wmkc-skype i {
  background-position: -62px -17px;
}

#wmkc .wmkc-list > li.wmkc-vkontakte i {
  background-position: -106px -18px;
}

#wmkc .wmkc-list > li.wmkc-email i {
  background-position: -160px -19px;
}

#wmkc .wmkc-list > li.wmkc-wechat i {
  background-position: -16px -61px;
}

#wmkc .wmkc-list > li.wmkc-teams i {
  background-position: -62px -62px;
}

#wmkc .wmkc-list > li.wmkc-phone i {
  background-position: -14px -17px;
}

#mayers-floating-stack .mayers-floating-stack__gotop {
  position: fixed;
  right: 35px;
  bottom: 140px;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 999;
  pointer-events: auto;
  transform: scale(1.2);
  transform-origin: right center;
  transition: opacity 0.2s ease, visibility 0.2s ease, box-shadow 0.15s ease, background 0.15s ease;
}

#mayers-floating-stack .mayers-floating-stack__gotop.is-act {
  opacity: 1;
  visibility: visible;
}

#mayers-floating-stack .mayers-floating-stack__gotop:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
  background: #fafafa;
}

#mayers-floating-stack .mayers-floating-stack__gotop em {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}

#mayers-floating-stack .mayers-floating-stack__gotop em::before,
#mayers-floating-stack .mayers-floating-stack__gotop em::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #666;
}

#mayers-floating-stack .mayers-floating-stack__gotop em::before {
  transform: translate(-20%, -50%) rotate(45deg);
}

#mayers-floating-stack .mayers-floating-stack__gotop em::after {
  transform: translate(-80%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
  #mayers-floating-stack {
    display: none;
  }
}

@media (min-width: 769px) {
  body:has(#mayers-floating-stack) .footerBottom .gotop {
    display: none;
  }
}
