@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "Fraunces 9pt"; /*a name to be used later*/
  src: url("../fonts/Fraunces_9pt-Bold.ttf"); /*URL to font*/
  src: url("../fonts/Fraunces_9pt-Regular.ttf");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  line-height: 1.25;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1248px;
  margin-inline: auto;
  padding: 0 15px;
}
.container--small {
  max-width: 824px;
}

.orange {
  color: #ff7d00;
}

.brown {
  color: #78290f;
}

.red {
  color: #af1233;
}

.green {
  color: #209e46;
}

.desktop {
  display: none;
}

.mobile {
  display: block;
}

.btn {
  display: flex;
  font-family: "Rubik";
  font-size: 20px;
  font-weight: 700;
  color: white;
  background-color: #ff7d00;
  border: 3px solid #f3c7b1;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 24px;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 15px auto 0;
}
.btn:hover {
  background-color: #ff9029;
}

h1 {
  font-family: "Fraunces 9pt", sans-serif;
  font-size: 40px;
  font-weight: 900;
}

h2 {
  font-family: "Fraunces 9pt", sans-serif;
  font-size: 32px;
  font-weight: 900;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 16px;
  color: #001524;
  margin-bottom: 7px;
}

ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
ul li::before {
  content: "";
  background-image: url("../images/list-check.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #af1233;
  border-radius: 3px;
}

.hero {
  padding-top: 50px;
  background: transparent linear-gradient(180deg, #F0CAB5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  background-size: 100% 50%;
}
.hero__logo {
  max-width: 217px;
  order: 1;
}
.hero__row {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hero__row .heroImg {
  margin-left: -10%;
}
@media (max-width: 768px) {
  .hero h2 {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 3px;
  }
}
.hero h3 {
  margin: 15px 0 20px;
}
.hero__paragraph {
  margin-bottom: 30px;
}

.section-two {
  padding: 0px 0 0;
}
.section-two__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.section-three__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
}
.section-three__card {
  padding: 16px;
  text-align: center;
  max-width: 390px;
  border-radius: 32px;
}
.section-three__card--red {
  background-color: #ffcfcf;
}
.section-three__card--green {
  background-color: #cbf3d1;
}
.section-three__card h3 {
  font-weight: 900;
  margin-bottom: 15px;
}
.section-three__product {
  margin-bottom: 40px;
}
.section-three picture img {
  margin-inline: auto;
  display: block;
  margin: 30px auto;
}
.section-three .btn {
  margin-inline: auto;
}

.section-four__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  grid-gap: 50px;
  margin-top: 50px;
}
.section-four__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
}
.section-four__avatar {
  margin-bottom: 32px;
  width: 162px;
  height: 162px;
}
.section-four__title {
  color: #78290f;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-five {
  margin-top: 20px;
}
.section-five__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.section-five__title {
  font-family: "Lora", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #78290f;
  margin-bottom: 20px;
}

