*,
*::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: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  background-color: #efefef;
  color: #5e5e5e;
  letter-spacing: 0;
  line-height: 1.7;
  min-height: 100vh;
}
@supports (min-height: 100svh) {
  body {
    min-height: 100svh;
  }
}

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

.bold {
  font-weight: 700;
}

.red {
  color: #ff0000;
}

.green {
  color: #038110;
}

.yellow {
  color: #f7ff00;
}

.italic {
  font-style: italic;
}

.strong {
  font-weight: 900;
}

.header {
  background: url("../img/bg-menu.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 14px 0;
}
.header p:first-child {
  font-weight: 900;
  color: #000a99;
  font-size: clamp(2rem, 5.2083333333vw, 2.75rem);
  line-height: 1.2;
}
.header p:first-child span {
  text-transform: uppercase;
}
.header p:last-child {
  text-transform: uppercase;
  color: #d90000;
  font-size: clamp(1.25rem, 3.125vw, 1.5rem);
}

.footer {
  background-color: #343434;
  color: #fff;
  font-size: 13px;
  padding: clamp(2rem, 5.2083333333vw, 2.5rem) 0 clamp(2.5rem, 6.25vw, 3rem);
}
.footer__copyright {
  max-width: 750px;
  text-align: center;
  line-height: 1.42;
}
.footer__copyright p:not(.footer__text),
.footer__copyright .footer__links {
  margin-bottom: 1rem;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 0.5rem;
}
.footer__links a {
  padding: 0 6px;
  line-height: 1;
  color: #efefef;
  transition: color 150ms ease-in-out;
}
.footer__links a:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer__links a:hover {
  color: #fff;
}
.footer__text {
  margin-bottom: 0.75rem;
}

.main {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .main {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 63.25rem;
    width: calc(100% - clamp(0.5rem, 2.6041666667vw, 2.5rem) * 2);
    margin: clamp(1rem, 3.125vw, 1.875rem) auto clamp(3rem, 8.0729166667vw, 4.75rem);
  }
}
.main .aside {
  display: none;
}
.main .aside > a {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .main .aside {
    display: block;
    min-width: 346px;
    max-width: 346px;
    width: 346px;
    background-color: #fff;
    text-align: center;
  }
}
@media (min-height: 615px) {
  .main .aside {
    position: sticky;
    top: 30px;
  }
}
.main .aside .orange-bg,
.main .aside .green-bg {
  background-color: #ff8000;
  color: #fff;
  font-weight: 900;
  font-size: 1.125rem;
  padding: 0.325rem;
}
.main .aside .green-bg {
  background-color: #2dc000;
}
.main .aside .img-product {
  position: absolute;
  max-width: 221px;
  height: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 62%;
}
.main .aside h2 {
  margin-top: 74px;
  padding: 0.4rem 0.75rem;
  font-size: 22px;
  color: #000000;
  font-weight: 900;
  line-height: 1.2;
}
.main .aside__link {
  display: block;
  width: 100%;
  background-color: #f7ff00;
  color: #c70000;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 700;
  padding: 1rem 0.375rem;
  opacity: 0.85;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 150ms ease-in-out;
  font-weight: 900;
}
.main .aside__link:hover {
  opacity: 1;
}
.main .aside:hover .aside__link {
  opacity: 1;
}

.main__wrapper {
  background-color: #fff;
  padding: 1rem 1rem clamp(1.5rem, 4.1666666667vw, 2.5rem);
}
.main__wrapper > * {
  max-width: 656px;
}
.main__wrapper > p {
  margin-top: 10px;
  max-width: 700px;
}
.main__wrapper h1 {
  color: #000;
  font-weight: 700;
  font-size: clamp(1.5rem, 4.1666666667vw, 2.625rem);
  line-height: 1.2;
  max-width: 882px;
}
.main__wrapper h1 span {
  color: #c80000;
}
.main__wrapper > h3 {
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 900;
  margin-top: 1.25rem;
  line-height: 1.2;
}
.main__wrapper h3 + p {
  margin-top: 0;
}
.main__wrapper > ul li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.main__wrapper > ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.main__wrapper > ul li img {
  width: 24px;
  height: auto;
}
.main__wrapper .subtitle {
  font-weight: 900;
  font-size: clamp(1.25rem, 3.125vw, 1.5rem);
  color: #000;
  padding: 9px 0 16px;
}
.main__wrapper .subtitle span {
  text-transform: uppercase;
  color: #13bb00;
}

.photo-info-box {
  background-color: #fffbd6;
  display: flex;
  flex-direction: column;
  padding: 13px 16px;
  gap: 16px;
}
.photo-info-box img {
  max-width: 228px;
  width: 100%;
  height: auto;
}
.photo-info-box p.strong {
  margin-bottom: 7px;
}
@media (min-width: 500px) {
  .photo-info-box {
    flex-direction: row;
    padding: 0;
  }
  .photo-info-box > div {
    padding: 13px 16px 13px 0;
  }
}

.steps-box {
  border: 2px solid #519847;
  background-color: #e9fff0;
  margin-top: 25px;
  padding: 20px 15px;
}
.steps-box h2 {
  text-align: center;
  color: #000;
  line-height: 1.3;
  font-weight: 900;
}
.steps-box h2 span:first-child {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.steps-box h2 span:last-child {
  font-size: 0.875rem;
}
.steps-box .steps-box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 24px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 600px) {
  .steps-box .steps-box__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.steps-box .steps-box__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.steps-box .steps-box__item .num {
  height: 71px;
  display: grid;
  place-items: center;
}
.steps-box .steps-box__item .img-text {
  width: 152px;
  text-align: center;
}
.steps-box .steps-box__item .img-text img {
  height: 71px;
  width: 100%;
}
.steps-box .steps-box__item .img-text p {
  line-height: 1.2;
  margin-top: 14px;
}

.comments {
  margin-top: clamp(3rem, 8.3333333333vw, 4rem);
  max-width: 636px;
}
.comments h2 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.comments form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border-bottom: 1px solid #e5e5e5;
}
.comments textarea {
  height: 76px;
}
.comments input,
.comments textarea {
  padding: 0.625rem;
  background-color: #e5e5e5;
  color: #000;
  resize: none;
  font-size: 0.875rem;
  font-weight: 600;
}
.comments input::-moz-placeholder, .comments textarea::-moz-placeholder {
  font-weight: 400;
}
.comments input::placeholder,
.comments textarea::placeholder {
  font-weight: 400;
}
.comments .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.comments .buttons button {
  padding: 0.625rem 1.875rem;
  font-size: 0.875rem;
  opacity: 0.85;
  transition: opacity 150ms ease-in-out;
}
.comments .buttons button:hover {
  opacity: 1;
}
.comments .buttons button[type=submit] {
  background-color: #000;
  color: #fff;
}
.comments .buttons button[type=button] {
  background-color: #8e8e8e;
  color: #fff;
}
.comments .picture-error {
  color: #cf0000;
  font-size: 0.75rem;
  opacity: 1;
  margin-bottom: 0.375rem;
  transition: opacity 150ms ease-in-out;
}
.comments .picture-error.hidden {
  opacity: 0;
}

.comments__content {
  margin-top: 1.875rem;
}
.comments__content .comment {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 2.6041666667vw, 1.25rem);
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.comments__content .comment img {
  min-width: clamp(40px, 6.5104166667vw, 50px);
  max-width: clamp(40px, 6.5104166667vw, 50px);
  width: clamp(40px, 6.5104166667vw, 50px);
}
.comments__content .comment h3 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  line-height: 1.1;
}
.comments__content .comments-wrapper .comment:not(:last-child) {
  margin-bottom: clamp(1.25rem, 3.125vw, 1.5rem);
}
.comments__content .added-comments .comment {
  margin-bottom: clamp(1.25rem, 3.125vw, 1.5rem);
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.testimonials__item {
  border: 2px solid #dedede;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 23px;
       column-gap: 23px;
  row-gap: 16px;
  padding: clamp(1rem, 3.125vw, 1.5rem);
}
@media (min-width: 400px) {
  .testimonials__item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.testimonials__item h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
}
.testimonials__item p.author {
  margin-top: 9px;
  text-align: right;
  font-weight: 700;
  font-size: 12px;
}
.testimonials__item img {
  max-width: 93px;
  width: 100%;
  height: auto;
}

.alert-box {
  background-color: #000a99;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 12px;
  margin-top: clamp(2rem, 5.9895833333vw, 46px);
}
.alert-box p {
  max-width: 536px;
  margin: 0 auto;
}
.alert-box span {
  color: #ffee00;
}

.alert-box-2 {
  background-color: #ffdbdb;
  color: #000;
  text-align: center;
  line-height: 1.5;
  padding: 12px;
  margin-top: 1.5rem;
}
.alert-box-2 p {
  max-width: 536px;
  margin: 0 auto;
}
.alert-box-2 span {
  color: #ff0000;
  font-weight: 900;
}

.promotion {
  margin-top: 1.5rem;
  text-align: center;
  color: #000;
}
.promotion > p {
  line-height: 1.8;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 556px;
  margin: 0 auto;
}
.promotion h2 {
  max-width: 444px;
  margin: 30px auto;
  font-size: 0.875rem;
  font-weight: 900;
}
.promotion .product {
  position: relative;
  max-width: 444px;
  margin: 0 auto;
  text-align: left;
}
.promotion .product img {
  width: 100%;
  height: auto;
  max-width: 331px;
}
.promotion .product p {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-top: 12px;
}
@media (min-width: 420px) {
  .promotion .product p {
    position: absolute;
    margin-top: 0;
    text-align: left;
    top: -5px;
    right: 0;
  }
}
.promotion .product p > span {
  display: block;
}
.promotion .product p > span.old {
  color: #ff0000;
  font-size: 13px;
}
.promotion .product p > span.new {
  color: #00b023;
  font-size: 20px;
}

.info {
  margin: 23px 0 18px;
  text-align: center;
  color: #000;
}
.info h2 {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.info p {
  margin-bottom: 32px;
}
.info .arrows {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
}
.info .arrows img {
  animation: bounceDown 900ms infinite ease-in-out;
}
.info .arrows img:nth-child(1) {
  animation-delay: 0ms;
}
.info .arrows img:nth-child(2) {
  animation-delay: 300ms;
}
.info .arrows img:nth-child(3) {
  animation-delay: 600ms;
}
@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}

.link__wrapper {
  max-width: 636px;
}

.link {
  position: relative;
  display: block;
  margin: 1.75rem auto 0;
  max-width: 546px;
  text-align: center;
  font-weight: 700;
  color: #cf0303;
  text-decoration: underline;
  background-color: #c1c1c1;
  outline: 1px dashed #707070;
  outline-offset: -8px;
  border: 4px solid #e5e5e5;
  padding: 1rem 1.5rem;
  font-size: 23px;
  line-height: 26px;
  opacity: 0.8;
  transition: opacity 200ms ease-in-out;
}
@media (min-width: 600px) {
  .link {
    border: 4px solid transparent;
    -o-border-image: linear-gradient(-9.4deg, #4a4a4a 0, #4a4a4a 50%, #e5e5e5 0, #e5e5e5 100%) 1;
       border-image: linear-gradient(-9.4deg, #4a4a4a 0, #4a4a4a 50%, #e5e5e5 0, #e5e5e5 100%) 1;
  }
}
.link:hover {
  opacity: 1;
}

.summary {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  .summary {
    max-width: 61.5rem;
    width: calc(100% - clamp(0.5rem, 2.6041666667vw, 2.5rem) * 2);
    margin: clamp(1rem, 3.125vw, 1.875rem) auto clamp(3rem, 8.0729166667vw, 4.75rem);
  }
}

.summary__content {
  max-width: 636px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.5rem, 4.1666666667vw, 2.25rem) 1rem clamp(2rem, 4.9479166667vw, 2.625rem);
  text-align: center;
  color: #000;
}
.summary__content h1 {
  color: #bc0000;
  font-size: clamp(1.75rem, 4.4270833333vw, 2.5rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.summary__content .img-product {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 1.25rem auto 1.5rem;
}
.summary__content > p:not(:first-of-type) {
  margin-top: 1.25rem;
}

.cta {
  border: 3px solid #ff0000;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 636px;
  display: block;
  margin: 0 auto;
  min-height: 58px;
  height: auto;
  display: grid;
  place-items: center;
  font-weight: bold;
  padding: 0.3rem 1rem;
  line-height: 1.2;
}
.cta span {
  pointer-events: none;
}

.cta--btn {
  color: #000;
  font-size: clamp(1.5rem, 3.6458333333vw, 1.75rem);
  opacity: 0.85;
  transition: opacity 150ms ease-in-out;
}
.cta--btn:hover {
  opacity: 1;
}

.cta--link {
  color: #000;
  font-size: 2.5rem;
  opacity: 0.85;
  transition: opacity 150ms ease-in-out;
}
.cta--link:hover {
  opacity: 1;
}
@media (min-width: 500px) {
  .cta--link {
    min-width: 400px;
  }
}

.small-text {
  background-color: #fdffd0;
  padding: 12px 8px;
  font-size: 12px;
}/*# sourceMappingURL=styles.css.map */