/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400&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: "Roboto", sans-serif;
  color: #212529;
  background-color: #F5F6F4;
}
@media (max-width: 768px) {
  body {
    background-color: #fff;
  }
}

.text-red {
  color: #FC466B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

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

ul {
  padding: 0;
}

img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  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-bottom: 10px;
}
.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;
}

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

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 100ms;
}
a:hover {
  opacity: 0.8;
}

button {
  font-family: inherit;
  cursor: pointer;
  transition: all 100ms;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.container--content {
  max-width: 642px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .container--content {
    padding: 0 15px;
  }
}

.mainLayout {
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mainLayout {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .mainLayout {
    flex-direction: column;
    gap: 20px;
  }
}

.mainLayout__content {
  flex: 1;
  max-width: 642px;
  width: 100%;
}
@media (max-width: 768px) {
  .mainLayout__content {
    max-width: 100%;
  }
}

.mainLayout__sidebar {
  width: 310px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .mainLayout__sidebar {
    width: 100%;
    order: 2;
  }
}

.section {
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 100ms;
}
.btn:hover {
  filter: brightness(90%);
}
.btn--primary {
  background: linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
  color: #ffffff;
}
.btn--secondary {
  background: #ffffff;
  color: #222222;
  border: 1px solid #cdcdcd;
}

.link {
  color: #0000ff;
  text-decoration: underline;
}
.link:hover {
  opacity: 0.7;
}

.card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .card {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  background: #eff3fb;
  color: #20367c;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.header {
  background: #ffffff;
  width: 100%;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__top {
    padding: 15px;
    flex-wrap: wrap;
  }
}
.header__logo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  transition: all 100ms;
}
.header__logo:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .header__logo {
    flex: 1;
  }
}
.header__logoImage {
  width: 96px;
  height: 97px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .header__logoImage {
    width: 60px;
    height: 61px;
  }
}
.header__logoText {
  display: flex;
  flex-direction: column;
  padding-top: 3px;
}
.header__logoPortal {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(1rem, 3vw, 1.4375rem);
  line-height: 1;
  color: #3f5efb;
  letter-spacing: -1.5px;
}
.header__logoTagline {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(1.5rem, 5vw, 2.8125rem);
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -1.5px;
}
.header__logoTagline--blue {
  color: #3f5efb;
}
.header__logoTagline--pink {
  color: #fc466b;
}
.header__widgets {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .header__widgets {
    display: none;
  }
}
.header__widgetsTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  width: 100%;
  gap: 10px;
}
.header__widgetsTop .city {
  color: #08488D;
}
.header__widgetsTop .wls__temp {
  font-size: 14px;
}
.header__weather {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  height: 36px;
  background: linear-gradient(180deg, #3f5efb 0%, #20367c 100%);
  border-radius: 4px;
  padding: 0 6px 0 10px;
  overflow: hidden;
}
.header__weatherCity {
  font-family: "Tahoma", sans-serif;
  font-size: 12px;
  color: #08488d;
}
.header__weatherTemp {
  font-family: "Tahoma", sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.header__weatherUnit {
  font-size: 12px;
}
.header__date {
  font-family: "Liberation Sans", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  padding: 10px;
  white-space: nowrap;
}
.header__search {
  position: relative;
  display: flex;
  align-items: center;
  width: 270px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 0 11px 0 10px;
  width: 100%;
  max-width: 320px;
}
.header__searchInput {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background: transparent;
}
.header__searchInput::-moz-placeholder {
  color: #999999;
}
.header__searchInput::placeholder {
  color: #999999;
}
.header__searchButton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.header__searchIcon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: flex;
    flex-direction: column;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    gap: 5px;
    width: 30px;
    height: 25px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header__hamburgerLine {
    width: 100%;
    height: 3px;
    background: #20367c;
    border-radius: 2px;
    transition: all 100ms;
  }
}
.header__nav {
  background: #eff3fb;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
    padding: 0;
  }
  .header__nav.active {
    display: block;
  }
}
.header__navList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__navList {
    flex-direction: column;
    align-items: stretch;
  }
}
.header__navItem {
  position: relative;
}
.header__navItem--active {
  border-bottom: 2px solid #20367c;
}
@media (max-width: 768px) {
  .header__navItem--active {
    border-bottom: none;
    background: rgba(32, 54, 124, 0.1);
  }
}
@media (max-width: 768px) {
  .header__navItem {
    border-bottom: 1px solid #cdcdcd;
  }
}
.header__navLink {
  display: block;
  padding: 12px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #20367c;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  text-decoration: none;
  transition: all 100ms;
}
.header__navLink:hover {
  filter: brightness(90%);
}
@media (max-width: 768px) {
  .header__navLink {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.header__navDivider {
  width: 1px;
  height: 20px;
  background: #cdcdcd;
  align-self: center;
}
@media (max-width: 768px) {
  .header__navDivider {
    display: none;
  }
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  padding-top: 24px;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 16px;
  }
}
.hero__breadcrumbs {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #222222;
  padding-top: 1px;
}
@media (max-width: 768px) {
  .hero__breadcrumbs {
    font-size: 11px;
  }
}
.hero__breadcrumbsActive {
  border-bottom: 1px solid #222222;
  padding-bottom: 2px;
}
.hero__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.375rem, 5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
}
.hero__titleBlue {
  color: #3f5efb;
}
.hero__titlePink {
  color: #fc466b;
  text-decoration: underline;
}
.hero__figure {
  margin: 20px 0;
  max-width: 642px;
}
.hero__image {
  width: 100%;
  height: auto;
  max-width: 642px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .hero__image {
    border-radius: 15px;
  }
}
.hero__alert {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 700;
  line-height: 28px;
  color: #e20000;
  margin-top: 20px;
}

