<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumbs-search-index {
  border-bottom: 1px solid #eef1f6;
  padding: 15px;
}

.breadcrumbs {
  display: flex;
}

.breadcrumbs li {
  margin-right: 10px;
  padding-right: 16px;
  position: relative;
}

.breadcrumbs li, .breadcrumbs li .link-underlined {
  color: #98a0af;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs li .link-underlined:after {
  background: #98a0af;
}

.breadcrumbs li:after {
  content: "/";
  position: absolute;
  right: 0;
  color: #dbe1eb;
}

.breadcrumbs li:last-of-type {
  margin: 0;
  padding: 0;
}

.breadcrumbs li:last-of-type:after {
  display: none;
}

.breadcrumbs-btn .back-link {
  position: relative;
  padding-left: 29px;
  display: flex;
  align-items: center;
  color: #656d79;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

.breadcrumbs-btn .back-link:before {
  content: "\e988";
  font-family: icomoon;
  position: absolute;
  left: 0;
  color: #11ddac;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-sources {
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
}

.content-sources__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
}

.content-sources .title {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  padding-left: 20px;
  position: relative;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.content-sources .title:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content-sources .title:after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #11ddac;
  position: absolute;
  left: 4px;
  top: calc(50% - 5px);
}

.content-sources .title.opened:after {
  display: none;
}

.content-sources__list {
  display: none;
  padding: 0 15px 15px 0;
  width: 100%;
}

.content-sources__list--item {
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656d79;
}

.content-sources__list--item a {
  font-family: Roboto, sans-serif;
  color: #656d79;
  text-decoration: underline;
}

.content-sources__list--item a:hover {
  text-decoration: none;
}

.content-sources__list--item:last-of-type {
  margin-bottom: 0;
}

.content-sources .social-links a {
  margin-right: 20px;
}

.content-sources .social-links a:hover {
  text-decoration: none;
}

.content-sources .social-links a:last-child {
  margin-right: 0;
}

.content-sources .social-links .icon {
  font-size: 16px;
  font-size: 1rem;
  color: #11ddac;
}

.medically_approved-widget {
  margin-top: 22px;
  padding: 0 30px 60px;
  background-color: #e7fcf7;
  border-radius: 6px 90px;
}

.medically_approved-widget .doc-about .image-wrapper {
  position: relative;
  top: -22px;
  background-color: #fff;
  width: 140px;
  height: 130px;
  margin-bottom: 12px;
  box-shadow: 0 20px 30px rgba(17, 221, 172, 0.15);
  border-radius: 0 0 30px 6px;
  overflow: hidden;
}

.medically_approved-widget .doc-about .image-wrapper img {
  width: 100%;
}

.medically_approved-widget .widget-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #0d2c54;
}

.medically_approved-widget .widget-description {
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

.medically_approved-widget .widget-content, .medically_approved-widget .widget-content a {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
}

.medically_approved-widget .widget-content strong {
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
}

.medically_approved-widget .widget-content p:last-child {
  margin-bottom: 0;
}

.medically_approved-widget .widget-content a {
  text-decoration: underline;
}

.medically_approved-widget .widget-content a:hover {
  text-decoration: none;
}

.medically_approved-widget .reviewed {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #98a0af;
}

@media only screen and (min-width: 768px) {
  .medically_approved-widget {
    padding: 0 60px 60px;
  }
  .medically_approved-widget .doc-about {
    display: flex;
    align-items: flex-end;
  }
  .medically_approved-widget .doc-about .image-wrapper {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .medically_approved-widget .doc-about .widget-header {
    margin-bottom: 4px;
  }
  .medically_approved-widget .reviewed {
    display: inline-block;
    margin-left: 2px;
  }
}
.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 0;
  overflow-y: auto;
}

.nav-tabs li {
  flex-shrink: 0;
  margin: 0 5px;
}

.nav-tabs li span {
  display: block;
  padding: 11px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  color: #98a0af;
  cursor: pointer;
}

.nav-tabs li span.active {
  border: 1px solid #11ddac;
  background: rgba(17, 221, 172, 0.08);
  color: #11ddac;
}

.catalog-category .cta-note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.catalog-category .cta-note strong {
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.catalog-category .cta-note span {
  font-family: Roboto, sans-serif;
}

.catalog-category .cta-note.top {
  margin-bottom: 10px;
}

.catalog-category .cta-note.bottom {
  margin-top: 10px;
}

.catalog-category .start-consultation {
  margin-bottom: 90px;
}

.catalog-category .delivery-time {
  display: none;
  margin-right: 30px;
}

.catalog-category .delivery-time .icon-delivery {
  width: 32px;
  min-width: 32px;
  height: 26px;
  margin: 0 10px 0 0;
  background: url(/img_v4/hand2.svg) no-repeat 50%;
  background-size: cover;
}

.catalog-category .delivery-time__description {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ef4747;
}

.catalog-category .delivery-time__description strong {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-left: 5px;
}

.catalog-category .start-order-fixed-b {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 51.87%);
}

.catalog-category .start-order-fixed-b .start-order-from-category {
  width: 100%;
}

.catalog-category .start-order-fixed-b .start-order-from-category p {
  margin: 0;
}

.catalog-category .start-order-fixed-b .btn {
  max-width: 100%;
  margin-bottom: 0;
  min-height: 44px;
  height: 44px;
  font-size: 14px;
  letter-spacing: normal;
  padding: 10px 40px;
  line-height: 150%;
}

.catalog-category__faq--heading {
  margin-bottom: 60px;
}

.catalog-category .trustpilot__section {
  padding: 0;
  margin-bottom: 90px;
  border: 0;
}

.catalog-category__content {
  margin-bottom: 60px;
}

.catalog-category__content .category__header.test_kit h1, .catalog-category__content h2, .category__header.test_kit .catalog-category__content h1 {
  margin: 60px 0 30px;
}

.catalog-category__content .category__header.test_kit h1:first-of-type, .catalog-category__content h2:first-of-type, .category__header.test_kit .catalog-category__content h1:first-of-type {
  margin-top: 0;
  text-align: center;
}

.catalog-category__content h3 {
  margin: 60px 0 15px;
}

.catalog-category__content h4 {
  margin: 30px 0 5px;
}

.catalog-category__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}

