

/* Start:/local/templates/kognittera/styles.css?176157985551657*/
@import "/local/templates/kognittera/./base/index.css";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--SourceSansPro);
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  font-size: var(--fontSize20);
  color: #000;
  line-height: var(--lineHeight30);
  letter-spacing: var(--letterSpacingDefault);
  background: transparent;
}

body {
  scroll-behavior: smooth;
}

section {
  max-width: var(--containerSizeDekstop);
  margin: 0 auto;
  font-family: var(--SourceSansPro);
  font-size: 20px;
  line-height: 30px;
  color: #1d1d1d;
  padding: 0 20px;
}

body.fixed {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
  overflow: auto;
}
.popup {
  background: #fff;
  padding: 50px 100px 100px;
  max-width: 1070px;
  width: 100%;
  height: 730px;
  text-align: center;
  border-radius: 10px;
  margin: 10px auto;
}
.popup-container {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.popup__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #1d1d1d;
}
.popup__title {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  color: #60269e;
  margin: 22px 0;
}
.popup__description {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 60px;
}
.popup__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 92px;
  margin-bottom: 60px;
}
.popup__button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  width: 251px;
  height: 63px;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #ff8623;
}
.popup__button:hover {
  color: #ffffff;
  background: #ff8623;
}
.close-popup {
  color: #ffffff;
  background: #ff8623;
}
.close-popup:hover {
  color: #000000;
  background: #ffffff;
}
.popup__info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #575757;
}
.popup__info a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #575757;
}
.popup__mobile {
  display: none;
}
.popup__dekstop {
  display: inline;
}
.popup__info span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transition: border-color 0.25s ease-in-out;
}
.popup__info a:hover span {
  border-color: transparent;
}

