.ac-contact-bar {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 2147482000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ac-contact-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid #343434;
  border-radius: 18px;
  background: #111 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ac-contact-action:hover,
.ac-contact-action:focus-visible {
  border-color: #5a5a5a;
  background: #242424 !important;
  color: #fff !important;
  transform: translateX(-2px);
}

.ac-contact-action:focus-visible {
  outline: 3px solid #101522;
  outline-offset: 2px;
}

.ac-contact-action img {
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.form_social .form_social_body a.max,
.block_social .block_social_body a.max {
  background: #5364f2;
}

.ac-contact-action > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ac-contact-action::after {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  padding: 7px 10px;
  border: 1px solid #343434;
  border-radius: 8px;
  background: #111;
  color: #fff;
  content: attr(data-label);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.ac-contact-action:hover::after,
.ac-contact-action:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.form_social .form_social_body a.max:hover,
.block_social .block_social_body a.max:hover {
  background: #4657df;
}

.block_select .select-icon img {
  object-fit: contain;
}

.wrap_table .item .label_title {
  position: relative;
  padding-right: 28px;
  color: #111;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  pointer-events: none;
  transition: color 160ms ease;
}

.wrap_table .item .label_title::after {
  position: absolute;
  top: 50%;
  right: 2px;
  color: #1b6ee3;
  content: '\203A';
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-53%);
  transition: transform 160ms ease;
}

.wrap_table .item:hover .label_title,
.wrap_table .item:focus-within .label_title {
  color: #0b57c5;
}

.wrap_table .item:hover .label_title::after,
.wrap_table .item:focus-within .label_title::after {
  transform: translate(3px, -53%);
}

.form_social_head > img,
.block_social_head > img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.form_social_head .ac-contact-telegram-icon,
.block_social_head .ac-contact-telegram-icon {
  margin-left: 4px;
}

@media (max-width: 640px) {
  .wrap_table .item .label_title {
    padding-right: 25px;
    font-size: 18px;
    line-height: 1.28;
  }

  .ac-contact-bar {
    right: 14px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    gap: 9px;
  }

  .ac-contact-action {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }

  .ac-contact-action::after {
    display: none;
  }
}
