@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

:root {
  --main-color: #3d50b6;
  --card-bg-color: #fafafa;
  --chip-bg-color: #f2f5fc;
  --grayish-bg-color: #f7f7f7;
  --text-primary-color: #353538;
  --text-secondary-color: #5e5f5f;
  --border-color: #dcdde520;
  --text-tertiary: #787878;
}

body > * {
  margin: 0;
  padding: 0;
  font-family: Mulish;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
}
body.small {
  zoom: 0.7;
}
body.normal {
  zoom: 1;
}
body.large {
  zoom: 1.3;
}
body.taviraj > * {
  font-family: "Roboto Serif", serif;
}

html:has(body.gray) {
  filter: grayscale(100%);
}

a {
  text-decoration: none;
}
h6 {
  font-size: 18px;
}
h5 {
  font-size: 20px;
}
.noScroll {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c4c4c4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

#spinnerContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 9999;
}
body.loaded #spinnerContainer {
  display: none;
}
body:not(.loaded) {
  overflow: hidden;
}
.grayish-bg {
  background-color: var(--grayish-bg-color);
}
.card {
  border: 0.5px solid var(--border-color);
}
.title--h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 43.2px;
  text-align: left;
  color: var(--text-primary-color);
}
.title--h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 38.4px;
  text-align: left;
  color: var(--text-primary-color);
}
.title--h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 4px;
  display: inline-block;
}
.title--leader {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.text {
  color: #848484 !important;
  background-color: transparent !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.text-14 {
  color: #848484 !important;
  background-color: transparent !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* margins paddings*/
.m-0 {
  margin: 0;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-86 {
  margin-bottom: 86px;
}
.p-24 {
  padding: 24px !important;
}
/* margins paddins end */

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

/* header */
.header {
  border-bottom: 1px solid #f7f7f726;
}
.header__body {
  height: 40px;
}
.header__icon {
  margin-right: 8px;
  text-decoration: none;
  text-transform: none;
}
.header__icon-txt {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.header__icon-rg {
  text-decoration: none;
  text-transform: none;
  color: var(--text-tertiary) !important;
}

/* footer */

.footer__mobile {
  display: none;
}
.footer__mobile .logo {
  margin-bottom: 24px;
}

.footer__mobile form {
  display: flex;
  justify-content: center;
}

.footer__mobile .mail-box {
  width: 100%;
}
.footer__mobile--menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 32px 0 24px 0;
}
.footer__mobile--menu-item {
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.footer__mobile--menu-item a {
  display: flex;
  align-items: center;
  color: var(--text-primary-color);
}

.footer-icon-p .footer__nav--link:hover {
  text-decoration: underline;
}

.footer-copyright {
  padding: 12px 0;
  background-color: #fff;
}

.footer-copyright--text {
  color: #787878;
  font-size: 14px;
  line-height: 22px;
}

.footer-copyright--text p {
  margin: 0;
}

.footer-copyright--link a {
  color: #787878;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* footer end */

/* navbar */
.nav {
  background-color: #fff;
  height: 76px;
}

.nav-home-page {
  height: 76px;
  display: flex;
  justify-content: space-between;
}
.nav__menu {
}
.nav__menu--link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 24px;
  display: flex;
  align-items: center;
  font-family: "Mulish";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.nav__menu--drp {
  position: relative;
}
.nav__menu--drp img {
  margin-left: 4px;
  transition: 0.5s;
}

.nav__menu--body {
  width: 90%;
  text-align: center;
  padding: 8px;
  display: none;
  position: absolute;
  z-index: 100;
  left: 24px;
  top: 24px;
  background-color: #f9f7f7;
  transition: 2s ease;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}
.nav__menu--drp:hover .nav__menu--body {
  display: flex;
  flex-direction: column;
  transition: 1s;
}
.nav__menu--drp:hover img {
  transform: rotate(-180deg);
}

.nav__menu--body-item {
  color: #303a45;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  transition: 0.5s;
  /* text-transform: uppercase; */
}
.nav__menu--body-item:hover {
  color: #ff3d2a;
}
.mobile-slide {
  display: none;
}

.desktop-slide {
  display: block;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

/* footer */
footer {
  /* background-color: #fff; */
  padding: 48px 0 0;
  background-color: var(--card-bg-color);
}
.footer--text {
  color: var(--text-primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
  max-width: 80%;
}
.footer__nav--title {
  color: var(--text-primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 24px;
  white-space: nowrap;
}
.footer__nav--item {
  margin-bottom: 12px;
}
.footer__nav--link {
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Mulish";
}
.footer__nav--link:hover {
  color: #5f5f5f;
  font-weight: 500;
}
.footer__nav--text {
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 8px;
}

/* banner */
.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner--title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 24px;
}
.banner--text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.bannerSingle {
  height: 360px;
  position: relative;
}
.bannerSingle--title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 4px;
}

/* breadcrumb */

.breadcrumb-item,
.breadcrumb-item a {
  color: #fff !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  background-color: #fff;
  float: left;
  padding-right: 0 !important;
  margin-right: 12px;
  margin-top: 9px;
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "");
}

/* overlay */
.overlay {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
  padding: 32px;
}

/* buttons */
.button {
  display: flex;
  width: 212px;
  height: 54px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff3d2a;
  color: #fff;
}
.button--default {
  color: #ff3d2a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border: unset;
  background-color: unset !important;
}

/* custom */
.customRow {
  padding: 56px 0;
}
.moreInfo--link {
  color: #ff3d2a;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.moreInfo--link img {
  margin-left: 10px;
}
.wrapper--box {
  padding: 12px 0;
  width: calc((100% / 4) - 18px);
  border-radius: 3px;
}
.wrapper--box img {
  margin-bottom: 12px;
}
.wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.wrapper-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.wrapper__item {
  width: calc((100% / 4) - 18px);
  border-radius: 4px;
}
.wrapper__item-3 {
  width: calc((100% / 3) - 16px);
  background-color: #fff;
  border-radius: 3px;
}
.wrapper__item--desc {
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0 0 0;
}
.wrapper__item--img {
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px;
  border-radius: 3px;
}
.wrapper__item--img-3 {
  height: 190px;
  margin-bottom: 0;
}
.wrapper__body {
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 3px;
}

.wrapper__body .wrapper__item--desc {
  margin-top: 0;
}

.wrapper--deps .wrapper--box:hover,
.wrapper--deps-single .wrapper--box:hover {
  border-radius: 4px;
  background: radial-gradient(
          circle at 100% 100%,
          #ffffff 0,
          #ffffff 3px,
          transparent 3px
  )
  0% 0%/4px 4px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px)
  100% 0%/4px 4px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px)
  0% 100%/4px 4px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100%
  100%/4px 4px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 2px)
  calc(100% - 8px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 8px)
  calc(100% - 2px) no-repeat,
  linear-gradient(136deg, rgba(255, 61, 42, 0.79) 0%, transparent 39%) !important;
  /* background-position: var(--bg-position); */
}

/* wrapper end */

/* pagination */
.pagination {
  margin-bottom: 0;
}
.page-body {
  margin-top: 24px;
  display: flex;
  justify-content: end;
}
.page-link {
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background-color: unset;
  border: unset;
  padding: 2px;
}
.page-previous {
  margin-right: 6px;
}
.page-next {
  margin-left: 6px;
}
/* pagination end */

/* tabs */
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.tab__body {
  width: 100%;
}
.tab__header {
  margin-bottom: 48px;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
}
.tab__header::-webkit-scrollbar-thumb {
  display: none !important;
}
.tab__header::-webkit-scrollbar {
  display: none;
}

/* Track */
.tab__header::-webkit-scrollbar-track {
  background-color: transparent;
}
.tab__header--item {
  color: #ff3d2a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: background 0.1s, color 0.1s;
  padding: 12px 16px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 16px;
  white-space: nowrap;
}
.tab__header--item:hover {
  border-radius: 4px;
  background: #ff3d2a;
  color: #fff;
}
.tab__header--item--active {
  border-radius: 4px;
  background: #ff3d2a;
  color: #fff;
}
.tab__body--item {
  display: none;
}
.tab__body--item--active {
  display: block;
}
/*
.show {
  background-color: #fff !important;
  top: 60px !important;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 2s ease-out;
} */

/* tabs end */

.faq-accord {
  height: 500px;
  overflow-y: auto;
}
.swiper-scrollbar {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  display: none;
}
.swiper-initialized {
  overflow: hidden;
}
.swiper-reports {
  overflow-x: hidden;
}
.history--body {
  padding-left: 30px;
}
.department--img {
  width: 100%;
  height: auto;
  min-height: 344px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.collapse__item {
  padding: 0 16px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.collapse__body {
  background-color: #fff;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  color: #848484;
}
.collapse__btn {
  background-color: #fff;
  padding: 12px 0;
  font-size: 20px;
  line-height: 32px;
  color: #303a45;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
.collapse__btn img {
  transition: 0.5s;
}
.collapse__btn.active img {
  transition: 0.5s;
  transform: rotate(-180deg);
}
.collapse__btn.active {
  border-bottom: 1px solid #ff3d2a;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.loadMore {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ff3d2a;
  margin-top: 16px;
}

.pagination {
  position: absolute;
  bottom: 50%;
  right: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
}

.dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.dot.active {
  background-color: var(--main-color);
}
.nav__menu {
  position: relative;
  display: inline-block; /* Ensures the submenu appears under the menu item */
}

.dropdown-nav {
  position: relative;
}

.submenu {
  display: none; /* Hide the submenu by default */
  position: absolute;
  top: 100%; /* Position it below the menu item */
  left: 25px;
  background-color: #fff; /* Background color for the submenu */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Box shadow for the submenu */
  width: 250px;
  padding: 12px 0px 12px 0px;
  z-index: 1000;
  border-radius: 12px;
  margin-top: 0px;
}

.nav__menu:hover .submenu {
  display: block; /* Display the submenu when the menu item is hovered over */
}

/* Optional: Style the submenu items */
.submenu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.submenu a:hover {
  background-color: #f0f0f0; /* Background color when hovered over */
}

header {
  background-color: #333;
  color: white;
  padding: 10px;
  position: relative;
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Align items to the right */
}

.search-icon {
  cursor: pointer;
  order: 1; /* Initial order - search icon on the right */
  transition: order 0.3s ease; /* Add transition */
}

.search-input-container {
  overflow: hidden;
  width: 0;
  transition: width 0.3s ease;
  position: absolute;
  top: 0;
  /* right: 10px; */
  /* left: 450px; */
  order: 2; /* Initial order - input on the left */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  box-sizing: border-box;
  width: 95%;
  padding: 8px;
  margin-left: 5px;
  border: none;
  border-radius: 4px;
  outline: none;
}
.button-format {
  cursor: pointer;
}

.footer__nav {
  gap: 16px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Media queries */
@media only screen and (max-width: 991px) {
  .header__icon-rg {
    margin-left: 8px;
  }
  .mb-86 {
    margin-bottom: 24px;
  }
  .mb-32 {
    margin-bottom: 12px;
  }
  .mb-24 {
    margin-bottom: 12px;
  }
  .text {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    animation: fadeInUp 1s ease forwards;
  }
  .button {
    height: 48px;
    width: 140px;
  }
  .title--h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .title--h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .title--h4 {
    /* font-size: 16px; */
    line-height: 22px;
  }
  .customRow {
    padding: 30px 0;
  }
  .wrapper {
    gap: 16px;
  }
  .wrapper--box {
    width: 100%;
  }
  .wrapper__item {
    width: 100%;
  }
  .wrapper--box img {
    margin-bottom: 12px;
  }
  .wrapper__item--img-3 {
    min-height: 256px;
  }
  .wrapper--doctors {
    display: none;
  }
  .wrapper--news-h {
    display: none;
  }
  .wrapper--deps {
    display: none;
  }

  .wrapper--info {
    display: none;
  }
  .newsBox--title {
    font-size: 16px;
    line-height: 24px;
  }
  .moreInfo--link {
    font-size: 14px;
    line-height: 21px;
  }
  .moreInfo--link img {
    margin-left: 8px;
  }
  .banner--title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .banner--text {
    font-size: 14px;
    line-height: 24px;
  }
  .swiper-container {
    width: 100%;
  }
  .header {
    display: none;
  }
  .header__icon img {
    width: 32px;
    height: 32px;
  }
  .header__icon {
    margin-right: 16px;
  }
  .header__icon:last-child {
    margin-right: 0;
  }
  .navbar__main {
    display: none !important;
  }
  .footer__mobile {
    /*display: block;*/
    display: none;
    padding-bottom: 0;
  }
  .footer__mobile .container {
    overflow-x: hidden;
  }
  .footer__mobile .mail-box {
    width: 50%;
  }
  .mail-box {
    height: auto !important;
  }
  footer {
    padding: 10px 0 16px 0;
  }
  .footer {
    /*display: none;*/
    display: block;
  }
  .footer--text {
    color: var(--text-primary-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    max-width: 100%;
    width: 100%;
  }
  .footer-copyright--text {
    font-size: 10px;
  }
  .wrapper__item-3 {
    width: 100%;
  }
  .overlay {
    width: 100%;
    height: 250px;
    padding: 8px;
  }
  .bannerSingle {
    height: 250px;
  }
  .bannerSingle--title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .breadcrumb-item a {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
  }
  .history--body {
    padding-left: 12px;
  }
  .tab__header {
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .department__row {
    flex-direction: column-reverse;
  }
  .mb-16 {
    margin-bottom: 8px;
  }
  .collapse__btn {
    font-size: 16px;
    line-height: 24px;
  }
  .collapse__body {
    font-size: 14px;
  }
  .wrapper--doctors-single {
    max-height: 1400px;
    overflow: hidden;
    transition: 0.5s;
  }
  .wrapper--doctors-single-show {
    max-height: unset !important;
    overflow: scroll;
    transition: 0.5s;
  }
  .tab__header--item {
    padding: 8px 16px;
    line-height: 24px;
    font-size: 12px;
  }
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 991px) {
  .swiper-container {
    /* display: none; */
  }
  .wrapper--news-mob {
    display: none;
  }
  .wrapper--info-mob {
    display: none;
  }
  .wrapper--deps-mob {
    display: none;
  }
  .header__mobile {
    display: none;
  }
  .footer__mobile {
    display: none;
  }
  .loadMore {
    display: none;
  }
}

.sosial-icon {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.sosial-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #f4f4f6;
  border-radius: 100%;
  object-fit: contain;
  background-color: #fafafa;
}

.sosial-icon img {
  width: 16px;
  height: 16px;
}

.footer-icon-p > span {
  color: var(--text-tertiary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.mainHeaderLeft a {
  color: #848484;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-icon-p {
  margin-bottom: 4px;
  align-items: flex-start;
  gap: 8px;
  color: #848484;
  display: flex;
}
.footer-sosial {
  padding: 24px 0 0 0 !important;
  display: none;
}

.kabinet-button {
  display: flex;
  background-color: var(--main-color);
  border-radius: 32px;
  min-width: 145px;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 0;
}
.kabinet-button > span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

/* me */

.card-parag {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-secondary-color);
}

.additionInfo-span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--main-color);
  display: flex;
  width: max-content;
}

.info-date-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-secondary-color);
  margin: 0;
}

.aboutStaticalData {
  background-color: #f2f5fc;
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 48px;
  padding: 24px 0;
}

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

.margin-0-auto {
  margin: 0 auto;
}

.mail-box {
  position: relative;
  height: 40px;
  width: 295px;
}
.mail-box-input {
  border: none;
  border-radius: 56px;
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  margin-left: 0;
  padding-right: 7rem;
}
.mail-box-input:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
  outline: none;
}
.mail-box-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 24px 8px 24px;
  /* gap: 10px; */
  border-radius: 56px 0px 0px 0px;
  opacity: 0.8;
  background: var(--main-color);
  color: #fff;
  border: none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .mail-box {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .mail-box {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .mail-box {
    width: 100%;
  }
}

.send-appeal-button {
  padding: 12px 24px;
  border-radius: 56px;
  background: var(--main-color);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.1s ease-in;
}
.send-appeal-button img {
  transition: all 0.1s ease-in;
  transform: translateX(0);
}
.send-appeal-button:hover img {
  transition: all 0.1s ease-in;
  transform: translateX(5px);
}

.main-breadcrumb {
  display: flex;
  align-items: center;
}

.main-breadcrumb ol {
  margin: 0;
  padding: 0;
}

.main-breadcrumb img {
  transform: translateY(-2px);
  margin-right: 5px;
}

.main-breadcrumb li::before {
  content: "/";
  float: left;
  color: var(--text-tertiary);
  margin-right: 5px;
}

.main-breadcrumb li a {
  color: var(--text-tertiary) !important;
}

.align-self {
  align-self: flex-start;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
}

.main-dialog {
  position: fixed;
  width: fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
  border: none;
  background: #000000ab;
  padding: 20px 40px;
  border-radius: 6px;
  width: 100%;
  height: 101vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu-wrapper {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.1s ease-in-out;
}

.main-menu-wrapper.fixed {
  background-color: #fff;
}

.mobile-menu-main {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.mobile-cabinet-btn {
  display: none;
}

.main-colored-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: var(--main-color);
}

.structure-card {
  background-color: var(--card-bg-color);
  border-radius: 12px;
  width: fit-content;
  min-width: 350px;
  width: 100%;
}

.structure-card img {
  height: 100%;
  width: 100%;
  max-width: 140px;
  object-fit: cover;
  object-position: center top;
}

.structure-card--img {
  height: 115px;
  width: 140px;
}

.structure-card--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: var(--text-primary-color);
  margin-left: 10px;
}

.structure-card--desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: var(--text-secondary-color);
  margin-left: 10px;
}

.qanun-news {
  padding: 16px;
  gap: 20px;
  border-radius: 12px;
  border: 0.5px solid var(--border-color);
  background-color: var(--card-bg-color);
  /* margin-bottom: 16px; */
  min-height: 140px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*height: 100%;*/
}

.news-details {
  overflow: hidden;
}

.qanun-news--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: var(--text-primary-color);
  margin-bottom: 16px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.qanun-news--date {
  display: grid;
}

.qanun-news--download {
  background-color: transparent;
  border: none;
  color: var(--main-color);
  font-size: 16px;
}

.qanun-news--date span:nth-child(1) {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: var(--text-secondary-color);
}

.qanun-news--date span:nth-child(2) {
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: left;
  color: var(--main-color);
}

.qanun-news a {
  color: var(--main-color);
  background-color: transparent;
  border: none;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.e-service-card {
  height: 222px;
  padding: 24px 16px 24px 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--main-color);
  position: relative;
  overflow: hidden;
}

.eservice-card {
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 290px;
  padding: 16px;
  border-radius: 12px;
  background-color: #fafafa;
  border: 0.5px solid rgba(220, 221, 229, 0.2);
}

.eservice-card--image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
}

.eservice-card--image img {
  width: 42px;
  height: 42px;
}

.eservice-card--body h6 {
  margin: 24px 0 16px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #353538;
}

.eservice-card--body span {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.eservice-card--link {
  position: relative;
}

.eservice-card--link a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3d50b6;
}

.eservice-card--link a img {
  transition: all 0.1s linear;
}

.eservice-card--link a:hover img {
  transition: all 0.1s linear;
  transform: translateX(5px);
}

.e-service-card--image {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition: 0.2s;
}
.e-service-card:hover .e-service-card--image {
  transform: scale(1.05);
  opacity: 0.6;
}


.e-service-card h6 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  color: #fff;
  z-index: 4;
}

.e-service-card span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffffb2;
  z-index: 3;
}

.e-service-card div {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.news-card {
  display: block;
  background-color: var(--card-bg-color);
  border-radius: 12px;
}

.news-card--body {
  padding: 16px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-card--body h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  color: var(--text-primary-color);
  padding-bottom: 12px;
}
.news-card--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-card--footer span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: var(--text-secondary-color);
}

.read-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--main-color) !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-card--footer a img {
  margin-top: 2px;
}
.news-card--image {
  border-radius: 12px;
  height: 230px;
  object-fit: cover;
  position: relative;
}

.news-card--image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-calendar {
  margin-bottom: 20px;
  position: relative;
  min-width: 320px;
  height: 42px;
  gap: 0px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
}

.news-calendar input {
  color: #999ea0;
  font-size: 16px;
  font-weight: 400;
}

.news-calendar img {
  position: absolute;
  right: 30px;
  top: 13px;
}

.news-image {
  padding: 20px 0px;
}

.news-image img {
  width: 100%;
}

.news-par {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: var(--text-secondary-color);
}

.news-content-wrapper {
  display: grid;
  grid-template-columns: 60% 30%;
  gap: 10%;
}

.similar-news {
  align-self: flex-start;
}

.news-footer {
  height: 64px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--chip-bg-color);
  padding: 0px 16px;
}

