html {
  height: 100%;
}

body {
  min-height: 100%;
  overflow-x: hidden;
  line-height: 1.35em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.45em;
  margin: 0.6em 0;
  color: #010101;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

p {
  line-height: 1.45em;
  margin: 0 0 0.6em 0;
}

ul {
  list-style: none;
}

#header {
  background: #246543 url("../img/hbg.png") center center repeat-x;
  position: relative;
  z-index: 1000;
}

body.bvi-active .header.bvi-background-image,
body.bvi-active .footer.bvi-background-image {
  background: none;
}

#list {
  padding: 60px 0 60px 0;
}

#page {
  padding: 60px 0 60px 0;
}

#system {
  padding: 60px 0 60px 0;
}

#plugins {
  padding: 60px 0 60px 0;
}

#forums {
  padding: 60px 0 60px 0;
}

#standalone {
  padding: 15px;
}

.section-admin {
    background: #f2f6ed;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
}

.logo-col {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}

.sitename-col {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}

.contacts-col {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}

.logo {
  width: 173px;
  height: 154px;
  margin: 32px 0;
  background: url("../img/logo.png") center center no-repeat;
  display: block;
}

body
  .bvi-body[data-bvi-theme="white"]
  *:not(.bvi-no-styles)
  a.logo:not(.bvi-no-styles) {
  background-color: #000000 !important;
}

.site-name {
  font-size: 1.667em;
  /*  font-family: "Arial"; */
  color: rgb(255, 226, 198);
  font-weight: bold;
}

.adress {
  font-size: 0.944em;
  color: rgb(254, 253, 253);
  font-style: italic;
  padding-top: 8px;
}

.social-links {
}

.instagram {
  background: url("../img/instagram.svg") center center no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.instagram:hover {
  opacity: 0.8;
}

.vk {
  background: url("../img/vk.svg") center center no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.vk:hover {
  opacity: 0.8;
}

.whatsapp {
  background: url("../img/whatsapp.svg") center center no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.whatsapp:hover {
  opacity: 0.8;
}

.telegram {
  background: url("../img/telegram.svg") center center no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.telegram:hover {
  opacity: 0.8;
}

.max {
  background: url("../img/max.svg") center center no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.max:hover {
  opacity: 0.8;
}

.call-we {
  font-size: 0.833em;
  color: rgb(254, 253, 253);
  font-style: italic;
}

.call-phone a {
  font-size: 1.333em;
  color: rgb(255, 226, 198);
  font-weight: bold;
}

.call-phone a:hover {
  text-decoration: none;
}

.call-priem {
  padding-top: 8px;
}

.call-priem a {
  font-size: 1em;
  text-decoration: underline;
  color: #ffffff;
}

.about-box {
  padding: 30px 0 50px 0;
}

.menu ul.level-0 {
  width: 100%; /* Ширина основного блока меню */
  height: 50px; /* Высота основного блока меню */
  position: relative;
  display: table;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu ul.level-0 li {
  /*	display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;   */
  position: relative;
  list-style-type: none;
  flex-basis: auto;
  flex-grow: 1;
}

.menu ul.level-0 li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background: rgba(63, 121, 93, 0.48);
  line-height: 50px; /* Приравниваем к высоте, чтобы выровнять текст по вертикали */
}

.menu ul.level-0 li a:hover {
  background: rgba(63, 121, 93, 1);
}

.menu ul.level-0 li ul.level-1 {
  display: none; /* Скрываем выпадающее меню */
  position: absolute;
  width: 120%;
  margin: 0px;
  padding: 0px;
  z-index: 200;
  font-size: 15px;
  text-align: left;
}

.menu ul.level-0 li ul.level-1 a {
  text-align: left;
  padding: 0 0 0 25px;
  line-height: 40px;
  background: rgba(63, 121, 93, 1);
}

.menu ul.level-0 li ul.level-0 a:hover {
  background: rgb(60, 111, 87);
}

.menu ul.level-0 li ul.level-0 li {
  display: block;
  border-bottom: 1px solid #44916d;
  border-top: 1px solid #356d52;
}
.menu ul.level-0 li:hover ul.level-1 {
  display: block; /* Показываем выпадающее меню, где оно есть, при наведении */
}

.menu ul.level-0 > li {
  border-right: 1px solid #176942;
}

.menu ul.level-0 > li:last-child {
  border-right: 0;
}

.menu ul.level-0 > li a {
  border-left: 1px solid #44916d;
}

.menu ul.level-0 > li:first-child a {
  border-left: 0;
}

/*-------------------------*/
/***** MOBILE TRIGGER *****/
/*-------------------------*/

.trigger-col {
  display: none;
  vertical-align: middle;
  width: 32px;
}

.nav-trigger {
  right: 15px;
  top: 50px;
  position: fixed;
  display: none;
  width: 24px;
  height: 44px;
  z-index: 4000;
  overflow: hidden;
  font-size: 30px;
  white-space: nowrap;
  color: transparent;
  margin-right: 0px;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 4px;
  width: 24px;
  border-radius: 2px;
  background: #f3d7b7;
}

.nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.nav-trigger span::before,
.nav-trigger span::after {
  /* other 2 lines */
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.nav-trigger.nav-is-visible span::after {
  top: 5px;
}
.nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}
.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #f2ddc1;
}

.nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-2px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-2px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-2px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-2px) rotate(45deg);
  transform: translateX(4px) translateY(-2px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(4px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(4px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(4px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(4px) rotate(-45deg);
  transform: translateX(4px) translateY(4px) rotate(-45deg);
}

.nav-is-visible {
  display: block;
}

html.disable-scrolling {
  overflow: hidden;
}

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  margin-top: 0px;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  background: #ffffff;
  z-index: 8000;
  z-index: 1000000000;
}

.js-menu {
  border-top: 1px solid #f8f2f2;
}

.js-search {
  flex: 1 0 auto;
  border-top: 1px solid #f8f2f2;
}

.js-search .search-form {
  padding: 30px 30px 30px 30px;
  background: none;
  border: none;
  background: #cccccc26;
}

.js-search .search-hint {
  display: none;
}

.js-contact {
  flex: 0 0 auto;
  text-align: center;
  margin: 0;
  padding: 30px 20px;
  font-size: 17px;
  line-height: 1.45em;
  font-weight: 400;
  /* background: #eaeaea; */
  border-top: 1px solid #f8f2f2;
  border-bottom: 1px solid #f8f2f2;
}

.js-contact a {
  color: #010101;
}

.js-contact i {
  color: #d4573f;
}

.js-order {
  text-align: center;
  padding: 24px;
}

#header .js-contact .address {
  font-size: 0.9em;
  margin-bottom: 15px;
}

#header .js-contact .phone-text {
  display: block;
  font-weight: 500;
  padding: 4px 0;
  font-size: 1.2em;
}

#header .js-contact .phone-text .phone-title {
  font-size: 1.22em;
  font-weight: 800;
}

#header .js-contact .phone-text .phone-time {
  color: #5e5e5e;
  padding: 5px 0;
  font-weight: 300;
  font-size: 0.7em;
}

.js-box {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 117px);
  margin-bottom: 117px;
}

