#hotline {
  left: var(--left, inherit);
  right: var(--right, inherit);
  bottom: var(--bottom, inherit);
  display: none;
}

#hotline.btn-frame {
  display: block !important;
}
#hotline.btn-frame i {
  background: var(--background);
}
#hotline.btn-frame .kenit-alo-circle {
  border: 2px solid var(--background);
  border-color: var(--background);
}
#hotline.btn-frame .kenit-alo-circle-fill {
  background-color: var(--background);
}

#hotline.btn-phone span {
  position: absolute;
  --location: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--backgroundText);
  padding: 5px 40px 5px 25px;
  z-index: -1;
  border: 1px solid var(--backgroundText);
  border-radius: 30px;
  color: var(--color);
  font-weight: 700;
  font-size: 17px;
}

#hotline.hotline-one {
  z-index: 999999;
  width: 50px;
  height: 50px;
}

#hotline.hotline-one--left {
  left: 50px !important;
  right: auto !important;
  bottom: 110px;
}

#hotline.hotline-one--right {
  left: auto !important;
  right: var(--right, 10px) !important;
}

#hotline.hotline-one .hotline-one-toggle {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#hotline.hotline-one .hotline-one-toggle:focus {
  outline: none;
}

#hotline.hotline-one .hotline-one-list {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 190px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

#hotline.hotline-one--left .hotline-one-list {
  left: 62px;
  align-items: flex-start;
}

#hotline.hotline-one--right .hotline-one-list {
  right: 62px;
  align-items: flex-end;
}

#hotline.hotline-one.is-open .hotline-one-list {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

#hotline.hotline-one .hotline-one-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  /* min-width: 160px; */
  max-width: calc(100vw - 90px);
  padding: 7px 14px 7px 8px;
  color: var(--color);
  background: var(--backgroundText);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}

#hotline.hotline-one .hotline-one-list a i {
  position: static;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--background);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

#hotline.hotline-one .hotline-one-list a span {
  position: static;
  z-index: auto;
  display: inline-block;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transform: none;
}

#hotline.hotline-two {
  z-index: 999999;
  width: max-content;
  height: auto;
}

#hotline.hotline-two--left {
  left: var(--left, 10px) !important;
  right: auto !important;
}

#hotline.hotline-two--right {
  left: auto !important;
  right: var(--right, 10px) !important;
}

#hotline.hotline-two .hotline-two-list {
  position: relative;
  bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 150px;
  pointer-events: auto;
  opacity: 1;
  transform: none;
  transition: none;
}

#hotline.hotline-two .hotline-two-list.is-visible a {
  opacity: 0;
  transform: translateX(-10px);
  animation: hotline-two-slide 0.42s ease forwards;
}

#hotline.hotline-two .hotline-two-list.is-visible a:nth-child(2) {
  animation-delay: 0.08s;
}

#hotline.hotline-two .hotline-two-list.is-visible a:nth-child(3) {
  animation-delay: 0.16s;
}

#hotline.hotline-two .hotline-two-list.is-visible a:nth-child(4) {
  animation-delay: 0.24s;
}

#hotline.hotline-two--left .hotline-two-list {
  left: auto;
  align-items: flex-start;
}

#hotline.hotline-two--right .hotline-two-list {
  right: auto;
  align-items: flex-end;
}

#hotline.hotline-two .hotline-two-list.is-visible {
  opacity: 1;
  transform: none;
}

#hotline.hotline-two .hotline-two-list a {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  width: max-content;
  min-width: 172px;
  max-width: calc(100vw - 90px);
  padding: 7px 18px 7px 8px;
  color: #fff;
  background: linear-gradient(
    90deg,
    var(--backgroundText) 0%,
    rgba(250, 157, 211, 0.96) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(255, 0, 2, 0.14);
  white-space: nowrap;
}

#hotline.hotline-two .hotline-two-list a i {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--background);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.32),
    0 0 0 9px rgba(255, 0, 2, 0.14);
  animation: hotline-two-shake 1.3s ease-in-out infinite;
}

#hotline.hotline-two .hotline-two-list a i::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: var(--background);
  opacity: 0.16;
  z-index: -1;
  animation: hotline-two-pulse 1.45s ease-out infinite;
}

#hotline.hotline-two .hotline-two-list a i::after {
  box-shadow: none;
}

#hotline.hotline-two .hotline-two-list a span {
  position: static;
  z-index: auto;
  display: inline-block;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transform: none;
}

