:root {
  --dark: #00000040;
}

/* ************* */
/* стили шапки */
/* ************* */
.no-logo {
  filter: grayscale(1);
}

.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .contacts {
  display: flex;
  flex-direction: column;
}

.cook {
    width: 31.4375rem;
    padding: var(--p32);
    background: #FFFFFF;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: var(--p24);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 140%;
    align-items: center;
    text-align: center;
    color: #333333;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 1rem;
}
.cook__content {
    color: var(--dark);
}

.cook__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
}

/* ************* */
/* стили меню */
/* ************* */
#menu .menu_block {}

#header a[href^="tel:"]:hover {
  color: var(--color);
}

.social .soc {
  transition: all 0.3s;
}

.social .soc:hover {
  transform: scale(1.05);
}

#menu .menu_block ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#menu .menu_block ul li {}

#menu .menu .menu-item a {
  color: #000;
}

/* ************** */
/* КОПИРАЙТ */
/* ************ */
.footer__create {
  display: inline-block;
  border-radius: 50px;
  padding: 10px 15px;
  background: #25282a;
  margin-right: 15px;
}

.footer__create img {
  height: 12px;
  margin-left: 10px;
}

@media (max-width: 825px) {
  .footer__create img {
    height: 9px;
    width: 11rem;
  }

  .footer__create {
    font-size: 10px;
  }
}

/* ************** */
/* ************** */
/* ************** */
