/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&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;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Source Sans 3", sans-serif;
  color: #000;
}

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

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

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

ul {
  padding: 0;
}

img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

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

.container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

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

.text-blue {
  color: #2F82BF;
}

.text-yellow {
  color: #F7FF00;
}

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

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

.paragraph {
  margin-top: 25px;
}

.text-red {
  color: #FF0000;
}

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

.link__button {
  font-size: 48px;
  border-radius: 46px;
  border: none;
  color: #fff;
  background-color: #068B48;
  padding: 16px 64px;
  box-shadow: 0px 5px 0px #003F2D;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .link__button {
    font-size: 24px;
    padding: 10px 20px;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-left: 192px solid transparent;
  border-right: 192px solid transparent;
  border-top: 72px solid rgba(6, 139, 72, 0.1019607843);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .triangle {
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    border-top: 40px solid rgba(6, 139, 72, 0.1019607843);
  }
}

.header {
  width: 100%;
  background-image: url("../img/s1.png"), linear-gradient(252deg, #068B48 0%, #459A47 21%, #2F82BF 100%);
  background-blend-mode: soft-light;
  background-position: left, right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.header .header__top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.header .header__top .top__logo {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-right: auto;
  color: #fff;
  font-weight: 700;
}
.header .header__top .top__logo img {
  grid-row: span 2;
  margin-right: 11px;
}
.header .header__top .top__logo .title {
  align-self: end;
  font-size: 18px;
  line-height: 1;
}
.header .header__top .top__logo .subTitle {
  align-items: start;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .header .header__top .flash {
    display: none;
  }
}
.header .header__top img {
  height: 50px;
  width: auto;
}
.header .header__line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.header .header__bottom {
  display: grid;
  grid-template-columns: 1fr 510px;
  align-items: center;
  position: relative;
}
@media (max-width: 1000px) {
  .header .header__bottom {
    padding: 0 15px 50px;
  }
}
@media (max-width: 1000px) {
  .header .header__bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .header .header__bottom .bottom__leftSide {
    text-align: end;
  }
}
@media (max-width: 768px) {
  .header .header__bottom .bottom__leftSide {
    text-align: center;
  }
}
.header .header__bottom .bottom__leftSide .leftSide__title {
  line-height: 1.1;
  color: #fff;
  font-size: 52px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .header .header__bottom .bottom__leftSide .leftSide__title {
    font-size: 24px;
  }
}
.header .header__bottom .bottom__leftSide .leftSide__title .title__firstWord {
  color: #F7FF00;
  font-size: 40px;
}
@media (max-width: 768px) {
  .header .header__bottom .bottom__leftSide .leftSide__title .title__firstWord {
    font-size: 27px;
  }
}
.header .header__bottom .bottom__leftSide .leftSide__title .title__orange {
  color: #FF8000;
}
.header .header__bottom .bottom__leftSide .leftSide__subTitle {
  color: #fff;
  font-size: 25px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .header .header__bottom .bottom__leftSide .leftSide__subTitle {
    font-size: 18px;
  }
}
.header .header__bottom .bottom__leftSide .leftSide__button {
  background: transparent linear-gradient(268deg, #F7FF00 0%, #FF4B00 100%) 0% 0% no-repeat padding-box;
  padding: 5px 25px;
  font-weight: 700;
  font-size: 29px;
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 29px;
  color: #000;
}
@media (max-width: 768px) {
  .header .header__bottom .bottom__leftSide .leftSide__button {
    font-size: 24px;
  }
}
.header .header__bottom .bottom__decoration {
  position: absolute;
  width: 450px;
  height: 610px;
  right: -300px;
  bottom: 0;
}
@media (max-width: 1800px) {
  .header .header__bottom .bottom__decoration {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header .header__bottom img {
    grid-row: 1;
    width: 350px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .header .header__bottom img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .main__title {
  text-align: center;
  margin-top: 36px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .main .main__title {
    font-size: 20px;
  }
}
.main .main__points {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 34px 15px;
  grid-template-columns: repeat(auto-fill, 262px);
  margin-top: 30px;
}
@media (max-width: 768px) {
  .main .main__points {
    gap: 10px;
  }
}
.main .main__points div {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 11px;
  max-width: 262px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .main__points div {
    gap: 5px;
  }
}
.main .main__points div img {
  width: 151px;
  height: 135px;
}
@media (max-width: 768px) {
  .main .main__points div img {
    width: 100px;
    height: 89px;
  }
}
.main .main__specialArticle {
  background: transparent linear-gradient(106deg, #068B48 0%, #459A47 51%, #2F82BF 100%) 0% 0% no-repeat padding-box;
  margin-top: 50px;
}
.main .main__specialArticle .specialArticle__title {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  color: #F7FF00;
}
.main .main__specialArticle .specialArticle__header {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.main .main__specialArticle .specialArticle__header div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
}
.main .main__specialArticle .specialArticle__header div img {
  width: 300px;
  height: 159px;
}
.main .main__specialArticle .specialArticle__header div p {
  color: #F7FF00;
}
.main .main__specialArticle .specialArticle__paragraph {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.main .main__beforeAfterArticle {
  background-color: rgba(6, 139, 72, 0.1019607843);
  padding: 20px 0 40px;
}
.main .main__beforeAfterArticle .beforeAfterArticle__ilustration {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 230px 265px 265px 230px;
  margin: 40px auto;
  color: #219273;
  font-weight: 700;
}
@media (max-width: 1010px) {
  .main .main__beforeAfterArticle .beforeAfterArticle__ilustration {
    grid-template-columns: auto auto;
    gap: 0 10px;
  }
}
.main .main__beforeAfterArticle .beforeAfterArticle__ilustration .redText {
  color: #FB3741;
}
.main .main__beforeAfterArticle .beforeAfterArticle__ilustration .redText.middle {
  margin: 0 20px 0 0;
}
@media (max-width: 1010px) {
  .main .main__beforeAfterArticle .beforeAfterArticle__ilustration .redText.middle {
    margin: 0 auto;
  }
}
.main .main__beforeAfterArticle .beforeAfterArticle__ilustration .middle {
  justify-content: flex-start;
  height: 100%;
  margin: 0 0 0 20px;
  max-width: 265px;
}
@media (max-width: 1010px) {
  .main .main__beforeAfterArticle .beforeAfterArticle__ilustration .middle {
    grid-row: 1;
    margin: 0 auto;
  }
}
.main .main__beforeAfterArticle .beforeAfterArticle__ilustration .middle p {
  font-size: 30px;
}
@media (max-width: 1010px) {
  .main .main__beforeAfterArticle .beforeAfterArticle__ilustration .middle img {
    display: flex;
  }
}
.main .main__beforeAfterArticle .beforeAfterArticle__ilustration div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.main .main__beforeAfterArticle .beforeAfterArticle__ilustration div p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .main .main__beforeAfterArticle .beforeAfterArticle__ilustration div p {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media (max-width: 1010px) {
  .main .main__beforeAfterArticle .beforeAfterArticle__ilustration div img {
    display: none;
  }
}
.main .main__priceArticle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 46px auto 0;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .main .main__priceArticle {
    padding-bottom: 40px;
  }
}
.main .main__priceArticle img {
  max-height: 491px;
}
.main .main__priceArticle .priceArticle__title {
  font-size: 40px;
  color: #068B48;
}
@media (max-width: 768px) {
  .main .main__priceArticle .priceArticle__title {
    font-size: 20px;
  }
}
.main .main__priceArticle .current-date {
  color: #BB005E;
}
.main .main__priceArticle .price {
  font-size: 68px;
  font-weight: 700;
  color: #FF0000;
}
@media (max-width: 768px) {
  .main .main__priceArticle .price {
    font-size: 50px;
    margin-top: 0;
  }
}
.main .main__priceArticle .price .product-price {
  color: #068B48;
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .main .main__priceArticle .price .product-price {
    font-size: 30px;
  }
}
.main .main__priceArticle .priceArticle__specialText {
  margin-top: 89px;
  padding: 25px 35px;
  background-color: rgba(255, 0, 0, 0.1019607843);
  border: 1px solid #FF0000;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .main .main__priceArticle .priceArticle__specialText {
    padding: 10px;
    margin-top: 40px;
  }
}
.main .main__commentsArticle {
  background-color: #F3F3F3;
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .main .main__commentsArticle {
    padding-bottom: 40px;
  }
}
.main .main__commentsArticle .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .main__commentsArticle .container .commentsArticle__title {
  font-size: 50px;
  margin: 32px 0 35px;
  color: #034C8C;
  padding-bottom: 28px;
  border-bottom: 1px solid #707070;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .main .main__commentsArticle .container .commentsArticle__title {
    font-size: 24px;
  }
}
.main .comment {
  display: flex;
  gap: 17px;
  margin-bottom: 21px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 17px;
  width: 100%;
}
@media (max-width: 768px) {
  .main .comment {
    flex-direction: column;
  }
}
.main .comment .headerText {
  margin-bottom: 10px;
}
.main .comment .headerText span {
  color: #6DA216;
}
.main .comment .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  width: 81px;
  height: 81px;
  font-size: 60px;
  font-weight: 700;
  background-color: #034C8C;
  color: #fff;
}
@media (max-width: 768px) {
  .main .comment .avatar {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
}
.main .comment img {
  width: 166px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}
.main .comment:nth-child(2n) .avatar {
  background-color: #0388A6;
}
.main .comment:nth-child(3n) .avatar {
  background-color: #FFBB00;
}
.main .comment:nth-child(4n) .avatar {
  background-color: #A6036D;
}

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

.summaryBody {
  display: flex;
  flex-direction: column;
  background: transparent linear-gradient(229deg, #068B48 0%, #459A47 10%, #2F82BF 100%) 0% 0% no-repeat padding-box;
  min-height: 100vh;
}
.summaryBody .text-bold {
  padding: 0 20px;
}
.summaryBody .header--summary {
  background: none;
}
.summaryBody .main--summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1181px;
  margin-top: 106px;
  background-color: #FFFFFF;
  border-radius: 11px;
  text-align: center;
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .summaryBody .main--summary {
    padding: 0 0 40px;
    margin-top: 70px;
  }
}
.summaryBody .main--summary .summary__check {
  margin-top: -44px;
  width: 86px;
  height: 86px;
}
.summaryBody .main--summary .summary__title {
  font-size: 60px;
  color: #007454;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .summaryBody .main--summary .summary__title {
    font-size: 30px;
  }
}
.summaryBody .main--summary .summary__specialText {
  background-color: #A6036D;
  width: 100%;
  font-size: 29px;
  color: #fff;
  font-weight: 700;
  padding: 20px 113px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .summaryBody .main--summary .summary__specialText {
    padding: 20px 30px;
    font-size: 18px;
  }
}
.summaryBody .main--summary .summary__specialText .specialText__free {
  background-color: #F7FF00;
  color: #000;
}
.summaryBody .main--summary .product-price {
  color: #F7FF00;
}
.summaryBody .main--summary .summary__product {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  max-width: 995px;
}
@media (max-width: 768px) {
  .summaryBody .main--summary .summary__product {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.summaryBody .main--summary .summary__product img {
  grid-row: span 3;
}
@media (max-width: 768px) {
  .summaryBody .main--summary .summary__product img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.summaryBody .main--summary .summary__product p {
  text-align: start;
}
.summaryBody .main--summary .summary__product p:nth-child(2) {
  margin: 15% 0 20px;
}
@media (max-width: 768px) {
  .summaryBody .main--summary .summary__product p:nth-child(2) {
    margin: 0 0 20px;
  }
}
.summaryBody .main--summary .summary__paragraph {
  font-size: 26px;
  padding: 0 20px;
}
.summaryBody .main--summary .line {
  border-bottom: 1px solid #000000;
  margin: 44px 0 36px;
  width: 100%;
}
.summaryBody .main--summary .summary__button {
  font-size: 38px;
  margin: 38px 0 68px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .summaryBody .main--summary .summary__button {
    font-size: 20px;
    margin: 20px;
  }
}
.summaryBody .main--summary .summary__button--open {
  background: none;
  border: 2px solid #068B48;
  color: #068B48;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .summaryBody .main--summary .summary__button--open {
    font-size: 40px;
  }
}
.summaryBody .footer--summary {
  color: #fff;
}
.summaryBody .footer--summary .linksBox__link {
  color: #fff;
}/*# sourceMappingURL=styles.css.map */