/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 19:47:49 */
/* === Кнопка WhatsApp === */
.custom-wide-button--wa {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 21px;
  padding-right: 21px;
  height: 54px;
  background-color: #189E3C;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: "Tilda Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* текст + иконка слева */
.custom-wide-button--wa .text {
  flex-grow: 1;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-wide-button--wa .text img {
  width: 20px;
  height: 20px;
  display: block;
}

/* иконка справа (стрелка) */
.custom-wide-button--wa .icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.custom-wide-button--wa .icon img {
  width: 16px;
  height: 16px;
  display: block;
}

/* эффекты */
.custom-wide-button--wa:active {
  transform: scale(0.97);
  background-color: #0F6E29;
}
@media (hover:hover) and (pointer:fine) {
  .custom-wide-button--wa:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-color: #148633;
  }
}

/* адаптив */
@media (max-width: 767px) {
  .custom-wide-button--wa {
    height: 47px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* WhatsApp — фон не меняется ни при каких :hover/:active/:focus/:visited */
.custom-wide-button--wa,
.custom-wide-button--wa:hover,
.custom-wide-button--wa:focus,
.custom-wide-button--wa:active,
.custom-wide-button--wa:visited {
  background-color: #189E3C !important;
  background-image: none !important;
  color: #fff !important;
  filter: none !important;
  opacity: 1 !important;
}
