/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
.container {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.container.nav-container {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  display: flex;
  height: 0;
  justify-content: space-between;
  padding: 0 30px;
}
.container.nav-container .swiper-button-prev,
.container.nav-container .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .container.nav-container {
    padding: 0 50px;
  }
}
@media (min-width: 1500px) {
  .container.nav-container {
    padding: 0 70px;
  }
}
.container.indent {
  padding-left: 30px;
}
.container.hero-slider-container {
  padding-left: 15px;
}
@media (min-width: 744px) {
  .container.hero-slider-container {
    padding-left: 30px;
  }
}
@media (min-width: 744px) {
  .container {
    padding: 0 20px;
  }
  .container.indent, .container.hero-slider-container {
    padding-left: 50px;
  }
}
@media (min-width: 1500px) {
  .container {
    padding: 0 40px;
  }
  .container.indent, .container.hero-slider-container {
    padding-left: 70px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 2000px;
  }
}

.breadcrumbs {
  font-family: "Oswald-Regular";
  font-size: 14px;
  line-height: 21px; /* 150% */
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
}
.breadcrumbs span:last-of-type {
  color: #cdcdcd;
}
button,
input[type=submit] {
  font-size: 16px;
}
button.menu-btn, button.appointment-btn, button.phone-btn,
input[type=submit].menu-btn,
input[type=submit].appointment-btn,
input[type=submit].phone-btn {
  border: none;
  cursor: pointer;
  background-color: #fbfbfb;
}
@media (max-width: 744px) {
  button.menu-btn,
  input[type=submit].menu-btn {
    padding: 5px;
  }
}
button.appointment-btn,
input[type=submit].appointment-btn {
  background-color: #181645;
  color: #fbfbfb;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 37px;
  padding: 8px 18px 8px 25px;
}
button.appointment-btn .next-btn,
input[type=submit].appointment-btn .next-btn {
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
button.appointment-btn:hover .next-btn,
input[type=submit].appointment-btn:hover .next-btn {
  rotate: -45deg;
}
button.phone-btn,
input[type=submit].phone-btn {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  translate: calc(-100% - 4px);
  height: 100%;
}
button.phone-btn svg,
input[type=submit].phone-btn svg {
  width: 100%;
  height: 100%;
}
button.phone-btn a,
input[type=submit].phone-btn a {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
button.phone-btn a:hover,
input[type=submit].phone-btn a:hover {
  background-color: none;
}
button#submit-btn,
input[type=submit]#submit-btn {
  position: relative;
  text-transform: uppercase;
  color: #f5f5f5;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  background-color: #181645;
  border: none;
  outline: none;
  padding: 20px 0;
  cursor: pointer;
}

.cta {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #836C4A;
  text-transform: uppercase;
  line-height: 28px;
  padding-bottom: 12px;
  padding-right: 30px;
  letter-spacing: 3px;
  margin-top: 250px;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.cta.garni {
  margin-top: 160px;
}
.cta.single-cta {
  margin-top: 90px;
  margin-bottom: 120px;
}
.cta::after {
  transition: all 0.25s ease-in-out;
  content: "";
  position: absolute;
  bottom: 4px;
  right: 97%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #836C4A;
  translate: 0 calc(50% - 1px);
  transition: all 0.75s ease-in-out;
}
.cta::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #836C4A;
  position: absolute;
  bottom: 4px;
  right: 97%;
  transition: all 0.75s ease-in-out;
}
.cta.animated::before, .cta.animated::after {
  right: 0;
}

@font-face {
  font-family: "ArchivoNarrow-Regular";
  src: url(../.././css/build/font/ArchivoNarrow-Regular.ttf);
}
@font-face {
  font-family: "ArchivoNarrow-Medium";
  src: url(../.././css/build/font/ArchivoNarrow-Medium.ttf);
}
@font-face {
  font-family: "ArchivoNarrow-SemiBold";
  src: url(../.././css/build/font/ArchivoNarrow-SemiBold.ttf);
}
@font-face {
  font-family: "ArchivoNarrow-Bold";
  src: url(../.././css/build/font/ArchivoNarrow-Bold.ttf);
}
body,
textarea,
button {
  font-family: "ArchivoNarrow-Regular";
  color: #081249;
}

h1 {
  font-size: 100px;
  line-height: 88px; /* 136.842% */
  font-weight: 400;
  letter-spacing: 7.5px;
}

h2 {
  font-size: 95px;
  line-height: 88px; /* 136.842% */
  font-weight: 400;
  letter-spacing: -1px;
}

h3 {
  font-size: 53px;
  line-height: 60px;
  letter-spacing: -1.5px;
  color: #404040;
}
h3.special {
  font-size: 32px;
  line-height: 28px;
  color: #cda365;
  text-transform: uppercase;
}

h4.special {
  line-height: 22px;
  color: rgb(131, 108, 74);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15.59px;
}

h5 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}

h6 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
h6.smaller {
  font-family: "ArchivoNarrow-Regular";
  letter-spacing: 0.85px;
  text-transform: lowercase;
}

p {
  font-family: "ArchivoNarrow-Regular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.85px;
}

/* Style the modal container */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden; /* Prevent body from scrolling */
}

/* Style the modal content */
.modal-content {
  position: relative;
  margin: 15vh auto auto;
  padding: 20px;
  width: 60%;
  max-height: 80%; /* Set a maximum height for the content */
  overflow-y: auto; /* Add vertical scrollbar when content overflows */
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .modal-content {
    width: 98%;
  }
}

/* Style the close button */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
  font-size: 66px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-scroll-down {
  bottom: 5px;
  left: 50%;
  position: absolute;
  max-width: 200px;
  text-align: center;
  z-index: 2;
  translate: -50%;
  width: 200px;
}

.scroll-down-bar {
  animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  background-color: #cda365;
  bottom: 0;
  display: inline-block;
  height: 163px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 2px;
}
.scroll-down-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cda365;
  translate: calc(-50% + 1px);
}

@keyframes elasticus {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }
}
.accordion-wrapper {
  grid-column: span 2/span 2;
}
.accordion-wrapper.half {
  grid-column: span 2/span 2;
}
@media (min-width: 744px) {
  .accordion-wrapper.half {
    grid-column: span 1/span 1;
  }
}

.accordion {
  margin-top: 4px;
  background-color: var(--bgColor);
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
}
.accordion.reversed-colors {
  background-color: #081249;
  color: #edfcd9;
}
.accordion.reversed-colors svg path {
  stroke: #edfcd9 !important;
}
.accordion .accordion-header span {
  display: block;
  transition: width 0.25s ease-in-out;
}
@media (min-width: 744px) {
  .accordion.half {
    grid-column: span 1/span 1;
  }
}
.accordion.half .accordion-header {
  padding-top: 30px;
  padding-bottom: 100px;
}
.accordion svg.next-btn {
  min-width: 21px;
  max-width: 21px;
  height: 21px;
}
.accordion svg.next-btn,
.accordion svg.close-btn {
  cursor: pointer;
}
@media (min-width: 744px) {
  .accordion.active .accordion-header > span {
    width: calc(50% - 2px);
  }
}
.accordion.active .doctors {
  opacity: 1;
  visibility: visible;
}
.accordion.active svg.next-btn {
  display: none;
}
.accordion.active svg.close-btn {
  display: block;
}
.accordion svg.close-btn {
  display: none;
}
.accordion.active, .accordion:hover {
  background-color: #081249;
  color: var(--bgColor);
}
.accordion.active svg.next-btn, .accordion:hover svg.next-btn {
  rotate: -45deg;
}
.accordion.active svg.next-btn path, .accordion:hover svg.next-btn path {
  stroke: var(--bgColor);
}

.accordion-content {
  padding: 0 15px;
  background-color: #081249;
  color: var(--bgColor);
}
.accordion-content.responsive {
  border-radius: 4px;
}
.accordion-content.responsive ul {
  padding: 30px 0;
}
.accordion-content.responsive.active {
  margin-top: 4px;
}
@media (min-width: 744px) {
  .accordion-content.responsive {
    display: none;
  }
}
.accordion-content .operations-links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  padding: 0;
  list-style: none;
  padding-bottom: 25px;
}
@media (min-width: 744px) {
  .accordion-content .operations-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
.accordion-content .operations-links li {
  padding-right: 40px;
}
.accordion-content.examinations-content .operations-links,
.accordion-content .examinations-content .operations-links {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.accordion-content.examinations-content .operations-links li,
.accordion-content .examinations-content .operations-links li {
  padding-right: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.accordion-content.examinations-content .operations-links li span.pregled,
.accordion-content .examinations-content .operations-links li span.pregled {
  max-width: 50%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
@media (min-width: 744px) {
  .accordion-content.examinations-content .operations-links li span.pregled,
  .accordion-content .examinations-content .operations-links li span.pregled {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.85px;
  }
}
.accordion-content.examinations-content .operations-links li span.line,
.accordion-content .examinations-content .operations-links li span.line {
  flex-grow: 1;
  height: 1px;
  background-color: #edfcd9;
  margin-left: 10px;
  translate: 0 -6px;
}
.accordion-content.examinations-content .operations-links li span.cena,
.accordion-content .examinations-content .operations-links li span.cena {
  margin-left: 8px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
@media (min-width: 744px) {
  .accordion-content.examinations-content .operations-links li span.cena,
  .accordion-content .examinations-content .operations-links li span.cena {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.85px;
  }
}
@media (min-width: 744px) {
  .accordion-content {
    padding: 0 30px;
  }
}
.accordion-content .doctors-bottom {
  padding-bottom: 30px;
}
.accordion-content .doctors-bottom span {
  display: inline-block;
}
.accordion-content .doctors-bottom a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.85px;
}
.accordion-content .doctors-bottom a:hover {
  text-decoration: underline;
}
@media (min-width: 744px) {
  .accordion-content .doctors-bottom {
    display: none;
  }
}
.accordion-content .diseases {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
  letter-spacing: 0.85px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .accordion-content .diseases {
    max-width: 50%;
  }
}
.accordion-content .diseases a {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .accordion-content .diseases a {
    text-decoration: none;
  }
  .accordion-content .diseases a:hover {
    text-decoration: underline;
  }
}
.accordion-content .diseases a span {
  display: inline-block;
}
.accordion-content .diseases a:hover span {
  text-decoration: underline;
}
.accordion-content.active#sharedContent {
  margin-bottom: 4px;
}
.accordion-content#sharedContent {
  margin-top: 4px;
  grid-column: span 2/span 2;
  background-color: #081249;
  border-radius: 4px;
  display: none;
}
.accordion-content#sharedContent .operations-links {
  padding-bottom: 0;
}
@media (min-width: 744px) {
  .accordion-content#sharedContent {
    display: block;
  }
}
.accordion-content#sharedContent > div {
  padding: 25px 0;
  color: var(--bgColor);
}
.accordion-content p {
  overflow: hidden;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .accordion-content p {
    max-width: 58.33%;
  }
}
@media (min-width: 1024px) {
  .accordion-content p {
    padding-bottom: 50px;
    max-width: 50%;
  }
}
@media (min-width: 1920px) {
  .accordion-content p {
    padding-bottom: 30px;
  }
}

/* HTML: <div class="loader"></div> */
.loader-wrapper {
  position: fixed;
  top: 101px;
  height: calc(100vh - 101px);
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #ecf8db;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 744px) {
  .loader-wrapper {
    top: 112px;
    height: calc(100vh - 112px);
  }
}
.loader-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.loader-wrapper .progress-bar-wrapper {
  width: 130px;
  height: 5px;
  border-radius: 10px;
  background-color: #d6e2cd;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .loader-wrapper .progress-bar-wrapper {
    width: 161px;
    height: 7px;
    margin-top: 6px;
  }
}
.loader-wrapper .progress-bar {
  position: absolute;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  top: 0;
  left: 0;
  width: 0%;
  transition: width 2s linear;
  background-color: #181645;
}
.loader-wrapper .loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-wrapper svg {
  width: 109px;
  height: 91px;
}
@media (min-width: 1280px) {
  .loader-wrapper svg {
    width: 161px;
    height: 112px;
  }
}

section.doctors {
  padding-top: 200px;
}

