body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fafafa;
  color: #111;
  font-size: 14px;
}

.container {
  width: 1168px;
  outline: solid red;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.header {
  padding: 28px 0;
}

.header-logo {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11111;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.header-list {
  display: flex;
  gap: 24px;
}

.header-list-link {
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.header-list-link:hover,
.header-list-link:focus {
  color: #fd9222;
}

.header .container {
  display: flex;
}

.socials {
  display: flex;
  gap: 14px;
}

.hero {
  background: rgba(17, 17, 17, 0.4);
  padding-top: 381px;
  padding-bottom: 120px;
  border-radius: 30px;
}

.hero-title {
  font-weight: 500;
  font-size: 28px;

  line-height: 1.21;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.hero-button-primary {
  background-color: #fd9222;
  color: #ffffff;
  font-weight: 600;
}

.hero-button-secondary {
  font-weight: 600;
  color: #ffffff;
  background-color: transparent;
}

.hero-arrow {
  font-weight: 500;

  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.benefits {
  background-color: #1e1823;
  padding: 50px 0;
}

.benefits-subtitle {
  font-weight: 600;
  font-size: 18px;

  line-height: 1.22;
  color: #ffffff;
}

.benefits-text {
  line-height: 1.28571;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}

.ingradients {
  padding: 60px;
}

.ingredients-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
}

.ingredients-title-accent {
  color: #fd9222;
}

.ingredients-item:nth-child(4n + 1) {
  background: #fd9222;
}

.ingredients-item:nth-child(4n + 3) {
  background: #1e1823;
}

.ingredients-item:nth-child(2n) {
  background: #fff;
}

.ingredients-subtitle {
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.ingredients-item:nth-child(2n) .ingredients-subtitle {
  color: #111;
}

.made {
  padding: 60px 0;
}

.products {
  padding: 60px 0;
}

.bestsellers {
  padding: 60px 0;
}

.reviews {
  padding-top: 160px;
  padding-bottom: 120px;
}

.footer {
  padding: 50px 0;
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  display: block;
}
