@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500;700&family=Playfair+Display&family=Open+Sans&display=swap");
html {
  background-color: #ccc;
  margin: 0 !important;
}

body {
  max-width: 480px;
  font-family: "Open Sans", serif;
  font-size: 1.25rem;
  line-height: 1.65;
  background-color: #fff;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

section h2 {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
section h2::after {
  content: url("../img/divider.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 265px;
}
section > * {
  z-index: 3;
}

img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  margin: 0 0 0.5rem;
  text-align: center;
}

h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  margin: 0 0 0.5rem;
  text-align: center;
}

h3, .h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  font-weight: bold;
}

.anim-os {
  transition: 300ms;
  transition-delay: 1500ms;
  opacity: 0;
  transform: translateY(30px);
}

p {
  margin: 0 0 0.5rem;
}

form {
  display: block;
  width: 100%;
}
form label.error {
  color: #ffffff;
}
form input {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 5px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
}
form .input-group {
  margin-bottom: 15px;
}

.block {
  padding: 0 15px;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
}

.order-btn {
  display: block;
  padding: 15px 25px;
  border-radius: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  box-sizing: border-box;
  color: #00c774;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}
.order-btn.green {
  background-color: #00c774;
  color: #fff;
}
.order-btn.orange {
  background-color: #FFB900;
  color: #fff;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  overflow: hidden;
}
.bg-image img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  background-color: #000;
  height: 70px;
  width: 100%;
  display: none;
}

.section-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 700px;
  max-height: 800px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section-hero h1 {
  line-height: 1.2;
  color: #fff;
}
.section-hero h1 span {
  color: #00c774;
  font-size: 1.5em;
}
.section-hero-order {
  height: 100vh;
  max-height: 1100px;
}
.section-hero-order .bg-image img {
  transform: translateY(-10%);
}
.section-hero-order::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%);
  z-index: 0;
}
.section-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 35%);
  z-index: 3;
}

.main-block {
  position: relative;
  z-index: 3;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: auto;
  color: #333;
}
.main-block h1 {
  color: #ffffff;
  font-size: 1.5rem;
}
.main-block h1 span {
  color: #00c774;
  font-size: 1.5em;
}

.price-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  color: #fff;
  width: 100%;
  font-size: 2.2rem;
  margin-bottom: 40px;
  margin-top: -45px;
  line-height: 1;
  font-family: "Playfair Display", serif;
}

.old-price {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px 10px;
  text-decoration: line-through;
  color: #fff;
  position: relative;
  transition: 500ms;
}
.old-price::before {
  content: "";
  display: block;
  position: absolute;
  height: 140%;
  width: 110%;
  left: -10%;
  top: -20%;
  transform: skewX(-15deg);
  background-color: #b9b9b9;
  z-index: -1;
}

.new-price {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px 10px;
  color: #00c774;
  position: relative;
  z-index: 3;
  transition: 750ms;
}
.new-price::before {
  content: "";
  display: block;
  position: absolute;
  height: 140%;
  width: 110%;
  left: 0;
  top: -20%;
  transform: skewX(-15deg);
  background-color: #fff;
  z-index: -1;
}

.section-advantages {
  padding: 75px 0 50px;
  background-color: rgba(16, 137, 62, 0.05);
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}
.section-advantages::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.65);
}
.section-advantages .h2 {
  color: #00c774;
  margin-bottom: 3rem;
}
.section-advantages .block {
  padding: 0;
}

.h-card {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: 800ms;
  position: relative;
  overflow: hidden;
}
.h-card .content {
  color: #333;
  padding: 10px;
  box-sizing: border-box;
}
.h-card .title {
  margin-bottom: 0.5rem;
  display: inline-block;
  line-height: 1.2;
  color: #00c774;
}
.h-card .image {
  flex: 0 0 50%;
}
.h-card .image img {
  display: block;
  margin: 0;
}
.h-card .content {
  flex: 0 0 50%;
  max-width: 50%;
}
.h-card:nth-child(even) {
  flex-direction: row-reverse;
}

.section-gif img {
  transform: rotate(90deg);
  display: block;
}
.section-gif .note {
  display: block;
  position: relative;
  z-index: 9;
  font-size: 12px;
  margin-top: -40px;
}

