/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&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: "Open Sans", sans-serif;
  color: #262626;
  background: #fbf3ef;
  margin: 0;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

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

ul {
  padding: 0;
  margin: 0;
}

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

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

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  color: white;
  padding: 20px;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .cookie-banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cookie-banner .cookie-banner-text {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
}
.cookie-banner .cookie-banner-text p {
  margin: 0;
  color: white;
}
.cookie-banner .cookie-banner-text a {
  color: #85ccb1;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-text a:hover {
  color: #85a9b3;
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-buttons {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cookie-btn-accept {
  background-color: #19ae30;
  color: white;
}
.cookie-btn-accept:hover {
  background-color: #158026;
}
.cookie-btn-essential {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-essential:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-settings:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal-overlay.show {
  opacity: 1;
}

.cookie-modal {
  background-color: white;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
}
.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e3641;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.cookie-modal-close:hover {
  color: #333;
}
.cookie-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cookie-category-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e3641;
}
.cookie-category-desc {
  font-size: 13px;
  line-height: 18px;
  color: #777;
  margin: 0;
}

/* Switch Styles */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch input:checked + .cookie-slider {
  background-color: #19ae30;
}
.cookie-switch input:focus + .cookie-slider {
  box-shadow: 0 0 1px #19ae30;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.clause {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin: 10px 0;
}
.clause a {
  color: #7f919e;
  text-decoration: underline;
}
.clause a:hover {
  color: #7f919e;
}

.terms {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.terms label {
  cursor: pointer;
}
.terms input[type=checkbox] {
  margin-top: 2px;
  margin-left: 0px;
  cursor: pointer;
  flex-shrink: 0;
}
.terms a {
  color: #7f919e;
  text-decoration: underline;
}
.terms .terms-error {
  color: #e70000;
  font-size: 14px;
  margin: 8px 0;
  display: none;
}
.terms .terms-error.show {
  display: block;
}

.disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}

.main-page {
  background: #fbf3ef;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-page__shell {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fbf3ef;
}

.site-header {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header__inner {
  width: 100%;
  max-width: 1200px;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header__logoBlock {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.site-header__sygnet {
  width: 100px;
  height: 97px;
  flex-shrink: 0;
}

.site-header__sygnet picture {
  display: block;
  width: 100%;
  height: 100%;
}

.site-header__sygnet img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.site-header__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-header__brandName {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 9.6px;
  color: #321c11;
  margin: 0;
}

.site-header__divider {
  border-bottom: 2px solid #D38760;
  line-height: 0;
}

.site-header__tagline {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  color: #321c11;
  margin: 0;
  white-space: nowrap;
}

.site-header__social {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px;
  flex-shrink: 0;
}

.site-header__socialLink {
  display: block;
  width: 28px;
  height: 28px;
}

.site-header__socialLink img {
  width: 28px;
  height: 28px;
  max-width: none;
  display: block;
}

.site-header__navWrap {
  width: 100%;
  background: #d38760;
  display: flex;
  justify-content: center;
  min-height: 64px;
}

.site-header__nav {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.site-header__navItem {
  display: flex;
  align-items: center;
}

.site-header__navLink {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #fff;
  height: 100%;
}

.site-header__navLink:hover {
  filter: brightness(1.05);
  color: #fff;
}

.article-layout {
  width: 100%;
  max-width: 1200px;
  padding: 24px 24px 48px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  box-sizing: border-box;
}

.article-main {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-main__meta {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.48px;
  color: #000;
  padding: 4px 0;
}

.article-main__title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  color: #321c11;
  margin: 0;
}

.article-main__hero {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.article-main__heroPic {
  aspect-ratio: 822/480;
  position: relative;
  width: 100%;
}

.article-main__heroPic picture {
  position: absolute;
  inset: 0;
  display: block;
}

.article-main__heroPic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.article-main__heroCaption {
  background: #7d4e36;
  padding: 8px 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.article-main__lead {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #262626;
  margin: 0;
}

.article-main__prose {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #262626;
}

.article-main__prose p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 18px;
}

.article-main__prose p:last-child {
  margin-bottom: 0;
}

.article-main__prose strong {
  font-weight: 700;
}

.article-main__h2 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  color: #7d4e36;
  margin: 8px 0 0;
}

.article-main__h3 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  color: #7d4e36;
  margin: 0;
}

.article-main__h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #262626;
  margin: 0;
}

.article-main__h4--blue {
  color: #1f50a2;
}

.article-main__quote {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #262626;
}

.article-main__quote em {
  font-style: italic;
}

.article-main__quote strong {
  font-weight: 700;
  font-style: italic;
}

.article-main__priceRow {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
  margin: 8px 0 0;
}

.frame-collagen {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.frame-collagen__inner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.frame-collagen__title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  color: #262626;
  margin: 0;
}

.frame-collagen__titleAccent {
  color: #d38760;
}

.frame-collagen__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.frame-collagen__cols {
  flex: 1 1 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.frame-collagen__list {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.frame-collagen__item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.frame-collagen__check {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.frame-collagen__check img {
  width: 32px;
  height: 32px;
  max-width: none;
}

.frame-collagen__itemTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #262626;
  margin: 0;
}

.frame-collagen__itemText {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  margin: 0;
}

.frame-collagen__fish {
  flex: 1 1 200px;
  min-width: 200px;
  border-radius: 8px;
  overflow: hidden;
  align-self: center;
}

.frame-collagen__fishInner {
  aspect-ratio: 375/590;
  position: relative;
  width: 100%;
}

.frame-collagen__fishInner picture {
  position: absolute;
  inset: 0;
  display: block;
}

.frame-collagen__fishInner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.frame-benefits {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.frame-benefits__title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  color: #7d4e36;
  margin: 0;
}

.frame-benefits__intro {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #262626;
  margin: 0;
}

.frame-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.frame-benefits__row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.frame-benefits__ico {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.frame-benefits__ico img {
  width: 24px;
  height: 24px;
  max-width: none;
}

.frame-benefits__rowText {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #262626;
  margin: 0;
}

.testimonial {
  background: #fffbf9;
  border: 1px solid #d38760;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.testimonial__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #f0cdc1;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.testimonial__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.testimonial__body {
  flex: 1 1 200px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial__title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  color: #7d4e36;
  margin: 0;
}

.testimonial__text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  margin: 0;
}

.testimonial__author {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: right;
  color: #262626;
  margin: 0;
}

.cta-banner {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background: #f0cdc1;
  width: 100%;
}

.cta-banner__visual {
  position: relative;
  aspect-ratio: 822/500;
  width: 100%;
  overflow: hidden;
}

.cta-banner__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.cta-banner__badge {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%) rotate(-5deg);
  text-align: center;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-weight: 700;
  font-size: 32px;
  line-height: 0.8;
  letter-spacing: -1.6px;
  color: #321c11;
  pointer-events: none;
}

.cta-banner__arrow {
  position: absolute;
  left: 55%;
  top: 28%;
  width: 108px;
  height: 53px;
  pointer-events: none;
}

.cta-banner__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}

.cta-banner__ribbon {
  padding: 8px 16px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.cta-banner__ribbon--orange {
  background: #f58220;
  color: #fffbf9;
  font-size: 28px;
  line-height: 1.1;
}

.cta-banner__ribbon--blue {
  background: #1f50a2;
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
}

.cta-banner__highlight {
  color: #fdd53f;
}

.cta-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1.1;
  color: #0956ca;
  text-decoration: underline;
  display: block;
  padding: 16px 0;
}

.cta-link:hover {
  filter: none;
  opacity: 0.9;
}

.cta-link--footer {
  font-size: 26px;
  line-height: 1.3;
}

.comments {
  padding-top: 16px;
  width: 100%;
}

.comments__head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #7d4e36;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
}

.comments__headIcon {
  width: 24px;
  height: 24px;
}

.comments__headIcon img {
  width: 24px;
  height: 24px;
  max-width: none;
}

.comments__headTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #fbf3ef;
  margin: 0;
}

.comments__list {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-top: none;
  border-radius: 0 8px 8px 8px;
  padding: 8px 16px;
  margin: 0;
  list-style: none;
}

.comments__item {
  display: flex;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
}

.comments__item:last-child {
  border-bottom: none;
}

.comments__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.comments__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.comments__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comments__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.comments__name {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 0;
}

.comments__date {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  margin: 0;
  text-align: right;
}

.comments__text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #4f4f4f;
  margin: 0;
}

.comments__photo {
  width: 200px;
  max-width: 100%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 4px;
}

.comments__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.article-sidebar {
  width: 258px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 5px;
}

.article-sidebar__search {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: stretch;
  min-height: 48px;
  overflow: hidden;
}

.article-sidebar__searchField {
  flex: 1;
  border: none;
  padding: 8px 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #7d4e36;
  margin: 0;
  min-width: 0;
}

.article-sidebar__searchField::-moz-placeholder {
  color: #7d4e36;
  opacity: 1;
}

.article-sidebar__searchField::placeholder {
  color: #7d4e36;
  opacity: 1;
}

.article-sidebar__searchField:focus {
  outline: none;
}

.article-sidebar__searchBtn {
  width: 48px;
  flex-shrink: 0;
  background: #7d4e36;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.article-sidebar__searchBtn img {
  width: 24px;
  height: 24px;
  max-width: none;
}

.article-sidebar__card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-sidebar__cardTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #7d4e36;
  margin: 0;
}

