*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  background-color: #fff;
}

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

.text-bold {
  font-weight: bold;
}

.text-padding {
  padding: 0 0.5rem;
}

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

.line-through {
  text-decoration: line-through;
}

.text-red {
  color: #e70000;
}

.text-green {
  color: #1eb336;
}

.text-gray {
  font-size: 1.2rem;
  color: #aaaaaa;
}

.text-gray {
  color: #a7a7a7;
}

.text-white {
  color: white;
}

.green {
  color: #287a1f;
}

.text-bg-green {
  background-color: #19ae30;
}

.text-bg-red {
  background-color: #cf0000;
}

.text-bg-yellow {
  background-color: #f2cc0f;
}

.center {
  text-align: center;
}

.image {
  max-width: 785px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 20px;
}
.image--bg-bear {
  background-image: url("../images/image-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 32px;
}
.image--bg-stomach {
  background-image: url("../images/bg-body.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.image--bg-stomach .paragraph:last-of-type {
  margin-bottom: 0;
}
.image .inner {
  max-width: 345px;
}
.image .text-wrapper {
  padding: 16px;
  max-width: 450px;
  margin-left: auto;
}
.image .image-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding-left: 20px;
}
.image .image-list li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.heading {
  font-family: "Abril Fatface", serif;
  font-size: 45px;
  line-height: 62px;
  font-weight: 400;
  margin-bottom: 15px;
}
.heading--red {
  color: #df0000;
}

.title {
  font-family: "Paprika", sans-serif;
  font-size: 26px;
  line-height: 37px;
  font-weight: 400;
  color: #287a1f;
  margin-bottom: 20px;
}

.title-big {
  font-family: "Abril Fatface", serif;
  font-size: 42px;
  line-height: 56px;
  color: #9b2020;
  margin-bottom: 16px;
}

.lead {
  font-family: "Abril Fatface", serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #df0000;
}

.box {
  background-color: #f2ebe1;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}
.box__inner {
  max-width: 177px;
  width: 100%;
  float: left;
  margin-right: 20px;
}
.box__description {
  background-color: #fded02;
  border-radius: 5px;
  text-align: center;
  padding: 8px 20px;
}
.box__description span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8509803922);
}
.box .paragraph:last-of-type {
  margin-bottom: 0;
}

.cta {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cta::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #bfb49c;
  width: 100%;
  height: 90px;
  z-index: -1;
}
.cta__plant {
  width: 102px;
  height: 128px;
  position: absolute;
  bottom: 0;
}
.cta__plant--left {
  left: 20px;
}
.cta__plant--right {
  right: 20px;
}
.cta__box {
  width: 100%;
  max-width: 580px;
  margin-inline: auto;
  background-color: white;
  border: 2px solid #287a1f;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 16px 10px;
}
.cta__inner {
  padding: 16px;
}
.cta__title {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #778d62;
  margin-bottom: 10px;
  text-align: center;
}
.cta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  list-style-type: none;
  margin-bottom: 16px;
}
.cta__list .paragraph {
  margin-bottom: 0;
}
.cta__text {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.image-wrapper {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .pic2 {
    max-width: 60%;
  }
}

.button-hidden {
  display: none;
}

.summary-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #009f20;
  padding: 1.5rem;
  border: 1px solid #009f20;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 43px;
  margin: 1.5rem auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.35s ease-in-out;
}
.summary-button:hover {
  cursor: pointer;
  background-color: white;
  color: #009f20;
}

.image-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  margin: 2.5rem 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.link {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  display: block;
  text-decoration: underline;
  color: #0000ff;
}

