@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Gilroy", sans-serif;
  background-color: #fbfbfb;
  color: rgba(12, 12, 12, 0.7);
}
.container {
  width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
}
img {
  display: block;
}
/*header*/

.header {
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #0c0c0c;
}
.header-nav {
}

.header-nav-list {
  display: flex;
  gap: 40px;
}
.header-nav-item {
}

.header-nav-link {
  display: block;
  padding-top: 30px;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 14px;
  /* line-height: 18px; */
  line-height: 1.3;
  text-align: center;
  color: #0c0c0c;
}

.header-social-list {
  display: flex;
  gap: 10px;
}
.header-social-item {
}
.header-social-link {
}
/*main*/
