body.home.page-id-667 .vc_custom_1762873971144 .nectar-cta a.link_text {
  cursor: pointer;
}

body.ferges-contact-dialog-open {
  overflow: hidden;
}

.ferges-contact-dialog[hidden] {
  display: none !important;
}

.ferges-contact-dialog {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(10, 18, 24, 0.24);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.ferges-contact-dialog.is-open {
  opacity: 1;
}

.ferges-contact-dialog__panel {
  width: min(390px, 100%);
  max-height: calc(100svh - 40px);
  overflow: auto;
  padding: 20px;
  border: 0;
  border-radius: 18px;
  color: #36352f;
  background: #fff;
  box-shadow: 0 30px 80px rgba(40, 38, 32, 0.3);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  transform: translateY(10px) scale(0.985);
  transition: transform 250ms ease;
}

.ferges-contact-dialog.is-open .ferges-contact-dialog__panel {
  transform: none;
}

.ferges-contact-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.ferges-contact-dialog__header > div:first-child {
  transform: translateY(4px);
}

.ferges-contact-dialog__header h2 {
  margin: 0;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.32;
}

.ferges-contact-dialog__header p {
  margin: 0;
  color: #56554e;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.6;
}

.ferges-contact-dialog__close {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  padding: 1px 6px;
  border: 0;
  border-radius: 200px;
  color: #36352f;
  background: none;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms ease;
}

.ferges-contact-dialog__close:hover {
  color: #bfaa7d;
  transform: rotate(90deg);
}

.ferges-contact-dialog__close:active {
  transform: rotate(90deg) scale(0.9);
}

.ferges-contact-dialog__actions {
  display: grid;
  gap: 9px;
}

.ferges-contact-dialog__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  padding: 5px 5px 5px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  color: #36352f !important;
  background: #fff;
  box-shadow: 0 3px 12px rgba(9, 25, 38, 0.08);
  font-size: 14px;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.ferges-contact-dialog__action:hover {
  color: #36352f !important;
  box-shadow: 0 5px 16px rgba(9, 25, 38, 0.14);
  transform: translateY(-1px);
}

.ferges-contact-dialog__action:focus-visible {
  outline: 2px solid #bfaa7d;
  outline-offset: 3px;
}

.ferges-contact-dialog__close:focus,
.ferges-contact-dialog__close:focus-visible {
  outline: none;
}

.ferges-contact-dialog__icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #555;
}

.ferges-contact-dialog__icon img {
  display: block;
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.ferges-contact-dialog__icon img[src*="telegram.svg"] {
  transform: translate(-1px, 1px);
}

.ferges-contact-dialog__icon img[src*="yclients.svg"] {
  transform: translateY(2px);
}

body.home.page-id-667 section.first-section .wpb_row.inner_row.vc_hidden-xs h5 {
  white-space: nowrap !important;
}

@media (max-width: 1744px) {
  body.home.page-id-667 section.first-section .wpb_row.inner_row.vc_hidden-xs {
    display: none !important;
  }
}

@media (max-width: 690px) {
  .ferges-contact-dialog {
    padding: 20px;
  }

  .ferges-contact-dialog__panel {
    padding: 18px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ferges-contact-dialog,
  .ferges-contact-dialog__panel,
  .ferges-contact-dialog__action {
    transition: none;
  }
}