.single-doctor {
  padding-top: 60px;
  --bgColor: "";
}
.single-doctor .video-choises {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
}
.single-doctor .video-choises > div {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.single-doctor .video-choises > div.active path {
  opacity: 0.5;
}
.single-doctor .video-choises > div svg {
  display: block;
}
.single-doctor input[type=range] {
  accent-color: #181645;
}
@media (min-width: 744px) {
  .single-doctor {
    padding-top: 60px;
  }
}
.single-doctor.green {
  --bgColor: #edfcd9;
}
.single-doctor.purple {
  --bgColor: #e3e2fa;
}
.single-doctor__header {
  display: flex;
  align-items: flex-end;
}
.single-doctor__header__share-and-back {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}
.single-doctor__header__share-and-back__share {
  display: flex;
  align-items: center;
  gap: 19px;
  translate: 0 -4px;
  transition: all 0.25s ease-in-out;
  flex-direction: row-reverse;
  cursor: pointer;
  padding: 0;
}
.single-doctor__header__share-and-back__share svg,
.single-doctor__header__share-and-back__share svg path {
  transition: all 0.25s ease-in-out;
}
@media (min-width: 744px) {
  .single-doctor__header__share-and-back__share {
    padding: 4px 16px;
    flex-direction: row;
  }
}
.single-doctor__header__share-and-back__share .relative {
  position: relative;
}
.single-doctor__header__share-and-back__share .relative > span {
  display: none;
}
@media (min-width: 744px) {
  .single-doctor__header__share-and-back__share .relative > span {
    display: block;
  }
}
.single-doctor__header__share-and-back__share .relative .dropdown {
  position: absolute;
  translate: 0 -100%;
  visibility: none;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 999;
  text-align: right;
  right: -36px;
  top: -24px;
}
.single-doctor__header__share-and-back__share .relative .dropdown > span {
  display: inline-block;
  transition: opacity 0.25s ease-in-out;
}
.single-doctor__header__share-and-back__share .relative .dropdown > span:hover {
  opacity: 0.4;
}
@media (min-width: 744px) {
  .single-doctor__header__share-and-back__share .relative .dropdown {
    text-align: left;
    top: 0;
    left: 0;
    right: auto;
  }
}
@media (max-width: 745px) {
  .single-doctor__header__share-and-back__share.actual-share .relative .dropdown {
    left: -10px;
    right: auto;
    text-align: left;
    top: -8px;
    translate: 100%;
  }
}
.single-doctor__header__share-and-back__share span {
  display: block;
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.84px;
  translate: 0 8px;
}
.single-doctor__header__share-and-back__share svg .arrow,
.single-doctor__header__share-and-back__share svg .box {
  transition: all 0.25s ease-in-out;
}
.single-doctor__header__share-and-back__share:hover .relative .dropdown {
  visibility: visible;
  opacity: 1;
}
.single-doctor__header__share-and-back__share:hover svg .box {
  translate: 0 -2px;
}
.single-doctor__header__share-and-back__share:hover svg .arrow {
  translate: 0 -8px;
}
.single-doctor__header__share-and-back .back-btn {
  display: none;
}
@media (min-width: 744px) {
  .single-doctor__header__share-and-back .back-btn {
    display: block;
  }
}
.single-doctor__body {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
@media (min-width: 744px) {
  .single-doctor__body {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: 60px;
  }
}
.single-doctor__body__video-wrapper {
  grid-column: span 4/span 4;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  top: 0;
}
@media (min-width: 744px) {
  .single-doctor__body__video-wrapper {
    position: sticky;
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__video-wrapper {
    grid-column: span 4/span 4;
  }
}
.single-doctor__body__video-wrapper .sticky {
  position: sticky;
  top: 248px;
}
.single-doctor__body__video-wrapper__title-and-name {
  top: -30px;
  left: 15px;
  position: absolute;
  translate: 0 -100%;
  max-width: 75%;
}
@media (min-width: 744px) {
  .single-doctor__body__video-wrapper__title-and-name {
    left: 30px;
    top: -60px;
    max-width: none;
  }
}
.single-doctor__body__video-wrapper .img-wrapper,
.single-doctor__body__video-wrapper .video-wrapper {
  display: flex;
  flex-direction: column;
}
.single-doctor__body__video-wrapper .video-wrapper.second {
  display: none;
}
.single-doctor__body__video-wrapper img,
.single-doctor__body__video-wrapper video {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  aspect-ratio: 1/1;
}
.single-doctor__body__video-wrapper video {
  display: none;
}
.single-doctor__body__video-wrapper.medical-team-video-wrapper video {
  display: block;
}
.single-doctor__body__video-wrapper__video-controls {
  margin-top: 4px;
  border-radius: 4px;
  background-color: var(--bgColor);
  padding: 15px 30px;
  margin-left: 0 !important;
}
@media (min-width: 744px) {
  .single-doctor__body__video-wrapper__video-controls {
    padding: 30px;
  }
}
.single-doctor__body__content-wrapper {
  grid-column: span 4/span 4;
  background-color: var(--bgColor);
  border-radius: 4px;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .single-doctor__body__content-wrapper {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper {
    grid-column: span 8/span 8;
  }
}
.single-doctor__body__content-wrapper h5 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  line-height: 23px; /* 135.294% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
  max-width: 80%;
  margin-bottom: 60px;
}
@media (min-width: 1500px) {
  .single-doctor__body__content-wrapper h5 {
    max-width: 226px;
  }
}
.single-doctor__body__content-wrapper p {
  font-family: "ArchivoNarrow-Regular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
  letter-spacing: 0.85px;
}
.single-doctor__body__content-wrapper__top {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .single-doctor__body__content-wrapper__top {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 4px;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__top {
    display: flex;
    gap: 120px;
    padding-right: 30px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1500px) {
  .single-doctor__body__content-wrapper__top {
    gap: 4px;
    padding-right: 0;
  }
}
.single-doctor__body__content-wrapper__top > div {
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 4px;
  row-gap: 60px;
  height: fit-content;
}
.single-doctor__body__content-wrapper__top > div:last-of-type {
  margin-top: 60px;
}
@media (min-width: 744px) {
  .single-doctor__body__content-wrapper__top > div:last-of-type {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .single-doctor__body__content-wrapper__top > div {
    grid-column: span 7/span 7;
  }
  .single-doctor__body__content-wrapper__top > div:last-of-type {
    padding: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__top > div {
    flex: 1;
    grid-column: auto;
    padding-left: 0;
  }
  .single-doctor__body__content-wrapper__top > div:last-of-type {
    margin-top: 0px;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__top > div {
    row-gap: 120px;
  }
}
.single-doctor__body__content-wrapper__top > div > div {
  grid-column: span 4/span 4;
}
@media (min-width: 1500px) {
  .single-doctor__body__content-wrapper__top > div > div {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 744px) {
  .single-doctor__body__content-wrapper__top .first {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .single-doctor__body__content-wrapper__top .first {
    padding: 0;
    padding-left: 30px;
  }
}
.single-doctor__body__content-wrapper__diseases {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  column-gap: 4px;
}
.single-doctor__body__content-wrapper__diseases h5 {
  padding-left: 15px;
  grid-column: span 8/span 8;
}
@media (min-width: 744px) {
  .single-doctor__body__content-wrapper__diseases h5 {
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__diseases h5 {
    max-width: 120px;
  }
}
@media (min-width: 1500px) {
  .single-doctor__body__content-wrapper__diseases h5 {
    grid-column: span 1/span 1;
    max-width: auto;
  }
}
.single-doctor__body__content-wrapper__diseases > div {
  grid-column: span 8/span 8;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 4px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .single-doctor__body__content-wrapper__diseases > div {
    padding: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__diseases > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 30px;
  }
}
@media (min-width: 1500px) {
  .single-doctor__body__content-wrapper__diseases > div {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1920px) {
  .single-doctor__body__content-wrapper__diseases > div {
    padding: 0 60px;
  }
}
.single-doctor__body__content-wrapper__diseases > div > a {
  display: block;
  min-height: 148px;
  background-color: #081249;
  border-radius: 4px;
  grid-column: span 8/span 8;
  padding: 30px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .single-doctor__body__content-wrapper__diseases > div > a {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__diseases > div > a {
    grid-column: span 1/span 1;
  }
}
.single-doctor__body__content-wrapper__diseases > div > a svg {
  transition: all 0.25s ease-in-out;
}
.single-doctor__body__content-wrapper__diseases > div > a:hover svg {
  rotate: -45deg;
}
.single-doctor__body__content-wrapper__diseases > div > a h6 {
  color: var(--bgColor);
  display: flex;
  justify-content: space-between;
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  text-transform: uppercase;
}
.single-doctor__body__content-wrapper__diseases > div > a h6 .next-btn {
  translate: 0 6px;
  min-width: 24px;
  height: 24px;
}
.single-doctor__body__content-wrapper__bottom {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 4px;
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__bottom {
    margin-top: 120px;
  }
}
.single-doctor__body__content-wrapper__bottom > div {
  grid-column: span 8/span 8;
  padding: 0 15px;
}
@media (min-width: 744px) {
  .single-doctor__body__content-wrapper__bottom > div {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .single-doctor__body__content-wrapper__bottom > div {
    grid-column: span 7/span 7;
    padding: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__bottom > div {
    grid-column: span 8/span 8;
    padding: 0 30px;
  }
}
@media (min-width: 1500px) {
  .single-doctor__body__content-wrapper__bottom > div {
    grid-column: span 6/span 6;
  }
}
.single-doctor__body__content-wrapper__bottom p {
  column-gap: 52px;
}
@media (min-width: 1024px) {
  .single-doctor__body__content-wrapper__bottom p {
    column-count: 1;
  }
}
@media (min-width: 1280px) {
  .single-doctor__body__content-wrapper__bottom p {
    column-gap: 120px;
    column-count: 2;
  }
}
@media (min-width: 1500px) {
  .single-doctor__body__content-wrapper__bottom p {
    column-gap: 52px;
  }
}

.single-center.green {
  --bgColor: #edfcd9;
}
.single-center.purple {
  --bgColor: #e3e2fa;
}
.single-center .single-doctor__header__share-and-back {
  align-items: flex-end;
}
.single-center .single-doctor__header__share-and-back .back-btn {
  translate: 0 4px;
  display: none;
}
@media (min-width: 744px) {
  .single-center .single-doctor__header__share-and-back .back-btn {
    display: flex;
  }
}
.single-center .center-basic-info {
  max-width: 50%;
}
.single-center .center-basic-info > div {
  display: flex;
  align-items: flex-start;
  margin-left: 15px;
  gap: 0;
  flex-direction: column;
}
.single-center .center-basic-info > div svg {
  width: 31px;
  height: 20px;
}
@media (min-width: 744px) {
  .single-center .center-basic-info > div {
    margin-left: 24px;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
  }
  .single-center .center-basic-info > div svg {
    width: 45px;
    height: 30px;
  }
}
.single-center .center-basic-info > div h5,
.single-center .center-basic-info > div h6 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: none;
  translate: 0 4px;
}
.single-center .center-basic-info > div h5 {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.single-center__body {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
@media (min-width: 744px) {
  .single-center__body {
    margin-top: 54px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.single-center__body .right {
  grid-column: span 6/span 6;
  display: none;
}
@media (min-width: 1280px) {
  .single-center__body .right {
    display: block;
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1500px) {
  .single-center__body .right {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1920px) {
  .single-center__body .right {
    grid-column: span 6/span 6;
  }
}
.single-center__body .right .sticky {
  position: sticky;
  top: 112px;
}
.single-center__body__doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  position: sticky;
  top: 0;
  max-height: calc(100vh - 112px);
  position: relative;
  overflow: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.single-center__body__doctors-grid:hover {
  overflow-y: auto;
}
@media (min-width: 1280px) {
  .single-center__body__doctors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1920px) {
  .single-center__body__doctors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.single-center__body__doctors-grid::-webkit-scrollbar {
  width: 0;
}
.single-center__body__doctors-grid::-webkit-scrollbar-track {
  background: transparent;
}
.single-center__body__doctors-grid::-webkit-scrollbar-thumb {
  background-color: #081249;
  border-radius: 4px;
  position: relative;
}
.single-center__body__doctors-grid::-webkit-scrollbar-thumb:hover {
  background-color: rgba(8, 18, 73, 0.8);
}
.single-center__body__doctors-grid__item {
  grid-column: span 1/span 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.single-center__body__doctors-grid__item .img-wrapper {
  overflow: hidden;
}
@media (min-width: 1280px) {
  .single-center__body__doctors-grid__item .img-wrapper {
    height: 204px;
  }
}
@media (min-width: 1500px) {
  .single-center__body__doctors-grid__item .img-wrapper {
    height: 292px;
  }
}
@media (min-width: 1920px) {
  .single-center__body__doctors-grid__item .img-wrapper {
    height: 303px;
  }
}
.single-center__body__doctors-grid__item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.single-center__body__doctors-grid__item svg,
.single-center__body__doctors-grid__item svg path,
.single-center__body__doctors-grid__item img {
  transition: all 0.2s ease-in-out;
}
.single-center__body__doctors-grid__item:hover svg {
  rotate: -45deg;
}
.single-center__body__doctors-grid__item:hover svg path {
  stroke: var(--bgColor);
}
.single-center__body__doctors-grid__item:hover .single-center__body__doctors-grid__item__name {
  background-color: #081249;
  color: var(--bgColor);
}
.single-center__body__doctors-grid__item__name {
  background-color: var(--bgColor);
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--bgColor);
  transition: all 0.25s ease-in-out;
  min-height: 72px;
}
@media (min-width: 1280px) {
  .single-center__body__doctors-grid__item__name {
    padding: 10px 20px 8px 15px;
    gap: 10px;
  }
}
@media (min-width: 1500px) {
  .single-center__body__doctors-grid__item__name {
    gap: 18px;
    padding: 15px 30px 17px;
  }
}
.single-center__body__doctors-grid__item__name span {
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .single-center__body__doctors-grid__item__name span {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 1500px) {
  .single-center__body__doctors-grid__item__name span {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.85px;
  }
}
.single-center__body__doctors-grid__item__name .next-btn {
  translate: 0 9px;
  min-width: 21px;
}
@media (min-width: 744px) {
  .single-center__body__doctors-grid__item__name .next-btn {
    min-width: 21px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.8px;
  }
}
.single-center__body__content-wrapper {
  grid-column: span 6/span 6;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  grid-column: span 4/span 4;
  row-gap: 0;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1500px) {
  .single-center__body__content-wrapper {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1920px) {
  .single-center__body__content-wrapper {
    grid-column: span 6/span 6;
  }
}
.single-center__body__content-wrapper__actual {
  grid-column: span 2/span 2;
  padding: 30px 0 0;
  border-radius: 4px;
  background-color: var(--bgColor);
  margin-top: 4px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual {
    margin-top: 0;
  }
}
.single-center__body__content-wrapper__actual h4 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 15px;
  position: relative;
}
.single-center__body__content-wrapper__actual h4::after {
  content: "";
  width: 90%;
  background-color: var(--bgColor);
  height: 28px;
  position: absolute;
  left: 0;
  bottom: 2px;
  translate: 0 100%;
  z-index: 2;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual h4 {
    padding-left: 30px;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper {
  max-height: 122vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 30px;
  margin-right: 15px;
  /* width */
  /* Track */
  /* Handle */
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper {
    padding-top: 60px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .single-center__body__content-wrapper__actual__items-wrapper {
    margin-right: 30px;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper::-webkit-scrollbar {
  width: 8px;
}
.single-center__body__content-wrapper__actual__items-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.single-center__body__content-wrapper__actual__items-wrapper::-webkit-scrollbar-thumb {
  background-color: #081249;
  border-radius: 4px;
  position: relative;
}
.single-center__body__content-wrapper__actual__items-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(8, 18, 73, 0.8);
}
.single-center__body__content-wrapper__actual__items-wrapper__item {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-top: 50px;
  width: calc(100% + 23px);
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    width: calc(100% + 28px);
  }
}
@media (min-width: 1024px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    width: calc(100% + 38px);
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1920px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.single-center__body__content-wrapper__actual__items-wrapper__item:first-of-type {
  margin: 0;
}
.single-center__body__content-wrapper__actual__items-wrapper__item:last-of-type {
  margin-bottom: 30px;
}
.single-center__body__content-wrapper__actual__items-wrapper__item__left {
  grid-column: span 3/span 3;
  padding-left: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left {
    padding-left: 30px;
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1024px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left {
    padding-right: 26px;
  }
}
@media (min-width: 1500px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1920px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left {
    padding-right: 46px;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper__item__left .pin {
  position: absolute;
  top: 0;
  right: 15px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left .pin {
    right: 0;
  }
}
@media (min-width: 1920px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left .pin {
    right: 46px;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper__item__left .person {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left .person {
    align-items: flex-end;
    flex-direction: row;
    justify-content: unset;
    margin-top: auto;
    gap: 4px;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper__item__left .person h6 {
  width: 120px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.85px;
  text-transform: none;
}
.single-center__body__content-wrapper__actual__items-wrapper__item__left .date {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.65px;
  margin-bottom: 6px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__left .date {
    margin-bottom: 10px;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper__item__left h5 {
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-center__body__content-wrapper__actual__items-wrapper__item__left .image-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.single-center__body__content-wrapper__actual__items-wrapper__item__left .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-center__body__content-wrapper__actual__items-wrapper__item__right {
  grid-column: span 4/span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 0 15px;
  margin-top: 15px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__right {
    grid-column: span 6/span 6;
    grid-column-start: 6;
    padding: 0;
    margin-top: 0;
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__right {
    grid-column-start: 5;
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__right {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1920px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__right {
    grid-column: span 3/span 3;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper__item__right p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  padding-right: 23px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__right p {
    padding-right: 0;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper__item__right__share-and-read-more {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  padding-right: 10px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__actual__items-wrapper__item__right__share-and-read-more {
    justify-content: space-between;
    gap: 40px;
  }
}
.single-center__body__content-wrapper__actual__items-wrapper__item__right__share-and-read-more .share-btn {
  cursor: pointer;
}
.single-center__body__content-wrapper__actual__items-wrapper__item__right__share-and-read-more .read-more {
  color: var(--plava-STIL, var(--plava-final, #081249));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.7px;
}
.single-center__body__content-wrapper__drawer {
  text-transform: uppercase;
  padding: 25px 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  align-items: flex-start;
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__drawer {
    padding: 25px 30px;
  }
}
.single-center__body__content-wrapper__drawer .doctors {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  flex-wrap: wrap;
  column-gap: 3px;
  display: none;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__drawer .doctors {
    display: flex;
    left: 66.66%;
    width: 170px;
  }
}
@media (min-width: 1024px) {
  .single-center__body__content-wrapper__drawer .doctors {
    width: 240px;
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper__drawer .doctors {
    left: 62.5%;
    width: 30%;
  }
}
@media (min-width: 1500px) {
  .single-center__body__content-wrapper__drawer .doctors {
    left: calc(57.14% + 60px);
    width: calc(34.86% - 60px);
  }
}
@media (min-width: 1920px) {
  .single-center__body__content-wrapper__drawer .doctors {
    left: calc(50% + 60px);
    width: calc(44% - 60px);
  }
}
.single-center__body__content-wrapper__drawer .doctors > span {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
  letter-spacing: 0.85px;
  text-transform: none;
}
.single-center__body__content-wrapper__drawer .doctors > span a:hover {
  text-decoration: underline;
}
.single-center__body__content-wrapper__drawer.half {
  grid-column: span 1/span 1;
  padding-bottom: 88px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__drawer.half {
    padding-bottom: 100px;
  }
}
.single-center__body__content-wrapper__drawer svg,
.single-center__body__content-wrapper__drawer svg path {
  transition: all 0.2s ease-in-out;
}
.single-center__body__content-wrapper .doctors-responsive-slider-wrapper {
  margin-top: 4px;
  grid-column: span 2/span 2;
  width: calc(100% + 15px);
}
.single-center__body__content-wrapper .doctors-responsive-slider-wrapper .centersDoctorsSwiper {
  padding-right: 15px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper {
    width: calc(100% + 20px);
  }
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper .centersDoctorsSwiper {
    padding-right: 20px;
  }
}
.single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide {
  width: 247px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide {
    width: 291px;
  }
}
@media (min-width: 1024px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide {
    width: 303px;
  }
}
.single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide img {
  height: 247px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide img {
    height: 291px;
  }
}
@media (min-width: 1024px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide img {
    height: 303px;
  }
}
.single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide .name-and-specialty {
  min-height: 58px;
  padding: 10px 15px 8px 15px;
  background-color: var(--bgColor);
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide .name-and-specialty {
    min-height: 72px;
    padding: 15px 20px 8px 30px;
  }
}
.single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide .name-and-specialty > span {
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide .name-and-specialty > span {
    font-size: 17px;
    line-height: 20px;
  }
}
.single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide .name-and-specialty .next-btn {
  right: 15px;
  top: 19px;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper .swiper-slide .name-and-specialty .next-btn {
    min-width: 21px;
    max-width: 21px;
    height: 21px;
    top: 24px;
    right: 30px;
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper .doctors-responsive-slider-wrapper {
    display: none;
  }
}
.single-center__body__content-wrapper__top {
  padding-top: 30px;
  background-color: var(--bgColor);
  border-radius: 4px;
  grid-column: span 2/span 2;
}
.single-center__body__content-wrapper__top__top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 50px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__top__top {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 130px;
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper__top__top {
    margin-bottom: 130px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .single-center__body__content-wrapper__top__top {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1920px) {
  .single-center__body__content-wrapper__top__top {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.single-center__body__content-wrapper__top__top h5 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.single-center__body__content-wrapper__top__top ul {
  list-style: none;
  padding: 0;
}
.single-center__body__content-wrapper__top__top ul,
.single-center__body__content-wrapper__top__top p {
  margin-top: 30px;
  font-family: "ArchivoNarrow-Regular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 147.059% */
  letter-spacing: 0.85px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__top__top ul,
  .single-center__body__content-wrapper__top__top p {
    margin-top: 60px;
  }
}
.single-center__body__content-wrapper__top__top__about {
  padding: 0 15px;
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__top__top__about {
    padding-left: 30px;
    padding-right: 0;
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1024px) {
  .single-center__body__content-wrapper__top__top__about {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper__top__top__about {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1920px) {
  .single-center__body__content-wrapper__top__top__about {
    grid-column: span 3/span 3;
  }
}
.single-center__body__content-wrapper__top__top__team {
  padding: 0 15px;
  grid-column: span 4/span 4;
  margin-top: 30px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__top__top__team {
    padding: 0;
    grid-column-start: 9;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .single-center__body__content-wrapper__top__top__team {
    grid-column: span 3/span 3;
    grid-column-start: 6;
  }
}
@media (min-width: 1500px) {
  .single-center__body__content-wrapper__top__top__team {
    padding-left: 56px;
    grid-column-start: auto;
  }
}
.single-center__body__content-wrapper__top__top__team a:hover {
  text-decoration: underline;
}
.single-center__body__content-wrapper__top__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 15px 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.7px;
}
@media (min-width: 744px) {
  .single-center__body__content-wrapper__top__bottom {
    margin: 0 30px 30px;
  }
}
.single-center__body__content-wrapper__top__bottom__phones {
  display: flex;
  flex-direction: column;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero__bottom-right-cards {
  position: absolute;
  bottom: 64px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}
.hero__bottom-right-cards .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 0 calc(100% + 7px);
  color: #c1beff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 1.4px;
  mix-blend-mode: difference;
}
.hero__bottom-right-cards__card {
  display: block;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  width: 303px;
  height: 148px;
  background-color: #ecf8db;
}
.hero__bottom-right-cards__card h5 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.36px;
  text-transform: uppercase;
}
.hero__bottom-right-cards__card h6 {
  margin-top: 26px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.85px;
  text-transform: capitalize;
}
.hero__bottom-right-cards__card .next-btn {
  transition: all 0.2s ease-in-out;
}
.hero__bottom-right-cards__card:hover .next-btn {
  rotate: -45deg;
}
.hero__bottom-right-cards__card.blue {
  background-color: #081249;
  color: #ecf8db;
}
.hero__bottom-right-cards__card.blue h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.hero__bottom-right-cards__card.blue h6 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.36px;
  text-transform: capitalize;
}
.hero__bottom-right-cards__card .next-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.hero__bottom-right-cards__card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-swiper-nav-wrapper {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  z-index: 2;
}
.hero-swiper-nav-wrapper .swiper-button-prev path,
.hero-swiper-nav-wrapper .swiper-button-next path {
  stroke-width: 3px;
}
.hero-swiper-nav-wrapper .swiper-button-prev {
  left: 15px;
}
@media (min-width: 1024px) {
  .hero-swiper-nav-wrapper .swiper-button-prev {
    left: 20px;
  }
}
@media (min-width: 1500px) {
  .hero-swiper-nav-wrapper .swiper-button-prev {
    left: 40px;
  }
}
.hero-swiper-nav-wrapper .swiper-button-next {
  right: 15px;
}
@media (min-width: 1024px) {
  .hero-swiper-nav-wrapper .swiper-button-next {
    right: 20px;
  }
}
@media (min-width: 1500px) {
  .hero-swiper-nav-wrapper .swiper-button-next {
    right: 40px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .swiper.medicalTeamSwiper {
    height: auto;
    aspect-ratio: 1/1;
  }
  .swiper.medicalTeamSwiper img {
    aspect-ratio: 1/1;
    height: auto;
  }
}
@media (min-width: 1280px) {
  .swiper.medicalTeamSwiper {
    height: 700px;
  }
}
.swiper.homepageDoctorsSwiper {
  overflow: hidden;
  margin-right: 0;
  width: calc(100% - 15px);
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .swiper.homepageDoctorsSwiper {
    width: calc(100% - 20px);
    padding-right: 20px;
  }
}
@media (min-width: 1500px) {
  .swiper.homepageDoctorsSwiper {
    width: calc(100% - 40px);
    padding-right: 40px;
  }
}
.swiper.homepageNewsSwiper {
  padding: 25px 15px 30px;
  position: relative;
  width: calc(100% + 15px);
  padding-right: 15px;
}
@media (min-width: 744px) {
  .swiper.homepageNewsSwiper {
    width: 100%;
    padding: 25px 30px 30px;
  }
}
.swiper.homepageNewsSwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #081249;
  z-index: -1;
  border-radius: 4px;
}
.swiper .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  background: #ecf8db !important;
  opacity: 1 !important;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: 1px solid #ecf8db;
}

.swiper-slide {
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
.swiper-slide.news {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
}
@media (min-width: 744px) {
  .swiper-slide.news {
    width: 212px;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .swiper-slide.news {
    width: 220px;
  }
}
@media (min-width: 1500px) {
  .swiper-slide.news {
    width: 250px;
  }
}
@media (min-width: 1920px) {
  .swiper-slide.news {
    width: 272px;
  }
}
.swiper-slide.news h6 {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.65px;
  margin-bottom: 20px;
  color: #ecf8db;
}
.swiper-slide.news h5 {
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ecf8db;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media (min-width: 744px) {
  .swiper-slide.news h5 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.85px;
  }
}
.swiper-slide.news span {
  display: flex;
  margin-top: auto;
  font-style: normal;
  font-weight: 400;
  color: #ecf8db;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media (min-width: 744px) {
  .swiper-slide.news span {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.85px;
  }
}
.swiper-slide.news:hover h5 {
  text-decoration: underline;
}
.swiper-slide.doctors {
  flex-direction: column;
  cursor: pointer;
  width: 247px;
}
.swiper-slide.doctors .img-wrapper {
  display: flex;
  position: relative;
}
.swiper-slide.doctors .img-wrapper > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  width: 60px;
  height: 60px;
}
@media (min-width: 1024px) {
  .swiper-slide.doctors .img-wrapper > svg {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1500px) {
  .swiper-slide.doctors .img-wrapper > svg {
    width: 102px;
    height: 102px;
  }
}
.swiper-slide.doctors .img-wrapper > svg.pause-svg {
  display: none;
}
.swiper-slide.doctors img {
  height: 247px;
}
.swiper-slide.doctors video {
  height: 247px !important;
}
@media (min-width: 744px) {
  .swiper-slide.doctors {
    width: 465px;
  }
  .swiper-slide.doctors img {
    height: 465px;
  }
  .swiper-slide.doctors video {
    height: 465px !important;
  }
}
@media (min-width: 1024px) {
  .swiper-slide.doctors {
    width: 408px;
  }
  .swiper-slide.doctors img {
    height: 408px;
  }
  .swiper-slide.doctors video {
    height: 408px !important;
  }
}
@media (min-width: 1280px) {
  .swiper-slide.doctors {
    width: 514px;
  }
  .swiper-slide.doctors img {
    height: 514px;
  }
  .swiper-slide.doctors video {
    height: 514px !important;
  }
}
@media (min-width: 1500px) {
  .swiper-slide.doctors {
    width: 469px;
  }
  .swiper-slide.doctors img {
    height: 469px;
  }
  .swiper-slide.doctors video {
    height: 469px !important;
  }
}
@media (min-width: 1920px) {
  .swiper-slide.doctors {
    width: 611px;
  }
  .swiper-slide.doctors img {
    height: 611px;
  }
  .swiper-slide.doctors video {
    height: 611px !important;
  }
}
.swiper-slide.doctors .img-wrapper {
  width: 100%;
  overflow: hidden;
}
.swiper-slide.doctors .img-wrapper img {
  width: 100%;
}
.swiper-slide.doctors:hover .name-and-specialty {
  background-color: #081249;
}
.swiper-slide.doctors:hover .name-and-specialty > span {
  color: #ecf8db;
}
.swiper-slide.doctors:hover .name-and-specialty .next-btn {
  rotate: -45deg;
}
.swiper-slide.doctors:hover .name-and-specialty .next-btn path {
  stroke: #ecf8db;
}
.swiper-slide.doctors .name-and-specialty {
  margin-top: 4px;
  border-radius: 4px;
  background-color: #ecf8db;
  padding: 15px 10px 10px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 93px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 744px) {
  .swiper-slide.doctors .name-and-specialty {
    padding: 15px 20px 30px;
  }
}
@media (min-width: 1920px) {
  .swiper-slide.doctors .name-and-specialty {
    padding: 15px 30px 30px;
  }
}
.swiper-slide.doctors .name-and-specialty > span {
  display: block;
  transition: all 0.2s ease-in-out;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  width: 180px;
}
@media (min-width: 744px) {
  .swiper-slide.doctors .name-and-specialty > span {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.85px;
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .swiper-slide.doctors .name-and-specialty > span {
    width: 150px;
  }
}
@media (min-width: 1280px) {
  .swiper-slide.doctors .name-and-specialty > span {
    width: 200px;
  }
}
@media (min-width: 1500px) {
  .swiper-slide.doctors .name-and-specialty > span {
    width: 192px;
  }
}
@media (min-width: 1920px) {
  .swiper-slide.doctors .name-and-specialty > span {
    width: 200px;
  }
}
.swiper-slide.doctors .name-and-specialty > span:first-of-type {
  display: block;
}
@media (min-width: 744px) {
  .swiper-slide.doctors .name-and-specialty > span:first-of-type {
    margin-right: 5px;
  }
}
@media (min-width: 1920px) {
  .swiper-slide.doctors .name-and-specialty > span:first-of-type {
    margin-right: 60px;
  }
}
.swiper-slide.doctors .name-and-specialty > span:nth-of-type(2) {
  display: none;
}
@media (min-width: 744px) {
  .swiper-slide.doctors .name-and-specialty > span:nth-of-type(2) {
    display: block;
    width: 215px;
  }
}
@media (min-width: 1024px) {
  .swiper-slide.doctors .name-and-specialty > span:nth-of-type(2) {
    width: 190px;
  }
}
@media (min-width: 1280px) {
  .swiper-slide.doctors .name-and-specialty > span:nth-of-type(2) {
    width: 201px;
  }
}
.swiper-slide.doctors .name-and-specialty .next-btn {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}
@media (min-width: 744px) {
  .swiper-slide.doctors .name-and-specialty .next-btn {
    top: 25px;
    right: 15px;
    translate: 0;
  }
}
@media (min-width: 1920px) {
  .swiper-slide.doctors .name-and-specialty .next-btn {
    top: 30px;
    right: 30px;
  }
}
.swiper-slide.doctors .name-and-specialty .next-btn path {
  transition: all 0.2s ease-in-out;
}
.swiper-slide.doctors img, .swiper-slide.doctors video {
  position: relative;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.swiper-slide img,
.swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
}
.swiper-slide video {
  width: 100% !important;
  height: 100% !important;
}
.swiper-slide .container {
  position: relative;
  z-index: 2;
}
.swiper-slide h2 {
  color: #ecf8db;
  font-family: "ArchivoNarrow-Medium";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.9px;
  line-height: 41px; /* 110% */
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 12px;
}
@media (min-width: 744px) {
  .swiper-slide h2 {
    font-size: 70px;
    line-height: 78px;
    letter-spacing: 7px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.swiper-slide h3 {
  color: #ecf8db;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.85px;
  margin-bottom: 70px;
  max-width: 200px;
  margin-left: 15px;
}
@media (min-width: 744px) {
  .swiper-slide h3 {
    max-width: none;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 196px;
    margin-left: 0;
  }
}
.swiper-slide .link-card {
  display: block;
  padding: 15px 15px 30px;
  position: relative;
  background-color: #edfcd9;
  border-radius: 4px;
  margin-bottom: 78px;
  width: 100%;
}
@media (min-width: 744px) {
  .swiper-slide .link-card {
    padding: 30px;
    margin-bottom: 64px;
    width: 260px;
  }
}
@media (min-width: 1024px) {
  .swiper-slide .link-card {
    width: 296px;
  }
}
@media (min-width: 1280px) {
  .swiper-slide .link-card {
    width: 277px;
  }
}
@media (min-width: 1500px) {
  .swiper-slide .link-card {
    width: 434px;
  }
}
.swiper-slide .link-card h4 {
  font-family: "ArchivoNarrow-Regular";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  max-width: 85%;
}
@media (min-width: 744px) {
  .swiper-slide .link-card h4 {
    font-family: "ArchivoNarrow-Medium";
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.36px;
    margin-bottom: 44px;
  }
}
@media (min-width: 1024px) {
  .swiper-slide .link-card h4 {
    max-width: none;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .swiper-slide .link-card h4 {
    width: 174px;
    margin-bottom: 44px;
  }
}
@media (min-width: 1500px) {
  .swiper-slide .link-card h4 {
    width: 303px;
  }
}
.swiper-slide .link-card p {
  font-style: normal;
  font-weight: 400;
  max-width: 85%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  display: none;
}
@media (min-width: 744px) {
  .swiper-slide .link-card p {
    display: block;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0.68px;
    max-width: none;
  }
}
.swiper-slide .link-card .next-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all 0.2s ease-in-out;
}
.swiper-slide .link-card:hover .next-btn {
  rotate: -45deg;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-lists {
  padding: 60px 0;
}
@media (min-width: 744px) {
  .homepage-lists {
    padding: 120px 0;
  }
}
@media (min-width: 1280px) {
  .homepage-lists {
    padding: 250px 0 350px;
  }
}
.homepage-lists__wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  row-gap: 110px;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper {
    gap: 4px;
    row-gap: 90px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper {
    gap: 4px;
  }
}
.homepage-lists__wrapper__list {
  position: relative;
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list {
    grid-column: span 4/span 4;
  }
}
.homepage-lists__wrapper__list:nth-of-type(1) {
  --bgColor: #edfcd9;
  --bgColorHover: #edfcd9be;
}
.homepage-lists__wrapper__list:nth-of-type(2) {
  --bgColor: #e3e2fa;
  --bgColorHover: #e3e2fab8;
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list:nth-of-type(3) {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list:nth-of-type(3) {
    grid-column: span 4/span 4;
  }
}
.homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body {
  background-color: #081249;
  border-radius: 4px;
  padding: 30px;
  padding-top: 70px;
  height: 693px;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body {
    height: 441px;
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body {
    height: 458px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body {
    height: 773px;
  }
}
@media (min-width: 1500px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body {
    height: 626px;
    padding-top: 30px;
  }
}
.homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body:hover {
  overflow-y: hidden;
}
.homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body:hover .next-btn {
  rotate: -45deg;
}
.homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body h6 {
  color: #ecf8db;
  max-width: 442px;
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body h6 {
    padding-right: 50px;
    margin-bottom: 56px;
    max-width: auto;
  }
}
@media (min-width: 1500px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body h6 {
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body h6 {
    padding-right: 0;
    margin-bottom: 90px;
  }
}
.homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body p {
  color: #ecf8db;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.8px;
  max-width: 85%;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body p {
    max-width: 551px;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.85px;
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body p {
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body p {
    max-width: 425px;
  }
}
.homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body .logos {
  color: #ecf8db;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  max-width: 425px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body .logos {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body .logos {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (min-width: 1500px) {
  .homepage-lists__wrapper__list:nth-of-type(3) .homepage-lists__wrapper__list__body .logos {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.homepage-lists__wrapper__list__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list__header {
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__header {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list__header svg {
    translate: 0 6px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__header svg {
    translate: 0;
  }
}
.homepage-lists__wrapper__list__header h6 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.36px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list__header h6 {
    max-width: 242px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__header h6 {
    max-width: none;
  }
}
.homepage-lists__wrapper__list__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  transition: padding-right 0.2s ease-in-out;
  position: relative;
  height: 370px;
  margin-top: 40px;
  padding-right: 2px;
  width: calc(100% + 8px);
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow-y: auto;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list__body {
    height: 524px;
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list__body {
    height: 722px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__body {
    height: 773px;
  }
}
@media (min-width: 1500px) {
  .homepage-lists__wrapper__list__body {
    height: 626px;
    margin-top: 60px;
  }
}
.homepage-lists__wrapper__list__body .next-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
.homepage-lists__wrapper__list__body::-webkit-scrollbar {
  width: 8px;
}
.homepage-lists__wrapper__list__body::-webkit-scrollbar-track {
  background: transparent;
}
.homepage-lists__wrapper__list__body::-webkit-scrollbar-thumb {
  background-color: #081249;
  border-radius: 4px;
  position: relative;
}
.homepage-lists__wrapper__list__body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(8, 18, 73, 0.8);
}
.homepage-lists__wrapper__list__body__item {
  position: relative;
  min-height: 122px;
  border-radius: 4px;
  background-color: var(--bgColor);
  padding: 25px 15px;
  cursor: pointer;
  display: block;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list__body__item {
    padding: 20px 30px;
    min-height: 172px;
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list__body__item {
    padding: 30px;
    min-height: 238px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__body__item {
    min-height: 255px;
  }
}
@media (min-width: 1920px) {
  .homepage-lists__wrapper__list__body__item {
    min-height: 206px;
  }
}
.homepage-lists__wrapper__list__body__item .doctors-wrapper {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-color: #081249;
  padding: 25px 30px 20px;
  transition: all 0.25s ease-in-out;
  color: #ecf8db;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.85px;
  border-radius: 4px;
}
.homepage-lists__wrapper__list__body__item .doctors-wrapper .flex {
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding-right: 30px;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex {
    column-gap: 15px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex {
    column-gap: 30px;
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex {
    column-gap: 30px;
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex {
    column-gap: 25px;
  }
}
.homepage-lists__wrapper__list__body__item .doctors-wrapper .flex > div {
  padding-left: 10px;
  position: relative;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex > div {
    width: 286px;
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex > div {
    width: 190px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex > div {
    width: 160px;
  }
}
@media (min-width: 1500px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex > div {
    width: 180px;
  }
}
@media (min-width: 1920px) {
  .homepage-lists__wrapper__list__body__item .doctors-wrapper .flex > div {
    width: 238px;
  }
}
.homepage-lists__wrapper__list__body__item .doctors-wrapper .flex > div::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ecf8db;
  top: 12px;
  left: 0;
  translate: 0 -50%;
}
.homepage-lists__wrapper__list__body__item h5 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
  max-width: 230px;
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list__body__item h5 {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .homepage-lists__wrapper__list__body__item h5 {
    padding-right: 24px;
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__body__item h5 {
    padding-right: 50px;
  }
}
@media (max-width: 743px) {
  .homepage-lists__wrapper__list__body__item:hover {
    background-color: #081249;
  }
  .homepage-lists__wrapper__list__body__item:hover h5 {
    color: #ecf8db;
  }
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list__body__item:hover .doctors-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.homepage-lists__wrapper__list__body__item:hover .next-btn {
  rotate: -45deg;
}
.homepage-lists__wrapper__list__body__item:hover .next-btn path {
  stroke: #e3e2fa;
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__body {
    overflow-y: hidden;
  }
}
@media (min-width: 1280px) {
  .homepage-lists__wrapper__list__body:hover {
    overflow-y: auto;
  }
}
@media (min-width: 744px) {
  .homepage-lists__wrapper__list__body:hover {
    padding-right: 5px;
  }
}
.homepage-lists__wrapper__list .count {
  position: absolute;
  left: 30px;
  bottom: -30px;
  translate: 0 100%;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
}

.doctors-team .doctors-home-nav-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .doctors-team .doctors-home-nav-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin-top: 30px;
  }
}
.doctors-team .doctors-home-nav-wrapper > * {
  cursor: pointer;
}
.doctors-team .doctors-home-nav-wrapper > *.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.doctors-team__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  flex-direction: column;
}
@media (min-width: 744px) {
  .doctors-team__header {
    flex-direction: row;
  }
}
.doctors-team__header__heading {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 744px) {
  .doctors-team__header__heading {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .doctors-team__header__heading {
    gap: 30px;
  }
}
.doctors-team__header__heading h5 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.36px;
  text-transform: uppercase;
}
.doctors-team__header__filters {
  margin-top: 30px;
}
@media (min-width: 744px) {
  .doctors-team__header__filters {
    display: block;
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  .doctors-team__header__filters {
    margin-left: 200px;
  }
}
.doctors-team__header__filters button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 44px;
  font-size: 15px;
  font-style: normal;
  line-height: 21px; /* 140% */
  letter-spacing: 0.75px;
}
@media (min-width: 744px) {
  .doctors-team__header__filters button {
    padding: 0 6px;
    font-family: "ArchivoNarrow-Medium";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 164.706% */
    letter-spacing: 0.85px;
  }
}
.doctors-team__header__filters button:hover {
  background-color: #ecf8db;
}
.doctors-team__header__filters .separator {
  display: inline-block;
}

.actual-homepage {
  padding: 150px 0 0;
}
@media (max-width: 743px) {
  .actual-homepage h4 {
    color: #ecf8db;
  }
  .actual-homepage svg path {
    fill: #ecf8db;
  }
}
.actual-homepage__header {
  display: none;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
}
@media (min-width: 744px) {
  .actual-homepage__header {
    display: flex;
  }
}
.actual-homepage__header h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.actual-homepage__header h4 svg {
  transition: all 0.25s ease-in-out;
}
.actual-homepage__header h4 a:hover svg {
  rotate: -45deg;
}
.actual-homepage__body__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.actual-homepage__body__header h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}
@media (min-width: 744px) {
  .actual-homepage__body__header {
    display: none;
  }
}

.about-us-homepage {
  padding-top: 120px;
}
.about-us-homepage input[type=range] {
  accent-color: #ecf8db;
}
@media (min-width: 744px) {
  .about-us-homepage {
    padding-top: 300px;
  }
}
@media (min-width: 1024px) {
  .about-us-homepage {
    padding-top: 250px;
  }
}
@media (min-width: 1280px) {
  .about-us-homepage {
    padding-top: 300px;
  }
}
.about-us-homepage .grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 744px) {
  .about-us-homepage .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.about-us-homepage__content-wrapper {
  padding: 25px 15px;
  background-color: #ecf8db;
  border-radius: 4px;
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper {
    padding: 30px;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .about-us-homepage__content-wrapper {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper {
    grid-column: span 8/span 8;
  }
}
.about-us-homepage__content-wrapper > h6 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  margin-bottom: 60px;
}
.about-us-homepage__content-wrapper__top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper__top {
    max-width: calc(83.33% + 18px);
  }
}
@media (min-width: 1024px) {
  .about-us-homepage__content-wrapper__top {
    max-width: calc(85.714% + 20px);
  }
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__top {
    flex-direction: row;
    max-width: none;
  }
}
@media (min-width: 1920px) {
  .about-us-homepage__content-wrapper__top {
    margin-bottom: 70px;
  }
}
.about-us-homepage__content-wrapper__top > div {
  flex: 1;
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__top > div:last-of-type {
    translate: 0 -100px;
  }
}
.about-us-homepage__content-wrapper__top > div p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper__top > div p {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.85px;
  }
}
.about-us-homepage__content-wrapper__top > div .images {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 45px;
  overflow: hidden;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper__top > div .images {
    overflow: unset;
    gap: 36px;
  }
}
.about-us-homepage__content-wrapper__top > div button {
  margin-top: 30px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper__top > div button {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.85px;
  }
}
.about-us-homepage__content-wrapper__top__left {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__top__left {
    max-height: 411px;
  }
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__top__left {
    margin-bottom: 0;
  }
}
.about-us-homepage__content-wrapper__top__left__inner {
  background-color: #ecf8db;
}
.about-us-homepage__content-wrapper__top__left__inner__content-wrapper {
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.52, 0.01, 0, 1);
  max-height: 400px;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper__top__left__inner__content-wrapper {
    max-height: 362px;
  }
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__top__left__inner__content-wrapper {
    max-height: 362px;
  }
}
@media (min-width: 1900px) {
  .about-us-homepage__content-wrapper__top__left__inner__content-wrapper {
    max-height: 310px;
  }
}
.about-us-homepage__content-wrapper__top__left__inner button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__top__left__inner button {
    padding-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .about-us-homepage__content-wrapper__top__left__inner button {
    padding-bottom: 30px;
  }
}
.about-us-homepage__content-wrapper__top__left__inner button span {
  transition: all 0.25s ease-in-out;
}
.about-us-homepage__content-wrapper__top__left__inner button svg {
  display: none;
}
.about-us-homepage__content-wrapper__top__left__inner button.not-opened {
  position: relative;
}
.about-us-homepage__content-wrapper__top__left__inner button.not-opened::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #081249;
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__top__left__inner button.not-opened::after {
    display: none;
  }
  .about-us-homepage__content-wrapper__top__left__inner button.not-opened svg.arrow {
    display: block;
    opacity: 0;
    translate: 4px;
    transition: all 0.25s ease-in-out;
  }
  .about-us-homepage__content-wrapper__top__left__inner button.not-opened:hover svg.arrow {
    opacity: 1;
    translate: 0;
  }
  .about-us-homepage__content-wrapper__top__left__inner button.not-opened:hover span {
    translate: 4px;
  }
}
.about-us-homepage__content-wrapper__bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 60px;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper__bottom {
    margin-top: 120px;
  }
}
@media (min-width: 1024px) {
  .about-us-homepage__content-wrapper__bottom {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    column-gap: 4px;
  }
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 0;
  }
}
.about-us-homepage__content-wrapper__bottom > div {
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper__bottom > div {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1024px) {
  .about-us-homepage__content-wrapper__bottom > div {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .about-us-homepage__content-wrapper__bottom > div {
    grid-column: span 3/span 3;
  }
  .about-us-homepage__content-wrapper__bottom > div:nth-of-type(even) {
    grid-column-start: 5;
  }
}
@media (min-width: 1500px) {
  .about-us-homepage__content-wrapper__bottom > div {
    grid-column: span 2/span 2;
  }
  .about-us-homepage__content-wrapper__bottom > div:nth-of-type(even) {
    grid-column-start: auto;
    padding-left: 30px;
  }
}
@media (min-width: 1920px) {
  .about-us-homepage__content-wrapper__bottom > div {
    padding-left: 30px;
    grid-column: span 1/span 1;
  }
  .about-us-homepage__content-wrapper__bottom > div:first-of-type {
    padding-left: 0;
  }
}
.about-us-homepage__content-wrapper__bottom h5 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .about-us-homepage__content-wrapper__bottom h5 {
    margin-bottom: 60px;
  }
}
.about-us-homepage__content-wrapper__bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
@media (min-width: 744px) {
  .about-us-homepage__content-wrapper__bottom p {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.85px;
  }
}
.about-us-homepage__main-doctor {
  height: fit-content;
  position: sticky;
  top: 112px;
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .about-us-homepage__main-doctor {
    grid-column: span 12/span 12;
    max-width: 611px;
  }
}
@media (min-width: 1024px) {
  .about-us-homepage__main-doctor {
    grid-column: span 5/span 5;
    max-width: none;
  }
}
@media (min-width: 1500px) {
  .about-us-homepage__main-doctor {
    grid-column: span 4/span 4;
  }
}
.about-us-homepage__main-doctor .img-wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  display: flex;
}
.about-us-homepage__main-doctor video {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.about-us-homepage__main-doctor .name-and-specialty {
  margin-top: 4px;
  border-radius: 4px;
  background-color: #081249;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 89px;
  transition: all 0.2s ease-in-out;
  padding: 15px;
}
@media (min-width: 744px) {
  .about-us-homepage__main-doctor .name-and-specialty {
    padding: 15px 30px 25px;
  }
}
.about-us-homepage__main-doctor .name-and-specialty .next-btn path {
  stroke: #ecf8db;
}
.about-us-homepage__main-doctor .name-and-specialty > span {
  display: block;
  transition: all 0.2s ease-in-out;
  font-style: normal;
  font-weight: 400;
  color: #ecf8db;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
@media (min-width: 744px) {
  .about-us-homepage__main-doctor .name-and-specialty > span {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.85px;
  }
}
.about-us-homepage__main-doctor .name-and-specialty > span:first-of-type {
  display: block;
  width: 130px;
  margin-right: 20px;
}
@media (min-width: 744px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:first-of-type > div {
    display: none;
  }
}
@media (min-width: 1024px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:first-of-type > div {
    display: block;
  }
}
@media (min-width: 1920px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:first-of-type > div {
    display: none;
  }
}
@media (min-width: 1024px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:first-of-type {
    margin-right: 60px;
  }
}
@media (min-width: 1280px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:first-of-type {
    display: block;
    width: 213px;
    padding-right: 10px;
  }
}
@media (min-width: 1500px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:first-of-type {
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:first-of-type {
    display: block;
    width: 120px;
    margin-right: 36px;
  }
}
.about-us-homepage__main-doctor .name-and-specialty > span:nth-of-type(2) {
  width: 180px;
  display: none;
}
@media (min-width: 744px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:nth-of-type(2) {
    display: block;
  }
}
@media (min-width: 1024px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:nth-of-type(2) {
    display: none;
  }
}
@media (min-width: 1920px) {
  .about-us-homepage__main-doctor .name-and-specialty > span:nth-of-type(2) {
    display: block;
  }
}
.about-us-homepage__main-doctor .name-and-specialty .next-btn {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 35px;
  right: 25px;
}
@media (min-width: 744px) {
  .about-us-homepage__main-doctor .name-and-specialty .next-btn {
    top: 30px;
    right: 30px;
  }
}
.about-us-homepage__main-doctor .name-and-specialty .next-btn path {
  transition: all 0.2s ease-in-out;
}
.about-us-homepage__main-doctor:hover .name-and-specialty {
  background-color: #081249;
}
.about-us-homepage__main-doctor:hover .name-and-specialty .next-btn {
  rotate: -45deg;
}

.hidden-form {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 6;
}
.hidden-form .files-wrapper__text > span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.hidden-form .files-wrapper__text > span:last-of-type {
  margin-bottom: 0;
}
.hidden-form .radio-wrapper {
  position: relative;
  cursor: pointer;
}
.hidden-form .radio-wrapper label {
  cursor: pointer;
}
.hidden-form .radio-wrapper input[type=checkbox] {
  opacity: 0;
  position: relative;
  z-index: 5;
  cursor: pointer;
  height: 20px;
}
.hidden-form .radio-wrapper .custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #081249;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.hidden-form .radio-wrapper .custom-radio svg {
  display: none;
}
.hidden-form .radio-wrapper input[type=checkbox]:checked + .custom-radio svg {
  display: block;
}
.hidden-form .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 22, 69, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
.hidden-form__form-wrapper {
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0, 1);
  background-color: #ecf8db;
  padding: 30px 30px 20px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  translate: 100% 0;
  height: 100%;
  z-index: 20;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
  width: 100%;
  height: 100%;
  top: 0;
}
.hidden-form__form-wrapper::-webkit-scrollbar {
  width: 4px;
}
@media (min-width: 744px) {
  .hidden-form__form-wrapper::-webkit-scrollbar {
    width: 8px;
  }
}
.hidden-form__form-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.hidden-form__form-wrapper::-webkit-scrollbar-thumb {
  background-color: #081249;
  border-radius: 4px;
  position: relative;
}
.hidden-form__form-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(8, 18, 73, 0.8);
}
@media (min-width: 744px) {
  .hidden-form__form-wrapper {
    height: calc(100vh - 116px);
    top: 112px;
    width: 681px;
    max-height: 750px;
  }
}
@media (min-width: 1024px) {
  .hidden-form__form-wrapper {
    width: 884px;
    max-height: 750px;
  }
}
@media (min-width: 1280px) {
  .hidden-form__form-wrapper {
    width: 884px;
    max-height: 620px;
  }
}
@media (min-width: 1500px) {
  .hidden-form__form-wrapper {
    width: 918px;
    max-height: 676px;
  }
}
@media (min-width: 1920px) {
  .hidden-form__form-wrapper {
    max-height: 911px;
  }
}
.hidden-form__form-wrapper .doctors-dropdown {
  padding-bottom: 16px;
  border-bottom: 1px solid #081249;
  transition: all 0.35s ease-in-out;
  height: fit-content;
}
.hidden-form__form-wrapper .doctors-dropdown__header {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.85px;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  width: fit-content;
  transition: all 0.35s ease-in-out;
}
.hidden-form__form-wrapper .doctors-dropdown__header svg {
  rotate: 180deg;
}
.hidden-form__form-wrapper .doctors-dropdown.opened .doctors-dropdown__header {
  padding-bottom: 24px;
}
.hidden-form__form-wrapper .doctors-dropdown.opened .doctors-dropdown__header svg {
  rotate: 0deg;
}
.hidden-form__form-wrapper .doctors-dropdown__body {
  /* Track */
  /* Handle */
  /* Handle on hover */
  height: 276px;
  overflow-y: auto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  transition: max-height 0.35s cubic-bezier(0.52, 0.01, 0, 1);
  max-height: 0;
  overflow: hidden;
}
.hidden-form__form-wrapper .doctors-dropdown__body::-webkit-scrollbar {
  width: 4px;
}
@media (min-width: 744px) {
  .hidden-form__form-wrapper .doctors-dropdown__body::-webkit-scrollbar {
    width: 8px;
  }
}
.hidden-form__form-wrapper .doctors-dropdown__body::-webkit-scrollbar-track {
  background: transparent;
}
.hidden-form__form-wrapper .doctors-dropdown__body::-webkit-scrollbar-thumb {
  background-color: #081249;
  border-radius: 4px;
  position: relative;
}
.hidden-form__form-wrapper .doctors-dropdown__body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(8, 18, 73, 0.8);
}
@media (min-width: 1280px) {
  .hidden-form__form-wrapper .doctors-dropdown__body {
    height: 168px;
  }
}
@media (min-width: 1500px) {
  .hidden-form__form-wrapper .doctors-dropdown__body {
    height: 200px;
  }
}
@media (min-width: 1920px) {
  .hidden-form__form-wrapper .doctors-dropdown__body {
    height: 360px;
  }
}
.hidden-form__form-wrapper .doctors-dropdown__body .content > div {
  margin-top: 4px;
  cursor: pointer;
}
.hidden-form__form-wrapper .doctors-dropdown__body .content > div:first-of-type {
  margin-top: 0;
}
.hidden-form__form-wrapper .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.hidden-form__form-wrapper h5 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .hidden-form__form-wrapper h5 {
    margin-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .hidden-form__form-wrapper h5 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .hidden-form__form-wrapper h5 {
    margin-bottom: 100px;
  }
}
.hidden-form__form-wrapper .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  row-gap: 20px;
}
.hidden-form__form-wrapper .form-control {
  position: relative;
  display: flex;
  border-bottom: 1px solid #081249;
  grid-column: span 2/span 2;
  height: fit-content;
}
.hidden-form__form-wrapper .form-control.how-to-contact {
  margin-top: 20px;
  border: none;
}
.hidden-form__form-wrapper .form-control.how-to-contact .boxes {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.hidden-form__form-wrapper .form-control.how-to-contact .boxes > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hidden-form__form-wrapper .form-control.how-to-contact .boxes input {
  width: 20px;
}
.hidden-form__form-wrapper .form-control.how-to-contact .info {
  display: block;
  margin-top: 16px;
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
  margin-bottom: 20px;
}
.hidden-form__form-wrapper .form-control.how-to-contact label::after {
  display: none;
}
.hidden-form__form-wrapper .form-control.file-wrapper {
  margin-top: 20px;
}
.hidden-form__form-wrapper .form-control.file-wrapper input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.hidden-form__form-wrapper .form-control.file-wrapper button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
}
.hidden-form__form-wrapper .form-control.file-wrapper label {
  cursor: pointer;
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
}
.hidden-form__form-wrapper .form-control.file-wrapper label::after {
  display: none;
}
.hidden-form__form-wrapper .form-control.column {
  flex-direction: column;
  border: none;
}
.hidden-form__form-wrapper .form-control.textarea-wrapper {
  flex-direction: column;
  border: none;
}
.hidden-form__form-wrapper .form-control.textarea-wrapper label::after {
  rotate: 90deg;
  bottom: 0;
  left: 0;
  right: auto;
  width: 18px;
  translate: -8px 35px;
}
.hidden-form__form-wrapper .form-control.half {
  grid-column: span 2/span 2;
}
@media (min-width: 744px) {
  .hidden-form__form-wrapper .form-control.half {
    grid-column: span 1/span 1;
  }
}
.hidden-form__form-wrapper .form-control label {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  position: relative;
  height: fit-content;
  min-width: fit-content;
}
.hidden-form__form-wrapper .form-control label::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 1px;
  background-color: #081249;
  translate: calc(100% + 3px) -3px;
}
.hidden-form__form-wrapper .form-control .error {
  position: absolute;
  bottom: 0;
  translate: 0 100%;
}
.hidden-form__form-wrapper input,
.hidden-form__form-wrapper textarea {
  font-family: "ArchivoNarrow-Regular";
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 6px 0 21px;
  color: #081249;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.85px;
}
.hidden-form__form-wrapper input {
  padding-top: 1px;
  padding-left: 15px;
  padding-bottom: 8px;
}
@media (min-width: 744px) {
  .hidden-form__form-wrapper input {
    padding-bottom: 21px;
  }
}
.hidden-form__form-wrapper textarea {
  min-height: 150px;
  margin-top: 22px;
  padding: 0;
  text-indent: 6px;
}
@media (min-width: 1280px) {
  .hidden-form__form-wrapper textarea {
    min-height: 24px;
  }
}
@media (min-width: 1500px) {
  .hidden-form__form-wrapper textarea {
    min-height: 80px;
  }
}
@media (min-width: 1920px) {
  .hidden-form__form-wrapper textarea {
    min-height: 250px;
  }
}
.hidden-form .responsive-info {
  margin-bottom: 30px;
}
@media (min-width: 744px) {
  .hidden-form .responsive-info {
    display: none;
  }
}
.hidden-form .responsive-info p {
  margin-top: auto;
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.hidden-form .responsive-info .phones-and-mail {
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 744px) {
  .hidden-form .responsive-info .phones-and-mail {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
}
.hidden-form .responsive-info .phones-and-mail > div {
  display: flex;
  flex-direction: column;
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.hidden-form .responsive-info .phones-and-mail a:hover {
  text-decoration: underline;
}
.hidden-form .dropdown-and-contact-wrapper {
  display: flex;
  flex-direction: column;
  grid-column: span 2/span 2;
}
@media (min-width: 744px) {
  .hidden-form .dropdown-and-contact-wrapper {
    grid-column: span 1/span 1;
  }
}
.hidden-form .dropdown-and-contact-wrapper p {
  margin-top: auto;
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
  display: none;
}
@media (min-width: 744px) {
  .hidden-form .dropdown-and-contact-wrapper p {
    display: block;
  }
}
.hidden-form .dropdown-and-contact-wrapper .phones-and-mail {
  flex-direction: column;
  margin-top: 20px;
  display: none;
}
@media (min-width: 744px) {
  .hidden-form .dropdown-and-contact-wrapper .phones-and-mail {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .hidden-form .dropdown-and-contact-wrapper .phones-and-mail {
    flex-direction: row;
    gap: 50px;
  }
}
.hidden-form .dropdown-and-contact-wrapper .phones-and-mail > div {
  display: flex;
  flex-direction: column;
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.hidden-form .dropdown-and-contact-wrapper .phones-and-mail a:hover {
  text-decoration: underline;
}

.single-disease .center-basic-info > div {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .single-disease .hidden-item {
    display: none;
  }
  .single-disease .hidden-item.visible {
    display: block;
  }
}
@media (min-width: 1024px) {
  .single-disease .container {
    padding-left: 50px;
  }
}
@media (min-width: 1500px) {
  .single-disease .container {
    padding-left: 70px;
  }
}
.single-disease .show-more {
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  background-color: transparent;
  border: none;
  outline: none;
  margin-top: 14px;
}
@media (min-width: 744px) {
  .single-disease .show-more {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .single-disease .show-more {
    margin-top: 14px;
  }
}
@media (max-width: 1023px) {
  .single-disease .show-more {
    display: block;
  }
}
.single-disease .center-basic-info {
  grid-column: span 2/span 2;
}
.single-disease .center-basic-info svg {
  translate: -4px;
}
@media (min-width: 744px) {
  .single-disease .center-basic-info {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1024px) {
  .single-disease .center-basic-info {
    grid-column: span 4/span 4;
    translate: -8px;
  }
  .single-disease .center-basic-info svg {
    translate: 0;
  }
}
@media (min-width: 1280px) {
  .single-disease .center-basic-info {
    grid-column: span 3/span 3;
  }
}
.single-disease .center-basic-info.focus > div {
  flex-direction: column;
}
.single-disease .center-basic-info.focus > div h1 {
  margin: 0;
}
.single-disease .center-basic-info.focus > div > div {
  display: block;
}
.single-disease .center-basic-info.focus > div > div > a {
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.single-disease .center-basic-info.drawer-info > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}
.single-disease .center-basic-info.drawer-info > div a {
  display: block;
}
.single-disease .center-basic-info.drawer-info > div a.center-link {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.single-disease .center-basic-info.drawer-info > div a.drawer-link {
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.12px;
}
.single-disease .center-basic-info.drawer-info > div svg {
  width: 31px;
  height: 20px;
}
@media (min-width: 1024px) {
  .single-disease .center-basic-info.drawer-info > div {
    flex-direction: row;
    align-items: flex-start;
  }
  .single-disease .center-basic-info.drawer-info > div svg {
    width: 45px;
    height: 30px;
  }
}
.single-disease__content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  position: relative;
}
@media (min-width: 1024px) {
  .single-disease__content {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.single-disease__content h1 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .single-disease__content h1 {
    margin-bottom: 60px;
  }
}
.single-disease__content a {
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1.12px;
}
.single-disease__content a:hover {
  text-decoration: underline;
}
.single-disease__content .single-doctor__header__share-and-back {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 4px;
  align-items: flex-start;
  position: absolute;
  top: 40px;
}
@media (min-width: 1024px) {
  .single-disease__content .single-doctor__header__share-and-back {
    display: grid;
    position: relative;
    top: 0;
  }
}
.single-disease__content .single-doctor__header__share-and-back .visible {
  grid-column: span 6/span 6;
}
.single-disease__content .single-doctor__header__share-and-back .invisible {
  visibility: hidden;
  pointer-events: none;
  grid-column: span 2/span 2;
}
.single-disease__content .single-doctor__header__share-and-back .visible {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}
.single-disease__content__info {
  grid-column: span 4/span 4;
  position: relative;
  margin-left: 15px;
}
@media (min-width: 744px) {
  .single-disease__content__info {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .single-disease__content__info {
    grid-column: span 4/span 4;
    padding-right: 30px;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .single-disease__content__info {
    padding-right: 0;
  }
}
.single-disease__content__info > div {
  position: sticky;
  top: 172px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
@media (min-width: 744px) {
  .single-disease__content__info > div {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .single-disease__content__info > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.single-disease__content__info .doctors {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .single-disease__content__info .doctors {
    grid-column: span 5/span 5;
    grid-row-start: 3;
  }
}
@media (min-width: 1024px) {
  .single-disease__content__info .doctors {
    margin-top: 60px;
    grid-column: span 3/span 3;
    grid-row-start: auto;
  }
}
.single-disease__content__info .doctors a {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
  margin-bottom: 8px;
  width: fit-content;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .single-disease__content__info .doctors a {
    text-decoration: none;
  }
  .single-disease__content__info .doctors a:hover {
    text-decoration: underline;
  }
}
.single-disease__content__info .doctors a.disease-link {
  font-family: "ArchivoNarrow-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.8px;
  text-transform: none;
}
@media (min-width: 1024px) {
  .single-disease__content__info .doctors a.disease-link {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.85px;
  }
}
.single-disease__content__info .doctors div {
  font-family: "ArchivoNarrow-Regular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: fit-content;
}
@media (min-width: 1024px) {
  .single-disease__content__info .doctors div {
    margin-bottom: 8px;
  }
}
.single-disease__content__info .doctors div.disease-link {
  text-transform: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
}
.single-disease__content__right {
  grid-column: span 4/span 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .single-disease__content__right {
    grid-column: span 8/span 8;
    grid-column-start: 5;
  }
}
.single-disease__content__right__wrapper {
  width: 100%;
  padding: 30px 0;
  border-radius: 4px;
  background-color: #edfcd9;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
@media (min-width: 1024px) {
  .single-disease__content__right__wrapper {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    margin-top: 30px;
  }
}
.single-disease__content__right__wrapper__text {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .single-disease__content__right__wrapper__text {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .single-disease__content__right__wrapper__text {
    grid-column: span 8/span 8;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .single-disease__content__right__wrapper__text {
    grid-column: span 4/span 4;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.single-disease__content__right__wrapper__text__heading {
  grid-column: span 3/span 3;
  padding-left: 15px;
  margin: 60px 0;
}
@media (min-width: 744px) {
  .single-disease__content__right__wrapper__text__heading {
    padding-left: 30px;
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1024px) {
  .single-disease__content__right__wrapper__text__heading {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1280px) {
  .single-disease__content__right__wrapper__text__heading {
    grid-column: span 4/span 4;
  }
}
.single-disease__content__right__wrapper__text__heading:first-of-type {
  margin-top: 0;
}
.single-disease__content__right__wrapper__text__heading h2 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.single-disease__content__right__wrapper__text__paragraph {
  padding-left: 15px;
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .single-disease__content__right__wrapper__text__paragraph {
    grid-column: span 10/span 10;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .single-disease__content__right__wrapper__text__paragraph {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1280px) {
  .single-disease__content__right__wrapper__text__paragraph {
    grid-column: span 4/span 4;
  }
}
.single-disease__content__right__wrapper__text__paragraph p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
}
.single-disease__content__right__wrapper__images {
  display: flex;
  flex-direction: column;
  gap: 60px;
  grid-column: span 3/span 3;
  grid-column-start: 6;
  padding-top: 60px;
}
.single-disease__content__right__wrapper__images img {
  max-width: calc(100% - 30px);
}

.medical-team input[type=range] {
  accent-color: #ecf8db;
}
@media (max-width: 743px) {
  .medical-team .name-and-specialty {
    justify-content: space-between;
  }
  .medical-team span {
    width: 166px !important;
    margin: 0;
  }
}
.medical-team__body__content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 0;
}
.medical-team__body__content-wrapper__item {
  padding: 25px 15px 30px;
  border-radius: 4px;
  background-color: #edfcd9;
}
.medical-team__body__content-wrapper__item.item-slider-wrapper {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 744px) {
  .medical-team__body__content-wrapper__item {
    padding: 25px 30px 60px;
  }
}
.medical-team__body__content-wrapper__item h6 {
  margin-bottom: 60px;
}
.medical-team__body__content-wrapper__item p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.85px;
}
.medical-team__body__content-wrapper__item a {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .medical-team__body__content-wrapper__item a {
    text-decoration: none;
  }
  .medical-team__body__content-wrapper__item a:hover {
    text-decoration: underline;
  }
}
.medical-team__body__content-wrapper__item.col-1 {
  grid-column: span 2/span 2;
}
@media (min-width: 1024px) {
  .medical-team__body__content-wrapper__item.col-1 {
    grid-column: span 1/span 1;
  }
}
.medical-team__body__content-wrapper__item > div {
  display: grid;
}
.medical-team__body__content-wrapper__item.col-2 {
  grid-column: span 2/span 2;
}
.medical-team__body__content-wrapper__item.col-2 > div {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .medical-team__body__content-wrapper__item.col-2 > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }
}
@media (min-width: 1024px) {
  .medical-team__body__content-wrapper__item.col-2 > div > div:nth-of-type(2) {
    padding-left: 26px;
  }
}
.medical-team .center-basic-info {
  max-width: none;
}
.medical-team .center-basic-info > div {
  margin-left: 0;
}

.patient-guide {
  --bgColor: #edfcd9;
}
.patient-guide .accordion.active .accordion-header > span {
  width: auto;
}
.patient-guide .accordion-wrapper.half {
  grid-column: span 3/span 3;
}
@media (min-width: 744px) {
  .patient-guide .accordion-wrapper.half {
    grid-column: span 1/span 1;
  }
}
.patient-guide .accordion-content > div {
  padding: 50px 0;
}
@media (min-width: 744px) {
  .patient-guide .center-basic-info > div {
    align-items: flex-end !important;
    margin-left: 32px !important;
  }
}
.patient-guide .center-basic-info > div svg {
  width: auto;
  translate: 0 2px;
}
.patient-guide #sharedContent {
  margin-top: 0;
  grid-column: span 3/span 3;
}
.patient-guide__content-wrapper {
  flex-direction: column;
  margin-top: 30px;
  gap: 4px;
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper {
    gap: 0;
    margin-top: 60px;
  }
}
.patient-guide__content-wrapper .img-wrapper {
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  margin-bottom: 4px;
}
.patient-guide__content-wrapper .img-wrapper img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper .img-wrapper img {
    height: 611px;
  }
}
.patient-guide__content-wrapper__top, .patient-guide__content-wrapper__bottom {
  background-color: #edfcd9;
  border-radius: 4px;
  padding: 60px 15px 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper__top, .patient-guide__content-wrapper__bottom {
    padding: 60px 30px 90px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.patient-guide__content-wrapper__top > div:first-of-type, .patient-guide__content-wrapper__bottom > div:first-of-type {
  grid-column: span 4/span 4;
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper__top > div:first-of-type, .patient-guide__content-wrapper__bottom > div:first-of-type {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1024px) {
  .patient-guide__content-wrapper__top > div:first-of-type, .patient-guide__content-wrapper__bottom > div:first-of-type {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1280px) {
  .patient-guide__content-wrapper__top > div:first-of-type, .patient-guide__content-wrapper__bottom > div:first-of-type {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1920px) {
  .patient-guide__content-wrapper__top > div:first-of-type, .patient-guide__content-wrapper__bottom > div:first-of-type {
    grid-column: span 5/span 5;
  }
}
.patient-guide__content-wrapper__top > div:first-of-type p,
.patient-guide__content-wrapper__top > div:first-of-type h5, .patient-guide__content-wrapper__bottom > div:first-of-type p,
.patient-guide__content-wrapper__bottom > div:first-of-type h5 {
  margin-bottom: 30px;
}
.patient-guide__content-wrapper__top > div:nth-of-type(2), .patient-guide__content-wrapper__bottom > div:nth-of-type(2) {
  grid-column: span 4/span 4;
  display: flex;
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper__top > div:nth-of-type(2), .patient-guide__content-wrapper__bottom > div:nth-of-type(2) {
    grid-column: span 4/span 4;
    grid-column-start: 9;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .patient-guide__content-wrapper__top > div:nth-of-type(2), .patient-guide__content-wrapper__bottom > div:nth-of-type(2) {
    grid-column: span 3/span 3;
    grid-column-start: 10;
  }
}
@media (min-width: 1920px) {
  .patient-guide__content-wrapper__top > div:nth-of-type(2), .patient-guide__content-wrapper__bottom > div:nth-of-type(2) {
    grid-column: span 7/span 7;
    grid-column-start: auto;
  }
}
.patient-guide__content-wrapper__top > div:nth-of-type(2) h5, .patient-guide__content-wrapper__bottom > div:nth-of-type(2) h5 {
  max-width: 185px;
  margin-bottom: 30px;
}
.patient-guide__content-wrapper__top > div:nth-of-type(2) > div > div, .patient-guide__content-wrapper__bottom > div:nth-of-type(2) > div > div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.patient-guide__content-wrapper__top > div:nth-of-type(2) > div > div > span, .patient-guide__content-wrapper__bottom > div:nth-of-type(2) > div > div > span {
  display: flex;
  flex-direction: column;
}
.patient-guide__content-wrapper__top__logo-grid, .patient-guide__content-wrapper__bottom__logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 26px;
  gap: 4px;
  row-gap: 30px;
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper__top__logo-grid, .patient-guide__content-wrapper__bottom__logo-grid {
    width: calc(100vw - 30px);
    left: -30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .patient-guide__content-wrapper__top__logo-grid, .patient-guide__content-wrapper__bottom__logo-grid {
    width: calc(100% + 30px);
    row-gap: 50px;
  }
}
@media (min-width: 1280px) {
  .patient-guide__content-wrapper__top__logo-grid, .patient-guide__content-wrapper__bottom__logo-grid {
    row-gap: 40px;
    padding-left: 30px;
  }
}
@media (min-width: 1500px) {
  .patient-guide__content-wrapper__top__logo-grid, .patient-guide__content-wrapper__bottom__logo-grid {
    padding-left: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 50px;
  }
}
@media (min-width: 1920px) {
  .patient-guide__content-wrapper__top__logo-grid, .patient-guide__content-wrapper__bottom__logo-grid {
    row-gap: 74px;
  }
}
.patient-guide__content-wrapper__top__logo-grid > div, .patient-guide__content-wrapper__bottom__logo-grid > div {
  grid-column: span 1/span 1;
  display: flex;
}
.patient-guide__content-wrapper__top__logo-grid > div:nth-of-type(2n + 1) img, .patient-guide__content-wrapper__bottom__logo-grid > div:nth-of-type(2n + 1) img {
  margin-left: 15px;
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper__top__logo-grid > div:nth-of-type(2n + 1) img, .patient-guide__content-wrapper__bottom__logo-grid > div:nth-of-type(2n + 1) img {
    margin-left: auto;
  }
  .patient-guide__content-wrapper__top__logo-grid > div:nth-of-type(4n + 1) img, .patient-guide__content-wrapper__bottom__logo-grid > div:nth-of-type(4n + 1) img {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .patient-guide__content-wrapper__top__logo-grid > div:nth-of-type(4n + 1) img, .patient-guide__content-wrapper__bottom__logo-grid > div:nth-of-type(4n + 1) img {
    margin-left: auto;
  }
  .patient-guide__content-wrapper__top__logo-grid > div:nth-of-type(5n + 1) img, .patient-guide__content-wrapper__bottom__logo-grid > div:nth-of-type(5n + 1) img {
    margin-left: 30px;
  }
}
.patient-guide__content-wrapper__top__logo-grid > div img, .patient-guide__content-wrapper__bottom__logo-grid > div img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-left: 0;
  mix-blend-mode: multiply;
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper__top__logo-grid > div img, .patient-guide__content-wrapper__bottom__logo-grid > div img {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .patient-guide__content-wrapper__top__logo-grid > div img, .patient-guide__content-wrapper__bottom__logo-grid > div img {
    margin-left: 30px !important;
  }
}
@media (min-width: 1280px) {
  .patient-guide__content-wrapper__top__logo-grid > div img, .patient-guide__content-wrapper__bottom__logo-grid > div img {
    margin-left: 0 !important;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  .patient-guide__content-wrapper__top__logo-grid > div img, .patient-guide__content-wrapper__bottom__logo-grid > div img {
    margin-left: 30px !important;
  }
}
.patient-guide__content-wrapper__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 744px) {
  .patient-guide__content-wrapper__cards {
    gap: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .patient-guide__content-wrapper__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.news .center-basic-info > div svg {
  width: 19px;
  height: 15px;
}

.news .center-basic-info > div h5,
.news .center-basic-info > div h6 {
  translate: 0;
}

.news .center-basic-info > div h5 {
  line-height: 18px;
}

.single-center .center-basic-info > div {
  align-items: flex-start;
}

.news-single-wrapper {
  max-height: 120vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 30px;
  /* width */
  /* Track */
  /* Handle */
}
.news-single-wrapper::-webkit-scrollbar {
  width: 8px;
}
.news-single-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.news-single-wrapper::-webkit-scrollbar-thumb {
  background-color: #081249;
  border-radius: 4px;
  position: relative;
}
.news-single-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(8, 18, 73, 0.8);
}

@media (min-width: 744px) {
  .news .single-doctor__body__content-wrapper {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .news .single-doctor__body__content-wrapper {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1500px) {
  .news .single-doctor__body__content-wrapper {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1024px) {
  .news .single-doctor__body__video-wrapper {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1500px) {
  .news .single-doctor__body__video-wrapper {
    grid-column: span 4/span 4;
  }
}

.news .news-single {
  padding-left: 30px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 60px;
  width: calc(100% + 30px);
}
@media (min-width: 744px) {
  .news .news-single {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .news .news-single {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .news .news-single {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.news .news-single:last-of-type {
  margin-bottom: 0;
}
.news .news-single h6 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1.12px;
  margin-bottom: 15px;
  grid-column: span 3/span 3;
}
.news .news-single h2 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
  grid-column: span 3/span 3;
  grid-row-start: 2;
  margin-bottom: 30px;
}
@media (min-width: 744px) {
  .news .news-single h2 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1024px) {
  .news .news-single h2 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .news .news-single h2 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1500px) {
  .news .news-single h2 {
    grid-column: span 3/span 3;
  }
}
.news .news-single p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  grid-column: span 5/span 5;
  grid-row-start: 3;
}
@media (min-width: 744px) {
  .news .news-single p {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1024px) {
  .news .news-single p {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1280px) {
  .news .news-single p {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1500px) {
  .news .news-single p {
    grid-column: span 5/span 5;
  }
}
.news .news-single .news-swiper {
  margin-top: 30px;
  grid-column: span 5/span 5;
  grid-row-start: 4;
  height: 300px;
}
.news .news-single .news-swiper .swiper-pagination {
  bottom: 16px !important;
}
@media (min-width: 744px) {
  .news .news-single .news-swiper {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1024px) {
  .news .news-single .news-swiper {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1280px) {
  .news .news-single .news-swiper {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1500px) {
  .news .news-single .news-swiper {
    grid-column: span 5/span 5;
  }
}

header {
  padding: 40px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #fbfbfb;
}
header .lng-switch {
  margin-top: 40px;
}
@media (min-width: 1500px) {
  header .lng-switch {
    display: none;
  }
}
header .lng-switch ul {
  display: flex;
}
header .lng-switch ul li.active {
  padding-left: 0;
}
header .lng-switch ul li:first-of-type.active::before {
  display: none;
}
header .lng-switch ul li:last-of-type {
  margin-left: 21px;
  position: relative;
}
header .lng-switch ul li:last-of-type::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 10px;
  left: -5px;
  top: 50%;
  translate: -100% -50%;
  background-color: #181645;
  border-radius: 10px;
  opacity: 1;
}
header .lng-switch ul li:last-of-type::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: -5px;
  top: 50%;
  translate: -18px -50%;
  background-color: #fbfbfb;
  border-radius: 50%;
  opacity: 1;
}
header .lng-switch ul li:last-of-type.current-lang::after {
  translate: -7px -50%;
}
header .logo-wrapper a {
  display: flex;
}
header .logo-wrapper svg {
  display: none;
}
@media (min-width: 744px) {
  header .logo-wrapper svg {
    display: block;
  }
}
header .logo-wrapper svg.mobile {
  display: block;
}
@media (min-width: 744px) {
  header .logo-wrapper svg.mobile {
    display: none;
  }
}
header ul {
  list-style: none;
  padding: 0;
}
header .hidden-menu {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}
header .hidden-menu .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 22, 69, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
header .hidden-menu__menu-wrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0, 1);
  background-color: #fbfbfb;
  padding: 50px 30px 30px;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  translate: 0 -100%;
  min-height: auto;
  height: 100%;
  overflow-y: auto;
  z-index: 20;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper {
    height: calc(100vh - 116px);
    display: flex;
    right: 20px;
    width: 918px;
    border-radius: 4px;
    max-height: 750px;
    width: 681px;
    padding: 50px 25px 30px;
  }
}
@media (min-width: 1024px) {
  header .hidden-menu__menu-wrapper {
    width: 851px;
    padding: 50px 30px 30px;
  }
}
@media (min-width: 1280px) {
  header .hidden-menu__menu-wrapper {
    max-height: 567px;
    width: 884px;
  }
}
@media (min-width: 1500px) {
  header .hidden-menu__menu-wrapper {
    max-height: 646px;
    width: 933px;
    right: 40px;
  }
}
@media (min-width: 1920px) {
  header .hidden-menu__menu-wrapper {
    max-height: 750px;
    width: 918px;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper {
  position: relative;
  display: flex;
  gap: 106px;
  z-index: 2;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__content-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  header .hidden-menu__menu-wrapper__content-wrapper {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  header .hidden-menu__menu-wrapper__content-wrapper {
    gap: 60px;
  }
}
@media (min-width: 1500px) {
  header .hidden-menu__menu-wrapper__content-wrapper {
    gap: 106px;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
header .hidden-menu__menu-wrapper__content-wrapper__col {
  text-transform: uppercase;
  min-width: 200px;
  max-width: 200px;
  position: relative;
  display: none;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col:last-of-type {
    min-width: 162px;
    max-width: 162px;
  }
}
@media (min-width: 1024px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col:last-of-type {
    min-width: 200px;
    max-width: 200px;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper__col .back-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
header .hidden-menu__menu-wrapper__content-wrapper__col.active .back-btn {
  display: block;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col.active .back-btn {
    display: none;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper__col:nth-of-type(2) .svg-container, header .hidden-menu__menu-wrapper__content-wrapper__col:nth-of-type(3) .svg-container {
  opacity: 1;
}
@media (min-width: 1280px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col:nth-of-type(2) .svg-container, header .hidden-menu__menu-wrapper__content-wrapper__col:nth-of-type(3) .svg-container {
    opacity: 0;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper__col.active {
  display: block;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col {
    display: block;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col ul {
    margin-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col ul {
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col ul {
    margin-bottom: 100px;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul.centers, header .hidden-menu__menu-wrapper__content-wrapper__col ul.drawers-and-diseases {
  opacity: 0;
  visibility: hidden;
  transition: all;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul.centers.visible, header .hidden-menu__menu-wrapper__content-wrapper__col ul.drawers-and-diseases.visible {
  visibility: visible;
  opacity: 1;
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul.centers.drawers-and-diseases li, header .hidden-menu__menu-wrapper__content-wrapper__col ul.drawers-and-diseases.drawers-and-diseases li {
  text-transform: none;
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul.centers.drawers-and-diseases li.is-uppercase, header .hidden-menu__menu-wrapper__content-wrapper__col ul.drawers-and-diseases.drawers-and-diseases li.is-uppercase {
  text-transform: uppercase;
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul.centers.drawers-and-diseases li a, header .hidden-menu__menu-wrapper__content-wrapper__col ul.drawers-and-diseases.drawers-and-diseases li a {
  display: block;
  transition: all 0.25s ease-in-out;
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul.centers.drawers-and-diseases li:hover a, header .hidden-menu__menu-wrapper__content-wrapper__col ul.drawers-and-diseases.drawers-and-diseases li:hover a {
  translate: 10px;
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul.centers.drawers-and-diseases li:hover::before, header .hidden-menu__menu-wrapper__content-wrapper__col ul.drawers-and-diseases.drawers-and-diseases li:hover::before {
  opacity: 1;
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul.centers.drawers-and-diseases li:hover .svg-container, header .hidden-menu__menu-wrapper__content-wrapper__col ul.drawers-and-diseases.drawers-and-diseases li:hover .svg-container {
  opacity: 1;
}
header .hidden-menu__menu-wrapper__content-wrapper__col ul#hidden-menu-bottom {
  margin: 0;
}
header .hidden-menu__menu-wrapper__content-wrapper__col li {
  padding-right: 12px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
  line-height: 22px; /* 150% */
  letter-spacing: 1.12px;
}
@media (min-width: 1024px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col li {
    font-size: 17px;
    line-height: 24px; /* 141.176% */
    letter-spacing: 1.53px;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper__col li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #181645;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
header .hidden-menu__menu-wrapper__content-wrapper__col li .svg-container {
  position: absolute;
  bottom: 0;
  right: -16px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col li .svg-container {
    right: 0;
  }
}
@media (min-width: 1024px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col li .svg-container {
    right: -16px;
  }
}
@media (min-width: 1280px) {
  header .hidden-menu__menu-wrapper__content-wrapper__col li .svg-container {
    right: 0;
  }
}
header .hidden-menu__menu-wrapper__content-wrapper__col li.active {
  padding-left: 10px;
}
header .hidden-menu__menu-wrapper__content-wrapper__col li.active::before {
  opacity: 1;
}
header .hidden-menu__menu-wrapper__content-wrapper__col li.active .svg-container {
  opacity: 1;
}
header .hidden-menu__menu-wrapper__bottom {
  margin-top: auto;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__bottom {
    flex-direction: row;
    align-items: flex-end;
    gap: 106px;
  }
}
@media (min-width: 1280px) {
  header .hidden-menu__menu-wrapper__bottom {
    gap: 60px;
  }
}
@media (min-width: 1500px) {
  header .hidden-menu__menu-wrapper__bottom {
    gap: 106px;
  }
}
@media (max-width: 743px) {
  header .hidden-menu__menu-wrapper__bottom.hidden {
    display: none;
  }
}
header .hidden-menu__menu-wrapper__bottom .appointment-btn {
  padding: 10px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
}
header .hidden-menu__menu-wrapper__bottom .appointment-btn.tablet {
  width: 230px;
  margin-top: 20px;
}
@media (max-width: 743px) {
  header .hidden-menu__menu-wrapper__bottom .appointment-btn.tablet {
    display: none;
  }
}
@media (min-width: 1024px) {
  header .hidden-menu__menu-wrapper__bottom .appointment-btn.tablet {
    display: none;
  }
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__bottom__appointment-wrapper {
    display: none;
  }
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper {
  display: flex;
  flex-direction: column;
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper label {
  color: #081249;
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 2.04px;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__bottom__search-wrapper label {
    display: block;
  }
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper__input-wrapper {
  display: flex;
  position: relative;
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper__input-wrapper .spinner {
  display: none;
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper__input-wrapper.searching .search-button {
  display: none;
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper__input-wrapper.searching .spinner {
  display: inline-block;
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper__input-wrapper svg,
header .hidden-menu__menu-wrapper__bottom__search-wrapper__input-wrapper .spinner {
  min-width: 18.65px;
  position: absolute;
  right: 0;
  top: 0;
  translate: 100%;
  cursor: pointer;
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper__input-wrapper .spinner {
  right: 8px;
  top: -8px;
}
header .hidden-menu__menu-wrapper__bottom__search-wrapper__input-wrapper input {
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #081249;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  color: #081249;
  width: 100%;
}
header .hidden-menu__menu-wrapper__bottom > div {
  width: 224px;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__bottom > div {
    width: 230px;
  }
}
@media (min-width: 1024px) {
  header .hidden-menu__menu-wrapper__bottom > div {
    width: 200px;
  }
}
header .hidden-menu__menu-wrapper__bottom__privacy-wrapper {
  margin-left: auto;
  display: none;
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__bottom__privacy-wrapper {
    display: block;
  }
}
header .hidden-menu__menu-wrapper__bottom__privacy-wrapper a {
  display: flex;
  width: 148px;
  margin-left: auto;
  align-items: flex-end;
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1.12px;
}
header .hidden-menu__menu-wrapper__bottom__privacy-wrapper a svg {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
}
header .hidden-menu__menu-wrapper__bottom__email-wrapper a {
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1.12px;
}
header .hidden-menu__menu-wrapper__search-results {
  display: none;
  color: #ecf8db;
}
header .hidden-menu__menu-wrapper__search-results .back-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: fit-content;
  cursor: pointer;
}
header .hidden-menu__menu-wrapper__search-results .back-btn path {
  stroke: #ecf8db;
}
header .hidden-menu__menu-wrapper__search-results__content {
  max-height: 660px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 30px;
  overflow-y: auto;
  width: calc(100% - 40px);
  padding-bottom: 40px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 744px) {
  header .hidden-menu__menu-wrapper__search-results__content {
    width: calc(100% - 50px);
  }
}
header .hidden-menu__menu-wrapper__search-results__content::-webkit-scrollbar {
  width: 4px;
}
@media (min-width: 1280px) {
  header .hidden-menu__menu-wrapper__search-results__content::-webkit-scrollbar {
    width: 8px;
  }
}
header .hidden-menu__menu-wrapper__search-results__content::-webkit-scrollbar-track {
  background: transparent;
}
header .hidden-menu__menu-wrapper__search-results__content::-webkit-scrollbar-thumb {
  background-color: #ecf8db;
  border-radius: 4px;
  position: relative;
}
header .hidden-menu__menu-wrapper__search-results__content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(236, 248, 219, 0.8);
}
header .hidden-menu__menu-wrapper__search-results__content > div {
  width: 90%;
}
@media (min-width: 740px) {
  header .hidden-menu__menu-wrapper__search-results__content > div {
    width: 45%;
  }
}
header .hidden-menu__menu-wrapper__search-results h2 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 141.176% */
  letter-spacing: 1.53px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
header .hidden-menu__menu-wrapper__search-results a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.85px;
  display: block;
}
header .hidden-menu__menu-wrapper__search-results a:hover {
  text-decoration: underline;
}
header .hidden-menu__menu-wrapper.search {
  background-color: #081249;
}
header .hidden-menu__menu-wrapper.search .hidden-menu__menu-wrapper__content-wrapper__col,
header .hidden-menu__menu-wrapper.search .hidden-menu__menu-wrapper__bottom {
  display: none;
}
header .hidden-menu__menu-wrapper.search .hidden-menu__menu-wrapper__content-wrapper .close-btn path {
  stroke: #ecf8db;
}
header .hidden-menu__menu-wrapper.search .hidden-menu__menu-wrapper__search-results {
  display: block;
}
header.form-opened .hidden-form {
  pointer-events: all;
}
header.form-opened .hidden-form .overlay {
  visibility: visible;
  opacity: 1;
}
header.form-opened .hidden-form .hidden-form__form-wrapper {
  translate: 0;
}
@media (min-width: 744px) {
  header.form-opened .hidden-form .hidden-form__form-wrapper {
    translate: -20px 4px;
  }
}
@media (min-width: 1500px) {
  header.form-opened .hidden-form .hidden-form__form-wrapper {
    translate: -40px 4px;
  }
}
@media (min-width: 1920px) {
  header.form-opened .hidden-form .hidden-form__form-wrapper {
    translate: -40px 4px;
  }
}
header.opened .hidden-menu {
  pointer-events: all;
}
header.opened .hidden-menu .overlay {
  visibility: visible;
  opacity: 1;
}
header.opened .hidden-menu .hidden-menu__menu-wrapper {
  translate: 0;
}
@media (min-width: 744px) {
  header.opened .hidden-menu .hidden-menu__menu-wrapper {
    translate: 0 116px;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
}
header nav ul,
header nav .right {
  display: flex;
  align-items: center;
}
header nav ul#visible-menu {
  display: none;
}
@media (min-width: 1280px) {
  header nav ul#visible-menu {
    display: flex;
  }
}
header nav ul.appointment-list {
  display: none;
}
@media (min-width: 1024px) {
  header nav ul.appointment-list {
    display: flex;
    margin-left: 170px;
  }
}
@media (min-width: 1280px) {
  header nav ul.appointment-list {
    margin-left: 120px;
  }
}
header nav ul.appointment-list li {
  margin-left: 0;
}
header nav ul li {
  margin-left: 40px;
}
header nav ul li a,
header nav ul li button {
  color: #181645;
  font-family: "ArchivoNarrow-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  padding: 8px 23px;
  transition: all 0.25s ease-in-out;
  border-radius: 4px;
}
@media (min-width: 1280px) {
  header nav ul li a:not(.appointment-btn):hover,
  header nav ul li button:not(.appointment-btn):hover {
    background-color: #181645;
    color: #fbfbfb;
  }
}
header nav ul li.lang-item {
  display: none;
}
@media (min-width: 1500px) {
  header nav ul li.lang-item {
    display: block;
  }
}
header nav ul li.lang-item:nth-last-of-type(2) {
  margin-left: 86px;
}
header nav ul li.lang-item:last-of-type {
  margin-left: 21px;
  position: relative;
}
header nav ul li.lang-item:last-of-type::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 10px;
  left: 0;
  top: 50%;
  translate: -100% -50%;
  background-color: #181645;
  border-radius: 10px;
}
header nav ul li.lang-item:last-of-type::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  translate: -18px -50%;
  background-color: #fbfbfb;
  border-radius: 50%;
}
header nav ul li.lang-item:last-of-type.current-lang::after {
  translate: -7px -50%;
}
header nav ul li.lang-item a,
header nav ul li.lang-item button {
  padding: 8px;
  position: relative;
}
header nav ul li.lang-item a::after,
header nav ul li.lang-item button::after {
  content: "";
  width: 70%;
  height: 3px;
  background-color: #181645;
  bottom: 4px;
  left: 50%;
  translate: -50% 0;
  position: absolute;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
header nav ul li.lang-item a:hover,
header nav ul li.lang-item button:hover {
  background-color: transparent;
  color: #181645;
}
header nav ul li.lang-item a:hover::after,
header nav ul li.lang-item button:hover::after {
  opacity: 1;
}

footer {
  margin-top: 200px;
  padding-bottom: 50px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  max-width: 100vw;
  overflow: hidden;
}
@media (min-width: 744px) {
  footer {
    margin-top: 300px;
    padding-bottom: 30px;
  }
}
footer .footer__top {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 744px) {
  footer .footer__top {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
footer .footer__top .iframe-wrapper {
  position: relative;
  grid-column: span 4/span 4;
  margin-bottom: 40px;
}
@media (min-width: 744px) {
  footer .footer__top .iframe-wrapper {
    margin-bottom: 60px;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1500px) {
  footer .footer__top .iframe-wrapper {
    grid-column: span 7/span 7;
    margin-bottom: 160px;
  }
}
@media (min-width: 1920px) {
  footer .footer__top .iframe-wrapper {
    grid-column: span 6/span 6;
  }
}
footer .footer__top .iframe-wrapper .copy-text {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 calc(100% + 20px);
}
@media (min-width: 1500px) {
  footer .footer__top .iframe-wrapper .copy-text {
    display: block;
  }
}
footer .footer__top .iframe-wrapper .copy-text {
  font-family: "ArchivoNarrow-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
  margin-top: 20px;
}
footer .footer__top .iframe-wrapper iframe {
  height: 542px;
}
@media (min-width: 744px) {
  footer .footer__top .iframe-wrapper iframe {
    height: 446px;
  }
}
@media (min-width: 1500px) {
  footer .footer__top .iframe-wrapper iframe {
    height: 542px;
  }
}
footer .footer__top__right {
  display: grid;
  grid-column: span 4/span 4;
  gap: 4px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-left: 0;
  row-gap: 40px;
}
@media (min-width: 744px) {
  footer .footer__top__right {
    row-gap: 4px;
    grid-column: span 12/span 12;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  footer .footer__top__right {
    grid-column: span 5/span 5;
    padding-left: 60px;
    display: flex;
    gap: 0;
  }
}
@media (min-width: 1920px) {
  footer .footer__top__right {
    grid-column-start: 8;
    padding-left: 0;
  }
}
footer .footer__top__right__column {
  grid-column: span 2/span 2;
}
@media (max-width: 743px) {
  footer .footer__top__right__column:nth-of-type(even) {
    padding-left: 26px;
  }
  footer .footer__top__right__column:nth-of-type(odd) {
    padding-left: 15px;
  }
}
@media (min-width: 744px) {
  footer .footer__top__right__column {
    grid-column: span 4/span 4;
    padding-right: 30px;
  }
  footer .footer__top__right__column:nth-of-type(1) {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1499px) {
  footer .footer__top__right__column {
    grid-column: span 2/span 2;
  }
  footer .footer__top__right__column:nth-of-type(2) {
    grid-column-start: 4;
  }
  footer .footer__top__right__column:nth-of-type(3) {
    grid-column-start: 7;
  }
}
@media (min-width: 1500px) {
  footer .footer__top__right__column {
    min-width: 150px;
    max-width: 150px;
    margin-right: 30px;
  }
  footer .footer__top__right__column:nth-of-type(1) {
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  footer .footer__top__right__column {
    min-width: 180px;
    max-width: 180px;
    margin-right: 60px;
  }
}
footer .footer__top__right__column a {
  position: relative;
  display: block;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.85px;
  margin-bottom: 7px;
  padding-right: 10px;
  transition: all 0.25s ease-in-out;
}
footer .footer__top__right__column a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #181645;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
footer .footer__top__right__column a:hover {
  padding-left: 10px;
}
footer .footer__top__right__column a:hover::before {
  opacity: 1;
}
footer .footer__top__right__column:last-of-type {
  margin-right: 0;
}
footer .footer__top__right__column__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .footer__top__right__column__header h6 {
  font-family: "ArchivoNarrow-Medium";
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
  width: 100%;
}
footer .footer__top__right__column__header a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.85px;
  margin-bottom: 8px;
}
footer .footer__bottom {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 70px;
  row-gap: 20px;
}
@media (min-width: 744px) {
  footer .footer__bottom {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: 120px;
    row-gap: 4px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  footer .footer__bottom {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 15px;
  }
}
@media (min-width: 1024px) {
  footer .footer__bottom {
    display: flex;
    justify-content: space-between;
  }
}
footer .footer__bottom .pib-and-mbr {
  display: none;
}
@media (min-width: 1024px) {
  footer .footer__bottom .pib-and-mbr {
    display: flex;
    flex-direction: column;
    translate: -38px 20px;
  }
}
@media (min-width: 1280px) {
  footer .footer__bottom .pib-and-mbr {
    display: none;
  }
}
@media (min-width: 1024px) {
  footer .footer__bottom {
    padding: 0 30px;
    width: 100%;
  }
}
@media (min-width: 1500px) {
  footer .footer__bottom {
    width: calc(58% + 530px);
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  footer .footer__bottom {
    width: calc(58% + 592px);
  }
}
footer .footer__bottom > div {
  grid-column: span 2/span 2;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
footer .footer__bottom > div > svg {
  translate: 0 4px;
}
@media (max-width: 723px) {
  footer .footer__bottom > div {
    padding-left: 26px;
    flex-direction: column;
  }
  footer .footer__bottom > div:nth-of-type(1) {
    grid-row-start: 1;
    padding-left: 15px;
  }
  footer .footer__bottom > div:nth-of-type(2) {
    grid-row-start: 2;
    padding-left: 15px;
  }
  footer .footer__bottom > div:nth-of-type(4) {
    grid-row-start: 3;
    padding-left: 15px;
  }
  footer .footer__bottom > div:nth-of-type(5) {
    grid-row-start: 3;
    translate: 0 10px;
  }
  footer .footer__bottom > div:nth-of-type(6) {
    grid-row-start: 1;
  }
}
@media (min-width: 744px) {
  footer .footer__bottom > div {
    grid-column: span 4/span 4;
    gap: 10px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  footer .footer__bottom > div:nth-of-type(1), footer .footer__bottom > div:nth-of-type(2) {
    padding-left: 30px;
  }
  footer .footer__bottom > div:nth-of-type(3) {
    grid-row-start: 1;
    grid-column-start: 5;
  }
  footer .footer__bottom > div:nth-of-type(5) {
    grid-row-start: 1;
    grid-column-start: 9;
  }
}
footer .footer__bottom > div:nth-of-type(5) {
  display: flex;
}
@media (min-width: 1024px) {
  footer .footer__bottom > div:nth-of-type(5) {
    display: none;
  }
}
@media (min-width: 1280px) {
  footer .footer__bottom > div:nth-of-type(5) {
    display: flex;
  }
}
footer .footer__bottom > div > div {
  display: flex;
  flex-direction: column;
}
footer .footer__bottom > div > div strong {
  font-family: "ArchivoNarrow-Bold";
}
footer .footer__bottom > div > div > span.social {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  cursor: pointer;
  translate: 0;
}
@media (min-width: 744px) {
  footer .footer__bottom > div > div > span.social {
    translate: 0 -10px;
  }
}
@media (min-width: 1024px) {
  footer .footer__bottom > div > div > span.social {
    translate: 0;
  }
}
footer .footer__bottom > div > div > span.social > span {
  display: block;
  border-radius: 44px;
  transition: all 0.25s ease-in-out;
  padding: 0 6px;
}
footer .footer__bottom > div > div > span.social:hover > span {
  background-color: #ecf8db;
}
footer .footer__bottom > div > div > span.social:first-of-type {
  margin-top: 0;
}

*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
}

:root {
  --swiper-pagination-color: #ecf8db;
}

html {
  margin: 0 !important;
}

body {
  background-color: #fbfbfb;
}
@media (max-width: 1280px) {
  body.menu-opened {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding-left: 20px;
}

main {
  padding-top: 101px;
}
main.additional-top {
  margin-top: 60px;
}
@media (min-width: 744px) {
  main {
    padding-top: 112px;
  }
  main.additional-top {
    margin-top: 24px;
  }
}

.back-btn {
  transition: all 0.2s ease-in-out;
  rotate: 45deg;
}
@media (min-width: 744px) {
  .back-btn {
    rotate: 0deg;
  }
}
.back-btn:hover {
  rotate: 45deg;
}

.accordion-header .next-btn.rotate {
  rotate: -45deg;
}

.accordion-content {
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.52, 0.01, 0, 1), margin-top 0.25s ease-in-out;
  max-height: 0;
}

.error {
  color: red;
  font-size: 14px;
}

.hidden {
  display: none;
}

b,
strong {
  font-family: "ArchivoNarrow-Bold";
  font-weight: 700;
}

ul {
  font-family: "ArchivoNarrow-Regular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.85px;
}

.lds-dual-ring {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpcf7-spinner {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}

.form-submitting .wpcf7-spinner {
  visibility: visible;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-pagination {
  bottom: 36px !important;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.spinner:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px;
  border-radius: 50%;
  border: 1px solid #081249;
  border-color: #081249 transparent #081249 transparent;
  animation: spinnerAnimation 1.2s linear infinite;
}

@keyframes spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.floating-buttons {
  position: fixed;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  flex-direction: column;
  z-index: 50;
  gap: 4px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.floating-buttons.visible {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1280px) {
  .floating-buttons {
    display: none;
  }
}
.floating-buttons button, .floating-buttons a {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

.truncated-text {
  display: none;
}

@media screen and (max-width: 768px) { /* Adjust the max-width as needed for your mobile breakpoint */
  .truncated-text {
    display: block;
  }
  .original-text {
    display: none;
  }
}
.controls {
  display: flex;
  gap: 20px;
}
.controls .volume-wrapper {
  position: relative; /* Container for the volume icon and slider */
}
.controls .volume-slider {
  display: none; /* Hidden by default */
  position: absolute;
  /* Adjust the positioning to fit your layout */
  bottom: 100%;
  right: 0;
}
@media (min-width: 744px) {
  .controls .volume-slider {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.controls svg {
  display: none;
  cursor: pointer;
}
.controls svg.visible {
  display: block;
}
@media (min-width: 1920px) {
  .controls {
    margin-left: 20px;
  }
}

/*# sourceMappingURL=main.min.9ab240f42b0686bbb67c.css.map*/