 /* Шапка сайта | Изменяем ссылку на телефона на мессенджер Max. */
.header-twelve__phone-link {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: var(--gap-small);
}
.header-twelve__phone-link > svg {
    width: 26px;
    height: 26px;
}
.header-twelve__phone-wrapper {
    display: flex;
    flex-direction: column;
}
.header-twelve__phone-number {
    font-size:17px! important;
    font-weight:600;
}
 /* Шапка сайта | Изменяем всплывающее меню контактов полностью на свой код. */
.contact-info__contact-name {
    font-size: 19px !important;
}
 /* Подвал сайта */
.footer-two-foot {
   box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.04), 0 -2px 2px rgba(0, 0, 0, 0.08)! important;
}
.footer-two__top {
  display: flex;
  align-items: center;
  max-width: var(--frame-width);
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.footer-two__top > :not(:last-child) {
  margin-right: var(--gap-extended);
}
.footer-two-text-content {
    flex-shrink: 0;
    margin-left: auto;
}
 .footer-two-empty-space {
    flex: 1;
    font-size: 15px;
    text-align: center;
    padding: 12px 15px 10px 15px; 
    border-radius: 6px;
    background: #fff;
    box-shadow: 
    inset 0 0 1px rgba(0, 0, 0, 0.2),
    inset 0 0 15px rgba(0, 0, 0, 0.1);
}
.footer-two-text-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: right;
}
.footer-two-text-line {
    line-height: 1.0;
    color: #000000;
    text-align: center
}
.footer-two-text-line i {
    margin-right: 6px;
    color: #3498db;
    font-size: 12px;
}
.footer-two-text-line a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-two-text-line a:hover {
    color: #000000;
    text-decoration: underline;
}
.two-txe {
    font-size: 18px;
}

.two-txn {
    font-size: 13px;
}
.two-txy {
    font-size: 13px;
    font-weight: 600;
}
.footer-two-cook {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    font-size: 13px;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.04), 0 -2px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 6px 24px rgba(0, 0, 0, 0.04), inset 0 2px 2px rgba(0, 0, 0, 0.08);
}

 /* ------------------------------------------------------------- */