#desc{
  margin-bottom: 0;
}
#desc, #desc p, #desc li{
  font-size: 14px;
  line-height: 24px;
}
#desc p{
  margin-bottom: 0;
  padding-right: 0;
}
.a-headlines {
  display: flex;
  flex-direction: column;
  border: 0.5px solid var(--borders-dividers-stroke-main, #DFE4EB);
  padding: 4px;
  border-radius: 16px;
  background-color: var(--Slate-Slate-50, #F8FAFC);
  margin-bottom: 20px;
}
.a-headlines__header {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--borders-dividers-stroke-main, #DFE4EB);
  margin-bottom: 8px;
}
.a-headlines__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 8px;
  color: var(--Slate-Slate-600, #64748B);
  border-radius: 12px;
  cursor: pointer;
  transition: 200ms background-color linear, 200ms color linear;
}
.a-headlines__item.active, .a-headlines__item:hover {
  background-color: var(--Sky-Sky-100, #E0F1FF);
  color: var(--Sky-Sky-500, #00AEEF);
}

.a-author {
  border: 0.5px solid var(--borders-dividers-stroke-main, #DFE4EB);
  padding: 12px;
  border-radius: 16px;
  background-color: var(--Slate-Slate-50, #F8FAFC);
  margin-bottom: 20px;
}
.a-author__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--Slate-Slate-600, #64748B);
}
.a-author__wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (hover: hover) {
  .a-author__wrap:hover .a-author__name {
    text-decoration-color: var(--Sky-Sky-500, #00AEEF);
  }
}
.a-author__photo {
  padding: 4px 2px 0 2px;
  width: 74px;
  height: 74px;
  border-radius: 16px;
  background-color: var(--Main-Secondary_bg, #FFFFFF);
}
.a-author__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.a-author__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.a-author__clinic {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #64748B;
  padding-top: 6px;
  border-top: 0.5px solid #DFE4EB;
}
.a-author__clinic span {
  color: #ADBACC;
}
.a-author__name {
  text-decoration: underline from-font;
  text-underline-offset: 4px;
  text-decoration-color: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: var(--Sky-Sky-500, #00AEEF);
  transition: 200ms text-decoration-color linear;
}
.a-author__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--Slate-Slate-600, #64748B);
}
.a-author__btns .a-author-btn {
  background-color: var(--Sky-Sky-500, #00AEEF);
  color: white;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: unset;
}
.a-author__btns .a-author-btn-ghost {
  background-color: var(--Sky-Sky-100, #E0F1FF);
  color: var(--Sky-Sky-500, #00AEEF);
  border-color: transparent;
  border-radius: 16px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: unset;
}

.a-stats {
  border-radius: 16px;
  background-color: var(--Main-Secondary_bg, #FFFFFF);
  border: 0.5px solid var(--borders-dividers-stroke-main, #DFE4EB);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-direction: column;
}
.a-stats__socials{
  display: flex;
  align-items: center;
  color: #64748B;
  font-size: 14px;
  line-height: 18px;
  gap: 12px;
  font-weight: 500;
}
.a-stats > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.a-stats > div:last-child {
  padding-top: 12px;
  border-top: 0.5px solid #DFE4EB;
}
.a-stats > div:last-child .a-stats__item{
  font-weight: 400;
  flex-direction: column;
  align-items: start;
}
.a-stats > div:last-child .a-stats__item svg{
  margin-bottom: -2px;
}
.a-stats > div:last-child .a-stats__item div:last-child{
  font-weight: 500;
}
.a-stats__socials .a-stats__item div:last-child{
  color: #00AEEF;
}
.a-stats__wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.a-stats__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--Slate-Slate-600, #64748B);
}

@media (max-width: 1259px) {
  .content-inner:has(aside) {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-inner:has(aside) .side-group__item {
    padding: unset;
    width: 100%;
  }
}
.content-side__stick_:has(.a-headlines) {
  position: sticky;
  top: 70px;
}

.article-text-image {
  position: relative;
  width: max-content;
  float: right;
}
.article-text-image img {
  margin-bottom: unset !important;
  border-radius: 24px;
}
.article-text-image cite {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  width: auto;
  border-radius: 16px;
  padding: 9px 12px;
  background-color: var(--Grey-Grey-200, #E5E5E5);
  color: var(--Slate-Slate-600, #64748B);
  margin-left: 10px;
}

.text-cnt {
  margin-top: 40px;
}

.text-cnt .form__help {
  border-radius: 24px;
  background-color: var(--Sky-Sky-50, #EEF7FF);
}

.form-help {
  position: relative;
  width: 100%;
  display: flex;
  background-color: var(--Sky-Sky-50, #EEF7FF);
  border-radius: 24px;
  margin-block: 40px;
}
.form-help__left {
  position: relative;
  z-index: 2;
  padding: 32px;
  flex-grow: 1;
  max-width: 664px;
}
@media (max-width: 1023px) {
  .form-help__left {
    max-width: 100%;
    padding: 20px;
  }
}
.form-help__right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 296px;
  max-height: 283px;
  width: 100%;
}
@media (max-width: 1439px) {
  .form-help__right {
    max-width: 250px;
    max-height: 240px;
  }
}
@media (max-width: 1023px) {
  .form-help__right {
    display: none;
  }
}
.form-help__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-help__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: var(--Sky-Sky-500, #00AEEF);
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .form-help__title {
    font-size: 24px;
  }
}
.form-help__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .form-help__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.form-help__control {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .form-help__control {
    flex-direction: column;
  }
}
.form-help__control input {
  flex-grow: 1;
  color: rgb(51, 51, 51);
  border-color: rgb(229, 229, 229);
  border-radius: 16px;
  background-color: white;
  border: 1px solid var(--borders-dividers-stroke-main, #DFE4EB);
  padding: 18px 12px;
}

button.a-new-btn, .a-new-btn {
  background-color: var(--Sky-Sky-500, #00AEEF);
  color: white;
  border-radius: 16px !important;
  display: grid;
  place-items: center;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.a-privacy-policy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.a-privacy-policy__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid var(--Sky-Sky-500, #00AEEF);
  border-radius: 4px;
  cursor: pointer;
  transition: 200ms background-color linear;
}
.a-privacy-policy__checkbox svg {
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: 200ms opacity linear;
}
.a-privacy-policy__checkbox svg path {
  fill: white;
}
.a-privacy-policy__checkbox:has(input:checked) {
  background-color: var(--Sky-Sky-500, #00AEEF);
}
.a-privacy-policy__checkbox:has(input:checked) svg {
  opacity: 1;
}
.a-privacy-policy p.a-privacy-policy__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.a-privacy-policy p.a-privacy-policy__text a {
  cursor: pointer;
  color: var(--Sky-Sky-500, #00AEEF);
}

.a-flex-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1023px) {
  .a-flex-wrap {
    grid-template-columns: 1fr;
  }
}

.disease-section__recording {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFFBE5;
  border-radius: 24px;
  padding: 24px;
  gap: 8px;
}
.important-meta{
  width: 100%;
  font-size: 20px;
  line-height: 26px;
}
.important-meta svg{
  margin-right: 12px;
  margin-bottom: -4px;
}
@media (max-width: 1023px) {
  .disease-section__recording {
    flex-direction: column;
  }
}
.disease-section__recording a {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .disease-section__recording .a-new-btn {
    width: 100%;
  }
}
.disease-section__recording .action-meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--Main-Primary_txt, #333333);
  max-width: 550px;
  margin-left: 37px;
}

.a-tabs__header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--borders-dividers-stroke-main, #DFE4EB);
}
/*@media (max-width: 1023px) {
  .a-tabs__header {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding-bottom: 0;
    border-bottom: unset;
  }
}*/
.a-tabs__tab {
  border-radius: 16px;
  background-color: var(--Sky-Sky-100, #E0F1FF);
  color: var(--Sky-Sky-500, #00AEEF);
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: 200ms color linear, 200ms background-color linear;
}
/*@media (max-width: 1023px) {
  .a-tabs__tab {
    justify-content: flex-start;
    width: 100%;
    border: 0.5px solid var(--borders-dividers-stroke-main, #DFE4EB);
    background-color: var(--Slate-Slate-50, #F8FAFC);
    flex-wrap: wrap;
    padding: 16px;
  }
}*/
.a-tabs__tab svg {
  flex-shrink: 0;
  transition: 200ms transform linear;
}
/*@media (min-width: 1024px) {
  .a-tabs__tab svg {
    display: none;
  }
}*/
.a-tabs__tab.is-active-tab, .a-tabs__tab:hover {
  background-color: var(--Sky-Sky-500, #00AEEF);
  color: white;
}
/*@media (max-width: 1023px) {
  .a-tabs__tab.is-active-tab, .a-tabs__tab:hover {
    gap: 16px;
    background-color: var(--Slate-Slate-50, #F8FAFC);
    color: var(--Sky-Sky-500, #00AEEF);
  }
}*/
.a-tabs__tab.is-active-tab svg, .a-tabs__tab:hover svg {
  transform: rotate(90deg);
}
.a-tabs__content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  font-size: 14px;
  line-height: 18px;
}
.a-tabs__content *, .a-tabs__content li, .a-tabs__content p, #desc .a-tabs__content li, #desc .a-tabs__content p{
  font-size: 14px;
  line-height: 18px;
}
.a-tabs__content p, .a-tabs__content li{
    text-align: left;
    font-weight: 400;
}
/*@media (max-width: 1023px) {
  .a-tabs__content {
    width: 100%;
  }
  .a-tabs__content h3 {
    display: none;
  }
  .a-tabs__content p {
    text-align: left;
    font-weight: 400;
  }
}*/
.a-tabs__content.is-active-tab {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  margin-top: 20px;
}
/*@media (max-width: 1023px) {
  .a-tabs__content.is-active-tab {
    margin-top: unset;
  }
}*/

body .article-text-image img {
  border-radius: 24px;
  object-fit: cover;
  aspect-ratio: 260/180;
}

.text-cnt .accordeon__item {
  border-radius: 24px;
  border: 0.5px solid var(--borders-dividers-stroke-main, #DFE4EB);
  background-color: var(--Slate-Slate-50, #F8FAFC);
}
.text-cnt .accordeon__item:not(:last-child) {
  margin-bottom: 8px;
}
.text-cnt .accordeon__trigger {
  padding: 24px;
}
.text-cnt .accordeon__trigger svg {
  margin-right: 15px;
}
.text-cnt .accordeon__trigger::before, .text-cnt .accordeon__trigger::after {
  display: none !important;
}

.text-cnt .doctors {
  margin-top: 40px;
}

.text-cnt {
  margin-bottom: 40px;
}

.a-tg-sub {
  background: linear-gradient(90deg, #00AEEF 0%, #55C9F4 88.27%);
  color: white;
  padding: 32px;
  border-radius: 24px;
  position: relative;
}
.a-tg-sub__left {
  position: relative;
  z-index: 2;
  max-width: 854px;
}
.a-tg-sub__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .a-tg-sub__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.a-tg-sub ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 1439px) {
  .a-tg-sub ul {
    grid-template-columns: 1fr;
  }
}
.a-tg-sub ul li {
  list-style-type: initial !important;
  list-style-position: inside;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: unset !important;
  color: white;
}
.a-tg-sub ul li::before {
  display: none !important;
}
.a-tg-sub__button {
  border-radius: 16px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #EEF7FF;
  color: #00AEEF;
  cursor: pointer;
}
@media (max-width: 767px) {
  .a-tg-sub__button {
    width: 100%;
  }
}
.a-tg-sub__right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .a-tg-sub__right {
    display: none;
  }
}

.a-similar-decease {
  margin-top: 40px;
}
.a-similar-decease__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.a-similar-decease__btn {
  background-color: #EEF7FF;
  color: #00AEEF;
  padding: 6px 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.a-similar-decease__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.a-similar-decease__card {
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  padding-bottom: 40px;
  width: 100%;
}
@media (hover: hover) {
  .a-similar-decease__card:hover .a-similar-decease__card-desc {
    text-decoration-color: currentColor;
  }
}
.a-similar-decease__card img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 210px;
  border-radius: 16px 16px 0 0;
}
.a-similar-decease__card-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #FFFFFF;
  color: var(--Sky-Sky-500, #00AEEF);
  border: 1px solid #DFE4EB;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
  border-radius: 16px;
  text-decoration: underline from-font;
  text-decoration-color: transparent;
  transition: 200ms text-decoration-color linear;
}

.a-feedback-form {
  background-color: var(--Sky-Sky-500, #00AEEF);
  border-radius: 24px;
  padding: 32px;
  background-image: url("/health/img/heart-plus.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-block: 40px;
}
@media (max-width: 767px) {
  .a-feedback-form {
    padding: 20px;
    background-image: unset;
  }
}
.a-feedback-form__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: white;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .a-feedback-form__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.a-feedback-form__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .a-feedback-form__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.a-feedback-form__wrap input {
  flex-grow: 1;
  color: rgb(51, 51, 51);
  border-color: rgb(229, 229, 229);
  border-radius: 16px;
  background-color: white;
  border: 1px solid var(--borders-dividers-stroke-main, #DFE4EB);
  padding: 18px 12px;
}
.a-feedback-form button.a-feedback-form__button {
  background-color: var(--Sky-Sky-50, #EEF7FF);
  color: var(--Sky-Sky-500, #00AEEF);
  padding: 18px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .a-feedback-form button.a-feedback-form__button {
    width: 100%;
  }
}
.a-feedback-form__number {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.a-feedback-form__number a {
  color: white;
  font-weight: 600;
}

body .text-image{
  max-width: 500px;
}
body .article-text-image{
  margin: 0px;
}
.content-header h1{
  font-size: 32px;
  line-height: 42px;
  margin: 20px 0;
}
.content-main h2{
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}
.content-main h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 12px;
}
.content-main #desc #symptoms + p{
  margin-bottom: 20px;
}
.accordeon__content{
  padding: 24px;
}
.centr_b{
  margin-bottom: 40px;
}
body .centr_b .slider-doctors{
  padding: 0;
}
.a-similar-decease__btn_mob{
  display: none;
}
body .article-text-image.left{
  margin-right: 20px;
  margin-bottom: 20px;
}
body .article-text-image.right{
  margin-left: 20px;
  margin-bottom: 20px;
}
body .article-text-image.left img, body .article-text-image.right img{
  padding: 0;
  border-radius: 24px;
}
body .text-image--left, body .text-image--right{
  margin: 0;
}
.content-side__stick_{
  margin-top: 20px;
}
.health-sources{
  padding: 24px;
  background: #F8FAFC;
  border-radius: 24px;
  margin-bottom: 40px;
}
.health-sources_list{
  margin-left: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
body ul li.health-sources_item{
  list-style-type: disc;
}
.health-sources_more{
  display: none;
  padding: 0;
  margin-top: 10px;
  color: #00AEEF;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: from-font;
  font-size: 14px;
  line-height: 18px;
}
.health-ex-aq{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.health-ex-aq_ex{
  flex-basis: 32%;
  padding: 24px;
  background: #EEF7FF;
  border-radius: 24px;
  display: flex;
  gap: 50px;
  flex-direction: column;
  position: relative;
  height: 340px;
  margin-bottom: 70px;
}
.content-main .health-ex-aq h2{
  margin: 0;
}
.health-ex-aq_ex div{
  font-size: 14px;
  line-height: 24px;
}
.health-ex-aq_ex a{
  font-size: 16px;
  line-height: 20px;
  padding: 12px 24px;
  width: 189px;
  border-radius: 16px;
  background: #00AEEF;
  color: white;
  font-weight: 600;
}
.health-ex-aq_ex a svg{
  margin-bottom: -5px;
  margin-right: 4px;
}
.health-ex-aq_ex img{
  position: absolute;
  right: -25px;
  bottom: -76px;
  width: 170px;
}
.health-ex-aq_aq{
  flex-basis: 64%;
  padding-top: 24px;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.health-ex-aq_aq .accordeon{
  margin: 0;
}
.health-ex-aq_aq-bt{
  display: flex;
  gap:  20px;
  justify-content: space-between;
}
.health-ex-aq_aq-bt span{
  font-size: 16px;
  line-height: 44px;
}
.health-ex-aq_aq-bt a{
  background: #00AEEF;
    border-radius: 16px;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 60px;
    font-weight: 600;
    width: auto;
    color: white;
    text-align: center;
}
.disease-section__recording{
  margin: 40px 0;
}
body .disease-section__recording_{
  margin: 0 0 40px 0;
}
body .index-license{
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
body .tg_wrapper{
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}
.disease-section__recording_ .action-meta{
  max-width: 100%;
}
.disease-section__recording_ a{
  margin-top: 12px;
  margin-left: 37px;
}
.health-ex-aq > div {
  flex-grow: 1;
}
body #acc-3{
  margin-top: 20px;
  margin-bottom: 40px;
}
body .popup__wrapper .text-cnt{
  margin: 0;
}
.health-text{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.health-text > div{
  flex-basis: 49%;
  flex-grow: 1;
}
body .content-side{
  padding-left: 20px;
  width: 350px;
}
body .health-blue{
  padding: 16px;
  background: #EEF7FF;
  border-radius: 16px;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  width: 63%;
  float: left;
}
body .health-blue-full{
  width: 100%;
}
body ul.health-blue{
  padding-left: 32px;
}
body ul.health-blue li{
  list-style-type: disc;
  margin: 0;
}
body .health-blue li::before{
  display: none;
}
@media (max-width: 767px){
  body .health-blue{
    width: 100%;
  }
  body .accordeon{
    margin: 20px 0;
  }
  .a-tabs__header{
    gap: 10px;
  }
  .a-tabs__header > div{
    width: 100%;
  }
  body .content-side{
    padding-left: 0;
    width: 100%;
  }
  .health-text{
    gap: 0;
  }
  .health-text > div{
    flex-basis: 100%;
  }
  body .article-text-image img {
    width: 100%;
    height: auto;
  }
  body #acc-3{
    margin-top: 20px;
  }
  .article-text-image.left{
    margin-bottom: 20px;
  }
  .article-text-image.right{
    margin-bottom: 20px;
  }
  .content-side__stick_{
    margin-top: 0;
  }
  .a-similar-decease__btn_mob{
    justify-content: center;
    display: flex;
  }
  .a-similar-decease__header > .a-similar-decease__btn{
    display: none;
  }
  body .wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  body .breadcrumbs{
    padding: 0;
  }
  .article-text-image{
    width: 100%;
    max-width: 100% !important;
  }
  .a-similar-decease__body .owl-stage-outer{
    margin-right: -20px;
  }
  body .text-image--left{
    margin-right: 0;
    max-width: 100%;
  }
  body .article-text-image.right{
    margin-left: 0;
  }
  .content-inner:has(aside) .side-group__item{
    margin-bottom: 0;
  }
  body .content-side__cnt{
    padding-bottom: 0;
  }
  body .content-side{
    padding-top: 0;
  }
  .disease-section__recording .action-meta {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .disease-section__recording .a-new-btn{
    width: calc(100% - 37px);
    margin-left: 37px;
  }
  .health-sources_item{
    display: none;
  }
  .health-sources_item:nth-child(1),.health-sources_item:nth-child(2),.health-sources_item:nth-child(3){
    display: list-item;
  }
  .health-sources_more{
    display: block;
  }
  .health-ex-aq{
    gap: 64px;
  }
  .health-ex-aq > div{
    flex-basis: 100%;
  }
  .health-ex-aq_ex{
    height: auto;
    margin-bottom: 0;
  }
  .health-ex-aq_aq-bt{
    flex-direction: column;
  }
  .health-ex-aq_aq-bt span{
    line-height: 30px;
  }
}
.check-list{
  padding: 32px;
  display: flex;
  background: #00AEEF;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  margin-block: 40px;
  background-image: url(/health/img/check-list.png);
  background-repeat: no-repeat;
  background-position-y: 10px;
  background-position-x: 90%;
  clear: both;
}
.check-list_title{
  font-size: 24px;
  line-height: 32px;
  color: white;
  width: 60%;
}
.check-list_btns{
  margin-top: 78px;
  min-height: 44px;
}
.check-list_btns form{
  display: flex;
  gap: 20px;
}
.check-list_btns input[type=text]{
  border-radius: 16px;
  background: white;
  width: 330px;
  height: 44px;
  font-size: 14px;
  line-height: 18px;
}
.check-list_btns input[type=submit]{
  border-radius: 16px;
  background: #EEF7FF;
  line-height: 44px;
  padding: 12px 45px;
  font-size: 16px;
  line-height: 20px;
  color: #00AEEF;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px){
  .check-list{
    gap: 20px;
    background-image: none;
    padding: 20px;
  }
  .check-list_title{
    width: 100%;
  }
  .check-list_btns{
    margin-top: 0;
  }
  .check-list_btns form{
    flex-direction: column;
  }
  .check-list_btns input[type=text],
  .check-list_btns input{
    width: 100%;
  }
}
.grey-block{
  border: 0.5px solid #DFE4EB;
  background: #F8FAFC;
  padding: 32px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.health-test{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.health-test_im{
  min-height: 180px;
}
.health-test_im img{
  width: 220px;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.health-test_desc{
  display: flex;
  flex-direction: column;
  margin-left: -20px;
  background: white;
  border-radius: 24px;
  padding: 20px;
  justify-content: space-between;
  border: 0.5px solid #DFE4EB;
}
.health-test_desc-title{
  font-size: 18px;
  line-height: 24px;
  font-weight: 500px;
  margin-bottom: 8px;
  color: black;
}
.health-test_desc-text, .health-test_desc-time{
  font-size: 14px;
  line-height: 18px;
}
.health-test_desc-text{
  color: #64748B;
  margin-bottom: 36px;
}
.health-test_desc-time{
  font-weight: 500;
  color: #8592A6;
}
.health-test_desc-time::before{
  content: '';
  display: inline-block;
  margin-bottom: -4px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url(/health/img/time.svg);
}
@media (max-width: 767px){
  .health-test{
    flex-direction: column;
  }
  .health-test_im{
    min-height: 250px;
  }
  .health-test_im img{
    width: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 250px;
  }
  .health-test_desc{
    margin-top: -20px;
    margin-left: 0;
  }
}
.health-slider_title{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.health-slider_title .popular_services-arrows{
  height: 32px;
  background: #EEF7FF;
  border-radius: 12px;
  margin: 0;
}
.health-slider_item{
  height: 132px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.health-slider_item img, .health-slider_item video, .health-slider_item iframe{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.health-slider_main{
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 24px;
  background: #F8FAFC;
  border: 0.5px solid #DFE4EB;
}
.health-slider_items{
  max-height: 150px;
  overflow-y: hidden;
}
.health-slider_items.owl-loaded{
  max-height: 100%;
  overflow-y: inherit;
}
@media screen and (max-width: 575px) {
  .health-slider_items .owl-stage-outer {
      margin-right: -20px;
  }
  .health-slider_items .owl-stage {
      left: -25px;
  }
}