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

svg {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

label {
  display: block;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-moz-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

textarea {
  display: block;
}

input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
}

ul,
ol {
  list-style-type: none;
}

picture,
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1.5px solid #333333;
  outline-offset: 0px;
}

html,
body {
  overflow-x: clip;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: none;
  }
}

body {
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.9rem, 2.0833333333vw, 1.25rem);
  background-color: #ffffff;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.35rem;
  min-height: 100vh;
}
@supports (min-height: 100svh) {
  body {
    min-height: 100svh;
  }
}

.max-width {
  max-width: 1095px;
  width: calc(100% - clamp(0.5rem, 2.6041666667vw, 2.5rem) * 2);
  margin: 0 auto;
  height: 100%;
}

.italic {
  font-style: italic;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.large-text {
  font-size: clamp(16px, 3.125vw, 1.875rem);
  line-height: 1.25;
}
.large-text span {
  display: block;
}

.red {
  color: #ff0000;
}

.green {
  color: #3cb371;
}

.strong {
  font-weight: 900;
}

.small-text {
  font-size: clamp(0.9rem, 2.0833333333vw, 1.125rem);
}

.header {
  padding: 16px clamp(0.5rem, 3.3613445378vw, 1.25rem);
}
@media (min-width: 62rem) {
  .header {
    padding: 45px 45px 16px;
  }
}
.header img {
  width: 80%;
  height: auto;
}
@media (min-width: 36rem) {
  .header img {
    width: 371px;
    height: auto;
  }
}

.footer {
  background-color: #b9b9b9;
  padding: clamp(48px, 7.8125vw, 73.5px) 0 clamp(55px, 9.375vw, 91.5px);
  text-align: center;
}
.footer__copyright {
  max-width: 500px;
}
.footer p {
  font-size: 12px;
}
.footer__links {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  align-items: center;
  justify-content: center;
}
.footer__links a {
  font-size: 12px;
  padding: 0 0.5rem;
  line-height: 1.2;
  text-decoration: underline;
  color: #111;
  transition: color 150ms;
}
.footer__links a:hover {
  color: #000;
}
@media (min-width: 36rem) {
  .footer__links a:not(:last-child) {
    border-right: 1px solid #000000;
  }
}
.footer__text {
  font-size: 12px;
}

.image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image img {
  width: 100%;
  height: auto;
  max-width: 620px;
}
.image figcaption {
  font-size: clamp(0.9rem, 2.0833333333vw, 1.25rem);
  line-height: 1.35;
  max-width: 370px;
  display: block;
}
@media (min-width: 48rem) {
  .image figcaption {
    transform: translateY(-15px);
  }
}

.btn--secondary {
  background-color: #f5ad43;
  color: #ffffff;
  border: 2px solid #d26900;
  font-size: clamp(16px, 3.125vw, 1.875rem);
  line-height: 1.23;
  font-weight: 500;
  padding: 0.75rem 1.875rem;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 150ms;
}
.btn--secondary:hover {
  background-color: #d26900;
}

.info-bar {
  background-color: #8e8e8e;
  color: #ffffff;
  padding: clamp(1rem, 2.6041666667vw, 1.5rem);
}
.info-bar p {
  font-weight: 700;
  font-size: clamp(1.5rem, 3.6458333333vw, 2rem);
  line-height: 1.3;
  max-width: 912px;
  margin: 0 auto;
}

.img-with-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(2rem, 3.2258064516vw, 4rem);
       column-gap: clamp(2rem, 3.2258064516vw, 4rem);
  row-gap: 1.75rem;
  margin: clamp(2rem, 6.25vw, 4rem) 0 clamp(3rem, 8.3333333333vw, 5rem);
}
.img-with-text .image {
  max-width: 455px;
}
.img-with-text p {
  max-width: 600px;
  text-align: center;
  font-size: clamp(0.9rem, 2.0833333333vw, 1.25rem);
  line-height: 1.5;
}
@media (min-width: 1021px) {
  .img-with-text p {
    text-align: left;
    max-width: 480px;
  }
}
.img-with-text.product-info {
  margin: 2rem 0 clamp(3rem, 8.3333333333vw, 5rem);
}