.catalog-category__content p a {
  font-family: Roboto, sans-serif;
}

.catalog-category__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) {
  margin-bottom: 30px;
}

.catalog-category__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) ul li {
  padding: 0;
}

.catalog-category__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) ul li:before {
  display: none;
}

.catalog-category__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li {
  padding-left: 15px;
  position: relative;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
}

.catalog-category__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li b, .catalog-category__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li strong {
  color: #656d79;
  font-family: Roboto, sans-serif;
}

.catalog-category__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li a {
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

.catalog-category__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 8px;
}

.catalog-category__content ol li {
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.catalog-category__content ol li:before {
  color: #0d2c54;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

.catalog-category__content ol li:nth-child(-n+9):before {
  content: "0" counter(list-item) ". ";
}

.catalog-category__content ol li strong {
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
}

.catalog-category__content .category-article-widget .cta-note {
  font-weight: 400;
}

.catalog-category__content .medically_approved-widget {
  margin: 90px 0 0;
}

.catalog-category .content-sources {
  margin-bottom: 90px;
}

.catalog-category .inform-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2c54;
}

.catalog-category .inform-content {
  margin-bottom: 90px;
}

.catalog-category .inform-content .links-list li {
  margin-bottom: 14px;
}

.catalog-category .related-articles {
  margin-bottom: 90px;
}

.catalog-category .inform-title, .catalog-category .related-articles__heading {
  margin-bottom: 15px;
}

.catalog-category .related-articles .links-list li {
  margin-bottom: 14px;
}

.catalog-category .related-articles .links-list li a {
  font-family: Roboto, sans-serif;
}

.catalog-category .mb-90 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .catalog-category.test_kit .category__header--trustpilot {
    margin-bottom: 90px;
  }
  .catalog-category__faq {
    margin: 0 -15px 90px;
    padding: 90px 20px;
    background: #f7f7f7;
  }
  .catalog-category__faq .start-order-from-category {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category.test_kit .category__header {
    margin-bottom: 120px;
  }
  .catalog-category.test_kit .steps .heading-style {
    max-width: 100%;
  }
  .catalog-category.test_kit .catalog-category__content .category__header.test_kit h1:first-of-type, .catalog-category.test_kit .catalog-category__content h2:first-of-type, .category__header.test_kit .catalog-category.test_kit .catalog-category__content h1:first-of-type {
    margin-bottom: 60px;
  }
  .catalog-category__faq {
    margin-bottom: 120px;
  }
  .catalog-category__faq .start-order-from-category {
    margin-top: 60px;
  }
  .catalog-category .content-sources, .catalog-category .trustpilot__section {
    margin-bottom: 120px;
  }
  .catalog-category .inform-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .catalog-category .inform-content, .catalog-category .mb-md-120, .catalog-category .related-articles {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catalog-category .delivery-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -30px auto 120px;
  }
  .catalog-category .delivery-time .icon-delivery {
    width: 66px;
    min-width: 66px;
    height: 54px;
    margin: 0 18px 0 0;
  }
  .catalog-category .delivery-time__description strong {
    margin: 0;
    display: block;
  }
  .catalog-category .start-order-fixed-b {
    padding: 20px;
  }
  .catalog-category .start-order-fixed-b .delivery-time {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #cannabis-main-b-title {
    white-space: nowrap;
  }
  .catalog-category .start-consultation {
    margin-bottom: 120px;
  }
  .catalog-category .delivery-time {
    display: flex;
    align-items: center;
  }
  .catalog-category .start-order-fixed-b {
    padding: 20px;
  }
  .catalog-category .start-order-fixed-b .start-order-from-category {
    width: auto;
  }
  .catalog-category .start-order-static {
    margin-bottom: 120px;
    text-align: center;
  }
  .catalog-category .start-order-static .delivery-time {
    margin: 0;
    text-align: left;
    justify-content: center;
  }
  .catalog-category .start-order-static .delivery-time .icon-delivery {
    width: 66px;
    min-width: 66px;
    height: 54px;
    margin: 0 18px 0 0;
  }
  .catalog-category .start-order-static .delivery-time__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .catalog-category .start-order-static .delivery-time__description strong {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
  }
  .catalog-category__faq--heading {
    margin-bottom: 60px;
  }
  .catalog-category__content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .catalog-category__content ol li {
    margin-bottom: 30px;
  }
  .catalog-category__content .order-treatment {
    margin: 90px -95px;
  }
  .catalog-category.test_kit .order-treatment {
    margin: 90px auto;
    max-width: 100%;
  }
}
main {
  margin-top: 90px;
}

@media only screen and (max-width: 766px) {
  main {
    margin-top: 116px;
  }
}
.category__breadcrumbs {
  background: #e7fcf7;
  padding-top: 60px;
}

.category__breadcrumbs.content_type_bc {
  background: #f8eff5;
}

.category__header {
  background: #e7fcf7;
  -moz-border-bottom-right-radius: 90px;
  border-bottom-right-radius: 90px;
  margin-bottom: 30px;
  overflow: hidden;
}

.category__header.bc {
  background: #f8eff5;
}

.category__header--information {
  padding: 30px 0 15px;
}

.category__header .title h1 {
  margin-bottom: 5px;
}

.category__header .title p {
  color: #0d2c54;
  font-size: 15px;
  font-size: 0.9375rem;
}

.category__header .bullets {
  text-align: left;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}

.category__header .bullets li {
  display: flex;
  align-items: center;
}

.category__header .bullets li .icon {
  font-size: 10px;
  margin-right: 6px;
}

.category__header .bullets li strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  display: inline-block;
}

