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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  background: #fafafa;
}

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

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

ul {
  list-style-position: inside;
}

h1,
.h1 {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.2;
}

p {
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.2;
}

.header {
  background: red;
  padding: 10px 240px;
  width: 100%;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__link {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.header__link:hover {
  opacity: 0.8;
}

.main {
  width: 100%;
  background: #fafafa;
  padding: 20px 0;
}

.article {
  max-width: 800px;
  margin: 40px auto;
  background: #ffffff;
}
.article__container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article__title {
  font-family: "PT Serif", serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.article__lead {
  font-family: "PT Serif", serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.article__divider {
  width: 100%;
  height: 16px;
}
.article__divider img {
  width: 100%;
  height: 100%;
}
.article__question {
  font-family: "PT Serif", serif;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.article__answer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article__answer p {
  font-family: "PT Serif", serif;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}
.article__answer ul {
  padding-left: 20px;
}
.article__answer ul li {
  font-family: "PT Serif", serif;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
}
.article__answer strong {
  font-weight: 700;
}
.article__image {
  width: 100%;
  overflow: hidden;
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -60px auto;
}
@media (max-width: 900px) {
  .article__image img {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .article__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.article__image--430 {
  height: 430px;
}
@media (max-width: 630px) {
  .article__image--430 {
    height: auto;
  }
}
.article__image--517 {
  height: 517px;
}
@media (max-width: 630px) {
  .article__image--517 {
    height: auto;
  }
}
.article__image--330 {
  height: 330px;
}
@media (max-width: 630px) {
  .article__image--330 {
    height: auto;
  }
}

.joint-diagram-mobile {
  display: none;
  width: 100%;
}
.joint-diagram-mobile img {
  width: 100%;
  height: auto;
  display: block;
}

.product-name {
  color: blue;
  font-weight: 700;
}

.joint-diagram {
  position: relative;
  display: flex;
  gap: 10px;
  margin: 20px 0;
  align-items: flex-start;
  min-height: 369px;
}
.joint-diagram__labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 293px;
}
.joint-diagram__labels p {
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}
.joint-diagram__images {
  display: flex;
  gap: 10px;
}
.joint-diagram__figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.joint-diagram__figure figcaption {
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.joint-diagram__image {
  width: 182px;
  height: 293px;
  overflow: hidden;
  position: relative;
}
.joint-diagram__image img {
  position: absolute;
  max-width: none;
}
.joint-diagram__image--healthy img {
  width: 381.82px;
  height: 293.26px;
  left: 8.26px;
  top: -0.13px;
}
.joint-diagram__image--damaged img {
  width: 381.82px;
  height: 293.26px;
  left: -201.84px;
  top: -0.13px;
}
.joint-diagram__descriptions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 293px;
  text-align: right;
}
.joint-diagram__descriptions p {
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}
.joint-diagram .arrow {
  position: absolute;
  pointer-events: none;
}
.joint-diagram .arrow::before {
  content: "";
  position: absolute;
  background: #000000;
}
.joint-diagram .arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
}
.joint-diagram .arrow--1 {
  left: 102px;
  top: 270px;
  width: 80px;
  height: 2px;
}
.joint-diagram .arrow--1::before {
  width: 188%;
  height: 2px;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.joint-diagram .arrow--1::after {
  right: -29px;
  top: -110px;
}
.joint-diagram .arrow--2 {
  left: 81px;
  top: 124px;
  width: 77px;
  height: 2px;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--2 {
    width: 86px;
    left: 102px;
    top: 125px;
  }
}
.joint-diagram .arrow--2::before {
  width: 100%;
  transform: rotate(-20deg);
  height: 2px;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--2::before {
    transform: rotate(-12deg);
  }
}
.joint-diagram .arrow--2::after {
  right: -4px;
  top: -15px;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--2::after {
    top: -12px;
  }
}
.joint-diagram .arrow--3 {
  left: 113px;
  top: 15px;
  width: 80px;
  height: 2px;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--3 {
    width: 82px;
    left: 135px;
    top: 12px;
  }
}
.joint-diagram .arrow--3::before {
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  transform-origin: left center;
}
.joint-diagram .arrow--3::after {
  right: 16px;
  top: 56px;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--3::after {
    top: 58px;
  }
}
.joint-diagram .arrow--4 {
  left: 396px;
  top: 145px;
  width: 191px;
  height: 2px;
}
.joint-diagram .arrow--4::before {
  width: 100%;
  height: 2px;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.joint-diagram .arrow--4::after {
  right: 186px;
  top: -3px;
}
.joint-diagram .arrow--5 {
  left: 483px;
  top: 130px;
  width: 72px;
  height: 2px;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--5 {
    top: 120px;
  }
}
.joint-diagram .arrow--5::before {
  width: 100%;
  height: 2px;
  transform: rotate(20deg);
}
.joint-diagram .arrow--5::after {
  right: 66px;
  top: -16px;
}
.joint-diagram .arrow--6 {
  left: 431px;
  top: 171px;
  width: 135px;
  height: 2px;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--6 {
    width: 165px;
    left: 459px;
  }
}
.joint-diagram .arrow--6::before {
  width: 100%;
  height: 2px;
  transform: rotate(60deg);
  transform-origin: left center;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--6::before {
    transform: rotate(31deg);
  }
}
.joint-diagram .arrow--6::after {
  right: 131px;
  top: -3px;
}
@media (min-width: 1024px) {
  .joint-diagram .arrow--6::after {
    right: 159px;
  }
}

.effects-chart {
  border: 3px solid #e4e4e4;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.effects-chart__title {
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.effects-chart__bars {
  display: flex;
  gap: 0;
}
.effects-chart__bar {
  flex: 1;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 334px;
  padding: 10px 10px 0 10px;
}
.effects-chart__bar .bar__label {
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-bottom: auto;
}
.effects-chart__bar .bar__fill {
  width: 109px;
  height: var(--height);
  background: #328a2d;
}
.effects-chart__bar .bar__week {
  display: none;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}
.effects-chart__labels {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.effects-chart__labels span {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.effects-chart__description {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.effects-chart__description p {
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}
.effects-chart__description p strong {
  font-weight: 700;
}

.doors {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.doors__header {
  display: block;
  background: #45688e;
  padding: 10px 0;
  border-radius: 20px;
  box-shadow: 0px 3px 0px 0px rgba(4, 79, 160, 0.58);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.doors__header:hover {
  transform: scale(1.02);
}
.doors__header h2 {
  font-family: "PT Serif", serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  color: white;
  text-align: center;
  padding: 0 20px;
}
.doors__container {
  display: flex;
  gap: 40px;
  width: 100%;
}
.doors .door {
  flex: 1;
  position: relative;
  height: 433px;
  border-radius: 10px;
  overflow: visible;
  cursor: pointer;
  perspective: 1000px;
}
.doors .door__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  z-index: 2;
  transform-origin: left center;
  border-radius: 10px;
  overflow: hidden;
}
.doors .door__panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doors .door__offer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "PT Serif", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  text-align: center;
  z-index: 1;
  border-radius: 10px;
  padding: 20px;
  cursor: default;
}
.doors .door__offer.free-product {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  color: #000;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 10px solid #ff8c00;
  box-shadow: 0 0 30px rgba(255, 140, 0, 0.8), inset 0 0 20px rgba(255, 140, 0, 0.3);
}
.doors .door__offer.free-product:hover {
  transform: scale(1.05);
}
.doors .door__offer.discount {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  color: white;
  border: 10px solid #cc0000;
  box-shadow: 0 0 30px rgba(204, 0, 0, 0.7), inset 0 0 20px rgba(204, 0, 0, 0.3);
}
.doors .door:hover .door__panel {
  transform: rotateY(-30deg);
}
.doors .door.opened .door__panel {
  transform: rotateY(-90deg);
}
.doors .door.opened .door__offer {
  display: flex;
}
.doors--bottom {
  margin-top: 20px;
}

.social-share {
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-share__text {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.social-share__icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-share__icons .social-icon {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-share__count {
  background: #d9d9d9;
  padding: 4px 12px;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #626262;
}

.comments-header {
  background: #dae2e8;
  padding: 10px 20px;
  border-radius: 5px;
}
.comments-header p {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #45688e;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comment {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dae1e8;
}
.comment:last-child {
  border-bottom: none;
}
.comment__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.comment__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.comment__author {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #45688e;
}
.comment__text {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}
.comment__image {
  width: 190px;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.comment__time {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #999999;
}

@media (max-width: 1024px) {
  .header {
    padding: 10px 60px;
  }
  .header__nav {
    gap: 8px;
  }
  .joint-diagram {
    gap: 5px;
  }
  .joint-diagram__labels p, .joint-diagram__descriptions p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 10px 20px;
  }
  .header__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  }
  .joint-diagram {
    display: none;
  }
  .joint-diagram-mobile {
    display: block;
  }
  .effects-chart__bars {
    flex-wrap: wrap;
    gap: 20px;
  }
  .effects-chart__bar {
    min-width: 45%;
  }
  .effects-chart__bar .bar__week {
    display: block;
  }
  .effects-chart__labels {
    display: none;
  }
  .doors__container {
    flex-direction: column;
    gap: 20px;
  }
  .doors .door {
    height: 250px;
  }
  .doors .door__offer {
    font-size: clamp(20px, 2.5vw, 28px);
  }
  .comment__avatar {
    width: 40px;
    height: 40px;
  }
  .comment__image {
    width: 150px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 10px 16px;
  }
  .article {
    margin: 20px auto;
  }
  .article__container {
    padding: 16px;
  }
  .doors__header h2 {
    font-size: 16px;
    padding: 0 10px;
  }
  .doors .door {
    height: 200px;
  }
  .doors .door__panel img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .doors .door__offer {
    font-size: clamp(18px, 2.2vw, 24px);
  }
  .social-share__icons {
    flex-wrap: wrap;
  }
}
@media (max-width: 375px) {
  .doors .door {
    height: 180px;
  }
  .doors .door__offer {
    font-size: 16px;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -15px);
  }
}
.scroll-to-phone {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 1000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.scroll-to-phone.hidden {
  opacity: 0;
  visibility: hidden;
}
.scroll-to-phone__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #ff8c00;
  color: white;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  font-family: "PT Serif", serif;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(255, 140, 0, 0.4);
  cursor: pointer;
  white-space: nowrap;
  animation: bounce 1.5s ease-in-out infinite;
}
.scroll-to-phone__button:hover {
  background: #e67e00;
  animation-play-state: paused;
  box-shadow: 0 6px 20px rgba(255, 140, 0, 0.5);
}
.scroll-to-phone__button:active {
  transform: translate(-50%, -1px);
}

@media (max-width: 1500px) {
  .scroll-to-phone {
    display: block;
  }
}
@media (max-width: 768px) {
  .scroll-to-phone {
    bottom: 20px;
  }
  .scroll-to-phone__button {
    padding: 10px 24px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .scroll-to-phone {
    bottom: 15px;
  }
  .scroll-to-phone__button {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.summary {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px 20px 20px 20px;
  background: #ffffff;
}
.summary__title {
  font-family: "PT Serif", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  color: #328a2d;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
.summary__text {
  font-family: "PT Serif", serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.summary__text strong {
  font-weight: 700;
}
.summary__product {
  text-align: center;
  margin: 30px 0;
}
.summary__product img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.summary__cta-text {
  font-family: "PT Serif", serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.summary__cta-text strong {
  font-weight: 700;
  color: #328a2d;
}
.summary__info {
  font-family: "PT Serif", serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.summary__warning {
  font-family: "PT Serif", serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: red;
  text-align: center;
  margin-top: 20px;
}
.summary__warning strong {
  font-weight: 700;
}

.call-button {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 20px auto;
  padding: 20px;
  background: #ff8c00;
  color: white;
  text-align: center;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: "PT Serif", serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.call-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.call-button:active {
  transform: translateY(0);
}

.phone-link {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  color: #ff8c00;
  text-align: center;
  border: 3px solid #ff8c00;
  border-radius: 10px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  text-decoration: none;
  transition: all 0.3s ease;
}
.phone-link:hover {
  background: #fff5e6;
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .summary {
    padding: 10px 16px 16px 16px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .summary {
    padding: 10px 12px 12px 12px;
  }
  .summary__product {
    margin: 20px 0;
  }
  .call-button,
  .phone-link {
    max-width: 100%;
    padding: 15px;
  }
}/*# sourceMappingURL=style.css.map */