.main {
  text-align: center;
}
.main h1 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff0000;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: clamp(2rem, 6.25vw, 4rem);
  border: 1px solid red;
  text-transform: uppercase;
  border-radius: 11px;
  padding: 0.40635rem 0.6875rem 0.5rem;
  margin: 1rem auto;
}
.main .large-text {
  margin: clamp(1.5rem, 3.90625vw, 2.5rem) 0 1rem;
}
.main .main__subtitle {
  font-weight: 500;
  font-size: clamp(1.5rem, 4.1666666667vw, 2.8125rem);
  line-height: 1.2;
  margin-bottom: 1.125rem;
}
.main .badge {
  position: relative;
  max-width: 216px;
  margin: clamp(1rem, 2.6041666667vw, 1.75rem) auto clamp(1.5rem, 3.6458333333vw, 3rem);
}
.main .badge p {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  place-content: center;
  color: #ffffff;
  font-family: serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 1.2;
}
.main .badge p span:first-child {
  font-size: 15px;
}
.main .badge p span:last-child {
  font-size: 23px;
}
.main .features {
  margin: clamp(3rem, 8.3333333333vw, 5rem) 0 clamp(2rem, 6.25vw, 4rem);
  text-align: left;
}
.main .features h2 {
  font-size: clamp(1rem, 2.6041666667vw, 1.5rem);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.main .features ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: clamp(2px, 0.5208333333vw, 6px) 0;
  border-bottom: 2px solid #eaeaea;
}
@media (min-width: 36rem) {
  .main .features ul li {
    align-items: center;
  }
}
.main .features ul li::before {
  content: "";
  position: absolute;
  background-image: url("../img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 2px 0;
  height: clamp(1.25rem, 3.2552083333vw, 1.75rem);
  width: clamp(1.25rem, 3.2552083333vw, 1.75rem);
}
@media (min-width: 36rem) {
  .main .features ul li::before {
    margin: 0;
  }
}
.main .features ul li span {
  padding-left: clamp(2rem, 4.1666666667vw, 2.5rem);
  font-size: clamp(1rem, 2.6041666667vw, 1.3rem);
  font-weight: 500;
}
.main .main__alert {
  font-weight: 900;
  font-size: clamp(1.5rem, 3.6458333333vw, 2rem);
  line-height: 1.3;
}
.main .comparision {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  margin-bottom: clamp(2rem, 6.25vw, 3.1875rem);
}
@media (min-width: 48rem) {
  .main .comparision {
    flex-direction: row;
  }
}
.main .comparision--before, .main .comparision--after {
  flex: 0 0 100%;
}
@media (min-width: 48rem) {
  .main .comparision--before, .main .comparision--after {
    flex: 0 0 50%;
  }
}
.main .comparision--before p, .main .comparision--after p {
  border-radius: 11px;
  max-width: clamp(400px, 42.3387096774vw, 429px);
  margin: 0 auto;
  line-height: 1.3;
  padding: 0.75rem clamp(1rem, 2.6041666667vw, 1.5rem);
}
.main .comparision--before p {
  border: 2px solid #ff0000;
}
.main .comparision--after p {
  border: 2px solid #3cb371;
  padding: 0.75rem 0.25rem;
}
.main .price-box {
  margin: clamp(1rem, 3.125vw, 1.625rem) 0 clamp(2rem, 6.25vw, 4rem);
}
@media (min-width: 48rem) {
  .main .price-box {
    padding: 0 4rem;
  }
}
.main .price-box p:first-child {
  line-height: 1.35;
}
.main .price-box p.price--before {
  margin: clamp(1rem, 3.125vw, 1.875rem) 0;
}
.main .price-box p.price--after {
  font-size: clamp(1.2rem, 3.6458333333vw, 1.875rem);
  margin-bottom: clamp(1rem, 3.125vw, 2.5rem);
}

.comments {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(3rem, 7.8125vw, 4.5rem);
  text-align: left;
}
.comments__content {
  max-width: 712px;
  margin: clamp(1.8rem, 4.6875vw, 2.625rem) 0 clamp(1.5rem, 3.6458333333vw, 2.25rem);
}
.comments__content article {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 2.34375vw, 1.25rem);
}
.comments__content article:not(:last-child) {
  margin-bottom: clamp(1.5rem, 3.6458333333vw, 2rem);
}
.comments__content article img {
  width: clamp(36px, 6.25vw, 58px);
  height: clamp(36px, 6.25vw, 58px);
}
.comments__content article div h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 2.34375vw, 1.35rem);
}
.comments__content article div p {
  font-size: clamp(1rem, 2.2135416667vw, 1.25rem);
}
.comments > p {
  max-width: 832px;
  font-size: 0.93rem;
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  background-color: #eaeaea;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(4rem, 9.375vw, 5.125rem);
}
.cta .image {
  max-width: 572px;
  margin: 0 auto;
}
.cta > p {
  line-height: 1.35;
}
.cta > p.red {
  margin: 1.875rem 0;
  text-decoration: underline;
}
.cta > p:last-child {
  margin: clamp(1rem, 2.6041666667vw, 1.75rem) auto 0;
  max-width: 620px;
}
.cta__controls {
  margin: clamp(1.25rem, 3.6458333333vw, 2rem) 0 clamp(1.5rem, 3.90625vw, 2.25rem);
}
.cta__controls button,
.cta__controls a {
  width: 100%;
  height: auto;
  background-color: #36c74d;
  color: #ffffff;
  border: 2px solid #1d9530;
  font-size: clamp(1.25rem, 3.6458333333vw, 1.875rem);
  padding: 13px 24px;
  display: inline-block;
  line-height: 1.15;
  transition: background-color 150ms, color 150ms;
}
@media (min-width: 48rem) {
  .cta__controls button,
  .cta__controls a {
    line-height: 1.35;
  }
}
@media (min-width: 62rem) {
  .cta__controls button,
  .cta__controls a {
    min-width: 618px;
  }
}
.cta__controls button:hover {
  background-color: #1d9530;
}
.cta__controls a {
  display: none;
  font-size: clamp(1.6rem, 4.1666666667vw, 2.5rem);
  line-height: 1;
  background-color: #1d9530;
  color: #eaeaea;
  font-weight: 600;
}
.cta__controls a:hover {
  color: #ffffff;
}

.summary .info-bar {
  margin-top: clamp(2rem, 6.25vw, 4rem);
}/*# sourceMappingURL=styles.css.map */