* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Onest", sans-serif;
}

.container {
  max-width: 1764px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 24px 0;
  transition: background-color .3s ease, box-shadow .3s ease;
}
.header-gradient {
  background: linear-gradient(254.82deg, #d0f4f4 0%, #addec9 100%);
}
.header-white {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header.scrolled {
  background: #fff !important;
  /*box-shadow: 0 4px 20px 0 #0000000d;*/
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header-left a {
  display: flex;
  width: 100%;
  height: 100%;
}

.header-center ul {
  gap: 12px;
  list-style: none;
}

.header-center ul li.active a {
  color: #008e8c;
}

.header-center ul li a {
  font-weight: 400;
  font-size: 24px;
  line-height: 126%;
  color: #1d2633;
}
.header-center > ul > li {
  position: relative;
  padding: 12px 26px;
}
.header-center > ul > li > .nav-link {
  display: flex;
  align-items: center;
  border-right: 1px solid #1d263326;
  padding-right: 26px;
}
.header-center > ul > li:last-child > .nav-link {
  border-right: none;
  padding-right: 0;
}

.header-center > ul > li > .nav-link .arrow {
  display: flex;
  transition: transform 0.25s ease;
  transform: rotate(90deg);
  margin-left: 8px;
}

.header-center ul li:hover > a .arrow {
  transform: rotate(270deg);
}
.header-center .submenu {
  display: none;
  /*display: grid;*/
  /*grid-template-columns: repeat(2, 1fr);*/
  position: absolute;
  top: 100%;
  left: -90%;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  min-width: 600px;
  z-index: 100;
  gap: 24px;
}
.header-center ul li:hover > .submenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header-center .submenu li {
  min-width: 400px;
  display: flex;
  gap: 12px;
  padding: 24px;
  white-space: normal;
}
.header-center .submenu li:hover {
  background: #f7f7f6;
  border-radius: 24px;
}
.header-center .submenu li:hover a {
  color: #008e8c;
}
.header-center .submenu li svg {
  color: #696969;
}
.header-center .submenu li:hover svg {
  color: #008e8c;
}
.header-center .submenu li a {
  font-weight: 500;
  font-size: 24px;
  line-height: 126%;
  color: #000;
  white-space: normal;
  display: block;
  margin-bottom: 4px;
}

.header-center .submenu li span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  white-space: normal;
}

.header-right {
  position: relative;
}

.lang-menu {
  position: relative;
  padding: 12px 20px;
  cursor: pointer;
}

.lang-menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 12px 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  min-width: 160px;
  z-index: 999;
}

.lang-menu:hover .submenu {
  display: block;
}

.lang-menu .submenu li {
  padding: 10px 20px;
}

.lang-menu .submenu li:hover {
  background: #f5f7fa;
}

.lang-menu .submenu li a {
  font-size: 18px;
  color: #1d2633;
  text-decoration: none;
  display: block;
}

.full-page-menu-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #10384f;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.fullpage-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: linear-gradient(245deg, #d0f4f4, #addec9);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 9999;
}

.fullpage-menu-overlay.show {
  opacity: 1;
  visibility: visible;
}
.menu-content {
  padding: 120px 0;
}
.fullpage-menu-overlay .menu-content ul {
  list-style: none;
  text-align: center;
}

.fullpage-menu-overlay .menu-content ul li {
  margin: 20px 0;
  text-align: start;
}

.fullpage-menu-overlay .menu-content ul li a {
  font-size: 20px;
  color: #1d2633;
  text-decoration: none;
  font-weight: 500;
}
.menu-content__list .col-md-4 {
  margin-bottom: 32px;
}
.menu-content__list h3,
.menu-content__list h3 > a {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #003909;
}
.menu-content__list ul li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #10384f;
}
.close-menu {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 34px;
  color: #1d2633;
  text-decoration: none;
  cursor: pointer;
}

.banner {
  background: linear-gradient(254.82deg, #d0f4f4 0%, #addec9 100%);
}

.banner-wrap {
  height: 900px;
  display: flex;
  align-items: center;
}

.banner h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  text-transform: uppercase;
  color: #10384f;
}