.btn {
  width: 100%;
  border: 4px solid white;
  background-color: #0c9e11;
  border-radius: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto 2rem;
  padding: 12px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.btn span {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.btn:hover {
  background-color: #4f8c51;
}

.header__top {
  background-color: white;
}
.header__bottom {
  background-color: #bfb49c;
}
.header__row {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.header__logo-text-1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 200;
  color: #287a1f;
}
.header__logo-text-2 {
  font-family: "Paprika", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #287a1f;
}
.header__search {
  width: 340px;
  height: 53px;
  border-radius: 10px;
  border: 1px solid #407b69;
  padding: 6px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3019607843);
}
.header__search span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #407b69;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__link {
  padding: 16px 0;
}
.header__link span {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: white;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.articles__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.articles a {
  width: 100%;
}

.article {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 16px;
}
.article--no-border {
  border-bottom: unset;
}
.article__row {
  display: grid;
  grid-template-columns: 64px auto;
  justify-content: flex-start;
  grid-gap: 16px;
}
.article__row .paragraph {
  color: rgba(0, 0, 0, 0.8509803922);
  margin-bottom: 0;
}

.banner {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 400px;
  margin-bottom: 30px;
  font-family: "Rubik", sans-serif;
}
.banner__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.banner__header {
  width: 100%;
  padding: 18px 14px;
  height: 140px;
  aspect-ratio: 3/2;
  -webkit-clip-path: ellipse(85% 100% at 50% 0%);
          clip-path: ellipse(85% 100% at 50% 0%);
  background: #127333;
  text-align: center;
}
.banner__text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #e5f500;
  margin-bottom: 5px;
}
.banner__heading {
  font-family: "Lora", serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  color: white;
}
.banner__btn {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 16px;
  background-color: #df0000;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}
.banner__btn span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: white;
}
.banner__btn img {
  width: 24px;
  height: 24px;
}

.summary-content {
  width: 100%;
  max-width: 1160px;
  padding: 0 2rem;
  margin-inline: auto;
}

.summary__product {
  max-width: 364px;
  width: 100%;
  margin-inline: auto;
}

.summary__row {
  display: grid;
  grid-template-columns: 364px 1fr;
  align-items: center;
}

.site-content {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 991px) {
  .site-content {
    grid-template-columns: 1fr 326px;
    grid-gap: 16px;
    align-items: flex-start;
  }
}

.main-top,
.main-bottom {
  background-color: white;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 1.8rem 1.6rem 4.1rem 1.6rem;
}

.main-summary {
  background-color: white;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 100px;
}