.news-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--main-color);
}

.share-btns {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: var(--text-secondary-color);
  align-items: center;
  justify-content: flex-end;
}

.share-btns a {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--border-color);
  background-color: var(--card-bg-color) !important;
}

.share-btns span {
  display: none;
}

.share-btns .icon-facebook {
  background: url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.9082 14H2.66623C2.29176 14 1.98712 13.6954 1.98712 13.3209V8.26402H0.679109C0.304609 8.26402 0 7.95927 0 7.58488V5.418C0 5.0435 0.304609 4.73889 0.679109 4.73889H1.98712V3.65378C1.98712 2.57786 2.32496 1.6625 2.96401 1.00677C3.60596 0.348086 4.50308 0 5.55838 0L7.26819 0.00278906C7.64203 0.00341797 7.94615 0.308055 7.94615 0.681871V2.6938C7.94615 3.06827 7.64162 3.37291 7.26723 3.37291L6.11603 3.37332C5.76494 3.37332 5.67552 3.4437 5.65641 3.46527C5.62491 3.50109 5.58742 3.60221 5.58742 3.88153V4.73881H7.18074C7.30067 4.73881 7.41688 4.76839 7.51674 4.82412C7.73221 4.94452 7.86614 5.17212 7.86614 5.41811L7.86529 7.58502C7.86529 7.95927 7.56066 8.26391 7.18618 8.26391H5.58739V13.3209C5.58742 13.6954 5.2827 14 4.9082 14ZM2.80785 13.1793H4.76656V7.8966C4.76656 7.64657 4.97005 7.44319 5.21998 7.44319H7.04454L7.04528 5.55967H5.21987C4.96994 5.55967 4.76656 5.35631 4.76656 5.10625V3.88155C4.76656 3.56092 4.79916 3.19627 5.04118 2.92217C5.33364 2.59085 5.79452 2.55262 6.11581 2.55262L7.1254 2.55218V0.823293L5.55773 0.82075C3.86176 0.82075 2.80788 1.90638 2.80788 3.65381V5.10623C2.80788 5.35615 2.60449 5.55964 2.35454 5.55964H0.82075V7.44316H2.35454C2.60449 7.44316 2.80788 7.64654 2.80788 7.89657L2.80785 13.1793Z" fill="%235E5F5F"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.share-btns .icon-linkedin {
  background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.07338 4.39316H0.4375C0.210957 4.39316 0.0273438 4.57688 0.0273438 4.80331V13.5898C0.0273438 13.8164 0.210957 14 0.4375 14H3.07338C3.29995 14 3.48354 13.8164 3.48354 13.5898V4.80331C3.48354 4.57688 3.29995 4.39316 3.07338 4.39316ZM2.66323 13.1797H0.847656V5.21347H2.66323V13.1797ZM1.75555 0C0.802594 0 0.0273438 0.77525 0.0273438 1.72799C0.0273438 2.68097 0.802594 3.45611 1.75555 3.45611C2.70843 3.45611 3.48354 2.68086 3.48354 1.72799C3.48354 0.77525 2.70843 0 1.75555 0ZM1.75555 2.6358C1.25494 2.6358 0.847656 2.22863 0.847656 1.72799C0.847656 1.22749 1.25494 0.820312 1.75555 0.820312C2.25608 0.820312 2.66323 1.22746 2.66323 1.72799C2.66323 2.22863 2.25608 2.6358 1.75555 2.6358ZM9.66356 4.33516C9.04012 4.33516 8.42562 4.48544 7.87533 4.76656C7.85663 4.55733 7.68092 4.39316 7.46676 4.39316H4.83066C4.60422 4.39316 4.4205 4.57688 4.4205 4.80331V13.5898C4.4205 13.8164 4.60422 14 4.83066 14H7.46676C7.6933 14 7.87692 13.8164 7.87692 13.5898V8.75727C7.87692 8.13561 8.38277 7.62989 9.00443 7.62989C9.62607 7.62989 10.1317 8.13561 10.1317 8.75727V13.5898C10.1317 13.8164 10.3154 14 10.5419 14H13.1779C13.4044 14 13.588 13.8164 13.588 13.5898V8.25962C13.588 6.09563 11.8276 4.33516 9.66356 4.33516ZM12.7677 13.1797H10.9521V8.75727C10.9521 7.68327 10.0784 6.80958 9.00454 6.80958C7.93043 6.80958 7.0566 7.68327 7.0566 8.75727V13.1797H5.24092V5.21347H7.0566V5.51649C7.0566 5.67427 7.14708 5.81801 7.28935 5.88629C7.35905 5.91971 7.43677 5.93277 7.51357 5.92397C7.59036 5.91516 7.66311 5.88485 7.72343 5.83652C8.27887 5.39098 8.94986 5.15547 9.66356 5.15547C11.3752 5.15547 12.7677 6.54798 12.7677 8.25962V13.1797Z" fill="%235E5F5F"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.share-btns .icon-twitter {
  background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.18525 6.03381L12.8069 0.772949H11.7121L7.69744 5.33995L4.49334 0.772949H0.796875L5.64316 7.67972L0.796875 13.1959H1.89166L6.12849 8.37193L9.51299 13.1959H13.2094M2.2868 1.58142H3.9687L11.7113 12.4271H10.0289" fill="%235E5F5F"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.button-outlined {
  height: 40px;
  padding: 0px 16px;
  border-radius: 64px;
  border: 0.5px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  background-color: #fff;
  gap: 10px;
  width: max-content;
}

