/* 065a8b */

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
}
/* HEADER */
.header {
  padding: 10px 15px;
}
.header__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;

  max-width: 1050px;
  margin: 0 auto;
}
.header__logo {
  max-width: 205px;
}
.header__logo img {
  width: 100%;
  vertical-align: bottom;
}
.header__info {
  display: flex;
  flex-flow: row nowrap;
}
.header__info > * {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__info > * > img {
  margin-right: 10px;
  vertical-align: bottom;
}
.header__info > * > p {
  margin: 0;
  white-space: nowrap;
}
.header__country {
  color: #124357;
  margin-right: 40px;
}
.header__country span {
  color: #c33445;
}
.header__phone {
  color: #065a8b;
  text-decoration: none;
}
.header__phone span {
  color: #afafaf;
}
/* end HEADER */

/* BANNER */
.banner {
  background: linear-gradient(to right, rgba(12, 78, 118, 0) 0%, #0c4e76 80%),
    url("../img/bg-wallpaper.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 518px;
  box-sizing: border-box;
  text-align: right;
}
.banner__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.banner__text {
  color: #fff;
  text-align: left;
}
.banner__title {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
}
.banner__subtitle {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  margin: 20px 0 30px;
}
.banner__line {
  width: 300px;
  height: 7px;
  background-color: #fff;
  display: block;
  margin: 30px 0;
}
.banner__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner__list > li {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}
.banner__list > li::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../img/check1.png") 50% / cover no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}
.banner__list > li:not(:last-child) {
  margin-bottom: 15px;
}
.banner__bottles {
  max-width: 300px;
}
.banner__bottles > img {
  width: 100%;
}
.banner__bottles.banner__bottles--mobile {
  display: none;
}
/* end BANNER */

/* BUY NOW */
.buy-now {
  background-color: #0e77b8;
  padding: 15px;
}
.buy-now__container {
  max-width: 920px;
  margin: 0 auto;
}
.buy-now__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  margin: 0;
}
.buy-now__btn {
  text-decoration: none;
  background-color: #ffbe00;
  color: #0e77b8;
  padding: 15px 0;
  width: 207px;
  text-align: center;
  border-radius: 8px;
  font-size: 1.125em;
  line-height: 23px;
  font-weight: bold;
  font-family: "open sans", sans-serif;
}
/* end BUY NOW */

/* BENEFITS */
.benefits {
  padding: 30px 15px;
}
.benefits__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.benefits__item {
  text-align: center;
  padding: 20px 10px;
  width: 350px;
  box-sizing: border-box;
}
.benefits__item > h3 {
  color: #0e77b8;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  margin: 20px 0;
}
.benefits__item > p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}
.mainpage-part2 {
  background-color: #e1e1e1;
}
/* end BENEFITS */

/* ABOUT */
.about {
  background-color: #e1e1e1;
}
.about.about--left {
  padding-right: 15px;
}
.about.about--right {
  padding-left: 15px;
}
.about__container {
  display: flex;
  flex-direction: row;
  align-items: center;

  max-width: 1050px;
  margin: 0 auto;
}
.about.about--right .about__container {
  justify-content: flex-end;
}
.about__text {
  max-width: 47%;
}
.about__text > h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.19;
  color: #0e77b8;
}
.about__line {
  width: 220px;
  height: 6px;
  background-color: #0e77b8;
  margin: 25px 0;
}
.about__text > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.about__image {
  max-width: 452px;
}
.about__image > img {
  width: 100%;
  vertical-align: bottom;
}
.about.about--left .about__image {
  margin-right: 70px;
}
.about.about--right .about__image {
  margin-left: 70px;
}
/* end ABOUT */

/* TESTIMONIALS */
.testimonials {
  padding: 50px 15px;
}
.testimonials__container {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
}
.testimonials__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin: 40px 0;
}
.testimonials__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.17;
  color: #0e77b8;
  margin: 0;
}
/* end TESIMONIALS */

/* PRODUCTS */
.products {
  background-color: #72c1d5;
  padding: 30px 15px;
}
.products__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
}
.products-item {
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  margin: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
  padding: 30px 10px;
  text-align: center;
}
.products-item__bottle {
  max-width: 160px;
  width: 100%;
}
.products-item__name {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.45;
  color: #0e77b8;
  margin: 10px 0 5px;
}
.products-item__btn {
  color: #ffbe00;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
}
.products-item__btn > span {
  font-weight: 700;
  font-size: 20px;
}

/* end PRODUCTS */

/* FOOTER */
.footer {
  margin-top: 80px;
}

/* top */
.footer-top {
  background-color: #0c4e76;
  padding: 50px 15px;
}
.footer-top__container {
  max-width: 1050px;
  margin: 0 auto;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}
