* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.header-mobile {
  display: flex;
  box-shadow: 0 4px 4px 0 #e6ebfb;
  align-items: center;
  height: 78px;
  padding-left: calc(50% - 170px);
  padding-right: calc(50% - 170px);
  justify-content: space-between;
}
.header-mobile_img {
  width: 120px;
  height: 74px;
}

.header__nav {
  margin-top: 24px;
  padding-left: calc(50% - 170px);
  margin-bottom: 367px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.header__nav_heading {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #4c4754;
  transition: all 0.4s;
}
.header__nav_heading:hover {
  background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
  height: 78px;
  padding-left: calc(50% - 170px);
  padding-right: calc(50% - 170px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 2px 20px 0 rgba(183, 193, 227, 0.3);
}
.footer_logo {
  width: 120px;
  height: 74px;
}
.footer_logo_img {
  width: 120px;
  height: 74px;
}
.footer_contact-mobile {
  display: block;
}
.footer_contact {
  display: none;
}/*# sourceMappingURL=catalog-mobile.css.map */