@media (max-width: 576px) {
  #hotline.hotline-one {
    left: 8px !important;
    right: auto !important;
    bottom: 240px !important;
  }

  #hotline.hotline-one--left {
    left: 8px !important;
    right: auto !important;
  }

  #hotline.hotline-one--right {
    left: auto !important;
    right: 20px !important;
  }

  #hotline.hotline-two {
    bottom: max(var(--bottom, 10px), 78px) !important;
  }

  #hotline.hotline-two--left {
    left: 8px !important;
  }

  #hotline.hotline-two--right {
    right: 8px !important;
  }

  #hotline.hotline-one .hotline-one-list {
    gap: 8px;
    min-width: 165px;
  }

  #hotline.hotline-one .hotline-one-list a {
    min-width: 145px;
    padding: 6px 12px 6px 7px;
    font-size: 14px;
  }

  #hotline.hotline-one .hotline-one-list a i {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  #hotline.hotline-two .hotline-two-list {
    gap: 6px;
    min-width: 108px;
  }

  #hotline.hotline-two .hotline-two-list a {
    min-width: 112px;
    padding: 4px 10px 4px 5px;
    font-size: 11px;
    box-shadow: 0 5px 12px rgba(255, 0, 2, 0.12);
  }

  #hotline.hotline-two .hotline-two-list a i {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.28),
      0 0 0 6px rgba(255, 0, 2, 0.1);
  }

  #hotline.hotline-two .hotline-two-list a i::after {
    inset: -7px;
  }
}

@keyframes hotline-two-slide {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hotline-two-pulse {
  0% {
    transform: scale(0.75);
    opacity: 0.22;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes hotline-two-shake {
  0%,
  100% {
    transform: rotate(0);
  }
  12% {
    transform: rotate(-12deg);
  }
  24% {
    transform: rotate(12deg);
  }
  36% {
    transform: rotate(-8deg);
  }
  48% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(0);
  }
}

.contact-group {
  position: fixed;
  z-index: 999999;
}
.contact-group .icon,
.btn-icon-facebook .icon-fb {
  width: 48px;
  height: 48px;
  background: var(--background);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.contact-group .icon:after,
.btn-icon-facebook .icon-fb:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
.contact-group .icon:before,
.btn-icon-facebook .icon-fb:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -7px;
  left: -7px;
  border: 1px solid rgba(243, 113, 33, 0.2);
  border-radius: inherit;
  -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1)
    infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  z-index: -1;
  background: transparent;
  -webkit-animation-fill-mode: forwards;
}
.contact-group .icon span {
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 240ms linear;
}
.contact-group .icon.active span:first-child {
  transform: rotate(45deg);
  top: 22px;
  left: 11px;
}
.contact-group .icon.active span:nth-of-type(2) {
  transform: scale(0);
}
.contact-group .icon.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 22px;
  left: 11px;
}
.contact-group .icon span:first-child {
  top: 17px;
}
.contact-group .icon span:nth-of-type(2) {
  top: 24px;
}
.contact-group .icon span:nth-of-type(3) {
  top: 31px;
}
.btn-icon-facebook {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  cursor: pointer;
}
.contact-group .button-action-group {
  position: absolute;
  right: -160px;
  bottom: 55px;
  min-width: 210px;
}
.contact-group .button-action-group:not(.active) a {
  display: none;
}
.contact-group .button-action-group a {
  display: block;
  opacity: 0;
  padding: 5px 10px;
  background: var(--backgroundText);
  margin-bottom: 15px;
  color: var(--color);
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 1px;
  -webkit-animation: fadeup 1s cubic-bezier(0.24, 0, 0.38, 1);
  animation: fadeup 1s cubic-bezier(0.24, 0, 0.38, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.contact-group .button-action-group a + a {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.contact-group .button-action-group a i {
  width: 48px;
  height: 48px;
  background: var(--background);
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  margin: -10px 10px -10px -10px;
  box-shadow: 2px 0 7px -2px #00000078;
  position: relative;
}
.contact-group .button-action-group a i:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  border-width: 1px;
  border-left-color: #f1f1f1;
  border-style: solid;
  border-right-color: #f1f1f1;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: rotate 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: rotate 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}
div.wpcf7-select-parent select option {
  color: black;
}
.fb_dialog_advanced,
.fb_dialog_mobile {
  bottom: 20px !important;
  right: 20px !important;
  display: none !important;
}
input:focus {
  outline: #f37121 5px !important;
}