.section-consumer {
  background-color: #333;
  padding: 50px 0 0;
  position: relative;
}
.section-consumer::before {
  content: "";
  display: block;
  position: absolute;
  top: -49px;
  left: 0;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-right: 240px solid #333;
  border-bottom: 25px solid #333;
  border-top: 25px solid transparent;
  border-left: 240px solid transparent;
}
.section-consumer .block {
  padding: 0;
}
.section-consumer .h2 {
  margin-bottom: 20px;
  color: #fff;
}
.section-consumer .h2::after {
  content: url("../img/divider-white.png");
}

.h-card-2 {
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  transition: 1000ms;
  background-size: cover;
  transition-delay: 750ms;
  border-bottom: 5px solid #00c774;
  background-position: center center;
}
.h-card-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.h-card-2 .content {
  padding-top: 75px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.h-card-2 .content p {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.section-instruction {
  background-color: #fff;
  padding-bottom: 50px;
}
.section-instruction .block {
  padding: 0;
}
.section-instruction .h2 {
  margin-bottom: 30px;
}
.section-instruction .order-btn-wrap {
  margin-top: 50px;
  margin-bottom: 30px;
}

.section-profit {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
  color: #333;
}
.section-profit .h2 {
  margin-bottom: 30px;
  color: #00c774;
}
.section-profit .h2:after {
  content: url("../img/divider.png");
}
.section-profit .block {
  padding: 0;
}
.section-profit p {
  padding: 0 15px;
}

.section-results {
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 75px;
  position: relative;
  background-size: cover;
}
.section-results::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-left: 240px solid #fff;
  border-top: 25px solid #fff;
  border-bottom: 25px solid transparent;
  border-right: 240px solid transparent;
}
.section-results::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-right: 240px solid #fff;
  border-bottom: 25px solid #fff;
  border-top: 25px solid transparent;
  border-left: 240px solid transparent;
}
.section-results .block {
  padding: 0;
}
.section-results .h2 {
  margin-bottom: 30px;
  color: #00c774;
}
.section-results .order-btn-wrap {
  margin-top: 50px;
  margin-bottom: 30px;
}

.section-faq {
  padding-bottom: 50px;
  padding-top: 30px;
}
.section-faq .h2 {
  margin-bottom: 30px;
  color: #00c774;
}

.collapse {
  padding-bottom: 30px;
}
.collapse .card {
  border: 1px solid #8a8a8a;
  margin-bottom: -1px;
  font-size: 1rem;
}
.collapse .card.open .title::before {
  transform: rotate(-225deg);
}
.collapse .card.open .title::after {
  transform: rotate(225deg);
}
.collapse .title {
  font-weight: bold;
  padding: 15px 15px 15px 70px;
  border-bottom: 1px solid #8a8a8a;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.collapse .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: calc(50% - 2px);
  width: 25px;
  height: 4px;
  background-color: #FFB900;
  transition: 400ms;
}
.collapse .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: calc(50% - 2px);
  width: 25px;
  height: 4px;
  background-color: #FFB900;
  transform: rotate(90deg);
  transition: 400ms;
}
.collapse .body {
  padding: 25px 15px;
  display: none;
}

.section-delivery {
  background-color: #00c774;
  color: #333;
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
  background-image: url("../img/profit-bg.jpg");
  background-size: cover;
}
.section-delivery::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-left: 240px solid #fff;
  border-top: 25px solid #fff;
  border-bottom: 25px solid transparent;
  border-right: 240px solid transparent;
}
.section-delivery .h2 {
  margin-bottom: 70px;
  font-size: 2.2rem;
  color: #00c774;
}
.section-delivery .h2:after {
  content: url("../img/divider.png");
}
.section-delivery img {
  position: absolute;
  left: -180px;
  width: 420px;
  top: 140px;
  transition: all 750ms;
  z-index: -1;
}
.section-delivery .delivery-list {
  padding-left: 200px;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.section-delivery .delivery-list li {
  margin-bottom: 70px;
  padding-left: 10px;
}
.section-delivery .delivery-list li:nth-child(2) {
  padding-left: 55px;
}

.section-order {
  background-size: cover;
  height: 140vh;
  max-height: 920px;
  background-image: url("../img/order-bg.jpg");
}

.footer {
  padding: 30px 0;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-align: center;
}
.footer a {
  color: #00c774;
}

.swiper-container {
  position: relative;
}
.swiper-pagination {
  bottom: 0 !important;
}