.span-gradient {
  background: linear-gradient(90deg, #659961 0%, #47d9d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-info p {
  max-width: 570px;
  font-weight: 400;
  font-size: 28px;
  line-height: 125%;
  color: #10384f;
  margin: 36px 0;
}

.banner-links {
  display: flex;
  align-items: center;
}
.banner-faq {
  max-width: 250px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border-radius: 48px;
  padding: 16px 36px;
  background: linear-gradient(90deg, #659961 0%, #47d9d7 100%);
  color: #fff;
  margin-right: 12px;
}

.banner-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #47d9d7;
}

.banner-img {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.banner-img__lg {
  width: 700px;
  height: 520px;
  z-index: 1;
}

.banner-img__lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-img__md {
  width: 540px;
  height: 400px;
  position: absolute;
  left: -200px;
  top: 50%;
  z-index: 0;
}

.banner-img__md img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mission {
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mission strong {
  position: absolute;
  content: "";
  left: 0;
  font-weight: 600;
  font-size: 548px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #f8f8f8;
  z-index: -1;
}
.mission::before {
  width: 1090px;
  height: 825px;
  position: absolute;
  content: "";
  right: -100px;
  bottom: 0;
  background-image: url("/assets/img/bg_dotted.png");
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(180deg);
  transform-origin: center;
}
.mission-title {
  display: flex;
  justify-content: space-between;
}
.mission-title h1 {
  max-width: 620px;
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
  color: #10384f;
}
.mission-title p {
  max-width: 620px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #003909;
}

.mission-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #e6e6e6;
  box-shadow: 20px 20px 0 0 #a79b8f0f;
  border-right: 24px;
  padding: 36px;
  background: #f4f4f2;
  z-index: 2;
}
.col-md-3:nth-child(4) .mission-item {
  margin-top: -50px;
}
.col-md-3:nth-child(3) .mission-item {
  margin-top: 20px;
}
.col-md-3:nth-child(2) .mission-item {
  margin-top: 70px;
}
.col-md-3:nth-child(1) .mission-item {
  margin-top: 120px;
}

.mission-item:hover {
  background: radial-gradient(81.42% 127.7% at 72.71% 80.45%, rgba(71, 217, 215, 0.2) 0%, rgba(244, 244, 242, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.mission-icon {
  width: 90px;
  height: 90px;
}
.mission-item h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  margin-top: 36px;
  margin-bottom: 12px;
}
.mission-item p {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #003909;
}
.mission-item a {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #008e8c;
}
.mission-item a svg {
  margin-left: 12px;
}
.inner {
  padding: 120px 0;
}
.inner-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.inner-title h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
}
.inner-title p {
  max-width: 600px;
  font-weight: 400;
  font-size: 28px;
  line-height: 125%;
  color: #003909;
}
.inner-img__lg {
  width: 100%;
  height: 865px;
  border-radius: 36px;
  overflow: hidden;
}
.inner-img__md {
  width: 100%;
  height: 420px;
  border-radius: 36px;
  overflow: hidden;
}
.inner-img__md:first-child {
  margin-bottom: 24px;
}
.inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider {
  padding: 200px 0;
  position: relative;
}
.slider::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("/assets/img/slider_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-img__left,
.slider-img__right {
  position: relative;
  z-index: 1;
}

.circle-orange {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #ffe49a;
  z-index: -1;
}
.slider-img__left .circle-orange {
  position: absolute;
  right: -30px;
  top: -100px;
}
.slider-img__right .circle-orange {
  position: absolute;
  left: 100px;
  bottom: -100px;
}
.diagnose {
  padding-top: 114px;
  padding-bottom: 150px;
}
.diagnose-title {
  margin-bottom: 60px;
}
.diagnose-title h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #10384f;
  margin-bottom: 24px;
}
.diagnose-title p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #003909;
  margin-bottom: 0;
}

.diagnose-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 440px;
  border-radius: 24px;
  padding: 36px;
  border: 1px solid #e6e6e6;
  background: #f4f4f3;
  box-shadow: 20px 20px 0 0 #a79b8f0f;
  margin-bottom: 24px;
}

.diagnose-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 40px;
}

.diagnose-item h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #003909;
  margin-bottom: 12px;
}
.diagnose-item p {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #003909;
}
.diagnose-item a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #0f370c;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  padding: 16px 24px;
  border-radius: 24px;
  background: radial-gradient(
      ellipse 51.52% 105.36% at 52.42% 56.25%,
      rgba(244, 244, 242, 0) 0%,
      rgba(39, 207, 45, 0.2) 100%
  );
  box-shadow: 4px 4px 5px 0 #0000001a;
}
.diagnose-item a svg {
  margin-left: 24px;
}

