#patients_top ._layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6em;
  min-height: inherit;
  padding: 0rem 0;
  margin-bottom: 6rem;
}
#patients_top h1 {
  font-size: 13rem;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
#patients_top ._main {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  max-width: 100rem;
}
#patients_top .image {
  width: 70rem;
}
#patients_top .image img {
  width: 100%;
}

#categories {
  padding: 5rem 0;
}
#categories .container {
  display: flex;
  gap: 10rem;
}
#categories .filters {
  width: 100%;
  max-width: 25rem;
  position: relative;
}
#categories .filters::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 40rem;
  height: 40rem;
  background-color: #A15252;
  border-radius: 100%;
  transform: translateX(-100%);
}
#categories .filters ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  position: relative;
}
#categories .filters ul li {
  font-size: 1.8rem;
  cursor: pointer;
  font-weight: 500;
}
#categories .filters ul li._active {
  font-weight: 700;
}
#categories ._grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
#categories ._grid .single-item ._top::after {
  background-color: #C2B398;
}
#categories ._grid .single-item:nth-child(2n) ._top::after {
  background-color: #5E6C6D;
}
#categories ._grid .single-item:nth-child(3n) ._top::after {
  background-color: #A15252;
}
#categories .single-item {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  border-radius: 2em;
  overflow: hidden;
  background-color: #DCD3C2;
  color: #1E211E;
  transition: background-color 0.3s ease-in-out;
}
#categories .single-item:hover {
  background-color: #C2B398;
}
#categories .single-item:hover .info_link {
  opacity: 1;
}
#categories .single-item:hover ._top h4 {
  background: #1E211E;
}
#categories .single-item:hover ._top img {
  mix-blend-mode: normal;
}
#categories .single-item._hidden {
  display: none;
}
#categories .single-item ._top {
  position: relative;
}
#categories .single-item ._top h4 {
  position: absolute;
  left: 2em;
  top: 2em;
  font-size: 1.4em;
  padding: 0.6em 1.2em;
  background: rgba(0, 0, 0, 0.5);
  color: #f9f9f9;
  font-weight: 600;
  z-index: 5;
  border-radius: 2em;
  transition: background 0.3s ease-in-out;
}
#categories .single-item ._top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden;
  mix-blend-mode: luminosity;
  transition: mix-blend-mode 0.3s ease-in-out;
}
#categories .single-item ._top::after {
  content: "";
  position: absolute;
  top: 29%;
  left: 40%;
  width: 13rem;
  height: 13rem;
  border-radius: 100%;
  background-color: #5E6C6D;
  mix-blend-mode: multiply;
}
#categories .single-item ._bottom {
  padding: 4em 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1em;
}
#categories .single-item h3 {
  font-size: 2.6em;
  font-weight: 500;
  margin-bottom: 0.3em;
}
#categories .single-item h3 p {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
#categories .single-item h3 em {
  font-size: 0.61em;
}
#categories .single-item ._desc {
  font-size: 1.6em;
  color: #1E211E;
  font-weight: 600;
  line-height: 1.14;
  opacity: 0.8;
}
#categories .single-item .info_link {
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#patients_item_top {
  padding: 6rem 0;
}
#patients_item_top ._layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6em;
  min-height: inherit;
  padding: 0rem 0;
}
#patients_item_top .top_slide {
  margin-top: 5rem;
}
#patients_item_top .image {
  width: 70rem;
}
#patients_item_top .image img {
  width: 100%;
}
#patients_item_top h1 {
  font-size: 13rem;
  max-width: 100rem;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1em;
}
#patients_item_top ._main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  max-width: 100rem;
}
#patients_item_top .pagination {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 1em;
}
#patients_item_top .pagination a {
  color: #5E6C6D;
  display: flex;
  gap: 1em;
  font-weight: 700;
  align-items: center;
}
#patients_item_top .pagination a span {
  font-size: 3.6rem;
}
#patients_item_top .pagination a:hover {
  color: #C2B398;
}
#patients_item_top .pagination ._cat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: 700;
  color: #5E6C6D;
}
#patients_item_top .pagination ._cat::before {
  content: "";
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: #1E211E;
  border-radius: 100%;
}
#patients_item_top .chapter {
  background-color: #5E6C6D;
  color: #f9f9f9;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  border-radius: 1rem;
}
#patients_item_top .chapter ._title {
  max-width: 45rem;
  padding: 2rem;
}
#patients_item_top .chapter span {
  font-size: 5rem;
  padding: 2rem;
  border-left: solid 1px #f9f9f9;
}
#patients_item_top .slide_links {
  border-bottom: none;
}
#patients_item_top .slide_links .links {
  flex-direction: column;
  align-items: flex-start;
}

