@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@1,500;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

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

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

.text-gray {
  color: #a7a7a7;
}

.text-white {
  color: white;
}

.text-red {
  color: #dc2b2b;
}

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

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

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

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

.summary-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #19ae30;
  padding: 2.5rem;
  border: 1px solid #19ae30;
  color: white;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 0.3rem;
  margin: 1.5rem auto 3rem;
  transition: all 0.35s ease-in-out;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2392156863);
}
.summary-button:hover {
  cursor: pointer;
  background-color: white;
  color: #19ae30;
}

.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: 508px;
  border: 2px solid #3eb95d;
  background-color: #3eb95d;
  border-radius: 0.2rem;
  text-align: center;
  display: block;
  color: white;
  font-size: 24px;
  font-weight: 700;
  padding: 2.1rem;
  margin: 0 auto 2rem;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.btn:hover {
  color: #19ae30;
  background-color: white;
  border: 2px solid #19ae30;
}

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

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

main .summary-title {
  font-family: "Segoe UI", sans-serif;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
  color: #19ae30;
  text-align: center;
  letter-spacing: 3.6px;
  margin: 0 auto 2.5rem;
}
@media (min-width: 992px) {
  main .summary-title {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}
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-family: "Roboto", sans-serif;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  width: 100%;
  margin-inline: auto;
  color: black;
  margin-bottom: 12px;
}
main .main-subtitle--medium {
  color: black;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}
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-summary {
  font-family: "Segoe UI", sans-serif;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 400;
}
main .paragraph-small {
  font-family: "Segoe UI", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
main .description-summary {
  font-family: "Segoe UI", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: center;
  margin-bottom: 3rem;
  color: rgba(255, 0, 0, 0.6);
  font-weight: 400;
}

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

.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: 500;
  color: #42a98b;
  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: #dc2b2b;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.telephone-box {
  border: 0.1rem solid #19ae30;
  font-family: "Segoe UI", sans-serif;
  max-width: 40rem;
  color: black;
  border-radius: 0.3rem;
  margin: 2rem auto 4rem;
  font-size: 3rem;
  line-height: 4.2rem;
  padding: 2rem 1rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.telephone-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  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: 992px) {
  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: 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;
}

.box.border {
  border: 3px solid #093b01;
}

.box {
  background: linear-gradient(0deg, rgb(204, 234, 209) 0%, rgb(255, 255, 255) 100%);
  margin-bottom: 5rem;
}
.box__top {
  padding: 2rem 1rem;
}
.box__bottom {
  background-color: #fce9a8;
  padding: 1rem 2rem;
}
.box__heading {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 900;
  color: #dc2b2b;
  margin-bottom: 1rem;
}
.box__heading span {
  color: #ffffff;
  font-size: 48px;
}
@media (min-width: 768px) {
  .box__heading {
    font-size: 64px;
    line-height: 1.5;
  }
  .box__heading span {
    font-size: 64px;
  }
}
.box__heading2 {
  font-size: 32px;
  line-height: 1.5;
  color: #ffff00;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .box__heading2 {
    font-size: 45px;
    line-height: 1.5;
  }
}
.box__heading3 {
  color: #007000;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  font-family: "Arial", sans-serif;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  font-size: 48px;
  line-height: 1.2;
}
.box__heading3 span {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .box__heading3 {
    font-size: 68px;
    line-height: 1.2;
  }
  .box__heading3 span {
    font-size: 68px;
    line-height: 1.2;
  }
}
.box__heading4 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  color: #dc2b2b;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .box__heading4 {
    font-size: 60px;
    line-height: 1.2;
  }
}
.box__heading5 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: right;
  text-decoration: underline;
}
.box__heading6 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.33;
  font-weight: 700;
}
.box__heading6 span {
  color: #dc2b2b;
}
.box__paragraph {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.box__paragraph--red {
  color: #dc2b2b;
}
.box__bg {
  padding: 0.3rem 0.5rem;
}
.box__bg--red {
  background-color: #dc2b2b;
}
.box__bg--black {
  background-color: #000000;
}
.box__list {
  padding-left: 2rem;
  margin: 2rem 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
}
.box__list-item {
  position: relative;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .box__list-item {
    font-size: 18px;
    line-height: 25px;
  }
}
.box__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/hand_before.svg");
  background-size: 100% 100%;
  width: 49px;
  height: 25px;
}
.box__list-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.box__list2 {
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}
.box__list2-item2 {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding-left: 36px;
}
.box__list2-item2::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../images/tick_before.svg");
  background-size: 100% 100%;
  width: 27px;
  height: 25px;
}
.box__list2-item2:not(:last-of-type) {
  margin-bottom: 10px;
}
.box__row {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .box__row {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.box__image {
  max-width: 347px;
  width: 100%;
}

.blue {
  background-color: #d9f0ff;
  padding: 1rem;
}
.blue-heading--blue {
  color: #55b8fb;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blue-heading--green {
  color: #47cdb2;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blue-heading--blue-green {
  color: #098b96;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blue__img {
  max-width: 180px;
  width: 100%;
  float: left;
  margin: 0 20px 20px 0;
}
.blue__heading, .blue__paragraph {
  font-family: "Roboto", sans-serif;
}
.blue__heading {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
.blue__paragraph {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
}
.blue__paragraph--no-margin {
  margin-bottom: 0.5rem;
}
.blue__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blue__row {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
}
.blue_text-wrapper {
  align-items: right;
}
.blue__sign {
  max-width: 148px;
  width: 100%;
  margin-right: 20px;
}

.sign-text {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  line-height: 1.3;
  margin-bottom: 0 !important;
}

.product__wrapper img {
  max-width: 579px;
  width: 100%;
  margin: 25px auto 0;
}

.product__stages {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  .product__stages {
    gap: 40px;
  }
}

.product__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dot {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  width: 27.5px;
  height: 27.5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  outline: 3.5px solid var(--dot-color);
}

.dot--active {
  background-color: var(--dot-color);
  border: 3.5px solid white;
}

.dot--blue {
  --dot-color: #55b8fb;
}

.dot--green {
  --dot-color: #a3e6d9;
}

.dot--blue-green {
  --dot-color: #84c5cb;
}

.product__stage-text--blue,
.product__stage-text--green,
.product__stage-text--blue-green {
  color: #55b8fb;
  font-family: "Arial", sans-serif;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.product__stage-text--blue {
  color: #55b8fb;
}

.product__stage-text--green {
  color: #a3e6d9;
}

.product__stage-text--blue-green {
  color: #84c5cb;
}

.arrow-icon {
  padding-top: 10px;
}

.sticky {
  position: sticky;
  top: 2rem;
}

.banner {
  display: flex;
  flex-direction: column;
}
.banner__top {
  background-color: #dc2b2b;
  padding: 1rem;
}
.banner__bottom {
  padding: 1rem;
  background-color: white;
}
.banner__text {
  font-size: 24px;
  line-height: 1.3;
  color: white;
  font-weight: 700;
  text-align: left;
}
.banner__text span {
  color: #ffff00;
}
.banner__btn {
  width: 100%;
  border: 2px solid #3eb95d;
  background-color: #3eb95d;
  border-radius: 2px;
  text-align: center;
  display: block;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 0.5rem;
  margin: 0 auto 0;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}

.product__stages--banner {
  gap: 5px;
  justify-content: space-between;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.blur {
  filter: blur(5px);
}/*# sourceMappingURL=styles.css.map */