.category__header .treatments-scroll {
  text-decoration: underline;
  margin-bottom: 30px;
}

.category__header .treatments-scroll a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}

.category__header .treatments-scroll a::after {
  content: " &gt;";
  display: inline;
  position: absolute;
  top: 0px;
  right: -12px;
}

.category__header .strt-cnslttion-e-recipe-link {
  color: var(--primary-blue);
  font-family: Roboto, "sans-serif";
  font-size: 14px;
  margin-top: 10px;
}

.category__header .tested {
  margin: 30px 0;
}

.category__header .tested a {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.category__header--image {
  height: 290px;
  width: 290px;
  margin: 0 auto;
  background-size: cover;
}

.category__header--image_b_test {
  height: 290px;
  width: 290px;
  margin: 0 auto;
  background-size: cover;
}

.category__header--trustpilot {
  height: 22px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .category__header {
    -moz-border-bottom-right-radius: 120px;
    border-bottom-right-radius: 120px;
    margin-bottom: 15px;
  }
  .category__header--information {
    padding: 30px 0 25px;
  }
  .category__header--trustpilot {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: auto;
    margin-bottom: 0;
  }
  .category__header--trustpilot .trustpilot-widget {
    background-color: hsla(0, 0%, 100%, 0.9);
    padding: 13px 0;
  }
  .category__header--trustpilot .trustpilot-widget, .category__header--trustpilot .trustpilot-widget__preloader {
    border-radius: 6px;
    -moz-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-left: 50px;
    height: 48px;
  }
  .category__header--trustpilot .trustpilot-widget__preloader {
    padding: 13px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .category__breadcrumbs .breadcrumbs {
    justify-content: center;
  }
  .category__header--image {
    width: 420px;
    height: 420px;
  }
  .category__header--image_b_test {
    width: 310px;
    height: 310px;
    margin-top: -50px;
  }
  .category__header--trustpilot {
    left: 40px;
    right: 40px;
  }
  .category__header--trustpilot .trustpilot-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .category__header--information {
    padding: 30px 0 60px;
  }
  .category__header .btn {
    margin: 0 0 10px;
  }
  .category__header .bullets {
    max-width: inherit;
    margin: 0 0 30px;
  }
  .category__header .tested {
    margin: 0 0 30px;
  }
  .category__header--image {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    max-height: 540px;
    width: 540px;
  }
  .category__header--image_b_test {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    height: 600px;
    max-height: 540px;
    width: 450px;
  }
}
.category-description {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.category-description .doctor__image {
  background-color: #e7fcf7;
  border-radius: 12px;
  -moz-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 30px 17px 0 18px;
  height: 291px;
  overflow: hidden;
  margin-bottom: 15px;
}

.category-description .doctor__info .name {
  display: block;
  color: #0d2c54;
}

.category-description .doctor__info .position {
  color: #0d2c54;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

.category-description .about .category__header.test_kit h1, .category-description .about h2, .category__header.test_kit .category-description .about h1 {
  margin-bottom: 30px;
}

.category-description .about p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
  text-align: left;
}

.category-description .about p a {
  font-family: Roboto, sans-serif;
}

@media only screen and (max-width: 767px) {
  .category-description {
    padding-top: 60px;
    flex-direction: column-reverse;
  }
  .category-description:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: #eef1f6;
  }
  .category-description .doctor {
    margin-bottom: 30px;
  }
  .category__header--image_b_test {
    height: 280px;
    width: 306px;
    margin: 0 auto;
    background-size: cover;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .category-description {
    margin: 105px 0 60px;
  }
  .category-description .doctor {
    margin-right: 125px;
  }
  .category-description .about .btn-select-dosage {
    margin: 0;
  }
  .category-description .about .btn-select-dosage.btn-gray {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .category-description .doctor {
    margin-right: 30px;
  }
}
.category__search .search__container {
  padding: 60px 20px;
}

.category__search .search__heading {
  color: var(--primary-blue);
  margin-bottom: 5px;
}

.category__search .search__subtitle {
  color: var(--primary-blue);
  margin-bottom: 30px;
}

.category__search .search-field ~ .close-cross {
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.01s;
}

.category__search .search-field.not-empty ~ .close-cross {
  opacity: 1;
  display: block;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.category__search .search-field.not-empty ~ .close-cross .line {
  width: 14px;
  height: 2px;
  display: block;
  background-color: #98a0af;
}

.category__search .search-field.not-empty ~ .close-cross .line:first-child {
  transform: translateY(6px) rotate(45deg);
}

.category__search .search-field.not-empty ~ .close-cross .line:nth-child(2) {
  transform: translateY(4px) rotate(-45deg);
}

.category__search .search .head-container {
  background-color: rgb(247, 247, 247);
  padding: 30px;
  border-radius: 12px;
}

.category__search .search .main-search {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.category__search .search .main-search .search-form.search-form-home-top {
  width: 665px;
}

.category__search .search .main-search .filter .filter-icon {
  width: 24px;
  height: 24px;
  background-image: url(/img_v4/icons/filter.png);
  background-size: cover;
  margin-right: 5px;
}

.category__search .product-count {
  visibility: hidden;
  margin: 20px 0;
  gap: 5px;
}

#show-more-search-results-wrapper {
  display: none;
  justify-content: center;
}

#use-filters-search-results-wrapper {
  display: none;
  justify-content: center;
}

.category__search .search .main-search .filter {
  border: 1px solid rgb(219, 225, 235);
  padding: 10px;
  width: 305px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-family: Roboto, "sans-serif";
  color: var(--primary-blue);
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0);
}

.category__search .search .main-search .filter :hover {
  cursor: pointer;
}

#filters-menu .filter-choice {
  padding: 20px 0;
  border-bottom: rgb(249, 248, 246) solid 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  align-items: start;
}

#filters-menu .filter-choice-description {
  font-size: 12px;
  font-weight: 400;
}

#filters-menu .hamburger-menu__header {
  justify-content: space-between;
}

