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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #243727;
  background-color: #f3f6e4;
}

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

.text-red-price {
  color: #ec4532;
  text-decoration: line-through;
}

.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: 4.8rem 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.image-wrapper img {
  width: 100%;
  max-width: 610px;
}
@media (min-width: 768px) {
  .image-wrapper {
    margin: 8rem 0;
  }
}

.row-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 30px;
  gap: 32px;
}
@media (min-width: 960px) {
  .row-new {
    flex-direction: row;
    align-items: stretch;
    align-items: start;
    margin-top: 80px;
  }
}

.col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
}
.col-2--red {
  background-color: rgba(236, 69, 50, 0.1490196078);
  padding: 16px;
}
.col-2--green {
  background-color: rgba(126, 186, 63, 0.1490196078);
  padding: 16px 16px 34px;
}

.col-2 img {
  width: 100%;
  max-width: 257px;
  max-height: 209px;
}

.summary-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #068b48;
  padding: 1.5rem;
  border: 1px solid #068b48;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  box-shadow: 0px 5px 0px #003f2d;
  border-radius: 4.6rem;
  transition: all 0.35s ease-in-out;
  margin: 24px auto;
}
.summary-button:hover {
  cursor: pointer;
  background-color: white;
  color: #068b48;
}
@media (min-width: 768px) {
  .summary-button {
    width: 70%;
    font-size: 2.9rem;
    margin: 48px auto;
  }
}

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

.btn-link {
  letter-spacing: 0.48px;
  color: #5332d4;
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
  max-width: 670px;
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .btn-link {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (min-width: 1065px) {
  .btn-link {
    font-size: 28px;
  }
}
@media (min-width: 1119px) {
  .btn-link {
    font-size: 30px;
  }
}

.btn {
  width: 100%;
  max-width: 50.8rem;
  border: 2px solid #15a000;
  background-color: #15a000;
  border-radius: 40px;
  text-align: center;
  display: block;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  padding: 2.1rem;
  margin: 0 auto 2rem;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  text-decoration: underline;
  box-shadow: 0px 3px 0px #17590d;
}
.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: transparent linear-gradient(90deg, #7b8141 0%, #e2e8a2 100%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  padding: 26px 20px;
}
header img {
  width: 100%;
  max-width: 200px;
}
@media (min-width: 768px) {
  header img {
    max-width: 223px;
  }
}

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

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

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

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

.main-top,
.main-bottom,
.main-summary {
  background-color: white;
  padding: 2.4rem;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .main-top,
  .main-bottom,
  .main-summary {
    padding: 3.2rem;
  }
}

main .summary-title {
  font-size: 3.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #7eba3f;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0 auto 3.5rem;
}
@media (min-width: 768px) {
  main .summary-title {
    font-size: 3.5rem;
    margin: 0 auto 4.8rem;
  }
}
main .main-title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 37px;
  color: #f18d11;
  margin-bottom: 24px;
}
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 {
  background-color: #f18d11;
  padding: 16px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  main .main-subtitle {
    margin-bottom: 30px;
  }
}
main .main-subtitle p {
  max-width: 788px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.33px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  main .main-subtitle p {
    font-size: 22px;
    line-height: 35px;
  }
}
main .main-subtitle b {
  background-color: rgba(255, 255, 0, 0.868);
  color: #000000;
}
main .main-subtitle-2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 3rem;
  color: #65a372;
  margin: 48px 0 24px;
}
@media (min-width: 768px) {
  main .main-subtitle-2 {
    margin: 80px 0 24px;
  }
}
main .main-paragraph-big {
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  main .main-paragraph-big {
    margin-bottom: 48px;
  }
}
main .paragraph-size {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 23px;
}
main .paragraph {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 1.6rem;
}
main .paragraph-small {
  font-size: 2rem;
  font-weight: 700;
}

.top-date {
  margin-top: 1rem;
  color: #000000;
  padding-left: 24px;
  display: inline-block;
}
@media (min-width: 768px) {
  .top-date {
    padding-left: 0;
  }
}