.header {
  margin-bottom: 0;
  z-index: 10;
  position: relative;
}
.header__inner {
  min-height: 80px;
  width: 100%;
}
.header__logo img,
.footer__logo img {
  height: 60px;
  width: 60px;
}
.footer__logo--geropharm {
  width: 145px;
  margin-left: -50px;
}
.header__actions,
.footer__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #b5b5b5;
  padding: 8px 0;
}
.header__actions--active,
.footer__actions--active {
  color: #ff8623 !important;
}
.header__actions--availability,
.footer__actions--availability {
  width: 184px;
  height: 46px;
  border: 1px solid #ff8623;
  background: #ff8623;
  border-radius: 10px;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 23px !important;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
}
.header__actions--availability:hover,
.footer__actions--availability:hover {
  background: #ff5722;
  color: #fff !important;
}
.footer__actions {
  border-bottom: none;
  border-top: 2px solid #b5b5b5;
}
.header__actions-left,
.footer__actions-left {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.header__logo-btn,
.footer__logo-btn {
  font-family: var(--Montserrat);
  text-decoration: none;
  border: 1px solid #ff8623;
  background: #ff8623;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
}
.header__logo-btn:hover,
.footer__logo-btn:hover {
  background: #ff5722;
}
.header__actions-right,
.footer__actions-right {
  width: 63%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__actions-right a,
.footer__actions-right a,
.footer__agreement a {
  font-family: var(--SourceSansPro);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #707070;
  text-decoration: none;
  scroll-behavior: smooth;
  margin: 0 auto;
  word-break: break-word;
}
.footer__agreement a {
  margin-top: 22px;
}
.header__actions-right a:hover,
.footer__actions-right a:hover,
.footer__agreement a:hover {
  color: #ff8623;
}
.header__actions-button button,
.footer__actions-button button {
  width: 145px;
  height: 43px;
  background: #b5b5b5;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
}
.header__actions-button button:hover,
.footer__actions-button button:hover {
  background: #ff8623;
  color: #fff;
}
.header__actions-button a,
.footer__actions-button a {
  width: 145px;
  height: 43px;
  background: #b5b5b5;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header__actions-button a:hover,
.footer__actions-button a:hover {
  background: #ff8623;
  color: #fff;
}
.header__actions-button--adaptive,
.footer__actions-button--adaptive {
  width: 201px;
  height: 38px;
  background: #b5b5b5;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  display: none;
}
.footer__agreement {
  margin: 8px auto 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__adaptive,
.footer__adaptive {
  display: none;
}
.header__background,
.footer__background {
  display: none;
  background: rgba(108, 108, 108, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.where-to-buy {
  min-height: 60vh;
  height: fit-content;
  padding: 80px 20px;
}
.pharmacy {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pharmacy-el {
  width: 22%;
}
.pharmacy-button {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  position: relative;
  width: 100%;
  display: block;
  height: 80px;
}
.pharmacy-button:hover {
  background: #ff8623;
}
.pharmacy-button span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

article {
  max-width: 1080px;
  margin: 0 auto 100px auto;
  padding-left: 40px;
}

.title--accent {
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(90.05deg, #60269e 0.04%, #ff8623 111.24%);
}
.title-large {
  font-weight: 600;
  font-size: 196px;
  line-height: 218px;
  margin-bottom: 70px;
}

.paragraph-wrapper > * + *,
article > * + *,
li + li {
  margin-top: 20px;
}
.sources {
  padding: 0px 28px;
}
.sources p {
  position: relative;
}
.sources span {
  position: absolute;
  left: -30px;
}
.attribution {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}
h2,
a,
p {
  font-size: 20px;
  line-height: 30px;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h2 {
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: 400;
}

a {
  color: #ff8623;
  word-break: break-all;
}

h1 {
  font-family: var(--Montserrat);
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}

h2 {
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}

.paragraph__wrapper > * + *,
article > * + * {
  margin-top: 30px;
}

li + li {
  margin-top: 20px;
}

li {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
}

li::before {
  content: "";
  height: 25px;
  width: 25px;
  min-width: 25px;
  box-sizing: border-box;
  padding: 2px;
  display: inline-block;
  border: 3px solid #ba83f4;
  border-radius: 50px;
  background-color: #60269e;
  outline: none;
  position: absolute;
  top: 3px;
  left: -22px;
}

h3,
p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

h3 {
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
}

.title__instruction {
  margin: 96px 0 50px;
}
.title-article {
  margin: 60px 0 50px;
}

.italics {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.btn-buy__wrapper {
  position: sticky;
  height: 0;
  width: 0;
  right: 0;
  top: 90px;
  margin-left: auto;
  display: block;
  transform: translateX(15px) translateY(-40px);
  overflow: visible;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--SourceSansPro);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.btn--primary {
  min-width: 145px;
  padding: 20px 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  background-color: #ff8623;
}

.btn--outlined {
  min-height: 30px;
  min-width: 101px;
  padding: 0 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #ff8623;
  background-color: transparent;
  color: #000;
}

.btn--outlined:hover {
  background-color: #ff8623;
  color: #fff;
}

.card__wrapper {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 30px;
  margin-bottom: 98px;
  justify-items: center;
}

.specialists .card__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.card {
  position: relative;
  min-height: 386px;
  width: 382px;
  display: flex;
  flex-direction: column;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  cursor: pointer;
}

.specialists .card {
  width: 382px;
  min-width: 382px;
}

.card__img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.card__content {
  margin: 34px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: unset;
  flex: none;
  height: 114px;
  gap: 0;
}

.card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  margin-bottom: 16px;
}

.card__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0px 0px;
}

.about {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.about__title {
  margin: 60px 0 48px;
}
.about__left {
  width: 100%;
  max-width: 690px;
}
.about__right {
  width: 100%;
  max-width: 488px;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 104px;
}
.about__img--adaptive {
  display: none;
}
.about__img--together {
  display: block;
  position: relative;
  top: -6px;
  right: 28px;
}
.about__img--together-medium {
  display: none;
}
.about__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.conditions-page__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  margin: 58px 0 50px;
}
.conditions-page h3 {
  margin: 20px 0;
}
.conditions-page .paragraph-wrapper > * + * {
  margin-top: 12px;
}

.conditions {
  margin-bottom: -32px;
  position: relative;
  top: -94px;
}
.conditions__title {
  margin-bottom: 50px;
}
.conditions__inner {
  display: flex;
  flex-direction: column;
}
.conditions__btn-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.conditions__select {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.conditions__btn {
  border: 2px solid #ff8623;
  border-radius: 10px;
  width: 145px;
  height: 43px;
  cursor: pointer;
  background: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.conditions__btn--active,
.conditions__btn:hover {
  background: #ff8926;
  color: #ffffff;
}
.conditions__list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.conditions__list-item {
  border: 1px solid #ff8623;
  border-radius: 10px;
  transform: rotate(-1deg);
  width: 208px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  cursor: default;
}
.conditions__list-item:nth-child(odd) {
  transform: rotate(1deg);
}
.conditions__list-item--active {
  background: #eec9bd;
}

.treatment-approach {
  margin-bottom: 100px;
}
.treatment-approach li::before {
  content: none;
}
.title-source {
  margin: 0 0 49px 0;
}
.treatment-approach__list {
  position: relative;
  margin-left: 128px;
}
.treatment-approach__list p + p {
  margin-top: 32px;
}
.treatment-approach__list span {
  position: absolute;
  left: -24px;
}
.treatment-approach__list a {
  word-break: break-all;
}

.information {
  margin-bottom: 72px;
}
.information__title {
  margin-bottom: 50px;
}
.information__inner {
  background: linear-gradient(
    90deg,
    rgba(255, 134, 35, 0.26) 15.85%,
    rgba(96, 38, 158, 0.13) 123.73%
  );
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 50px 70px 0 124px;
}
.information__list-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 116px;
}
.information ul {
  max-width: unset;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.information li,
.treatment-approach li,
.conditions-page li {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  padding-left: 34px;
}
.specialists__list {
  max-width: 1010px;
  margin: 0 0 0 126px;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 36px;
  line-height: 47px;
}
.specialists__list li {
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  padding-left: 36px;
}
.specialists__list li::before {
  top: 10px;
}
.specialists__list br {
  display: block;
}
.small-list ul li + li {
  margin-top: 20px;
}
.small-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
}
.small-list ul li::before {
  content: "";
  height: 25px;
  width: 25px;
  min-width: 25px;
  margin-top: 4px;
  box-sizing: border-box;
  padding: 2px;
  display: inline-block;
  border: 3px solid #ba83f4;
  border-radius: 50px;
  background-color: #60269e;
  outline: none;
  position: static;
}
.conditions-page ul {
  margin: 0;
}
.conditions-page li {
  padding: 0;
}
.conditions-page li::before {
  content: none;
}
.information__left-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.information__right-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.information__img {
  width: 150px;
  height: 150px;
  top: 22px;
  position: relative;
  left: 4px;
}
.information__img--first {
  top: 26px;
  left: -41px;
}
.information__img--mobile {
  display: none;
}
.information__btn {
  width: 251px;
  height: 49px;
  background: #ff8623;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -80px;
  left: -30px;
}

.faq {
  margin-bottom: 48px;
}
.faq__title {
  margin-bottom: 50px;
}
.faq__inner {
  max-width: 1010px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid #868686;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__item > details {
  width: 100%;
}
.faq__item > details > summary::-webkit-details-marker {
  content: none;
  display: none;
}
.faq__item > details > summary::marker {
  content: none;
  display: none;
}
.faq__item > details > summary:after {
  width: 31px;
  height: 30px;
  min-width: 31px;
  min-height: 30px;
  background-image: url("/local/templates/kognittera/../kognittera/assets/icons/faq.svg");
  background-size: contain;
  background-repeat: no-repeat;

  content: "";
}
.faq__item > details[open] > summary:after {
  transform: rotateZ(180deg);
}
.faq__question,
.faq__answer,
.aditional {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
.faq__answer,
.aditional {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 60px;
  margin: 20px 0 4px;
  line-height: 30px;
}
.faq__button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  gap: 8px;
}
.faq__icon {
  /* width: 31px;
  height: 30px;
  min-width: 31px;
  min-height: 30px;
  background-image: url("/local/templates/kognittera/../kognittera/assets/icons/faq.svg");
  background-size: contain;
  background-repeat: no-repeat; */
}
.faq__rotate {
  transform: rotate(180deg);
}

.aditional {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 60px;
  line-height: 30px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cure {
  margin-bottom: 64px;
}
.cure__title {
  margin-bottom: 22px;
}
.cure__inner {
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  gap: 46px;
}
.cure__text {
  margin: 25px auto;
}
.cure__img {
  left: 12px;
  position: relative;
}

.conditions-page {
  margin-bottom: 100px;
}

.doctor-list {
  margin-top: 44px;
  margin-bottom: 70px;
}
/* .city-choose {
  margin-left: 76px;
  margin-bottom: -40px;
}
.doctor {
  padding: 10px 37px;
} */

.no-border {
  border: none !important;
}
.no-border::after {
  content: none !important;
}

.container {
  max-width: 1215px;
  margin: 0 auto 70px;
  font-family: "SourceSansPro", sans-serif;
  font-size: 20px;
  line-height: 31px;
  color: #1d1d1d;
}
.article__title {
  margin: 60px 0 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
}
.article__subtitle {
  margin: 70px 0 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}
.article__subtitle--align {
  margin: 40px 0 50px;
}
sup {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #ff8623;
}
.article__img--main {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 50px;
}
.article__img {
  height: 300px;
  width: 300px;
  min-width: 300px;
  overflow: hidden;
  object-fit: contain;
}
.article__single-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__single-img img,
.article__single-img--adaptive img {
  width: 100%;
  pointer-events: none;
}
.article__single-img--adaptive {
  display: none;
  justify-content: center;
  align-items: center;
}
.article__download-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article__download-section button {
  border: 2px solid #ff8623;
  border-radius: 10px;
  width: 145px;
  height: 43px;
  cursor: pointer;
  background: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.article__download-section button:hover {
  background: #ff8926;
  color: #ffffff;
}

.paragraph-wrapper {
  max-width: 1100px;
  margin: 0 auto 0 0;
}
.paragraph-wrapper > * + * {
  margin-top: 30px;
}
.row {
  display: flex;
}
.al-center {
  align-items: center;
}
.al-end {
  align-items: flex-end;
}
.jc-sb {
  justify-content: space-between;
}
.mt-20 {
  margin-top: 20px;
}
.mt-0 {
  margin-top: 0;
}
.mt-17 {
  margin-top: -17px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px;
}
.article ul,
.small-list ul {
  max-width: 1100px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}
.article ul li + li,
.small-list ul li + li {
  margin-top: 20px;
}
.article ul li,
.small-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
}
.article ul li::before,
.small-list ul li::before {
  content: "";
  height: 25px;
  width: 25px;
  min-width: 25px;
  margin-top: 4px;
  box-sizing: border-box;
  padding: 2px;
  display: inline-block;
  border: 3px solid #ba83f4;
  border-radius: 50px;
  background-color: #60269e;
  outline: none;
  position: static;
}
.article ol {
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}
.article ol li {
  padding-left: 5px;
}
.article ol li + li {
  margin-top: 30px;
}
.prognosis__img {
  margin-left: 30px;
}
.prognosis__paragraph {
  max-width: 589px;
}

.go_back_btn {
  margin: 0;
}
.go_back_btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #ff8623;
  background-color: transparent;
  color: #000;
  padding: 10px 10px;
  border-radius: 10px;
  text-decoration: none;
}

.collapsable__item > details > summary::marker {
  content: none;
  display: none;
}
.collapsable__item > details > summary::-webkit-details-marker {
  content: none;
  display: none;
}
.collapsable__button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}
.collapsable__item > details > summary:after {
  width: 31px;
  height: 30px;
  min-width: 31px;
  min-height: 30px;
  background-image: url("/local/templates/kognittera/../kognittera/assets/icons/faq.svg");
  background-size: contain;
  background-repeat: no-repeat;

  content: "";
}
.collapsable__item > details[open] > summary:after {
  transform: rotateZ(180deg);
}
.collapsable__answer {
  margin-top: 30px;
}
details[open] summary ~ * {
  animation: sweep 0.35s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

/* media-styles */
@media (max-width: 1600px) {
  .btn-buy__wrapper {
    margin-right: 160px;
    z-index: 1;
  }
}
@media (max-width: 1300px) {
  .article__img--main {
    max-width: 1010px;
    margin: 0 auto 50px;
    display: block;
  }
  .paragraph-wrapper {
    max-width: 1010px;
    margin: 0 auto;
  }
  .article__subtitle {
    margin: 50px 0 30px;
  }
  .doctor-list {
    margin-top: 16px;
    margin-bottom: 38px;
  }
  /* .city-choose {
    margin-left: 0px;
    margin-bottom: -60px;
  } */
  .article__title {
    margin: 50px 0;
  }
  .btn--primary {
    padding: 15px 10px;
  }
  .btn-buy__wrapper {
    transform: translateX(15px) translateY(-74px);
  }
  .card__wrapper {
    gap: 12px 26px;
    margin-bottom: 43px;
  }
  /* .card {
    min-height: 304px;
    width: 300px;
  } */
  .treatment-approach__list {
    margin-left: 70px;
  }
  .treatment-approach {
    margin-bottom: 60px;
  }
  .specialists .card {
    width: 33%;
    min-width: 228px;
    height: fit-content;
  }
  .specialists .card__img {
    width: 100%;
    height: 232px;
  }
  .specialists .card__wrapper {
    gap: 12px 20px;
    flex-wrap: nowrap;
  }
  .card__content {
    margin: 16px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    min-height: 114px;
  }
  .title-source {
    margin: 0 0 30px 0;
  }
  .popup {
    padding: 50px 80px;
    max-width: 950px;
    height: 578px;
  }
  .popup-container {
    max-width: 760px;
  }
  .popup__title {
    font-size: 50px;
    margin: 30px 0;
  }
  .popup__subtitle {
    font-size: 40px;
  }
  .popup__description {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .popup__buttons {
    margin-bottom: 30px;
  }
  .popup__button {
    width: 222px;
  }
  .popup__info,
  .popup__info a {
    font-size: 14px;
  }

  .title--accent {
    font-size: 30px;
    line-height: 37px;
  }
  .title-large {
    font-size: 130px;
    line-height: 158px;
    margin-bottom: 32px;
    margin-top: 50px;
  }
  .conditions-page__title {
    margin: 50px 0 30px;
  }
  .conditions-page p {
    font-size: 16px;
    line-height: 30px;
  }
  .conditions-page a {
    font-size: 16px;
    line-height: 30px;
  }
  .conditions-page li {
    font-size: 16px;
    line-height: 30px;
  }
  .title-article {
    margin: 50px 0 30px;
  }
  .card__img {
    height: 232px;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .specialists__list {
    margin: 0 0 0 88px;
  }
  .treatment-approach__list a,
  .sources a,
  .paragraph-wrapper a {
    font-size: 14px;
    line-height: 25px;
  }
  .specialists__list li {
    font-size: 16px;
  }
  .specialists__list li + li {
    margin-top: 19px;
  }
  .specialists__list li::before {
    top: -1px;
    left: -15px;
  }
  .specialists__list br {
    display: none;
  }
  .conditions__list-item {
    font-size: 14px;
    line-height: 18px;
    width: 184px;
    height: 78px;
  }
  .conditions {
    top: -32px;
  }
  .conditions__title {
    margin-bottom: 19px;
  }
  .aditional {
    margin-bottom: 62px;
  }
  .about__img--together {
    width: 372px;
    top: 15px;
    right: 2px;
  }
  .about__title {
    margin: 48px 0 30px;
  }
  .about,
  .information,
  .faq {
    margin-bottom: 50px;
  }
  .conditions {
    margin-bottom: 32px;
  }
  .conditions-page {
    margin-bottom: 60px;
  }
  .cure {
    margin-bottom: 34px;
  }
  .faq__answer {
    font-size: 16px;
    line-height: 30px;
  }
  .conditions__btn {
    width: 130px;
    height: 43px;
  }
  .article__download-section button {
    width: 130px;
    height: 43px;
  }
  .conditions__select img {
    width: 120px;
    height: 120px;
  }
  .cure__img {
    height: 150px;
    width: 150px;
    margin: 46px 0 0 11px;
  }
  .information__title {
    margin-bottom: 30px;
  }
  .information__inner {
    padding: 50px 20px 0 65px;
  }
  .information__left-section {
    width: 50%;
    align-items: baseline;
  }
  .information__right-section {
    width: 50%;
  }
  .information__img {
    width: 100px;
    height: 100px;
    top: -4px;
    left: -73px;
    position: relative;
  }
  .information__img--first {
    top: 35px;
    left: 23px;
  }
  .information__list-section {
    gap: 25px;
  }
  .information__btn {
    top: -47px;
    left: -24px;
  }
  .information li,
  .treatment-approach li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 24px;
  }
  .about__text {
    margin-left: 78px;
  }
  .about__right {
    max-width: 340px;
  }
  .article ul li,
  .small-list ul li {
    gap: 25px;
  }
  .article ul li::before,
  .small-list ul li::before {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-top: 2px;
  }
  .small-list ul {
    font-size: 16px;
    line-height: 30px;
  }
  .article__img {
    width: 250px;
    height: 250px;
  }
  .conditions__list {
    padding: 0px 60px;
  }
  .faq__title {
    margin-bottom: 30px;
  }
  .cure__title {
    margin-bottom: 5px;
  }
  .cure__inner {
    gap: 35px;
  }
  .title__instruction {
    margin: 70px 0 30px;
  }
  article {
    padding-left: 60px;
    margin: 0 auto 60px auto;
  }
  article p {
    font-size: 16px;
    line-height: 30px;
  }
  .paragraph__wrapper > * + *,
  article > * + * {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .header__actions-right a,
  .footer__actions-right a,
  .footer__agreement a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .header__actions-button button,
  .footer__actions-button button {
    font-size: 16px;
    line-height: 20px;
    width: 108px;
    height: 40px;
  }
  .header__actions-button a,
  .footer__actions-button a {
    font-size: 16px;
    line-height: 20px;
    width: 108px;
    height: 40px;
  }
  .footer__agreement {
    margin: 8px auto 50px;
  }
  .header-section,
  .footer-section {
    padding: 0;
  }
  .header__actions,
  .footer__actions {
    padding: 8px 18px 8px 0;
  }
  .header__actions-left a,
  .footer__actions-left a {
    font-size: 18px;
    gap: 18px;
  }
  .header__actions-right,
  .footer__actions-right {
    width: 62%;
  }
  .specialists .card__img {
    height: 178px;
  }
  .card__img {
    height: 176px;
  }
  .card {
    min-height: 304px;
    width: 300px;
  }
  .footer__logo--geropharm {
    width: 108px;
    margin: 0 20px 0 0;
  }
  .footer__agreement a {
    margin-top: 16px;
  }
}
@media (max-width: 1120px) {
  .conditions__list {
    padding: 0;
  }
}
@media (max-width: 999px) {
  /* .city-choose-btn {
    margin-left: 8px;
    margin-bottom: 86px;
  } */
  .article__title {
    margin: 30px 0;
  }
  .doctor-header > div {
    font-size: 20px;
    line-height: 24px;
  }
  .doctor-list {
    margin-bottom: 0;
  }
  .title--accent {
    font-size: 25px;
    line-height: 30px;
  }
  .about__title {
    margin: 32px 0 20px;
  }
  .about__text {
    margin-left: 85px;
    gap: 10px;
  }
  .about__right {
    max-width: 218px;
    top: -39px;
    right: -9px;
    position: relative;
  }
  .about,
  .information,
  .faq {
    margin-bottom: 40px;
  }
  .conditions {
    position: static;
  }
  .conditions__title {
    margin-bottom: 18px;
  }
  .popup {
    padding: 50px 100px;
    max-width: 728px;
    height: 509px;
  }
  .popup-container {
    max-width: 576px;
  }
  .popup__title {
    font-size: 45px;
  }
  .popup__subtitle {
    font-size: 35px;
  }
  .popup__description {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .popup__buttons {
    gap: 62px;
    margin-bottom: 30px;
  }
  .popup__button {
    width: 170px;
    height: 58px;
    font-size: 14px;
    line-height: 18px;
  }

  p {
    font-size: 14px;
    line-height: 25px;
  }
  .doctor-list {
    margin-bottom: 50px;
  }
  .title-article {
    margin: 30px 0;
  }
  .conditions-page__title {
    margin: 30px 0 22px;
  }
  .conditions-page h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .conditions-page .paragraph-wrapper > * + * {
    font-size: 16px;
    line-height: 25px;
  }
  .title-large {
    font-size: 90px;
    line-height: 110px;
    margin-top: 32px;
    margin-bottom: 18px;
  }
  .specialists__list li {
    font-size: 18px;
    padding-left: 30px;
  }
  .specialists__list li::before {
    top: 3px;
    left: -23px;
  }
  .specialists__list li + li {
    margin-top: 21px;
  }
  .small-list li {
    padding-left: 20px;
  }
  .small-list li::before {
    height: 15px;
    width: 15px;
    min-width: 15px;
    left: -10px;
    top: 3px;
  }
  .title__instruction {
    margin: 46px 0 20px;
  }
  article {
    padding-left: 38px;
    margin: 0 auto 40px auto;
  }
  .specialists .card__img {
    height: 130px;
  }
  .card__content {
    margin: 17px 10px;
    height: 108px;
    flex: unset;
    min-height: unset;
  }
  .specialists .card__wrapper {
    margin-bottom: 0px;
  }
  .header__actions,
  .footer__actions {
    border: none;
  }
  .header__actions-left a,
  .footer__actions-left a {
    font-size: 18px;
    line-height: 22px;
  }
  .header__actions-right,
  .footer__actions-right {
    flex-basis: 100%;
    order: 1;
    margin-top: 7px !important;
  }
  .specialists__list {
    margin: 0 0 0 60px;
  }
  .about__img--together {
    display: none;
  }
  .about__img--together-medium {
    display: block;
    position: relative;
    top: 50px;
  }
  .about {
    align-items: center;
  }
  .conditions__btn {
    font-size: 12px;
    line-height: 15px;
    width: 132px;
    height: 35px;
  }
  .article__download-section button {
    font-size: 12px;
    line-height: 15px;
    width: 132px;
    height: 35px;
  }
  .information__list-section {
    gap: 50px;
    flex-wrap: wrap;
  }
  .information__img--mobile {
    display: block;
  }
  .information__img--dekstop {
    display: none;
  }
  .information__img {
    width: 200px;
    height: 200px;
    position: static;
  }
  .information__left-section {
    width: 58%;
    order: 1;
  }
  .information__list-section img {
    order: 3;
    position: relative;
    left: -75px;
    top: 14px;
  }
  .information__right-section {
    width: 58%;
    order: 4;
    left: -38px;
    position: relative;
  }
  .information__list-section img:last-child {
    order: 2;
    top: -8px;
    position: relative;
    left: -1px;
  }
  .information__btn {
    top: 0;
    left: 0;
    margin: 78px auto 64px;
  }
  .information li,
  .specialists li,
  .treatment-approach li {
    padding-left: 25px;
  }
  .conditions-page {
    margin-bottom: 22px;
  }
  .conditions-page li {
    font-size: 16px;
    line-height: 25px;
  }
  .conditions-page li + li {
    margin-top: 18px;
  }
  .conditions-page p {
    font-size: 16px;
    line-height: 25px;
  }
  .conditions-page a {
    font-size: 16px;
    line-height: 25px;
  }
  .header__actions-button {
    margin-left: auto;
    margin-right: -17px;
  }
  .conditions__select img {
    width: 102px;
    height: 102px;
  }
  .conditions__inner {
    gap: 30px;
  }
  .conditions__list-item {
    width: 176px;
    height: 78px;
  }
  .information__title {
    margin-bottom: 30px;
  }
  .faq__title {
    margin-bottom: 22px;
  }
  .faq__button {
    padding: 0;
  }
  .faq__answer {
    font-size: 14px;
    line-height: 25px;
    padding: 36px 52px;
  }
  .cure {
    margin-bottom: 0px;
  }
  .cure__inner {
    gap: 44px;
  }
  .cure__title {
    margin-bottom: 8px;
  }
  .cure__img {
    height: 155px;
    width: 155px;
    margin: 47px 0 0 -15px;
  }
  .article ul li {
    font-size: 14px;
    line-height: 25px;
  }
  .card__wrapper {
    gap: 12px 22px;
    margin-bottom: 46px;
    grid-template-columns: 1fr 1fr;
  }
  .header-section,
  .footer-section {
    padding: 0 20px;
  }
  .aditional {
    padding: 36px 53px;
  }
  .information__inner {
    padding: 63px 20px 0 104px;
  }
  .information li + li {
    margin-top: 25px;
  }
  .treatment-approach {
    margin-bottom: 26px;
  }
  sup {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  a.header__actions-button--adaptive,
  a.footer__actions-button--adaptive {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .doctor-list {
    margin-top: -16px;
    margin-bottom: 38px;
  }
  /* .city-choose-btn {
    margin-left: 1px;
    margin-bottom: 54px;
  } */
  .doctor {
    padding: 11px 10px;
  }
  .doctor-header > div {
    font-size: 14px;
    line-height: 17px;
  }
  .popup {
    padding: 26px 14px;
    max-width: 90vw;
    max-height: 446px;
    height: fit-content;
  }
  .popup-container {
    max-width: 576px;
  }
  .popup__title {
    font-size: 25px;
    margin: 20px 0;
  }
  .popup__subtitle {
    font-size: 20px;
  }
  .popup__description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .popup__buttons {
    gap: 10px;
    margin-bottom: 20px;
  }
  .popup__button {
    width: 142px;
    height: 55px;
    font-size: 12px;
    line-height: 15px;
  }
  .popup__info {
    font-size: 10px;
    padding: 0 20px;
  }
  .popup__info a {
    font-size: 10px;
  }
  .popup__mobile {
    display: inline;
  }
  .popup__dekstop {
    display: none;
  }

  .paragraph__wrapper > * + *,
  article > * + * {
    margin-top: 10px;
  }
  article {
    padding-left: 10px;
  }
  .btn-buy__wrapper {
    margin-right: 90px;
    transform: translateX(18px) translateY(-78px);
  }
  .btn--primary {
    min-width: 75px;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .specialists__list {
    margin: 0 0 0 10px;
  }
  .title__instruction,
  .conditions-page__title,
  .about__title,
  .title-article {
    margin: 50px 0 20px;
  }
  .about__img--adaptive {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 22px 0;
  }
  .about__img--adaptive img {
    width: 100px;
    height: 100px;
  }
  .about__inner {
    flex-direction: column;
  }
  .about__text {
    order: 1;
    margin: unset;
  }
  .about__left {
    min-width: 100%;
  }
  .header__actions-button,
  .footer__actions-button {
    display: none;
  }
  .header__actions-button--adaptive,
  .footer__actions-button--adaptive {
    display: block;
  }
  .header__actions,
  .footer__actions {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .header__actions-right,
  .footer__actions-right {
    display: none;
  }
  .title--accent {
    font-size: 25px;
    line-height: 30px;
  }
  .title-large {
    font-size: 40px !important;
    line-height: 49px !important;
    margin-bottom: 16px;
    margin-top: 0;
  }
  p,
  .treatment-approach__list a,
  .sources a,
  .paragraph-wrapper a {
    font-size: 14px;
    line-height: 25px;
  }
  .conditions__list {
    gap: 9.5px;
  }
  .conditions__list-item {
    font-size: 14px;
    line-height: 18px;
    width: 175px;
  }
  .conditions__inner {
    gap: 22px;
  }
  .conditions__list-item {
    width: 140px;
    height: 45px;
    font-size: 12px;
    line-height: 10px;
  }
  .conditions__btn-section {
    justify-content: space-between;
  }
  .conditions__btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    width: 100px;
    height: 35px;
    color: #000000;
  }
  .article__download-section button {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    width: 100px;
    height: 35px;
    color: #000000;
  }
  .conditions__select {
    flex-direction: column;
    gap: 10px;
  }
  .conditions__btn {
    order: 1;
  }
  .conditions__select img {
    width: 80px;
    height: 80px;
  }
  .faq__answer {
    padding: 36px 53px;
    font-size: 14px;
    line-height: 25px;
  }
  .aditional {
    padding: 36px 53px;
    margin-bottom: 40px;
  }
  .footer__agreement {
    margin: 12px auto 48px;
  }
  .about__img--together-medium {
    display: none;
  }
  .information__inner {
    padding: 60px 80px;
  }
  .information__img {
    width: 150px;
    height: 150px;
  }
  .information__btn {
    margin: 78px auto 0;
  }
  .information__right-section {
    left: 0;
  }
  .card__content {
    height: fit-content;
    margin: 15px;
  }
  li::before {
    height: 12.5px;
    width: 12.5px;
    min-width: 12.5px;
    left: 0px;
    padding: 0px;
    border: 2px solid #ba83f4;
    top: 2px;
  }
  .cure__img {
    display: none;
  }
  .specialists .card:nth-child(3) {
    display: none;
  }
  .card__wrapper {
    margin-bottom: 40px;
  }
  .specialists .card {
    width: 50%;
  }
  .specialists .card__wrapper {
    gap: 12px;
  }
  .footer__logo--geropharm {
    margin: 0 26px 0 10px;
  }
  .article__single-img {
    display: none;
  }
  .article__single-img--adaptive {
    display: flex;
  }
  .pharmacy-el {
    width: 47%;
  }
}
@media (max-width: 700px) {
  .row {
    flex-direction: column;
  }
  .al-end {
    align-items: center;
  }
  .prognosis__img,
  .article__img {
    margin: 0 auto;
  }
  .article ul li::before,
  .small-list ul li::before {
    height: 12.5px;
    width: 12.5px;
    min-width: 12.5px;
    left: 0px;
    padding: 0px;
    border: 2px solid #ba83f4;
    top: 2px;
    margin-top: 6px;
  }
  .article__img--main {
    margin-bottom: 26px;
  }
  .sources span {
    left: -18px;
    font-size: 14px;
    line-height: 25px;
  }
  .sources {
    padding: 0px 16px;
  }
  .treatment-approach__list span {
    left: -14px;
    font-size: 14px;
    line-height: 25px;
  }
  .article ul li,
  .small-list ul li {
    gap: 16px;
  }
}
@media (max-width: 678px) {
  .information__left-section {
    width: 100%;
  }
  .information__right-section {
    width: 100%;
  }
  .card__wrapper {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .information__inner {
    padding: 20px;
  }
  .information__img {
    width: 100px;
    height: 100px;
  }
  .information__btn {
    margin: 30px auto 0;
  }
}
@media (max-width: 500px) {
  .specialists .card {
    height: 216px;
    min-height: 216px;
    min-width: unset;
  }
  .specialists .card__img {
    height: 87px;
  }
}
@media (max-width: 400px) {
  .article__subtitle {
    margin: 30px 0;
  }
  .article__title {
    margin: 0 0 30px 0;
  }
  .article ul li,
  .small-list ul li {
    gap: 21px;
    font-size: 14px;
    line-height: 17px;
  }
  .title--accent {
    font-size: 21px;
    line-height: 26px;
  }
  .article ul li + li,
  .small-list ul li + li {
    margin-top: 10px;
  }
  p,
  .treatment-approach__list a,
  .sources a,
  .paragraph-wrapper a {
    font-size: 14px;
    line-height: 17px;
  }
  sup {
    font-size: 10px;
    line-height: 12px;
  }
  li + li {
    margin-top: 10px;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .faq__icon,
  .collapsable__button span {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
  }
  .faq__item {
    min-height: 58px;
    padding: 18px 0;
  }
  .faq__question {
    font-size: 14px;
    line-height: 18px;
  }
  .faq__button {
    padding: 0 0 0 9px;
  }
  .faq__answer {
    padding: 20px 24px;
    font-size: 14px;
    line-height: 17px;
  }
  .aditional {
    padding: 18px 24px;
    margin-bottom: 30px;
  }
  .footer__agreement {
    margin: -4px auto 22px;
  }
  .footer__agreement a {
    font-size: 10px;
    line-height: 13px;
  }
  .about,
  .conditions,
  .information {
    margin-bottom: 30px;
  }
  .faq {
    margin-bottom: 16px;
  }
  .information__left-section {
    width: 90%;
  }
  .information li + li {
    margin-top: 10px;
  }
  .information__list-section img {
    left: -4px;
    top: 0px;
  }
  .information__list-section img:last-child {
    top: 0px;
    left: -3px;
  }
  .information__right-section {
    right: 0;
    left: 0;
  }
  .information__list-section {
    gap: 20px;
  }
  .treatment-approach li,
  .conditions-page li {
    font-size: 12px;
    line-height: 15px;
  }
  .specialists li {
    font-size: 14px;
    line-height: 17px;
    padding-left: 38px;
  }
  .specialists__list li::before {
    top: 2px;
    left: 12px;
    height: 15px;
    width: 15px;
  }
  .specialists__list li + li {
    margin-top: 10px;
  }
  article {
    padding-left: 21px;
    margin: 0 auto 30px auto;
  }
  .title__instruction {
    margin: 31px 0 12px;
  }
  .information li {
    font-size: 14px;
    line-height: 17px;
    padding-left: 30px;
  }
  .information li::before {
    height: 13.5px;
    width: 13.5px;
    min-width: 13.5px;
    left: -4px;
    top: 3px;
  }
  .information__btn {
    font-size: 14px;
    line-height: 18px;
    width: 190px;
    height: 40px;
    margin: 20px auto 0;
  }
  .specialists .card__content {
    margin: 6px;
    padding: 0;
    min-height: 74px;
  }
  .specialists .card__text {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 13px;
  }
  .specialists .btn--outlined {
    font-size: 12px;
    line-height: 15px;
  }
  article p {
    font-size: 14px;
    line-height: 17px;
  }
  article > * + * {
    margin-top: 10px;
  }
  .about__img--adaptive {
    gap: 9px;
  }
  .about__text {
    gap: 10px;
  }
  .card__wrapper {
    gap: 12px;
    margin-bottom: 22px;
  }
  .card {
    width: 100%;
    min-width: unset;
  }
  .card__content {
    margin: 10px;
    padding: 0 10px;
    height: fit-content;
    min-height: unset;
    gap: 16px;
  }
  .card__text {
    margin-bottom: 0;
  }
  .card__img {
    height: 204px;
  }
  .title-article {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    margin: 0 0 16px 20px;
  }
  .title-source {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    margin: 0 0 19px 20px;
  }
  .treatment-approach__list {
    margin-left: 20px;
  }
  .treatment-approach__list span {
    left: -2px;
  }
  .treatment-approach__list p + p {
    margin-top: 15px;
  }
  .treatment-approach {
    padding: 0;
    margin-bottom: 29px;
  }
  .treatment-approach__list {
    padding: 0 20px;
  }
  .article {
    padding: 0 20px;
    margin-bottom: 16px;
  }
  .about__title {
    margin: 2px 0 -10px;
  }
  .header__actions-left a,
  .footer__actions-left a {
    font-size: 14px;
    line-height: 17px;
    gap: 8px;
  }
  .header__logo img,
  .footer__logo img {
    height: 50px;
    width: 50px;
  }
  .header__actions,
  .footer__actions {
    padding: 1px 0;
  }
  .header {
    margin-bottom: 0px;
  }
  .cure {
    margin-bottom: 5px;
  }
  .cure__title {
    margin-bottom: -11px;
  }
  .sources {
    padding: 0;
  }
  .sources span {
    position: static;
    line-height: 17px;
  }
  .conditions-page__title {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .conditions-page h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 16px 0 20px;
  }
  .conditions-page .paragraph-wrapper > * + * {
    font-size: 14px;
    line-height: 17px;
  }
  .conditions-page p {
    font-size: 14px;
    line-height: 17px;
  }
  .conditions-page a {
    font-size: 14px;
    line-height: 17px;
  }
  .conditions-page {
    margin-bottom: 30px;
  }
  .go_back_btn {
    margin-left: 20px;
  }
  .img--girl-with-cupcakes {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 0;
  }
  .diagnostics__img {
    margin-bottom: -20px;
  }
  .footer__logo--geropharm {
    margin: 0 8px 0 20px;
  }
  .pharmacy-el {
    width: 100%;
  }
}

/* menu start */
#menuToggle {
  display: block;
  position: absolute;
  top: 17px;
  right: 31px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle2 {
  display: block;
  position: relative;
  bottom: -15px;
  right: 8px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle2 input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  /* bottom: 100px;
  right: 0px; */
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span,
#menuToggle2 span {
  display: block;
  position: relative;
  background: #60269e;
  margin-bottom: 6px;
  height: 2px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:nth-last-child(0),
#menuToggle2 span:nth-last-child(0) {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2),
#menuToggle2 span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#bur1,
#bur4 {
  width: 26px;
}
#bur2,
#bur5 {
  width: 26px;
  opacity: 0.7;
}
#bur3,
#bur6 {
  width: 13px;
  opacity: 0.4;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(4px, -4px);
  background: #60269e;
}
#menuToggle2 input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-5px, 4px);
  background: #60269e;
}
#menuToggle input:checked ~ span:nth-last-child(3),
#menuToggle2 input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, 10px);
  background: #60269e;
  width: 26px;
}
#menuToggle2 input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -8px);
  background: #60269e;
  width: 26px;
}
#menu,
#menu2 {
  position: absolute;
  width: 100%;
  min-width: 256px;
  top: 0;
  right: 0;
  padding: 40px 30px 60px;
  background: rgba(255, 134, 35, 0.95);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: none;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}
#menu2 {
  top: unset;
  bottom: 0;
}
#menu li,
#menu2 li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
}
#menu li::before,
#menu2 li::before {
  content: none;
}
#menu a,
#menu2 a {
  text-decoration: none;
  margin: 0 auto;
}
#menu a::after,
#menu2 a::after {
  content: "";
  position: relative;
  display: flex;
  top: 10px;
  left: 0;
  right: 0;
  width: 57px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
#menu a::after:last-child,
#menu2 a::after:last-child {
  content: none;
}
#menuToggle input:checked,
#menuToggle input:checked ~ #bur1,
#menuToggle input:checked ~ #bur3 {
  position: fixed;
}
#menuToggle2 input:checked ~ #bur4 {
  position: fixed;
  bottom: 332px;
  right: 8px;
}
#menuToggle2 input:checked ~ #bur6 {
  position: fixed;
  bottom: 312px;
  right: 8px;
}
#menuToggle input:checked ~ #menu,
#menuToggle2 input:checked ~ #menu2 {
  position: fixed;
  display: flex;
}
#menuToggle input:checked ~ ul,
#menuToggle2 input:checked ~ ul {
  transform: none;
  opacity: 1;
}
#menuToggle input:checked ~ .header__background,
#menuToggle2 input:checked ~ .footer__background {
  display: flex;
}
#menuToggle2 input:checked {
  bottom: 316px;
  right: 8px;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .header__adaptive,
  .footer__adaptive {
    display: block;
  }
  #menu,
  #menu2 {
    transform: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