.intro__text {
  font-family: "Liberation Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
}

.expertIntro {
  background: #3f2d6f;
  border-radius: 20px;
  padding: 10px 25px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .expertIntro {
    padding: 8px 15px;
  }
}
.expertIntro__text {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}

.expert__profile {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .expert__profile {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.expert__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
  flex-shrink: 0;
}
.expert__image {
  width: 121px;
  height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .expert__image {
    width: 100px;
    height: 105px;
  }
}
.expert__caption {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-align: center;
  max-width: 150px;
}
.expert__content {
  flex: 1;
}
.expert__content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin: 0;
}
.expert__qa {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .expert__qa {
    margin-top: 15px;
  }
}
.expert__question {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #3f5efb;
  margin: 0 0 15px 0;
}
.expert__answer {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin: 20px 0 0 0;
}
.expert__answer strong {
  font-weight: 700;
}

.symptomsChecker {
  border: 2px solid #fc466b;
  border-radius: 20px;
  margin-top: 30px;
}
.symptomsChecker__container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .symptomsChecker__container {
    flex-direction: column;
    gap: 15px;
  }
}
.symptomsChecker__content {
  flex: 1;
  padding: 20px;
}
.symptomsChecker__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  line-height: 28px;
  color: #fc466b;
  margin: 0 0 15px 0;
}
.symptomsChecker__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.symptomsChecker__item {
  margin: 0;
}
.symptomsChecker__label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  transition: all 100ms;
}
.symptomsChecker__label:hover {
  opacity: 0.8;
}
.symptomsChecker__checkbox {
  width: 13px;
  height: 13px;
  border: 1px solid #fc466b;
  flex-shrink: 0;
  margin-top: 5px;
  cursor: pointer;
}
.symptomsChecker__checkbox:focus {
  outline: 2px solid #fc466b;
  outline-offset: 2px;
}
.symptomsChecker__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}
.symptomsChecker__text--last {
  padding: 0px 20px 20px;
}
.symptomsChecker__figure {
  width: 245px;
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .symptomsChecker__figure {
    width: 100%;
    max-width: 245px;
    margin: 0 auto;
  }
}
.symptomsChecker__image {
  width: 100%;
  height: auto;
  display: block;
}
.symptomsChecker__cta {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  line-height: 1.5;
  color: #000000;
  margin: 20px 0 0 0;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .symptomsChecker__cta {
    padding: 15px 0;
  }
}

.qaSection {
  margin-top: 20px;
}
.qaSection__question {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #3f5efb;
  margin: 0 0 15px 0;
}
.qaSection__answer {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin: 20px 0 0 0;
}
.qaSection__answer--bold {
  font-weight: 700;
}

.productBenefits {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .productBenefits {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.productBenefits__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 10px;
  counter-reset: none;
}
@media (max-width: 768px) {
  .productBenefits__list {
    gap: 20px;
    padding-left: 5px;
  }
}
.productBenefits__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .productBenefits__item {
    gap: 8px;
  }
}
.productBenefits__number {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  font-weight: 800;
  line-height: 28px;
  color: #cce3ff;
  width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
}
@media (max-width: 768px) {
  .productBenefits__number {
    width: 35px;
  }
}
.productBenefits__content {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}
.productBenefits__content strong {
  font-weight: 700;
}
.productBenefits__highlight {
  color: #fc466b;
  font-weight: 700;
}

