.header {
  padding: 41px 190px 0 112px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1138px;
  width: 100%;
}

.header-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.header-nav-center {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-left: 135px;
  margin-right: 198px;
}

.header-nav a {
  text-decoration: none;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 15px;
  color: #000;
  position: relative;
  padding-bottom: 4px;
}
.header-nav-left a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  background: #b00000;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 30px;
}

.divider {
  width: 1px;
  height: 19px;
  background: #dad8d8;
}

.header-tel {
  display: flex;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.header-img-tel {
  margin-right: 8px;
}