/* menu end */

.cookie-modal {
  display: none;
  position: fixed;
  padding: 16px 100px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 72px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.cookie-modal .body {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.cookie-modal .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #707070;
}
.cookie-modal .cookie-modal-ok {
  position: absolute;
  top: 16.5px;
  right: 52px;
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='16.1651' y1='16.164' x2='0.52179' y2='0.520731' stroke='%23ff8623' stroke-width='1.47486'/%3E%3Cline x1='0.521526' y1='16.1641' x2='16.1648' y2='0.520814' stroke='%23ff8623' stroke-width='1.47486'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  background: unset;
}
.cookie-modal .cookie-modal-ok:hover {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='16.1651' y1='16.164' x2='0.52179' y2='0.520731' stroke='%23ff7300' stroke-width='1.47486'/%3E%3Cline x1='0.521526' y1='16.1641' x2='16.1648' y2='0.520814' stroke='%23ff7300' stroke-width='1.47486'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 767px) {
  .cookie-modal {
    padding: 14px 38px;
  }
  .cookie-modal .body {
    flex-direction: column;
    gap: 16px;
  }
  .cookie-modal .text {
    font-size: 12px;
  }
  .cookie-modal .cookie-modal-ok {
    top: 6px;
    right: 12px;
    width: 12px;
  }
}
/* End */


/* Start:/local/templates/kognittera/template_styles.css?176131201149969*/
@import "/local/templates/kognittera/./base/index.css";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--SourceSansPro);
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  font-size: var(--fontSize20);
  color: #000;
  line-height: var(--lineHeight30);
  letter-spacing: var(--letterSpacingDefault);
  background: transparent;
}