.button-outlined.active {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.button-outlined.active img {
  filter: brightness(0) invert(1);
}

.ace-responsive-menu li ul.sub-menu > li {
  width: 220px !important;
}

.ace-responsive-menu li ul.sub-menu > li a {
  font-size: 14px !important;
  line-height: 18px !important;
  text-indent: 0 !important;
}

.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
  left: 220px;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  left: 220px;
}

.modal-trigger-btn {
  background-color: transparent;
  border: none;
  position: relative;
  height: 46px;
}

.modal-trigger-btn:focus-visible {
  outline: none;
}

#videoFrame {
  width: 100%;
  height: 80vh;
}

.videoModal {
  width: 100%;
}

.videoModal .modal-dialog {
  max-width: 97%;
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoModal .modal-header {
  border: none;
}

.videoModal .btn-close {
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
  margin-right: 115px;
}

.common-search {
  position: relative;
}

.common-search input {
  width: 100%;
  height: 64px;
  border-radius: 64px;
  color: var(--text-secondary-color);
  text-indent: 15px;
  border: 1px solid var(--border-color);
  margin: 20px 0px;
  background: #fafafa;
}

.common-search button {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 28px;
  right: 12px;
  border-radius: 100%;
  box-shadow: 0px 4px 16px 0px #27457214;
  border: 0.5px solid #dcdde533;
  background-color: #fff;
}

.services-paper {
  margin-bottom: 50px;
  overflow: auto;
}

.services-paper::-webkit-scrollbar-track {
  margin-top: 85px;
}

.services-paper--header {
  width: 100%;
  height: 85px;
  border-radius: 12px;
  background: #3db699;
  padding: 12px;
  display: grid;
  grid-template-columns: 7% 20% 44% 13% 13%;
  gap: 1%;
  align-items: center;
  position: sticky;
  top: 0;
}

.services-paper--header div > span {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: white;
}

.zerf-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

/*@supports (-webkit-line-clamp: 2) {*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: initial;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 2;*/
/*  -webkit-box-orient: vertical;*/
/*  color: white;*/
/*}*/
}

