*,
*::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: 180px;
}
@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.1rem);
  background-color: #bbbbbb;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.5;
  min-height: 100vh;
}
@supports (min-height: 100svh) {
  body {
    min-height: 100svh;
  }
}

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

.container {
  background-color: #ffffff;
  margin: 0 0 2.5rem;
  width: 100%;
}
@media (min-width: 62rem) {
  .container {
    width: calc(100% - clamp(0.5rem, 1.5625vw, 2.5rem) * 2);
    border-radius: clamp(0.9rem, 2.0833333333vw, 1.25rem);
    margin: clamp(0.5rem, 1.5625vw, 2.5rem) auto 2.5rem;
  }
}
@media (min-width: 75rem) {
  .container {
    margin: 1.5rem auto 4.625rem;
  }
}

.link {
  color: #0000ff;
  font-size: clamp(1.2rem, 3.125vw, 2rem);
  font-weight: 700;
  line-height: clamp(1.5rem, 3.90625vw, 2.5rem);
  text-decoration: underline;
  display: block;
  max-width: 700px;
  display: block;
  margin: clamp(0.7rem, 2.0833333333vw, 1rem) 0;
  transition: color 200ms ease-out;
}
.link:hover {
  color: #0000b0;
}

.bold {
  font-weight: 700;
}

.dark-red {
  color: #9b2226;
}

.red {
  color: #cf0000;
}

.uppercase {
  text-transform: uppercase;
}

.green-badge {
  color: #ffffff;
  background-color: #19b731;
  padding: 0 0.2rem;
}