body {
  scroll-behavior: smooth;
}

section {
  max-width: var(--containerSizeDekstop);
  margin: 0 auto;
  font-family: var(--SourceSansPro);
  font-size: 20px;
  line-height: 30px;
  color: #1d1d1d;
  padding: 0 20px;
}

body.fixed {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
  overflow: auto;
}
.popup {
  background: #fff;
  padding: 50px 100px 100px;
  max-width: 1070px;
  width: 100%;
  height: 730px;
  text-align: center;
  border-radius: 10px;
  margin: 10px auto;
}
.popup-container {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.popup__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #1d1d1d;
}
.popup__title {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  color: #60269e;
  margin: 22px 0;
}
.popup__description {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 60px;
}
.popup__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 92px;
  margin-bottom: 60px;
}
.popup__button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  width: 251px;
  height: 63px;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #ff8623;
}
.popup__button:hover {
  color: #ffffff;
  background: #ff8623;
}
.close-popup {
  color: #ffffff;
  background: #ff8623;
}
.close-popup:hover {
  color: #000000;
  background: #ffffff;
}
.popup__info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #575757;
}
.popup__info a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #575757;
}
.popup__mobile {
  display: none;
}
.popup__dekstop {
  display: inline;
}
.popup__info span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transition: border-color 0.25s ease-in-out;
}
.popup__info a:hover span {
  border-color: transparent;
}