.services-paper--body ul {
  list-style: none;
}

.services-paper--body ul > li {
  padding: 12px;
  display: grid;
  grid-template-columns: 7% 20% 44% 13% 13%;
  gap: 1%;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: var(--text-primary-color);
  border-radius: 12px;
}
.schedule-paper--body ul li:nth-child(even) {
  background-color: var(--card-bg-color);
}

.services-paper--body ul {
  height: 600px;
  /*overflow-y: auto;*/
}

.services-paper--body ul li:nth-child(even) {
  background-color: var(--card-bg-color);
}

.services-info {
  width: 300px;
  padding: 16px 24px 24px 24px;
  border-radius: 12px;
  background-color: var(--chip-bg-color);
}

.services-info--header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.services-info--body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: var(--text-secondary-color);
}

#videoIframe {
  width: 75%;
  height: 600px;
  display: flex;
  margin: auto;
  border: 0;
}

.admission-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: var(--text-secondary-color);
  gap: 10px;
}

.admission-text {
  border-radius: 28px;
  background-color: #f0f1fa;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 22.4px;
  text-align: left;
  color: var(--text-secondary-color) !important;
  padding: 3px 7px 3px 7px;
  width: fit-content;
  margin-bottom: 5px;
}

.admission-card {
  background-color: var(--card-bg-color);
}

.filial-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}

.filial-content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #353538;
}

.filial-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5e5f5f;
}

.filial-content img {
  width: 120px;
  height: 96px;
  object-fit: cover;
  border-radius: 10px;
}

.vertical-scroll {
  overflow-y: auto;
  height: 50vh;
}

.gallery-item {
  width: 200px;
  padding: 5px;
}

.lang-btn:active {
  outline: none !important;
  border: none !important;
}

.lang-btn {
  outline: none !important;
  border: none;
  background-color: transparent;
  width: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.lang-btn-secondary {
  outline: none !important;
  border: none;
  background-color: transparent;
  width: 50px;
  color: #787878;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.lang-btn:checked {
  outline: none !important;
  border: none !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none !important;
}

.vision-left-body {
  overflow: hidden;
}

footer {
  margin-top: 60px;
}

.footer__nav {
  gap: 8px;
  margin-bottom: 32px;
}

footer .logo {
  display: block;
  margin-bottom: 56px;
}

@media only screen and (max-width: 991px) {
  footer .logo {
    display: flex;
    margin-bottom: 24px;
    justify-content: center;
  }

  .footer__nav {
    justify-content: center;
    align-items: center;
  }
}

.home-news-card {
  min-height: 180px;
  height: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.mobile-lang-switch {
  border: 0.5px solid #dcdde533;
  margin: 12px;
  border-radius: 28px;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.mobile-lang-switch-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  width: 50px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #787878;
  background-color: transparent;
}

.mobile-lang-switch-button.active {
  background-color: #3d50b6;
  color: white;
}

.qr-image {
  border: 0.72px solid #e5e5e5;
  border-radius: 6px;
  width: 52px;
  height: 52px;
}

.qr-bg {
  border-radius: 6px;
  padding: 6px;
  background-color: #f8f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.search-result-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 43.2px;
  text-align: left;
  color: #353538;
}

.search-result-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #5e5f5f;
  display: block;
  margin-bottom: 5px;
}

.search-result-item {
  width: 100%;
  min-height: 68px;
  border-radius: 12px;
  border: 0.5px solid #dcdde533;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fafafa;
  justify-content: space-between;
  color: #353538;
}

.play-animate {
  z-index: 1;
}

.play-animate::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 100%;
  background-color: #ffffff36;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: animate-play infinite 1.8s linear;
}

@keyframes animate-play {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  20% {
    width: 110%;
    height: 110%;
    opacity: 0.5;
  }
  40% {
    width: 120%;
    height: 120%;
    opacity: 1;
  }
  60% {
    width: 130%;
    height: 130%;
    opacity: 1;
  }
  80% {
    width: 120%;
    height: 120%;
    opacity: 0.5;
  }
  100% {
    width: 110%;
    height: 110%;
    opacity: 0;
  }
}

.news-card-link {
  display: block;
  width: 100%;
}

.news-card-link .card {
  width: 100%;
}

.news-card-link .card-img-top {
  height: 220px;
  object-fit: cover;
}

.vacancy-item {
  display: block;
  margin-right: 5px;
}

.video-play-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-player-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: black;
  overflow: hidden;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: videoplayer 0.3s ease-in-out;
}

.videoGallery-swiper {
  margin-bottom: 24px;
}

.videoGallery-swiper .swiper-slide {
  background: none;
  padding: 0;
  width: auto;
}

@keyframes videoplayer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.video-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99999999999;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
}

.video-close-btn svg:hover {
  fill: #fff;
}

