.symptoms-section {
  margin: 70px 0;
}

@media screen and (max-width: 767px) {
  .symptoms-section {
    margin: 40px 0;
  }
}

.symptoms-section .section-caption {
  margin: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .symptoms-section .section-caption {
    margin-bottom: 30px;
  }
}

.symptoms-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .symptoms-wrapper {
    gap: 40px;
  }
}

.symptoms-head {
  display: flex;
  align-items: center;
  gap: 20px 52px;
}

@media screen and (max-width: 1199px) {
  .symptoms-head {
    gap: 20px 30px;
  }
}

@media screen and (max-width: 991px) {
  .symptoms-head {
    flex-direction: column;
  }
}

.symptoms-head__nav {
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .symptoms-head__nav {
    flex-wrap: nowrap;
    width: 100%;
  }

  .symptoms-head__nav li {
    width: 100%;
    border-radius: 0 !important;
    overflow: hidden !important;
    margin: 0;
  }

  .symptoms-head__nav li::before {
    border-radius: 0 !important;
  }

  .symptoms-head__nav li:first-child,
  .symptoms-head__nav li:first-child .nav-btn {
    border-radius: 5px 0 0 5px !important;
  }

  .symptoms-head__nav li:last-child,
  .symptoms-head__nav li:last-child .nav-btn {
    border-radius: 0 5px 5px 0 !important;
  }
}

.symptoms-head__nav li .nav-btn {
  font-size: 15px;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .symptoms-head__nav li .nav-btn {
    justify-content: center;
    width: 100%;
    min-height: 40px;
    border-left: none;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-head__nav li .nav-btn {
    font-size: 13px;
    padding: 0 10px;
  }
}

.symptoms-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid var(--primary);
  border-radius: 60px;
  padding: 0 20px;
}

.symptoms-search svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.symptoms-search input {
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: var(--primary);
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 767px) {
  .symptoms-search input {
    font-size: 14px;
  }
}

.symptoms-search input::placeholder {
  color: var(--text-color);
  transition: color 0.2s ease;
}

.symptoms-search input:focus::placeholder {
  color: transparent;
}

.symptoms-tab {
  display: flex;
  height: 720px;
  gap: 40px 30px;
}

