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

html {
  font-size: 62.5%;
}

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

.banner {
  margin-top: 20px;
}

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: #ff3535;
}

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

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

.text-gray {
  color: #a7a7a7;
}

.text-white {
  color: white;
}

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

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

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

.text-orange {
  color: #ff3535;
}

.text-main {
  color: #034e56;
}

.mainImgBox {
  display: flex;
}

.image-wrapper {
  margin: 2.5rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.image-wrapper .wrapper-text {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  color: #0c474e;
}
@media (max-width: 1100px) {
  .image-wrapper .wrapper-text {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .image-wrapper .wrapper-text {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.2;
  }
}

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

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

a {
  text-decoration: none;
}

@media (min-width: 1000px) {
  .list {
    margin-top: 40px;
  }
}
.list p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: flex;
  align-items: start;
  gap: 10px;
}
@media (min-width: 1000px) {
  .list p {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 20px;
  }
}
.list p img {
  display: block;
  max-width: 20px;
  margin-top: 3px;
}
@media (min-width: 1000px) {
  .list p img {
    max-width: 40px;
  }
}

.box-bgc {
  background-color: #d3e7e7;
  border-radius: 28px;
  padding: 20px;
}
@media (min-width: 1000px) {
  .box-bgc {
    margin-top: 60px;
  }
}

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

.image-col {
  width: 50%;
  text-align: center;
}

.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;
}