.filter-header {
  width: 100%;
  height: 48px;
  padding: 12px 8px 12px 8px;
  background-color: #f2f5fc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-header span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.filter-header button {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #787878;
  background-color: transparent;
  border: none;
}

.filter-hospitals {
  box-shadow: 0px 4px 16px 0px #27457214;
  width: fit-content;
  background-color: #fafafa;
  padding-bottom: 20px;
  width: 100%;
}

.filter-card {
  background: #fafafa;
  padding: 12px;
  border-bottom: 1px;
  /*opacity: 0px;*/
  max-width: 230px;
}

.filter-result .accordion-header .info span {
  margin: 0 !important;
}

.filter-card-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  color: #787878;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.filter-card-title h3 {
  color: #353538;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.filter-card ul {
  list-style: none;
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}

.filter-item input {
  width: 16px;
  height: 16px;
}

.filter-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filter-item label {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #787878;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: -4px;
  height: 16px;
  width: 16px;
  background-color: #ffff;
  border: 0.8px solid #cfcfd1;
  border-radius: 4px;
}

.filter-item:hover input ~ .checkmark {
  background-color: #f4f4f6;
  cursor: pointer;
}

.filter-item input:checked ~ .checkmark {
  background-color: var(--main-color);
  border: 0.8px solid #5d6cc0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-item input:checked ~ .checkmark:after {
  display: block;
}

.filter-item .checkmark:after {
  left: 3px;
  top: 3px;
  width: 9px;
  height: 8px;
  background: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.88731 0.479834C9.73714 0.329639 9.4936 0.329639 9.34339 0.479834L3.10882 6.71442L0.656572 4.26216C0.506396 4.11194 0.262861 4.11194 0.112646 4.26216C-0.0375488 4.41235 -0.0375488 4.65587 0.112646 4.80608L2.83688 7.53032C2.98702 7.68046 3.23063 7.6805 3.38081 7.53032L9.88731 1.02376C10.0375 0.873545 10.0375 0.630029 9.88731 0.479834Z" fill="white"/></svg>');
}

.filter-card .accordion-item {
  border: none !important;
  margin-bottom: 0 !important;
}

.filter-collapse-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #353538;
  width: 100%;
}

.accordion-button {
  gap: 0 !important;
  background-color: var(--card-bg-color) !important;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  color: var(--text-secondary-color);
}

.accordion-button::after {
  width: 20px !important;
  height: 20px !important;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0445 7.04096L8.82219 7.05977V0.959855C8.82246 0.833793 8.79783 0.70892 8.74971 0.592402C8.7016 0.475884 8.63094 0.370018 8.5418 0.280878C8.45266 0.191739 8.3468 0.121083 8.23028 0.0729667C8.11376 0.02485 7.98889 0.000219967 7.86283 0.000490486C7.73677 0.000219967 7.61189 0.02485 7.49537 0.0729667C7.37886 0.121083 7.27299 0.191739 7.18385 0.280878C7.09471 0.370018 7.02406 0.475884 6.97594 0.592402C6.92782 0.70892 6.90319 0.833793 6.90346 0.959855L6.92227 7.04113H0.963273C0.837211 7.04086 0.712337 7.06549 0.59582 7.1136C0.479302 7.16172 0.373435 7.23238 0.284296 7.32152C0.195157 7.41066 0.124501 7.51652 0.0763847 7.63304C0.028268 7.74956 0.00363794 7.87443 0.00390846 8.00049C0.00363786 8.12654 0.0282691 8.25141 0.0763879 8.36792C0.124507 8.48443 0.195165 8.59028 0.284307 8.67941C0.373448 8.76853 0.479316 8.83917 0.595833 8.88727C0.712349 8.93537 0.837219 8.95998 0.963273 8.95968H6.91287V15.0411C6.91262 15.1672 6.93727 15.292 6.98539 15.4086C7.03352 15.5251 7.10417 15.6309 7.19331 15.7201C7.28244 15.8092 7.3883 15.8798 7.50481 15.928C7.62131 15.9761 7.74618 16.0007 7.87223 16.0005C7.99829 16.0007 8.12315 15.9761 8.23966 15.928C8.35617 15.8798 8.46202 15.8092 8.55116 15.7201C8.64029 15.6309 8.71095 15.5251 8.75907 15.4086C8.8072 15.292 8.83184 15.1672 8.8316 15.0411V8.95986H15.0445C15.1706 8.9601 15.2955 8.93546 15.412 8.88733C15.5285 8.83921 15.6343 8.76855 15.7235 8.67942C15.8126 8.59028 15.8833 8.48443 15.9314 8.36792C15.9795 8.25141 16.0042 8.12655 16.0039 8.00049C16.0037 7.74611 15.9025 7.5022 15.7227 7.32231C15.5428 7.14241 15.2989 7.04123 15.0445 7.04096Z" fill="%23353538"/></svg>') !important;
}

.accordion-button:not(.collapsed)::after {
  transform: translateY(10px);
  width: 20px !important;
  height: 20px !important;
  background-image: url('data:image/svg+xml,<svg width="16" style="margin-bottom: 10px" height="2" viewBox="0 0 16 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.962664 1.96036H15.0426C15.1687 1.96036 15.2936 1.93552 15.4101 1.88726C15.5265 1.839 15.6324 1.76827 15.7215 1.6791C15.8107 1.58994 15.8814 1.48408 15.9297 1.36758C15.9779 1.25108 16.0027 1.12622 16.0027 1.00013C16.0027 0.874046 15.9779 0.749191 15.9297 0.6327C15.8814 0.516208 15.8107 0.410362 15.7215 0.321205C15.6324 0.232049 15.5265 0.16133 15.41 0.113087C15.2935 0.0648438 15.1687 0.0400218 15.0426 0.0400391H0.962664C0.70996 0.0429949 0.468609 0.145456 0.290956 0.325199C0.113302 0.504942 0.0136719 0.747475 0.0136719 1.0002C0.0136719 1.25292 0.113302 1.49545 0.290956 1.6752C0.468609 1.85494 0.70996 1.9574 0.962664 1.96036Z" fill="%23353538"/></svg>') !important;
}

.contact-form {
  background-color: var(--chip-bg-color);
  width: 100%;
  border-radius: 12px;
}

.contact-item {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  border: 0.5px solid #dcdde533;
  background-color: #fafafa;
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}

.contact-item .circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item span:nth-child(1) {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: var(--text-tertiary);
  margin-bottom: 5px;
}

.contact-item span:nth-child(2) {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  color: #353538;
}

.filter-input {
  background-color: #fafafa;
  border: none;
  border-bottom: 1px solid #f4f4f6;
  text-indent: 10px;
}

.filter-card-title {
  position: relative;
}

.filter-card-title img {
  position: absolute;
}

.filter-badge {
  height: 34px;
  width: 55px;
  border-radius: 24px;
  background-color: #3db699;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.filter-result {
  height: 565px;
  overflow-y: auto;
}

.filter-result .accordion-header {
  margin-bottom: 20px !important;
  border: 1px solid #f4f4f6;
}

.filter-search {
  position: relative;
  margin-bottom: 15px;
}

.filter-search input {
  width: 100%;
  height: 55px;
  border: 0.5px solid #dcdde533;
  border-radius: 64px;
  color: #999ea0;
  text-indent: 40px;
  background-color: #FAFAFA;

}

.filter-search img {
  position: absolute;
  left: 20px;
  top: 17px;
}

.filter-btn-trigger {
  display: none;
}

.filter-modal .videoModal .modal-dialog {
  height: 100% !important;
}

.filter-accordion .accordion-body {
  max-height: 300px;
  overflow-y: auto;
}

#hospital-map iframe {
  width: 100% !important;
  height: 500px !important;
  border-radius: 12px !important;
  margin-bottom: 22px;
}

.mapInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
  row-gap: 8px;
  padding: 16px;
  border-radius: 12px;
  border: 0.5px solid rgba(220, 221, 229, 0.2);
  background: #f2f5fc;
  margin-top: 22px;
}
.mapInfo-card {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5e5f5f;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .mapInfo {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 576px) {
  .mapInfo {
    column-gap: 8px;
    align-items: flex-start;
    /*flex-direction: column;*/
  }

  .mapInfo .mapInfo-card {
    font-size: 11px;
    line-height: 14px;
  }
}

#mapContainer iframe {
  width: 100% !important;
  height: 575px !important;
  border-radius: 12px !important;
}