.ingredients {
  margin-top: 0;
  padding-bottom: 24px;
}
.ingredients__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ingredients__image {
  width: 100%;
  max-width: 642px;
  height: auto;
  display: block;
}
.ingredients__caption {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 642px;
  margin-top: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ingredients__caption {
    align-items: center;
    gap: 5px;
  }
}
.ingredients__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  flex: 1;
  text-align: center;
}

.timelineBenefits {
  margin-top: 30px;
}
.timelineBenefits__container {
  border: 2px solid #4a123b;
  border-radius: 20px;
  padding: 20px 0 20px 24px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .timelineBenefits__container {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
}
.timelineBenefits__content {
  flex: 1;
}
.timelineBenefits__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  line-height: 28px;
  color: #fc466b;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .timelineBenefits__title {
    margin-bottom: 15px;
  }
}
.timelineBenefits__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.timelineBenefits__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.timelineBenefits__icon {
  width: 25px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 5px;
}
.timelineBenefits__figure {
  width: 209px;
  flex-shrink: 0;
  margin: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
@media (max-width: 768px) {
  .timelineBenefits__figure {
    width: 100%;
    max-width: 209px;
  }
}
.timelineBenefits__image {
  width: 100%;
  height: auto;
  transform: rotate(180deg) scaleY(-1);
}

.textBlock {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 20px 0;
}

.productDetails {
  background: #eff3fb;
  border: 3px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(74, 18, 59, 0.17);
  padding: 123px 23px 33px 23px;
  position: relative;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .productDetails {
    padding: 80px 15px 20px 15px;
    margin-top: 40px;
  }
}
.productDetails__productImage {
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: auto;
  width: 257px;
  height: 257px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .productDetails__productImage {
    width: 180px;
    height: 180px;
    top: -90px;
  }
}
.productDetails__title {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  font-weight: 700;
  line-height: 28px;
  color: #fc466b;
  margin: 0 0 20px 0;
}
.productDetails__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 20px 0;
}
.productDetails__text strong {
  font-weight: 700;
}
.productDetails__benefits {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .productDetails__benefits {
    gap: 20px;
    margin: 20px 0;
  }
}
.productDetails__benefit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.productDetails__benefitTitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  color: #fc466b;
  margin: 0;
}
.productDetails__benefitDesc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.productDetails__figure {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .productDetails__figure {
    margin: 20px 0;
  }
}
.productDetails__beforeAfter {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.productDetails__summary {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 20px 0 0 0;
}
.productDetails__summary strong {
  font-weight: 700;
}

.editorNote {
  margin-top: 20px;
  margin-bottom: 20px;
}
.editorNote__container {
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .editorNote__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
}
.editorNote__icon {
  width: 71.42px;
  height: 70.855px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .editorNote__icon {
    width: 50px;
    height: 50px;
  }
}
.editorNote__text {
  flex: 1;
  min-width: 0;
  padding-right: 10px;
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 28px;
  color: #fc466b;
  margin: 0;
}
@media (max-width: 768px) {
  .editorNote__text {
    padding-right: 0;
  }
}

.testimonials {
  margin-top: 40px;
}

.testimonial {
  display: flex;
  gap: 30px;
  padding: 40px 10px 10px 10px;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 768px) {
  .testimonial {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px 10px 10px 10px;
  }
}
.testimonial--last {
  border-bottom: none;
}
.testimonial__avatar {
  flex-shrink: 0;
  margin: 0;
}
.testimonial__image {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .testimonial__image {
    width: 80px;
    height: 80px;
  }
}
.testimonial__content {
  flex: 1;
}
.testimonial__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  font-weight: 700;
  line-height: 28px;
  color: #fc466b;
  margin: 0 0 15px 0;
}
.testimonial__quote {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 15px 0;
  font-style: normal;
}
.testimonial__author {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3f5efb;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
}
.testimonial__author strong {
  font-weight: 700;
}
.testimonial__date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  display: block;
}

.comments {
  margin-top: 40px;
}
.comments__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 1.2;
  color: #000000;
}
.comments__subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 3vw, 1rem);
  line-height: 1.5;
  color: #222222;
}
.comments__disclaimer {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  line-height: clamp(1rem, 3vw, 1.25rem);
  color: #999999;
  margin: 0 0 30px 0;
}
.comments__list {
  display: flex;
  flex-direction: column;
}
.comments__cta {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 4vw, 1.5rem);
  line-height: 1.5;
  color: #0000ff;
  text-decoration: underline;
  margin-top: 20px;
  transition: all 100ms;
}
.comments__cta:hover {
  opacity: 0.7;
}