.btn {
  width: 100%;
  max-width: 50.8rem;
  text-align: center;
  display: block;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  padding: 2.1rem;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: transparent linear-gradient(90deg, #ff9900 0%, #ff0000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 0px #d80400;
  border-radius: 51px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .btn {
    font-size: 40px;
    max-width: 60.8rem;
  }
}

.decoration {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 0.5rem;
}
.decoration-1 {
  background-color: #f69087;
}
.decoration-2 {
  background-color: #85ccb1;
}
.decoration-3 {
  background-color: #85a9b3;
}
.decoration-4 {
  background-color: #b0cb7a;
}

header {
  width: 100%;
  background-color: #034e56;
}
header .header-title {
  font-size: 4.5rem;
  color: white;
  font-weight: 500;
  padding: 2.1rem 2.4rem;
}

.container {
  width: 100%;
  max-width: 116rem;
  margin-left: auto;
  margin-right: auto;
}

.summary-content {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .summary-content {
    grid-template-columns: repeat(1, 110rem);
  }
}

.site-content {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin-top: 3rem;
  padding: 0 2rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.main-bottom,
.main-summary {
  padding: 1.8rem 1.8rem 4.1rem 1.8rem;
}

.main-top {
  padding: 0rem 1.8rem 4.1rem 1.8rem;
}
@media (min-width: 768px) {
  .main-top {
    padding: 1.8rem 1.8rem 4.1rem 1.8rem;
  }
}

.main-top,
.main-bottom {
  margin: 0 auto;
  max-width: 1125px;
}

main .summary-title {
  font-size: 3rem;
  line-height: 6.1rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background-color: #00bc40;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0 auto 2.5rem;
  border-radius: 25px;
}
@media (min-width: 1000px) {
  main .summary-title {
    font-size: 6rem;
    padding: 1rem 2.5rem;
    margin: 0 auto 4rem;
  }
}
main .main-title {
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.3rem;
  color: #000000;
}
@media (min-width: 400px) {
  main .main-title {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
@media (min-width: 1000px) {
  main .main-title {
    font-size: 7rem;
    line-height: 8rem;
    text-align: left;
  }
  main .main-title span {
    font-size: 8rem;
  }
}
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: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 1000px) {
  main .main-subtitle {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
main .main-paragraph-big {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 1000px) {
  main .main-paragraph-big {
    text-align: left;
    font-size: 4.5rem;
    line-height: 5rem;
    max-width: 1080px;
  }
}
main .paragraph {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  main .paragraph {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 1000px) {
  main .text-size {
    font-size: 45px;
    line-height: 45px;
  }
}
main .paragraph-small {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  main .paragraph-small {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.main-top .list {
  margin-bottom: 1.6rem;
}
@media (min-width: 1000px) {
  .main-top .list {
    margin-bottom: 60px;
  }
}
.main-top .green-box {
  background-color: #c2e5d8;
  padding: 2.2rem 1.5rem 1rem;
  margin-bottom: 3.8rem;
}
.main-top .guarantee-subtitle {
  margin-bottom: 2.6rem;
  margin-top: 2.2rem;
}
@media (min-width: 1000px) {
  .main-top .guarantee-subtitle {
    font-size: 35px;
    margin: 40px auto;
  }
}
.main-top .product-promotion-details {
  margin-top: 2.3rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3.1rem;
  font-size: 35px;
}
@media (min-width: 1000px) {
  .main-top .product-promotion-details {
    font-size: 70px;
    margin: 36px auto 60px;
  }
}
.main-top .product-promotion-details .text-red {
  text-decoration: line-through;
}
.main-top .product-promotion-details .text-red,
.main-top .product-promotion-details .text-green {
  font-weight: bold;
}
.main-top .product-image {
  max-width: 280px;
}
@media (min-width: 400px) {
  .main-top .product-image {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .main-top .product-image {
    max-width: 700px;
    margin-top: 30px;
  }
}

.main-bottom .comments-title {
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
}
@media (min-width: 1000px) {
  .main-bottom .comments-title {
    font-size: 60px;
  }
}
.main-bottom .form-add-comment {
  display: flex;
  flex-direction: column;
}
.main-bottom .form-add-comment input {
  margin-bottom: 1rem;
}
.main-bottom .form-add-comment textarea {
  margin-bottom: 1rem;
  resize: none;
  min-height: 10rem;
}
@media (min-width: 1000px) {
  .main-bottom .form-add-comment textarea {
    min-height: 20rem;
  }
}
.main-bottom .form-add-comment input,
.main-bottom .form-add-comment textarea {
  padding: 10px 15px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  border: 1px solid #868e96;
  border-radius: 34px;
}
@media (min-width: 1000px) {
  .main-bottom .form-add-comment input,
  .main-bottom .form-add-comment textarea {
    padding: 20px;
  }
}
.main-bottom .form-add-comment input::-moz-placeholder, .main-bottom .form-add-comment textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #000000;
}
.main-bottom .form-add-comment input::placeholder,
.main-bottom .form-add-comment textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #000000;
}
@media (min-width: 1000px) {
  .main-bottom .form-add-comment input::-moz-placeholder, .main-bottom .form-add-comment textarea::-moz-placeholder {
    font-size: 30px;
  }
  .main-bottom .form-add-comment input::placeholder,
  .main-bottom .form-add-comment textarea::placeholder {
    font-size: 30px;
  }
}
.main-bottom .form-add-comment .form-buttons {
  display: flex;
  gap: 1.1rem;
  margin-bottom: 2rem;
}
.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;
  border-radius: 30px;
  font-family: "Montserrat", "sans-serif";
}
@media (min-width: 1000px) {
  .main-bottom .form-add-comment .form-buttons .form-btn {
    font-size: 30px;
    padding: 1.5rem;
  }
}
.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 {
  height: 48px;
  width: 48px;
  margin-right: 2.4rem;
  background-color: #91c2c2;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  padding: 15px;
  font-weight: bold;
  border-radius: 50%;
}
@media (min-width: 1000px) {
  .main-bottom .comments-wrapper .comment .comment-avatar,
  .main-bottom .added-comments .comment .comment-avatar {
    height: 81px;
    width: 81px;
    font-size: 60px;
    padding: 25px;
  }
}
.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.4rem;
  font-weight: bold;
  color: #000000;
  margin-right: 0.9rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 525px) {
  .main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-author,
  .main-bottom .added-comments .comment .comment-content-wrapper .comment-author {
    font-size: 1.6rem;
  }
}
@media (min-width: 1000px) {
  .main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-author,
  .main-bottom .added-comments .comment .comment-content-wrapper .comment-author {
    font-size: 3rem;
  }
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-date,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-date {
  color: #034e56;
  font-size: 1.4rem;
}
@media (min-width: 1000px) {
  .main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-date,
  .main-bottom .added-comments .comment .comment-content-wrapper .comment-date {
    font-size: 3rem;
  }
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-content,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-content {
  margin-bottom: 1.1rem;
}
@media (min-width: 1000px) {
  .main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-content,
  .main-bottom .added-comments .comment .comment-content-wrapper .comment-content {
    font-size: 3rem;
    line-height: 40px;
  }
}
.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;
}
@media (min-width: 1000px) {
  .picture-error {
    font-size: 2rem;
  }
}

.telephone-box {
  max-width: 50rem;
  color: #ff0000;
  margin: 2rem auto 4rem;
  font-size: 2rem;
  line-height: 4.2rem;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  border: 5px solid #ff0000;
  border-radius: 25px;
}
@media (min-width: 525px) {
  .telephone-box {
    font-size: 3.5rem;
  }
}
@media (min-width: 1000px) {
  .telephone-box {
    font-size: 4.5rem;
    padding: 20px;
  }
}

.container-summary {
  padding: 10px;
}
.container-summary img {
  margin: 0 auto;
}

.summary-img {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 450px;
}

.summary-button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem;
  color: #ff0000;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 1rem;
  margin: 1.5rem auto;
  transition: all 0.35s ease-in-out;
  border: 5px solid #ff0000;
  border-radius: 25px;
}
@media (min-width: 1000px) {
  .summary-button {
    font-size: 3.5rem;
    line-height: 50px;
    margin: 4rem auto 5rem;
  }
}

.hr {
  width: 100%;
  height: 0.1rem;
  margin: 1.5rem 0;
  background-color: #707070;
}
@media (min-width: 1000px) {
  .hr {
    margin: 4rem 0;
  }
}

aside {
  display: none;
}
@media (min-width: 768px) {
  aside {
    display: block;
  }
}

.aside__item {
  margin-top: 1.4rem;
}
.aside__item .covid--title {
  background-color: #9f0202;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 0.9rem 0.8rem;
}
.aside__item .covid_wrapper {
  padding: 1.5rem 1.3rem;
  background-image: url("../images/covid-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.aside__item .covid_wrapper .inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.3rem;
  margin-bottom: 1.5rem;
}
.aside__item .covid_wrapper .inner_data {
  font-weight: bold;
}
.aside__item .covid_wrapper .inner:last-of-type {
  margin-bottom: 5rem;
}

footer {
  margin-top: 4rem;
  padding: 60px;
  background-color: #ffffff;
}
footer .text-gray {
  text-align: center;
  color: #000000;
}
@media (min-width: 1000px) {
  footer .text-gray {
    font-size: 2rem;
  }
}
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;
}

.header-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 1100px;
  padding: 10px;
  margin: 0 auto;
}
.header-main a {
  display: none;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: transparent linear-gradient(90deg, #ff9900 0%, #ff0000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 0px #d80400;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
  color: #ffffff;
  font-weight: bold;
  max-width: 180px;
  transition: all 0.1s;
}
@media (min-width: 768px) {
  .header-main a {
    display: block;
  }
}
@media (min-width: 1000px) {
  .header-main a {
    font-size: 30px;
    line-height: 29px;
    max-width: 260px;
  }
}

.header-btn:hover {
  transform: scaleX(1.03);
}

.img-box img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .img-box img {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .header-img {
    margin-top: 47px;
  }
}

.before-after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .before-after {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .before-after {
    margin: 60px auto;
  }
}

.before,
.after {
  position: relative;
}

.before-after-text img {
  max-width: 460px;
  width: 100%;
}
.before-after-text p {
  position: absolute;
  top: 50%;
  background-color: #ff3535;
  border: 3px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  text-align: center;
  max-width: 275px;
  left: 50%;
  width: 100%;
  padding: 12px 5px;
  transform: translateX(-50%);
  opacity: 0.7;
}
@media (min-width: 768px) {
  .before-after-text p {
    max-width: 355px;
  }
}

.after p {
  background-color: #00bf73;
}

.img-box-mobile {
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 568px) {
  .img-box-mobile {
    display: none;
  }
}

.img-box-desktop {
  display: none;
}
@media (min-width: 568px) {
  .img-box-desktop {
    display: block;
  }
}

.main-subtitle-product {
  margin-top: -52px;
  background-color: #d3e7e7;
  border-radius: 48px;
  padding: 60px 40px 50px 40px;
  padding: 60px 30px 40px 30px;
}
.main-subtitle-product p {
  max-width: 900px;
  line-height: 30px;
}
@media (min-width: 1000px) {
  .main-subtitle-product p {
    font-size: 40px;
    line-height: 50px;
    max-width: 1000px;
  }
}

.main-bottom {
  margin-bottom: 15px;
  border-radius: 20px;
  padding-bottom: 20px;
}

.comment {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px;
}

.main-bottom-bgc {
  background-color: #ffffff;
  max-width: 1085px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1100px) {
  .main-bottom-bgc {
    margin: 0 auto;
  }
}

.paragraph-important {
  text-align: center;
  margin: 60px auto 0px;
  max-width: 800px;
}
@media (min-width: 1000px) {
  .paragraph-important {
    max-width: 1080px;
  }
}

@media (min-width: 1000px) {
  .margin-top {
    margin-top: 60px;
  }
}

.bgc {
  position: absolute;
  background-color: #f3f3f3;
  height: 400px;
  width: 100%;
  top: -30px;
  z-index: -1;
}
@media (min-width: 1000px) {
  .bgc {
    height: 600px;
  }
}/*# sourceMappingURL=styles.css.map */