.expert {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #d6d8d333;
}
.expert-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.expert-title h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
  color: #10384f;
}
.expert-title p {
  max-width: 450px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #003909;
}
.expert-item {
  width: 100%;
  height: 470px;
  border-radius: 36px;
  background-color: #fff;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: .3s ease;
}
.expert-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hover-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 0;
}

.expert-item:hover::before {
  opacity: 1;
}
.expert-item:hover .expert-img {
  opacity: 0;
}
.expert-item:hover .expert-text {
  background: #ffffffd9;
  padding: 24px;
  border-radius: 36px;
  position: absolute;
  width: 95%;
  left: 10px;
  bottom: 10px;
  right: 0;
}
.expert-item > * {
  position: relative;
  z-index: 2;
}
.expert-img {
  width: 100%;
  height: 300px;
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 50px;
  transition: .3s ease;
}

.expert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.expert-item h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #000;
  margin-bottom: 8px;
}
.expert-item small {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}
.expert-detail a {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #0f370c;
}
.expert-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .3s ease;
}
.contact {
  padding: 150px 0;
}
.contact-title {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-title h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
  color: #10384f;
}
.contact-title p {
  max-width: 424px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #003909;
}
.contact-form h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #1d2633;
  margin-bottom: 10px;
}
.contact-form p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1d2633;
  margin-bottom: 48px;
}
.contact-form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #373435;
  margin-bottom: 4px;
}
.contact-form input {
  width: 100%;
  height: 48px;
  border: 1px solid #b0e4f8;
  background-color: #f7f7f6;
  border-radius: 12px;
  margin-bottom: 16px;
}
.contact-form textarea {
  width: 100%;
  height: 155px;
  border: 1px solid #b0e4f8;
  background-color: #f7f7f6;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 24px;
}
.contact-form button {
  width: 100%;
  border-radius: 24px;
  padding: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #fff;
  border: none;
  background: linear-gradient(90deg, #659961 0%, #47d9d7 100%);
}

.contact-map {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.contact-map__info {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-map__info svg {
  margin-right: 32px;
}
.contact-map__info small {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #7f7f7f;
}
.contact-map__info a {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #1d2633;
}

.footer {
  background: linear-gradient(90deg, #659961 0%, #47d9d7 100%);
  padding: 36px;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}
.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff52
}
.footer-logo {
  margin-bottom: 12px;
}
.footer-info p {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 0;
}
.footer-menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.footer-menu a {
  font-weight: 400;
  font-size: 18px;
  line-height: 126%;
  color: #fff;
}
.footer-socials {
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: right;
}
.footer-socials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 4px 4px 5px 0 #0000001a;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
}
.footer-terms a {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  margin-right: 40px;
}

.footer-copyright p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 0;
}

.page {
  padding-top: 100px;
}

.page-about {
  padding-top: 80px;
}
.page-about-title {
  display: flex;
  justify-content: center;
}
.page-about-title > h1 {
  max-width: 1200px;
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.about-banner {
  margin-bottom: 48px;
}
.about-banner__sm,
.about-banner__lg {
  width: 100%;
  height: 700px;
  border-radius: 36px;
  overflow: hidden;
}
.about-banner__sm img,
.about-banner__lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*.statistics {*/
/*  margin-bottom: 120px;*/
/*}*/

.statistics-bg {
  border-radius: 36px;
  padding: 36px;
  /*margin-bottom: 48px;*/
  background: #d6d8d333;
}
.statistics-bg h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
  color: #10384f;
  margin-bottom: 8px;
}
.statistics-bg small {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  color: #10384f;
}
.about-statistics__desc p {
  font-weight: 400;
  font-size: 26px;
  line-height: 125%;
  color: #10384f80;
  margin-top: 48px;
  margin-bottom: 120px;
}

.about-experts {
  background: #d6d8d333;
  padding: 90px 0;
}
.about-experts__title h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.about-expert {
  background: #f4f4f3;
  border-bottom: 4px solid #47d9d7;
  box-shadow: 20px 20px 0 0 #a79b8f0f;
  border-radius: 24px;
  overflow: hidden;
}
.about-expert__img {
  width: 100%;
  height: 380px;
}
.about-expert__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-expert__info {
  padding: 36px;
}

.about-desc {
  margin: 120px 0;
}
.about-desc__pr {
  margin-bottom: 60px;
}
.about-desc__img {
  width: 100%;
  height: 440px;
  border-radius: 60px;
  overflow: hidden;
}
.about-desc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-desc__info {
  max-width: 90%;
  padding-left: 80px;
}
.about-desc__info h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.about-desc__info p {
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  color: #10384f;
}

.about-card__wrap {
  background: linear-gradient(90deg, #008d8b 0%, #00d9d6 100%);
  border-radius: 36px;
  overflow: hidden;
}
.about-card__title h2 {
  padding-left: 90px;
  padding-top: 90px;
  max-width: 60%;
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  text-transform: uppercase;
  color: #fff;
}
.about-card__img {
  width: 60%;
  height: 885px;
}
.about-card__infos > .row {
  row-gap: 20px;
}
.about-card__infos > .row > .col-md-5:nth-child(odd) {
  margin-top: -70px;
}
.about-card__info {
  border-radius: 24px;
  background-color: #f4f4f2;
  border: 1px solid #e6e6e6;
  box-shadow: 4px 4px 5px 0 #0000000a;
  padding: 36px 24px;
  
}
.about-card__info a {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #003909;
  margin-top: 24px;
}
.page-categories {
  margin-bottom: 120px;
}
.categories-bg {
  background: linear-gradient(90deg, #008d8b 0%, #00d9d6 100%);
  padding: 70px 0;
}
.categories-bg__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.categories-bg__title h2 {
  width: 1300px;
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
.categories-bg__title p {
  width: 900px;
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.categories-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 90px;
  margin-bottom: 48px;
}

.categories-item {
  flex: 1; /* 5 ta item teng bo'ladi */
  box-shadow: 20px 20px 0 0 #a79b8f0f;
  border: 2px solid transparent;
  padding: 30px;
  border-radius: 24px;
  background: #f4f4f3;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.categories-item:hover {
  border-color: #01d3d0;
  background: linear-gradient(
      180deg,
      rgba(71, 217, 215, 0.1) 0%,
      rgba(244, 244, 242, 1) 100%
  );
  transform: translateY(-6px);
}

.categories-item__icon {
  margin-bottom: 20px;
}

.categories-item__title a {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #003909;
}

.categories-desc {
  margin-bottom: 120px;
}

.categories-desc__img {
  width: 100%;
  height: 440px;
  border-radius: 36px;
  overflow: hidden;
}
.categories-desc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.categories-desc__info h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 84px;
  text-transform: uppercase;
  color: #10384f;
  margin-bottom: 38px;
}

.categories-desc__info p {
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  color: #10384f;
}
.categories-shorts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 120px;
}

.shorts-frame {
  flex: 1; /* 5 ta item teng bo'ladi */
  transition: all 0.2s ease-in-out;
  text-align: center;
  /*width: 330px;*/
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 36px;
}

.shorts-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.categories-recommendations {
  margin-bottom: 120px;
}
.categories-recommendations__title {
  display: flex;
  justify-content: space-between;
}
.categories-recommendations__title h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
  color: #659961;
}
.categories-recommendations__title a {
  max-width: 424px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #003909;
}
.categories-recommendations__item {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.categories-recommendations__img {
  width: 100%;
  height: 370px;
}
.categories-recommendations__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.categories-item__info {
  display: flex;
  flex-direction: column;
  padding: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47.84%, #f4f4f3 100%);
  box-shadow: 20px 20px 0 0 #a79b8f0f;
}
.categories-item__info span {
  width: fit-content;
  padding: 18px 36px;
  border-radius: 36px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #003909;
  border: 1px solid #003909;
  margin-bottom: 24px;
}
.categories-item__info a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  color: #10384f;
}
.categories-clinics__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.categories-clinics__title h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.categories-clinics__title a {
  max-width: 455px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #003909;
}
.filter {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}

.filter-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.custom-select select {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 42px;
  padding-left: 12px;
  font-size: 14px;
}

.filter-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag-item {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 13px;
}

.tag-item input {
  display: none;
}

.tag-item input:checked + span {
  color: #0aa;
  font-weight: 600;
}

.tag-item span {
  pointer-events: none;
}

.search-btn {
  background: linear-gradient(45deg, #2ecbc2, #53d98b);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}
.custom-select-wrapper {
  position: relative;
  width: 100%;
  z-index: 0;
}

.custom-select-element {
  width: 100%;
  height: 44px;
  padding-left: 40px; /* left icon uchun joy */
  padding-right: 40px; /* right icon uchun joy */
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  font-size: 14px;
  appearance: none; /* default arrow ni o‘chiradi */
}

.custom-select-wrapper .left-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.6;
}

.custom-select-wrapper .right-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.6;
  z-index: 1;
}
.clinics-item {
  border-radius: 24px;
  padding: 36px;
  border: 1px solid #e6e6e6;
  background: #f4f4f3;
  box-shadow: 20px 20px 0 0 #a79b8f0f;
}
.clinics-item h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  color: #050938;
  margin-bottom: 12px;
}
.clinics-item .clinics-tag {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #050938;
  padding: 8px 12px;
  border: 1px solid #cdcdcd;
  border-radius: 24px;
  margin-right: 15px;
}
.clinics-infos {
  display: flex;
}
.clinics-infos:not(:last-child) {
  margin-bottom: 24px;
}
.clinics-info {
  width: calc(100% - 46px);
}
.clinics-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  margin-right: 16px;
}
.clinics-icon__location {
  background-color: #34b38726;
}