.article-sidebar__articles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-article {
  width: 100%;
  max-width: 210px;
}

.sidebar-article__link {
  display: block;
  color: inherit;
}

.sidebar-article__link:hover {
  filter: none;
  opacity: 0.92;
}

.sidebar-article__thumb {
  height: 140px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.sidebar-article__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.sidebar-article__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #7d4e36;
  margin: 0;
  padding: 8px 0 0;
}

.site-footer {
  width: 100%;
  background: #321c11;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer__inner {
  width: 100%;
  max-width: 1200px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer__logoRow {
  display: flex;
  gap: 16px;
  align-items: center;
}

.site-footer__sygnet {
  width: 100px;
  height: 97px;
  flex-shrink: 0;
}

.site-footer__sygnet img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__brandName {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 9.6px;
  color: #fbf3ef;
  margin: 0;
}

.site-footer__tagline {
  font-family: "Lora", serif;
  font-size: 28px;
  line-height: 1.1;
  color: #fbf3ef;
  margin: 0;
}

.site-footer__disclaimer {
  border-top: 1px solid #7d4e36;
  padding-top: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #f0cdc1;
}

.site-footer__disclaimer p {
  font-size: inherit;
  margin: 0 0 16px;
  color: inherit;
}

.site-footer__disclaimer p:last-child {
  margin-bottom: 0;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
}

.site-footer__legal {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
}
.site-footer__links a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #d38760;
  text-decoration: underline;
  padding: 4px 0;
}

