/* Contacts-socials-98syg START */
.contacts-socials-98syg__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 46px;
  min-height: 176px;
  padding: 40px 0;
}

.contacts-socials-98syg__title {
  color: #101828;
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
}

.contacts-socials-98syg__links-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contacts-socials-98syg__link {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  text-decoration: none;
  min-width: 200px;
  transition: background 0.2s ease-out;
}
@media (max-width: 989px) {
  .contacts-socials-98syg__link {
    flex: 1 1 auto;
    min-width: auto;
  }
}

.contacts-socials-98syg__link.tg {
  background: #5BBBE8;
}

.contacts-socials-98syg__link.tg:hover {
  background: #4598bf;
}

.contacts-socials-98syg__link.whatsapp {
  background: #53B752;
}

.contacts-socials-98syg__link.whatsapp:hover {
  background: #3e8c3d;
}

.contacts-socials-98syg__link.live-chat {
  background: #475467;
}

.contacts-socials-98syg__link.live-chat:hover {
  background: #5a6474;
}

.contacts-socials-98syg__link.request-a-call {
  background: #2C405B;
}

.contacts-socials-98syg__link.request-a-call:hover {
  background: #36475d;
}

.contacts-socials-98syg.bordered .contacts-socials-98syg__box {
  gap: 40px;
  border-radius: 12px;
  padding-left: 80px;
  padding-right: 80px;
  border: 1px solid var(--Grey-300, #D0D5DD);
}

@media (max-width: 989px) {
  .contacts-socials-98syg__box {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
    border: none;
    min-height: inherit;
  }
  .contacts-socials-98syg__links-row {
    width: 100%;
    gap: 8px;
  }
  .contacts-socials-98syg__link span {
    display: none;
  }
  .contacts-socials-98syg__title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  .contacts-socials-98syg.bordered {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--Grey-200, #EAECF0);
  }
  .contacts-socials-98syg.bordered .contacts-socials-98syg__box {
    padding: 0;
    border: none;
  }
}
/* Contacts-socials-98syg END */