.product {
  padding-bottom: 40px;
}
.product__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.product__title {
  font-size: 32px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: center;
}
.product__first-paragraph {
  max-width: 930px;
  margin-inline: auto;
  margin: 10px auto;
}
.product__lead {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #33200a;
  text-align: center;
}
.product p {
  text-align: center;
}
.product .countdown {
  margin: 20px 0;
}
.product .countdown__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product .countdown__inner {
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #707070;
}
.product .countdown__number {
  font-size: 32px;
  margin: 0;
}
.product .price-old {
  font-family: "Lato", sans-serif;
  color: #af1233;
  text-decoration: line-through;
  font-size: 20px;
  line-height: 30px;
}
.product .price-new {
  font-family: "Lato", sans-serif;
  color: #209e46;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}
.product .btn {
  margin-inline: auto;
}

.footer {
  padding: 20px 0;
}
.footer .container {
  max-width: 690px;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer__text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
  .btn {
    font-size: 32px;
    line-height: 40px;
    padding: 15px 50px;
    border-radius: 50px;
  }
  .section-two__row {
    flex-direction: row;
    justify-content: space-between;
  }
  .section-two__col {
    width: 50%;
  }
  .section-three {
    padding: 80px 0 0;
  }
  .section-three__row {
    flex-direction: row;
    margin: 30px 0;
  }
  .section-three__product {
    margin-bottom: 80px;
  }
  .section-four {
    padding: 100px 0 100px;
  }
  .section-four__row {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-four__row:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .section-four__col {
    max-width: 350px;
  }
  .section-five__row {
    flex-direction: row;
    gap: 0;
  }
  .section-five__col {
    width: 50%;
  }
  .section-five__title {
    font-size: 32px;
    line-height: 48px;
  }
  .product__row {
    flex-direction: row;
  }
  .product__col {
    width: 50%;
  }
  .product__col p {
    margin: 15px 0 0;
  }
  .product__col .price-new {
    margin: 0;
  }
}
@media (min-width: 991px) {
  body {
    background-color: #f9f4ee;
  }
  .section-five {
    background-image: url("../images/background_middle_2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .hero {
    background-image: url("../images/hero_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    padding: 80px 0 50px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .hero__logo {
    margin-right: 40px;
  }
}
@media (min-width: 991px) {
  .hero__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .hero__row .heroImg {
    margin: -100px 0 0;
  }
  .hero__row--top {
    align-items: flex-start;
  }
  .hero__inner-text {
    max-width: 570px;
  }
  .hero .mobile {
    display: none;
  }
  .hero .desktop {
    display: block;
  }
  .hero h1 {
    font-size: 96px;
  }
  .hero h2 {
    font-size: 48px;
  }
  .hero h3 {
    font-size: 24px;
    margin-bottom: 32px;
    max-width: 619px;
  }
  .hero .btn {
    margin-bottom: 100px;
  }
  .section-four {
    background-image: url("../images/section-four-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .product__title {
    font-size: 50px;
    line-height: 60px;
  }
  .product__lead {
    font-size: 32px;
    line-height: 40px;
  }
  .product .countdown__row {
    gap: 50px;
  }
  .product .countdown__inner {
    border: 2px solid #707070;
  }
  .product .countdown__number {
    font-size: 48px;
  }
  .product__description {
    max-width: 930px;
    margin-inline: auto;
    margin: 40px auto 80px;
  }
  .footer {
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
}
@media (min-width: 1700px) {
  .section-four {
    background-position: top;
    background-size: 100% 100%;
  }
  .section-five {
    display: flex;
    align-items: center;
    min-height: 800px;
    background-size: 1fr 100%;
  }
  .footer {
    background-position: top;
    background-size: 100% 100%;
  }
}
.main-summary .mb {
  margin-bottom: 20px;
}
.main-summary .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-summary .product-price {
  color: red;
  text-decoration: line-through;
  word-break: keep-all;
}
.main-summary h3 {
  max-width: 780px;
  font-weight: 700;
  margin: 20px 0 0;
}
.main-summary .green {
  background-color: #209e46;
  color: #fff;
}
.main-summary .summary__productBox {
  display: grid;
  align-items: center;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .main-summary .summary__productBox {
    grid-template-columns: 1fr;
  }
}
.main-summary .summary__productBox img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
}
.main-summary .summary__productBox .productBox__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 533px;
}
.main-summary .summary__productBox .productBox__content p {
  line-height: 1.4;
}
.main-summary .summary__btn {
  display: flex;
  background-color: #068B48;
  color: #fff;
  border-radius: 46px;
  padding: 27px 80px;
  font-size: 29px;
  box-shadow: 0px 5px 0px #003F2D;
  margin: 20px 0 30px;
  cursor: pointer;
  text-decoration: none;
  transition: 100ms;
  text-align: center;
}
.main-summary .summary__btn:hover {
  filter: brightness(115%);
}
@media (max-width: 768px) {
  .main-summary .summary__btn {
    font-size: 18px;
  }
}
.main-summary .summary__btn--open {
  font-size: 50px;
  padding: 10px 50px;
}
@media (max-width: 768px) {
  .main-summary .summary__btn--open {
    font-size: 35px;
  }
}
.main-summary .paragraphBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px auto;
}
.main-summary .paragraphBox p {
  font-weight: 700;
}/*# sourceMappingURL=styles.css.map */