#accordionFaq {
  height: 500px;
  overflow-y: auto;
}

.filter-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 83%;
  overflow-y: auto;
}

.faq-swiper .swiper-slide {
  width: 212px;
  margin-right: 30px;
  border-radius: 46px;
  background: #f2f5fc;
  padding: 8px 5px 8px 8px !important;
}

.xidmet-detail {
  display: grid;
  grid-template-columns: 5% 91%;
  gap: 2%;
  margin-bottom: 8px;
}

.xidmet-number {
  display: flex;
  justify-content: flex-end;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 24px !important;
  text-align: left;
  color: #3d50b6 !important;
}

.xidmet-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5e5f5f;
}

.str-modal-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #5e5f5f;
}

.structure-card {
  cursor: pointer;
}

.internationalSlider {
  height: 100%;
}

.internationalSlider .swiper-wrapper {
  flex-direction: column;
  height: 120px;
}

.internationalSlider .swiper-slide {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  user-select: none;
}

.internationalSlider a {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.internationalSlider img {
  object-fit: contain;
  margin: 0;
  padding: 0;
}

.internationalSlider .swiper-slide a img {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  #tecrubeSlider1,
  #tecrubeSlider2,
  #tecrubeSlider3 {
    display: none;
  }

  .internationalSlider .swiper-wrapper {
    flex-direction: row;
    height: 100%;
  }
}

.about-four {
  background-color: #f2f5fc;
  border-radius: 12px;
  padding: 24px;
  overflow-x: hidden;
}

.about-four h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 57.6px;
  text-align: left;
  color: #353538;
  margin-bottom: 10px;
}

.about-four p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #5e5f5f;
}

.xidmetler-modal .modal-dialog {
  max-width: 700px !important;
}

#sendAppealModal .modal-dialog {
  max-width: 766px !important;
}

.form-send-appeal {
  margin: 8px;

}
.form-send-appeal--wrapper {
  background-color: var(--chip-bg-color);
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
}
.form-send-appeal--group span {
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  color: #999ea0;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 0.375rem 0 0.375rem 0.75rem;
}

.form-send-appeal--group .form-send-appeal--input {
  outline: none;
  border: none;
  transition: all 0.15s ease-in-out;
}

.form-send-appeal--group:focus-within {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-radius: 12px;
  transition: all 0.15s ease-in-out;
}

.form-send-appeal--group .form-send-appeal--input:focus {
  box-shadow: none;
  border: none;
  outline: none;
  transition: all 0.15s ease-in-out;
}
.form-send-appeal--label {
  font-weight: 500;
  font-size: 14px;
  line-height: 19.6px;
  color: var(--text-primary-color);
  margin-bottom: 6px;
}
.form-send-appeal--input {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.form-send-appeal--input::placeholder {
  color: #999EA0;
}
select.form-send-appeal--input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../svg/arrowMenu.svg');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}
.form-send-appeal--info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 14px;
  line-height: 19.6px;
  color: var(--text-secondary-color);
}
.form-send-appeal--wrapper input {
  margin: 0;
}
.form-send-appeal--button {
  height: 56px;
  width: 100%;
}

.modal-dialog-scrollable .modal-content {
  max-height: 75% !important;
}

.structure-modal .modal-dialog {
  max-width: 700px !important;
}

.structure-modal .modal-content {
  max-height: 650px !important;
}

.info-row-desktop .swiper-slide {
  padding: 0 !important;
  background-color: transparent !important;
}

body .uwy.userway_p1 .userway_buttons_wrapper {
  top: 92% !important;
  bottom: auto !important;
  left: 5% !important;
  transform: translate(-100%) !important;
}

/* .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 80% !important;
} */

@media screen and (max-width: 991px) {
  .sosial-icon {
    overflow-y: hidden;
    margin-top: 20px;
    position: relative;
    justify-content: center;
    width: 100%;
  }

  .about-first--image img {
    height: 122px !important;
  }
  .about-four h2 {
    font-size: 20px;
    font-weight: 700;
  }

  .about-four p {
    font-size: 14px;
    font-weight: 400;
  }
  .filter-hospitals {
    border-radius: 24px;
    height: 80vh;
  }
  .filter-card {
    max-width: unset;
  }

  #hospital-map iframe {
    height: 300px !important;
  }

  #mapContainer iframe {
    height: 300px !important;
  }

  .filter-desktop {
    display: none !important;
  }

  .filter-search {
    display: grid;
    grid-template-columns: 80% 15%;
    justify-content: space-between;
  }

  .filter-btn-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 16px 0px #27457214;
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 100%;
  }

  .filter-btn-trigger img {
    position: inherit !important;
    left: 0 !important;
    top: 0 !important;
  }

  .filter-button-submit {
    display: flex !important;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .videoModal .btn-close {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  #videoIframe {
    width: 90%;
    height: 300px;
  }
  .relative-section {
    margin-top: 96px;
  }
  .services-info {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .services-paper--body ul {
    overflow-y: unset;
  }
  .services-paper--header {
    width: 1000px;
  }
  .services-paper--body ul > li {
    width: 1000px;
  }
  .ace-responsive-menu li ul.sub-menu > li {
    width: 100% !important;
  }

  .services-paper {
    overflow-x: auto;
  }

  .button-outlined {
    font-size: 15px;
  }

  .ace-responsive-menu li ul.sub-menu {
    box-shadow: none !important;
  }
  .news-back-btn {
    order: 2;
    margin-top: 5px;
  }
  .news-footer {
    grid-template-columns: unset;
    padding: 5px 16px;
    height: 80px;
  }
  .news-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2%;
  }
  .e-service-card {
    height: 240px;
    padding: 16px 8px 16px 8px;
  }
  .news-calendar {
    min-width: 100px !important;
    width: 100%;
  }
  .e-service-card h6 {
    font-size: 22px;
  }
  .e-service-card span {
    font-size: 14px;
  }
  .e-service-card a {
    font-size: 14px;
  }
  .mobile-menu-container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .mobile-cabinet-btn {
    width: 38px;
    height: 38px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--main-color); */
  }

  .main-menu-wrapper.fixed .mobile-cabinet-btn svg path {
    fill: var(--main-color);
  }
}

@media screen and (max-width: 425px) {
  .structure-card {
    min-width: 100%;
  }

  .appeal-card {
    display: grid !important;
  }

  .last-desc {
    display: block !important;
    padding-top: 20px !important;
  }

  .citize-box-img {
    height: 100% !important;
  }

  .appeal-card img {
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    object-fit: contain;
    border-radius: 12px;
  }
}

.appeal-card img {
  border-radius: 12px;
}

.ox-button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 10px;
}