.clinics-icon__contact {
  background-color: #4785fe26;
}
.clinics-icon__clock {
  background-color: #fb864626;
}
.clinics-icon__user {
  background-color: #ca8a0426;
}
.clinics-icon__info {
  background-color: #4785fe26;
}
.clinics-info small {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #778ca2;
  margin-bottom: 6px;
}
.clinics-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #5c5c5c;
  margin-bottom: 6px;
}
.clinics-info > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #01d3d0;
}
.clinics-info ul {
  padding-left: 20px;
}
.clinics-info ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #5c5c5c;
  margin-bottom: 6px;
}
.page-organizations {
  padding-top: 80px;
}
.organizations-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.organizations-title h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  text-transform: uppercase;
  color: #10384f;
  margin-bottom: 16px;
}
.organizations-title p {
  max-width: 1136px;
  font-weight: 400;
  font-size: 26px;
  line-height: 125%;
  color: #1d2633;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.organizations-swiper {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000; /* tugma rangini oq qilasiz yoki xohlagan rang */
  width: 48px;
  height: 48px;
  background: #fff; /* orqa fon */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Tugmalarni rasm ichiga kirgizish */
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 24px !important;
  height: 24px !important;
}

.swiper-button-next {
  right: 100px !important; /* ichkariga kirgizish */
}

