*,
*::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: #e9f0f4;
}

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

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

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

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

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

@media (max-width: 600px) {
  .image-desktop {
    display: none;
  }
}

.image-mobile {
  max-width: 100%;
}
@media (min-width: 600px) {
  .image-mobile {
    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;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 1rem;
  margin: 1.5rem auto;
  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: 3rem;
  margin: 0;
}
ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.btn {
  width: 100%;
  max-width: 50.8rem;
  border: 2px solid #3eb95d;
  background-color: #3eb95d;
  border-radius: 0.2rem;
  text-align: center;
  display: block;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.1rem;
  margin: 0 auto 2rem;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.btn:hover {
  color: #3eb95d;
  background-color: white;
  border: 2px solid #3eb95d;
}

.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: #2e3641;
  display: flex;
  flex-direction: column;
}
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: 992px) {
  .summary-content {
    grid-template-columns: repeat(1, 82rem);
  }
}

.site-content {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .site-content {
    grid-template-columns: 74% 24%;
    grid-gap: 2%;
  }
}
@media (min-width: 1240px) {
  .site-content {
    grid-template-columns: 82rem 30.4rem;
    grid-gap: 3.5rem;
  }
}

.boxes-img {
  max-width: 450px;
  border-radius: 16px;
}
@media (max-width: 600px) {
  .boxes-img {
    width: 100%;
    max-width: 100%;
  }
}