@media screen and (max-width: 576px) {
  .form-send-appeal {
    margin: 0 -8px;
  }
  .form-send-appeal--wrapper {
    padding: 12px;
  }
  .form-send-appeal--button {
    height: 48px;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .citize-box-img {
    height: 100% !important;
  }

  .appeal-card img {
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    object-fit: contain;
    border-radius: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .citize-box-img {
    /* height: 550px !important; */
    height: 100% !important;
  }
  .headphone-icon {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .structure-card {
    min-width: 100%;
  }

  .structure-card--img {
    height: 100%;
    width: 100%;
  }

  .citize-box-img {
    /* height: 460px; */
    height: 100% !important;
  }

  .appeal-card {
    display: grid !important;
  }

  .last-desc {
    display: block !important;
    padding-top: 20px !important;
  }
  .mobile-menu-container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .header {
    display: none;
  }
  .mobile-menu-main {
    width: 100%;
  }

  .main-menu-wrapper {
    top: 0;
    position: fixed;
  }

  .main-menu-wrapper.fixed .mobile-logo svg path:first-child {
    fill: #0580B7;
    /* fill: #5DC1C8; */
  }
  .main-menu-wrapper.fixed .mobile-logo svg path:last-child {
    fill: #5DC1C8;
  }

  .headphone-icon {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-right: 4px;
  }

  .headphone-icon {
    color: #fff;
  }

  .main-menu-wrapper.fixed .headphone-icon span {
    color: var(--text-secondary-color);
  }

  .main-menu-wrapper.fixed .headphone-icon svg path {
    fill: var(--text-secondary-color);
  }

  .kabinet-button {
    display: none;
  }
  .footer__mobile .mail-box {
    width: 100%;
  }
}

@media screen and (min-width: 991px) {
  .header__icon-txt {
    margin-top: 3px;
  }

  .relative-menu {
    position: relative !important;
    top: 0 !important;
    padding-bottom: 10px !important;
  }

  .relative-menu ul {
    padding-left: 0 !important;
  }

  .relative-menu span {
    color: var(--text-secondary-color) !important;
  }
  .relative-menu .kabinet-button span {
    color: white !important;
  }

  .relative-header {
    position: relative !important;
    background-color: #fafafa;
  }

  .relative-header .mainHeaderLeft a span {
    color: var(--text-secondary-color) !important;
  }

  .relative-header .header__icon-txt {
    color: var(--text-secondary-color) !important;
  }
}

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

#charCount {
  font-size: 10px;
  line-height: 14px;
  margin-top: 4px;
  margin-left: auto;
  width: max-content;
}

.news-date {
  font-size: 16px;
  color: var(--text-secondary-color);
  margin-left: auto;
  width: max-content;
}

/* FAB Button */
.fab-menu {
  position: fixed;
  z-index: 999;
  bottom: 25px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fab-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 16px rgba(85, 85, 87, 0.1);
}

.fab-box {
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 0;
  height: 0;
  background-color: white;
  border-radius: 12px 12px 12px 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(85, 85, 87, 0.1);
}

.fab-menu.open .fab-box {
  width: 230px;
  height: 420px;
  opacity: 1;
}

.fab-box-container {
  width: 100%;
  height: 100%;
}

.fab-box-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 12px;
  background-color: var(--main-color);
  color: #fff;
}

.fab-box-content {
  padding: 20px 12px;
  background-color: white;
}

.fab-box-card {
  padding: 16px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
  background-color: var(--card-bg-color);
}

.fab-box-card-title {
  font-size: 14px;
  line-height: 17px;
  color: var(--text-tertiary);
  margin-bottom: 12px;
}

.fab-radio-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  width: 100%;
  line-height: 18px;
  cursor: pointer;
}
.fab-radio-wrapper input {
  width: max-content;
}

.fab-radio-wrapper:has(input[type="radio"]:checked) {
  color: var(--main-color);
}

.fab-font-size {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.fab-font-size button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
  line-height: 100%;
}
.fab-font-size button.active {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.fab-font-size .small {
  font-size: 12px;
}
.fab-font-size .normal {
  font-size: 18px;
}
.fab-font-size .large {
  font-size: 24px;
}

.attention {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  line-height: 26px;
}

.schedule-paper--header {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  background: #3db699;
  padding: 12px;
  /* display: grid;
  grid-template-columns: 7% 20% 44% 13% 13%;
  gap: 1%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.schedule-paper--header div:first-child{
  width: 19%;
}
.schedule-paper--header div:nth-child(2){
  width: 35%;
}
.schedule-paper--header div:nth-child(3){
  width: 25%;
}
.schedule-paper--header div:last-child{
  width: 20%;
}
.schedule-paper--header div>span {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: white;
  white-space: wrap;
}

.schedule-paper--body ul li div span {
  font-size: 16px;
  word-wrap: break-word;
}

.schedule--warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.schedule--warning span {
  font-size: 18px;
  font-weight: 700;
  margin-left: 4px;
  color: rgba(61, 80, 182, 1);
}
.schedule-info--body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: var(--text-secondary-color);
}
.schedule-paper--body ul>li {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  /* display: grid;
  grid-template-columns: 7% 20% 44% 13% 13%;
  gap: 1%; */
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: var(--text-primary-color);
  border-radius: 12px;
}
.schedule-paper--body ul li div{
  font-size: 14px;
}
.schedule-paper--body ul li div:first-child{
  width: 19%;
}
.schedule-paper--body ul li div:nth-child(2){
  width: 35%;
}
.schedule-paper--body ul li div:nth-child(3){
  width: 25%;
}
.schedule-paper--body ul li div:last-child {
  width: 20%;
}
.schedule-paper--body ul li div span{
  font-size: 14px;
}

/* //admisSchedule */
.citizen--news {
  margin-top: 70px;
  margin-bottom: 30px;
  width: 95%;
}

.citizen--news-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.citizen--news-header a {
  width: 190px;
  height: 49px;
}

.citizen--news-header p {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.citizen--news--date p{
  font-size: 10px;
  color: rgba(120, 120, 120, 1);
  margin-bottom: 0;
}
.citizen--news--date span{
  color: rgba(61, 80, 182, 1);
}
.citizen--news--link{
  color: rgba(61, 80, 182, 1)!important;
}

.schedule--news-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.moreBtn {
  display: none;
}
.lessBtn{
  display: none;
}

.services-info--header:hover {
  cursor: pointer;
}
.citizen--news .qanun-news{
  height: 175px;
}
.moreInfo span:hover {
  cursor: pointer;
}
.moreInfo .read-more {
  justify-content: end;
  margin-right: 20px;
}
.copied-message {
  position: absolute;
  background: var(--main-color);
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

#services-tab-list-swiper .swiper-slide {
  height: 40px;
  padding: 0px 16px;
  width: auto;
  background: none;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .schedule--warning span, .citizen--warning p{
    font-size: 14px;
  }
  .citizen--news-header{
    flex-direction: column;
    margin-bottom: 24px;
  }
  .citizen--news-header p{
    font-size: 20px!important;
    margin-bottom: 12px!important;
  }
  .citizen--news{
    margin-top: 48px;
  }
  .services-paper {
    margin-bottom: 20px;
  }
  .schedule-paper--header{
    width: 700px;
  }
  .schedule-paper--body ul{
    width: 700px;
  }
  .schedule-paper--body ul li div span{
    font-size: 14px;
  }
  .schedule-paper--header div>span {
    font-size: 14px;
  }


  .branch--row {
    flex-direction: column-reverse;
  }
  .moreInfo {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    padding-right: 20px;
    margin-top: 10px;
  }

  .moreInfo a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    color: var(--main-color);
    margin-top: 10px;
  }

  .more--detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .5s;
  }

  .more--detail-max {
    overflow: visible;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    transition: .5s;
  }

  .moreBtn {
    display: inline-block;
    font-weight: 700 !important;
    margin-bottom: 0;
  }

  .moreBtn-hide {
    display: none;
    transition: .5s;
  }
  .xidmet-detail {
    grid-template-columns: 10% 86%;
  }
  .lessBtn-show{
    display: inline-block;
    font-weight: 700 !important;
    margin-bottom: 0;
  }
  .mobile-slide {
    display: block;
  }

  .desktop-slide {
    display: none;
  }
}

.commonFaq {
  padding: 48px 0;
}

.commonFaq-title > span {
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  text-align: left;
  color: var(--text-primary-color);
}