.main-top {
  margin-bottom: 4.2rem;
}
@media (min-width: 768px) {
  .main-top {
    margin-bottom: 8rem;
  }
}
.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: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-top .list div {
  display: flex;
  gap: 8px;
}
.main-top .list div img {
  margin-top: 2px;
  width: 17px;
  height: 17px;
}
.main-top .green-box {
  background: rgba(220, 224, 177, 0.4705882353);
  padding: 2.2rem 1.5rem 1rem;
  margin-bottom: 4.8rem;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .main-top .green-box {
    margin-bottom: 8rem;
  }
}
.main-top .paragraph-1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #ec4532;
  margin: 48px 0 24px;
}
@media (min-width: 768px) {
  .main-top .paragraph-1 {
    margin: 80px 0 24px;
  }
}
.main-top .paragraph-2 {
  margin: 10px 0 20px;
}
.main-top .product-promotion-details {
  gap: 0.5rem;
  display: flex;
  align-items: end;
  margin: 23px 0 30px;
  width: 100%;
  justify-content: center;
}
.main-top .product-promotion-details p {
  font-size: 30px;
}
.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 .span {
  font-size: 21px;
  margin-bottom: 3px;
}
.main-top .product-image {
  max-width: 20rem;
}
@media (min-width: 768px) {
  .main-top .product-image {
    max-width: 27rem;
  }
}
.main-top .product-image1 {
  max-width: 550px;
}
@media (max-width: 768px) {
  .main-top .product-image1 {
    width: 90%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main-bottom .comments-title {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
  color: #000000;
}
.main-bottom .form-add-comment {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.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: 12px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border: 1px solid #868e96;
  border-radius: 10px;
}
.main-bottom .form-add-comment input::-moz-placeholder, .main-bottom .form-add-comment textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000000;
}
.main-bottom .form-add-comment input::placeholder,
.main-bottom .form-add-comment textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000000;
}
.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: 10px;
  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.4rem;
  font-weight: bold;
  color: #7eba3f;
  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: #000000;
  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: 3.4rem;
}

.telephone-box {
  border: 0.2rem solid #cf0000;
  max-width: 50rem;
  color: black;
  margin: 2rem auto 2rem;
  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: 800px) {
  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: 4.8rem;
}
@media (min-width: 768px) {
  footer {
    margin-top: 8rem;
  }
}
footer .text-gray {
  text-align: center;
  color: #000000;
}
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;
  width: 100%;
  max-width: 67rem;
  margin: 0 auto 2rem;
}

.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;
  margin-top: 6px;
}
.col__title--green {
  color: #5faf5c;
  text-align: center;
}
.col__title--red {
  color: #ec4532;
  text-align: center;
}

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

.banner {
  position: relative;
  display: inline-block;
}

.banner img {
  display: block;
  width: 100%;
  max-width: 345px;
}

.banner-content {
  font-family: "Roboto";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.banner-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.banner-text {
  font-family: "Roboto";
  display: none;
}

.banner-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #f1e211;
  color: #000000;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  font-size: 12px;
  width: 70%;
  font-weight: bold;
}
.banner-btn span {
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 2px 3px;
}
@media (min-width: 1100px) {
  .banner-btn {
    font-size: 21px;
    width: 75%;
    bottom: 20px;
  }
}

.banner-title {
  font-size: 14px;
  letter-spacing: 3px;
  letter-spacing: -0.1px;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .banner-title {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .banner-title {
    font-size: 21px;
  }
}
@media (min-width: 1270px) {
  .banner-title {
    font-size: 26px;
    letter-spacing: -0.9px;
  }
}

.banner-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  display: block;
}
@media (min-width: 960px) {
  .banner-text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1100px) {
  .banner-text {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 1270px) {
  .banner-text {
    font-size: 32px;
    line-height: 38px;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 996px) {
  .banner-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 12px 10px 0;
    text-align: center;
    width: 100%;
  }
}
.big-text {
  margin-top: 30px;
}
.big-text b {
  font-size: 30px;
  margin-bottom: 0;
}

.paragraph-border {
  margin-top: 48px;
  border: 1px solid #ec4532;
  border-radius: 20px;
  padding: 16px;
}
@media (min-width: 768px) {
  .paragraph-border {
    margin-top: 80px;
  }
}

.col__text {
  text-align: center;
  max-width: 257px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.summary-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -63px;
  max-width: 124px;
}
@media (min-width: 768px) {
  .summary-logo {
    max-width: 148px;
    top: -75px;
  }
}

.main-summary {
  position: relative;
  padding: 95px 0 48px;
}
@media (min-width: 768px) {
  .main-summary {
    padding: 130px 0 48px;
  }
}
.main-summary p {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
@media (min-width: 768px) {
  .main-summary p {
    font-size: 20px;
    text-align: center;
    line-height: 27px;
  }
}

.summary-padding {
  padding: 0 24px;
}

.paragraph-small-2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.paragraph-small-2 span {
  color: #ff0000;
  font-weight: bold;
}

.paragraph-small-2:last-child {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .paragraph-small-2:last-child {
    margin-bottom: 48px;
  }
}

.summary-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  flex-direction: column;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .summary-flex {
    flex-direction: row;
    margin-bottom: 0px;
  }
}

.summary-flex-box {
  display: flex;
  flex-direction: column;
  max-width: 574px;
  gap: 8px;
}
.summary-flex-box p {
  text-align: center;
}
@media (min-width: 768px) {
  .summary-flex-box p {
    text-align: left;
  }
}

.product-img-2 {
  margin: 50px auto 0;
  max-width: 342px;
}
.product-img-2 img {
  width: 100%;
  max-width: 342px;
}
@media (min-width: 768px) {
  .product-img-2 {
    display: none;
  }
}

.main-summary-phone {
  padding: 95px 24px 48px;
}/*# sourceMappingURL=styles.css.map */