@media screen and (max-width: 1199px) {
  .symptoms-tab {
    height: auto;
    min-height: 720px;
    max-height: 800px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-tab {
    flex-direction: column;
    min-height: 100%;
    max-height: 100%;
  }
}

.symptoms-area {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  max-width: 470px;
  padding: 30px;
  padding-top: 38px;
}

@media screen and (max-width: 1199px) {
  .symptoms-area {
    max-width: 400px;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-area {
    gap: 40px;
    max-width: 100%;
    background-color: transparent;
    padding: 0;
  }
}

.symptoms-area__nav {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .symptoms-area__nav {
    gap: 11px;
  }
}

.symptoms-area__nav li {
  background-color: #fff;
  border-radius: 90px !important;
  margin: 0;
}

.symptoms-area__nav li::before {
  border-radius: 90px !important;
}

.symptoms-area__nav li:first-child,
.symptoms-area__nav li:last-child {
  border-radius: 90px !important;
}

.symptoms-area__nav li .nav-btn {
  min-height: 32px;
  font-size: 15px;
  color: var(--text-color);
  border: 1px solid var(--primary);
  border-radius: 90px !important;
  padding: 4px 15px;
}

@media screen and (max-width: 991px) {
  .symptoms-area__nav li .nav-btn {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-area__nav li .nav-btn {
    font-size: 14px;
    padding: 4px 24px;
  }
}

.symptoms-area__nav li:hover .nav-btn {
  color: #fff;
}

.symptoms-area__nav li:first-child .nav-btn,
.symptoms-area__nav li:last-child .nav-btn {
  border-radius: 90px !important;
}

.symptoms-area__body {
  position: relative;
  height: 512px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .symptoms-area__body {
    display: none;
  }
}

.symptoms-area__body img {
  height: 100%;
}

.symptoms-area__body .nav-point {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.symptoms-area__body .nav-point::before {
  content: '';
  width: 16px;
  height: 16px;
  background: linear-gradient(90deg, #1b77dc 0.03%, #35a8ea 100%);
  border-radius: 50%;
}

.symptoms-area__body .nav-point::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.symptoms-area__body .nav-point button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8px;
  left: 22px;
  min-height: 32px;
  font-size: 15px;
  color: var(--text-color);
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 90px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  padding: 4px 16px;
}

.symptoms-area__body .nav-point:hover button {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.symptoms-area__body .nav-point button:hover {
  color: #fff;
  background-color: #2283df;
  border-color: #2283df;
}

.symptoms-area__body.female .head {
  top: 29px;
  left: 76px;
}

.symptoms-area__body.female .neck {
  top: 70px;
  left: 76px;
}

.symptoms-area__body.female .chest {
  top: 131px;
  left: 98px;
}

.symptoms-area__body.female .back {
  top: 158px;
  left: 49px;
}

.symptoms-area__body.female .arm {
  top: 104px;
  left: 44px;
}

.symptoms-area__body.female .hand {
  top: 226px;
  left: 21px;
}

.symptoms-area__body.female .stomach {
  top: 180px;
  left: 85px;
}

.symptoms-area__body.female .leg {
  top: 317px;
  left: 65px;
}

.symptoms-area__body.female .foot {
  top: 439px;
  left: 76px;
}

.symptoms-area__body.male .head {
  top: 25px;
  left: 95px;
}

.symptoms-area__body.male .neck {
  top: 60px;
  left: 86px;
}

.symptoms-area__body.male .chest {
  top: 120px;
  left: 113px;
}

.symptoms-area__body.male .back {
  top: 150px;
  left: 47px;
}

.symptoms-area__body.male .arm {
  top: 100px;
  left: 46px;
}

.symptoms-area__body.male .hand {
  top: 220px;
  left: 25px;
}

.symptoms-area__body.male .stomach {
  top: 180px;
  left: 96px;
}

.symptoms-area__body.male .leg {
  top: 310px;
  left: 53px;
}

.symptoms-area__body.male .foot {
  top: 425px;
  left: 105px;
}

.symptoms-area__body.girl .head {
  top: 30px;
  left: 63px;
}

.symptoms-area__body.girl .neck {
  top: 79px;
  left: 68px;
}

.symptoms-area__body.girl .chest {
  top: 124px;
  left: 95px;
}

.symptoms-area__body.girl .back {
  top: 162px;
  left: 48px;
}

.symptoms-area__body.girl .arm {
  top: 104px;
  left: 43px;
}

.symptoms-area__body.girl .hand {
  top: 226px;
  left: 34px;
}

.symptoms-area__body.girl .stomach {
  top: 188px;
  left: 88px;
}

.symptoms-area__body.girl .leg {
  top: 315px;
  left: 55px;
}

.symptoms-area__body.girl .foot {
  top: 435px;
  left: 89px;
}

.symptoms-area__body.boy .head {
  top: 40px;
  left: 66px;
}

.symptoms-area__body.boy .neck {
  top: 86px;
  left: 74px;
}

.symptoms-area__body.boy .chest {
  top: 130px;
  left: 100px;
}

.symptoms-area__body.boy .back {
  top: 170px;
  left: 48px;
}

.symptoms-area__body.boy .arm {
  top: 115px;
  left: 43px;
}

.symptoms-area__body.boy .hand {
  top: 230px;
  left: 33px;
}

.symptoms-area__body.boy .stomach {
  top: 192px;
  left: 90px;
}

.symptoms-area__body.boy .leg {
  top: 320px;
  left: 63px;
}

.symptoms-area__body.boy .foot {
  top: 435px;
  left: 105px;
}

.symptoms-area__note {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 390px;
  margin: auto auto 0;
}

@media screen and (max-width: 767px) {
  .symptoms-area__note {
    order: -1;
    align-items: flex-start;
    gap: 10px;
    max-width: 100%;
    margin: 0;
  }
}

.symptoms-area__note svg {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  color: var(--accent);
}

@media screen and (max-width: 767px) {
  .symptoms-area__note svg {
    width: 32px;
    height: 32px;
  }
}

.symptoms-area__note p {
  font-size: 13px;
  line-height: 1.3;
}

.symptoms-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .symptoms-list {
    gap: 20px;
  }
}

.symptoms-list__head {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .symptoms-list__head {
    flex-direction: column;
  }
}

.symptoms-list__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-dark);
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .symptoms-list__title {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-list__title {
    font-size: 20px;
  }
}

.symptoms-select {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 192px;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 991px) {
  .symptoms-select {
    width: 100%;
  }
}

.symptoms-select__selected {
  display: block;
  width: 100%;
  color: var(--primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 20px;
  padding-right: 54px;
}

.symptoms-select__selected--placeholder {
  color: var(--text-color);
}

.symptoms-select__arrow {
  --size: 24px;

  position: absolute;
  top: calc(50% - var(--size) / 2);
  right: 20px;
  flex-shrink: 0;
  width: var(--size);
  height: var(--size);
  color: var(--primary);
  transition: transform 0.3s ease;
}

.symptoms-select__arrow svg {
  width: 100%;
  height: 100%;
}

.symptoms-select__dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  list-style: none;
  border-radius: 10px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  padding: 8px 0;
  margin: 0;
  z-index: 50;
}

.symptoms-select__option {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
  padding: 0 20px;
}

.symptoms-select__option:hover {
  color: var(--accent);
}

.symptoms-select.show .symptoms-select__arrow {
  transform: rotate(180deg);
}

.symptoms-select.show .symptoms-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.symptoms-list__body {
  flex-grow: 2;
  height: 50%;
}

@media screen and (max-width: 767px) {
  .symptoms-list__body {
    height: 100%;
  }
}

.symptoms-list__body .tabs-container,
.symptoms-list__body .tab {
  height: 100%;
}

.symptoms-list__tab {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
  overflow: auto;
  padding-right: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .symptoms-list__tab {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-list__tab {
    max-height: 260px;
  }
}

.symptoms-list__tab::-webkit-scrollbar {
  width: 4px;
}

.symptoms-list__tab::-webkit-scrollbar-track {
  background-color: #e8e8e8;
  border-radius: 90px;
}

.symptoms-list__tab::-webkit-scrollbar-thumb {
  background: linear-gradient(237.92deg, #ff7978 12.61%, var(--accent) 86.86%);
  border-radius: 90px;
}

.symptoms-list__group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

.symptoms-list__block {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}

.symptoms-list__letter {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--primary);
}

.symptoms-list__block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.symptoms-list__block ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .symptoms-list__block ul li {
    font-size: 14px;
  }
}

.symptoms-list__block ul li a .highlight {
  color: var(--primary);
  transition: color 0.3s ease;
}

.symptoms-list__block ul li a:hover {
  color: var(--accent);
}

.symptoms-list__block ul li a:hover .highlight {
  color: var(--accent);
}

.symptoms-list__warning {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--accent);
}

.symptoms-list__warning svg {
  width: 100%;
  height: 100%;
}

.symptoms-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px 40px;
  height: 180px;
  padding: 0 67px;
  margin-top: 45px;
}

@media screen and (max-width: 1199px) {
  .symptoms-banner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-banner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 30px 10px;
    margin: 0 -10px;
    margin-top: 40px;
  }
}