.js-box .location {
  margin-bottom: 15px;
}

.nav-is-visible {
  display: block;
}

.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* ====================== */

.top-search-li {
  position: relative;
}

.js-menu .top-search-li {
  display: none;
}

.top-search {
  position: absolute;
  right: 0;
  display: none;
  left: 0;
  z-index: 100;
  padding-top: 36px;
  padding-bottom: 30px;
  background-color: #f8fcf2e8;
  box-shadow: 0px 12px 12px -10px rgb(0, 0, 0, 0.1);
}

.search-btn .ic-search:before {
  vertical-align: middle;
}

.search-btn.search-visible .ic-search:before {
  content: "\eb55";
}

.top-search.search-visible {
  display: block;
}

.search-input-box {
  position: relative;
}

.search-input-box input {
  width: 100%;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 11px;
  border: none;
  line-height: 18px;
  background: none;
}

.search-hint {
  color: #747474;
  padding-top: 10px;
  font-size: 0.9em;
}

/*-------------------------*/


/***** DOCTORS *****/


/*-------------------------*/

.doctors-container {
	position: relative;
	margin-top: 30px;
}

.doctors-item {
	margin-bottom: 24px;
}

.doctors-item .doctors-img {
	text-align: center;
}
.doctor-img img,
.doctors-item .doctors-img img {
	border-radius: 35px;
}

.doctors-title {
	padding: 25px 0 15px 0;
	text-align: center;
}

.doctors-title h3 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}

.doctors-specialisation {
	padding-bottom: 10px;
	color: #5e5e5e;
	text-align: center;
}

/* ====================== */

.opened {
  display: block;
}

.slider {
  width: 100%;
  position: relative;
  z-index: 20;
}