.comment {
  display: flex;
  gap: 15px;
  padding: 35px 0 22px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 768px) {
  .comment {
    padding: 25px 0 15px 0;
    gap: 10px;
  }
}
.comment--last {
  border-bottom: none;
}
.comment__avatar {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .comment__avatar {
    width: 35px;
    height: 35px;
  }
}
.comment__content {
  flex: 1;
}
.comment__author {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 700;
  line-height: 25px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
.comment__text {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  line-height: 25px;
  color: #000000;
  margin: 0 0 10px 0;
}
.comment__date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  display: block;
}

.relatedArticles {
  background: #eff3fb;
  border-radius: 20px;
  padding: 16px;
  max-width: 310px;
  width: 100%;
  margin: 64px 0;
}
@media (max-width: 768px) {
  .relatedArticles {
    display: none;
  }
}
.relatedArticles__title {
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  font-weight: 700;
  line-height: 28px;
  color: #222222;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
.relatedArticles__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.relatedArticles__item {
  padding-bottom: 12px;
  border-bottom: 1px solid #cdcdcd;
}
.relatedArticles__item--last {
  border-bottom: none;
  padding-bottom: 0;
}
.relatedArticles__link {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  transition: all 100ms;
}
.relatedArticles__link:hover {
  filter: brightness(95%);
}
.relatedArticles__thumbnail {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .relatedArticles__thumbnail {
    width: 50px;
    height: 50px;
  }
}
.relatedArticles__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  line-height: 1.5;
  color: #222222;
  flex: 1;
}

.footer {
  padding: 60px 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}
.footer__container {
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.footer__copyright {
  font-family: "Liberation Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  text-align: center;
  margin: 0;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .footer__links {
    gap: 10px 15px;
  }
}
.footer__links a {
  font-family: "Liberation Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  text-decoration: underline;
  transition: all 100ms;
}
.footer__links a:hover {
  filter: brightness(80%);
}
.footer__disclaimer {
  font-family: "Liberation Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__disclaimer {
    line-height: 16px;
  }
}
.footer__disclaimer--italic {
  font-style: italic;
}

.summary-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 0;
  padding: 20px;
  max-width: 900px;
  width: 100%;
}
.summary-wrapper .summary-title {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #19ae30;
  text-align: center;
  letter-spacing: 3.6px;
  padding-bottom: 10px;
  border-bottom: 4px solid #19ae30;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .summary-wrapper .summary-title {
    font-size: 26px;
  }
}
.summary-wrapper .summary-text {
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
}
.summary-wrapper .summary-text b {
  font-weight: 700;
}
.summary-wrapper .summary-text--green {
  color: #19ae30;
}
.summary-wrapper .summary-text--orange {
  color: #ff8800;
}
.summary-wrapper .summary-text-small {
  line-height: 20px;
  font-weight: 400;
  color: #de2c2c;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.summary-wrapper .summary-text-small b {
  font-weight: 700;
}
.summary-wrapper .summary-lead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 800px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
}
.summary-wrapper .summary-button {
  display: flex;
  background-color: #19ae30;
  color: #fff;
  font-size: 24px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .summary-wrapper .summary-button {
    font-size: 18px;
    padding: 15px;
  }
}
.summary-wrapper .summary-button--phone {
  font-size: 40px;
  background: none;
  border: 2px solid #19ae30;
  color: #19ae30;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .summary-wrapper .summary-button--phone {
    font-size: 30px;
    padding: 15px;
  }
}
.summary-wrapper .summary-button-hidden-icon {
  width: 2.7rem;
  height: 2.7rem;
}
.summary-wrapper .summary-icons-wrapper {
  text-align: center;
  margin-bottom: 25px;
}
.summary-wrapper .green {
  background-color: #19ae30;
  color: white;
}
.summary-wrapper .text-center {
  text-align: center;
  font-weight: bold;
}
.summary-wrapper .link-green {
  font-size: 31px;
  font-weight: bold;
  background-color: green;
  color: white;
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.summary-wrapper .hr {
  width: 100%;
  height: 2px;
  background-color: #d6d7d8;
  margin-bottom: 25px;
}
.summary-wrapper .calls .paragraph-small {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}
.summary-wrapper .attention {
  margin-bottom: 25px;
}
.summary-wrapper .summary-icons-wrapper img {
  width: 250px;
  height: 60px;
}/*# sourceMappingURL=styles.css.map */