.swiper-button-prev {
  left: 100px !important;
}

/* Iconlarni kattalashtirish */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.page-organizations .categories-organizations {
  margin-top: 120px;
}
.page-organizations {
  margin-bottom: 120px;
}
.organizations-items {
  margin-bottom: 60px;
}
.organizations-item {
  box-shadow: 20px 20px 0 0 #a79b8f0f;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  background: #f4f4f3;
  padding: 36px;
}
.organization-item__title {
  display: flex;
  align-items: center;
  margin: 36px 0;
}
.organization-item__title h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  color: #050938;
  margin-right: 8px;
}
.organization-item__title .badge {
  background-color: #34b38726;
  color: #34b387;
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.organization-item__img {
  width: 100%;
  height: 212px;
  border-radius: 24px;
  overflow: hidden;
}
.organization-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.organizations-item ul {
  list-style: none;
  margin-bottom: 36px;
  border-bottom: 1px solid #cdcdcd;
}
.organizations-item ul li {
  display: flex;
  margin-bottom: 24px;
}
.organizations-item ul li:not(:first-child) {
  align-items: center;
}
.organization-item__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.organizations-item ul li:first-child .organization-item__icon {
  background: #34b38726;
}
.organizations-item ul li:nth-child(2) .organization-item__icon {
  background: #4785fe26;
}
.organizations-item ul li:nth-child(3) .organization-item__icon {
  background: #ca8a0426;
}
.organizations-item ul li p,
.organizations-item ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #5c5c5c;
  margin-bottom: 4px;
}
.organizations-item ul li small {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #778ca2;
}
.organizations-item ul li .organization-icon__tag {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  padding: 8px 12px;
  border-radius: 24px;
  border: 1px solid #cdcdcd;
}