#filters-menu .close-hamburger {
  position: static;
}

#filters-menu .close-hamburger:hover {
  cursor: pointer;
}

#filters-menu label {
  margin: 0 !important;
}

#filters-menu .filter-choice label {
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-left: 3px;
}

#filters-menu .filters-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#filters-menu .filters-footer .btn {
  width: 80%;
}

#filters-menu .filters-footer #clear-all-filters {
  margin-top: 20px;
  color: rgb(97, 97, 97);
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}

#filters-menu .filters-footer #clear-all-filters:hover {
  cursor: pointer;
}

#filters-menu .regular-premium-filters {
  padding: 14px 30px;
}

.category__search .search .main-search .filter .green-plus {
  color: var(--primary-lightgreen);
  font-size: 20px;
}

.category__search .search .not-found {
  margin-top: 30px;
}

.category__search .search .not-found__title {
  margin-bottom: 0;
  color: #ef4747;
}

.category__search .search .results {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
  justify-content: center;
}

.category__search .search .results:empty {
  margin: 0;
}

#filters-menu .round {
  border: 2px solid var(--primary-lightgreen) !important;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
}

#filters-menu .round:checked {
  background-color: var(--primary-lightgreen) !important;
  border: solid 3px white !important;
  outline: solid 2px var(--primary-lightgreen) !important;
}

#filters-menu input[type=checkbox] {
  border: 2px solid #dbe1eb;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#filters-menu input[type=checkbox]:checked:not(.round) {
  background-color: var(--primary-lightgreen);
  border-color: var(--primary-lightgreen) !important;
  border-radius: 3px;
}

.category__search .search .results__item {
  background-color: #fff;
  padding: 20px 30px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border: 1px solid rgb(213, 213, 213);
}

.category__search .search .results__item img {
  width: 190px;
  height: 190px;
  margin-bottom: 5px;
}

