html,
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  /* background-color: #fdfdfd; */
}

body {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header__logo {
  width: auto;
  max-width: 150px;
  margin: auto 0;
}

.header__logo a {
  display: block;
  height: 100%;
  width: 100%;
}

.header__logo img {
  width: 100%;
}

.mainpage-banner__mobile {
  display: none;
}
.header__wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 4px 15px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 15px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 15px -1px rgba(0, 0, 0, 0.75);
}

.header__navigation {
  width: 100%;
  height: 100px;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1035px;
  margin: 0 auto;
}
.header__navigation > nav {
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main__nav {
  display: flex;
  padding-left: 20px;
}

.main__nav-item {
  text-transform: uppercase;
  list-style: none;
  margin-right: 20px;
  position: relative;
}

.main__nav-item a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.main__nav-item::after {
  content: "|";
  position: absolute;
  right: -15.5px;
  top: -2px;
}

.main__nav-item:last-child {
  margin-right: 0;
}
.main__nav-item:last-child::after {
  content: "";
}

/* ================= */
.mainpage-banner {
  width: 100%;
  height: 518px;
  color: #0c083b;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-align: right;
}
.mainpage-banner__wrapper {
  /* padding: 0px 15%; */
  max-width: 1035px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.mainpage-banner__stuff {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #000;
  width: 50%;
}
.mainpage-banner__header {
  font-weight: 600;
  text-align: start;
  white-space: nowrap;
  font-size: 2.625em;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.mainpage-banner__nextline {
  display: block;
  font-size: 1.625rem;
  line-height: 42px;
  font-weight: 400;
  text-transform: none;
  margin-top: 25px;
  text-align: left;
}
.mainpage-banner__description {
  font-size: 14pt;
  margin-bottom: 25px;

  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 36px;
}
.mainpage-banner__description div {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mainpage-banner__description--check {
  width: 30px;
  margin-right: 15px;
}

.mainpage-banner__line {
  width: 150px;
  height: 7px;
  background-color: #0086df;
  display: block;
  margin: 34px 0 0;
}

.mainpage-banner__learn-more {
  align-self: center;
  display: block;
  height: 25px;
  width: 200px;
  background: #ffbe00;
  color: #2b0677;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
}

.mainpage-banner__bottles {
  width: 35%;
}
.mainpage-banner__bottles--mobile {
  display: none;
}
.mainpage-banner__bottles > img {
  width: 70%;
}
.mainpage-banner__footer--wrap {
  width: 100%;
  background-color: #2b0677;
  margin-bottom: -118px;
}
.mainpage-banner__footer {
  padding: 17px;
  max-width: 980px;
  background-color: #2b0677;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mainpage-banner__footer--text {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 30px;
  text-align: left;
}

/* main */
.mainpage-header__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mainpage-banner__greyline {
  height: 3px;
  width: 100%;
  background-color: #7ec9dc;
  margin: 30px 0 0;
  text-align: center;
}
.mainpage-header__wrapper .mainpage-main__header {
  white-space: nowrap;
  color: #0c3803;
  text-align: center;
  font-size: 16pt;
  margin: 10% 15px;
  background-color: #ffffff;
  /* width: 70px; */
}
.mainpage-main__header {
  color: #0c083b;
  text-align: center;
  font-size: 16pt;
  margin-top: 118px;
}
/* part3 */

.mainpage-part3__wrapper {
  background-color: #f0f0f0;
}

.mainpage-part3__container {
  max-width: 1035px;
  margin: 0 auto;
  padding: 31px 0 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainpage-part3__bages {
  display: flex;
  margin: 0 auto;
}

.bage-img__wrapper {
  margin-top: 65px;
  margin-right: 65px;
}

.bage-img__wrapper:last-child {
  margin-right: 0px;
}

.mainpage-part3__text h2 {
  color: #0086df;
}

.mainpage-part3__text p {
  margin-top: 31px;
}

.mainpage-part3__item {
  max-width: 27%;
  text-align: center;
}
.mainpage-part3__item > h3 {
  color: #2b0677;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
}
.mainpage-part3__item > p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
/* part1 */
.mainpage-part1__container {
  text-align: center;
  padding: 66px 0 70px;
}
.mainpage-part1__container > img {
  margin-bottom: 51px;
}
.mainpage-part1__container--text {
  width: 60%;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 32px;
  font-weight: 600;
}
.mainpage-part1__container--text > span {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 28px;
  color: #2b0677;
}

/* faq */

.mainpage-faq__container {
  padding: 0 0 110px;
  max-width: 1035px;
  margin: 0 auto;
}

.mainpage-faq__container h2 {
  color: #0086df;
  margin-top: 50px;
  margin-bottom: 30px;
}

.mainpage-faq__container h3 {
  margin: 35px 0px;
  color: #0086df;
}

/* testmonials */
.mainpage-testmonials {
  margin-bottom: 79px;
  background-color: #e1e1e1;
}
.mainpage-testmonials__container {
  padding: 0 12.5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mainpage-testmonials__left {
  max-width: 47%;
}
.mainpage-testmonials__left > h3 {
  margin: 54px 0 29px;
  font-size: 32px;
  line-height: 38px;
  color: #2b0677;
}
.mainpage-testmonials__left--line {
  width: 223px;
  height: 7px;
  background-color: #2b0677;
  display: block;
  margin-bottom: 29px;
}
.mainpage-testmonials__left--text {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 29px;
}
.mainpage-testmonials__right {
  width: 50%;
  font-size: 0;
}
.mainpage-testmonials__right > img {
  width: 100%;
}

/* PRODUCTS */
.mainpage-products {
  margin-bottom: 214px;
}
.mainpage-products__container {
  max-width: 1035px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}
.mainpage-products__product {
  width: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #0086df;
  box-sizing: border-box;
}
.mainpage-products__product--name {
  background-color: #0086df;
  width: 100%;
  height: 80px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
}
.mainpage-products__img {
  height: 255px;
}
.mainpage-products__product--content {
  padding: 47px 0 32px;
}
.mainpage-products__product--content > a {
  display: block;
}
.mainpage-products__order-now {
  max-width: 237px;
  font-weight: 800;
  font-size: 20px;
  line-height: 33px;
  text-decoration: none;
  color: #000;
  background-color: #ffbe00;
  padding: 20px 0;
  border-radius: 8px;
  margin: 30px auto;
}
.mainpage-products__order-shipping {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
}

/* end PRODUCTS */

/* mainpage footer */

.mainpage__footer {
  background-color: #0086df;
  padding: 19px 0;
  margin: 0 auto;
}

.mainpage__footer-wrapper {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mainpage__footer--text {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.mainpage__footer--btn {
  text-decoration: none;
  background-color: #ffbe00;
  color: #000;
  padding: 15px 0;
  width: 207px;
  text-align: center;
  border-radius: 8px;
  font-size: 1.125em;
  line-height: 23px;
  font-weight: 900;
  font-family: "open sans", sans-serif;
}

/* end main */

/* GUARANTEE */
.guarantee {
  max-width: 1048px;
  margin: 0 auto;
  border: 2px solid #0086df;
  box-sizing: border-box;
  border-top: 128px solid #0086df;
  position: relative;
  padding: 22px 80px;
  margin-bottom: 122px;
}
.guarantee__logo {
  position: absolute;
  top: -235px;
  left: calc(50% - 107px);
}
.guarantee__text {
  text-align: center;
  margin: 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
}
/* end GUARANTEE */

/* FOOTER*/
.footer {
  background-color: #002a63;
  color: white;
}
.footer-wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__navbar {
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer__navbar > a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.footer__navbar > a > span {
  margin: 0 13px;
}
.footer__contacts {
  margin-top: 44px;
}
.footer__contacts--logo {
  margin-bottom: 43px;
  text-align: center;
}
.footer__contacts--text {
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
.footer__contacts--text > span {
  font-weight: 600;
}
.footer__disclaimer {
  border: 2px solid #fff;
  margin-top: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 12px;
  text-align: left;
  max-width: 66%;
}
.footer__disclaimer p {
  margin: 0;
}
.footer__text {
  margin: 55px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.footer__copyrights {
  margin-top: 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
/* end FOOTER */

/*  MEDIA  */
@media all and (max-width: 1250px) {
  .footer__text {
    padding: 0 15px;
  }

  .mainpage__footer-wrapper {
    padding: 0 50px;
  }
}

@media all and (max-width: 1110px) {
  .mainpage-banner__wrapper {
    padding: 0px 10%;
  }

  .mainpage-banner__header {
    font-size: 2.025em;
  }

  .mainpage-banner__nextline {
    font-size: 1.325rem;
  }

  .mainpage-banner__bottles {
    width: 42%;
  }

  .mainpage__footer-wrapper {
    padding: 0 50px;
  }

  .mainpage-part3__container,
  .mainpage-faq__container {
    padding: 54px 50px 66px;
  }

  .mainpage-testmonials__container {
    flex-direction: column;
    align-items: center;
  }
  .mainpage-testmonials__right {
    margin-bottom: 20px;
  }
  .mainpage-products__container {
    width: 80%;
  }
  .mainpage-products__product {
    margin-top: 40px;
  }
  .header__navigation {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0 50px;
  }
  .header__navigation nav div {
    margin-top: 10px;
  }
  .header__logo {
    padding: 15px 0;
  }
  .mainpage-part3__container,
  .mainpage-faq__container {
    flex-direction: column;
    align-items: center;
  }
  .mainpage-part3__item {
    max-width: 50%;
  }
  .guarantee {
    max-width: 90%;
  }
  .footer__disclaimer {
    margin: 35px 15px 15px;
    padding: 8px;
    /* margin-top: 35px; */
  }
}
@media all and (max-width: 844px) {
  .mainpage-banner__bottles {
    margin-left: 0;
    width: 39%;
  }

  .mainpage__footer-wrapper {
    padding: 0 50px;
  }

  .mainpage-guaranties {
    flex-direction: column;
    align-items: center;
  }
  .mainpage-part3__container,
  .mainpage-faq__container {
    padding: 54px 50px 66px;
  }
  .mainpage-guaranties__block {
    margin: 15px auto;
  }
  .mainpage-banner__wrapper {
    align-items: center;
  }
  .mainpage-guaranties__img {
    width: 100px;
  }
  .header__contact {
    float: right;
    margin: 15px 5px;
  }
  .mainpage-banner__bottles img {
    margin: 70px 0 0 0;
  }
  .mainpage-testmonials__left {
    max-width: 90%;
  }
  .mainpage-products__wrapper {
    padding-top: 100px;
  }

  .mainpage-banner__stuff {
    width: 55%;
  }
  .mainpage-banner__wrapper {
    align-items: center;
  }
  .mainpage-products__container {
    width: 90%;
  }
}

@media all and (max-width: 767px) {
  .header__navigation nav {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .mainpage__footer-wrapper {
    padding: 0 20px;
  }

  .mainpage__footer--text {
    font-size: 18px;
    line-height: 18px;
  }

  .mainpage-part3__container,
  .mainpage-faq__container {
    padding: 54px 50px 66px;
  }

  .main__nav-item a {
    font-size: 10px;
  }

  .main__nav-item::after {
    right: -9.5px;
    top: 0px;
  }

  .bage-img__wrapper {
    margin-top: 35px;
    max-width: 120px;
    margin-right: 19px;
  }

  .bage-img__wrapper img {
    width: 100%;
  }

  .main__nav-item {
    margin-right: 10px;
  }

  .mainpage-banner__mobile {
    display: block;
    margin-bottom: 20px;
  }
  .header__navigation nav div {
    margin: 5px;
  }
  .header__contact {
    display: none;
  }

  .mainpage-banner__wrapper {
    width: 100%;
    max-width: 760px;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .mainpage-banner {
    padding: 15px;
  }
  .mainpage-banner__nextline {
    display: block;
    text-align: center;
  }
  .mainpage-banner__header {
    text-align: center;
  }

  .mainpage-banner__stuff {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainpage-banner {
    height: auto;
    padding: 50px;
  }

  .mainpage-banner__bottles {
    width: 100%;
    max-width: 272px;
  }

  .mainpage-banner__bottles > img {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .mainpage-banner__description {
    text-align: center;
  }
  .mainpage-banner__learn-more {
    margin: 0 auto;
    font-size: 12pt;
    padding: 9px 0;
    height: 20px;
  }
  .mainpage-banner__footer {
    margin: 0 -15px;
  }
  .mainpage-banner__footer--wrap {
    margin-bottom: -50px;
  }
  .mainpage-products__container {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 613px) {
  .header__navigation {
    flex-direction: column;
  }

  .mainpage-part3__container,
  .mainpage-faq__container {
    padding: 54px 50px 66px;
  }

  .main__nav {
    padding: 0;
  }

  .int-health__difference--description-wrap {
    flex-direction: column;
    align-items: center;
    padding: 15px 10px 15px 0;
  }
  .int-health__difference--description-wrap img {
    margin: 15px auto;
  }
  .int-health__difference--description:nth-child(2)
    .int-health__difference--description-wrap {
    flex-direction: column-reverse;
  }
  .int-health__difference--description div:last-child {
    margin: 0 auto;
  }

  .header__navigation > nav > div {
    margin: auto 8px;
  }
  .header__navigation nav div {
    box-sizing: border-box;
  }
  .mainpage-part3__item {
    max-width: 100%;
  }
  .mainpage__footer {
    flex-direction: column;
    /* align-items: center; */
    text-align: center;
  }
  .guarantee {
    padding: 22px 40px;
  }
  .footer__contacts {
    margin-top: 0;
  }
  .footer__navbar {
    display: none;
  }
}
@media all and (max-width: 513px) {
  .header__navigation {
    padding: 0;
  }

  .mainpage-banner__nextline {
    font-size: 1.025rem;
  }

  .mainpage-banner__nextline {
    line-height: 37px;
  }

  .mainpage__footer--text {
    font-size: 14px;
    line-height: 14px;
  }

  .guarantee {
    padding: 22px 40px;
  }

  .guarantee__text {
    font-size: 18px;
  }

  .footer__contacts--text {
    font-size: 14px;
  }

  .main__nav {
    padding: 0;
  }

  .main__nav-item a {
    font-size: 9px;
  }

  .mainpage-part3__container,
  .mainpage-faq__container {
    padding: 54px 25px 66px;
  }

  .mainpage-banner__header {
    font-size: 22pt;
  }
  .mainpage-banner__description {
    font-size: 16pt;
  }
  .mainpage-banner__bottles--mobile {
    display: block;
    width: 70%;
  }
  .mainpage-banner__bottles--mobile img {
    margin: auto;
    width: 100%;
  }
  .mainpage-banner__bottles {
    display: none;
  }
  .mainpage-banner__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .header__navigation > nav {
    padding: 0 5px;
    font-size: 12px;
  }
  .mainpage-banner__mobile {
    max-width: 100%;
  }
  .mainpage-testmonials__container {
    padding: 0;
  }
  .mainpage-testmonials__right {
    width: 80%;
  }
  .mainpage-products .mainpage-products__product {
    width: 93%;
  }
  .mainpage-products__product {
    margin: 10px 0;
  }
  .mainpage__footer-wrapper {
    padding: 0 20px;
  }
  .footer__disclaimer {
    margin-top: 35px;
    font-size: 13px;
    line-height: 16px;
    padding: 8px;
    max-width: 100%;
  }
}

@media all and (max-width: 400px) {
  .mainpage-banner__header {
    font-size: 20pt;
  }
}

/* FONTS */
@font-face {
  font-family: "BigNoodle Oblique";
  src: url("../fonts/big_noodle_titling_oblique.ttf");
}