.symptoms-banner__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .symptoms-banner__info {
    gap: 0px;
  }
}

.symptoms-banner__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #1c7adc;
}

@media screen and (max-width: 1199px) {
  .symptoms-banner__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-banner__title {
    font-size: 18px;
    line-height: 1.66;
  }
}

.symptoms-banner__subtitle {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .symptoms-banner__subtitle {
    font-size: 14px;
  }
}

.symptoms-banner__btn.red_btn {
  min-height: 48px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  padding: 12px 20px;
}

@media screen and (max-width: 767px) {
  .symptoms-banner__btn.red_btn {
    width: 100%;
  }
}

.symptoms-banner__img {
  position: absolute;
  right: 184px;
  bottom: 0;
  width: 216px;
  height: 221px;
}

@media screen and (max-width: 1199px) {
  .symptoms-banner__img {
    right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .symptoms-banner__img {
    display: none;
  }
}

/* Symptoms Page */

.symptoms-page {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .symptoms-page {
    padding-bottom: 40px;
  }
}

.symptoms-page__main {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .symptoms-page__main {
    padding-bottom: 40px;
  }
}

.sypmtoms-page__main--wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .sypmtoms-page__main--wrap {
    gap: 20px;
  }
}

.symptoms-page__main--title {
  display: flex;
  align-items: center;
  gap: 20px 40px;
}