main .summary-title {
  font-size: 3rem;
  line-height: 6.1rem;
  font-weight: bold;
  color: #0c9e11;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0 auto 2.5rem;
}
@media (min-width: 992px) {
  main .summary-title {
    font-size: 5rem;
  }
}
main .main-title {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 5.9rem;
}
@media (max-width: 768px) {
  main .main-title {
    font-size: 34px;
    line-height: 44px;
  }
}
main .main-lead {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  main .main-lead {
    font-size: 3.4rem;
  }
}
main .main-subtitle {
  font-size: 23px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 1.2rem;
}
main .main-paragraph-big {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}
main .paragraph {
  font-family: "PT sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
main .paragraph-small {
  font-size: 14px;
  line-height: 28pxp;
  margin-bottom: 15px;
  text-align: center;
}

.main-top {
  margin-bottom: 4rem;
}
.main-top .main-article-date {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #808080;
  margin-bottom: 1.9rem;
}
.main-top .list {
  margin-bottom: 1.6rem;
}
.main-top .green-box {
  background-color: #c2e5d8;
  padding: 2.2rem 1.5rem 1rem;
  margin-bottom: 3.8rem;
  border-radius: 8px;
}
.main-top .guarantee-subtitle {
  margin-bottom: 2.6rem;
  margin-top: 2.2rem;
}
.main-top .product-promotion-details {
  margin-top: 2.3rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3.1rem;
}
.main-top .product-promotion-details .text-red {
  text-decoration: line-through;
}
.main-top .product-promotion-details .text-green {
  font-size: 32px;
  line-height: 40px;
}
.main-top .product-promotion-details .text-red,
.main-top .product-promotion-details .text-green {
  font-weight: bold;
}
.main-top .product-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.main-bottom .comments-title {
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #d4d4d4;
}
.main-bottom .form-add-comment {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.main-bottom .form-add-comment input {
  margin-bottom: 0.8rem;
}
.main-bottom .form-add-comment textarea {
  margin-bottom: 2.2rem;
  resize: none;
  min-height: 10rem;
}
.main-bottom .form-add-comment input,
.main-bottom .form-add-comment textarea {
  padding: 0.4rem 0.7rem 0.5rem 0.5rem;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment input::-moz-placeholder, .main-bottom .form-add-comment textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment input::placeholder,
.main-bottom .form-add-comment textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment .form-buttons {
  display: flex;
  gap: 1.1rem;
}
.main-bottom .form-add-comment .form-buttons .form-btn {
  padding: 0.9rem;
  color: white;
  background-color: #868e96;
  border-radius: 0.3rem;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.main-bottom .form-add-comment .form-buttons .form-btn:hover {
  background-color: #5f6468;
}
.main-bottom .comments-wrapper .comment,
.main-bottom .added-comments .comment {
  display: flex;
  margin-bottom: 2.3rem;
}
.main-bottom .comments-wrapper .comment .comment-avatar,
.main-bottom .added-comments .comment .comment-avatar {
  width: 48px;
  height: 48px;
  margin-right: 2.4rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-row,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-row {
  display: flex;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-row-image,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-row-image {
  display: flex;
  flex-direction: column;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-author,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-author {
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  margin-right: 0.9rem;
  margin-bottom: 0.8rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-date,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-date {
  color: #7f919e;
  font-size: 1.4rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-content,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-content {
  margin-bottom: 1.1rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-attachment,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-attachment {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20rem;
  margin-bottom: 1.8rem;
}

.picture-error {
  color: red;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.telephone-box {
  border: 0.2rem solid #cf0000;
  max-width: 50rem;
  color: black;
  margin: 2rem auto 4rem;
  font-size: 2rem;
  line-height: 4.2rem;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (min-width: 525px) {
  .telephone-box {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .telephone-box {
    font-size: 4.5rem;
  }
}
.telephone-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../images/icon-phone.svg");
  background-size: 100% 100%;
}

.hr {
  width: 100%;
  height: 0.1rem;
  margin: 1.5rem 0;
  background-color: #707070;
}

.aside {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  display: none;
  padding: 22px 13px;
}
.aside__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #274d71;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .aside {
    display: block;
  }
}

footer {
  margin-top: 70px;
  padding-bottom: 40px;
}
footer .text-gray {
  text-align: center;
}
footer .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 55.6rem;
}
footer .copyright {
  margin-bottom: 2.3rem;
}
footer .attachments {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
footer .attachments .text-gray {
  text-decoration: underline;
}
footer .company-address {
  margin-top: 2.3rem;
  margin-bottom: 1.8rem;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  margin: 0 auto 2rem;
}

.image-col {
  width: 50%;
  text-align: center;
  padding: 0 5px;
}

.image-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.image-title-red {
  color: darkred;
}

.image-title-green {
  color: #3fcba3;
}

.beforeafter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2rem auto;
  width: 100%;
  gap: 20px;
}
.beforeafter__col {
  width: 50%;
}
.beforeafter img {
  width: 100%;
}

@media (max-width: 1160px) {
  .container {
    padding: 0 15px;
  }
  .main-summary {
    padding: 20px;
  }
  .cta__plant {
    display: none;
  }
}
@media (max-width: 768px) {
  .summary__row {
    grid-template-columns: repeat(1, 1fr);
  }
  .header__search {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .image--bg-stomach {
    background-position: right;
  }
  .image--bg-bear {
    background-position: left;
  }
}
@media (max-width: 525px) {
  .header__logo img {
    height: 70px;
  }
  .header__logo-text-1 {
    font-size: 28px;
    line-height: 47px;
  }
  .header__logo-text-2 {
    font-size: 31px;
    line-height: 23px;
  }
  .image .image-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .summary-button {
    font-size: 18px;
  }
  .title-big {
    font-size: 35px;
    line-height: 50px;
  }
  .cta__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta__title {
    font-size: 19px;
    line-height: 35px;
  }
  .heading {
    font-size: 30px;
    line-height: 45px;
  }
  .box__inner {
    float: unset;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=styles.css.map */