.custom-arrows {
  position: relative;
  width: 100%;
  top: -230px;
  z-index: 100;
}

.custom-dots {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}

.slide {
  min-height: 460px;
  background-position: 50% 50%;
  background-size: cover;
  display: table;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  align-items: center;
}

.slide-body {
  width: 50%;
  font-size: 1em;
  padding: 0 0 0 100px;
}

.slider-title {
  font-size: 2.222em;
  color: #115230;
}

.slide-body h2 {
  margin: 0;
  font-size: 2.222em;
}

.slide-body p {
  font-size: 1em;
  color: #010101;
}

.category-title {
  padding: 5px 0 8px 0;
}

.category-title h2 {
  font-size: 1.4em;
}

.category-title a {
  text-decoration: underline;
}

.category-title a:hover {
  text-decoration: none;
}

.category-desc {
  margin-bottom: 18px;
}

.category-more {
  padding-top: 5px;
  padding-bottom: 38px;
  font-size: 0.933em;
  color: #0072c5;
  margin-bottom: 11px;
  border-bottom: 1px dotted #ccc;
}

.category-more a {
  text-decoration: none;
}

.category-more a:hover {
  text-decoration: none;
}

.main {
  padding: 30px 0;
}

.sidebar {
  display: none;
}

.footer {
  background: #246543 url("../img/fbg.png") center center repeat-x;
  padding: 30px 0;
  background-size: cover;
}

.copyright {
  font-size: 0.778em;
  color: #ffffff;
  text-align: left;
}

.cright {
  color: rgb(255, 226, 198);
}

.footer-info {
  font-size: 0.944em;
  color: rgb(121, 169, 144);
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}

.footer-btns {
  font-size: 0.944em;
  color: rgb(121, 169, 144);
  font-weight: bold;
  padding: 10px 0;
}

.footer-btn {
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 26px;
    border-radius: 10px;
    padding: 10px 17px 10px 17px;
    color: #000;
    border: 0;
	display: inline-block;
    background-color: #f9f9f9;
    font-weight: unset;
}

.footer-btn i {
	font-size:1.1em;
	vertical-align: bottom;
}

.footer-btn:hover,
.footer-btn:focus,
.footer-btn:active {
	color: #1e6d43;
	text-decoration: none;
}


.footer-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
}

.policy-links {
	font-size: 0.8em;
}

.policy-links a {
    color: #a5c2b3;
    text-decoration: underline;
}

.policy-links a:hover {
    color: #a5c2b3;
    text-decoration: none;
}

.disclamer-col {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 0.667em;
  color: rgb(121, 169, 144);
}

.disclamer {
  max-width: 800px;
}

.dev-col {
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px;
  color: rgb(121, 169, 144);
  text-align: right;
}

.dev-col a {
  color: rgb(121, 169, 144);
}

.btn,
.readmore a {
  color: #ffffff;
  display: inline-block;
  padding: 11px 42px;
  /* font-family: 'Arial'; */
  border: none;
  background-color: #2e6d4d;
  border-radius: 0px;
}

.btn:hover,
.readmore a:hover {
  color: #ffffff;
  background-color: #458e69;
}

.section-body .search-form {
  background: #f1f1f1;
  padding: 40px 30px 45px 30px;
  border: 1px solid #ced6e3;
}

