
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'League Spartan', sans-serif;
}

.header-container {
  display: flex;
  max-width: 1440px;
  max-height: 900px;
  padding-top: 104px;
  padding-left: 133px;
  padding-right: 133px;
  padding-bottom: 168px;
  background-color: #F8F8F8;
  margin-bottom: 142px;
}

.header-title {
  margin-bottom: 53px;
  font-size: 24px;
  font-weight: 300;
  color: #161515;
  line-height: 45px;
}

.header-subtitle {
  margin-bottom: 43px;
  font-size: 250px;
  line-height: 230px;
  font-weight: 300;
  color: #272727;
}

.header-description {
  margin-bottom: 61px;
  font-size: 32px;
  line-height: 49.6px;
  color: #161515;
  font-weight: 300;
  width: 572px;
  height: 142px;
}

.buy-wrapper {
  display: flex;
}

.buy-link {
  display: block;
  width: 278px;
  height: 82px;
  font-weight: 300;
  font-size: 32px;
  line-height: 82px;
  color: #FFFFFF;
  background-color: #161515;
  text-decoration: none;
  text-align: center;
}

.buy-link:hover {
  opacity: .9;
}

.price {
  width: 143px;
  height: 82px;
  line-height: 85px;
  background-color: #FFFFFF;
  font-weight: 300;
  font-size: 32px;
  text-align: center;
  color: #272727;

}

.image-img-wrapper {
  display: block;
  position: absolute;
  top: 4px;
  right: 240px;
  bottom: 176px;
  left: 792px;
  width: 408px;
  height: 720px;
}

.main {
  max-width: 1440px;
  max-height: 900px;
}

.popular-title {
  margin: auto;
  margin-top: 43px;
  display: block;
  width: 171px;
  height: 41px;
  font-weight: 300;
  font-size: 24px;
  line-height: 44.64px;
  text-align: center;
  color: #000000;
}

.models-title {
  margin: auto;
  margin-bottom: 84px;
  display: block;
  width: 285px;
  height: 62px;
  font-weight: 400;
  font-size: 72px;
  line-height: 81px;
  text-align: center;
  color: #000000;
}

.item-image-wrapper {
  margin: auto;
  margin-bottom: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 417px;
  height: 630px;
  background-color: #F8F8F8;
}

.item-title {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 400;
  line-height: 29.44px;
  text-align: center;
}

.item-description {
  display: block;
  margin: auto;
  margin-bottom: 85px;
  width: 531px;
  height: 194px;
  font-size: 32px;
  font-weight: 300;
  line-height: 49.6px;
  text-align: center;
  color: #161515;
}

.product-description-title {
  margin: auto;
  margin-bottom: 48px;
  border-bottom: 1px solid #707070;
  width: 300px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 59.52px;
  color: #161515;
}

.product-description {
  margin: auto;
  width: 515px;
  height: 231px;
  font-size: 24px;
  font-weight: 300;
  line-height: 40.8px;
  text-align: center;
  color: #161515;
}

.product-description-link {
  color: #BB8B5D;
  text-decoration: 1px underline #BB8B5D;
  font-weight: 400;
}

.product-description-link:hover {
  opacity: 0.8;
}
