*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
}

body {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  background: #fff;
  min-width: 960px;
  min-height: 100vh;
  padding-top: 36px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #fff url("../images/farmer_@2x.png") repeat left top;
}

img {
  display: block;
  max-width: none;
  border: 0;
}

a {
  color: #0000ff;
  text-decoration: underline;
}

a:hover {
  color: #0000ff;
}

.page {
  position: relative;
  z-index: 1;
  width: 960px;
  min-height: 100vh;
  margin: 0 auto;
}

.hero {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  min-height: calc(100vh - 36px);
  margin-top: -36px;
}

.hero__content {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 223px 0 69px;
}

.hero__logo {
  position: relative;
  left: 173px;
  width: 290px;
  height: auto;
}

.hero__note {
  position: relative;
  left: 173px;
  width: 290px;
  margin-top: 260px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.hero__note-link {
  text-decoration: underline;
}

.tagline {
  position: absolute;
  z-index: 2;
  top: 242px;
  left: 771px;
  width: 165px;
  list-style: none;
  transform: matrix(0, -1, 1, 0, 1, 164);
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}

.bottle {
  position: absolute;
  z-index: 2;
  width: 212px;
  height: auto;
}

.bottle--1 {
  top: 394px;
  left: 587px;
  opacity: 0.63;
  transform: matrix(0.7314, 0.682, -0.682, 0.7314, 104, -43);
}

.bottle--2 {
  top: 296px;
  left: 264px;
  opacity: 0.6;
  transform: matrix(0.8746, 0.4848, -0.4848, 0.8746, 67, -38);
}

.bottle--3 {
  top: 473px;
  left: 723px;
  opacity: 0.78;
  transform: matrix(-0.1045, -0.9945, 0.9945, -0.1045, 7, 228);
}

.bottle--4 {
  top: 561px;
  left: 494px;
  width: 180px;
  padding-left: 61px;
  opacity: 0.91;
  transform: matrix(0, 1, -1, 0, 186, 6);
}

.bottle--5 {
  top: 54px;
  left: -58px;
  opacity: 0.89;
}

.wines {
  position: absolute;
  z-index: 2;
  top: 190px;
  left: 585px;
  width: 178px;
  list-style: none;
  opacity: 0.97;
  line-height: 25px;
  font-size: 20px;
  transform: matrix(0, -1, 1, 0, -38, 216);
}

.wines li:nth-child(1),
.wines li:nth-child(2),
.wines li:nth-child(6) {
  font-weight: 700;
}

.wines li:nth-child(3),
.wines li:nth-child(4),
.wines li:nth-child(5),
.wines li:nth-child(7) {
  font-weight: 500;
}

.contact {
  position: absolute;
  z-index: 2;
  top: 457px;
  left: 73px;
  font-style: normal;
}

.contact__email {
  display: block;
  width: 239px;
  margin-bottom: 7px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.contact__phone {
  display: block;
  width: 239px;
  margin-bottom: 21px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.contact__address {
  width: 248px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.contact__address br:first-child + br {
  line-height: 20px;
}
