@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
html {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: inherit;
}

p {
  margin: 0;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  min-width: 375px;
  overflow-x: hidden;
  font-family: "Libre Baskerville", "Arial", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #707070;
}

.container {
  padding: 0 18px;
}

@media (min-width: 640px) {
  .container {
    padding: 0 40px;
  }
}
.block {
  background: url("../images/hero-bg.jpg") 50%/cover no-repeat;
  height: 900px;
}

.title {
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
}

.hero {
  background: url(../images/hero-bg.jpg) 79% 100%/139% no-repeat;
  height: 684px;
  border-bottom: 1px solid #B6AD90;
}
.hero .logo {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 297px;
}
.hero__uppertext {
  display: block;
  margin-bottom: 19px;
}
.hero__text-block {
  display: flex;
  justify-content: center;
}
.hero__text-block_inner {
  color: #FFFFF0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.hero__title {
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
.hero__subtitle {
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .hero {
    background: url("../images/hero-bg.jpg") 100% 45%/cover no-repeat;
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 800px;
  }
  .hero__text-block {
    justify-content: flex-start;
    margin-left: 150px;
  }
  .hero__text-block_inner {
    color: #FFFFF0;
    font-size: 16px;
    line-height: 20px;
  }
}
.quote {
  background-color: #FFFFF0;
  min-height: 79px;
  border-bottom: 1px solid #B6AD90;
}
.quote__block {
  padding: 21px 0;
  font-size: 10px;
  width: 310px;
  margin: 0 auto;
  position: relative;
}
.quote__block:before {
  border-right: 2px solid #B6AD90;
  left: -20px;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  bottom: 0;
  top: 20px;
  height: 20px;
}
.quote__text {
  text-align: center;
  font-style: italic;
}
.quote__signature {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  color: #B6AD90;
  text-align: right;
  letter-spacing: 0.1em;
}

.our-wine {
  min-height: 1020px;
  border-bottom: 1px solid #B6AD90;
}
.our-wine__background {
  background-color: #FFFFF0;
  height: 515px;
  background-position: 515px;
  position: relative;
}
.our-wine__title {
  margin-bottom: 8px;
}
.our-wine__img_block {
  display: flex;
  justify-content: center;
}
.our-wine__logo {
  text-align: center;
  margin-bottom: 20px;
}
.our-wine__subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.our-wine__article {
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 335px;
}
.our-wine__block {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}
.our-wine__item {
  position: relative;
  padding: 0 12px;
}
.our-wine__item:last-child {
  padding-right: 0;
}
.our-wine__item:last-child:after {
  border: none;
}
.our-wine__item:first-child {
  padding-left: 0;
}
.our-wine__item:after {
  border-right: 2px solid #B6AD90;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  bottom: 0;
  top: 20px;
  right: 0;
}
.our-wine__item-title {
  color: #B6AD90;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.our-wine__item-description {
  font-size: 10px;
}

.reviews {
  padding-bottom: 40px;
  border-bottom: 1px solid #B6AD90;
}
.reviews__stars-block {
  display: flex;
  justify-content: space-between;
  width: 98px;
  margin: 0 auto 22px;
}
.reviews__star {
  width: 18px;
  height: 18px;
}
.reviews__feedback {
  font-style: italic;
  font-size: 10px;
  font-weight: 400;
  width: 230px;
  margin: 0 auto 20px;
}
.reviews__author {
  color: #B6AD90;
  text-transform: uppercase;
  line-height: 24px;
}

.slider__item {
  text-align: center;
  margin: 20px 0px;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.slick-dots button {
  cursor: pointer;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
  border: none;
}
.slick-dots li {
  list-style: none;
  margin: 0 20px;
}
.slick-dots li.slick-active button {
  background-color: #585858;
}

.story {
  -webkit-filter: brightness(0.2);
  filter: brightness(1);
  background: url("../images/story-bg.jpg");
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 40px;
  color: #FFFFF0;
  border-bottom: 1px solid #B6AD90;
}
.story__title {
  margin: 0 auto 22px;
}
.story__text {
  padding: 22px;
  background: rgb(88, 88, 88);
  background: rgba(88, 88, 88, 0.5);
}
.story__paragraph {
  margin-bottom: 20px;
}
.story__paragraph:last-child {
  margin: 0;
}

@media (min-width: 500px) {
  .story {
    background-position: 0px 26%;
    background-size: 100% auto;
  }
}
.subscribe {
  background-color: #FFFFF0;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #B6AD90;
}
.subscribe__title, .subscribe__text {
  margin-bottom: 20px;
}

.culture {
  background-color: #FFFFF0;
  padding-bottom: 100px;
  border-bottom: 1px solid #B6AD90;
}
.culture__title {
  margin-bottom: 20px;
}
.culture__paragraph {
  margin-bottom: 20px;
}
.culture__paragraph:last-child {
  margin: 0;
}

.contact {
  background-color: #FFFFF0;
  padding-bottom: 40px;
  border-bottom: 1px solid #B6AD90;
}
.contact__title {
  margin-bottom: 20px;
}
.contact__block {
  text-align: center;
}
.contact__item:first-child {
  margin-bottom: 10px;
}
.contact__contact {
  font-weight: bold;
  color: inherit;
  text-decoration: inherit;
}

.footer {
  background-color: #585858;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFF0;
}
.footer__copyright {
  margin: 10px 0;
}
.footer__madeby a {
  color: #B6AD90;
}
.footer .address__field {
  margin-bottom: 10px;
}
.footer .address__field:first-child {
  font-weight: 700;
}

#mc-embedded-subscribe-form {
  max-width: 340px;
  display: flex;
  vertical-align: middle;
  margin: 0 auto;
  height: 40px;
}

input {
  transition: all 0.15s ease-in;
  border-radius: 2px;
  height: 100%;
}

input[type=email] {
  width: 195px;
  margin-right: 20px;
  border: 1px solid #B6AD90;
  background-color: #FFFFFD;
  font-size: 12px;
  padding-left: 20px;
}

input[type=submit] {
  font-family: "Josefin Sans", sans-serif;
  background-color: #FFFFF0;
  width: 120px;
  color: #585858;
  border: 1px solid #585858;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input:focus {
  border: 2px solid #585858;
  outline: none;
}

input::placeholder {
  color: #999;
}

#subscribe-result p {
  margin-top: 35px;
}

/*# sourceMappingURL=style.css.map */