.footer-top__disclaimer {
  max-width: 50%;
  text-align: justify;
  line-height: 1.5;
  margin-right: 20px;
}
.footer-top__contacts {
  text-align: center;
}
.footer-top__contacts > h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 28px;
  color: #ffbe00;
  margin: 0 0 28px;
}
.footer-top__form {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0;
}
.footer-top__form > input {
  max-width: 275px;
  width: 100%;
  border: 2px solid #72c1d5;
  background: none;
  box-sizing: border-box;
  margin-right: 16px;
  font-size: 1.125rem;
  text-align: center;
}
.footer-top__form > button {
  width: 115px;
  background-color: #72c1d5;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
}
.footer-top__form > input,
.footer-top__form > button {
  height: 63px;
  line-height: 28px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.footer-top__info {
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.5;
}
.footer-top__info > p {
  margin: 0;
}
.blue {
  color: #95c7d4;
}

/* bottom */
.footer-bottom {
  background-color: #95c7d4;
  padding: 35px 15px;
}
.footer-bottom__container {
  color: #0c4e76;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.125em;
  line-height: 24px;

  max-width: 1050px;
  margin: 0 auto;
}
.footer-bottom__copyright {
  margin-right: 30px;
  white-space: nowrap;
}
.footer-bottom__nav a {
  text-decoration: none;
  color: #0c4e76;
  border-right: 1px solid #0c4e76;
  padding: 0 15px;
  white-space: nowrap;
}

.footer-bottom__nav a:last-child {
  border-right: 0;
  padding-right: 0;
}
/* end FOOTER */

/*  MEDIA  */
@media screen and (max-width: 1110px) {
  .buy-now__container {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .about {
    padding: 50px 15px;
  }
  .about__container {
    flex-direction: column;
    align-items: center;
    max-width: 452px;
  }
  .about.about--left .about__image {
    margin: 0 0 30px;
  }
  .about.about--right .about__image {
    margin: 30px 0 0;
  }
  .about__text {
    max-width: none;
  }
}
@media screen and (max-width: 844px) {
  .banner {
    background: linear-gradient(
        to right,
        rgba(12, 78, 118, 0.7) 0%,
        rgba(12, 78, 118, 0.7) 80%
      ),
      url(../img/bg-wallpaper.png) left 0 top 50% / cover no-repeat;
  }
  .footer-top__container {
    flex-direction: column;
  }
  .footer-top__disclaimer {
    max-width: none;
    margin: 0 auto;
  }
  .footer-top__contacts {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom__container {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom__copyright {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-bottom__nav {
    text-align: center;
    line-height: 2;
  }
}

@media all and (max-width: 767px) {
  .banner {
    padding: 30px 15px;
    height: auto;
  }
  .banner__container {
    flex-direction: column;
  }
  .banner__title {
    font-size: 64px;
  }
  .banner__title,
  .banner__subtitle {
    text-align: center;
  }
  .banner__line {
    display: none;
  }
  .banner__text {
    text-align: left;
  }
  .banner__list {
    max-width: 360px;
    margin: 0 auto;
  }
  .banner__bottles {
    display: none;
  }
  .banner__bottles.banner__bottles--mobile {
    display: block;
    margin: 30px auto 20px;
  }
  .banner__bottles > img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .header__logo {
    margin-right: 20px;
  }
  .header__info > * {
    font-size: 18px;
  }
  .header__info > * > img {
    width: 45px;
    margin-right: 5px;
  }
  .header__country {
    margin-right: 20px;
  }
}
@media all and (max-width: 513px) {
  .header__container {
    flex-direction: column;
  }
  .header__logo {
    margin-bottom: 10px;
  }
  .banner__container {
    flex-direction: column;
    align-items: center;
  }
  .banner__title {
    font-size: 12vw;
  }
  .banner__subtitle {
    margin: 10px 0 0;
  }
  .banner__bottles.banner__bottles--mobile {
    margin: 5px auto;
  }
  .banner__list > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 400px) {
  .header__info > * > p {
    font-size: 16px;
  }
  .buy-now__title {
    font-size: 6vw;
  }
  .footer-top__contacts {
    font-size: 13px;
  }
  .banner__subtitle {
    font-size: 22px;
  }
  .banner__list > li {
    font-size: 18px;
  }
  .benefits__item {
    padding: 10px 0;
  }
  .benefits__item > h3 {
    font-size: 26px;
  }
  .benefits__item > p {
    font-size: 20px;
  }
  .about__text > h3 {
    font-size: 28px;
  }
  .about__line {
    height: 4px;
    margin: 20px 0;
  }
  .about__text > p {
    font-size: 18px;
  }
  .footer-top__contacts > h3 {
    margin-bottom: 15px;
  }
  .footer-top__form > input,
  .footer-top__form > button {
    height: 50px;
  }
  .footer-top__info {
    font-size: 14px;
  }
}
