* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  color: #121212;
}

@font-face {
  font-family: "Georgia", sans-serif;
  src: url("/fonts/Georgia.woff2") format("woff2"), url("/fonts/Georgia.woff") format("woff"), url("/fonts/Georgia.eot") format("eot"), url("/fonts/Georgia.ttf") format("ttf"), url("/fonts/Georgia.svg") format("svg");
}
.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 25px;
}
@media (min-width: 767px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 23px;
}
@media (min-width: 767px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 17px;
}
@media (min-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

.italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: 600;
}

img {
  width: 100%;
}

p {
  font-size: 16px;
}
@media (min-width: 767px) {
  p {
    font-size: 18px;
  }
}

.button {
  display: block;
  border-radius: 5px;
  background-color: #0025de;
  max-width: 220px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  margin: 20px auto;
  font-size: 22px;
  text-align: center;
}
@media (min-width: 767px) {
  .button {
    font-size: 27px;
    max-width: 270px;
  }
}
.button:hover {
  background-color: #1a2d90;
  color: #fff;
}
.button i {
  margin-left: 5px;
}

header {
  background-image: url("images/bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
  min-height: 560px;
  position: relative;
}
@media (min-width: 767px) {
  header {
    min-height: 1080px;
  }
}
header .mobile_video.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
header .placeholder {
  cursor: pointer;
}
header .bottom-title {
  position: absolute;
  bottom: 1rem;
  font-size: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 767px) {
  header .bottom-title {
    font-size: 46px;
    bottom: 3rem;
  }
}

.main {
  background-color: #f7f6f6;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .main {
    padding-bottom: 90px;
  }
}
.main .side-by-side {
  background-color: #fff;
}
.main .side-by-side h2 {
  font-family: "Georgia", sans-serif;
}
.main .side-by-side-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .main .side-by-side-item {
    flex-wrap: nowrap;
  }
}
.main .side-by-side-item.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 767px) {
  .main .side-by-side-item.reverse {
    flex-direction: row;
  }
}
.main .side-by-side-item-txt {
  padding: 20px;
}
@media (min-width: 767px) {
  .main .side-by-side-item-txt {
    padding: 0 30px;
  }
}
.main .side-by-side-item-txt .right {
  float: none;
}
@media (min-width: 767px) {
  .main .side-by-side-item-txt .right {
    float: right;
    clear: both;
  }
}
.main .side-by-side-item-txt .text-right {
  text-align: left;
}
@media (min-width: 767px) {
  .main .side-by-side-item-txt .text-right {
    text-align: right;
  }
}
.main .side-by-side-item img {
  max-width: 810px;
}
.main .side-by-side-item .button {
  font-size: 20px;
  max-width: 220px;
  margin-top: 40px;
}
.main .side-by-side-item h4 {
  font-weight: 400;
}
.main .single-product {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  background-color: white;
  box-shadow: 0 5px 29px 0 rgba(0, 3, 4, 0.04);
  padding: 30px 10px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.main .single-product img {
  max-width: 70%;
  display: block;
  margin: 20px auto;
}
.main .single-product a {
  border-radius: 5px;
  background-color: #ffcb17;
  color: #121212;
  font-weight: 500;
  margin-top: 30px;
}
.main .single-product a:hover {
  background-color: #ae9332;
  color: #121212;
}
.main .guarantee-section {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  background-color: white;
  padding: 30px;
  box-shadow: 0 5px 29px 0 rgba(0, 3, 4, 0.04);
}
@media (min-width: 767px) {
  .main .guarantee-section {
    padding: 30px 90px;
  }
}
.main .guarantee-section h3 {
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 767px) {
  .main .guarantee-section h3 {
    text-align: left;
  }
}
.main .guarantee-section img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .main .guarantee-section img {
    max-width: 100%;
  }
}
.main .faq {
  margin-top: 50px;
  margin-bottom: 30px;
}
.main .faq-item {
  border-width: 1px;
  border-color: #cfcdd3;
  border-style: solid;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
}
.main .faq-item p {
  margin: 0;
}
.main .alert-section {
  background-image: url("images/alert-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 0 0;
}
.main .alert-section h1 {
  color: #ab0000;
}
.main .alert-section h3 {
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 767px) {
  .main .alert-section h3 {
    max-width: 50%;
  }
}
.main .alert-section img {
  max-width: 80px;
  display: block;
  margin: 20px auto;
}
.main .alert-section .red-line {
  background-image: none;
  background-color: #d12003;
  padding: 10px;
}
@media (min-width: 767px) {
  .main .alert-section .red-line {
    background-image: url("images/red.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
  }
}
.main .alert-section i {
  margin: 0 10px;
  color: #fff;
}
.main .alert-section h2 {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 767px) {
  .main .alert-section h2 {
    font-size: 34px;
  }
}
.main .bottles {
  margin: 50px 0;
}
.main .bottles-item {
  border-width: 2px;
  border-color: #cfcdd3;
  border-style: solid;
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .main .bottles-item {
    padding: 30px;
  }
}
.main .bottles-item .mobile-view {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 767px) {
  .main .bottles-item .mobile-view {
    display: none;
  }
}
.main .bottles-item .title {
  font-size: 30px;
  font-weight: 900;
  display: block;
  margin: 10px auto;
  text-align: center;
}
@media (min-width: 767px) {
  .main .bottles-item .title {
    font-size: 50px;
    margin: 20px auto;
  }
}
.main .bottles-item h3 {
  font-family: "Georgia", sans-serif;
  font-style: italic;
  font-weight: 100;
  text-align: center;
  color: #525252;
  font-size: 18px;
}
@media (min-width: 767px) {
  .main .bottles-item h3 {
    font-size: 24px;
  }
}
.main .bottles-item .price {
  display: block;
  font-size: 20px;
  color: #525252;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 767px) {
  .main .bottles-item .price {
    font-size: 28px;
  }
}
.main .bottles-item img {
  display: block;
  margin: 0;
  max-width: 100px;
}
@media (min-width: 767px) {
  .main .bottles-item img {
    max-width: 240px;
    margin: 20px auto;
  }
}
.main .bottles-item img.bottle1 {
  max-width: 70px;
}
@media (min-width: 767px) {
  .main .bottles-item img.bottle1 {
    max-width: 132px;
  }
}
.main .bottles-item .button {
  background-color: #ffcb17;
  color: #121212;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 767px) {
  .main .bottles-item .button {
    font-size: 26px;
  }
}
.main .bottles-item .button:hover {
  background-color: #ae9332;
  color: #121212;
}

footer {
  padding: 30px;
  text-align: center;
}
footer p {
  font-size: 12px;
}
footer img {
  max-width: 200px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul li {
  position: relative;
  margin: 0 20px;
}
footer ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #006ddf;
  text-decoration: none;
}
@media (min-width: 767px) {
  footer ul li a {
    font-size: 14px;
  }
}
footer ul li:after {
  content: "";
  display: block;
  background-color: #006ddf;
  width: 2px;
  height: 40%;
  position: absolute;
  top: 6px;
  right: -19px;
}
@media (min-width: 767px) {
  footer ul li:after {
    height: 58%;
  }
}

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