.header {
  margin-bottom: 0;
  z-index: 10;
  position: relative;
}
.header__inner {
  min-height: 80px;
  width: 100%;
}
.header__logo img,
.footer__logo img {
  height: 60px;
  width: 60px;
}
.footer__logo--geropharm {
  width: 145px;
  margin-left: -50px;
}
.header__actions,
.footer__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #b5b5b5;
  padding: 8px 0;
}
.header__actions--active,
.footer__actions--active {
  color: #ff8623 !important;
}
.header__actions--availability,
.footer__actions--availability {
  width: 184px;
  height: 46px;
  border: 1px solid #ff8623;
  background: #ff8623;
  border-radius: 10px;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 23px !important;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
}
.header__actions--availability:hover,
.footer__actions--availability:hover {
  background: #ff5722;
  color: #fff !important;
}
.footer__actions {
  border-bottom: none;
  border-top: 2px solid #b5b5b5;
}
.header__actions-left,
.footer__actions-left {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.header__logo-btn,
.footer__logo-btn {
  font-family: var(--Montserrat);
  text-decoration: none;
  border: 1px solid #ff8623;
  background: #ff8623;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
}
.header__logo-btn:hover,
.footer__logo-btn:hover {
  background: #ff5722;
}
.header__actions-right,
.footer__actions-right {
  width: 63%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__actions-right a,
.footer__actions-right a,
.footer__agreement a {
  font-family: var(--SourceSansPro);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #707070;
  text-decoration: none;
  scroll-behavior: smooth;
  margin: 0 auto;
  word-break: break-word;
}
.footer__agreement a {
  margin-top: 22px;
}
.header__actions-right a:hover,
.footer__actions-right a:hover,
.footer__agreement a:hover {
  color: #ff8623;
}
.header__actions-button button,
.footer__actions-button button {
  width: 145px;
  height: 43px;
  background: #b5b5b5;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
}
.header__actions-button button:hover,
.footer__actions-button button:hover {
  background: #ff8623;
  color: #fff;
}
.header__actions-button a,
.footer__actions-button a {
  width: 145px;
  height: 43px;
  background: #b5b5b5;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header__actions-button a:hover,
.footer__actions-button a:hover {
  background: #ff8623;
  color: #fff;
}
.header__actions-button--adaptive,
.footer__actions-button--adaptive {
  width: 201px;
  height: 38px;
  background: #b5b5b5;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  display: none;
}
.footer__agreement {
  margin: 8px auto 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__adaptive,
.footer__adaptive {
  display: none;
}
.header__background,
.footer__background {
  display: none;
  background: rgba(108, 108, 108, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.where-to-buy {
  min-height: 60vh;
  height: fit-content;
  padding: 80px 20px;
}
.pharmacy {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pharmacy-el {
  width: 22%;
}
.pharmacy-button {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  position: relative;
  width: 100%;
  display: block;
  height: 80px;
}
.pharmacy-button:hover {
  background: #ff8623;
}
.pharmacy-button span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

article {
  max-width: 1080px;
  margin: 0 auto 100px auto;
  padding-left: 40px;
}

.title--accent {
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(90.05deg, #60269e 0.04%, #ff8623 111.24%);
}
.title-large {
  font-weight: 600;
  font-size: 196px;
  line-height: 218px;
  margin-bottom: 70px;
}

.paragraph-wrapper > * + *,
article > * + *,
li + li {
  margin-top: 20px;
}
.sources {
  padding: 0px 28px;
}
.sources p {
  position: relative;
}
.sources span {
  position: absolute;
  left: -30px;
}
.attribution {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}
h2,
a,
p {
  font-size: 20px;
  line-height: 30px;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h2 {
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: 400;
}

a {
  color: #ff8623;
  word-break: break-all;
}

h1 {
  font-family: var(--Montserrat);
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}

h2 {
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}

.paragraph__wrapper > * + *,
article > * + * {
  margin-top: 30px;
}

li + li {
  margin-top: 20px;
}

li {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
}

li::before {
  content: "";
  height: 25px;
  width: 25px;
  min-width: 25px;
  box-sizing: border-box;
  padding: 2px;
  display: inline-block;
  border: 3px solid #ba83f4;
  border-radius: 50px;
  background-color: #60269e;
  outline: none;
  position: absolute;
  top: 3px;
  left: -22px;
}

h3,
p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

h3 {
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
}

.title__instruction {
  margin: 96px 0 50px;
}
.title-article {
  margin: 60px 0 50px;
}

.italics {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.btn-buy__wrapper {
  position: sticky;
  height: 0;
  width: 0;
  right: 0;
  top: 90px;
  margin-left: auto;
  display: block;
  transform: translateX(15px) translateY(-40px);
  overflow: visible;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--SourceSansPro);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.btn--primary {
  min-width: 145px;
  padding: 20px 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  background-color: #ff8623;
}

.btn--outlined {
  min-height: 30px;
  min-width: 101px;
  padding: 0 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #ff8623;
  background-color: transparent;
  color: #000;
}

.btn--outlined:hover {
  background-color: #ff8623;
  color: #fff;
}

.card__wrapper {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 30px;
  margin-bottom: 98px;
  justify-items: center;
}

.specialists .card__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.card {
  position: relative;
  min-height: 386px;
  width: 382px;
  display: flex;
  flex-direction: column;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  cursor: pointer;
}

.specialists .card {
  width: 382px;
  min-width: 382px;
}

.card__img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.card__content {
  margin: 34px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: unset;
  flex: none;
  height: 114px;
  gap: 0;
}

.card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  margin-bottom: 16px;
}

.card__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0px 0px;
}

.about {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.about__title {
  margin: 60px 0 48px;
}
.about__left {
  width: 100%;
  max-width: 690px;
}
.about__right {
  width: 100%;
  max-width: 488px;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 104px;
}
.about__img--adaptive {
  display: none;
}
.about__img--together {
  display: block;
  position: relative;
  top: -6px;
  right: 28px;
}
.about__img--together-medium {
  display: none;
}
.about__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.conditions-page__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  margin: 58px 0 50px;
}
.conditions-page h3 {
  margin: 20px 0;
}
.conditions-page .paragraph-wrapper > * + * {
  margin-top: 12px;
}

.conditions {
  margin-bottom: -32px;
  position: relative;
  top: -94px;
}
.conditions__title {
  margin-bottom: 50px;
}
.conditions__inner {
  display: flex;
  flex-direction: column;
}
.conditions__btn-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.conditions__select {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.conditions__btn {
  border: 2px solid #ff8623;
  border-radius: 10px;
  width: 145px;
  height: 43px;
  cursor: pointer;
  background: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.conditions__btn--active,
.conditions__btn:hover {
  background: #ff8926;
  color: #ffffff;
}
.conditions__list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.conditions__list-item {
  border: 1px solid #ff8623;
  border-radius: 10px;
  transform: rotate(-1deg);
  width: 208px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  cursor: default;
}
.conditions__list-item:nth-child(odd) {
  transform: rotate(1deg);
}
.conditions__list-item--active {
  background: #eec9bd;
}

.treatment-approach {
  margin-bottom: 100px;
}
.treatment-approach li::before {
  content: none;
}
.title-source {
  margin: 0 0 49px 0;
}
.treatment-approach__list {
  position: relative;
  margin-left: 128px;
}
.treatment-approach__list p + p {
  margin-top: 32px;
}
.treatment-approach__list span {
  position: absolute;
  left: -24px;
}
.treatment-approach__list a {
  word-break: break-all;
}

.information {
  margin-bottom: 72px;
}
.information__title {
  margin-bottom: 50px;
}
.information__inner {
  background: linear-gradient(
    90deg,
    rgba(255, 134, 35, 0.26) 15.85%,
    rgba(96, 38, 158, 0.13) 123.73%
  );
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 50px 70px 0 124px;
}
.information__list-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 116px;
}
.information ul {
  max-width: unset;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.information li,
.treatment-approach li,
.conditions-page li {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  padding-left: 34px;
}
.specialists__list {
  max-width: 1010px;
  margin: 0 0 0 126px;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 36px;
  line-height: 47px;
}
.specialists__list li {
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  padding-left: 36px;
}
.specialists__list li::before {
  top: 10px;
}
.specialists__list br {
  display: block;
}
.small-list ul li + li {
  margin-top: 20px;
}
.small-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
}
.small-list ul li::before {
  content: "";
  height: 25px;
  width: 25px;
  min-width: 25px;
  margin-top: 4px;
  box-sizing: border-box;
  padding: 2px;
  display: inline-block;
  border: 3px solid #ba83f4;
  border-radius: 50px;
  background-color: #60269e;
  outline: none;
  position: static;
}
.conditions-page ul {
  margin: 0;
}
.conditions-page li {
  padding: 0;
}
.conditions-page li::before {
  content: none;
}
.information__left-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.information__right-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.information__img {
  width: 150px;
  height: 150px;
  top: 22px;
  position: relative;
  left: 4px;
}
.information__img--first {
  top: 26px;
  left: -41px;
}
.information__img--mobile {
  display: none;
}
.information__btn {
  width: 251px;
  height: 49px;
  background: #ff8623;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -80px;
  left: -30px;
}

.faq {
  margin-bottom: 48px;
}
.faq__title {
  margin-bottom: 50px;
}
.faq__inner {
  max-width: 1010px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid #868686;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__item > details {
  width: 100%;
}
.faq__item > details > summary::-webkit-details-marker {
  content: none;
  display: none;
}
.faq__item > details > summary::marker {
  content: none;
  display: none;
}
.faq__item > details > summary:after {
  width: 31px;
  height: 30px;
  min-width: 31px;
  min-height: 30px;
  background-image: url("/local/templates/kognittera/../kognittera/assets/icons/faq.svg");
  background-size: contain;
  background-repeat: no-repeat;

  content: "";
}
.faq__item > details[open] > summary:after {
  transform: rotateZ(180deg);
}
.faq__question,
.faq__answer,
.aditional {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
.faq__answer,
.aditional {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 60px;
  margin: 20px 0 4px;
  line-height: 30px;
}
.faq__button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  gap: 8px;
}
.faq__icon {
  /* width: 31px;
  height: 30px;
  min-width: 31px;
  min-height: 30px;
  background-image: url("/local/templates/kognittera/../kognittera/assets/icons/faq.svg");
  background-size: contain;
  background-repeat: no-repeat; */
}
.faq__rotate {
  transform: rotate(180deg);
}

.aditional {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 60px;
  line-height: 30px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cure {
  margin-bottom: 64px;
}
.cure__title {
  margin-bottom: 22px;
}
.cure__inner {
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  gap: 46px;
}
.cure__text {
  margin: 25px auto;
}
.cure__img {
  left: 12px;
  position: relative;
}

.conditions-page {
  margin-bottom: 100px;
}

.doctor-list {
  margin-top: 44px;
  margin-bottom: 70px;
}
/* .city-choose {
  margin-left: 76px;
  margin-bottom: -40px;
}
.doctor {
  padding: 10px 37px;
} */

.no-border {
  border: none !important;
}
.no-border::after {
  content: none !important;
}

.container {
  max-width: 1215px;
  margin: 0 auto 70px;
  font-family: "SourceSansPro", sans-serif;
  font-size: 20px;
  line-height: 31px;
  color: #1d1d1d;
}
.article__title {
  margin: 60px 0 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
}
.article__subtitle {
  margin: 70px 0 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}
.article__subtitle--align {
  margin: 40px 0 50px;
}
sup {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #ff8623;
}
.article__img--main {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 50px;
}
.article__img {
  height: 300px;
  width: 300px;
  min-width: 300px;
  overflow: hidden;
  object-fit: contain;
}
.article__single-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__single-img img,
.article__single-img--adaptive img {
  width: 100%;
  pointer-events: none;
}
.article__single-img--adaptive {
  display: none;
  justify-content: center;
  align-items: center;
}
.article__download-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article__download-section button {
  border: 2px solid #ff8623;
  border-radius: 10px;
  width: 145px;
  height: 43px;
  cursor: pointer;
  background: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.article__download-section button:hover {
  background: #ff8926;
  color: #ffffff;
}

.paragraph-wrapper {
  max-width: 1100px;
  margin: 0 auto 0 0;
}
.paragraph-wrapper > * + * {
  margin-top: 30px;
}
.row {
  display: flex;
}
.al-center {
  align-items: center;
}
.al-end {
  align-items: flex-end;
}
.jc-sb {
  justify-content: space-between;
}
.mt-20 {
  margin-top: 20px;
}
.mt-0 {
  margin-top: 0;
}
.mt-17 {
  margin-top: -17px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px;
}
.article ul,
.small-list ul {
  max-width: 1100px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}
.article ul li + li,
.small-list ul li + li {
  margin-top: 20px;
}
.article ul li,
.small-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
}
.article ul li::before,
.small-list ul li::before {
  content: "";
  height: 25px;
  width: 25px;
  min-width: 25px;
  margin-top: 4px;
  box-sizing: border-box;
  padding: 2px;
  display: inline-block;
  border: 3px solid #ba83f4;
  border-radius: 50px;
  background-color: #60269e;
  outline: none;
  position: static;
}
.article ol {
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}
.article ol li {
  padding-left: 5px;
}
.article ol li + li {
  margin-top: 30px;
}
.prognosis__img {
  margin-left: 30px;
}
.prognosis__paragraph {
  max-width: 589px;
}

.go_back_btn {
  margin: 0;
}
.go_back_btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #ff8623;
  background-color: transparent;
  color: #000;
  padding: 10px 10px;
  border-radius: 10px;
  text-decoration: none;
}

.collapsable__item > details > summary::marker {
  content: none;
  display: none;
}
.collapsable__item > details > summary::-webkit-details-marker {
  content: none;
  display: none;
}
.collapsable__button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}
.collapsable__item > details > summary:after {
  width: 31px;
  height: 30px;
  min-width: 31px;
  min-height: 30px;
  background-image: url("/local/templates/kognittera/../kognittera/assets/icons/faq.svg");
  background-size: contain;
  background-repeat: no-repeat;

  content: "";
}
.collapsable__item > details[open] > summary:after {
  transform: rotateZ(180deg);
}
.collapsable__answer {
  margin-top: 30px;
}
details[open] summary ~ * {
  animation: sweep 0.35s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

/* media-styles */
@media (max-width: 1600px) {
  .btn-buy__wrapper {
    margin-right: 160px;
    z-index: 1;
  }
}
@media (max-width: 1300px) {
  .article__img--main {
    max-width: 1010px;
    margin: 0 auto 50px;
    display: block;
  }
  .paragraph-wrapper {
    max-width: 1010px;
    margin: 0 auto;
  }
  .article__subtitle {
    margin: 50px 0 30px;
  }
  .doctor-list {
    margin-top: 16px;
    margin-bottom: 38px;
  }
  /* .city-choose {
    margin-left: 0px;
    margin-bottom: -60px;
  } */
  .article__title {
    margin: 50px 0;
  }
  .btn--primary {
    padding: 15px 10px;
  }
  .btn-buy__wrapper {
    transform: translateX(15px) translateY(-74px);
  }
  .card__wrapper {
    gap: 12px 26px;
    margin-bottom: 43px;
  }
  /* .card {
    min-height: 304px;
    width: 300px;
  } */
  .treatment-approach__list {
    margin-left: 70px;
  }
  .treatment-approach {
    margin-bottom: 60px;
  }
  .specialists .card {
    width: 33%;
    min-width: 228px;
    height: fit-content;
  }
  .specialists .card__img {
    width: 100%;
    height: 232px;
  }
  .specialists .card__wrapper {
    gap: 12px 20px;
    flex-wrap: nowrap;
  }
  .card__content {
    margin: 16px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    min-height: 114px;
  }
  .title-source {
    margin: 0 0 30px 0;
  }
  .popup {
    padding: 50px 80px;
    max-width: 950px;
    height: 578px;
  }
  .popup-container {
    max-width: 760px;
  }
  .popup__title {
    font-size: 50px;
    margin: 30px 0;
  }
  .popup__subtitle {
    font-size: 40px;
  }
  .popup__description {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .popup__buttons {
    margin-bottom: 30px;
  }
  .popup__button {
    width: 222px;
  }
  .popup__info,
  .popup__info a {
    font-size: 14px;
  }

  .title--accent {
    font-size: 30px;
    line-height: 37px;
  }
  .title-large {
    font-size: 130px;
    line-height: 158px;
    margin-bottom: 32px;
    margin-top: 50px;
  }
  .conditions-page__title {
    margin: 50px 0 30px;
  }
  .conditions-page p {
    font-size: 16px;
    line-height: 30px;
  }
  .conditions-page a {
    font-size: 16px;
    line-height: 30px;
  }
  .conditions-page li {
    font-size: 16px;
    line-height: 30px;
  }
  .title-article {
    margin: 50px 0 30px;
  }
  .card__img {
    height: 232px;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .specialists__list {
    margin: 0 0 0 88px;
  }
  .treatment-approach__list a,
  .sources a,
  .paragraph-wrapper a {
    font-size: 14px;
    line-height: 25px;
  }
  .specialists__list li {
    font-size: 16px;
  }
  .specialists__list li + li {
    margin-top: 19px;
  }
  .specialists__list li::before {
    top: -1px;
    left: -15px;
  }
  .specialists__list br {
    display: none;
  }
  .conditions__list-item {
    font-size: 14px;
    line-height: 18px;
    width: 184px;
    height: 78px;
  }
  .conditions {
    top: -32px;
  }
  .conditions__title {
    margin-bottom: 19px;
  }
  .aditional {
    margin-bottom: 62px;
  }
  .about__img--together {
    width: 372px;
    top: 15px;
    right: 2px;
  }
  .about__title {
    margin: 48px 0 30px;
  }
  .about,
  .information,
  .faq {
    margin-bottom: 50px;
  }
  .conditions {
    margin-bottom: 32px;
  }
  .conditions-page {
    margin-bottom: 60px;
  }
  .cure {
    margin-bottom: 34px;
  }
  .faq__answer {
    font-size: 16px;
    line-height: 30px;
  }
  .conditions__btn {
    width: 130px;
    height: 43px;
  }
  .article__download-section button {
    width: 130px;
    height: 43px;
  }
  .conditions__select img {
    width: 120px;
    height: 120px;
  }
  .cure__img {
    height: 150px;
    width: 150px;
    margin: 46px 0 0 11px;
  }
  .information__title {
    margin-bottom: 30px;
  }
  .information__inner {
    padding: 50px 20px 0 65px;
  }
  .information__left-section {
    width: 50%;
    align-items: baseline;
  }
  .information__right-section {
    width: 50%;
  }
  .information__img {
    width: 100px;
    height: 100px;
    top: -4px;
    left: -73px;
    position: relative;
  }
  .information__img--first {
    top: 35px;
    left: 23px;
  }
  .information__list-section {
    gap: 25px;
  }
  .information__btn {
    top: -47px;
    left: -24px;
  }
  .information li,
  .treatment-approach li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 24px;
  }
  .about__text {
    margin-left: 78px;
  }
  .about__right {
    max-width: 340px;
  }
  .article ul li,
  .small-list ul li {
    gap: 25px;
  }
  .article ul li::before,
  .small-list ul li::before {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-top: 2px;
  }
  .small-list ul {
    font-size: 16px;
    line-height: 30px;
  }
  .article__img {
    width: 250px;
    height: 250px;
  }
  .conditions__list {
    padding: 0px 60px;
  }
  .faq__title {
    margin-bottom: 30px;
  }
  .cure__title {
    margin-bottom: 5px;
  }
  .cure__inner {
    gap: 35px;
  }
  .title__instruction {
    margin: 70px 0 30px;
  }
  article {
    padding-left: 60px;
    margin: 0 auto 60px auto;
  }
  article p {
    font-size: 16px;
    line-height: 30px;
  }
  .paragraph__wrapper > * + *,
  article > * + * {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .header__actions-right a,
  .footer__actions-right a,
  .footer__agreement a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .header__actions-button button,
  .footer__actions-button button {
    font-size: 16px;
    line-height: 20px;
    width: 108px;
    height: 40px;
  }
  .header__actions-button a,
  .footer__actions-button a {
    font-size: 16px;
    line-height: 20px;
    width: 108px;
    height: 40px;
  }
  .footer__agreement {
    margin: 8px auto 50px;
  }
  .header-section,
  .footer-section {
    padding: 0;
  }
  .header__actions,
  .footer__actions {
    padding: 8px 18px 8px 0;
  }
  .header__actions-left a,
  .footer__actions-left a {
    font-size: 18px;
    gap: 18px;
  }
  .header__actions-right,
  .footer__actions-right {
    width: 62%;
  }
  .specialists .card__img {
    height: 178px;
  }
  .card__img {
    height: 176px;
  }
  .card {
    min-height: 304px;
    width: 300px;
  }
  .footer__logo--geropharm {
    width: 108px;
    margin: 0 20px 0 0;
  }
  .footer__agreement a {
    margin-top: 16px;
  }
}
@media (max-width: 1120px) {
  .conditions__list {
    padding: 0;
  }
}
@media (max-width: 999px) {
  /* .city-choose-btn {
    margin-left: 8px;
    margin-bottom: 86px;
  } */
  .article__title {
    margin: 30px 0;
  }
  .doctor-header > div {
    font-size: 20px;
    line-height: 24px;
  }
  .doctor-list {
    margin-bottom: 0;
  }
  .title--accent {
    font-size: 25px;
    line-height: 30px;
  }
  .about__title {
    margin: 32px 0 20px;
  }
  .about__text {
    margin-left: 85px;
    gap: 10px;
  }
  .about__right {
    max-width: 218px;
    top: -39px;
    right: -9px;
    position: relative;
  }
  .about,
  .information,
  .faq {
    margin-bottom: 40px;
  }
  .conditions {
    position: static;
  }
  .conditions__title {
    margin-bottom: 18px;
  }
  .popup {
    padding: 50px 100px;
    max-width: 728px;
    height: 509px;
  }
  .popup-container {
    max-width: 576px;
  }
  .popup__title {
    font-size: 45px;
  }
  .popup__subtitle {
    font-size: 35px;
  }
  .popup__description {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .popup__buttons {
    gap: 62px;
    margin-bottom: 30px;
  }
  .popup__button {
    width: 170px;
    height: 58px;
    font-size: 14px;
    line-height: 18px;
  }

  p {
    font-size: 14px;
    line-height: 25px;
  }
  .doctor-list {
    margin-bottom: 50px;
  }
  .title-article {
    margin: 30px 0;
  }
  .conditions-page__title {
    margin: 30px 0 22px;
  }
  .conditions-page h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .conditions-page .paragraph-wrapper > * + * {
    font-size: 16px;
    line-height: 25px;
  }
  .title-large {
    font-size: 90px;
    line-height: 110px;
    margin-top: 32px;
    margin-bottom: 18px;
  }
  .specialists__list li {
    font-size: 18px;
    padding-left: 30px;
  }
  .specialists__list li::before {
    top: 3px;
    left: -23px;
  }
  .specialists__list li + li {
    margin-top: 21px;
  }
  .small-list li {
    padding-left: 20px;
  }
  .small-list li::before {
    height: 15px;
    width: 15px;
    min-width: 15px;
    left: -10px;
    top: 3px;
  }
  .title__instruction {
    margin: 46px 0 20px;
  }
  article {
    padding-left: 38px;
    margin: 0 auto 40px auto;
  }
  .specialists .card__img {
    height: 130px;
  }
  .card__content {
    margin: 17px 10px;
    height: 108px;
    flex: unset;
    min-height: unset;
  }
  .specialists .card__wrapper {
    margin-bottom: 0px;
  }
  .header__actions,
  .footer__actions {
    border: none;
  }
  .header__actions-left a,
  .footer__actions-left a {
    font-size: 18px;
    line-height: 22px;
  }
  .header__actions-right,
  .footer__actions-right {
    flex-basis: 100%;
    order: 1;
    margin-top: 7px !important;
  }
  .specialists__list {
    margin: 0 0 0 60px;
  }
  .about__img--together {
    display: none;
  }
  .about__img--together-medium {
    display: block;
    position: relative;
    top: 50px;
  }
  .about {
    align-items: center;
  }
  .conditions__btn {
    font-size: 12px;
    line-height: 15px;
    width: 132px;
    height: 35px;
  }
  .article__download-section button {
    font-size: 12px;
    line-height: 15px;
    width: 132px;
    height: 35px;
  }
  .information__list-section {
    gap: 50px;
    flex-wrap: wrap;
  }
  .information__img--mobile {
    display: block;
  }
  .information__img--dekstop {
    display: none;
  }
  .information__img {
    width: 200px;
    height: 200px;
    position: static;
  }
  .information__left-section {
    width: 58%;
    order: 1;
  }
  .information__list-section img {
    order: 3;
    position: relative;
    left: -75px;
    top: 14px;
  }
  .information__right-section {
    width: 58%;
    order: 4;
    left: -38px;
    position: relative;
  }
  .information__list-section img:last-child {
    order: 2;
    top: -8px;
    position: relative;
    left: -1px;
  }
  .information__btn {
    top: 0;
    left: 0;
    margin: 78px auto 64px;
  }
  .information li,
  .specialists li,
  .treatment-approach li {
    padding-left: 25px;
  }
  .conditions-page {
    margin-bottom: 22px;
  }
  .conditions-page li {
    font-size: 16px;
    line-height: 25px;
  }
  .conditions-page li + li {
    margin-top: 18px;
  }
  .conditions-page p {
    font-size: 16px;
    line-height: 25px;
  }
  .conditions-page a {
    font-size: 16px;
    line-height: 25px;
  }
  .header__actions-button {
    margin-left: auto;
    margin-right: -17px;
  }
  .conditions__select img {
    width: 102px;
    height: 102px;
  }
  .conditions__inner {
    gap: 30px;
  }
  .conditions__list-item {
    width: 176px;
    height: 78px;
  }
  .information__title {
    margin-bottom: 30px;
  }
  .faq__title {
    margin-bottom: 22px;
  }
  .faq__button {
    padding: 0;
  }
  .faq__answer {
    font-size: 14px;
    line-height: 25px;
    padding: 36px 52px;
  }
  .cure {
    margin-bottom: 0px;
  }
  .cure__inner {
    gap: 44px;
  }
  .cure__title {
    margin-bottom: 8px;
  }
  .cure__img {
    height: 155px;
    width: 155px;
    margin: 47px 0 0 -15px;
  }
  .article ul li {
    font-size: 14px;
    line-height: 25px;
  }
  .card__wrapper {
    gap: 12px 22px;
    margin-bottom: 46px;
    grid-template-columns: 1fr 1fr;
  }
  .header-section,
  .footer-section {
    padding: 0 20px;
  }
  .aditional {
    padding: 36px 53px;
  }
  .information__inner {
    padding: 63px 20px 0 104px;
  }
  .information li + li {
    margin-top: 25px;
  }
  .treatment-approach {
    margin-bottom: 26px;
  }
  sup {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  a.header__actions-button--adaptive,
  a.footer__actions-button--adaptive {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .doctor-list {
    margin-top: -16px;
    margin-bottom: 38px;
  }
  /* .city-choose-btn {
    margin-left: 1px;
    margin-bottom: 54px;
  } */
  .doctor {
    padding: 11px 10px;
  }
  .doctor-header > div {
    font-size: 14px;
    line-height: 17px;
  }
  .popup {
    padding: 26px 14px;
    max-width: 90vw;
    max-height: 446px;
    height: fit-content;
  }
  .popup-container {
    max-width: 576px;
  }
  .popup__title {
    font-size: 25px;
    margin: 20px 0;
  }
  .popup__subtitle {
    font-size: 20px;
  }
  .popup__description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .popup__buttons {
    gap: 10px;
    margin-bottom: 20px;
  }
  .popup__button {
    width: 142px;
    height: 55px;
    font-size: 12px;
    line-height: 15px;
  }
  .popup__info {
    font-size: 10px;
    padding: 0 20px;
  }
  .popup__info a {
    font-size: 10px;
  }
  .popup__mobile {
    display: inline;
  }
  .popup__dekstop {
    display: none;
  }

  .paragraph__wrapper > * + *,
  article > * + * {
    margin-top: 10px;
  }
  article {
    padding-left: 10px;
  }
  .btn-buy__wrapper {
    margin-right: 90px;
    transform: translateX(18px) translateY(-78px);
  }
  .btn--primary {
    min-width: 75px;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .specialists__list {
    margin: 0 0 0 10px;
  }
  .title__instruction,
  .conditions-page__title,
  .about__title,
  .title-article {
    margin: 50px 0 20px;
  }
  .about__img--adaptive {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 22px 0;
  }
  .about__img--adaptive img {
    width: 100px;
    height: 100px;
  }
  .about__inner {
    flex-direction: column;
  }
  .about__text {
    order: 1;
    margin: unset;
  }
  .about__left {
    min-width: 100%;
  }
  .header__actions-button,
  .footer__actions-button {
    display: none;
  }
  .header__actions-button--adaptive,
  .footer__actions-button--adaptive {
    display: block;
  }
  .header__actions,
  .footer__actions {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .header__actions-right,
  .footer__actions-right {
    display: none;
  }
  .title--accent {
    font-size: 25px;
    line-height: 30px;
  }
  .title-large {
    font-size: 40px !important;
    line-height: 49px !important;
    margin-bottom: 16px;
    margin-top: 0;
  }
  p,
  .treatment-approach__list a,
  .sources a,
  .paragraph-wrapper a {
    font-size: 14px;
    line-height: 25px;
  }
  .conditions__list {
    gap: 9.5px;
  }
  .conditions__list-item {
    font-size: 14px;
    line-height: 18px;
    width: 175px;
  }
  .conditions__inner {
    gap: 22px;
  }
  .conditions__list-item {
    width: 140px;
    height: 45px;
    font-size: 12px;
    line-height: 10px;
  }
  .conditions__btn-section {
    justify-content: space-between;
  }
  .conditions__btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    width: 100px;
    height: 35px;
    color: #000000;
  }
  .article__download-section button {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    width: 100px;
    height: 35px;
    color: #000000;
  }
  .conditions__select {
    flex-direction: column;
    gap: 10px;
  }
  .conditions__btn {
    order: 1;
  }
  .conditions__select img {
    width: 80px;
    height: 80px;
  }
  .faq__answer {
    padding: 36px 53px;
    font-size: 14px;
    line-height: 25px;
  }
  .aditional {
    padding: 36px 53px;
    margin-bottom: 40px;
  }
  .footer__agreement {
    margin: 12px auto 48px;
  }
  .about__img--together-medium {
    display: none;
  }
  .information__inner {
    padding: 60px 80px;
  }
  .information__img {
    width: 150px;
    height: 150px;
  }
  .information__btn {
    margin: 78px auto 0;
  }
  .information__right-section {
    left: 0;
  }
  .card__content {
    height: fit-content;
    margin: 15px;
  }
  li::before {
    height: 12.5px;
    width: 12.5px;
    min-width: 12.5px;
    left: 0px;
    padding: 0px;
    border: 2px solid #ba83f4;
    top: 2px;
  }
  .cure__img {
    display: none;
  }
  .specialists .card:nth-child(3) {
    display: none;
  }
  .card__wrapper {
    margin-bottom: 40px;
  }
  .specialists .card {
    width: 50%;
  }
  .specialists .card__wrapper {
    gap: 12px;
  }
  .footer__logo--geropharm {
    margin: 0 26px 0 10px;
  }
  .article__single-img {
    display: none;
  }
  .article__single-img--adaptive {
    display: flex;
  }
  .pharmacy-el {
    width: 47%;
  }
}
@media (max-width: 700px) {
  .row {
    flex-direction: column;
  }
  .al-end {
    align-items: center;
  }
  .prognosis__img,
  .article__img {
    margin: 0 auto;
  }
  .article ul li::before,
  .small-list ul li::before {
    height: 12.5px;
    width: 12.5px;
    min-width: 12.5px;
    left: 0px;
    padding: 0px;
    border: 2px solid #ba83f4;
    top: 2px;
    margin-top: 6px;
  }
  .article__img--main {
    margin-bottom: 26px;
  }
  .sources span {
    left: -18px;
    font-size: 14px;
    line-height: 25px;
  }
  .sources {
    padding: 0px 16px;
  }
  .treatment-approach__list span {
    left: -14px;
    font-size: 14px;
    line-height: 25px;
  }
  .article ul li,
  .small-list ul li {
    gap: 16px;
  }
}
@media (max-width: 678px) {
  .information__left-section {
    width: 100%;
  }
  .information__right-section {
    width: 100%;
  }
  .card__wrapper {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .information__inner {
    padding: 20px;
  }
  .information__img {
    width: 100px;
    height: 100px;
  }
  .information__btn {
    margin: 30px auto 0;
  }
}
@media (max-width: 500px) {
  .specialists .card {
    height: 216px;
    min-height: 216px;
    min-width: unset;
  }
  .specialists .card__img {
    height: 87px;
  }
}
@media (max-width: 400px) {
  .article__subtitle {
    margin: 30px 0;
  }
  .article__title {
    margin: 0 0 30px 0;
  }
  .article ul li,
  .small-list ul li {
    gap: 21px;
    font-size: 14px;
    line-height: 17px;
  }
  .title--accent {
    font-size: 21px;
    line-height: 26px;
  }
  .article ul li + li,
  .small-list ul li + li {
    margin-top: 10px;
  }
  p,
  .treatment-approach__list a,
  .sources a,
  .paragraph-wrapper a {
    font-size: 14px;
    line-height: 17px;
  }
  sup {
    font-size: 10px;
    line-height: 12px;
  }
  li + li {
    margin-top: 10px;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .faq__icon,
  .collapsable__button span {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
  }
  .faq__item {
    min-height: 58px;
    padding: 18px 0;
  }
  .faq__question {
    font-size: 14px;
    line-height: 18px;
  }
  .faq__button {
    padding: 0 0 0 9px;
  }
  .faq__answer {
    padding: 20px 24px;
    font-size: 14px;
    line-height: 17px;
  }
  .aditional {
    padding: 18px 24px;
    margin-bottom: 30px;
  }
  .footer__agreement {
    margin: -4px auto 22px;
  }
  .footer__agreement a {
    font-size: 10px;
    line-height: 13px;
  }
  .about,
  .conditions,
  .information {
    margin-bottom: 30px;
  }
  .faq {
    margin-bottom: 16px;
  }
  .information__left-section {
    width: 90%;
  }
  .information li + li {
    margin-top: 10px;
  }
  .information__list-section img {
    left: -4px;
    top: 0px;
  }
  .information__list-section img:last-child {
    top: 0px;
    left: -3px;
  }
  .information__right-section {
    right: 0;
    left: 0;
  }
  .information__list-section {
    gap: 20px;
  }
  .treatment-approach li,
  .conditions-page li {
    font-size: 12px;
    line-height: 15px;
  }
  .specialists li {
    font-size: 14px;
    line-height: 17px;
    padding-left: 38px;
  }
  .specialists__list li::before {
    top: 2px;
    left: 12px;
    height: 15px;
    width: 15px;
  }
  .specialists__list li + li {
    margin-top: 10px;
  }
  article {
    padding-left: 21px;
    margin: 0 auto 30px auto;
  }
  .title__instruction {
    margin: 31px 0 12px;
  }
  .information li {
    font-size: 14px;
    line-height: 17px;
    padding-left: 30px;
  }
  .information li::before {
    height: 13.5px;
    width: 13.5px;
    min-width: 13.5px;
    left: -4px;
    top: 3px;
  }
  .information__btn {
    font-size: 14px;
    line-height: 18px;
    width: 190px;
    height: 40px;
    margin: 20px auto 0;
  }
  .specialists .card__content {
    margin: 6px;
    padding: 0;
    min-height: 74px;
  }
  .specialists .card__text {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 13px;
  }
  .specialists .btn--outlined {
    font-size: 12px;
    line-height: 15px;
  }
  article p {
    font-size: 14px;
    line-height: 17px;
  }
  article > * + * {
    margin-top: 10px;
  }
  .about__img--adaptive {
    gap: 9px;
  }
  .about__text {
    gap: 10px;
  }
  .card__wrapper {
    gap: 12px;
    margin-bottom: 22px;
  }
  .card {
    width: 100%;
    min-width: unset;
  }
  .card__content {
    margin: 10px;
    padding: 0 10px;
    height: fit-content;
    min-height: unset;
    gap: 16px;
  }
  .card__text {
    margin-bottom: 0;
  }
  .card__img {
    height: 204px;
  }
  .title-article {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    margin: 0 0 16px 20px;
  }
  .title-source {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    margin: 0 0 19px 20px;
  }
  .treatment-approach__list {
    margin-left: 20px;
  }
  .treatment-approach__list span {
    left: -2px;
  }
  .treatment-approach__list p + p {
    margin-top: 15px;
  }
  .treatment-approach {
    padding: 0;
    margin-bottom: 29px;
  }
  .treatment-approach__list {
    padding: 0 20px;
  }
  .article {
    padding: 0 20px;
    margin-bottom: 16px;
  }
  .about__title {
    margin: 2px 0 -10px;
  }
  .header__actions-left a,
  .footer__actions-left a {
    font-size: 14px;
    line-height: 17px;
    gap: 8px;
  }
  .header__logo img,
  .footer__logo img {
    height: 50px;
    width: 50px;
  }
  .header__actions,
  .footer__actions {
    padding: 1px 0;
  }
  .header {
    margin-bottom: 0px;
  }
  .cure {
    margin-bottom: 5px;
  }
  .cure__title {
    margin-bottom: -11px;
  }
  .sources {
    padding: 0;
  }
  .sources span {
    position: static;
    line-height: 17px;
  }
  .conditions-page__title {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .conditions-page h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 16px 0 20px;
  }
  .conditions-page .paragraph-wrapper > * + * {
    font-size: 14px;
    line-height: 17px;
  }
  .conditions-page p {
    font-size: 14px;
    line-height: 17px;
  }
  .conditions-page a {
    font-size: 14px;
    line-height: 17px;
  }
  .conditions-page {
    margin-bottom: 30px;
  }
  .go_back_btn {
    margin-left: 20px;
  }
  .img--girl-with-cupcakes {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 0;
  }
  .diagnostics__img {
    margin-bottom: -20px;
  }
  .footer__logo--geropharm {
    margin: 0 8px 0 20px;
  }
  .pharmacy-el {
    width: 100%;
  }
}

/* menu start */
#menuToggle {
  display: block;
  position: absolute;
  top: 17px;
  right: 31px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle2 {
  display: block;
  position: relative;
  bottom: -15px;
  right: 8px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle2 input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  /* bottom: 100px;
  right: 0px; */
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span,
#menuToggle2 span {
  display: block;
  position: relative;
  background: #60269e;
  margin-bottom: 6px;
  height: 2px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:nth-last-child(0),
#menuToggle2 span:nth-last-child(0) {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2),
#menuToggle2 span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#bur1,
#bur4 {
  width: 26px;
}
#bur2,
#bur5 {
  width: 26px;
  opacity: 0.7;
}
#bur3,
#bur6 {
  width: 13px;
  opacity: 0.4;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(4px, -4px);
  background: #60269e;
}
#menuToggle2 input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-5px, 4px);
  background: #60269e;
}
#menuToggle input:checked ~ span:nth-last-child(3),
#menuToggle2 input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, 10px);
  background: #60269e;
  width: 26px;
}
#menuToggle2 input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -8px);
  background: #60269e;
  width: 26px;
}
#menu,
#menu2 {
  position: absolute;
  width: 100%;
  min-width: 256px;
  top: 0;
  right: 0;
  padding: 40px 30px 60px;
  background: rgba(255, 134, 35, 0.95);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: none;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}
#menu2 {
  top: unset;
  bottom: 0;
}
#menu li,
#menu2 li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
}
#menu li::before,
#menu2 li::before {
  content: none;
}
#menu a,
#menu2 a {
  text-decoration: none;
  margin: 0 auto;
}
#menu a::after,
#menu2 a::after {
  content: "";
  position: relative;
  display: flex;
  top: 10px;
  left: 0;
  right: 0;
  width: 57px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
#menu a::after:last-child,
#menu2 a::after:last-child {
  content: none;
}
#menuToggle input:checked,
#menuToggle input:checked ~ #bur1,
#menuToggle input:checked ~ #bur3 {
  position: fixed;
}
#menuToggle2 input:checked ~ #bur4 {
  position: fixed;
  bottom: 332px;
  right: 8px;
}
#menuToggle2 input:checked ~ #bur6 {
  position: fixed;
  bottom: 312px;
  right: 8px;
}
#menuToggle input:checked ~ #menu,
#menuToggle2 input:checked ~ #menu2 {
  position: fixed;
  display: flex;
}
#menuToggle input:checked ~ ul,
#menuToggle2 input:checked ~ ul {
  transform: none;
  opacity: 1;
}
#menuToggle input:checked ~ .header__background,
#menuToggle2 input:checked ~ .footer__background {
  display: flex;
}
#menuToggle2 input:checked {
  bottom: 316px;
  right: 8px;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .header__adaptive,
  .footer__adaptive {
    display: block;
  }
  #menu,
  #menu2 {
    transform: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
/* menu end */

/* End */
/* /local/templates/kognittera/styles.css?176157985551657 */
/* /local/templates/kognittera/template_styles.css?176131201149969 */