#item_main {
  padding: 10rem 0;
}
#item_main .container {
  display: flex;
  flex-direction: column;
  gap: 9rem;
}
#item_main ._part {
  font-size: 1rem;
  width: 100%;
  max-width: 100em;
  display: flex;
  flex-direction: column;
  gap: 4em;
  padding: 6em 0;
  margin: auto;
  border-bottom: solid 2px #1E211E;
  position: relative;
}
#item_main ._part h2 {
  font-size: 3.6em;
  position: relative;
  font-weight: 700;
}
#item_main ._part ._text {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.52;
}
#item_main ._part::before {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 17em;
  height: 17em;
  background-color: #A15252;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  mix-blend-mode: multiply;
}

#slide_patiens_sm {
  display: none;
}

body.fix_patients_menu #slide_patiens_lg {
  position: fixed;
  top: 9rem;
  background: #1E211E;
  z-index: 1000;
  width: 100vw;
  left: 0;
  color: #f9f9f9;
}
body.fix_patients_menu .slide_links .links .s_link._active {
  color: #C2B398;
}
body.fix_patients_menu .slide_links {
  justify-content: center;
}
body.fix_patients_menu .slide_links .current {
  display: none;
}

body.patients_info_header_fix #patients_item_top h1 {
  position: fixed;
  top: 9.5rem;
  font-size: 2.5rem;
  text-align: center;
  width: 100vw;
  left: 0;
  max-width: 100vw;
  background: #fff;
  font-weight: 700;
  padding: 0.61em 0;
  border-top: solid 1px;
  z-index: 1001;
}

@media (max-width: 1150px) {
  #categories ._grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #patients_top ._main {
    max-width: 100%;
  }
  #patients_top h1 {
    font-size: 12rem;
    margin-bottom: 0;
  }
  #slide_patiens_sm {
    display: block;
  }
  #slide_patiens_lg {
    display: none;
  }
  #item_main ._part {
    font-size: 2rem;
    padding: 6em 0;
  }
  #patients_item_top ._layout {
    flex-direction: column;
    align-items: flex-start;
  }
  #patients_item_top ._layout .image {
    display: none;
  }
  #patients_item_top h1 {
    font-size: 10rem;
  }
}
@media (max-width: 850px) {
  #patients_top {
    padding: 4rem 0;
  }
  #patients_top ._main {
    max-width: 100%;
  }
  #patients_top h1 {
    font-size: 7rem;
    margin-bottom: 0;
  }
  #categories ._grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #patients_top .image {
    width: 40rem;
  }
  #categories .single-item {
    font-size: 1.3rem;
  }
  #categories .single-item ._top::after {
    width: 26rem;
    height: 26rem;
  }
  body.patients_info_header_fix #patients_item_top h1 {
    font-size: 4.5rem;
    top: 13.5rem;
  }
  #patients_item_top .pagination {
    font-size: 2.8rem;
  }
}
@media (max-width: 550px) {
  #categories ._grid {
    grid-template-columns: 1fr;
  }
  #categories .single-item {
    font-size: 2rem;
  }
}/*# sourceMappingURL=patients.css.map */