/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


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

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  padding: 0;
}

img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

a:hover {
  filter: brightness(105%);
}

.title {
  font-size: 38px;
  line-height: 1.2;
  margin: 30px 0 20px;
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

.hrefBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  background-color: #0C9E11;
  color: #fff;
  padding: 17px 25px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #0C9E11;
  cursor: pointer;
  font-weight: 700;
}

.hrefBtn:hover {
  background-color: #1D7A02;
}

.main {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
.main .main__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  max-width: 530px;
  color: #3D3D3D;
}
.main .main__content .content__authorContainer {
  display: grid;
  gap: 10px 16px;
  margin-bottom: 15px;
}
.main .main__content .content__authorContainer .authorContainer__author {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 136px;
  grid-row: span 3;
}
@media (max-width: 450px) {
  .main .main__content .content__authorContainer .authorContainer__author {
    grid-row: 1;
  }
}
.main .main__content .content__authorContainer .authorContainer__author p {
  color: #707070;
  font-size: 9px;
  line-height: 1.2;
}
.main .main__content .content__authorContainer .authorContainer__topText {
  grid-row: 1;
  grid-column: 2;
}
@media (max-width: 450px) {
  .main .main__content .content__authorContainer .authorContainer__topText {
    grid-row: 2;
    grid-column: span 2;
  }
}
.main .main__content .content__authorContainer .authorContainer__bottomText {
  grid-row: 2;
  grid-column: 2;
}
@media (max-width: 450px) {
  .main .main__content .content__authorContainer .authorContainer__bottomText {
    grid-row: 3;
    grid-column: span 2;
  }
}
.main .paragraph {
  margin-bottom: 15px;
}
.main .paragraphTitle {
  font-size: 20px;
  color: #1088AE;
  margin: 0 0 10px;
}
.main .paragraph__subTitle {
  font-size: 16px;
  margin-bottom: 15px;
}
.main .content__ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 15px;
  list-style: none;
}
.main .content__ul li {
  display: flex;
  align-items: center;
}
.main .content__ul li::before {
  content: "";
  align-self: center;
  margin-right: 15px;
}
.main .content__ul--withChecks li::before {
  content: url("../img/TICK.png");
  margin-right: 15px;
}
.main .content__ul--withImg li:nth-child(1):before {
  content: url("../img/slonecznik.png");
}
.main .content__ul--withImg li:nth-child(2):before {
  content: url("../img/SKRZYP.png");
}
.main .content__ul--withImg li:nth-child(3):before {
  content: url("../img/kora.png");
}
.main .content__ul--withImg li:nth-child(4):before {
  content: url("../img/pokrzywa.png");
}
.main .beforeAftrer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.main .beforeAftrer p {
  font-size: 20px;
  font-weight: 700;
}
.main .beforeAftrer img {
  grid-column: span 2;
}
.main .main__aside {
  max-width: 296px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 920px) {
  .main .main__aside {
    display: none;
  }
}
.main .main__aside .aside__title {
  background-color: #EBEBEB;
  font-size: 16px;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.main .main__aside .aside__otherBlogs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
  margin-bottom: 20px;
}
.main .main__aside .aside__otherBlogs .otherBlogs__blog {
  color: #000000;
}
.main .main__aside .aside__banner {
  display: block;
  margin-bottom: 20px;
}
.main .main__aside .aside__author {
  background-color: #EBEBEB;
  padding: 15px;
}
.main .main__aside .aside__author .author__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 14px;
}
.main .main__aside .aside__author .author__header .header__img {
  grid-row: span 3;
}
.main .main__aside .aside__author .author__header .header__title {
  grid-column: 2;
  font-size: 16px;
  border-left: 1px solid #000;
  padding-left: 10px;
  line-height: 1.2;
  margin: 10px 0 16px;
}
.main .main__aside .aside__author .author__header .header__subTitle {
  grid-column: 2;
  font-size: 14px;
  line-height: 1.5;
}
.main .main__aside .aside__author .author__text {
  font-size: 14px;
  line-height: 1.5;
}

.footer {
  width: 100%;
  padding: 20px 0 60px;
  text-align: center;
  margin-top: 44px;
}
.footer .footer__copyright {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 900px;
}
@media (max-width: 450px) {
  .footer .footer__copyright {
    font-size: 14px;
  }
}
.footer .footer__linksBox {
  margin-bottom: 15px;
}
.footer .footer__linksBox .linksBox__link {
  text-decoration: underline;
  font-size: 16px;
  color: #000;
}
@media (max-width: 450px) {
  .footer .footer__linksBox .linksBox__link {
    font-size: 14px;
  }
}

.main--summary {
  display: flex;
  flex-direction: column;
}
.main--summary .main__summaryContainer {
  align-self: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 920px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 36px 70px 50px;
  margin: 50px 0 20px;
}
@media (max-width: 768px) {
  .main--summary .main__summaryContainer {
    padding: 20px 20px 30px;
    margin: 0 0 20px;
  }
}
.main--summary .main__summaryContainer .summaryContainer__title {
  color: #0C9E11;
  font-size: 35px;
  margin-bottom: 20px;
}
.main--summary .main__summaryContainer .summaryContainer__line {
  height: 2px;
  background-color: #0C9E11;
  width: 100%;
  max-width: 453px;
  margin-bottom: 20px;
}
.main--summary .summaryContainer__subTitle {
  font-size: 18px;
}
@media (max-width: 450px) {
  .main--summary .summaryContainer__subTitle {
    font-size: 14px;
  }
}
.main--summary .summaryContainer__img {
  width: 254px;
  height: 254px;
}
.main--summary .summaryContainer__countParagraph {
  margin-bottom: 40px;
}
.main--summary .summaryContainer__countParagraph .countParagraph__count {
  color: #FFAA00;
  font-size: 35px;
}
.main--summary .summaryContainer__boldParagraph {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 450px) {
  .main--summary .summaryContainer__boldParagraph {
    font-size: 14px;
  }
}
.main--summary .summaryContainer__button {
  max-width: 440px;
  margin: 20px 0 10px;
}
.main--summary .summaryContainer__button--active {
  background: none;
  color: #1D7A02;
  font-size: 36px;
  font-weight: 700;
  padding: 12px 10px;
}
.main--summary .summaryContainer__hours {
  color: #222;
  font-size: 14px;
  margin-bottom: 8px;
}
.main--summary .summaryContainer__smallParagraph {
  margin-top: 20px;
  font-size: 14px;
}
.main--summary .summaryContainer__warning {
  margin-top: 20px;
  font-size: 14px;
  color: #FF0000;
  font-weight: 700;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-center {
  align-items: center;
}

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

.header {
  width: 100%;
}

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

.text-red {
  color: #FF0000;
}

.text-green {
  color: #25A400;
}

.product-price {
  text-decoration: line-through;
  color: #FF0000;
  text-wrap: nowrap;
}/*# sourceMappingURL=styles.css.map */