.category__search .search .results__item .more-info {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.category__search .search .results__item .category-list__wrapper {
  margin-bottom: 10px;
}

.category__search .search .results__item .category-list__wrapper .more-info, .category__search .search .results__item .category-list__wrapper .prices-from {
  display: none;
}

.category__search .search .results__item .category-list__product {
  color: #0d2c54;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
}

.category__search .search .results__item .category-list__footer .button-wrapper {
  margin-bottom: 15px;
}

.category__search .search .results__item .category-list__footer .button-wrapper .btn:not(.btn-gray) {
  padding: 10px;
}

.category__search .search .results__item .category-list__footer .button-wrapper .btn-gray {
  display: flex;
  justify-content: center;
  height: 44px;
  min-height: 44px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0px 40px;
}

.category__search .search .results__item .category-list__footer .prices-from {
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  font-size: 13px;
  font-size: 0.8125rem;
}

.category__search .search .results__item .category-list__footer .prices-from .lowest-price {
  font-family: Roboto, sans-serif;
}

.category__search .search .results__item .category-list__footer .sticky-hide {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
  margin-top: 10px;
}

.category__search .search .results__item .category-list__footer br.sticky-hide {
  margin-top: 0;
}

.secondary-category-search-block {
  max-width: 450px;
  place-self: center;
  display: none;
}
.secondary-category-search-block .secondary-category-search__image {
  margin-bottom: 30px;
  filter: contrast(92%);
  width: 115px;
}
.secondary-category-search-block .secondary-category-search__title {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.secondary-category-search-block .secondary-category-search__subtitle {
  color: #4D4D4D;
  font-size: 16px;
}
.secondary-category-search-block .secondary-category-search__subtitle .secondary-category-search__link {
  cursor: pointer;
  color: #11DDAC;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .category__search .search .head-container {
    height: fit-content;
  }
  #manufacturer-page .results-container {
    margin-top: 150px !important;
  }
  .category__search .search .main-search {
    flex-direction: column;
  }
  .category__search .search .main-search .search-form.search-form-home-top {
    width: auto;
  }
  .category__search .search .main-search .filter {
    width: auto;
  }
  .category__search .search .results {
    justify-content: center;
  }
  .category__search .search .results__item {
    width: 335px;
    margin: 0 0 30px;
  }
  .category__search .search.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1102;
    transition: all 0.25s ease-in-out;
  }
  .category__search .search.sticky .search__container {
    margin-bottom: 0;
    padding: 15px;
  }
  .category__search .search.sticky .search__heading, .category__search .search.sticky .search__subtitle {
    display: none;
  }
  .category__search .search.sticky .results {
    margin: 15px -10px 0 0;
    max-height: 398px;
    overflow-y: auto;
    padding: 0 10px 0 0;
  }
  .category__search .search.sticky .results:empty {
    margin: 0;
  }
  .category__search .search.sticky .results::-webkit-scrollbar {
    border-radius: 10px;
    height: 10px;
    width: 6px;
    background: rgba(152, 160, 175, 0.2);
  }
  .category__search .search.sticky .results::-webkit-scrollbar-thumb {
    background: #98a0af;
    border-radius: 10px;
  }
  .category__search .search.sticky .results::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .category__search .search.sticky .results__item {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 540px;
    background-color: #e7fcf7;
    border-radius: 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    min-height: inherit;
  }
  .category__search .search.sticky .results__item:last-of-type {
    margin-bottom: 0;
  }
  .category__search .search.sticky .results__item .category-list__image {
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
    width: 70px;
    height: 70px;
    min-height: 70px;
    margin: 0;
  }
  .category__search .search.sticky .results__item .category-list__image img {
    width: 60px;
    height: 60px;
  }
  .category__search .search.sticky .results__item .category-list__wrapper {
    position: relative;
    flex: 1;
    padding: 7px 0 7px 15px;
    text-align: left;
  }
  .category__search .search.sticky .results__item .category-list__wrapper .prices-from {
    color: #0d2c54;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: left;
    display: block;
    margin: 0;
  }
  .category__search .search.sticky .results__item .category-list__wrapper .more-info {
    display: block;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    top: -10px;
  }
  .category__search .search.sticky .results__item .category-list__wrapper .more-info:active, .category__search .search.sticky .results__item .category-list__wrapper .more-info:focus, .category__search .search.sticky .results__item .category-list__wrapper .more-info:hover {
    text-decoration: underline;
  }
  .category__search .search.sticky .results__item .category-list__product {
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .category__search .search.sticky .results__item .category-list__footer {
    margin-top: 10px;
    width: 100%;
  }
  .category__search .search.sticky .results__item .category-list__footer--wrapper form .button-wrapper {
    margin-bottom: 0;
  }
  .category__search .search.sticky .results__item .category-list__footer--wrapper .prices-from {
    display: none;
  }
  .category__search .search.sticky .results__item .category-list__footer .button-wrapper .btn-gray {
    margin-bottom: 0;
  }
  .category__search .search.sticky .results__item .sticky-hide {
    display: none;
  }
  .category__search .search.sticky .show-more-treatments {
    display: inline-block;
    margin: 30px 0 15px;
    color: #11ddac;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .category__search .search.sticky .show-more-treatments:active, .category__search .search.sticky .show-more-treatments:focus, .category__search .search.sticky .show-more-treatments:hover {
    text-decoration: underline;
  }
  .category__search .search.sticky .not-found {
    margin-top: 15px;
  }
  .category__search .search.sticky .not-found__title {
    color: #dbe1eb;
  }
  .secondary-category-search-block .secondary-category-search__image {
    width: 88px;
  }
}
@media only screen and (min-width: 768px) {
  .category__search .search__container {
    border-radius: 12px;
    -moz-border-top-left-radius: 60px;
    border-top-left-radius: 60px;
    -moz-border-bottom-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .category__search .search-field.not-empty ~ .close-cross {
    right: 74px;
  }
  .category__search .search .results {
    margin: 0 0 0;
  }
  .category__search .search .results__item {
    width: 310px;
    margin: 0 30px 30px 0;
  }
  .category-list__wrapper {
    margin-bottom: 20px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .category__search .search .results {
    margin: 60px -26px 0;
  }
  .category__search .search .results__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .category__search .search .results__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .category__search .search.sticky .results {
    max-height: 45vh;
  }
}
.category__treatment {
  margin: 30px 0 60px;
}

.category__treatment .title {
  color: #0d2c54;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}

.category__treatment .subtitle {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  color: #656d79;
  font-weight: 400;
}

.category__treatment .category-container .nav-tabs {
  margin-left: -5px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.category__treatment .category-container .nav-tabs label {
  margin-bottom: 0;
  display: block;
  padding: 11px 25px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  color: #98a0af;
  cursor: pointer;
}

.category__treatment .category-container .nav-tabs input[type=radio] {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.category__treatment .category-container .nav-tabs .filter-button input:checked ~ label {
  border: 1px solid #11ddac;
  background: rgba(17, 221, 172, 0.08);
  color: #11ddac;
}

.category__treatment .category-container .info-message {
  display: none;
}

.category__treatment .category-container.empty .info-message {
  height: 270px;
  padding: 30px;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category__treatment .category-container.empty .info-message span {
  color: #98a0af;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.category__treatment .category-list {
  padding: 0;
  margin: 60px 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category__treatment .category-list:empty {
  margin: 0;
}

.category__treatment .category-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
  margin: 0 0 30px;
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

.category__treatment .category-list__image {
  margin-bottom: 5px;
}

.category__treatment .category-list__image img {
  width: 190px;
  height: 190px;
}

.category__treatment .category-list .more-info {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.category__treatment .category-list__product {
  margin-bottom: 10px;
}

.category__treatment .category-list__product a {
  color: #0d2c54;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.category__treatment .category-list__footer .button-wrapper {
  margin-bottom: 15px;
}

.category__treatment .category-list__footer .button-wrapper .btn {
  height: 44px;
  min-height: 44px;
  padding: 10px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  margin: auto;
}

.category__treatment .category-list__footer .prices-from {
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  font-size: 13px;
  font-size: 0.8125rem;
}

.category__treatment .category-list__footer .prices-from .lowest-price {
  font-family: Roboto, sans-serif;
}

.category__treatment .category-list__footer .sticky-hide {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
  margin-top: 10px;
}

.category__treatment .category-list__footer br.sticky-hide {
  margin-top: 0;
}

.category__treatment.products-w-prices .free-delivery-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.category__treatment.products-w-prices .product_bullets {
  margin: 0 0 60px;
}

.category__treatment.products-w-prices .product_bullets__item {
  margin: 0 30px 0 0;
  padding-left: 29px;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  font-size: 15px;
  font-size: 0.9375rem;
}

.category__treatment.products-w-prices .product_bullets__item .icon {
  position: absolute;
  left: 5px;
  top: 48%;
  transform: translateY(-50%);
  color: #11ddac;
  font-size: 12px;
  font-weight: 700;
}

.category__treatment.products-w-prices .product-trustpilot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.category__treatment.products-w-prices .product-trustpilot .stars {
  display: block;
  margin-right: 7px;
}

.category__treatment.products-w-prices .product-trustpilot .stars .icon-star-fill {
  color: #ffe66d;
  vertical-align: middle;
}

.category__treatment.products-w-prices .product-trustpilot .rating {
  margin-right: 6px;
}

.category__treatment.products-w-prices .product-trustpilot .rating a, .category__treatment.products-w-prices .product-trustpilot .rating span {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

@media only screen and (min-width: 768px) {
  .category__treatment {
    margin: 45px 0 90px;
  }
  .category__treatment .title {
    font-size: 32px;
    font-size: 2rem;
  }
  .category__treatment .category-container .nav-tabs {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
  .category__treatment .category-list {
    margin: 60px -30px 0 0;
    justify-content: flex-start;
  }
  .category__treatment .category-list__item {
    margin: 0 30px 30px 0;
    padding: 20px 30px 30px;
    width: 339px;
  }
}
@media only screen and (min-width: 1200px) {
  .category__treatment .category-container .nav-tabs {
    margin-bottom: 40px;
  }
  .category__treatment .category-list__item {
    width: 350px;
    transition: all 0.25s ease-in-out;
  }
  .category__treatment .category-list__item:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }
  .category__treatment.products-w-prices .prices-list__item {
    margin: 0 0 30px;
    flex-direction: row;
  }
  .category__treatment.products-w-prices .prices-list__tabs {
    -moz-border-top-left-radius: 60px;
    border-top-left-radius: 60px;
    border-top-right-radius: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 359px) {
  .category__treatment .category-list__footer .button-wrapper .btn {
    padding: 10px;
  }
}
.catalog-products-list .category__header {
  padding: 30px 0 60px;
}

.catalog-products-list .category__header .title .sub-title {
  margin-bottom: 0;
}

.catalog-products-list .cta {
  margin: 30px 0 60px;
}

.catalog-products-list .cta .btn {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .catalog-products-list .category__header {
    padding: 30px 0 90px;
  }
  .catalog-products-list .category__header .title .main-title {
    margin-right: 20px;
  }
  .catalog-products-list .category__header .title .sub-title {
    max-width: 540px;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-products-list .category__header .title .sub-title {
    margin: 0;
  }
}
.category__treatment.products-w-prices .prices-list {
  display: block;
}

.category__treatment.products-w-prices .prices-list__item {
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  margin: 0 0 60px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.category__treatment.products-w-prices .prices-list__product {
  padding: 20px 20px 30px;
}

.category__treatment.products-w-prices .prices-list__product--name a {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  font-weight: 700;
  color: #0d2c54;
}

.category__treatment.products-w-prices .prices-list__product--carousel {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 190px;
}

.category__treatment.products-w-prices .prices-list__product--carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
  overflow: inherit;
  height: auto;
}

.category__treatment.products-w-prices .prices-list__product--carousel .slider-btn-next, .category__treatment.products-w-prices .prices-list__product--carousel .slider-btn-prev {
  top: 45%;
}

.category__treatment.products-w-prices .prices-list__product--carousel .slider-btn-next {
  right: 0;
}

.category__treatment.products-w-prices .prices-list__product--carousel .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.category__treatment.products-w-prices .prices-list__product--carousel .slick-dots li {
  padding: 0 5px;
}

.category__treatment.products-w-prices .prices-list__product--carousel .slick-dots li button {
  padding: 0;
  border: 0;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #c6f4e9;
}

.category__treatment.products-w-prices .prices-list__product--carousel .slick-dots li.slick-active button {
  background-color: #11ddac;
}

.category__treatment.products-w-prices .prices-list__product--image {
  max-width: 160px;
  margin: auto;
  display: block !important;
}

.category__treatment.products-w-prices .prices-list__product--image img {
  width: 160px;
  height: 160px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.category__treatment.products-w-prices .prices-list__tabs {
  background-color: #f7f7f7;
  -moz-border-top-right-radius: 60px;
  border-top-right-radius: 60px;
  padding: 20px;
  flex: 1;
}

.category__treatment.products-w-prices .prices-list__tabs .nav-tabs {
  margin: 0 0 5px;
  padding: 0;
}

.category__treatment.products-w-prices .prices-list__tabs .nav-tabs li {
  flex: 1;
  margin: 0;
}

.category__treatment.products-w-prices .prices-list__tabs .nav-tabs .tab-link {
  display: block;
  text-align: center;
  height: 100%;
  padding: 12px;
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.04);
}

.category__treatment.products-w-prices .prices-list__tabs .nav-tabs .tab-link:hover {
  text-decoration: none;
}

.category__treatment.products-w-prices .prices-list__tabs .nav-tabs .tab-link.active {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #11ddac;
  color: #11ddac;
  font-weight: 600;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.category__treatment.products-w-prices .prices-list__tabs--row {
  display: flex;
  justify-content: space-between;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.04);
  padding: 5px 20px;
}

.category__treatment.products-w-prices .prices-list__tabs--row:last-of-type {
  box-shadow: none;
}

.category__treatment.products-w-prices .prices-list__tabs--row .quantity {
  flex: 1;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #656d79;
}

.category__treatment.products-w-prices .prices-list__tabs--row .info {
  margin: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
  display: flex;
  align-items: center;
}

.category__treatment.products-w-prices .prices-list__tabs--row .info .saving {
  color: #11ddac;
}

.category__treatment.products-w-prices .prices-list__tabs--row .info .item-out-of-stock {
  color: #656d79;
}

.category__treatment.products-w-prices .prices-list__tabs--row .price {
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
}

.category__treatment.products-w-prices .prices-list__tabs .product_bullets {
  margin: 20px 0;
}

.category__treatment.products-w-prices .prices-list__tabs .product_bullets__item {
  padding-left: 22px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

.category__treatment.products-w-prices .prices-list__tabs .product_bullets__item .icon {
  font-size: 10px;
}

.category__treatment.products-w-prices .prices-list__modal .popup-wrapper {
  top: 20px;
  bottom: 20px;
  transform: none;
  max-width: 100%;
}

.category__treatment.products-w-prices .prices-list__modal .popup-container {
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.category__treatment.products-w-prices .prices-list__modal .content .image {
  margin-bottom: 38px;
}

.category__treatment.products-w-prices .prices-list__modal .content .image img {
  width: 115px;
}

.category__header.test_kit .category__treatment.products-w-prices .prices-list__modal .content h1, .category__treatment.products-w-prices .prices-list__modal .content .category__header.test_kit h1, .category__treatment.products-w-prices .prices-list__modal .content h2 {
  margin: 0 0 10px;
  text-align: left;
}

.category__header.test_kit .category__treatment.products-w-prices .prices-list__modal .content h1:nth-child(n+2), .category__treatment.products-w-prices .prices-list__modal .content .category__header.test_kit h1:nth-child(n+2), .category__treatment.products-w-prices .prices-list__modal .content h2:nth-child(n+2) {
  display: none;
}

.category__treatment.products-w-prices .prices-list__modal .content p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 30px;
  text-align: left;
}

.category__treatment.products-w-prices .prices-list__modal .content p:empty, .category__treatment.products-w-prices .prices-list__modal .content p:nth-child(n+4) {
  display: none;
}

.category__treatment.products-w-prices .prices-list__modal .content .btn {
  padding: 10px;
  margin: 0 0 10px;
  min-height: inherit;
}

@media only screen and (min-width: 768px) {
  .category__treatment.products-w-prices .prices-list__product {
    padding: 30px 20px;
  }
  .category__treatment.products-w-prices .prices-list__tabs .product_bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  .category__treatment.products-w-prices .prices-list__modal .popup-wrapper {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
  }
  .category__treatment.products-w-prices .prices-list__modal .popup-container {
    padding: 30px 90px;
  }
  .category__treatment.products-w-prices .prices-list__modal .content .image {
    margin-bottom: 47px;
  }
  .category__treatment.products-w-prices .prices-list__modal .content .image img {
    width: 229px;
  }
  .category__header.test_kit .category__treatment.products-w-prices .prices-list__modal .content h1, .category__treatment.products-w-prices .prices-list__modal .content .category__header.test_kit h1, .category__treatment.products-w-prices .prices-list__modal .content h2 {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .category__treatment.products-w-prices .prices-list__item {
    margin: 0 0 30px;
    flex-direction: row;
  }
  .category__treatment.products-w-prices .prices-list__product {
    padding: 30px;
    width: 352px;
  }
  .category__treatment.products-w-prices .prices-list__product--image {
    max-width: 190px;
  }
  .category__treatment.products-w-prices .prices-list__product--image img {
    width: 190px;
    height: 190px;
  }
  .category__treatment.products-w-prices .prices-list__tabs {
    -moz-border-top-left-radius: 60px;
    border-top-left-radius: 60px;
    border-top-right-radius: 0;
    padding: 30px;
  }
  .category__treatment.products-w-prices .prices-list__tabs .f-1 {
    flex: 1;
    -ms-flex: auto;
  }
  .category__treatment.products-w-prices .prices-list__modal .popup-wrapper {
    max-width: 1110px;
    max-height: 748px;
  }
  .category__treatment.products-w-prices .prices-list__modal .popup-container {
    padding: 30px 120px;
  }
  .category__treatment.products-w-prices .prices-list__modal .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category__treatment.products-w-prices .prices-list__modal .content .image {
    margin: 0 58px 0 0;
  }
  .category__treatment.products-w-prices .prices-list__modal .content .image img {
    width: 264px;
  }
  .category__header.test_kit .category__treatment.products-w-prices .prices-list__modal .content h1, .category__treatment.products-w-prices .prices-list__modal .content .category__header.test_kit h1, .category__treatment.products-w-prices .prices-list__modal .content h2 {
    max-width: 100%;
  }
  .category__treatment.products-w-prices .prices-list__modal .content .buttons {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .category__treatment.products-w-prices .prices-list__modal .content .buttons .btn {
    padding: 10px 40px;
  }
  .category__treatment.products-w-prices .prices-list .link-underlined {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.order-treatment {
  background-color: #f7f7f7;
  border-radius: 12px;
  -moz-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 60px 22px;
  margin: 90px auto;
  max-width: 920px;
}

.order-treatment.green {
  background-color: #e7fcf7;
}

.order-treatment.green .order-treatment__products .slick-arrow {
  border: 2px solid #11ddac;
}

.order-treatment.green .order-treatment__products--item .img-wrapper {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.order-treatment.blue {
  background-color: #0d2c54;
}

.order-treatment.blue .order-treatment__title {
  color: #fff;
}

.order-treatment.blue .order-treatment__products .slick-arrow {
  border: 2px solid #11ddac;
  background-color: transparent;
}

.order-treatment.blue .order-treatment__products--item .img-wrapper {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.order-treatment.blue .order-treatment__products--item .product-link {
  color: #11ddac;
}

.order-treatment.blue .order-treatment__products--item .prices {
  color: #fff;
}

.order-treatment__title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.order-treatment__products {
  margin-bottom: 22px;
  width: max-content;
}

.order-treatment__products .slick-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e7fcf7;
  position: absolute;
  top: 69px;
  z-index: 2;
}

.order-treatment__products .slick-arrow:before {
  font-family: icomoon;
  font-size: 10px;
  color: #11ddac;
  font-weight: 700;
}

.order-treatment__products .slick-arrow.slick-prev {
  left: 0;
}

.order-treatment__products .slick-arrow.slick-prev:before {
  content: "\e988";
}

.order-treatment__products .slick-arrow.slick-next {
  right: 0;
}

.order-treatment__products .slick-arrow.slick-next:before {
  content: "\e989";
}

.order-treatment__products--item {
  text-align: center;
}

.order-treatment__products--item .img-wrapper {
  display: block;
  width: 160px;
  height: 160px;
  padding: 15px;
  margin: 0 auto 27px;
  background-color: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.order-treatment__products--item .img-wrapper img {
  width: 130px;
  height: 130px;
}

.order-treatment__products--item .product-link {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
}

.order-treatment__products--item .prices {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
  color: #656d79;
  font-family: Roboto, sans-serif;
}

.order-treatment__cta {
  text-align: center;
}

.order-treatment__cta .btn {
  width: auto;
  display: inline-block;
}

.order-treatment__cta .cta-note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.order-treatment__cta .cta-note strong {
  font-family: Roboto, sans-serif;
}

.order-treatment__cta .cta-note.bottom {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .order-treatment {
    padding: 60px;
  }
  .order-treatment.green .order-treatment__products--item .img-wrapper {
    box-shadow: 0 30px 30px -15px rgba(7, 54, 48, 0.15);
  }
  .order-treatment__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .order-treatment__products {
    text-align: center;
    margin: 0 0 44px;
  }
  .order-treatment__products .slick-arrow.slick-prev {
    left: -50px;
  }
  .order-treatment__products .slick-arrow.slick-next {
    right: -50px;
  }
  .order-treatment__products--item {
    display: inline-block;
  }
  .order-treatment__products--item .img-wrapper {
    box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.15);
  }
  .order-treatment__products--item .product-link {
    text-decoration: underline;
  }
  .order-treatment__products--item .product-link:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .order-treatment {
    padding: 60px 95px;
  }
  .order-treatment__products .slick-arrow {
    transition: all 0.25s ease-in-out;
  }
  .order-treatment__products .slick-arrow:hover {
    background-color: #11ddac;
  }
  .order-treatment__products .slick-arrow:hover:before {
    color: #fff;
  }
}
.steps.three-steps .heading-style {
  margin: 0 0 30px;
  color: #0d2c54;
}

.steps-item {
  max-width: 295px;
  margin: 0 auto 30px;
  position: relative;
}

.steps-item:last-of-type {
  margin-bottom: 0;
}

.steps-icon {
  margin: 0 auto 5px;
}

.steps-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.steps-description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 23px;
}

@media only screen and (min-width: 768px) {
  .steps {
    padding: 0;
  }
  .steps.three-steps .heading-style {
    margin: 0 0 60px;
  }
  .steps-item {
    max-width: 460px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .steps-icon {
    margin: 0 30px 0 0;
  }
  .steps-info {
    flex: 1;
    text-align: left;
  }
  .steps-description {
    margin: 0;
  }
  .steps-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .steps.three-steps .heading-style {
    margin: 0;
  }
}</pre></body></html>