.search-item {
  border: 1px solid #e9e9e9;
  padding: 15px;
  box-shadow: 0px 0px 9px 1px rgb(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.search-title h3 {
  margin: 0;
}

.search-text {
  padding-top: 15px;
}

.search-category {
  padding-top: 7px;
}

.search-category a {
  color: #d7d7d7;
  text-decoration: underline;
  /* text-transform: uppercase; */
}

.word {
  background: #d4d9dd;
  padding: 1px 4px;
  font-weight: 700;
}

.search-count {
  padding-bottom: 15px;
}

.contacts-form {
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    margin-top: 25px;
    padding: 24px;
    background: #fcfcfc;
}

.cookie-notice {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  background-color: rgba(239, 240, 245, 0.79);
  color: #000;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 975px;
  text-align: center;
  z-index: 1000;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  border-top: 1px solid rgba(239, 240, 245, 0.79);
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.cookie-notice .btn {
  min-width: 120px;
}

.cookie-notice p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}

.cookie-notice button {
  border: none;
  padding: 8px 16px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  vertical-align: middle;
}

.cookie-notice .close-btn {
  background: none;
  color: #010101;
  font-size: 18px;
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  vertical-align: middle;
}

.cookie-notice .close-btn:hover {
  color: #ccc;
}

.cookie-notice.hidden {
  display: none;
}

/*-------------------------*/

/***** INLINE MENU *****/

/*-------------------------*/

.section-menu {
  padding-bottom: 25px;
}

.inline-menu ul {
  margin: 0;
  padding: 0;
}

.inline-menu ul li {
  display: inline-block;
  padding: 7px 0;
  margin-right: 3px;
}

.inline-menu ul li:last-child {
  margin-right: 0;
}

.inline-menu ul li a {
  color: #010101;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 3px 7px;
  position: relative;
  border-radius: 3px;
}

.inline-menu ul li > span {
  color: #010101;
  padding: 3px 7px;
}

.inline-menu ul li a span {
  position: relative;
  top: -1px;
  right: 0px;
  background: #b1afaf;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  margin-left: 0px;
}

.inline-menu ul li.active a {
  color: #333;
  border: 1px solid #c1c9d8;
  background: #ccd5e8;
  border-radius: 3px;
}

@media (max-width: 992px) {
  .nav-trigger {
    display: block;
  }

  body {
    font-size: 15px;
    padding-top: 160px !important;
  }

  .sidebar {
    display: block;
  }

  .sidebar ul.social-links li {
    display: inline-block;
    vertical-align: middle;
  }

  .sidebar ul.social-links {
    margin-left: 20px;
  }

  .whatsapp {
    background-size: 39px;
    width: 39px;
    height: 39px;
  }

  .nav-trigger {
    display: block;
  }

  .container-nomobile {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .custom-arrows {
    display: none;
  }

  /*    .header-container {
        display:block;
        width:100%;
      }   */

  #header {
    position: fixed;
    width: 100%;
    height: 160px;
    top: 0;
    z-index: 1000;
    background-size: cover;
  }

  .trigger-col {
    display: block;
  }

  .sitename-col {
    display: block;
    text-align: left;
    width: auto;
  }

  .site-name {
    font-size: 24px;
  }

  .adress {
    font-size: 15px;
  }

  .logo-col {
    display: block;
    width: 128px;
    text-align: center;
  }

  .logo {
    width: 108px;
    height: 95px;
    margin: 32px 0;
    background: url(../img/logo.png) center center no-repeat;
    background-size: contain;
    display: block;
  }

  .contacts-col {
    width: 100%;
    display: block;
    text-align: center;
    display: none;
  }

  .logo {
    display: block;
  }

  .instagram {
    width: 24px;
    height: 24px;
    background-size: contain;
  }

  .call-priem {
    padding-bottom: 20px;
  }

  .social-links {
    margin: 15px 0;
    text-align: center;
  }

  .js-box .adress {
    font-size: 16px;
    color: #236c46;
  }

  .js-box .call-phone {
    padding-top: 15px;
  }

  .menu {
    display: none;
  }

  .slide-body {
    width: 80%;
    padding: 15px;
    margin: 0 auto;
    max-width: 750px;
  }

  .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 5px;
  }

  .slide-body h2 {
    font-size: 24px;
  }

  .slide-body p {
    font-size: 15px;
  }

  .slide {
    min-height: 332px;
  }

  h1 {
    font-size: 1.6em;
  }

  .footer {
    background-size: cover;
  }
}

@media (max-width: 600px) {
  .nomobile {
    display: none;
  }

  .cookie-notice {
    font-size: 12px;
    padding: 12px;
    flex-wrap: wrap;
    bottom: 8px;
    width: 95%;
  }

  .cookie-notice p {
    max-width: 100%;
    padding-bottom: 7px;
  }

  .cookie-notice button {
    padding: 6px 12px;
    font-size: 12px;
    margin-left: 5px;
  }

  .cookie-notice .close-btn {
    font-size: 16px;
    margin-left: 5px;
  }
}

@media (max-width: 500px) {
	body {
		padding-top: 117px !important;
	}
	
	#header {
		height: 117px;
	}

	.nav-trigger {
		top: 35px;
	}

	.site-name {
		font-size: 1em;
	}

	.logo {
		margin: 11px 0;
	}

	.adress {
		font-size: 11px;
	}

	.footer-container {
		display: block;
	}

	.dev-col {
		width: 100%;
		text-align: left;
	}
	.slide {
		min-height: 270px;
	}
	.slide-body {
		padding: 15px;
		margin: 0;
	}
  
	.bvi-button-op {
		margin-bottom: 10px;
	} 
  
}
