footer {
  /* display: flex; */
  margin-top: 40px;
  background-color: var(--color-grey-dark);
  color: var(--sm-bg-header);
}

.row_menu_contacts_footer {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 !important;
}

@media screen and (max-width: 768px) {
  .row_menu_contacts_footer {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .footer-social,
  .contacts_info_footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-articles {
    display: none;
  }
  .copyright {
    justify-content: center;
  }
  .copyright p {
    display: none;
  }
}

footer a {
  text-decoration: none;
  color: var(--sm-bg-header);
}

footer a:hover {
  color: var(--sm-bg-header);
  text-decoration: underline;
}

footer .h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
}

footer .logo img {
  width: 122px !important;
}

footer .list_footer ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .list_footer a {
  font-size: 14px;
}

.contacts_info_footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts_info_footer .phones {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 28px;
  font-weight: 700;
}

.contacts_info_footer p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.contacts_info_footer p svg {
  width: 24px;
  height: 24px;
}

.contacts_info_footer a[href*="mailto"] {
  text-decoration: underline;
}

footer .callback {
  max-width: 225px;
  display: flex;
  justify-content: center;
}

.social_group_footer {
  display: flex;
  gap: 8px
}

.social_group_footer a {
  width: 32px;
  height: 32px;
  text-decoration: unset;
}

.social_group_footer svg {
  width: 32px;
  height: 32px;
}
.social_group_footer .viber {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #41b4e6;
}

.social_group_footer .viber-background {
  width: 20px;
}

.social_group_footer .viber-icon {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}

footer .money_systems {
  margin-bottom: 20px;
}

.icon-wrapper {
  display: flex;
  gap: 20px;
}

.money_systems .mastercard {
  width: 40px;
  height: 30px;
}

.money_systems .visa {
  height: 30px;
  width: 90px;
}

.money_systems .np {
  height: 30px;
  width: 84px;
}

.copyright {
  margin: 90px auto 40px !important;
  font-size: 14px;
  font-weight: 400;
}

.copyright p {
  display: inline;
  margin: 0;
}