.site-footer__link:hover {
  filter: brightness(1.08);
  color: #d38760;
}

.site-footer__copy {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.48px;
  color: #7d4e36;
  margin: 0;
}

.site-footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px;
}

.site-footer__socialLink {
  display: block;
  width: 28px;
  height: 28px;
}

.site-footer__socialLink img {
  width: 28px;
  height: 28px;
  max-width: none;
}

@media (max-width: 1100px) {
  .article-layout {
    flex-direction: column;
  }
  .article-sidebar {
    width: 100%;
    max-width: none;
  }
  .sidebar-article {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .main-page__shell {
    border-radius: 0;
    box-shadow: none;
  }
  .site-footer__brandName {
    font-size: 22px;
  }
  .site-footer__tagline {
    font-size: 18px;
  }
  .site-header__navWrap {
    display: none;
  }
  .site-header__social {
    display: none;
  }
  .site-header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 16px;
    max-width: 100%;
  }
  .site-header__logoBlock {
    justify-content: center;
  }
  .site-header__sygnet {
    width: 80px;
    height: 78px;
  }
  .site-header__brandName {
    font-size: 24px;
    letter-spacing: 4.8px;
  }
  .site-header__tagline {
    white-space: normal;
    font-size: 28px;
  }
  .article-layout {
    padding: 0 0 24px;
  }
  .article-main {
    padding: 8px 16px 16px;
    gap: 12px;
    border-radius: 0;
    box-shadow: none;
  }
  .article-main__meta {
    font-size: 10px;
    letter-spacing: 0.4px;
    padding: 4px 0;
  }
  .article-main__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .article-main__heroCaption {
    padding: 8px;
    font-size: 16px;
  }
  .article-main__lead {
    font-size: 20px;
    line-height: 1.3;
  }
  .article-main__prose {
    font-size: 16px;
    line-height: 1.5;
  }
  .article-main__prose strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .article-main__h2 {
    font-size: 24px;
    line-height: 1.1;
  }
  .article-main__h3 {
    font-size: 18px;
  }
  .article-main__h4 {
    font-size: 16px;
  }
  .article-main__quote {
    font-size: 16px;
  }
  .frame-collagen__inner {
    padding: 16px;
    gap: 16px;
  }
  .frame-collagen__title {
    font-size: 32px;
  }
  .frame-collagen__itemTitle {
    font-size: 18px;
  }
  .frame-collagen__grid {
    gap: 16px;
  }
  .frame-collagen__cols {
    flex-direction: column;
  }
  .frame-collagen__fish {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  .frame-benefits {
    padding: 16px;
  }
  .frame-benefits__title {
    font-size: 32px;
  }
  .frame-benefits__intro {
    font-size: 16px;
  }
  .frame-benefits__rowText {
    font-size: 16px;
  }
  .testimonial {
    padding: 16px;
    gap: 12px;
  }
  .testimonial__title {
    font-size: 18px;
  }
  .testimonial__text {
    font-size: 14px;
  }
  .testimonial__author {
    font-size: 16px;
  }
  .cta-banner {
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-banner__badge {
    font-size: 18px;
    letter-spacing: -0.9px;
  }
  .cta-banner__ribbon--orange {
    font-size: 28px;
    padding: 4px 8px;
  }
  .cta-banner__ribbon--blue {
    font-size: 28px;
    padding: 8px;
  }
  .cta-link {
    font-size: 24px;
    line-height: 1.15;
    padding: 8px 0;
    word-break: break-word;
  }
  .cta-link--footer {
    font-size: 18px;
  }
  .comments__head {
    padding: 4px 8px;
  }
  .comments__headTitle {
    font-size: 18px;
  }
  .comments__list {
    padding: 4px 8px;
    border-radius: 0 8px 8px 8px;
  }
  .comments__item {
    padding: 16px 0;
    gap: 8px;
  }
  .comments__name {
    font-size: 16px;
  }
  .comments__date {
    font-size: 10px;
  }
  .comments__text {
    font-size: 14px;
  }
  .site-footer__inner {
    padding: 24px 16px;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.container {
  max-width: 985px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

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

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

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

.text-red {
  color: #ff0000;
}

.text-green {
  color: #0c9e11;
}

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

.header {
  width: 100%;
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

footer.footer .attachments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

footer.footer .attachments a {
  text-decoration: underline;
}

footer.footer .text-gray {
  color: #111;
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}

.font-italic {
  font-style: italic;
}

.summary-page {
  background: #fbf3ef;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.summary-page__shell {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.summary-page__sheet {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.site-header--summary .site-header__inner {
  flex-wrap: wrap;
}

.summary-page__main {
  width: 100%;
  padding: 48px 48px 64px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background-color: #FBF3EF;
}

.summary-card {
  width: 100%;
  max-width: 792px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.summary-card__congrats {
  border-top: 12px solid #3dbd72;
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  background: #fff;
}

.summary-card__title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  color: #3dbd72;
  margin: 0;
}

.summary-card__lead {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #262626;
  margin: 0;
}

.summary-card__leadStrike {
  text-decoration: line-through;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.summary-card__leadFree {
  color: #3dbd72;
  font-weight: 600;
}

.summary-card__productBand {
  background: #fffbf9;
  padding: 16px 48px;
}

.summary-card__productRow {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.summary-card__productPic {
  flex: 1 1 240px;
  min-width: 240px;
  min-height: 240px;
  position: relative;
}

.summary-card__productPic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.summary-card__productTexts {
  flex: 1 1 240px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.summary-card__productPara {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 0 0 16px;
}

.summary-card__productPara:last-of-type {
  margin-bottom: 0;
}

.summary-card__productStrong {
  font-weight: 700;
}

.summary-card__infoBar {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  width: 100%;
  box-sizing: border-box;
}

.summary-card__infoIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.summary-card__infoIcon img {
  width: 16px;
  height: 16px;
  display: block;
}

.summary-card__infoText {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.summary-card__ctaBlock {
  padding: 24px 48px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  background: #fff;
}

.summary-card__ctaHeadline {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
  color: #262626;
  margin: 0;
}

.summary-card__ctaZaDarmo {
  color: #eb390c;
}

.summary-card__phoneWrap {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
}

.summary-card__phoneBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 480px;
  padding: 16px 24px;
  background: #3dbd72;
  border-radius: 24px;
  text-decoration: none;
  box-sizing: border-box;
}

.summary-card__phoneBtn:hover {
  filter: brightness(1.03);
}

.summary-card__phoneBtnIcon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.summary-card__phoneBtnIcon img {
  width: 34px;
  height: 34px;
  display: block;
}

.summary-card__phoneBtnLabel {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
  flex: 1;
  min-width: 0;
}

.summary-card__phoneBtn--revealed {
  text-align: center;
}
.summary-card__phoneBtn--revealed span {
  font-size: 24px;
}

.summary-card__callCenter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  width: 100%;
}

.summary-card__hoursRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.summary-card__hoursIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.summary-card__hoursIcon img {
  width: 24px;
  height: 24px;
  display: block;
}

.summary-card__hoursText {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  margin: 0;
  text-align: center;
}

.summary-card__localNote {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin: 0;
}

.summary-card__attention {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background: #ffeff0;
  border: 1px solid #ffdbdc;
  border-radius: 32px;
  align-self: center;
}

.summary-card__attentionIcon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-card__attentionIcon img {
  width: 24px;
  height: 22px;
  display: block;
}

.summary-card__attentionText {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #ee1d23;
  margin: 0;
  text-align: center;
}

.summary-card__attentionMuted {
  color: #262626;
  font-weight: 700;
}

@media (max-width: 768px) {
  .summary-page__main {
    padding: 24px 16px 32px;
  }
  .summary-card__congrats {
    padding: 40px 20px 32px;
  }
  .summary-card__title {
    font-size: 36px;
  }
  .summary-card__lead {
    font-size: 18px;
  }
  .summary-card__productBand {
    padding: 16px 20px;
  }
  .summary-card__productRow {
    flex-direction: column;
  }
  .summary-card__ctaBlock {
    padding: 24px 20px 32px;
  }
  .summary-card__ctaHeadline {
    font-size: 22px;
  }
  .summary-card__phoneBtnLabel {
    font-size: 18px;
  }
}/*# sourceMappingURL=styles.css.map */