.header .topbar {
  padding: clamp(0.9rem, 2.0833333333vw, 1.1875rem) clamp(1rem, 2.6041666667vw, 1.375rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .topbar .logo {
  display: flex;
  align-items: center;
  gap: 0;
}
.header .topbar .logo img {
  height: clamp(80px, 13.0208333333vw, 143px);
  width: auto;
}
.header .topbar .logo p span {
  display: block;
  font-style: normal;
}
.header .topbar .logo p span:first-child {
  font-family: "Bodoni Moda", "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 4.6875vw, 2.75rem);
  line-height: clamp(1.5rem, 4.6875vw, 2.75rem);
}
@media (min-width: 62rem) {
  .header .topbar .logo p span:first-child {
    font-size: 65px;
    line-height: 55px;
  }
}
.header .topbar .logo p span:last-child {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 3px;
  font-size: clamp(1.25rem, 3.6458333333vw, 2.25rem);
  line-height: clamp(1.25rem, 3.6458333333vw, 2.25rem);
}
@media (min-width: 62rem) {
  .header .topbar .logo p span:last-child {
    font-size: 65px;
    line-height: 55px;
  }
}
.header .topbar .control {
  display: none;
}
@media (min-width: 62rem) {
  .header .topbar .control {
    display: block;
  }
}
.header .topbar .control > span {
  text-align: right;
  display: block;
  margin-bottom: 1.75rem;
  font-weight: 500;
  font-size: 1rem;
}
.header .topbar .control .search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border: 1px solid #707070;
}
.header .topbar .control .search input {
  border-right: 1px solid #afafaf;
  width: 193px;
}
.header .topbar .control .search input:focus-visible {
  outline: none;
}
.header .topbar .control .search span {
  flex-shrink: 0;
  width: 24px;
}

.header .logobar {
  background-color: #9b2226;
  padding: 13px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header .logobar img {
  display: none;
}
@media (min-width: 62rem) {
  .header .logobar img {
    display: block;
  }
}

.header .navigation {
  display: none;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 4.5833333333vw, 4rem);
  padding: 0.8rem 0 0.5rem;
  border-bottom: 1px solid #bbbbbb;
}
@media (min-width: 62rem) {
  .header .navigation {
    display: flex;
  }
}
.header .navigation a {
  font-size: 19px;
  text-transform: uppercase;
  padding: 0.3rem;
  color: #000000;
  transition: color 200ms ease-out;
}
.header .navigation a:hover {
  color: #9b2226;
}

.footer {
  max-width: 720px;
  width: calc(100% - clamp(0.5rem, 1.5625vw, 2.5rem) * 2);
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: clamp(0.75rem, 1.5625vw, 0.82rem);
}
@media (min-width: 75rem) {
  .footer {
    margin: 0 auto 4.625rem;
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin: 0.4rem 0 1.5rem;
}
.footer__links a {
  text-decoration: underline;
}
.footer__text {
  line-height: 1.5;
}

.main {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: clamp(1rem, 2.0833333333vw, 1.125rem) clamp(0.7rem, 2.0833333333vw, 1.375rem);
}
@media (min-width: 75rem) {
  .main {
    gap: 1.125rem;
  }
}

.main .content {
  max-width: 762px;
  flex: 1;
}
.main .content .breadcrumbs {
  display: block;
  color: #0000ff;
  font-size: clamp(0.9rem, 2.0833333333vw, 1rem);
  margin: 0 0 0.5rem;
}
@media (min-width: 62rem) {
  .main .content .breadcrumbs {
    margin: 0.8rem 0 1rem;
  }
}
.main .content h1 {
  font-size: clamp(1.5rem, 4.1666666667vw, 2.3125rem);
  line-height: clamp(1.5rem, 4.6875vw, 2.8125rem);
}
.main .content > p {
  margin-top: clamp(0.9rem, 2.0833333333vw, 1.3rem);
}
.main .content > h2 {
  margin-top: clamp(0.9rem, 2.0833333333vw, 1.3rem);
}

figure.image {
  margin-top: clamp(0.6rem, 1.5625vw, 1rem);
}
figure.image img {
  display: block;
}
figure.image figcaption {
  display: block;
  margin-top: 0.625rem;
  font-style: italic;
  font-size: clamp(0.7rem, 1.953125vw, 0.9375rem);
  line-height: 1.2;
}
figure.image.product {
  position: relative;
  max-width: 550px;
  margin: clamp(2rem, 5.859375vw, 3.75rem) auto 0;
}
figure.image.product .certificates {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 70%;
  width: auto;
}
figure.image.product .img-product {
  width: 100%;
  max-width: 460px;
  display: block;
  margin: 0 auto;
}
figure.image.product .badge {
  position: absolute;
  top: calc(50% - 57.5px);
  width: 115px;
  height: 115px;
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  transform: scale(0.55);
  right: -8%;
}
@media (min-width: 450px) {
  figure.image.product .badge {
    transform: scale(0.7);
    right: 0%;
  }
}
@media (min-width: 36rem) {
  figure.image.product .badge {
    transform: scale(0.85);
  }
}
@media (min-width: 62rem) {
  figure.image.product .badge {
    transform: scale(1);
  }
}
figure.image.product .badge > * {
  grid-area: stack;
}
figure.image.product .badge span {
  line-height: 1.1;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: hsl(134, 63%, 32%);
  margin-top: 7px;
  font-family: "Anton", "Roboto", sans-serif;
}

.features {
  border: 2px solid #00b4ff;
  border-radius: 20px;
  background-color: rgba(0, 171, 255, 0.102);
  padding: clamp(0.7rem, 2.0833333333vw, 1.5rem) clamp(0.6rem, 1.5625vw, 1.3125rem);
  margin-top: clamp(1.2rem, 3.125vw, 1.8125rem);
}
.features ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.features ol li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.features ol li::marker {
  font-weight: 700;
}
.features h3 {
  font-size: clamp(1rem, 2.6041666667vw, 1.5rem);
  line-height: clamp(1.2rem, 3.125vw, 2rem);
  margin-bottom: 0.75rem;
}
.features h3 span {
  text-transform: uppercase;
}

.testimonial {
  margin-top: clamp(1.2rem, 3.125vw, 1.8125rem);
}
.testimonial__item {
  border: 2px solid #707070;
  border-radius: 20px;
  padding: clamp(0.9rem, 2.0833333333vw, 1.5rem) clamp(0.6rem, 1.5625vw, 1.3125rem);
}
@media (min-width: 75rem) {
  .testimonial__item {
    padding: 1.875rem 1.3125rem;
  }
}
.testimonial__item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.testimonial__item h3 {
  font-size: clamp(1rem, 2.34375vw, 1.25rem);
}
.testimonial__item p {
  margin: clamp(0.9rem, 2.0833333333vw, 1rem) 0;
}
.testimonial__item span {
  display: block;
  text-align: right;
}

.comments {
  margin: clamp(2rem, 4.6875vw, 3rem) 0 clamp(2rem, 6.25vw, 4rem);
}
.comments h2 {
  font-size: clamp(1rem, 2.0833333333vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.comments form {
  margin-bottom: clamp(0.7rem, 2.0833333333vw, 1.25rem);
}
.comments form input,
.comments form textarea {
  font-size: 1rem;
  background-color: #e5e5e5;
  width: 100%;
  padding: 0.625rem;
}
.comments form input::-moz-placeholder, .comments form textarea::-moz-placeholder {
  font-size: 0.9rem;
}
.comments form input::placeholder,
.comments form textarea::placeholder {
  font-size: 0.9rem;
}
.comments form input {
  margin-bottom: 0.7rem;
}
.comments form textarea {
  height: 93px;
  resize: none;
  margin-bottom: 1rem;
}
.comments form .controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.comments form .controls button {
  background-color: #8e8e8e;
  color: #ffffff;
  min-width: 177px;
  font-size: 0.93rem;
  padding: 0.4375rem 0.2rem;
  transition: background-color 200ms ease-out;
}
.comments form .controls button:hover {
  background-color: #686868;
}
.comments form .controls button[type=submit] {
  background-color: #333;
}
.comments form .controls button[type=submit]:hover {
  background-color: #000;
}
.comments #form-error {
  opacity: 0;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.3;
}
.comments__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.34375vw, 1.5rem);
}
.comments__content article {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.comments__content article img {
  width: clamp(40px, 5.5989583333vw, 48px);
  height: clamp(40px, 5.5989583333vw, 48px);
}
.comments__content article header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  row-gap: 0.1rem;
}
.comments__content article header h3 {
  font-size: clamp(0.9rem, 2.0833333333vw, 1.125rem);
}
.comments__content article header span {
  font-size: 0.875rem;
}
.comments__content article p {
  margin-top: 0.25rem;
  font-size: 1rem;
}

@media (min-height: 620px) {
  .sidebar {
    position: sticky;
    top: 10px;
  }
}
.sidebar > a {
  display: none;
}
@media (min-width: 75rem) {
  .sidebar > a {
    display: block;
  }
}

.sidebar .banner {
  position: relative;
  width: 391px;
  height: 595px;
  overflow: hidden;
  border: 1px solid #204893;
  display: none;
}
@media (min-width: 75rem) {
  .sidebar .banner {
    display: block;
  }
}
.sidebar .banner .banner__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 28px;
  text-wrap: pretty;
  -webkit-text-wrap: pretty;
  line-height: 2rem;
  text-align: center;
  color: #ffffff;
  font-family: "Ubuntu", "Roboto", sans-serif;
  z-index: 3;
}
.sidebar .banner .banner__text span {
  color: #dffbc7;
}
.sidebar .banner .ellipse {
  position: absolute;
  width: 514px;
  min-height: 200px;
  border-radius: 50%;
  background-color: #204893;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-36%);
  z-index: 1;
}
.sidebar .banner .red-circle {
  position: absolute;
  background: radial-gradient(circle, #ff0000 0%, #aa0000);
  min-width: 85px;
  padding: 0.15rem;
  width: -moz-fit-content;
  width: fit-content;
  right: 40px;
  top: 340px;
  z-index: 3;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: rotate(-8deg);
}
.sidebar .banner .red-circle p {
  font-family: "Ubuntu", "Roboto", sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  display: flex;
  flex-direction: column;
}
.sidebar .banner .red-circle p .line-3 {
  font-size: 21px;
  line-height: 20px;
}
.sidebar .banner .banner__btn {
  font-family: "Ubuntu", "Roboto", sans-serif;
  color: #ffffff;
  background-color: #19b731;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  width: 85%;
  text-align: center;
  font-size: 24px;
  line-height: 1.1;
  padding: 0.8rem 0.2rem;
  border-radius: 100vmax;
  transition: background-color 200ms ease-out;
}
.sidebar .banner .banner__btn span {
  text-transform: uppercase;
}
.sidebar .banner .banner__btn:hover {
  background-color: #0fa526;
}

.summary {
  padding: clamp(1rem, 2.0833333333vw, 1.125rem) clamp(0.7rem, 2.0833333333vw, 1.375rem);
}
.summary h1 {
  max-width: 567px;
  margin: 0.5rem auto 1.2rem;
  text-align: center;
  font-size: clamp(32px, 6.5104166667vw, 70px);
  line-height: 1.3;
  color: #ffffff;
  background-color: #19b731;
}
.summary .intro {
  max-width: 937px;
  text-align: center;
  font-size: clamp(1rem, 2.6041666667vw, 1.25rem);
  margin: 0 auto clamp(1rem, 2.6041666667vw, 1.8rem);
}
.summary .intro .green-badge {
  color: #ffffff;
  background-color: #19b731;
  padding: 0 0.2rem;
}
@media (min-width: 62rem) {
  .summary__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.summary__content img {
  display: block;
  width: 100%;
  max-width: 437px;
  margin: 2rem auto 1rem;
}
@media (min-width: 62rem) {
  .summary__content img {
    margin: 0 auto;
  }
}
.summary__content p {
  font-size: clamp(0.9rem, 2.0833333333vw, 1.1rem);
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 62rem) {
  .summary__content p {
    text-align: left;
    max-width: 715px;
  }
}
.summary__content p:not(:last-child) {
  margin-bottom: clamp(0.8rem, 2.0833333333vw, 1rem);
}
.summary .cta {
  text-align: center;
  margin: 1rem 0 clamp(1rem, 3.125vw, 1.875rem);
}
.summary .cta button,
.summary .cta a {
  background-color: #ffffff;
  border: 3px solid #cf0000;
  font-size: clamp(1.25rem, 3.125vw, 1.875rem);
  line-height: 1.5;
  max-width: 626px;
  color: #cf0000;
  font-weight: 700;
  padding: 0.625rem;
  transition: background-color 250ms ease-out;
  width: 100%;
  display: inline-block;
}
@media (min-width: 48rem) {
  .summary .cta button,
  .summary .cta a {
    width: 622px;
  }
}
.summary .cta button {
  display: inline-block;
  transition: background-color 150ms ease-out, color 150ms ease-out;
}
.summary .cta button:hover {
  background-color: #cf0000;
  color: #ffffff;
}
.summary .cta a {
  display: none;
  font-size: clamp(1.7rem, 3.90625vw, 2.2rem);
  line-height: 1.3;
}
.summary__text, .summary__info {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(0.9rem, 2.0833333333vw, 1.1rem);
  line-height: 1.5;
}
.summary__text {
  margin: clamp(1rem, 2.6041666667vw, 1.5rem) auto;
}
.summary__info {
  display: flex;
  flex-direction: column;
  padding: clamp(1rem, 2.6041666667vw, 1.5rem) 0;
  border-top: 1px solid #dedede;
}/*# sourceMappingURL=main.css.map */