@media screen and (max-width: 767px) {
  .symptoms-page__main--title {
    flex-direction: column;
    justify-content: center;
  }
}

.symptoms-page__main--title .section-caption {
  margin: 0;
}

.symptoms-page__main--btn.red_btn {
  min-height: 46px;
  font-size: 14px;
  padding: 11px 30px;
}

.symptoms-page__main--info p {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .symptoms-page__main--info p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.symptoms-page__main--info p:not(:last-child) {
  margin-bottom: 10px;
}

.symptoms-page__main--info strong {
  color: var(--text-dark);
}

.symptoms-page__section {
  margin: 70px 0;
}

@media screen and (max-width: 767px) {
  .symptoms-page__section {
    margin: 40px 0;
  }
}

.symptoms-page__section--wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--wrap {
    gap: 30px;
  }
}

.symptoms-page__section--title {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--title {
    gap: 10px;
  }
}

.symptoms-page__section--title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  color: var(--text-dark);
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--title h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .symptoms-page__section--title p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.symptoms-page__section--list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.symptoms-page__section--list.list-number,
.symptoms-page__section--list.list-check {
  row-gap: 50px;
}

@media screen and (max-width: 991px) {
  .symptoms-page__section--list.list-number,
  .symptoms-page__section--list.list-check {
    row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--list.list-number {
    row-gap: 20px;
  }

  .symptoms-page__section--list.list-number .symptoms-page__section--list-item {
    gap: 14px;
  }
}

.symptoms-page__section--list.list-check .symptoms-page__section--list-item {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--list.list-check .symptoms-page__section--list-item {
    align-items: flex-start;
  }
}

.symptoms-page__section--list.list-fill .symptoms-page__section--list-item {
  gap: 2px;
  background-color: #f2f7fd;
  box-shadow: 0px 3px 9px rgba(34, 87, 142, 0.1);
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--list.list-fill .symptoms-page__section--list-item {
    padding: 10px;
  }
}

.symptoms-page__section--list.list-fill .symptoms-page__section--list-item::before {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  margin: 4px 8px;
}

.symptoms-page__section--list-item {
  display: flex;
  gap: 10px;
  width: calc(100% / 3 - 60px / 3);
}

@media screen and (max-width: 991px) {
  .symptoms-page__section--list-item {
    width: calc(50% - 30px / 2);
  }
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--list-item {
    width: 100%;
  }
}

.symptoms-page__section--list-item svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.symptoms-page__section--list-item p {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--list-item p {
    font-size: 14px;
  }
}

.symptoms-page__section--list-item strong {
  color: var(--text-dark);
  transition: color 0.3s ease;
}

a.symptoms-page__section--list-item {
  align-items: center;
  width: calc(100% / 4 - 90px / 4);
}

@media screen and (max-width: 991px) {
  a.symptoms-page__section--list-item {
    width: calc(50% - 30px / 2);
  }
}

@media screen and (max-width: 767px) {
  a.symptoms-page__section--list-item {
    width: 100%;
  }
}

a.symptoms-page__section--list-item:hover strong {
  color: var(--accent);
}

.symptoms-page__section--list-item--number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
  border: 2px solid var(--primary);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--list-item--number {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.symptoms-page__section--warning {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--warning {
    align-items: flex-start;
    padding: 20px 10px;
  }
}

.symptoms-page__section--warning svg {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  color: var(--accent);
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--warning svg {
    width: 28px;
    height: 28px;
  }
}

.symptoms-page__section--warning p {
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dark);
}

@media screen and (max-width: 767px) {
  .symptoms-page__section--warning p {
    font-size: 14px;
  }
}
