body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
u,
ul,
ol,
li,
p,
a,
span,
main,
section,
header,
footer,
input,
label,
div {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.content-block {
  padding: 50px 15px;
}
.content-wrapper {
  max-width: 1030px;
  margin: 0 auto;
}
.page-title {
  font-family: "Bebas Neue";
  color: #007871;
  font-size: 60px;
  line-height: 1;
  text-align: center;
}
.page-subtitle {
  font-weight: 600;
  line-height: 1.5;
}
.page-line {
  width: 120px;
  height: 4px;
  background: #00a99f;
}

/* HEADER */
.header {
  background-color: #00a99f;
  padding: 10px 15px;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  max-width: 138px;
  margin-right: 20px;
}
.header__logo img {
  width: 100%;
  vertical-align: bottom;
}
.header__phone {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  white-space: nowrap;
}
.header__phone > a {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}
/* CTA */
.cta {
  display: inline-block;
  background-color: #ffae00;
  padding: 12px 24px;
  max-width: 245px;
  min-width: 180px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}

/* BANNER */
.banner {
  background: url("../img/hero-bg.jpg") no-repeat;
  background-size: cover;
  padding: 130px 15px 150px;
}
.banner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.banner__body {
  text-align: center;
}
.banner__body > h1 {
  font-family: "Bebas Neue", cursive;
  text-align: center;
  font-size: 56px;
  letter-spacing: 0.03em;
  line-height: 1.07;
}
.banner__btn.cta {
  font-size: 22px;
  line-height: 1.45;
  margin-top: 40px;
}
/* PRODUCTS */
.products__wrapper {
  max-width: 1130px;
}
.products__title.page-title {
  margin-bottom: 20px;
}
.products__subtitle.page-subtitle {
  max-width: 550px;
  margin: 0 auto 50px;
  text-align: center;
}
.products__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.product {
  text-align: center;
  max-width: 260px;
  width: 100%;
  border: 2px solid #00a99f;
}
.product__image {
  padding: 30px 15px 15px;
  max-width: 145px;
  margin: 0 auto;
}
.product__image > img {
  width: 100%;
}
.product__info {
  background-color: #00a99f;
  padding: 20px;
  color: #fff;
}
.product__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.product__name > b {
  font-weight: 800;
}
.product__price {
  font-size: 30px;
  line-height: 0.8;
  margin-bottom: 25px;
  font-weight: 700;
}
.product__price > span:first-of-type {
  color: #b00000;
  text-decoration: line-through;
}
.product__price > span:last-of-type {
  font-weight: 800;
}
.product__btn {
  font-size: 20px;
  line-height: 1.2;
}
/* ABOUT */
.about {
  background: #f0f0f0;
}
.about__title.page-title {
  margin-bottom: 50px;
}
.about__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about__text {
  max-width: 660px;
  text-align: justify;
  margin-right: 20px;
}
.about__logo {
  max-width: 332px;
  min-width: 250px;
}
.about__logo > img {
  width: 100%;
}
/* DIFFERENCE */
.difference {
  padding: 50px 15px 25px;
  background: url(../img/difference-bg.jpg) 0 80% no-repeat;
  background-size: cover;
}
.difference__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.difference__info {
  max-width: 380px;
  margin-right: 20px;
  text-align: center;
}
.difference__title.page-title {
  color: #000;
  font-size: 52px;
  line-height: 1.08;
}
.difference__line.page-line {
  margin: 15px auto;
}
.difference__text {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.difference__btn {
  font-size: 18px;
  line-height: 1.55;
}
.difference__bottles {
  max-width: 423px;
}
.difference__bottles > img {
  width: 100%;
  vertical-align: bottom;
}
/* BENEFITS */
.benefits {
  background-color: #f0f0f0;
  padding: 30px 15px;
}
.benefits__wrapper {
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.benefit {
  text-align: center;
  max-width: 180px;
  width: 100%;
  font-family: "Bebas Neue";
  font-size: 24px;
  line-height: 1.17;
}
/* GUARANTEE */
.guarantee__wrapper {
  max-width: 875px;
  margin: 0 auto;
  border: 5px solid #00a99f;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guarantee__image {
  margin-right: 20px;
}
.guarantee__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
}
/* PROMISE */
.promise {
  background: url(../img/promise-bg.jpg) no-repeat;
  background-size: cover;
  border-bottom: 15px solid #00a99f;
}
.promise__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promise__title.page-title {
  color: #fff;
  font-size: 56px;
  text-align: left;
}
.promise__line.page-line {
  width: 260px;
  margin: 20px 0;
}
.promise__bottles {
  max-width: 390px;
  min-width: 300px;
  margin-right: 20px;
}
.promise__bottles > img {
  width: 100%;
}
.promise__info {
  max-width: 590px;
}
.promise__text {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
.promise__btn {
  color: #000;
  font-size: 22px;
  line-height: 1.45;
  margin-top: 30px;
}

/* FOOTER */
.footer {
  background-color: #00524d;
  padding: 40px 15px;
  text-align: center;
  color: #fff;
}
.footer__navbar {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.8;
}
.footer__navbar > a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.footer__navbar > span {
  margin: 0 15px;
}
.footer__logo {
  max-width: 206px;
  margin: 40px auto;
}
.footer__logo > img {
  width: 100%;
}
.footer__contacts {
  margin: 40px 0;
  line-height: 1.5;
  font-weight: 600;
}
.footer__contacts > strong {
  font-weight: 800;
  text-transform: uppercase;
}
.footer__disclaimer {
  font-size: 12px;
  line-height: 1.7;
  max-width: 880px;
  margin: 40px auto;
  padding: 25px 2.5vw;
  border: 1px solid #fff;
}
.footer__copyrights {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1100px) {
  .banner {
    background-position: 20% 0;
  }
  .products__container {
    max-width: 540px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .product:nth-of-type(-n + 2) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .banner {
    background: linear-gradient(to right, #c9e9e6, #e8fff7);
    padding: 100px 15px 120px;
  }
  .banner__wrapper {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about__container {
    flex-direction: column;
  }
  .about__text {
    max-width: none;
    margin: 0 0 30px;
  }
  .difference {
    background: url(../img/difference-bg-mob.jpg) 0 80% no-repeat;
    background-size: cover;
  }
  .difference__wrapper {
    flex-direction: column;
  }
  .difference__info {
    margin: 0 0 30px;
  }
  .difference__bottles {
    padding: 0 20px;
  }
  .guarantee__wrapper {
    flex-direction: column;
    border-width: 3px;
  }
  .guarantee__image {
    margin: 0 0 30px;
  }
  .promise__wrapper {
    flex-direction: column;
  }
  .promise__bottles {
    padding: 0 20px;
    margin: 0 0 20px;
  }
  .promise__info {
    text-align: center;
  }
  .promise__title.page-title {
    text-align: center;
  }
  .promise__line.page-line {
    margin: 20px auto;
  }
}
@media screen and (max-width: 650px) {
  .banner__body > h1 {
    font-size: 8.5vw;
  }
  .promise__btn.cta,
  .difference__btn.cta,
  .banner__btn.cta {
    max-width: none;
    width: auto;
    font-size: 4vw;
  }
  .page-title {
    font-size: 13vw;
  }

  .promise__title.page-title {
    font-size: 9vw;
  }
  @supports (-webkit-hyphens: none) {
    .banner__body > h1 {
      font-size: 7.5vw;
    }
    .promise__title.page-title {
      font-size: 7.5vw;
    }
  }
}
@media screen and (max-width: 570px) {
  .products__container {
    flex-direction: column;
    align-items: center;
  }
  .product:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .benefits__wrapper {
    flex-direction: column;
  }
  .benefit:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .footer__navbar > a {
    display: block;
  }
  .footer__navbar > span {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .header__phone > span:first-of-type {
    display: none;
  }
  .page-subtitle {
    font-size: 4vw;
  }
  .difference__title.page-title {
    font-size: 12vw;
  }
  .difference__text {
    font-size: 5vw;
  }
  .difference__btn {
    font-size: 5vw;
  }
  .guarantee__wrapper {
    padding: 15px;
  }
  .guarantee__image {
    margin-bottom: 5px;
  }
  .promise__text,
  .guarantee__text {
    font-size: 4.5vw;
  }
  @supports (-webkit-hyphens: none) {
    .page-subtitle {
      font-size: 4vw;
    }
    .difference__title.page-title {
      font-size: 12vw;
    }
    .difference__text {
      font-size: 5vw;
    }
    .difference__btn {
      font-size: 5vw;
    }
    .promise__text,
    .guarantee__text {
      font-size: 4vw;
    }
  }
}