.organization-item__stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.organization-item__stat h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #050938;
  margin: 12px 0;
}
.organization-item__stat h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #5c5c5c;
}
.organizations-items__map {
  width: 100%;
  height: 570px;
  border-radius: 14px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.organizations-items__map iframe {
  width: 100%;
  height: 100%;
}

.vacancies-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 76px 0;
  background: linear-gradient(90deg, #008d8b 0%, #00d9d6 100%);
}

.vacancies-banner__wrap {
  max-width: 1200px;
}
.vacancies-banner__wrap h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.vacancies-banner__wrap p {
  font-weight: 400;
  font-size: 26px;
  line-height: 125%;
  text-align: center;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 36px;
}

.vacancies-banner__items {
  display: flex;
  justify-content: center;
}

.vacancies-banner__wrap ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  column-gap: 36px;
}
.vacancies-banner__wrap a {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-radius: 16px;
  background: #fff;
}
.vacncies-banner__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e4ffff;
  margin-right: 12px;
}
.vacancies-banner__wrap strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c398e;
  margin-bottom: 4px;
}
.vacancies-banner__wrap span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #01bebb;
}
.vacancies-recommend {
  margin: 90px 0;
}
.vacancies-recommend__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}
.vacancies-recommend__title h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: #10384f;
}
.vacancies-recommend__title a {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #003909;
  max-width: 455px;
}

.vacancies-recommend__item {
  box-shadow: 20px 20px 0 0 #a79b8f0f;
  border: 1px solid #e6e6e6;
  background: #f4f4f3;
  border-radius: 24px;
  overflow: hidden;
}

.vacancies-recommend__bg {
  padding: 24px;
  min-height: 160px;
  position: relative;
}
.vacancies-recommend-rounded__top {
  position: absolute;
  width: 96px;
  height: 96px;
  right: -40px;
  top: -25%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.vacancies-recommend-rounded__bottom {
  position: absolute;
  width: 128px;
  height: 128px;
  left: -40px;
  bottom: -50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.vacancies-recommend-bg__green {
  background: linear-gradient(90deg, #00c950 0%, #00bc7d 100%);
}
.vacancies-recommend-bg__lightblue {
  background: linear-gradient(90deg, #2b7fff 0%, #00b8db 100%);
}
.vacancies-recommend-bg__blue {
  background: linear-gradient(90deg, #008d8b 0%, #00d9d6 100%);
}
.vacancies-recommend__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  background: #ffffff33;
}
.vacancies-recommend__tag {
  width: fit-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 16px;
  padding: 4px 12px;
  background: #ffffff33;
}
.vacancies-recommend__info {
  padding: 24px;
}
.vacancies-recommend__info h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c398e;
}
.vacancies-recommend__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #314158;
  margin: 12px 0;
}
.vacancies-recommend__info a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #fff;
  border-radius: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #008d8b;
}
.vacancies-cards {
  margin: 90px 0;
}
.vacancies-cards .row {
  row-gap: 20px;
}
.vacancies-card {
  background: #f4f4f3;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #e6e6e6;
  box-shadow: 20px 20px 0 0 #a79b8f0f;
}
.span-success {
  display: flex;
  height: fit-content;
  align-items: center;
  background: #f0fdf4;
  padding: 6px 12px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #008236;
}
.span-success svg {
  margin-right: 6px;
}
.vacancies-card__img {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
}
.vacancies-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vacancies-card ul {
  list-style: none;
  margin: 20px 0;
}
.vacancies-card ul li:not(:last-child) {
  margin-bottom: 20px;
}
.vacancies-card ul li h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #1c398e;
  margin-bottom: 8px;
}
.vacancies-card ul li small {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #155dfc;
}
.vacancies-card ul li div {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 14px;
  background: #fff;
}
.vacancies-card ul li div span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c398e;
  margin-left: 6px;
}
.vacancies-card ul li b {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1447e6;
  margin-bottom: 8px;
}
.vacancies-card ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #155dfc;
  margin-bottom: 0;
}
.vacancies-card ul li strong {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #155dfc;
}
.vacancies-card ul li strong svg {
  margin-right: 8px;
}
.vacancies-card form button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(90deg, #008d8b 0%, #00d9d6 100%);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
