#footer {
  margin-top: 20px !important;
  background-color: #d8ebfd;
}
.custom-footer__contact {
  display: none;
}
.custom-footer > div {
  width: calc(100% / 3);
}

.cdmc-contact {
  box-sizing: border-box;
  padding: 30px 34px;
  border-radius: var(--cdmc-radius, 14px);
  background: rgba(255, 255, 255, 0.5);
  font-family: var(--cdmc-font);
  color: var(--cdmc-ink, #171717);
}

.cdmc-contact * {
  box-sizing: border-box;
}

.cdmc-contact__title {
  margin: 0 0 26px;
  font-family: var(--cdmc-font);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
}

.cdmc-contact__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cdmc-contact__item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cdmc-contact__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 26px;
}

.cdmc-contact__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--cdmc-ink, #171717);
}

.cdmc-contact__link {
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  color: inherit;
}

.cdmc-contact__link--plain {
  text-decoration: none;
}

.cdmc-contact__link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cdmc-contact {
    padding: 22px 20px;
  }

  .cdmc-contact__title {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .cdmc-contact__icon {
    width: 28px;
    height: 22px;
  }
}

.cdmc-socials {
  box-sizing: border-box;
  font-family: var(--cdmc-font);
  color: var(--cdmc-ink, #171717);
}

.cdmc-socials * {
  box-sizing: border-box;
}

.cdmc-socials__title {
  margin: 0 0 20px;
  font-family: var(--cdmc-font);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
}

.cdmc-socials__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cdmc-socials__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cdmc-socials__link {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  color: inherit;
}

.cdmc-socials__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.cdmc-socials__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.cdmc-socials__label {
  text-decoration: underline;
}

.cdmc-socials__link:hover .cdmc-socials__label {
  text-decoration: none;
}
@media (max-width: 992px) {
  .custom-footer > div {
    width: 100%;
  }
  .cdmc-contact {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .cdmc-socials__title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