.commonFaq .commonFaq-image {
  width: 100%;
  height: 366px;
  position: relative;
  border-radius: 12px;
  background-image: url("/app/img/faq-image.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.commonFaq .commonFaq-image--inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 16px;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #5e5f5f;
  background-color: #f2f5fc;
  border-radius: 12px;
}

.commonFaq .commonFaq-image--inner a {
  color: #3D50B6;
  text-decoration: underline;
}

.accordion-item.commonFaq-item {
  margin-bottom: 12px;
}

.accordion-item.commonFaq-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.accordion-item.commonFaq-item {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.accordion-item.commonFaq-item .commonFaq-button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion-button.commonFaq-button {
  color: #5e5f5f;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  border-radius: 12px;
}

.accordion-body.commonFaq-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #5e5f5f;
  padding: 0 16px 16px 16px;
  background-color: #fafafa;
}

@media only screen and (max-width: 991px) {
  .commonFaq-title > span {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .commonFaq-title > span {
    flex: 1;
    font-size: 24px;
    line-height: 28px;
  }

  .commonFaq-title > .send-appeal-button {
    padding: 13px 16px;
  }
}

.form-itself--input::placeholder {
  color: #999ea0;
  font-size: 14px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background-color: #fafafa;
  border-radius: 12px;
  border: 0.5px solid rgba(220, 221, 229, 0.2);
}

.brand-image {
  width: 100%;
  height: 140px;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  background-color: transparent;
}

.brand-download-button img {
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 425px) {
  .brand-image img {
    width: 100%;
  }
}

.contact-shortcut {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  outline: none;
  z-index: 1000;
}

.contact-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  outline: none;
  position: relative;
  cursor: pointer;
  background-color: #3d50b6;
}

.contact-body > .hover-icon {
  display: none;
}

.contact-chat,
.contact-call {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;

  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.contact-chat > button,
.contact-call > button {
  width: 90%;
  height: 90%;
  border: none;
  border-radius: 50%;
}

.contact-chat > button {
  background-color: #fafafa;
}

.contact-call > button {
  background-color: #fafafa;
}

@media only screen and (min-width: 992px) {
  .contact-shortcut:hover .contact-body .default-icon {
    display: none;
  }

  .contact-shortcut:hover .contact-body > .hover-icon {
    display: block;
  }

  .contact-shortcut:hover .contact-chat,
  .contact-shortcut:hover .contact-call {
    opacity: 1;
    visibility: visible;
  }

  .contact-shortcut:hover .contact-chat {
    transform: translateY(-55px);
  }

  .contact-shortcut:hover .contact-call {
    transform: translateY(-110px);
  }
}

@media only screen and (max-width: 991px) {
  .toggle-contact .contact-body .default-icon {
    display: none;
  }

  .toggle-contact .contact-body > .hover-icon {
    display: block;
  }

  .toggle-contact .contact-chat,
  .toggle-contact .contact-call {
    opacity: 1;
    visibility: visible;
  }

  .toggle-contact .contact-chat {
    transform: translateY(-55px);
  }

  .toggle-contact .contact-call {
    transform: translateY(-110px);
  }
}

.timeline {
  padding: 24px 0;
}

@media only screen and (max-width: 768px) {
  .contact-call,
  .contact-chat {
    width: 56px;
    height: 56px;
  }
}

.timeline h2 {
  color: #353538;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.timeline-card {
  padding: 24px 16px;
  min-height: 190px;
  background-color: #fafafa;
  border-radius: 12px;
}

.timeline-card .timeline-card-title {
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
  color: #353538;
}

.timeline-card .timeline-card-body {
  font-size: 16px;
  font-weight: 400;
  color: #5e5f5f;
}

@media only screen and (max-width: 1200px) {
  .timeline-card {
    min-height: 100%;
  }

  .timeline-card .timeline-card-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .timeline h2 {
    font-size: 24px;
  }
}

.valueSlider .swiper-slide {
  background: transparent;
  width: fit-content;
  padding: 0px;
  margin: 0;
  border-radius: 0;
}

.valueSlider .swiper-slide .card-values-section {
  width: 400px;
}

@media only screen and (max-width: 1200px) {
  .valueSlider .swiper-slide .card-values-section {
    width: inherit;
  }
}

#ITSController {
  display: none !important;
}
.searchSection.wTab .searchSection-swiper{
  display: none;
}

.searchSection-title {
  position: relative;
}

.searchSection-input {
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  text-indent: 28px;
  line-height: 26px;
  color: #999ea0;
  border: 0.5px solid #dcdde533;
  border-radius: 64px;
  background-color: #fafafa;
}

.searchSection-image {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100%;
  left: 20px;
  border-radius: 50%;
  object-position: center;
  object-fit: none;
}

.searchSection .searchSection-swiperWrapper {
  margin: 24px 0;
}

.searchSection .searchSection-swiperSlide {
  width: auto;
  margin: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .searchSection .searchSection-swiperWrapper {
    margin: 16px 0;
  }
}

#map .leaflet-control-container .leaflet-bottom.leaflet-right {
  display: none;
}

.feedback {
  /* cursor: pointer; */
  position: fixed;
  /* top: 50%; */
  /* right: -47px; */
  z-index: 9999;
  /* width: 100%; */
  height: 100%;
  top: 0;
  /* left: 0; */
  right: 0;
  /* bottom: 0; */
}

.feedback .feedback-body {
  position: relative;
  /* width: 100%; */
  height: 100%;
}

.feedback .feedback-title {
  margin: 0;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  color: #ffffff;
  background: #3d50b6;
  border-radius: 0px 0px 12px 12px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: -47px;
  cursor: pointer;
  width: 123px;
}

.feedback .feedback-popup {
  display: none;
  cursor: default;
  position: absolute;
  width: 432px;
  /* height: 148px; */
  top: 52%;
  /* right: 100px; */
  border-radius: 12px;
  background-color: #f9f9f9;;
  transform: translate(0, -52%);
  right: 55px;
  filter: drop-shadow(0px 10px 28px rgba(0, 0, 0, 0.3));
}

.feedback .feedback-popup.toggle {
  display: block;
}

.feedback .feedback-content {
  position: relative;
  padding: 24px;
}

.feedback .feedback-main.toggleMain {
  display: none;
}

.feedback .feedback-content::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 26px 0 26px 47px;
  border-color: transparent transparent transparent #f9f9f9;
  /* transform: rotate(0deg); */
}

.feedback .feedback-text {
  color: #353538;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  margin: 0 0 32px 0;
}

.feedback .feedback-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.feedback .feedback-buttons button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  padding: 6px 24px;
  border: 1px solid #3d50b6;
  border-radius: 6px;
  background-color: transparent;
}

.feedback .feedback-successMsg {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: opacity 1s ease-in-out,
  transform 1s cubic-bezier(0.42, 1, 0.56, 1);
  z-index: -1;
}

.feedback .feedback-successMsg img {
  margin: auto;
  width: 56px;
  height: 56px;
}

.feedback .feedback-successMsg.toggleMsg {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  z-index: 1;
  position: relative;
}

.feedback .feedback-textbox {
  /* display: none; */
  /* margin: 17px 0 0 0; */
  /* gap: 17px; */
  flex-direction: column;
  /* align-items: flex-end; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px) scale(0.5);
  transition: opacity 0.5s ease-in-out,
  transform 0.5s cubic-bezier(0.12, 1, 0.26, 1);
  z-index: -1;
}

.feedback .feedback-textbox.toggleTextbox {
  display: flex;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  z-index: 1;
  position: relative;
}

.feedback .feedback-textbox textarea {
  resize: none;
  border-radius: 6px;
  border: 1px solid #3d50b6;
  margin: 0 0 17px 0 !important;
}

.feedback .feedback-textbox textarea:focus {
  box-shadow: none;
}

.feedback .feedback-textbox button {
  width: 96px;
  padding: 6px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  border-radius: 6px;
  border: 1px solid #3d50b6;
  background-color: #3d50b6;
  align-self: flex-end;
}

@media only screen and (max-width: 425px) {
  /* background-color: rgb(26 19 19 / 50%); */
  .feedbackBlur {
    background-color: rgb(26 19 19 / 50%);
  }

  .feedback .feedback-popup {
    height: fit-content;
    width: 100vw;
    /* right: 47px; */
    /* width: 100vw; */
    /* left: 0; */
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(250px);
    transition: 0.3s;
    display: block;
  }

  .feedback .feedback-popup.toggle {
    transform: translateY(0);
    transition: 0.3s;
  }

  .feedback .feedback-body {
    position: static;
  }

  .feedback .feedback-content {
    padding: 32px 20px 40px 20px;
  }

  .feedback .feedback-text {
    margin: 0 0 32px 0;
  }

  .feedback .feedback-content::after {
    display: none;
    border-width: 0;
  }

  .feedback .feedback-buttons {
    flex-direction: row;
  }
}

.subscriptionResult-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  height: 250px;
  min-height: 250px;
  margin: 42px 0 0 0;
}

.subscriptionResult-inner img {
  width: 72px;
  height: 72px;
}

.subscriptionResult-inner p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media only screen and (max-width: 992px) {
  .subscriptionResult-inner img {
    width: 56px;
    height: 56px;
  }

  .subscriptionResult-inner p {
    font-size: 18px;
  }
}

.filter-result .accordion-header h2.privateHospital {
  color: #3db699;
}

@media only screen and (max-width: 991px) {
  .mobile-filter-card .services-info {
    margin-bottom: 10px;
    padding: 6px 12px;
  }

  .mobile-filter-card .filter-item img {
    width: 16px;
    height: 16px;
    margin: 0;
  }
}

.accw-widget .accw-menu-btn {
  background: linear-gradient(96deg, #3d50b6 0, #3d50b6 100%) !important;
  outline: 5px solid #3d50b6 !important;
  width: 47px;
  height: 47px;
  bottom: 30px !important;
}
.accw-widget .accw-menu-header{
  background-color: #3d50b6 !important;
}