.beforeafter {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1060px) {
  .beforeafter {
    flex-direction: column;
  }
}
.beforeafter .before {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.beforeafter .before-img {
  max-width: 354px;
  border-radius: 16px;
}
@media (max-width: 450px) {
  .beforeafter .before-img {
    max-width: 100%;
  }
}
.beforeafter .before-box {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.beforeafter .before-title {
  text-align: center;
  color: #ef4444;
  font-weight: bold;
  font-size: 18px;
}
.beforeafter .before-text {
  text-align: center;
}
.beforeafter .after {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.beforeafter .after-img {
  max-width: 354px;
  border-radius: 16px;
}
@media (max-width: 450px) {
  .beforeafter .after-img {
    max-width: 100%;
  }
}
.beforeafter .after-box {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.beforeafter .after-title {
  text-align: center;
  color: #19ae30;
  font-weight: bold;
  font-size: 18px;
}
.beforeafter .after-text {
  text-align: center;
}

.testi-img {
  max-width: 788px;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .testi-img {
    max-width: 100%;
    width: 100%;
  }
}

.main-top,
.main-bottom,
.main-summary {
  background-color: white;
  padding: 1.8rem 1.8rem 4.1rem 1.8rem;
}

main .summary-title {
  font-size: 3rem;
  line-height: 6.1rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background-color: #009f20;
  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;
}
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;
}
main .main-paragraph-big {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}
main .paragraph {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
main .paragraph-small {
  font-size: 2rem;
  font-weight: 700;
}

.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;
}
.main-top .guarantee-subtitle {
  margin-bottom: 2.6rem;
  margin-top: 2.2rem;
}
.main-top .product-promotion-details {
  margin-top: 2.3rem;
  display: flex;
  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-red,
.main-top .product-promotion-details .text-green {
  font-weight: bold;
}
.main-top .product-image {
  max-width: 57.9rem;
  width: 100%;
}

.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,
.main-bottom .added-comments {
  padding-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.main-bottom .comments-wrapper .comment,
.main-bottom .added-comments .comment {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
.main-bottom .comments-wrapper .comment .comment-avatar,
.main-bottom .added-comments .comment .comment-avatar {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  margin-right: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.main-bottom .comments-wrapper .comment .comment-avatar img,
.main-bottom .added-comments .comment .comment-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper,
.main-bottom .added-comments .comment .comment-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-header,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1.6rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-header .comment-header-text,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-header .comment-header-text {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-header .comment-author,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-header .comment-author {
  font-size: 1.6rem;
  font-weight: 500;
  color: #262626;
  margin: 0;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-header .comment-date,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-header .comment-date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #888;
  margin: 0;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-header .comment-header-badge,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-header .comment-header-badge {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid #42a98b;
  border-radius: 3.2rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-header .comment-header-badge .badge-icon,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-header .comment-header-badge .badge-icon {
  width: 1.1rem;
  height: 0.8rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-header .comment-header-badge .badge-text,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-header .comment-header-badge .badge-text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #42a98b;
  line-height: 1;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-content,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-content {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  margin: 0;
  max-width: 60.2rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-icons,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-icons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-icons .comment-icon-btn,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-icons .comment-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.2rem;
  background: none;
  border: none;
  cursor: pointer;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-icons .comment-icon-btn img,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-icons .comment-icon-btn img {
  width: 0.9rem;
  height: auto;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-icons .comment-icon-divider,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-icons .comment-icon-divider {
  width: 1px;
  height: 1rem;
  background-color: #d1d1d1;
}

.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 {
  display: none;
}
@media (min-width: 880px) {
  aside {
    display: block;
  }
}

.aside {
  position: relative;
  width: 304px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .aside {
    width: auto;
  }
}
.aside-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
.aside-text {
  position: relative;
  z-index: 1;
  color: #007B89;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.19;
  text-shadow: 0px 3px 4px white;
}
.aside-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  height: 46px;
  background-color: #00AABE;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.aside-btn:hover {
  background-color: #008a9a;
}

.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: 20rem;
}
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;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.col {
  width: 50%;
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .col {
    padding: 0 2.5rem;
  }
}
.col__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.col__title--green {
  color: #5faf5c;
}
.col__title--red {
  color: #820000;
}
.col__text {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.offer {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.offer__wrapper {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer__deadline-card {
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 1.2rem;
  padding: 2.4rem 1.6rem;
  width: 100%;
  max-width: 67.6rem;
  text-align: center;
  margin-bottom: 2.4rem;
}
.offer__deadline-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ef4444;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .offer__deadline-title {
    font-size: 2.4rem;
  }
}
.offer__progress-bar {
  width: 100%;
  max-width: 53.4rem;
  height: 2.4rem;
  background-color: #e5e5e5;
  border-radius: 1.2rem;
  margin: 0 auto 0.8rem;
  overflow: hidden;
}
.offer__progress-bar-fill {
  width: 85%;
  height: 100%;
  background: linear-gradient(90deg, #EF4444 0%, #f22828 100%);
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}
.offer__progress-bar-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.offer__deadline-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .offer__deadline-subtitle {
    font-size: 1.8rem;
  }
}
.offer__hurry-text {
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .offer__hurry-text {
    font-size: 1.8rem;
  }
}
.offer__price-wrap {
  text-align: center;
  margin-bottom: 2.4rem;
}
.offer__price-label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .offer__price-label {
    font-size: 1.8rem;
  }
}
.offer__prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.offer__price-old {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ef4444;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .offer__price-old {
    font-size: 2.8rem;
  }
}
.offer__price-new {
  font-size: 4.8rem;
  font-weight: 900;
  color: #22c55e;
}
@media (min-width: 768px) {
  .offer__price-new {
    font-size: 6.2rem;
  }
}
.offer__cta-btn {
  display: block;
  width: 100%;
  max-width: 50.8rem;
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 2.4rem 3.2rem;
  border-radius: 0.8rem;
  text-decoration: none;
  margin-bottom: 2.4rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4);
}
@media (min-width: 768px) {
  .offer__cta-btn {
    font-size: 2.4rem;
  }
}
.offer__cta-btn:hover {
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.5);
  transform: translateY(-2px);
}
.offer__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .offer__benefits {
    gap: 3.2rem;
  }
}
.offer__benefit {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #6b7280;
}
.offer__benefit-icon {
  flex-shrink: 0;
}
.offer__alert {
  background-color: #fef2f2;
  border-radius: 1.6rem;
  padding: 3.2rem;
  margin-top: 2.4rem;
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .offer__alert {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.offer__alert-icon {
  flex-shrink: 0;
}
.offer__alert-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}
.offer__alert-important {
  color: #ef4444;
  font-weight: 700;
}

.summary-product {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}
@media (max-width: 550px) {
  .summary-product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.summary-box img {
  max-width: 215px;
}
@media (max-width: 400px) {
  .summary-box img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .summary-text {
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */