@charset "UTF-8";

/*
Theme Name: baSap
Template: twentytwentyfive
Description: Child theme TT5 od baSap.
Author: baSap
Author URI: https://baSap.pl/
Version: 1.0
Text Domain:  twenty-twenty-five-child
*/

:root {
  --dark-green: #007f32;
  --light-green: #effaec;
  --light-green2: #d7ece1;
  --font-color: #595a68;
  --font-color2: #2f3146;
  --font-color3: #b9bac5;
  --background-gray: #fbf9f9;
  --background-gray2: #f4f4fa;
  --wp--preset--font-family--body: Montserrat;
  --bs-body-color: var(--font-color);
}

.has-neuca-green-color {
  color: #007f32;
}

@font-face {
  font-family: "Montserrat";
  src: url("./font/Montserrat-Regular.woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("./font/Montserrat-Medium.woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("./font/Montserrat-SemiBold.woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .container {
    width: 1288px;
  }
  .row {
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat";
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: auto !important;
}

#main-content {
  width: 100%;
  margin-top: 242px;
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  #main-content {
    margin-top: 132px;
  }
}
@media screen and (max-width: 1279px) {
  .hidden-mobile {
    display: none !important;
  }
}
.container {
  margin: 16px auto;
  padding: 40px 0 80px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .container {
    padding: 32px 10px 10px;
  }
}

.second-menu-container {
  position: relative;
}

.nsz-search {
  width: auto;
}

.nsz-konto-pacjenta-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 15px;
  gap: 8px;
  height: 24px;
}

.nsz-konto-pacjenta-btn:hover {
  cursor: pointer;
}

.header_1 {
  color: #2f3146;
  margin-bottom: 30px;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  /* 105% */
  margin-top: 0px;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.wp-block-table {
  overflow: auto;
}

.wp-block-table thead {
  border-bottom: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}

.wp-block-image {
  margin-bottom: 0px;
}

.wp-block-image img {
  max-width: none;
}

.header_green {
  color: #007f32;
  /* Headline/Header 3 (40 px) */
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

.wp-block-button__link_sz {
  border-radius: 40px;
  border: 1px solid #007f32;
  background-color: white;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.wp-block-button__link_szczegoly {
  display: flex;
  max-width: 141px;
  max-height: 49px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid #007f32;
  background-color: #fff;
}

.wp-block-button__link_sz_b_1 {
  border-radius: 40px;
  background: #007f32;
  color: #fbf9f9;
  /* button style */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fbf9f9;
  /* button style */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.wp-block-button__link {
  border-radius: 40px;
  background: #007f32;
  font-family: Montserrat;
  font-size: 14px;
  padding: 16px 24px;
  color: #fbf9f9;
}

.wp-block-button__link_szczegoly {
  display: flex;
  max-width: 141px;
  max-height: 49px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid #007f32;
  background-color: #fff;
}

.panel-video {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
}
.panel-video__title {
  margin: 0;
}
@media screen and (max-width: 780px) {
  .panel-video__title {
    margin-bottom: -13px;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}

@media screen and (max-width: 780px) {
  .block-video div {
    width: 93%;
    margin: 10px auto;
  }
}
.wistia_embed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  width: 1288px;
}

@media screen and (max-width: 1399px) {
  .wistia_embed {
    width: 1140px;
  }
}
.wp-image-139,
.wp-image-137,
.wp-image-142 {
  border-radius: 8px;
}

.no-gap {
  gap: 0;
}

.panel-join-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  align-items: flex-start;
  gap: 48px;
  border-radius: 8px;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.25),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
}
.panel-join-us__green {
  background-color: #007f32;
  color: #fff;
}
.panel-join-us__green .panel-join-us__header {
  color: #fff;
}
.panel-join-us__green .panel-join-us__subheader {
  color: #fff;
}
.panel-join-us__green .panel-join-us__button a {
  color: #007f32;
  background-color: #fff;
}
.panel-join-us__patient-account {
  gap: 0;
}

.panel-join-us__header {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
}
.panel-join-us__header-2 {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .panel-join-us__header {
    width: 100%;
    margin-bottom: 16px;
  }
}

.panel-join-us__subheader {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #595a68;
  margin: 0;
}

.panel-join-us__button {
  width: 276px;
  display: flex;
  margin-top: 0;
  justify-content: end;
  align-items: center;
}

.panel-join-us .wp-block-button__link {
  color: #fbf9f9;
}

.mark,
mark {
  padding: 0;
}

/* Sekcja wszystko czego potrzebujesz dla siebie i swojej rodziny */
.wcp-r-t {
  color: #595a68;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.wcp-r-t p {
  margin-top: 16px;
}

.cookiefirst-root span[data-cookiefirst-action="open-preferences"] {
  display: none !important;
}

/** Footer **/
.footer,
body {
  margin-left: 0px;
  margin-right: 0px;
}

.footer {
  z-index: 10000;
  min-height: 320px;
  background-color: #007f32;
  position: relative;
}
.footer__show-desktop {
  display: block;
}
.footer__show-mobile {
  display: none;
}
.footer .container {
  padding: 0;
  margin-top: 0;
  padding-bottom: 64px;
}
.footer ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-left: 0;
}
.footer strong,
.footer p {
  font-size: 16px;
  color: #fff;
}
.footer strong {
  font-weight: 600;
}
.footer a {
  display: inline-block;
  font-family: Montserrat;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.8784313725);
}
.footer div {
  padding-left: 0;
  padding-right: 0;
  align-items: unset;
}
.footer .toggleFooter {
  display: none;
}
.footer__content-wrapper {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.footer__main-content {
  display: flex;
  gap: 142px;
  width: 100%;
}
.footer__logo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  width: 232px;
}
.footer__logo-wrapper-info {
  color: #fff;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.footer__logo-wrapper-info_first {
  margin-bottom: 10px;
}
.footer__logo-wrapper-info_numbers {
  margin: 0;
}
.footer__content-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  width: 100%;
}
.footer__content-box__no-title {
  padding-top: 35px;
}
.footer__content-box__no-title-second {
  width: 80px;
}
.footer__content-box__no-title-second ul {
  margin-left: 12px;
}
.footer__content-box__no-title-three {
  margin-left: 0;
  margin-right: 0;
}
.footer__div-title {
  margin-bottom: 10px;
  padding-bottom: 4px;
  font-family: Montserrat;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}
.footer__separator-mobile {
  display: none;
}
.footer__bottom-line {
  text-align: center;
  padding-top: 45px;
  height: 125px;
  width: 90%;
  max-width: 1288px;
  border-top: 1px solid #ffffff;
  margin: 0 auto;
  font-family: Montserrat;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}
.footer__links {
  margin-top: 16px;
}
.footer__media div {
  padding-bottom: 16px;
}
.footer__mobile {
  width: 25%;
  justify-content: space-between;
}
.footer .logo-slider {
  margin: auto;
}
.footer .logo-slider img {
  width: 100%;
  height: 100%;
  max-height: 43px;
}
.footer__media-desktop {
  display: block;
}
.footer__media-mobile {
  display: none;
}
.footer__privacy-settings {
  display: block !important;
  border: none;
  background-color: inherit;
  margin-top: 16px;
}
@media screen and (max-width: 1399px) {
  .footer__main-content {
    gap: 96px;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    min-height: 350px;
    min-height: 460px;
  }
  .footer__content-box > div:not(:last-child) {
    width: auto;
  }
  .footer__show-desktop {
    display: none;
  }
  .footer__show-mobile {
    display: flex;
  }
  .footer__media-desktop {
    display: none;
  }
  .footer__media-mobile {
    display: flex;
    padding-top: 25px;
    width: 120px;
  }
  .footer .container {
    display: flex;
    width: 100%;
  }
  .footer__mobile {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer__mobile div {
    flex: 50%;
    box-sizing: border-box;
  }
  .footer__content-wrapper {
    display: block;
    width: 95%;
    margin: auto;
  }
  .footer__logo-wrapper {
    text-align: left;
    margin-bottom: 30px;
  }
  .footer__content-box {
    width: auto;
    gap: 16px;
  }
  .footer__content-box__no-title {
    padding: 0;
    margin-top: 10px;
  }
  .footer__content-box__no-title div {
    margin: 0;
    padding-left: 0;
  }
  .footer__media {
    text-align: left;
  }
  .footer__media div {
    padding-right: 16px;
    margin-left: 0;
  }
  .footer .double-column {
    flex: 50%;
  }
  .footer__main-content {
    justify-content: space-between;
  }
  .footer ul {
    flex-direction: column;
    gap: 16px;
  }
  .footer ul:nth-child(2) {
    gap: 32px;
  }
  .footer .open {
    rotate: 180deg;
  }
  .footer .hidden {
    display: none;
  }
  .footer__links {
    margin-top: 0;
  }
  .footer .toggleFooter {
    cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: start;
  }
  .footer .container {
    width: 95%;
  }
  .footer__content-wrapper {
    padding-top: 40px;
  }
  .footer__main-content,
  .footer__logo-wrapper {
    padding-left: 0;
  }
  .footer__separator-mobile {
    display: block;
    text-align: center;
    padding-top: 25px;
    margin-top: 40px;
    width: 100%;
    border-top: 1px solid #ffffff;
  }
  .footer__content-box__no-title {
    width: 100%;
  }
  .footer__content-box__no-title-second {
    padding-left: 0;
  }
  .footer__div-title {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .footer__logo-wrapper-info_first {
    width: 225px;
  }
  .footer__logo-wrapper-info_second {
    width: auto;
  }
  .footer__logo-wrapper__privacy-settings {
    margin-top: 16px;
  }
}

@media (max-width: 780px) {
  .family-container {
    margin: auto 20px;
    display: block !important;
  }
  .panel-join-us__button {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer .container {
    padding-bottom: 32px;
  }
}
@media (max-width: 360px) {
  .family-container {
    margin: auto 0px;
    display: block !important;
  }
  .header_1,
  .family-w h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
#map {
  height: 100%;
}

body {
  font-family: Montserrat;
}

body.loading * {
  cursor: wait !important;
}

a {
  font-family: Montserrat;
  text-decoration: none;
  color: #2f3146;
  line-height: 24px;
}

mark a {
  color: inherit;
}

.breadcrumb {
  display: block;
  margin-top: 205px;
}
.breadcrumb img {
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumb p {
  color: #007f32;
  display: inline;
}

.breadcrumb a {
  color: #b6b6b6;
  /* Mobile/Body/B Semibold 12px */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.breadcrumb p {
  color: #007f32;
  display: inline;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 133.333% */
}

.breadcrumb.container {
  margin: 35px auto;
  padding: 0;
  margin-bottom: 0;
}

.font-16 {
  font-size: 16px !important;
}

.font-20 {
  font-size: 20px !important;
}

.footer__mail-link {
  text-decoration: underline;
}

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

@media (max-width: 600px) {
  .breadcrumb.container {
    padding: 0 10px;
  }
  .footer__main-content {
    flex-direction: column;
  }
  .footer__logo-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
  .footer__content-box {
    padding-top: 0;
  }
  .footer__mail-link {
    font-weight: 400 !important;
    text-decoration: none;
  }
}
@media (max-width: 781px) {
  .mobile-column {
    display: flex;
    flex-direction: column !important;
  }
}
.is-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.neuca-w-s-margin {
  padding-right: 0;
}

.widget__margin-upper {
  margin-top: 100px;
}

.widget__margin-upper-max {
  margin-top: 160px;
}

@media screen and (max-width: 780px) {
  .widget__margin-upper {
    margin-top: 80px;
  }
  .page-main .widget__margin-upper {
    margin-top: 60px;
  }
  .mb-padding-btm-8 {
    padding-bottom: 8px !important;
  }
  .mb-no-padding-btm {
    padding-bottom: 0 !important;
  }
  .mb-no-padding-top {
    padding-top: 0 !important;
  }
  .mb-gap-15 {
    gap: 15px !important;
  }
}
@media screen and (max-width: 1280px) {
  .breadcrumb {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-pt-15 {
    padding-top: 15px;
  }
  .seven-mobile-hide {
    display: block;
    color: var(--font-color2);
    width: fit-content;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 40px;
    border: 1px solid var(--dark-green);
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.page_gap {
  margin-top: 80px;
}

.slider-arrow:hover .custom-arrow {
  border-radius: 20px;
  background: #d7ece1;
}
.slider-arrow:hover .custom-arrow rect {
  stroke: none;
}

.custom-arrow {
  transition: all 0.3s ease;
}
.custom-arrow rect {
  transition: stroke 0.3s ease;
}

.background--global {
  background-image: url("../../uploads/assets/png/background-pattern-mobile.png");
}

@media all and (min-width: 430px) {
  .background--global {
    background-image: url("../../uploads/assets/png/background-pattern.png");
  }
}
nav {
  display: flex;
  justify-content: normal;
}

.menu-top {
  display: flex;
  justify-content: center;
  overflow-x: scroll;
  scrollbar-width: none;
}
.menu-top::-webkit-scrollbar {
  display: none;
}
.menu-top nav,
.menu-top nav > div,
.menu-top .menu {
  width: 100%;
}
.menu-top nav > div {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #6d7280;
}
.menu-top .menu {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  max-width: 1288px;
  text-wrap: nowrap;
}
.menu-top .menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  padding: 8px 32px;
  border-left: 1px solid #cdd3d3;
  border-right: 1px solid #cdd3d3;
  border-top: 1px solid #cdd3d3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  white-space: nowrap;
}
.menu-top .menu .current-menu-item {
  border-top: 1px solid #6d7280;
  border-left: 1px solid #6d7280;
  border-right: 1px solid #6d7280;
}
.menu-top .menu .current-menu-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  border-bottom: 1px solid #fff;
}

.first-menu {
  display: flex;
  justify-content: space-between;
}

.second-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header .current-menu-item a {
  color: #007f32;
  font-weight: 600;
  cursor: pointer;
}
.header .current-menu-item a:hover {
  color: #595a68;
  font-weight: 600;
}

header a:hover {
  color: #595a68;
  cursor: pointer;
}

#menu-drugie li.menu-item:active a {
  color: #006428;
  font-weight: 600;
}
#menu-drugie li.menu-item:active a:last-child {
  color: #595a68;
  font-weight: 400;
}

.menu-item-has-children:hover > a {
  color: #464961;
  font-weight: 600;
}

/* Stylizacja menu głównego */
.main-menu,
.menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li,
.menu-item li {
  display: inline-block;
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  z-index: 2;
  /* shadow 1 */
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
}

.sub-menu.open {
  display: block;
}

#menu-main,
#menu-drugie {
  display: grid;
  padding-left: 0;
  justify-items: center;
}

#menu-main {
  display: flex;
  gap: 32px;
}

#menu-drugie {
  margin-top: 10px;
  display: flex;
  gap: 32px;
}

.main-menu ul li,
.menu-item ul li {
  display: flex;
  min-width: 104px;
  height: 24px;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.main-menu ul li:last-child,
.menu-item ul li:last-child {
  margin-bottom: 0;
}

/* Dodanie trójkąta do elementu z submenu */
.menu-item-has-children > a:after {
  content: "";
  cursor: pointer;
  background-image: url("../../uploads/assets/png/arrow_menu.png");
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 3px;
}

.menu-item-has-children.active > a {
  color: #007f32;
  font-weight: 600;
}
.menu-item-has-children.active > a:hover {
  color: #464961;
}

.menu-item-has-children.active > a:after {
  background-image: url("../../uploads/assets/png/arrow_menu_up.png");
}

.header {
  display: flex;
  justify-content: center;
  height: fit-content;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 100000;
  background-color: white;
  position: fixed;
  border-bottom: 1px solid rgb(227, 230, 232);
}
.header .container {
  margin: 70px auto;
  padding: 0;
  margin-bottom: 0;
}
.header__site-logo {
  padding: 0;
}
.header__site-logo h1 {
  margin-bottom: 0;
}
.header__logo-desktop {
  cursor: pointer;
  margin-top: -20px;
  margin-bottom: 20px;
}
.header__logo-mobile {
  display: none;
}
.header__first-menu {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}
.header__hamburger-menu-wrapper {
  display: none;
}
.header__second-menu {
  padding-left: 0;
  margin-right: auto;
}
.header__nsz-konto-pacjenta-wrapper {
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 8px;
  background: #d7ece1;
  cursor: pointer;
}
.header__nsz-konto-pacjenta-btn {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
  color: #007f32;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.header__nsz-konto-pacjenta-btn::before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Ccircle cx='11.5003' cy='9.57647' r='3.73077' stroke='%23007F32'/%3E%3Ccircle cx='11.5' cy='11.6914' r='10.5' stroke='%23007F32'/%3E%3Cpath d='M18.2689 19.7297C18.2689 16.4585 15.2382 13.8066 11.4997 13.8066C7.76116 13.8066 4.73047 16.4585 4.73047 19.7297' stroke='%23007F32'/%3E%3C/svg%3E");
}
.header__nsz-konto-pacjenta-btn::after {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  transform: translateY(2px) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M7.5 15.6914L12.0278 11.0982C12.5625 10.5558 13.4375 10.5558 13.9722 11.0982L18.5 15.6914' stroke='%23007F32' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header__nsz-konto-pacjenta-btn-active::after {
  transform: none;
}
.header__nsz-konto-pacjenta-dropdown {
  display: none;
  max-width: 240px;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
  z-index: 2;
}
.header__nsz-konto-pacjenta-dropdown a {
  color: #595a68;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.header__nsz-konto-pacjenta-dropdown ul {
  margin: 0;
  display: flex;
  padding: 8px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.header__nsz-konto-pacjenta-btn-mobile {
  display: none;
}
.header .mobile-menu {
  display: none;
}
.header .mobile-konto {
  display: none;
}
.header a {
  line-height: 22px;
}
.menu-top a {
  color: #6d7280;
  line-height: 28px;
}
@media screen and (max-width: 1300px) {
  .header__site-logo {
    margin-left: 0;
  }
  .header__second-menu {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .menu-top a {
    font-size: 12px;
    line-height: 18px;
  }

  .menu-top .menu {
    max-width: 1140px;
  }

  .menu-top .menu .menu-item {
    padding: 8px 24px;
  }

  .header__nsz-konto-pacjenta-btn {
    position: relative;
    margin-bottom: 56px;
  }
  .header__logo-desktop {
    display: none;
  }
  .header__logo-mobile {
    display: block;
    cursor: pointer;
  }
  .header__nsz-konto-pacjenta-btn {
    display: none;
  }
  .header__nsz-konto-pacjenta-btn-mobile {
    display: flex;
    position: relative;
    top: 16px;
    right: 7px;
    width: 32px;
    height: 32px;
    justify-self: end;
    cursor: pointer;
  }
  .header .container {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: 90px;
  }
  .header__site-logo {
    margin-left: 0;
  }
  .header__hamburger-menu-wrapper {
    display: flex;
    justify-content: end;
    padding: 0;
  }
  .header__hamburger-menu-btn {
    cursor: pointer;
    margin-right: 17px;
  }
  .header__hamburger-menu-btn-last {
    cursor: pointer;
    margin-right: 0px;
  }
  .header #menu-drugie-1 {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
  }
  .header #menu-main-1 {
    margin: 0;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 40px;
  }
  .header .sub-menu {
    padding-bottom: 0;
    position: relative;
    box-shadow: none;
  }
  .header__first-menu,
  .header__second-menu,
  .header .mobile-menu {
    display: none;
  }
  .header__nsz-konto-pacjenta-wrapper {
    display: none;
  }
  .header .menu-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .header .menu-icon .top,
  .header .menu-icon .middle,
  .header .menu-icon .bottom {
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    stroke-width: 1.4;
    stroke-linecap: round;
  }
  .header .menu-icon.toggle .top {
    transform: translateX(8px) translateY(1px) rotate(45deg);
    stroke: #595a68;
  }
  .header .menu-icon.toggle .middle {
    opacity: 0;
  }
  .header .menu-icon.toggle .bottom {
    stroke: #595a68;
    transform: translateX(-15px) translateY(10px) rotate(-45deg);
  }
  .header .visible {
    display: flex;
  }
  .header .mobile-menu {
    max-height: calc(100vh - 65px);
    overflow: auto;
    flex-direction: column;
    position: absolute;
    background: #fff;
    top: 137px;
    left: 0;
    width: 100dvw;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .header .mobile-konto {
    max-height: calc(100vh - 65px);
    overflow: auto;
    flex-direction: column;
    position: absolute;
    background: #fff;
    top: 142px;
    left: 0;
    width: 100dvw;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .header .mobile-konto ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding-right: 32px;
  }
  .header .mobile-konto a {
    color: #2f3146;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .header .patient-open {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .menu-top .menu {
    gap: 8px;
    padding: 0 8px;
    width: fit-content;
  }
}
@media screen and (max-width: 510px) {
  .header .container {
    width: 94%;
  }
}

.contact-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
  padding: 32px 40px 0 40px;
}
.contact-page .faq__category {
  padding-bottom: 16px;
}
.contact-page ul {
  list-style: none;
}
.contact-page .d-none {
  display: none;
}
.contact-page__dropdowns {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.contact-page__dropdown {
  width: 372px;
  position: relative;
}
.contact-page__dropdown:has(.option.selected) input[readonly] {
  border: 1px solid #007f32;
}
.contact-page__dropdown:has(.option.selected) input[readonly]::placeholder {
  color: #007f32;
}
.contact-page__dropdown-label {
  position: absolute;
  top: -25px;
  font-weight: 400;
  font-size: 14px;
  color: #2f3146;
}
.contact-page__dropdown::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #007f32;
  border-bottom-left-radius: 3px;
  border-top: transparent;
  border-right: transparent;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: all 0.3s linear;
}
.contact-page__dropdown input[type="text"] {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  padding: 16px 16px 16px 16px;
  border: none;
  outline: none;
  border-radius: 4px;
  border: 1px solid #d7ece1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-page__clinic-list-dropdown input[type="text"] {
  cursor: text;
}
.contact-page__dropdown input[type="text"]::placeholder {
  color: #595a68;
  font-size: 14px;
  font-weight: 400;
  max-width: 89%;
  line-height: 0px;
}
.contact-page__dropdown--disabled::before {
  border-color: #b9bac5;
  cursor: default;
}
.contact-page__dropdown--disabled input[type="text"] {
  cursor: default;
}
.contact-page__dropdown--disabled > p,
.contact-page__dropdown--disabled input[type="text"]::placeholder {
  color: #b9bac5;
}
.contact-page__options {
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #fff;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 80px;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
  padding: 16px;
  z-index: 2;
}
.contact-page__topic-dropdown .contact-page__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-page__topic-dropdown .contact-page__option-list {
  padding-left: 16px;
}
.contact-page__topic-group-title {
  font-size: 12px;
  line-height: 16px;
  color: #b9bac5;
  font-weight: 400;
  margin: 0;
}
.contact-page__option-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 13px 0;
  max-height: 188px;
  overflow: hidden;
}
.contact-page__option-list > *:first-child {
  padding-bottom: 8px;
}
.contact-page__option-list > *:first-child label::after {
  top: 0;
}
.contact-page__option-list > *:not(:first-child) label::after {
  top: 8px;
}
.contact-page__option-list > *:last-child {
  padding-top: 8px;
}
.contact-page__option-list > *:not(:first-child):not(:last-child) {
  padding: 8px 0;
}
.contact-page__option-list--expanded {
  max-height: 260px;
  overflow-y: scroll;
}
.contact-page__option-list--expanded::-webkit-scrollbar {
  right: 20px;
  width: 5px;
  height: 100%;
  border-radius: 30px;
  background: #fff;
}
.contact-page__option-list--expanded::-webkit-scrollbar-thumb {
  width: 5px;
  height: 107.129px;
  border-radius: 30px;
  background: #d7ece1;
}
.contact-page__options .option {
  position: relative;
  color: #595a68;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.contact-page__dropdown-checkbox {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 16.66px;
  width: 16.66px;
}
.contact-page__options .option label {
  padding-left: 24px;
  cursor: pointer;
  position: static;
  color: inherit;
}
.contact-page__options
  .option:has(.contact-page__dropdown-checkbox)
  label::before {
  content: "";
  position: absolute;
  left: 0;
  height: 16.66px;
  width: 16.66px;
  border-radius: 2px;
  border: 1px solid #007f32;
}
.contact-page__dropdown-checkbox + label::after {
  content: "";
  background-image: url("../../uploads/assets/check.svg");
  position: absolute;
  left: -0.6px;
  height: 16.66px;
  width: 16.66px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.contact-page__dropdown-checkbox:checked + label::after {
  opacity: 1;
}
.contact-page__options .option:hover {
  color: #007f32;
}
.contact-page__dropdown.opened .contact-page__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(-23px);
}
.contact-page__dropdown.opened::before {
  transform: rotate(-225deg);
  top: 25px;
}
.contact-page .selected {
  color: #007f32;
}
.contact-page__expand-btn {
  background: inherit;
  border: none;
  padding: 0;
  color: #007f32;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.contact-page__dynamic-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 23px;
}
.contact-page .date-picker,
.contact-page .datetime-picker {
  position: relative;
  align-self: flex-start;
}
.contact-page__date-toggle-button,
.contact-page__datetime-toggle-button {
  position: absolute;
  top: 15px;
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("/wp-content/uploads/assets/calendar.svg");
}
.contact-page .file-upload-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  text-align: center;
}
.contact-page .file-upload-wrapper .contact-page__block-one__form__div-error {
  align-self: flex-start;
}
.contact-page .file-section-title {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #595a68;
}
.contact-page .file-input {
  display: none;
}
.contact-page .file-drop-zone.dragover {
  background-color: #ebf5fc;
}
.contact-page .file-drop-zone {
  border: 1px dashed #007f32;
  padding: 16px 48px;
  border-radius: 5px;
  color: #474761;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.contact-page .file-browse-btn {
  color: #007f32;
  text-decoration: none;
  cursor: pointer;
}
.contact-page .file-extensions-info {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.contact-page .file-list {
  text-align: left;
  margin: 0;
  padding: 0;
}
.contact-page .file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #d7ece1;
  width: 100%;
}
.contact-page .file-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #2f3146;
  word-break: break-word;
  overflow-wrap: break-word;
}
.contact-page .file-remove {
  color: #ff5c5c;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  background-image: url("/wp-content/uploads/assets/delete-icon.svg");
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.contact-page__single-consent {
  position: relative;
  color: #595a68;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.contact-page__single-consent--font-large {
  font-size: 14px;
  line-height: 18px;
}
.contact-page__consent-checkbox {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  left: 0;
  top: 0;
  opacity: 0;
  height: 20px;
  width: 20px;
}
.contact-page__consent-label {
  padding-left: 30px;
}
.contact-page__consent-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #007f32;
}
.contact-page__consent-label::after {
  content: "";
  background-image: url("../../uploads/assets/check.svg");
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.contact-page__consent-checkbox:checked + .contact-page__consent-label::after {
  opacity: 1;
}
.contact-page__consent-checkbox:checked + .contact-page__consent-label {
  color: #2f3146;
}
.contact-page__contact-consents-wrapper {
  padding-left: 30px;
}
.contact-page__star-info {
  font-size: 12px;
  line-height: 16px;
  color: #595a68;
  font-weight: 400;
  margin-bottom: 24px;
}
.contact-page__star-info--bolder {
  font-weight: 600;
  color: #2f3146;
  margin-bottom: 4px;
}
.contact-page__submit-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-page .row {
  justify-content: normal;
  align-items: unset;
}
.contact-page__block-one {
  max-width: 848px;
  width: 100%;
  margin: auto !important;
}
.contact-page__block-one__p-header {
  color: #2f3146;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.contact-page__block-one__form {
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
  padding: 40px 40px 12px 40px;
}
.contact-page__block-one__form__p-header {
  font-size: 20px;
  font-weight: 600;
}
.contact-page__block-one__form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-page__block-one__form__p-header.contact-form-faqu span {
  font-weight: normal;
}
.contact-page__block-one__form__form-group {
  position: relative;
}
.contact-page__block-one__form__div-info {
  position: absolute;
  bottom: -22px;
  height: 15px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #595a68;
}
.contact-page__block-one__form__div-info p {
  margin: 0;
  vertical-align: middle;
  display: inline;
}
.contact-page__block-one__form__div-info img {
  vertical-align: middle;
}
.contact-page__block-one__form__div-error {
  font-size: 12px;
  color: red;
}
.contact-page__block-one__form__div-error p {
  margin: 0;
  vertical-align: middle;
  display: inline;
}
.contact-page__block-one__form__div-error img {
  vertical-align: middle;
  width: fit-content !important;
}
.contact-page__block-one__form label {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  background: #fff;
  z-index: 1;
  padding: 0 3px 0 3px;
  color: #595a68;
  font-size: 14px;
  font-weight: 400;
  cursor: text;
  height: 0;
  transition: all 0.3s;
}
.contact-page__block-one__form .active-label {
  top: -10px;
  font-size: 14px;
  height: fit-content;
  color: #007f32;
}
.contact-page__block-one__form input[type="text"] {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d7ece1;
  width: 372px;
  height: 56px;
  padding: 16px;
  align-items: center;
}
.contact-page__block-one__form input[type="text"]:focus {
  border: 1px solid #007f32;
  outline: none;
}
.contact-page__block-one__form textarea {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d7ece1;
  width: 372px;
  min-height: 120px;
  padding: 16px;
}
.contact-page__block-one__form textarea:focus {
  border: 1px solid #007f32;
  outline: none;
}
.contact-page__block-one__form__div-ftext-error {
  width: 100%;
  overflow: hidden;
}
.contact-page__block-one__form__p-max-length {
  font-size: 14px;
  color: #b9bac5;
  margin: 0;
  float: right;
  padding-top: 5px;
}
.contact-page__block-one__form__p-required {
  font-size: 14px;
  color: #b9bac5;
  padding-top: 10px;
  margin-bottom: 32px;
}
.contact-page__block-one__form__p-text {
  font-size: 14px;
  color: #595a68;
  padding-top: 10px;
}
.contact-page__block-one__form__privacy-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  cursor: pointer;
  color: #007f32;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contact-page__block-one__form button {
  border: 0;
  color: #fbf9f9;
  border-radius: 40px;
  background: #007f32;
  width: 118px;
  height: 56px;
  cursor: pointer;
  font-size: 14px;
}
.contact-page__block-one__form button div {
  vertical-align: middle;
  display: inline;
}
.contact-page__block-one__form button img {
  vertical-align: middle;
}
.contact-page__block-one__form button:disabled,
.contact-page__block-one__form button[disabled] {
  background: #d6ebd3;
  cursor: default;
}
.contact-page__block-one__send-form {
  display: flex;
  margin: 0 auto;
  width: 620px;
  height: 287px;
  padding: 60px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
}
.contact-page__block-one__send-form__send-form-content {
  display: flex;
}
.contact-page__block-one__send-form__message {
  display: flex;
  justify-content: center;
}
.contact-page__block-one__send-form__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-left: 60px;
}
.contact-page__block-one__send-form__mail-image {
  float: left;
  display: flex;
  width: 78px;
  height: 78px;
  padding: 27.6px 28.8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 96px;
  border: 1px solid #007f32;
}
.contact-page__block-one__send-form__mail-image img {
  width: 50px;
  height: 41px;
}
.contact-page__block-one__send-form__text {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  float: left;
  width: 320px;
}
.contact-page__block-one__send-form button {
  margin-top: 20px;
  width: 250px;
  font-size: 14px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #007f32;
  color: #2f3146;
}
.contact-page__block-one__send-form button div {
  vertical-align: middle;
  display: inline;
}
.contact-page__block-one__send-form button svg {
  width: 14px;
  height: 10px;
  vertical-align: middle;
  --color: #007f32;
}
.contact-page__phone-input {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 372px;
  height: 56px;
}
.contact-page__phone-input input[type="text"] {
  width: 308px;
}
.contact-page__phone-input label {
  left: 80px;
}
.contact-page__phone-input:not(:has(.contact-page__phone-error.d-none)) {
  height: auto;
}
.contact-page__phone-prefix {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  border-radius: 4px;
  background-color: #d7ece1;
  color: #2f3146;
}
.contact-page__phone-error {
  margin-top: -8px;
}
.contact-page__block-two {
  padding-right: 0;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.contact-page__block-two__box-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 35px;
  align-items: flex-start;
}
.contact-page__block-two__box-wrapper img {
  width: 24px;
}
.contact-page__block-two__p-header {
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  color: #2f3146;
}
.contact-page__block-two__box-outer {
  width: 290px;
  height: 231px;
}
.contact-page__block-two .height-255 {
  min-height: 255px;
}
.contact-page__block-two .height-200 {
  min-height: 200px;
}
.contact-page__block-two__box-inner {
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #d7ece1;
}
.contact-page__block-two__box-inner__p-header {
  font-size: 20px;
  color: #595a68;
}
.contact-page__block-two__box-inner__mobile-link {
  cursor: default;
}
.contact-page__block-two__box-inner__p-image {
  color: #2f3146;
  font-size: 14px;
  font-weight: 600;
  align-self: center;
  margin-left: 10px;
  margin: 3px 0 8px 10px;
  max-width: 100%;
  word-break: break-all;
}
.contact-page__block-two__box-inner img {
  vertical-align: middle;
}
.contact-page__block-two__box-inner .pt-10 {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding-top: 10px;
}
.contact-page__block-two__box-inner .pt-20 {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  padding-top: 20px;
}
.contact-page__block-two__box-inner .pt-none {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  padding-top: 10px;
}
.contact-page__block-two__box-inner__p-text {
  margin: 0;
  font-weight: 350;
  color: #2f3146;
}
.contact-page__block-two__box-inner__p-text--under {
  margin-left: 42px;
  font-size: 14px;
}
.contact-page__block-three {
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
}
@media screen and (max-width: 1400px) {
  .contact-page__block-two__box-outer {
    width: 45%;
    height: 277px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page__dropdown {
    width: calc(50% - 8px);
  }
  .contact-page__block-one__form__form-group {
    width: calc(50% - 8px);
  }
  .contact-page__block-one__form input[type="text"],
  .contact-page__block-one__form textarea {
    width: 100%;
  }
  .contact-page__phone-input {
    width: calc(50% - 8px);
  }
  .contact-page__phone-input input[type="text"] {
    width: 80%;
  }
  .contact-page__phone-prefix {
    width: 17%;
  }
  .contact-page__block-one__form label[for="fclinic"] {
    top: 8px;
  }
  .contact-page__block-one__form label[for="fclinic"].active-label {
    top: -23px;
    padding: 0;
    width: 180px;
  }
  .contact-page__block-one__form__form-group:has(
    label[for="fclinic"].active-label
  ) {
    margin-top: 7px;
  }
  .contact-page__block-one__form label[for="fregion"] {
    top: 8px;
  }
  .contact-page__block-one__form label[for="fregion"].active-label {
    top: -10px;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page__block-two__box-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .contact-page__block-one {
    padding: 0 10px;
  }
  .contact-page__block-one__send-form__message {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .contact-page__block-one__send-form__text {
    text-align: center;
    margin-bottom: 0;
    margin: auto;
  }
  .contact-page__block-one__send-form__btn-wrapper {
    margin-left: 0;
    justify-content: center;
  }
  .contact-page__block-two__box-outer {
    width: 305px;
    height: fit-content;
  }
  .contact-page__phone-input {
    width: calc(50% - 8px);
  }
  .contact-page__phone-prefix {
    flex: 1;
  }
  .contact-page__block-one__form label[for="fregion"].active-label {
    top: -23px;
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page {
    padding: 0;
  }
  .contact-page .breadcrumb {
    padding-left: 12px;
  }
  .contact-page__dropdowns {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .contact-page__dropdown {
    width: 100%;
  }
  .contact-page__dynamic-fields {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-page__block-one {
    padding: 0 16px;
  }
  .contact-page__block-one__p-header {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .contact-page__block-one__form {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 16px;
    gap: 16px;
  }
  .contact-page__block-one__form__form-group {
    width: 100%;
  }
  .contact-page__block-one__form__p-header {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .contact-page__block-one__form__privacy-link {
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
  }
  .contact-page__block-one__form button {
    display: block;
    width: 100%;
    float: none;
  }
  .contact-page__block-one__send-form {
    padding: 0;
    width: 100%;
  }
  .contact-page__block-one__send-form__message {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .contact-page__block-one__send-form__btn-wrapper {
    margin-top: 12px;
  }
  .contact-page__block-one {
    width: 100%;
  }
  .contact-page__block-one__form label[for="fclinic"].active-label {
    top: -10px;
    width: fit-content;
  }
  .contact-page__block-one__form__form-group:has(
    label[for="fclinic"].active-label
  ) {
    margin-top: 0;
  }
  .contact-page__block-one__form label[for="fregion"].active-label {
    top: -10px;
    width: fit-content;
  }
  .contact-page__block-one__form__form-group:has(
    label[for="fregion"].active-label
  ) {
    margin-top: 0;
  }
  .contact-page__block-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 16px;
  }
  .contact-page__block-two__box-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .contact-page__block-two__p-header {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .contact-page__block-two__box-outer {
    width: 100%;
  }
  .contact-page__block-two__box-inner__mobile-link {
    cursor: pointer;
  }
  .contact-page__phone-input label {
    left: 110px;
  }
}
@media screen and (max-width: 510px) {
  .contact-page__phone-input label {
    left: 105px;
  }
}
@media screen and (max-width: 439px) {
  .contact-page__phone-input label {
    left: 85px;
  }
  .contact-page__block-one__form-group {
    width: 100%;
  }
  .contact-page__block-one__form input[type="text"] {
    width: 100%;
  }
  .contact-page__block-one .date-picker,
  .contact-page__block-one .datetime-picker {
    align-self: stretch;
  }
  .contact-page__phone-input input[type="text"] {
    width: 80%;
  }
}
@media screen and (max-width: 429px) {
  .contact-page__block-one__form label[for="fclinic"] {
    top: 11px;
  }
  .contact-page__block-one__form label[for="fclinic"].active-label {
    top: -23px;
    padding: 0;
    width: 267px;
  }
  .contact-page__block-one__form__form-group:has(
    label[for="fclinic"].active-label
  ) {
    margin-top: 7px;
  }
  .contact-page__block-one__form label[for="fregion"] {
    top: 11px;
  }
  .contact-page__block-one__form label[for="fregion"].active-label {
    top: -23px;
    padding: 0;
    width: 250px;
  }
  .contact-page__block-one__form__form-group:has(
    label[for="fregion"].active-label
  ) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page__phone-input label {
    left: 75px;
  }
}

.contact-form-single .contact-page__phone-prefix--full-width {
  flex: none !important;
}
.contact-form-single .contact-page__phone-input {
  flex-wrap: nowrap;
}
.contact-form-single
  .contact-page__phone-input:not(
    :has(.contact-page__block-one__form__div-error.d-none)
  ) {
  margin-bottom: 20px;
}
.contact-form-single .contact-page__phone-input--full-width {
  width: 91.8% !important;
}
.contact-form-single .contact-page__phone-input label {
  left: 80px !important;
}
.contact-form-single .contact-page__phone-error {
  position: absolute;
  bottom: -19px;
}
.contact-form-single .contact-page__form-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-form-single .contact-page__submit-section {
  flex-wrap: wrap;
  gap: 40px;
}
.contact-form-single .contact-page__submit-section button {
  margin: auto;
}
.contact-form-single .contact-page__star-info {
  width: 47%;
  margin: 0;
}
.contact-form-single .contact-page__block-one__form__privacy-link {
  width: 47%;
}
.contact-form-single .captcha-error {
  margin: 0;
}
.contact-form-single .captcha-error p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .contact-form-single .contact-page__block-one__form__privacy-link {
    justify-content: flex-start;
  }
  .contact-form-single .contact-page__submit-section button {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-single .contact-page__submit-section {
    gap: 24px;
  }
  .contact-form-single .contact-page__block-one__form__privacy-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
  }
}

.gglcptch {
  display: none;
}
.gglcptch br {
  display: none;
}

.gglcptch:has(.gglcptch_error_text[style]) {
  display: block;
}

.google-captcha-notice {
  display: none;
}

.captcha-error {
  margin-top: 24px;
  color: red;
}

.gglcptch_error_text {
  display: none !important;
}

.for-business .title-last {
  margin: 0;
  color: var(--dark-green);
}
.for-business .four-top {
  padding: 16px 24px;
  margin: 0;
}
.for-business__info-box-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  gap: 32px;
  height: 250px;
  overflow: hidden;
}
.for-business__info-box-wrapper--expanded {
  height: fit-content;
}
.for-business__info-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 298px;
  height: 250px;
  border-radius: 8px;
  border: solid 1px #e3e6e8;
  padding: 24px;
  background-color: #fff;
}
.for-business__info-box figure {
  margin: 0 !important;
}
.for-business__info-box-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px !important;
  margin: 0 !important;
}
.for-business__info-box-text p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #595a68;
}
.for-business__info-box-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #2f3146;
  margin: 0;
  height: 56px;
}
.for-business__info-box-button {
  cursor: pointer;
}
.for-business .form-of-financing__for-you {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1399px) {
  .for-business__info-box-wrapper {
    height: 532px;
  }
  .for-business__info-box-wrapper--expanded {
    height: fit-content;
  }
  .for-business__info-box-wrapper > div {
    width: 48.5%;
  }
}
@media screen and (max-width: 1199px) {
  .for-business__info-box-wrapper > div {
    width: 48.3%;
  }
}
@media (max-width: 1023px) {
  .for-business .title-last {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .for-business__info-box-wrapper > div {
    width: 47.7%;
  }
}
@media screen and (max-width: 767px) {
  .for-business__info-box-wrapper {
    gap: 8px;
    height: 784px;
  }
  .for-business__info-box-wrapper--expanded {
    height: fit-content;
  }
  .for-business__info-box-wrapper > div {
    width: 100%;
  }
  .for-business__info-box {
    width: 100%;
    height: auto;
    padding: 24px;
  }
  .for-business__info-box-text p {
    font-size: 14px;
    line-height: 18px;
  }
  .for-business__info-box-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    height: fit-content;
  }
  .for-business .seven-mobile-hide {
    width: 100%;
    text-align: center;
  }
}

.partner-clinics .adult-program__list-title {
  font-weight: 400;
}
.partner-clinics .grid-six {
  gap: 32px;
}
.partner-clinics .block-numbers__title {
  text-align: left;
}
.partner-clinics .background-gradient-six > div {
  text-align: center;
}
.partner-clinics .aptline-information__content {
  -webkit-line-clamp: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.partner-clinics .aptline-information__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #2f3146;
}
.partner-clinics .panel-join-us {
  margin-top: 0;
}
.partner-clinics .panel-join-us__header {
  margin-bottom: 0;
}
.partner-clinics .contact-page__block-one__form {
  padding: 40px 32px;
}
.partner-clinics .contact-page__block-one__form h2 {
  margin-bottom: 40px;
  line-height: 40px;
}
.partner-clinics .contact-page__block-one__form:has(#send-form) {
  max-width: fit-content;
  margin: auto;
}
.partner-clinics .contact-page__block-one__form:has(#send-form) > h2,
.partner-clinics .contact-page__block-one__form:has(#send-form) > p {
  display: none;
}
.partner-clinics #send-form {
  box-shadow: unset;
}
.partner-clinics .contact-page__block-one__subheader {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #2f3146;
}
.partner-clinics
  .contact-page__block-one__form__form-group:has(> input[name="fzipcode"]),
.partner-clinics
  .contact-page__block-one__form__form-group:has(> input[name="fcity"]) {
  width: 48.9%;
}
.partner-clinics
  .contact-page__block-one__form__form-group:has(> input[name="fzipcode"])
  input[name="fzipcode"],
.partner-clinics
  .contact-page__block-one__form__form-group:has(> input[name="fzipcode"])
  input[name="fcity"],
.partner-clinics
  .contact-page__block-one__form__form-group:has(> input[name="fcity"])
  input[name="fzipcode"],
.partner-clinics
  .contact-page__block-one__form__form-group:has(> input[name="fcity"])
  input[name="fcity"] {
  width: 100%;
}
@media (min-width: 1400px) {
  .partner-clinics .grid-six {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .partner-clinics .background-gradient-six > div {
    align-items: stretch;
  }
  .partner-clinics .grid-six > div > h4 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .partner-clinics .grid-six {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .partner-clinics .block-numbers__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1000px) {
  .partner-clinics .wp-block-button,
  .partner-clinics .wp-block-button__link {
    width: 100%;
  }
  .partner-clinics .aptline-information__header {
    margin-bottom: 0px;
  }
  .partner-clinics
    .aptline-information__left-list
    p:not(.aptline-information__content-text) {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #007f32;
  }
  .partner-clinics .panel-join-us {
    padding: 24px 40px;
    gap: 16px;
  }
  .partner-clinics .panel-join-us__header {
    margin-bottom: 0;
  }
  .partner-clinics .panel-join-us__button > div {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .partner-clinics .contact-page__block-one__form {
    padding: 24px;
  }
  .partner-clinics .contact-page__block-one__form h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
  }
  .partner-clinics .contact-page__block-one__subheader {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin-bottom: 8px;
  }
  .partner-clinics .contact-page__dynamic-fields {
    margin-top: 0;
  }
  .partner-clinics
    .contact-page__block-one__form__form-group:has(> input[name="fzipcode"]),
  .partner-clinics
    .contact-page__block-one__form__form-group:has(> input[name="fcity"]) {
    width: 100%;
  }
}

#pharmacies-main-content {
  width: 100%;
  margin-top: 270px;
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  #pharmacies-main-content {
    margin-top: 132px;
  }
}
.background--global:has(.pharmacies) {
  position: relative;
}

.background--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

body.hidden {
  visibility: hidden;
  opacity: 0;
}

#loading-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
}

.pharmacies {
  position: relative;
}
.pharmacies .confirmation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/assets/png/pharmacy-screenshot.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.pharmacies .confirmation-overlay.hidden {
  visibility: hidden;
  opacity: 0;
}
.pharmacies .confirmation-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  background: white;
  padding: 56px;
  border-radius: 8px;
  max-width: 772px;
  margin: auto 20px;
}
.pharmacies .confirmation-content h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
  color: #2f3146;
  margin: 0;
}
.pharmacies .confirmation-content > p {
  line-height: 22px;
  color: #595a68;
}
.pharmacies .confirmation-logo {
  margin-bottom: 8px;
}
.pharmacies .confirmation-buttons {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  width: 91%;
}
.pharmacies .confirmation-buttons button {
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  min-width: 142px;
  font-size: 14px;
  line-height: 17px;
}
.pharmacies .confirmation-buttons p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.pharmacies .decline-view {
  gap: 8px;
}
.pharmacies .decline-view .confirmation-buttons {
  justify-content: center;
}
.pharmacies .decline-view h1 {
  font-size: 20px;
  line-height: 28px;
}
.pharmacies .decline-view > p {
  font-size: 14px;
  line-height: 18px;
  color: #595a68;
}
.pharmacies__nav-menu {
  position: fixed;
  top: 133px;
  z-index: 99999;
  padding-bottom: 0;
}
.pharmacies__nav-menu > div {
  gap: 48px;
  padding: 16px 24px;
  border-radius: 8px;
}
.pharmacies__nav-menu a:hover {
  color: #595a68;
}
.pharmacies .hero-section {
  margin-bottom: 0;
  gap: 32px;
}
.pharmacies__join-us-button {
  z-index: 10001;
  position: fixed;
  right: 0px;
  top: 438px;
  display: flex;
  padding: 16px 24px;
  align-items: center !important;
  gap: 8px;
  border-radius: 40px;
  background: #ecfaf2;
  border: none;
}
.pharmacies__join-us-icon {
  display: flex;
  align-items: center;
  flex: 3 !important;
}
.pharmacies__join-us-text {
  display: flex;
  align-items: center;
  flex: 19 !important;
  text-wrap: nowrap;
}
.pharmacies__join-us-text a,
.pharmacies__join-us-text p {
  color: #007f32;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
}
.pharmacies .wp-block-image img {
  max-width: 100%;
  height: 100% !important;
}
.pharmacies .background-gradient-six {
  margin-top: 64px;
}
.pharmacies .grid-six {
  gap: 16px;
}
.pharmacies__mobile-show {
  display: none !important;
}
.pharmacies__mobile-inline {
  display: none !important;
}
.pharmacies__desktop-show {
  display: block;
}
.pharmacies__video-section .adult__information-block {
  justify-content: stretch;
}
.pharmacies__video-section .adult__information-block h2 {
  line-height: 40px;
  color: #2f3146;
}
.pharmacies__video-section .adult__information-block p {
  line-height: 18px;
}
.pharmacies.for-business .form-of-financing__for-you {
  margin-top: 36px;
}
.pharmacies .for-business__info-box-wrapper {
  height: 325px;
}
.pharmacies .for-business__info-box-wrapper--expanded {
  height: fit-content;
}
.pharmacies .for-business__info-box {
  min-height: 325px;
  height: fit-content;
}
.pharmacies-video__dark-bg {
  background-color: #000000;
  border-radius: 8px;
}
.pharmacies__contact-form-single {
  padding: 40px 32px;
  gap: 40px;
  background-color: #fff;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
}
.pharmacies__contact-form-single--text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pharmacies__contact-form-single--text-box > h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.pharmacies__contact-form-single--text-box > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #464961;
  margin: 0;
}
.pharmacies__contact-form-single .contact-page__block-one__form {
  padding: 0;
  box-shadow: unset;
}
.pharmacies__contact-form-single
  .contact-form-single
  .contact-page__dynamic-fields {
  margin-top: 0;
}
.pharmacies__contact-form-single
  .contact-form-single
  .contact-page__submit-section {
  flex-direction: column;
  align-items: flex-end;
}
.pharmacies__contact-form-single
  .contact-form-single
  .contact-page__submit-section
  button {
  margin: 0;
}
.pharmacies__contact-form-single .contact-form-single .contact-page__star-info {
  align-self: flex-start;
}
.pharmacies__contact-form-single
  .contact-form-single
  .contact-page__block-one__form__privacy-link {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.pharmacies__contact-form-single:has(#send-form) .pharmacies__form-title {
  display: none;
}
.pharmacies__contact-form-single #send-form {
  box-shadow: unset;
  width: 100%;
}
.pharmacies__form-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #2f3146;
}
.pharmacies #kontakt,
.pharmacies #opinie-uczestnikow,
.pharmacies #wirtualny-spacer,
.pharmacies #poznaj-nasz-koncept {
  padding-top: 270px;
  margin-top: -275px;
}
@media (min-width: 1024px) {
  .pharmacies .background-gradient-six > div {
    align-items: stretch;
  }
  .pharmacies .grid-six {
    margin: 0 auto;
    gap: 144px;
  }
  .pharmacies .grid-six > div > h4 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .pharmacies #kontakt,
  .pharmacies #opinie-uczestnikow,
  .pharmacies #wirtualny-spacer,
  .pharmacies #poznaj-nasz-koncept {
    padding-top: 150px;
    margin-top: -150px;
  }
  .pharmacies__nav-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1399px) {
  .pharmacies .for-business__info-box-wrapper {
    height: 683px;
  }
  .pharmacies .for-business__info-box-wrapper--expanded {
    height: fit-content;
  }
}
@media screen and (max-width: 1400px) {
  .pharmacies__video-section .adult__information-block {
    padding: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .pharmacies__video-section {
    flex-direction: column;
  }
  .pharmacies__video-section .adult__information-block {
    flex-basis: auto !important;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
  }
  .pharmacies__video-section .adult__information-block h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
  }
  .pharmacies__video-section .adult__video-conatiner {
    flex-basis: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .pharmacies .confirmation-content {
    padding: 32px 16px;
  }
  .pharmacies .confirmation-content > h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .pharmacies .confirmation-content > p {
    font-size: 14px;
    line-height: 18px;
  }
  .pharmacies .confirmation-buttons {
    width: 96%;
    gap: 12px;
  }
  .pharmacies .confirmation-buttons p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .pharmacies .confirmation-buttons button {
    width: 100%;
  }
  .pharmacies .confirmation-buttons .btn-confirm {
    order: 2;
  }
  .pharmacies .confirmation-buttons .btn-decline {
    order: 3;
  }
  .pharmacies__join-us-button {
    padding: 12px 16px 12px 8px;
    border-radius: 8px;
  }
  .pharmacies__join-us-text {
    display: none;
  }
  .pharmacies__video-section {
    margin-bottom: 270px;
  }
  .pharmacies__mobile-show {
    display: block !important;
  }
  .pharmacies__mobile-inline {
    display: inline !important;
  }
  .pharmacies__desktop-show {
    display: none !important;
  }
  .pharmacies__contact-form-single {
    flex-direction: column;
    gap: 32px;
    padding: 24px 16px;
  }
  .pharmacies__contact-form-single--text-box > h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .pharmacies__contact-form-single--text-box > p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #2f3146;
  }
  .pharmacies__contact-form-single
    .contact-form-single
    .contact-page__submit-section {
    gap: 40px;
  }
  .pharmacies__contact-form-single
    .contact-form-single
    .contact-page__block-one__form__privacy-link {
    text-align: right;
  }
}
@media screen and (max-width: 942px) {
  .menu-top nav > div {
    width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .pharmacies__video-section {
    margin-bottom: 145px;
  }
}
@media screen and (max-width: 767px) {
  .pharmacies__video-section {
    margin-bottom: 36px;
  }
  .pharmacies .for-business__info-box {
    min-height: fit-content;
  }
}
@media screen and (max-width: 530px) {
  .pharmacies__video-section {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .pharmacies__video-section {
    margin-bottom: -70px;
  }
}

.our-concept {
  margin: 0 90px 40px 90px;
}
.our-concept .wp-block-image img {
  height: 310px !important;
}
.our-concept__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #595a68;
}

.three-slides-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  margin: 0 90px;
}
.three-slides-container .navigation-arrows {
  display: flex;
  gap: 16px;
  align-self: flex-end;
}
.three-slides-container .navigation-arrows button {
  background: transparent;
}
.three-slides-container .content-item {
  height: 66px;
}
.three-slides-container .content-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #595a68;
  margin: 0;
}

.three-slides-desktop {
  display: flex;
  gap: 8px;
}

.three-slides-desktop .slide {
  width: 33%;
}

@media screen and (min-width: 1001px) {
  .three-slides-desktop {
    gap: 32px;
  }
  .three-slides-desktop .slide {
    height: 168px;
  }
}

.slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #e3e6e8;
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
}
.slide.active-slide {
  border: solid 1px #007f32;
}
.slide .slide-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #2f3146;
  margin: 0;
}

.virtual-tour {
  border-radius: 8px;
  padding: 40px;
}
.virtual-tour__tour-container {
  position: relative;
  border-radius: 16px;
  height: 470px;
}
.virtual-tour__text-content > h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 16px;
}
.virtual-tour__text-content > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}
.virtual-tour__tour-dummy {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.virtual-tour__load-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 40px;
  padding: 16px 24px;
  background-color: #fff;
  font-size: 14px;
  line-height: 17px;
  width: 236px;
}
.virtual-tour iframe {
  border-radius: 16px;
  border: 1px solid #fff;
}

.our-mission {
  margin: 0;
}
.our-mission__box-wrapper {
  margin: 0;
}
.our-mission__text-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding: 40px 96px;
  border-radius: 8px;
}
.our-mission__text-box > div {
  margin: 0;
}
.our-mission__text-box p {
  font-size: 14px;
  line-height: 18px;
  color: #595a68;
}
.our-mission__text-content :last-child {
  margin: 0;
}
.our-mission__text-content::before,
.our-mission__text-content::after {
  position: absolute;
  font-weight: 600;
  font-size: 80px;
  line-height: 98px;
  color: #007f32;
  width: 37px;
  height: 98px;
}
.our-mission__text-content::before {
  content: "“";
  left: 31px;
  top: 16px;
}
.our-mission__text-content::after {
  content: "”";
  right: 30px;
  bottom: 40px;
}
.our-mission__signature p {
  margin: 0;
}

.podcast__box-wrapper {
  margin-bottom: 40px;
}
.podcast__text-box {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 40px;
  border-radius: 8px;
}
.podcast__text-box > p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #595a68;
}
.podcast__text-box .podcast__signature {
  font-size: 16px;
  line-height: 18px;
  color: #2f3146;
}
.podcast__text-box #greeting-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #2f3146;
}
.podcast__audio-panel {
  position: absolute;
  background: #007f32;
  padding: 20px 6%;
  height: 56px;
  display: flex;
  justify-content: center;
  transform: translateY(-28px);
}
.podcast__audio-container {
  display: flex;
}
.podcast__audio-container > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0;
  min-width: fit-content;
  width: 10%;
}
.podcast__progress-bar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 80%;
}
.podcast__progress-numbers {
  display: flex;
  justify-content: space-between;
}
.podcast__volume-container {
  position: relative;
  display: inline-block;
}
.podcast__volume-container #volume-icon {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.podcast__volume-container #volume-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  bottom: 47px;
  left: -30px;
  width: 100px;
  height: 12px;
  background: #fff;
  border: solid 1px #2f3146;
  border-radius: 8px;
  display: none;
  transform: rotate(-90deg);
}
.podcast__volume-container #volume-control::-webkit-slider-runnable-track,
.podcast__volume-container #volume-control::-moz-range-track,
.podcast__volume-container #volume-control::-ms-track {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 8px;
  background: #595a68;
  border-radius: 5px;
}
.podcast__volume-container #volume-control::-webkit-slider-thumb,
.podcast__volume-container #volume-control::-moz-range-thumb,
.podcast__volume-container #volume-control::-ms-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 10px;
  height: 10px;
  background: #595a68;
  cursor: ew-resize;
  border-radius: 50%;
  cursor: pointer;
}
.podcast__custom-audio-controls {
  display: flex;
  gap: 24px;
}
.podcast__podcast-slider-wrapper {
  background-color: #fff;
  padding: 32px;
  padding-bottom: 72px;
}
.podcast__podcast-slider-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.podcast__podcast-slider-wrapper h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.podcast__podcast-slider-wrapper .owl-podcasts {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding: 0 40px;
  overflow-y: hidden;
}
.owl-podcasts--expanded {
  height: fit-content !important;
}
.podcast__podcast-slider-wrapper .owl-podcasts .podcast__slide-img {
  height: 113px;
  width: 120px;
  object-fit: cover;
}
.podcast__podcast-slider-wrapper .owl-podcasts > .owl-nav > .owl-next {
  position: absolute;
  bottom: 45%;
  right: -12px;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 10px;
  background-image: url(./basap/new-icons/new-arrow-right.svg) !important;
  background-size: 50% !important;
  background-repeat: no-repeat;
  background-color: white;
}
.podcast__podcast-slider-wrapper .owl-podcasts > .owl-nav > .owl-prev {
  position: absolute;
  bottom: 45%;
  left: -12px;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 10px;
  background-image: url(./basap/new-icons/new-arrow-left.svg) !important;
  background-size: 50% !important;
  background-repeat: no-repeat;
  background-color: white;
}
.podcast__podcast-slider-wrapper .owl-podcasts > .owl-dots {
  position: relative;
  top: 40px;
}
.podcast__slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #e3e6e8;
  border-radius: 8px;
  background-color: #fff;
  padding: 24px;
  width: 31%;
}
.podcast__slide .open-podcast {
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid #007f32;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #2f3146;
  background-color: inherit;
  width: fit-content;
  align-self: center;
}
.podcast__slide h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #007f32;
  margin: 0;
}
.podcast__participant-intro {
  display: flex;
  gap: 24px;
  align-items: center;
}
.podcast__participant-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.podcast__participant-info > p {
  font-size: 14px;
  line-height: 18px;
  color: #595a68;
  margin: 0;
  word-break: keep-all;
}
.podcast__participant-info .podcast__participant-name {
  font-weight: 600;
  color: #2f3146;
}

audio {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}

#custom-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 80%;
}
#custom-controls button {
  background: transparent;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}

.close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1px #007f32;
  padding: 0;
  cursor: pointer;
}

#close-panel {
  right: calc((100vw - 1288px) / 2 - 40px);
  bottom: 44px;
}

#progress-bar {
  width: 100%;
  height: 8px;
  background: #fff;
  border: none;
  border-radius: 4px;
}

#progress-bar::-webkit-progress-bar {
  background: #fff;
  border-radius: 4px;
}

#progress-bar::-webkit-progress-value {
  background: #595a68;
  border-radius: 4px;
}

#progress-bar::-moz-progress-bar {
  background: #595a68;
  border-radius: 4px;
}

#current-time,
#duration {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: #fff;
}

.floating-video {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  display: flex;
  border-radius: 4px;
  border: 8px solid #007f32;
  height: fit-content;
  width: 400px;
}

.floating-video .close-video {
  top: -20px;
  right: -20px;
  z-index: 9999;
}

@media screen and (min-width: 992px) {
  .podcast__audio-container {
    width: 100%;
  }
  #close-panel {
    right: 2%;
    bottom: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .podcast__audio-container {
    width: 1288px;
    max-width: 1140px;
  }
  #close-panel {
    right: calc((100vw - 1140px) / 2 - 40px);
    bottom: 44px;
  }
}
@media (min-width: 1400px) {
  .podcast__audio-container {
    max-width: 1320px;
  }
  #close-panel {
    right: calc((100vw - 1288px) / 2 - 40px);
    bottom: 44px;
  }
}
@media screen and (max-width: 1200px) {
    .owl-podcasts .podcast__slide {
      flex: 1;
    }
}
@media screen and (max-width: 1000px) {
  .our-concept {
    flex-direction: column-reverse;
    margin: 0 0 24px;
  }
  .our-concept .wp-block-image img {
    height: 100% !important;
  }
  .our-concept h2,
  .our-concept h3 {
    font-weight: 600;
    line-height: 24px;
  }
  .our-concept h3 {
    color: #2f3146;
  }
  .our-concept__description {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }
  .our-concept .need-help__content {
    min-height: fit-content;
  }
  .three-slides-desktop .slide {
    padding: 12px 4px;
    gap: 8px;
    justify-content: center;
  }
  .three-slides-desktop .slide .slide-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  .three-slides-desktop .slide img {
    width: 32px !important;
  }
  .three-slides-container {
    padding: 24px;
    gap: 32px;
    margin: 0;
  }
  .three-slides-container .navigation-arrows {
    display: none;
  }
  .three-slides-container .content-item {
    height: fit-content;
  }
  .three-slides-container .content-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .virtual-tour {
    padding: 24px 16px;
  }
  .virtual-tour__tour-container {
    border-radius: 8px;
    height: 600px;
  }
  .virtual-tour__text-content > h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .virtual-tour__text-content > p {
    font-size: 14px;
    line-height: 18px;
  }
  .virtual-tour__tour-dummy {
    border-radius: 8px;
  }
  .virtual-tour iframe {
    border: 0;
    border-radius: 8px;
    height: 600px;
  }
  .our-mission__box-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .our-mission__text-box {
    flex-basis: auto !important;
    gap: 24px;
    padding: 64px 32px 32px;
  }
  .our-mission__text-box > div {
    margin: 0;
  }
  .our-mission__text-box p {
    font-size: 12px;
    line-height: 16px;
    color: #2f3146;
  }
  .our-mission__text-content::before,
  .our-mission__text-content::after {
    font-size: 40px;
    line-height: 12px;
    color: #007f32;
    width: fit-content;
    height: fit-content;
  }
  .our-mission__text-content::before {
    top: 36px;
  }
  .our-mission__text-content::after {
    display: none;
  }
  .our-mission__img-box {
    flex-basis: auto !important;
  }
  .podcast__box-wrapper {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 64px;
  }
  .podcast__text-box {
    padding: 24px;
    gap: 32px;
    flex-basis: auto !important;
  }
  .podcast .podcast__signature {
    font-size: 14px;
    line-height: 18px;
    color: #2f3146;
    font-weight: 600;
  }
  .podcast .podcast__signature span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #595a68;
  }
  .podcast .plyr {
    display: none;
  }
  .podcast__audio-panel {
    transform: translateY(-150px);
    padding: 20px 10px;
    height: fit-content;
  }
  .podcast__audio-container {
    width: 100%;
  }
  .podcast__audio-container > p {
    display: none;
  }
  .podcast #custom-controls {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .podcast #volume-control {
    bottom: 8px;
    left: 20px;
    width: 90px;
    height: 12px;
  }
  .podcast__progress-bar-wrapper {
    width: 100%;
  }
  .podcast #close-panel {
    top: -12px;
    right: 1%;
  }
  .podcast__podcast-slider-wrapper {
    background-color: transparent;
    padding: 0;
  }
  .podcast__podcast-slider-wrapper > div {
    gap: 32px;
  }
  .podcast__podcast-slider-wrapper h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 16px;
    background-color: #fff;
  }
  .podcast__podcast-slider-wrapper .owl-podcasts {
    flex-direction: column;
    padding: 0;
    flex-wrap: nowrap;
  }
  .podcast__podcast-slider-wrapper .owl-podcasts > .owl-dots {
    top: 32px;
  }
  .podcast__slide {
    width: 100%;
    padding: 32px 16px;
  }
  .podcast__slide > p.pharmacies__mobile-show {
    font-size: 14px;
    line-height: 18px;
    color: #595a68;
  }
  .podcast__slide .open-podcast {
    width: 100%;
  }
  .podcast__participant-intro {
    flex-direction: column;
  }
  .podcast__participant-info {
    text-align: center;
  }
  .floating-video {
    width: 316px;
  }
}
@media screen and (max-width: 479px) {
  .our-mission__img-box .alarming-symptoms__img img {
    height: 234px !important;
  }
}

.adult-content {
  margin: 0;
}

.adult__section-height div {
  align-self: normal !important;
}
.adult__video {
  margin: 0;
}
.adult__video iframe {
  width: 848px;
  height: 470px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}
.adult__container-video {
  padding: 0;
}
.adult__information-block {
  display: flex;
  width: 408px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  align-self: stretch !important;
  border-radius: 8px;
  background: #d7ece1;
  text-overflow: ellipsis;
}
.adult__information-title {
  color: #007f32;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.adult__information-subtitle {
  color: #595a68;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

.modern-care {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  flex: 1 0 0;
  background-color: #fff;
  min-height: 397px;
}
.modern-care h1 {
  color: #2f3146;
  margin: 0;
}
.modern-care__subtitle {
  font-size: 20px;
  margin: 0;
}
.modern-care__header {
  color: #2f3146;
  /* Desktop/Headline/Header 1 (40 px) */
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
.modern-care__content {
  color: #595a68;
  /* Desktop/Headline/Header 4 (20 px) */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
.modern-care .wp-block-button__link {
  color: #fbf9f9;
}

.intimacy-issues__content {
  padding: 20px;
  background-color: #fff;
}
.intimacy-issues__img {
  height: 100%;
}
.intimacy-issues__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.adult-under-header {
  display: flex;
}

.adult-under-header-img img {
  border-radius: 10px;
  width: 100%;
}

.adult-text {
  position: relative;
  top: 35px;
}

.adult .faq__category .faq-widget {
  width: 100%;
  margin-bottom: 24px;
}
.adult .faq__category .faq__question-block {
  width: 100%;
  padding: 28px 38px;
  margin-bottom: 24px;
}
.adult .faq__category .faq__question-block__link {
  font-size: 16px;
}
.adult .faq__category .faq__question-block__answer {
  font-size: 14px;
}
.adult .faq__category .faq-widget__button {
  margin-top: 9px;
  padding: 12px 24px;
}
.adult .faq__category .faq-widget__button a {
  font-size: 14px;
}
.adult .faq__category .faq-widget__button img {
  margin-left: 4px;
}
.adult .faq__category .faq-widget__under {
  line-height: 34px;
}

.adult-program {
  padding: 20px;
  display: flex;
  width: 628px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background: #fff;
}
.adult-program-layout {
  justify-content: space-between;
  padding: 0;
  margin-bottom: 60px;
}
.adult-program__titleset {
  display: flex;
  gap: 16px;
}
.adult-program__subtilte {
  color: #595a68;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: lowercase;
  margin-bottom: 60px !important;
}
.adult-program__title {
  color: #007f32;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.adult-program__list {
  display: flex;
  gap: 16px;
}
.adult-program__list-title {
  color: #595a68;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.adult-program__subpoints {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  list-style: none;
}
.adult-program .adult-program__subpoints {
  padding: 0 20px 20px;
}
.adult-program__subpoints li {
  display: flex;
  align-items: flex-start;
  padding-left: 25px;
  margin-bottom: 0.5em;
  color: #595a68;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.adult-program__subpoints li::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin: 2px -25px;
  background-repeat: no-repeat;
  background-image: url("../../uploads/assets/png/dinks.png");
}
.adult-program__swiper-header-container {
  margin-bottom: -5px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 16px;
}
.adult-program__img-wrapper {
  width: 100%;
}
.adult-program__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.adult-program__container {
  display: flex;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
}
.adult-program__text-header {
  display: flex;
  padding: 0px 32px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
}
.adult-program__text-header-title {
  color: #2f3146;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.adult-program__text-header-field p {
  color: #595a68;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0px 0 24px 0;
}
.adult-program__text-header-button {
  color: #007f32;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.adult-program__swiper-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 250px;
  color: #007f32;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

#swiper-program > .owl-nav {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
#swiper-program > .owl-nav > .owl-next {
  position: absolute;
  bottom: 250px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  background-image: url(./basap/new-icons/new-arrow-right.svg) !important;
  background-size: 50% !important;
  background-repeat: no-repeat;
  background-color: white !important;
}
#swiper-program > .owl-nav > .owl-prev {
  position: absolute;
  bottom: 250px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  background-image: url(./basap/new-icons/new-arrow-left.svg) !important;
  background-size: 50% !important;
  background-repeat: no-repeat;
  background-color: white !important;
}
@media all and (min-width: 782px) {
  #swiper-program > .owl-nav > .owl-next:hover {
    border: none !important;
    background-color: var(--light-green) !important;
  }
  #swiper-program > .owl-nav > .owl-prev:hover {
    border: none !important;
    background-color: var(--light-green) !important;
  }
}
#swiper-program > .owl-nav > .owl-next:active {
  border: none !important;
  background-color: var(--light-green) !important;
}
#swiper-program > .owl-nav > .owl-prev:active {
  border: none !important;
  background-color: var(--light-green) !important;
}
#swiper-program > .owl-dots {
  bottom: -20px;
}
#swiper-program .adult-program__img-wrapper {
  height: 200px;
}
@media all and (min-width: 1220px) {
  #swiper-program .adult-program__img-wrapper {
    height: 300px;
  }
  #swiper-program > .owl-dots {
    position: absolute;
    bottom: -30px;
  }
}

@media screen and (max-width: 1000px) {
  .adult__section-height {
    height: fit-content;
  }
  .adult__column {
    flex-direction: column-reverse;
  }
  .adult__video iframe {
    height: 300px;
  }
  .adult__video-conatiner {
    height: 285px;
    flex-basis: 0 !important;
  }
  .adult__container-video {
    flex-direction: column;
    margin-left: 12px;
    width: calc(100% - 24px);
  }
  .adult-program-layout {
    margin-left: 2.5%;
    width: 95%;
  }
  .adult-program__subpoints li {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    gap: 23px;
  }
  .adult-program__text-header {
    padding-bottom: 0;
  }
  .adult-program__text-header-button {
    font-size: 14px;
  }
  .adult__information-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
  }
  .adult__information-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
  .adult__information-block {
    height: auto;
    gap: 16px;
    padding: 16px;
    flex-basis: auto !important;
  }
  .adult .faq-widget h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .adult .faq__category .faq-widget__under,
  .adult .faq-widget__under {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .adult .faq-widget {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .adult .faq-widget__button {
    order: 1;
  }
  .adult .faq__category h3 {
    margin-bottom: 13px;
  }
  .adult .faq__category .faq-widget__button {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .adult .faq__category .faq__question-block__link {
    font-size: 14px;
  }
  .adult .faq__category .faq__question-block__answer {
    font-size: 12px;
  }
  .adult .faq__category .faq__question-block__answer a {
    font-size: 12px;
  }
}

@media screen and (max-width: 781px) {
  .intimacy-issues {
    flex-direction: column-reverse;
    gap: 16px;
    margin-bottom: 0;
  }
  .intimacy-issues .adult-program__list {
    gap: 42px;
  }
  .intimacy-issues__img {
    height: 200px;
  }
  .intimacy-issues .search-help__title {
    color: #2f3146;
  }
  .three-slides-desktop .slide {
    min-height: 94px;
    padding: 12px 4px 12px 4px;
    gap: 8px;
    min-width: 30%;
  }
  .three-slides-desktop .slide .slide-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .modern-care {
    padding: 16px;
    min-height: auto;
    gap: 32px;
  }
  .modern-care h1 {
    font-size: 28px;
  }
  .modern-care__subtitle {
    font-size: 14px;
  }
  .modern-care__header {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .modern-care__content {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .modern-care__button {
    justify-content: center !important;
  }
  .panel-join-us__header {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .panel-join-us__subheader {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .panel-join-us {
    padding: 16px;
    margin-top: 32px;
  }
  .panel-join-us__patient-account {
    margin-top: 16px;
  }
  .adult-program__subtilte {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px !important;
  }
  .adult-program__title {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .adult-program__subpoints li::before {
    margin: 0 -25px;
  }
  .mrg-bottom {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .adult-program .adult-program__subpoints {
    padding: 0;
  }
  .adult-program swiper-container::part(pagination) {
    margin-top: 24px;
  }
  .adult-program__subpoints {
    margin-bottom: 0;
    padding: 0;
    gap: 23px;
  }
}
@media screen and (max-width: 539px) {
  .adult-program {
    padding: 16px;
  }
  .adult-program__img {
    width: 68dvw;
  }
  .adult-program__hide-mobile {
    display: none !important;
  }
  .adult-program__background-mobile {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
    background-color: #fff;
  }
  .adult-program__list-title {
    margin-bottom: 0;
  }
  .adult-program__full-title {
    background-color: #fff;
    padding: 16px;
  }
  .adult-program__full-title .emergency-health__title {
    margin-bottom: 0;
  }
  .adult-program__list swiper-container::part(pagination) {
    margin-top: 0;
  }
  .adult-program__swiper-header-container {
    margin-bottom: 8px;
  }
}

.healthSlider {
  display: none;
}

@media screen and (max-width: 539px) {
  .healthSlider {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-top: 0;
  }
  .adult__video iframe {
    height: 250px;
  }
}

.information-bar {
  margin-bottom: 60px;
  color: #595a68;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 32px;
  border-radius: 8px;
  background: #d7ece1;
}

.hero-section {
  margin-bottom: 48px;
}
.hero-section__aptline-button {
  width: 253px;
}
.hero-section__aptline-text {
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  width: 90%;
  margin: 0;
}
.hero-section__aptline-text mark {
  padding: 0;
}
.hero-section__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  flex: 1 0 0;
  align-self: stretch;
  padding: 0 24px;
}
.hero-section__right {
  justify-content: center;
  display: flex;
}
.hero-section__right img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.aptline-information {
  margin-bottom: 60px;
}
.aptline-information__block > div {
  display: flex;
  padding-left: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.aptline-information__header-text {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.aptline-information__title {
  color: #2f3146;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.aptline-information__left {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}
.aptline-information__left-list div:last-child {
  margin-bottom: 0;
}
.aptline-information__right img {
  border-radius: 8px;
  height: 100%;
}
.aptline-information__button a {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background-color: white;
  border: 1px solid #007f32;
}
.aptline-information__number {
  color: var(--text-body-test, #464961);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  border-radius: 31.25px;
  background: #d7ece1;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.aptline-information__number-align {
  display: flex;
  justify-content: flex-end;
}
.aptline-information__subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #007f32;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}
.aptline-information__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  color: #595a68;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.aptline-information__content.hidden-mobile {
  height: 100%;
}

.med-reservation .wp-block-image img {
  max-width: 100%;
  height: 100% !important;
}

.med-reservation-expand-text {
  position: relative;
  top: 35px;
  width: 100%;
}

.med-reservation .swiper-header-container {
  padding: 24px;
  margin-top: 0;
}

@media (max-width: 1000px) {
  .information-bar {
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 80px;
  }
  .hero-section {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
  .hero-section__aptline {
    display: flex;
    justify-content: center;
  }
  .hero-section__aptline-text {
    flex: 1 0 0;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
  }
  .hero-section__left {
    gap: 32px;
  }
  .aptline-information {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
  .aptline-information__title {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .aptline-information__number {
    color: var(--text-body-test, #464961);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
  .aptline-information__button-align {
    width: 100%;
  }
  .aptline-information__button-centered {
    align-self: center;
  }
  .aptline-information__left {
    padding: 0;
  }
}
.apteline {
  display: flex;
  justify-content: center;
  align-items: normal;
  gap: 32px;
  margin: 120px 0;
}
.apteline__image-wrapper {
  width: 30%;
}
.apteline__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.apteline__slides {
  margin: 0;
}
.apteline__main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
.apteline__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.apteline__title-bottom {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.apteline__info-box-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.apteline__info-box {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
}
.apteline__info-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.apteline__info-box-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.apteline__info-box-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.apteline__header-wrapper {
  border-radius: 8px;
  padding: 24px;
  box-shadow:
    0px 10px 10px 0px rgba(193, 187, 177, 0.05),
    0px 30px 40px 0px rgba(207, 200, 188, 0.1),
    0px 20px 20px 0px rgba(200, 193, 182, 0.05);
  background: #fff;
}
.apteline__content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  margin-top: 24px;
  list-style: none;
  margin: 0 auto 24px auto;
  padding: 0;
}
.apteline__content ul li {
  color: #595a68;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  background-image: url("../../uploads/assets/checkmark.webp");
  background-repeat: no-repeat;
  padding-left: 22px;
}
.apteline__content ul li:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin: 3px -23px;
  background-repeat: no-repeat;
  background-image: url(../../uploads/assets/png/dinks.png);
}
.apteline__button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #007f32;
}
@media screen and (max-width: 1000px) {
  .apteline {
    display: none;
  }
}

.grid-section-three .apteline__content ul {
  padding-left: 20px;
}

@media screen and (max-width: 780px) {
  .grid-section-three .apteline__content ul {
    gap: 30px;
    padding-left: 0;
  }
  .grid-section-three .apteline__content {
    min-height: 334px;
  }
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.alarming-symptoms {
  display: flex;
  align-items: center;
}
.alarming-symptoms swiper-container::part(pagination) {
  margin-top: 24px;
}
.alarming-symptoms__content {
  height: 100%;
  padding: 32px;
  background: #fff;
}
.alarming-symptoms__figure {
  height: 100%;
}
.alarming-symptoms__img {
  height: 100%;
}
.alarming-symptoms__img img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  border-radius: 8px;
}
.alarming-symptoms__title {
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 40px;
}
.alarming-symptoms__title-above {
  color: #595a68;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 60px;
}
.alarming-symptoms__heading {
  color: #595a68;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.alarming-symptoms__list {
  color: #595a68;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 780px) {
  .alarming-symptoms .adult-program__list-title {
    margin-bottom: 42px;
  }
  .alarming-symptoms__img img {
    margin: 0;
  }
  .alarming-symptoms__title-above {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .alarming-symptoms__title {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .alarming-symptoms__title-under {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .alarming-symptoms__content {
    padding: 16px;
  }
}

.need-help {
  display: flex;
  align-items: center;
}
.need-help swiper-container::part(pagination) {
  margin-top: 24px;
}
.need-help__content {
  padding: 20px;
  background-color: #fff;
  min-height: 310px;
}
.need-help__img img {
  width: 100%;
  border-radius: 8px;
}
.need-help__title {
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 40px;
}
.need-help__title-above {
  color: #595a68;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 60px;
}
.need-help__title-number {
  gap: 16px;
  margin-bottom: 0px;
}
.need-help__heading {
  color: #595a68;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.need-help__list {
  color: #595a68;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 780px) {
  .need-help .adult-program__list {
    gap: 42px;
  }
  .need-help__img img {
    margin: 0;
  }
  .need-help__title-above {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .need-help__title {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .need-help__title-under {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}

h2,
h4 {
  color: var(--font-color2);
}

.d-none {
  display: none !important;
}

.return-breadcrumb.container {
  margin-top: 10px;
}

.return-breadcrumb > a {
  color: var(--font-color2);
}

.four-top {
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: white;
  margin-top: 30px !important;
}

.title-last > span {
  color: var(--dark-green);
}
.title-last {
  font-size: 20px;
}
.green-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -8.99%,
    rgba(217, 239, 214, 0.75) 95.29%,
    rgba(214, 238, 211, 0.8) 115.51%
  );
}

.green-gradient > div > div > p > a {
  margin: auto;
}

@media all and (min-width: 1200px) {
  .green-gradient > div > div {
    margin-top: 50px;
  }
}

.background-gradient-six {
  padding: 20px 15px;
  margin-top: 70px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -8.99%,
    rgba(217, 239, 214, 0.75) 95.29%,
    rgba(214, 238, 211, 0.8) 115.51%
  );
}

.grid-six > div > h3 {
  font-size: 20px;
  font-weight: 600px;
  line-height: 28px;
  color: var(--dark-green);
}
.grid-six > div > h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: var(--dark-green);
}
.grid-six > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.background-gradient-six > div > h3 {
  font-size: 20px;
  color: var(--dark-green);
  font-weight: 600;
}
.grid-six {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.grid-six > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
@media all and (min-width: 1024px) {
  .four-top {
    margin-top: 0px !important;
  }
  .title-last {
    font-size: 32px;
  }
  .background-gradient-six > div > h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
  .grid-six {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0 !important;
  }
  .background-gradient-six > div {
    display: flex;
    align-items: center;
  }
  .grid-six > div > p {
    margin-bottom: 0 !important;
    color: var(--font-color);
    font-size: 16px;
  }
  .background-gradient-six {
    padding: 40px 35px;
  }
  .grid-six > div > h4 {
    font-size: 40px;
  }
}
@media all and (min-width: 1400px) {
  .grid-six {
    margin-left: 50px;
  }
}

.new-button {
  position: relative;
  width: fit-content;
}
.new-button > svg {
  position: absolute;
  left: 145px;
  top: 20px;
  z-index: 2;
}
.new-button > p > a {
  padding: 5px 30px 5px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  line-height: 40px;
  width: 180px;
  font-size: 14px;
}
.green-button > p > a {
  border: none;
  border-radius: 40px;
  background: var(--dark-green);
  line-height: 40px;
  width: fit-content;
  color: var(--background-gray);
}

.border-button > p > a {
  border: 1px solid var(--dark-green);
  border-radius: 40px;
}
.owl-nav {
  display: flex;
  gap: 20px;
}
.owl-next > span {
  display: none;
}
.owl-next {
  background-image: url(./basap/new-icons/right-arrow.svg) !important;
  width: 60px;
  height: 40px;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 1px solid var(--dark-green) !important;
  border-radius: 30px;
}

.owl-prev {
  width: 60px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid var(--dark-green) !important;
  background-image: url(./basap/new-icons/left-arrow.svg) !important;
  background-position: center;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: scaleX(-1);
}

@media all and (min-width: 1000px) {
  .owl-prev:hover {
    background-color: var(--light-green) !important;
    border: none !important;
  }
  .owl-next:hover {
    background-color: var(--light-green) !important;
    border: none !important;
  }
}

.owl-prev > span {
  display: none;
}
.owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.owl-dot {
  width: 15px;
  height: 4px;
  border-radius: 3px;
  background-color: #d6ebd3 !important;
}
.owl-dots > .active {
  width: 50px;
  background-color: var(--dark-green) !important;
}
.new-slider-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  background-color: white;
}
.new-slider-container > figure img {
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.new-slider-container > div > div > h1 {
  color: var(--dark-green);
}
@media all and (max-width: 600px) {
  .new-baner-container {
    min-height: 683px;
  }
}
@media all and (max-width: 1219px) {
  .new-home {
    margin-top: -30px;
  }
  .new-baner-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .new-button > svg {
    position: absolute;
    left: 320px;
    top: 20px;
    z-index: 2;
  }
  .new-baner-container > div {
    margin: 0;
  }
  .new-baner-container > div > .new-button {
    display: flex;
    justify-content: center;
    margin-top: -35px;
  }
  .owl-nav {
    display: none;
  }
  .art-container .owl-nav {
    display: flex;
  }
  .owl-dots {
    position: absolute;
    bottom: 6px;
  }
  .new-slider-container > div > div > h1 {
    text-align: center;
    margin: 10px 0;
  }
  .new-slider-container > div > div > p {
    text-align: center;
  }
  .green-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .top-green-button {
    justify-content: center;
  }
}
@media all and (min-width: 1220px) {
  .new-slider-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    justify-content: space-between;
    background-color: #fff;
  }
  .new-slider-container > div {
    max-width: 29%;
    padding: 35px 0 0 24px;
  }
  .new-slider-container > figure {
    width: 100%;
  }

  .new-baner-container > div > .new-button {
    position: absolute;
    top: 300px;
    left: 25px;
    z-index: 2;
  }
  .baner-carousel > .owl-nav {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
}
.relative {
  position: relative;
}
.margin-0 {
  margin: 0;
}
@media all and (max-width: 799px) {
  .komputer {
    display: none;
  }
}
@media all and (min-width: 800px) {
  .komputer {
    display: block;
  }
  .telefon {
    display: none;
  }
}

.icon-grid {
  display: grid !important;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  margin: 0;
}
.icon-grid > div > figure img {
  max-width: 40px;
  height: auto;
}
.padding-container {
  padding: 24px;
}
.green-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -8.99%,
    rgba(217, 239, 214, 0.75) 95.29%,
    rgba(214, 238, 211, 0.8) 115.51%
  );
}
.icon-grid > div {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.column-icon {
  display: grid;
  grid-auto-rows: minmax(80px, auto);
}
@media all and (min-width: 1024px) {
  .column-icon {
    grid-auto-rows: minmax(110px, auto);
  }
}
.icon-grid > div > p {
  margin: 0;
}
.section-two-title > span {
  color: var(--dark-green);
}
.green-gradient > div > div > p > a {
  margin: auto;
}
.login-button > div > p > a {
  position: relative;
  padding-right: 47px;
}
.login-button > div > p > a::after {
  position: absolute;
  content: "";
  background: url(./basap/new-icons/pacjent-icon.svg);
  width: 17px;
  height: 17px;
  background-size: cover;
  background-position: center;
  right: 20px;
}

.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  background-color: #f6f6f6;
  color: var(--wp--preset--color--contrast);
}

@media all and (max-width: 1023px) {
  .owl-two > .owl-dots {
    bottom: -140px;
  }
  .owl-one {
    background-color: white;
    padding-bottom: 20px;
  }
  .owl-one > div > div > div > div {
    margin-bottom: 0 !important;
  }
  .owl-one > .owl-dots {
    bottom: -22px;
  }
}
@media all and (max-width: 1199px) {
  .slider-loader {
    position: absolute;
  }
  .slider-loader > div > figure img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  .new-slider-container > div {
    margin-bottom: 0 !important;
  }
  .slider-loader > div > .p-title-loader {
    color: var(--dark-green);
    margin-top: 20px;
    font-size: calc(1.375rem + 1.5vw);
    text-align: center;
    font-weight: 500;
    text-align: center;
  }
  .slider-loader > div > p {
    text-align: center;
    margin-bottom: 20px;
  }
  .slider-loader > div > div > .green-button {
    margin-top: 20px;
  }
}
@media all and (min-width: 1200px) {
  .section-two-title {
    width: 70%;
  }
  .owl-two {
    padding: 0 15px;
  }
  .green-gradient > div > div {
    margin-top: 50px;
  }
  .slider-loader {
    display: none !important;
  }
}
.grid-section-three > div > figure img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.seven-mobile-hide {
  display: block;
  color: var(--font-color2);
  width: fit-content;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 40px;
  border: 1px solid var(--dark-green);
  margin: auto;
}
