@charset "UTF-8";
/*STYLE RESET START*/
* {
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

body {
  margin: 0;
  color: #231f20;
  font: 300 14px "Roboto", sans-serif;
  background-color: #ffffff;
  position: relative;
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  background-size: contain;
  background-attachment: scroll;
}

.background-left,
.background-right {
  position: relative;
  width: 15%;
  height: 93%;
  background-repeat: repeat-y;
  background-position: top;
  position: relative;
  z-index: 8;
}

.background-left {
  background-image: url("/img/path-to-left-image.webp"); /* Путь к левому изображению */
  top: 5%;
  left: 0%;
  background-size: 285% auto;
}

.background-right {
  background-size: 242% auto;
  background-image: url("/img/path-to-right-image.webp"); /* Путь к правому изображению */
}

@media (min-width: 621px) and (max-width: 1000px) {
  .background-right {
    display: none;
  }
  .background-left {
    top: 2%;
  }
}
@media (max-width: 621px) {
  .background-container {
    display: none;
  }
}
#navigation-menu {
  background-color: #fff;
}

html {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

img {
  max-width: 100%;
}

textarea {
  width: 100%;
  resize: none;
}

label {
  margin: 0;
}

input, button, select {
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

/*STYLE RESET END*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  padding: 0 15px;
  max-width: 1390px;
  margin: 0 auto;
}
.container.big {
  max-width: 1920px;
  padding: 0 15px;
}
.container.wide {
  max-width: inherit;
}
.container.min {
  max-width: 920px;
}
.container.middle {
  max-width: 1100px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.container.table {
  display: table;
}
.container.disable-block {
  display: flex;
  align-items: center;
  background: #F44336;
  border-radius: 4px;
}
.container.disable-block .btn-wrap {
  display: inherit;
  min-width: inherit;
}
.container.disable-block .btn-wrap .btn {
  background: inherit;
}
.container.medium {
  max-width: 1165px;
  padding: 0;
}
.container.medium.errorSearch {
  max-width: 920px;
}

.main_page .min {
  max-width: 1020px;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  clear: both;
}

.flex-cont {
  display: flex;
  flex-wrap: nowrap;
}

.justify-sb {
  justify-content: space-between;
}

.justify-end {
  justify-content: end;
}

.justify-sa {
  justify-content: space-around;
}

.justify-start {
  justify-content: flex-start;
}

.flex-d-column-rev {
  flex-direction: column-reverse;
}

.flex-d-row-rev {
  flex-direction: row-reverse;
}

.flex-d-column {
  flex-direction: column;
}

.justify-c {
  justify-content: center;
}

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

.dark-bg {
  position: relative;
}
.dark-bg::after {
  content: "";
  background-color: #f9f9f9;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
}

.deep-dark-bg {
  background-color: #DAD8D9;
}

.fw-med {
  font-weight: 500;
}

.underline {
  text-decoration: underline;
}

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

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

#main.doctor .container.min {
  max-width: 1200px;
}

.show-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .show-mobile {
    display: inherit !important;
  }
}

.hide-mobile {
  display: inherit !important;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

:root {
  --color-main: #138387;
  --color-accent: #166164;
  --color-accent-bg: #038287;
}

.set-news-search .selectize-input,
.set-news-search .selectize-control.single .selectize-input.input-active,
.set-news-search .selectize-input.full {
  background: #fff;
  font-weight: 500;
}
.set-news-search .selectize-dropdown .active {
  background: #f9f9f9;
  color: #007f80;
  font-weight: 500;
}
.set-news-search .jsSelectricView {
  min-width: 250px;
}

.fancybox-skin {
  background: rgba(4, 4, 4, 0.2784313725);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAuBAMAAADAesR7AAAAHlBMVEUAAAAjHyEjHyAkJCQjHx8jHyAjHx8jHBwjHyAjHyEVDw4jAAAACnRSTlMAtMcV2//TJOTMMlUf5gAAAClJREFUeJxjEDJgQADXZCRORRiSFHvrSJeKxMFBUYZswLCXQE0uyAkJAAuAKfvork24AAAAAElFTkSuQmCC) !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 24px;
  height: 46px;
  background-size: 24px 46px;
  z-index: 9 !important;
  outline: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAuBAMAAADAesR7AAAAHlBMVEUAAAAjHyEjHyAkJCQjHx8jHyAjHx8jHBwjHyAjHyEVDw4jAAAACnRSTlMAtMcV2//TJOTMMlUf5gAAAClJREFUeJxjEDJgQADXZCRORRiSFHvrSJeKxMFBUYZswLCXQE0uyAkJAAuAKfvork24AAAAAElFTkSuQmCC) !important;
  transform: rotate(-180deg) !important;
}

.swiper-pagination {
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
}
.swiper-pagination span + span {
  margin-left: 10px;
}
.swiper-pagination-bullet {
  background: #c9d3d9 !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #639999 !important;
}

.swiper-slide {
  position: relative;
}

#main .sliders-wrap {
  margin-left: 0;
}

.sliders-wrap {
  position: relative;
  margin-left: 150px;
}
.sliders-wrap .swiper-button-next,
.sliders-wrap .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  outline: none;
}
.sliders-wrap .swiper-button-prev,
.sliders-wrap .swiper-container-rtl .swiper-button-next {
  left: -60px;
  outline: none;
}

.search-result-item__star-rating {
  width: 79px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNkZmRmZGYiIHZpZXdCb3g9IjAgMCAxNy41MyAxNy41MyI+DQogICAgPHRpdGxlPtCg0LXRgdGD0YDRgSAzPC90aXRsZT4NCiAgICA8cGF0aCBkPSJNMCwwSDE3LjUzVjE3LjUzSDBaIiBzdHlsZT0iZmlsbDpub25lIi8+DQogICAgPHBhdGggZD0iTTE2LjA3LDYuNzUsMTAuODIsNi4zLDguNzcsMS40Niw2LjcxLDYuM2wtNS4yNS40NSw0LDMuNDYtMS4yLDUuMTQsNC41MS0yLjcyLDQuNTEsMi43Mi0xLjE5LTUuMTQsNC0zLjQ2Wm0tNy4zLDQuNUw2LDEyLjkxbC43My0zLjEzTDQuMzIsNy42OGwzLjItLjI4TDguNzcsNC40NmwxLjI1LDMsMy4yLjI4LTIuNDMsMi4xLjczLDMuMTNMOC43NywxMS4yNVoiLz4NCjwvc3ZnPg==);
  background-size: 16px 16px;
  flex-shrink: 0;
  display: inline-block;
}

.star-single {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOC4xMTE0N0MwIDcuOTc1NzUgMCA3Ljg0MDAzIDAgNy43MDM5MUMwLjAxMjQ5OTMgNy42ODEwOCAwLjAyOTY4NTggNy42NTk4OSAwLjAzNjcxNjYgNy42MzUwM0MwLjE3NDIwOSA3LjEzNjU4IDAuNDkwNTk2IDYuODUzNzMgMC45ODI3NTUgNi44MDA3NUMxLjY0Mjg3IDYuNzI5ODMgMi4zMDM3NyA2LjY2OTEgMi45NjQ2NyA2LjYwNjc1QzQuMTY5NjggNi40OTMwNCA1LjM3NDY4IDYuMzc5NzMgNi41ODAwOCA2LjI2OTY5QzYuNjk2ODcgNi4yNTkxIDYuNzU5NzYgNi4yMTE0MSA2LjgwNzQxIDYuMDkzNjNDNy4xMzkwMyA1LjI2NzkgNy40Nzg4NiA0LjQ0NjI1IDcuODE2MzQgMy42MjI5OEM4LjIxNTE0IDIuNjUwNTMgOC42MTEyMSAxLjY3NjQ1IDkuMDEzOTIgMC43MDU2MzlDOS4yNDUxNiAwLjE0ODUgOS43NzY3NyAtMC4xMTg4NjEgMTAuMzA2OCAwLjA1MDI3NzNDMTAuNjYxOSAwLjE2MzU4IDEwLjg3NzEgMC40MjY4NjYgMTEuMDIwMSAwLjc3Nzc3OEMxMS43MzkyIDIuNTQ0MTYgMTIuNDY1MyA0LjMwNzY4IDEzLjE4NTYgNi4wNzM2NUMxMy4yMzM2IDYuMTkxNDQgMTMuMjg3MSA2LjI1OTEgMTMuNDE5NSA2LjI3MDUxQzE0LjE3ODEgNi4zMzU3MiAxNC45MzU4IDYuNDA4NjcgMTUuNjk0IDYuNDgwODFDMTYuODIxMyA2LjU4ODQxIDE3Ljk0ODIgNi42OTYgMTkuMDc1MSA2LjgwNjg2QzE5LjMzOTEgNi44MzI5NSAxOS41Njk5IDYuOTUzMTggMTkuNzI3NyA3LjE3MjQ1QzE5Ljg0MTggNy4zMzA5OSAxOS45MTA5IDcuNTI1NCAyMCA3LjcwMzVWOC4wNzAzMUMxOS45MTY4IDguNDIxMjIgMTkuNzA3OCA4LjY3NTU0IDE5LjQ1MDQgOC45MDg2N0MxOC4xMTkyIDEwLjExNjMgMTYuNzk4MiAxMS4zMzU3IDE1LjQ2NTUgMTIuNTQxM0MxNS4zMSAxMi42ODE5IDE1LjI4MTkgMTIuODA0NiAxNS4zMjY0IDEzLjAwNTlDMTUuNzQwMSAxNC44Njg5IDE2LjE0NzEgMTYuNzMzMSAxNi41NDMyIDE4LjYwMDFDMTYuNTgzOCAxOC43OTA5IDE2LjU3NzkgMTkuMDEyNiAxNi41MjgzIDE5LjIwMDlDMTYuMzM5MyAxOS45MTY5IDE1LjU3NjQgMjAuMjA3MSAxNC45NDMzIDE5LjgxMzhDMTMuMzYxNyAxOC44MzE2IDExLjc4MjEgMTcuODQ2NSAxMC4yMDU3IDE2Ljg1NTNDMTAuMDU5MiAxNi43NjMyIDkuOTU3NjIgMTYuNzUzNCA5LjgwNTI4IDE2Ljg0OTJDOC4yMzUwNiAxNy44MzggNi42NTg5OCAxOC44MTY5IDUuMDg0ODYgMTkuNzk5MkM0LjY2NDU3IDIwLjA2MTIgNC4yNDI3MiAyMC4wODI0IDMuODQ0MzEgMTkuNzY5OEMzLjQ1NDA5IDE5LjQ2MzMgMy4zNTU2NiAxOS4wNDI3IDMuNDYyNjkgMTguNTUzMkMzLjg3NDc3IDE2LjY2OTEgNC4yODEgMTQuNzgzNyA0LjY5NTA0IDEyLjkwMDNDNC43MjM5NCAxMi43Njg3IDQuNjk4NTUgMTIuNjkyOSA0LjYwMzI1IDEyLjYwNjFDMy4yODkyNiAxMS40MDkxIDEuOTgwNzQgMTAuMjA1NSAwLjY2NTE5NSA5LjAxMDE1QzAuMzgyMzk5IDguNzU1MDEgMC4xMDg1ODcgOC41MDE5MiAwIDguMTExNDdaIiBmaWxsPSIjRDgzQzBFIi8+Cjwvc3ZnPgo=") no-repeat center;
  background-size: 16px;
}

.search-result-item__star-rating > div {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmMTVhMjkiIHZpZXdCb3g9IjAgMCAxNy41MyAxNy41MyI+DQogICAgPHRpdGxlPtCg0LXRgdGD0YDRgSAxPC90aXRsZT4NCiAgICA8cGF0aCBkPSJNMCwwSDE3LjUzVjE3LjUzSDBaIiBzdHlsZT0iZmlsbDpub25lIi8+DQogICAgPHBhdGggZD0iTTguNzcsMTIuNjJsNC41MSwyLjcyLTEuMi01LjE0LDQtMy40NkwxMC44Miw2LjMsOC43NywxLjQ2LDYuNzEsNi4zbC01LjI1LjQ1LDQsMy40Ni0xLjIsNS4xNFoiLz4NCjwvc3ZnPg==);
  background-size: 16px 16px;
}

.search-result-item__star-0 {
  width: 0;
  height: 100%;
}

.search-result-item__star-1 {
  width: 20%;
  height: 100%;
}

.search-result-item__star-2 {
  width: 40%;
  height: 100%;
}

.search-result-item__star-3 {
  width: 60%;
  height: 100%;
}

.search-result-item__star-4 {
  width: 80%;
  height: 100%;
}

.search-result-item__star-5 {
  width: 100%;
  height: 100%;
}

.reviews .search-result-item__star,
.reviews-doctors .search-result-item__star {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmMTVhMjkiIHZpZXdCb3g9IjAgMCAxNy41MyAxNy41MyI+DQogICAgPHRpdGxlPtCg0LXRgdGD0YDRgSAxPC90aXRsZT4NCiAgICA8cGF0aCBkPSJNMCwwSDE3LjUzVjE3LjUzSDBaIiBzdHlsZT0iZmlsbDpub25lIi8+DQogICAgPHBhdGggZD0iTTguNzcsMTIuNjJsNC41MSwyLjcyLTEuMi01LjE0LDQtMy40NkwxMC44Miw2LjMsOC43NywxLjQ2LDYuNzEsNi4zbC01LjI1LjQ1LDQsMy40Ni0xLjIsNS4xNFoiLz4NCjwvc3ZnPg==);
}

.occupation {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #ffffff;
  font-size: 0.9rem !important;
  padding: 3px 7px;
  border-radius: 8.5px;
}
.occupation span {
  font-size: 0.7rem !important;
}
.occupation.children-bg {
  background-color: var(--color-main);
}
.occupation.urgently-bg {
  background-color: #D83C0E;
}
.occupation.occupation-price {
  position: static;
  margin-right: auto;
  margin-left: 10px;
  display: inline-block;
}
.occupation.occupation-vacancies {
  position: static;
  display: inline-block;
  line-height: 1.3;
  vertical-align: top;
  background-color: #D83C0E;
}

.accordion.last-level.open .accordion-content {
  overflow: initial !important;
}

.accordion {
  margin-top: 5px;
}
.accordion.main-page {
  max-width: 360px;
}
.accordion.main-page .services {
  padding: 10px 22px;
}
.accordion.main-page .services + .services {
  border-top: inherit;
}
.accordion.main-page .services-info {
  align-items: center;
}
.accordion.main-page .btn.btn-default {
  min-width: 300px;
}

.accordion-name {
  padding: 22px 56px 22px 22px;
  font-size: 1.28rem;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--color-main);
  color: #fff;
}
.accordion-name.light-gray {
  background-color: #f9f9f9;
  color: #231f20;
}
.accordion-name.light-gray::after {
  border-bottom: 1px solid #828487;
  border-left: 1px solid #828487;
}
.accordion-name.main-page {
  padding: 12px 56px 12px 22px;
  border: 2px solid #fff !important;
}
.accordion-name.gray {
  background-color: #d1d3d4;
  color: #231f20;
  font-weight: 300;
}
.accordion-name.gray::after {
  border-bottom: 1px solid #828487;
  border-left: 1px solid #828487;
}

.slider-wards {
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 10px;
}
.slider-wards a {
  display: inline-block;
  width: 31.5%;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
}
.slider-wards .clear {
  width: 31.5%;
}

.highlight {
  color: #000000;
  font-weight: 500;
}

.radio {
  display: inline-block;
  position: relative;
}
.radio + .radio {
  margin-left: 60px;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.radio__text {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  color: #000000;
  font-size: 1.28rem;
  letter-spacing: 0.18px;
}

.radio__text:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 19px;
  height: 19px;
  transition: 0.2s;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #555;
  color: #fff;
}

.radio__text:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 13px;
  height: 13px;
  transition: 0.2s;
  border-radius: 50%;
  text-align: center;
  background-color: #000000;
  opacity: 0;
}

.radio input:checked + .radio__text:after {
  opacity: 1;
}

.radio input:checked + .radio__text:before {
  border: 2px solid #000000;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox__text {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  font-size: 14px;
}

.checkbox__text:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  transition: 0.2s;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPtCg0LXRgdGD0YDRgSA2PC90aXRsZT48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHN0eWxlPSJmaWxsOm5vbmUiLz48cGF0aCBkPSJNMTksNVYxOUg1VjVabTAtMkg1QTIsMiwwLDAsMCwzLDVWMTlhMiwyLDAsMCwwLDIsMkgxOWEyLDIsMCwwLDAsMi0yVjVhMiwyLDAsMCwwLTItMloiIHN0eWxlPSJmaWxsLW9wYWNpdHk6MC41NDAwMDAwMjE0NTc2NzIiLz48L3N2Zz4=) no-repeat center/cover;
  text-align: center;
  color: #fff;
}

.checkbox input:checked + .checkbox__text:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQogICAgPHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT4NCiAgICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHN0eWxlPSJmaWxsOm5vbmUiLz4NCiAgICA8cGF0aCBkPSJNMTksM0g1QTIsMiwwLDAsMCwzLDVWMTlhMiwyLDAsMCwwLDIsMkgxOWEyLDIsMCwwLDAsMi0yVjVhMiwyLDAsMCwwLTItMlpNMTAsMTcsNSwxMi4xOWwxLjQtMS4zNUwxMCwxNC4zMSwxNy42LDcsMTksOC4zNSwxMCwxN1oiLz4NCjwvc3ZnPg==) no-repeat center/cover;
}

.form-input--file {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-input-file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.form-input--file-text {
  text-decoration: underline;
  font-size: 1.28rem;
  margin-left: 15px;
}

.form-input-wrap {
  cursor: pointer;
}
.form-input-wrap img {
  flex-shrink: 0;
  width: 25px;
}
.form-input-wrap.active .form-input--file-text {
  font-weight: 500;
  text-decoration: none;
}

.exit-file {
  display: none;
  margin-left: 5px;
  flex-shrink: 0;
  width: 25px;
  cursor: pointer;
}
.exit-file.active {
  display: block;
}

.dropdown-menu ul li {
  cursor: pointer;
  font-weight: 300;
}
.dropdown-menu ul li:hover {
  font-weight: 500;
}

.dropdown-menu ul.language-wrap {
  min-width: 45px;
  color: #666666;
  font-size: 1.14rem;
  padding: 10px 7px 13px;
}
.dropdown-menu ul.language-wrap li + li {
  margin-top: 5px;
}
.dropdown-menu ul.language-wrap li a:hover {
  color: inherit;
  background: inherit;
}

.ul-headeer-sm-dropdown {
  min-width: 220px !important;
  font-size: 1.14rem !important;
  font-weight: 300 !important;
}
.ul-headeer-sm-dropdown .arr-down-w {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
}
.ul-headeer-sm-dropdown a,
.ul-headeer-sm-dropdown div {
  padding: 0;
}
.ul-headeer-sm-dropdown a:hover {
  background-color: inherit !important;
  color: #666666 !important;
}

.arr-up-w {
  transform: rotate(180deg);
}

.ul-sm-accordion-content {
  display: none;
  box-shadow: none !important;
  margin: 12px 0 0 18px !important;
}

.dropdown-menu ul.phone-wrap {
  min-width: 170px;
  font-size: 1.28rem;
  color: #666666;
  padding: 20px 15px 15px;
}
.dropdown-menu ul.phone-wrap li:not(:last-child) {
  margin-bottom: 15px;
}

.dropdown-menu {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  background-color: #f9f9f9;
  transform: translate3d(0, 0, 0);
}

.man-wrap {
  min-width: 1100px;
  max-width: 1100px;
  font-size: 1.14rem;
  color: #666666;
  padding: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px !important;
}

.man-drop .dropdown-anchor {
  left: 85px !important;
}

.tabs > div,
.tabs-child > div {
  padding-top: 10px;
}

.dropdown-menu .tabs ul,
.dropdown-menu .tabs-child ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: none;
  font-weight: 300;
  background-color: #fff;
}

.dropdown-menu .tabs ul::after {
  content: "";
  height: 4px;
  background: #e9e9e9;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 0;
}

.dropdown-menu .tabs ul li,
.dropdown-menu .tabs-child ul li {
  margin: 0;
  cursor: pointer;
  padding: 14px 0;
  transition: all 0.2s linear;
}

.tabs ul li.active,
.tabs ul li.active:hover,
.tabs-child ul li.active,
.tabs-child ul li.active:hover {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  background-color: var(--color-main) !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 46px;
}

.services-header .tabs-wrap .nav-content {
  display: flex !important;
  justify-content: unset !important;
  min-height: 52px;
  position: relative;
}

.nav-content .accordion-item li {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  border-radius: 8px;
  height: 56px;
}

.tabs ul li:after {
  content: "";
  z-index: 3;
  height: 4px;
  background: rgba(216, 60, 14, 0.5);
  border-radius: 1px 1px 0 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  transition: width 0.2s, margin-left 0.2s;
}

.tabs ul li.active:after {
  content: "";
  width: 100%;
  margin-left: -50%;
}

.js-def-card {
  display: none !important;
}

.js-show-card {
  display: block !important;
}
.js-show-card.card {
  display: flex !important;
}

.accordion-end {
  display: none;
  overflow: auto;
  scrollbar-color: rgba(0, 169, 170, 0.7019607843) #fff;
}
.accordion-end:first-child {
  display: block;
}

.hide {
  display: none !important;
}

.man-drop.dropdown-menu .dropdown-anchor {
  display: none;
}

.text-link {
  position: relative;
}
.text-link img {
  transform: rotate(0) !important;
}

.text-link.dropdown-open .text-link img,
.nav-link.active .text-link img {
  transform: rotate(180deg) !important;
}

.image-bar {
  display: flex;
  flex-direction: row;
}
.image-bar div {
  margin: 0 !important;
}
.image-bar div img {
  max-height: 100%;
  max-width: 98%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 600px) {
  .image-bar {
    flex-direction: column;
  }
  .image-bar div {
    margin-top: 5px !important;
  }
}

.swiper-head-screen .swiper-container {
  position: relative !important;
}

.swiper-head-screen .swiper-slide-duplicate:first-child {
  position: absolute !important;
  width: 100% !important;
  /* seems like you can remove this line but I didn't test without it */
  left: 0 !important;
}

.swiper-head-screen .swiper-wrapper::before {
  content: "" !important;
  min-width: 100% !important;
}

.fancybox-nav {
  width: 9% !important;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70%;
}

#bingc-phone-button {
  display: none !important;
}

.markets {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 10px 0 0;
}
.markets img {
  max-height: 40px;
  margin-left: 15px;
}

.login-wrap {
  padding-top: 4px;
  padding-right: 8px;
}

.dop-info-header .login-wrap {
  padding-right: 8px;
}
.dop-info-header .telegram-ico {
  padding-right: 16px;
}
.dop-info-header .lang-page {
  padding-right: 13px;
  margin-left: 0;
}
@media (min-width: 840px) {
  .dop-info-header {
    display: none;
  }
}

.fixed .dop-info-header {
  display: flex;
}

.nav-header .wrapper-nav-link .nav-link.external {
  margin-left: -28px !important;
  font-weight: bold;
  color: #007f80;
  display: none;
}
.nav-header .wrapper-nav-link .nav-link.external .img-wrap {
  padding-top: 5px;
  padding-right: 4px;
  float: left;
  height: 24px;
}

.nav-link.external {
  display: none !important;
}

@media (min-width: 0) and (max-width: 840px) {
  .nav-link.external {
    display: block !important;
  }
}
.container.blog .container {
  padding: 0;
}
.container.blog .search-blog .search-inp-wrap {
  border: 1px solid rgba(88, 89, 91, 0.5490196078);
  padding: 10px;
  margin-right: 0;
}
.container.blog .search-blog .search-inp-wrap input {
  padding-bottom: 3px;
}
.container.blog .search-blog .drop-result.active {
  margin-top: 2px;
}
.container.blog .search-blog .search-inp-wrap .js-clearVal.active {
  right: 7px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .container.blog .search-blog {
    margin-bottom: 20px;
  }
}
.container.blog .selects {
  display: none;
}
@media (min-width: 0) and (max-width: 1024px) {
  .container.blog .selects {
    display: inherit;
  }
}
.container.blog .blog-result-cards {
  flex-wrap: wrap;
  margin-top: 70px;
  gap: 1rem;
}
@media (max-width: 900px) {
  .container.blog .blog-result-cards {
    gap: 6px;
    justify-content: space-between;
  }
}
.container.blog .blog-card {
  flex: 1 1 calc(33.3333333333% - 2rem);
  max-width: 33.3333333333%;
}
@media (min-width: 360px) and (max-width: 900px) {
  .container.blog .blog-card {
    flex: 1 1 calc(50% - 6px);
    max-width: 49%;
  }
}
@media (min-width: 0) and (max-width: 360px) {
  .container.blog .blog-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.container.blog .blog-card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding-top: 0;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.container.blog .blog-card a {
  position: relative;
}
.container.blog .blog-card picture img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.container.blog .blog-card .blog-date {
  color: #58595B;
}
.container.blog .blog-card .blog-info {
  padding: 20px 18px 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (min-width: 360px) and (max-width: 900px) {
  .container.blog .blog-card .blog-info {
    padding: 20px 10px 0;
  }
}
.container.blog .blog-card .blog-title {
  color: #000;
  font-size: 1.28rem;
  font-weight: 500;
  height: 70px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.container.blog .blog-card .blog-description {
  font-size: 16px;
}
.container.blog .btn.btn-default {
  border-width: 1px;
}
.container.blog .more-blog {
  color: #6c6d70;
  font-size: 1.28rem;
  margin-top: 40px;
}
.container.blog .show-more-blog {
  cursor: pointer;
  margin-right: 55px;
  margin-bottom: 15px;
}
.container.blog .show-more-blog img {
  width: 22px;
}
.container.blog .container.min.pages {
  max-width: 100%;
}

.blog-tags {
  padding: 20px 18px 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.blog-tags a {
  white-space: nowrap;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #007f80;
  border: 1px solid rgba(88, 89, 91, 0.5490196078) !important;
  text-decoration: none !important;
}

.jsSelectricViewBlog .selectize-input.full {
  background: #fff;
}

.jsSelectricViewBlog .selectize-dropdown .active {
  background-color: #fff;
  color: #007f80;
  font-weight: 500;
}

aside {
  min-width: 230px;
  padding-right: 15px;
}
@media (min-width: 0) and (max-width: 1024px) {
  aside {
    display: none;
  }
}
aside a.active {
  color: #007f80;
  font-weight: 500;
}
aside .aside-title {
  padding-top: 100px;
  padding-bottom: 20px;
}
aside .aside-menu {
  height: 600px;
  overflow: auto;
}

@media (min-width: 1020px) {
  .ml-xs-0 {
    margin-left: 0;
  }
}
.alphabet__block .alphabet__letter {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  border-bottom: 1px solid #eee;
  margin: 15px 0;
  text-transform: uppercase;
  color: #007f80;
}
.alphabet__block .services-price {
  display: none;
}
.alphabet__block .services + .services {
  border-top: none;
}

.price-screen .direction-head-photo {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .price-screen .direction-head-photo picture,
  .price-screen .direction-head-photo img {
    position: relative;
    min-height: 100%;
  }
  .price-screen .direction-head-photo:after {
    padding-bottom: 0;
  }
}

.photo-container .title-price,
.doc-info-photo-mobile .title-price {
  font-family: Roboto;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 1%;
  display: flex;
  flex-direction: column;
}
.photo-container .price-doc-val,
.doc-info-photo-mobile .price-doc-val {
  font-family: Roboto;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 1%;
  line-height: 1.8;
}
.photo-container .list-title,
.doc-info-photo-mobile .list-title {
  margin-top: 16px;
}

.doc-info-container {
  position: relative;
  gap: 45px;
}
.doc-info-container.down {
  padding-top: 22px;
}
@media screen and (max-width: 840px) {
  .doc-info-container {
    flex-direction: column;
  }
  .doc-info-container.down {
    padding-top: 0;
  }
}
.doc-info-container {
  gap: 22px;
}

.photo-container.border picture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.photo-container.border::after {
  content: "";
  display: block;
  padding-bottom: 76%;
}

.doc-info-wrap {
  flex-direction: column;
  justify-content: space-around;
  width: 62%;
}
@media screen and (max-width: 840px) {
  .doc-info-wrap {
    flex-direction: column;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
  .doc-info-wrap .doc-info-up .doc-name {
    order: -2;
  }
  .doc-info-wrap .doc-info-up .specialist-info.first {
    order: -1;
  }
  .doc-info-wrap .doc-info-up .specialist-info {
    margin: 0px 0 14px;
  }
  .doc-info-wrap .doc-info-up .doc-prof {
    margin: 0;
  }
  .doc-info-wrap .doc-info-up .doc-prof p {
    font-size: 15px;
    line-height: 1.3;
  }
  .doc-info-wrap .doc-info-up .list-title {
    font-size: 15px;
  }
}

.photo-container {
  position: relative;
  max-width: 420px;
  width: 32%;
}
.photo-container.border {
  border: 1px solid rgba(35, 31, 32, 0.2);
  border-radius: 15px;
}
.photo-container picture {
  width: 98%;
}
.photo-container picture img {
  height: auto;
}
@media screen and (max-width: 850px) {
  .photo-container {
    max-width: inherit;
    width: 300px;
    margin: auto;
  }
}

.formats-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .formats-list {
    flex-direction: column;
  }
}

.formats-container {
  border: 1px solid rgba(35, 31, 32, 0.2);
  padding: 10px 15px;
  border-radius: 15px;
  margin: 0;
}

.format-item {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  padding: 8px 5px;
}
@media screen and (max-width: 750px) {
  .format-item {
    width: 100%;
  }
}

.format-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.clinic-title {
  font-family: Roboto;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1%;
  text-decoration: underline;
  text-decoration-style: solid;
  color: var(--color-main);
  font-size: 1.28rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .clinic-title {
    padding-bottom: inherit;
  }
}

.map-link-wrapper {
  font-family: Roboto;
  font-weight: 400;
  line-height: 27px;
  color: var(--color-main);
  margin-left: 25px;
}

.clinic-address.format-item {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 8px 10px;
  margin-top: 5px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s;
}

.clinic-address.format-item:hover {
  background-color: #e8e8e8;
}

.clinic-address .format-icon {
  width: 18px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
}

.clinic-address {
  padding-top: 14px;
  display: flex;
  gap: 0px 5px;
}

.clinics-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.social-links-nav {
  position: absolute;
  top: 22px;
  right: 12px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}
.social-links-nav .links a {
  margin-bottom: 8px;
  transition: transform 0.2s;
}
.social-links-nav .links a:last-child {
  margin-bottom: 0;
}
.social-links-nav .links a:hover {
  transform: scale(1.15);
}
.social-links-nav .links a img {
  width: 37px;
  height: 37px;
}
.social-links-nav.show-mobile {
  position: inherit;
  top: 0;
  right: 0;
}
.social-links-nav.show-mobile .links a img {
  width: 27px;
  height: 27px;
}
.social-links-nav a + a {
  margin-left: 8px;
}

.direction-spec-card .doctor-card-rating-unified,
.swiper-direction-spec .doctor-card-rating-unified,
.doctors-result-cards .doc-card .doctor-card-rating-unified,
.specialist-card .doctor-card-rating-unified {
  width: 100%;
}

.doctor-card-rating-unified .doctor-card-rating-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-bottom: 4px;
}

.doctor-card-rating-unified .doctor-card-rating-meta {
  min-width: 0;
  display: flex;
  width: 100%;
}

.doctor-card-rating-unified .doctor-card-rating-meta .doc-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
}

.doctor-card-rating-unified .doc-rating .star-single {
  margin-right: 5px;
}

.doctor-card-rating-unified .specialist-fio {
  margin-top: 6px;
  width: 100%;
}

.doctor-card-rating-unified .doc-experience {
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}

.doc-rating .rating-value strong {
  font-weight: 600;
}
.doc-rating .rating-value small {
  font-size: 1em;
  opacity: 0.9;
  font-weight: 400;
}

.doc-experience {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

@media (min-width: 840px) {
  .swiper-direction-spec .swiper-slide:hover .hover-show,
  .swiper-direction-spec .swiper-slide.clicked .hover-show,
  .swiper-specialists .swiper-slide:hover .hover-show,
  .swiper-specialists .swiper-slide.clicked .hover-show,
  .doctors-result-cards .doc-card:hover .hover-show,
  .doctors-result-cards .doc-card.clicked .hover-show,
  #direction-spec .direction-spec-card:hover .hover-show,
  #direction-spec .direction-spec-card.clicked .hover-show,
  .direction-spec-noslider .direction-spec-card:hover .hover-show,
  .direction-spec-noslider .direction-spec-card.clicked .hover-show,
  .specialist-card:hover .hover-show,
  .specialist-card.clicked .hover-show {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 8.75rem;
  }
  .swiper-direction-spec .swiper-slide:hover .hover-show > div:last-child,
  .swiper-direction-spec .swiper-slide.clicked .hover-show > div:last-child,
  .swiper-specialists .swiper-slide:hover .hover-show > div:last-child,
  .swiper-specialists .swiper-slide.clicked .hover-show > div:last-child,
  .doctors-result-cards .doc-card:hover .hover-show > div:last-child,
  .doctors-result-cards .doc-card.clicked .hover-show > div:last-child,
  #direction-spec .direction-spec-card:hover .hover-show > div:last-child,
  #direction-spec .direction-spec-card.clicked .hover-show > div:last-child,
  .direction-spec-noslider .direction-spec-card:hover .hover-show > div:last-child,
  .direction-spec-noslider .direction-spec-card.clicked .hover-show > div:last-child,
  .specialist-card:hover .hover-show > div:last-child,
  .specialist-card.clicked .hover-show > div:last-child {
    margin-top: auto;
    flex-shrink: 0;
  }
}
@media (max-width: 840px) {
  .doctors-result-cards .doc-card.active,
  .swiper-direction-spec .swiper-slide,
  .swiper-specialists .swiper-slide,
  #direction-spec .direction-spec-card,
  .direction-spec-noslider .direction-spec-card {
    display: flex;
    flex-direction: column;
  }
  .doctors-result-cards .doc-card .hover-show,
  .swiper-direction-spec .swiper-slide .hover-show,
  .swiper-specialists .swiper-slide .hover-show,
  #direction-spec .direction-spec-card .hover-show,
  .direction-spec-noslider .direction-spec-card .hover-show,
  .specialist-card .hover-show {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .doctors-result-cards .doc-card .hover-show > div:last-child,
  .swiper-direction-spec .swiper-slide .hover-show > div:last-child,
  .swiper-specialists .swiper-slide .hover-show > div:last-child,
  #direction-spec .direction-spec-card .hover-show > div:last-child,
  .direction-spec-noslider .direction-spec-card .hover-show > div:last-child,
  .specialist-card .hover-show > div:last-child {
    margin-top: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 840px) {
  .direction-spec-card .hover-show .btn.full-width-gr,
  .swiper-direction-spec .swiper-slide .hover-show .btn.full-width-gr,
  .doctors-result-cards .doc-card .hover-show .btn.full-width-gr,
  .specialist-card .hover-show .btn.full-width-gr {
    display: none;
  }
}
.doctor-card-rating-unified .reviews-link,
.specialist-comment .reviews-link {
  color: var(--color-main);
  font-weight: 500;
  text-decoration: underline;
  margin-left: 4px;
}

.doc-info-wrap .reviews-link {
  color: var(--color-main);
  font-weight: 500;
  text-decoration: underline;
}
.doc-info-wrap .doc-rating {
  display: flex;
  align-items: center;
  flex-grow: 0.3;
}
.doc-info-wrap .doc-rating img {
  margin-right: 5px;
  margin-bottom: 3px;
  width: 24px;
  height: 24px;
}
.doc-info-wrap .doc-rating .list-title {
  margin-right: 5px;
  padding-top: 0px;
}
.doc-info-wrap .doc-rating .star-single {
  margin-right: 6px;
  margin-top: -5px;
  background-size: 20px;
}
.doc-info-wrap .list-title {
  font-family: Roboto;
  font-weight: 500;
  line-height: 27px;
  padding-top: 5px;
}
.doc-info-wrap .list-title a {
  text-decoration: underline;
}
.doc-info-wrap .clinic-item {
  width: calc(50% - 10px);
  padding: 8px 0px;
}
@media screen and (max-width: 750px) {
  .doc-info-wrap .clinic-item {
    width: 100%;
  }
}

#main.doctor .container.min {
  max-width: 1200px;
}

.doctor ul.nauch,
.doctor ul.osvita,
.doctor ul.dosvid {
  list-style-type: none;
  padding-left: 30px;
}
.doctor ul.nauch li,
.doctor ul.osvita li,
.doctor ul.dosvid li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
}
.doctor ul.nauch li::before,
.doctor ul.osvita li::before,
.doctor ul.dosvid li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 3px;
  width: 24px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.doctor ul.nauch li::before {
  background-image: url(/img/nauch.svg);
}
.doctor ul.osvita li::before {
  background-image: url(/img/osvita.svg);
}
.doctor ul.dosvid li::before {
  background-image: url(/img/dosvid.svg);
}

.limited-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}

.limited-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.doc-info-photo-mobile {
  display: none;
}

.doc-info-photo {
  display: block;
}

@media (max-width: 850px) {
  .doc-info-photo-mobile {
    display: block;
    margin-bottom: 24px;
  }
  .doc-info-photo-mobile .title-price {
    font-size: 18px;
    font-weight: 400;
  }
  .doc-info-photo-mobile .price-doc-val {
    font-size: 30px;
  }
  .doc-info-photo-mobile .list-title {
    margin-top: 0;
  }
  .doc-info-photo {
    display: none;
  }
}
.rev-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rev-name .person-icon {
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .rev-name .person-icon {
    width: 30px;
  }
}
.rev-name span {
  margin: 4px 10px 0px 0;
}

.reviews-people-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .reviews-people-wrap {
    grid-template-columns: 1fr;
  }
}

.reviews-people {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(35, 31, 32, 0.2);
  padding: 10px 15px;
  border-radius: 15px;
}

.reviews-people .rev-text .limited-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.reviews-people .rev-text .limited-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
.reviews-people .rev-text .read-more-btn {
  color: rgba(35, 31, 32, 0.5);
  font-weight: 500;
  font-family: Roboto;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  text-align: right;
  cursor: pointer;
  display: block;
  margin-top: 8px;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 25px;
}
.reviews-people .rev-text .read-more-btn:hover {
  text-decoration: underline;
}
.reviews-people .rev-text .read-more-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 5px;
  top: -3px;
  margin-top: 6px;
  width: 13px;
  height: 13px;
  background-image: url(/img/arr-down-blue-new.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}
.reviews-people .rev-text .limited-text.expanded + .read-more-btn::after {
  transform: rotate(180deg);
}
.reviews-people .search-result-rating {
  display: flex;
  margin-left: auto;
}
.reviews-people .search-result-rating span {
  margin-left: 5px;
}

#reviews .btn {
  background: #D83C0E;
  font-weight: 600;
  letter-spacing: 0.56px;
  padding: 10px 15px;
  border-radius: 2px;
  text-align: center;
  border-radius: 10px;
  height: 54px;
  color: #fff;
  width: 100%;
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
}
#reviews .btn .white-arr {
  display: inline-block;
  width: 24px;
  transform: none;
  margin-left: 10px;
  position: initial;
}
@media (max-width: 900px) {
  #reviews .btn .white-arr {
    right: 8%;
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  #reviews .btn {
    border-radius: 10px;
    height: auto;
    color: #fff;
    font-size: 1.05rem;
    padding-top: 10px;
  }
  #reviews .btn .white-arr, #reviews .btn img {
    display: none;
  }
}
#reviews .btn .services-title .btn {
  padding: 2px 15px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: none;
  font-size: 16px;
}

#reviews .btn.btn-default:hover,
#reviews .btn.btn-default.view {
  border: 0 !important;
  border-radius: 0;
}

#reviews .btn.btn-default {
  border: 0 !important;
  border-radius: 0;
}

.services-title .btn.btn-default {
  display: flex;
  align-items: center;
}

.page-reviews .read-more-btn {
  margin-left: auto !important;
}

#direction-spec .specialist-info {
  padding: 5px 18px 0;
  text-align: left;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
#direction-spec .specialist-info.first {
  padding-left: 0;
}

.select-locality {
  width: 100%;
}

.select-locality .selectric {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
}

.select-locality .selectric .label {
  color: #007f80;
  font-weight: 500;
}

.locality-name {
  font-weight: 500;
}

.locality-name a:hover {
  text-decoration: underline;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background-color: #fff !important;
}

.select-locality .selectize-input.full {
  background-color: #fff !important;
}
.select-locality .selectize-input {
  position: relative;
  border: none;
  width: auto;
  min-width: -moz-min-content;
  min-width: min-content;
  max-width: 100%;
  display: inline-block;
}
.select-locality .selectize-input .item {
  position: relative;
  margin-left: 14px;
  color: rgba(35, 31, 32, 0.6);
  font-weight: 300;
}
.select-locality .selectize-input .item:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/img/location.svg");
  background-size: cover;
  height: 15px;
  width: 13px;
}
.select-locality .selectize-input input {
  display: none !important;
}
.select-locality .selectize-dropdown-content .option {
  color: rgba(35, 31, 32, 0.6) !important;
  font-weight: 300;
}
.select-locality .selectric-items li {
  padding: 10px 15px;
}
.select-locality .selectric-items li:hover, .select-locality .selectric-items li.selected {
  background: #f7f7f7;
}
.select-locality select.jsSelectricView {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.select-locality .selectric:hover,
.select-locality .selectric.selectric-open {
  background: transparent;
  border: none;
}

.select-locality .selectize-control.single .selectize-input:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-image: url(/img/arr-grey.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

.select-locality .selectize-control.single .selectize-input.dropdown-active:after {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease;
}

.price-accordion .select-locality .selectize-input {
  width: 100%;
}

.price-accordion .select-locality .selectize-control.single .selectize-input:after {
  right: 10px;
}

.select-locality .selectize-dropdown .active {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .select-locality .selectize-input .item {
    font-family: Roboto;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 1%;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: rgba(35, 31, 32, 0.6);
  }
  .select-locality .selectize-input .item:before {
    background-image: url("/img/location.svg");
  }
  .select-locality .selectize-control.single .selectize-input:after {
    background-image: url("/img/arr-grey.svg") !important;
    width: 10px;
  }
  .select-locality .selectize-dropdown-content .option {
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 1%;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: rgba(35, 31, 32, 0.6) !important;
  }
  .price-accordion .select-locality .selectize-input {
    width: 76%;
  }
}
.links-list ul {
  margin-left: 0px !important;
}
.links-list .read-more-btn {
  font-weight: 400;
  cursor: pointer;
  color: rgba(35, 31, 32, 0.5);
  display: flex;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  text-align: right;
  position: relative;
  border: none;
  padding: 5px 10px;
  transition: color 0.2s;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.links-list .read-more-btn:hover {
  text-decoration: underline;
}
.links-list .read-more-btn:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-left: 8px;
  background-image: url(/img/bottom-arr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.5px;
  border-width: 1.5px;
  transition: transform 0.3s;
}
.links-list .read-more-btn.expanded:after {
  transform: rotate(90deg);
}
.links-list .direction-list-circle {
  list-style: none;
  padding-left: 0;
}
.links-list .direction-list-circle a {
  color: var(--color-main);
  text-decoration: underline;
}
.links-list .direction-list-circle li {
  position: relative;
  padding: 0 20px;
  margin-bottom: 10px;
  list-style-type: none;
  background: rgba(233, 233, 233, 0.6);
  height: 77px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .links-list .direction-list-circle li {
    height: auto;
    padding: 20px;
    margin-top: 10px;
  }
  .links-list .direction-list-circle li::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.links-list .direction-list-circle.show-icons li::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  background-image: url(/img/treugolnik.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.links-list .direction-list-circle.show-icons span, .links-list .direction-list-circle.show-icons a {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .first-diseases-block a,
  .first-diseases-block span {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-content-hide.active {
    position: relative;
    overflow: hidden;
    height: 48vh;
  }
  .mobile-content-hide.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    pointer-events: none;
    z-index: 10;
  }
}
#open-mobile-content {
  display: none;
}
#open-mobile-content .white-arr {
  display: inline-block;
  width: 16px;
  margin-left: auto;
  position: relative;
}
#open-mobile-content.show .white-arr {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #open-mobile-content {
    display: block;
    width: calc(100% - 10px);
    margin: auto;
    line-height: 56px;
    font-size: 18px;
    padding: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.service-controls-block {
  display: flex;
  align-items: center;
}
.service-controls-block .selectize-input {
  width: inherit !important;
}

.mobile-price {
  display: none;
}

@media screen and (max-width: 800px) {
  .services-title {
    display: flex;
  }
  .select-locality {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
  }
  .service-controls-block {
    justify-content: space-between;
  }
  .service-controls-block .select-locality .selectize-control.single .selectize-input:after {
    right: -10px !important;
  }
  .select-locality {
    width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-right: 10px;
  }
  .selectize-control.single {
    width: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
  }
  .selectize-input {
    width: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .selectize-input .item {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: auto;
    line-height: 1.4;
  }
  .services-price {
    display: none;
  }
  .mobile-price {
    display: flex;
  }
  .mobile-price span {
    font-size: 1.51rem;
    margin-right: 3px;
    font-weight: 300;
  }
  .mobile-price div {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .mobile-price {
    min-width: 100px;
  }
  .mobile-price a {
    padding: 0px;
  }
  .services-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
  .services-title a {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    padding-right: 10px;
  }
  .services-title {
    /* Размещение mobile-price справа в строке */
  }
  .services-title .mobile-price {
    margin-left: 0;
    margin-top: 0;
    width: auto;
    flex-shrink: 0;
    flex-basis: auto;
    white-space: nowrap;
  }
  /* Остальные стили */
  .service-info-container {
    width: 100%;
  }
  .services-info {
    width: 100%;
  }
  .service-controls-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .service-controls-block {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: nowrap;
  }
  .service-controls-block .btn.btn-default.green {
    width: auto;
    margin-bottom: 0;
    order: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .service-controls-block .select-locality {
    width: auto;
    padding-right: 10px;
    display: flex;
    align-items: flex-end; /* Выравниваем содержимое по нижнему краю */
    align-self: flex-end;
  }
  .service-controls-block .select-locality .selectize-control.single {
    width: 100%;
  }
  .service-controls-block .select-locality .selectize-input {
    padding: 8px 30px 8px 10px !important;
  }
  .service-controls-block .select-locality .selectize-input .item {
    width: calc(100% - 10px);
    line-height: 1.4;
  }
  .service-controls-block .service-controls-block .select-locality .selectize-control.single .selectize-input:after {
    right: -10px !important;
    bottom: 10px !important; /* Фиксируем положение иконки снизу */
    top: auto !important; /* Отменяем верхнее позиционирование */
  }
  .selectize-input.items.full.has-options.has-items {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
  }
  /* Для лучшего вертикального выравнивания и переноса текста */
  .selectize-input.items.full.has-options.has-items .item {
    display: flex;
    align-items: center;
    line-height: 1.4;
  }
}
.services-price .btn.btn-default.green {
  min-width: 140px;
}

.services-price {
  position: relative;
}
.services-price .btn.btn-entry.js-popup-entry.btn-default.green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.services-price div {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.wrap-info {
  padding: 5px 10px 25px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.wrap-info .title {
  color: #000;
  font-size: 1.28rem;
  font-weight: 500;
  height: 55px;
}
.wrap-info .title span {
  margin-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.wrap-info .description {
  height: 90px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 1rem;
}
.wrap-info .description span {
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 900px) {
  .wrap-info {
    padding: 5px 8px 10px;
  }
  .wrap-info .title {
    height: 70px;
  }
  .wrap-info .title span {
    -webkit-line-clamp: 3;
  }
}

/* Стили для мультиселект-фильтров докторов */
.doctor-filters {
  flex-direction: column;
}
.doctor-filters .select {
  position: relative;
  margin-bottom: 15px;
  /* Стили для Selectize */
}
.doctor-filters .select .selectize-control {
  position: relative;
  /* Информационный текст внутри контрола */
}
.doctor-filters .select .selectize-control .information {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: color 0.2s ease;
  position: absolute;
  top: -25px;
  left: 0;
}
.doctor-filters .select .selectize-control .information:hover {
  color: var(--color-main);
}
.doctor-filters .select .selectize-control.multi .selectize-input, .doctor-filters .select .selectize-control.single .selectize-input {
  background: #fff;
  min-height: 50px;
  cursor: pointer;
  align-items: center;
  border: 1px solid #c4c4c4;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 4px;
  color: #303030;
  display: flex;
  flex-wrap: wrap;
}
.doctor-filters .select .selectize-control.multi .selectize-input .hidden-item, .doctor-filters .select .selectize-control.single .selectize-input .hidden-item {
  display: none;
}
.doctor-filters .select .selectize-control.multi .selectize-input:after, .doctor-filters .select .selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 12px;
  height: 12px;
  background-image: url("/img/arr-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease;
  border: none;
}
.doctor-filters .select .selectize-control.multi .selectize-input.dropdown-active:after, .doctor-filters .select .selectize-control.single .selectize-input.dropdown-active:after {
  transform: translateY(-50%) rotate(180deg);
}
.doctor-filters .select .selectize-control.multi .selectize-input input, .doctor-filters .select .selectize-control.single .selectize-input input {
  display: none !important;
}
.doctor-filters .select .selectize-dropdown {
  margin-top: 2px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  background: white;
  z-index: 10;
}
.doctor-filters .select .selectize-dropdown .dropdown-header {
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}
.doctor-filters .select .selectize-dropdown .active {
  background-color: white !important;
}
.doctor-filters .select .selectize-dropdown .selectize-dropdown-content {
  max-height: 240px;
  overflow-y: auto;
}
.doctor-filters .select .selectize-dropdown .selectize-dropdown-content .option-item {
  padding: 2px 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.doctor-filters .select .selectize-dropdown .selectize-dropdown-content .option-item .circular-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--color-main);
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.doctor-filters .select .selectize-dropdown .selectize-dropdown-content .option-item .circular-checkbox.selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-main);
}
@media (max-width: 760px) {
  .doctor-filters .select .selectize-dropdown {
    position: inherit;
    top: 0 !important;
  }
}
.doctor-filters .select.has-selected .selectize-control .information {
  color: var(--color-main);
}
.doctor-filters .second-row .select .selectize-dropdown {
  z-index: 9;
}

.doctor-filters .select .selectize-control {
  position: relative;
}
.doctor-filters .select .selectize-control .selectize-input.has-items {
  padding: 6px 33px 3px;
}
.doctor-filters .select .selectize-control:has(.dropdown-active) {
  border-color: var(--color-main);
}
.doctor-filters .select .item {
  max-width: 95%;
}
.doctor-filters .select .selectize-input {
  position: relative;
  padding-left: 15px !important;
}
.doctor-filters .select .selectize-input.focus {
  box-shadow: 0 0 15px rgba(79, 130, 97, 0.708);
}
.doctor-filters .select .selectize-input.filter-name {
  padding-left: 40px !important;
  font-size: 16px;
  color: #333 !important;
  background-color: #fff !important;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.doctor-filters .select .selectize-input.filter-name .item::after {
  content: ", ";
  margin-right: 2px;
}
.doctor-filters .select .selectize-input.filter-name .item:last-of-type::after {
  content: "";
}
.doctor-filters .select .selectize-input::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 10px !important;
  right: inherit !important;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 22px !important;
  min-width: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  background-position: center !important;
  z-index: 1;
  margin-right: 8px;
}
.doctor-filters .select .selectize-input .hidden-item {
  display: none !important;
}
.doctor-filters .select.has-selected .selectize-input .filter-name {
  color: var(--color-main);
}
.doctor-filters .select .information {
  cursor: pointer;
  color: #303030 !important;
}

/* Стили для круглых чекбоксов в мультиселект-фильтрах */
.selectize-dropdown .option-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  border-radius: 6px;
  margin-top: 16px;
  margin-right: 10px;
  margin-left: 10px;
}
.selectize-dropdown .option-item:hover {
  background-color: #f5f5f5;
}
.selectize-dropdown .option-item.selected {
  background-color: white;
}
.selectize-dropdown .option-item.selected .option-text {
  color: var(--color-main) !important;
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0%;
}
.selectize-dropdown .option-item.selected .circular-checkbox {
  border-color: var(--color-main);
}
.selectize-dropdown .option-item.selected .circular-checkbox:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.selectize-dropdown .circular-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
}
.selectize-dropdown .circular-checkbox.selected {
  border-color: var(--color-main);
}
.selectize-dropdown .circular-checkbox.selected:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-main);
}
.selectize-dropdown .option-text {
  font-family: Roboto;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(35, 31, 32, 0.4);
}
.selectize-dropdown .dropdown-header {
  padding: 8px 10px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  color: var(--color-main);
}

.option-text {
  font-family: Roboto;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(35, 31, 32, 0.4);
}

.select select[name="experience[]"] + .selectize-control .filter-name::before,
div:has(> select[name="experience[]"]) .filter-name::before {
  background-image: url("/img/dosvid-filter.svg");
}

.select select[name="degree[]"] + .selectize-control .filter-name::before,
div:has(> select[name="degree[]"]) .filter-name::before {
  background-image: url("/img/nauch-stup-filter.svg");
}

.select select[name="appointmentFormat[]"] + .selectize-control .filter-name::before,
div:has(> select[name="appointmentFormat[]"]) .filter-name::before {
  background-image: url("/img/type-piyom-filter.svg");
}

.select select[name="select-prof[]"] + .selectize-control .filter-name::before,
div:has(> select[name="select-prof[]"]) .filter-name::before {
  background-image: url("/img/all-dock-filter.svg");
}

.select select[name="clinics[]"] + .selectize-control .filter-name::before,
div:has(> select[name="clinics[]"]) .filter-name::before {
  background-image: url("/img/location.svg");
}

.select select[name=clinics] + .selectize-control .filter-name::before,
div:has(> select[name=clinics]) .filter-name::before {
  background-image: url("/img/location.svg");
}

.select select[name="specialization[]"] + .selectize-control .filter-name::before,
div:has(> select[name="specialization[]"]) .filter-name::before {
  background-image: url("/img/specializtion.svg");
}

.selectize-control.multi .selectize-input.has-items:after {
  display: none;
}

.flex-cont.justify-sb.row.second-row .selectize-input {
  pointer-events: auto !important;
  cursor: pointer;
}
.flex-cont.justify-sb.row.second-row .selectize-input:hover {
  border-color: var(--color-main);
}
.flex-cont.justify-sb.row.second-row .selectize-input .filter-name {
  pointer-events: none;
  margin-right: 20px;
}
.flex-cont.justify-sb.row.second-row .selectize-input .hidden-item {
  display: none !important;
  pointer-events: none;
}
.flex-cont.justify-sb.row.second-row .selectize-control.multi .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
  pointer-events: none;
}
.flex-cont.justify-sb.row.second-row .selectize-control.multi .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}
.flex-cont.justify-sb.row.second-row .selectize-control.multi .selectize-input.has-items:after {
  display: block !important;
}

.flex-cont.justify-sb.second-row .selectize-control.multi .selectize-input > div,
.flex-cont.justify-sb.second-row .jsMultiSelectricView.selectize-control.multi .selectize-input > div,
html body .doctor-filters .flex-cont.justify-sb.second-row .selectize-control.multi .selectize-input > div {
  background-color: #ffffff !important;
}

.search-doctors-block .set-doc-search {
  padding: 0px;
}
.search-doctors-block .set-doc-search .selectize-control.jsSelectricView .selectize-input {
  padding-left: 45px;
}
.search-doctors-block .set-doc-search .selectize-control.jsSelectricView .selectize-input:before {
  content: "";
  background-image: url("/img/clinicsAll.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.search-doctors-block .set-doc-search .selectize-dropdown.jsSelectricView .option {
  position: relative;
  padding-left: 45px;
}
.search-doctors-block .set-doc-search.select:before {
  content: "";
  background-image: url("/img/clinicsAll.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.search-doctors-block .select {
  width: 100% !important;
  border-radius: 6px !important;
}
.search-doctors-block .select .item {
  margin-left: 32px !important;
}
.search-doctors-block .jsSelectricView.selectize-control .selectize-input {
  border-radius: 6px !important;
}
.search-doctors-block .swiper-direction-spec {
  margin-top: 0px !important;
}
.search-doctors-block .simple-slider-hover {
  margin-bottom: 0px !important;
}
.search-doctors-block #direction-spec.swiper-direction-spec {
  width: 94% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 768px) {
  .search-doctors-block #direction-spec.swiper-direction-spec {
    padding-bottom: 90px;
  }
}
.search-doctors-block #direction-spec .direction-spec-noslider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-doctors-block #direction-spec .direction-spec-card.swiper-slide {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
}
.search-doctors-block #direction-spec .direction-spec-card.swiper-slide.hide {
  display: none;
}
@media (max-width: 840px) {
  .search-doctors-block #direction-spec .direction-spec-card.swiper-slide {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .search-doctors-block #direction-spec .direction-spec-card.swiper-slide {
    width: 100%;
  }
}

.second-row .information .flex-cont.justify-sb.second-row .selectize-control.multi .selectize-input > div {
  background-color: #ffffff !important;
}

.flex-cont.justify-sb.second-row .selectize-control.multi .selectize-input > div,
.flex-cont.justify-sb.second-row .jsMultiSelectricView.selectize-control.multi .selectize-input > div,
html body .doctor-filters .flex-cont.justify-sb.second-row .selectize-control.multi .selectize-input > div {
  background-color: #ffffff !important;
  padding: 0;
  margin-left: 0;
}

.selectize-dropdown-content {
  max-height: 320px !important;
  padding-bottom: 15px;
}

.flex-cont.justify-sb.second-row .selectize-dropdown .circular-checkbox {
  border-radius: 4px !important;
  border: 1.5px solid var(--color-main) !important;
  width: 18px !important;
  height: 18px !important;
  background: #fff !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.flex-cont.justify-sb.second-row .selectize-dropdown .circular-checkbox.selected {
  background: var(--color-main) !important;
  border: 1.5px solid var(--color-main) !important;
}

.flex-cont.justify-sb.second-row .selectize-dropdown .circular-checkbox.selected:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px !important;
  height: 14px !important;
  background: url("/img/check.svg") no-repeat center center !important;
  background-size: 14px 14px !important;
  border: none;
}

/* Mobile Bottom Navigation Menu */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 9999;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  transform: translateZ(0);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #525252;
  flex: 1;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 12px;
  min-height: 60px;
}

.mobile-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
  padding-top: 6px;
}
.mobile-nav-icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 6px;
}
.mobile-nav-icon svg {
  width: 32px;
  height: 32px;
}

.mobile-nav-text {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #525252;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 6px;
}

.mobile-nav-item.active, .mobile-nav-item:hover, .mobile-nav-item:focus {
  color: var(--color-main);
  background: transparent;
}
.mobile-nav-item.active .mobile-nav-icon, .mobile-nav-item:hover .mobile-nav-icon, .mobile-nav-item:focus .mobile-nav-icon {
  color: var(--color-main);
}
.mobile-nav-item.active .mobile-nav-icon svg, .mobile-nav-item:hover .mobile-nav-icon svg, .mobile-nav-item:focus .mobile-nav-icon svg {
  stroke: var(--color-main);
}
.mobile-nav-item.active .mobile-nav-text, .mobile-nav-item:hover .mobile-nav-text, .mobile-nav-item:focus .mobile-nav-text {
  color: var(--color-main);
}
.mobile-nav-item.active::before, .mobile-nav-item:hover::before, .mobile-nav-item:focus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(232, 231, 231, 0.5);
  border-radius: 32.5px;
  z-index: -1;
  width: 100%;
  height: calc(100% - 12px);
}

@media (min-width: 768px) {
  .mobile-bottom-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mobile-bottom-nav, nav.mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(7px) saturate(100%);
    -webkit-backdrop-filter: blur(7px) saturate(100%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    z-index: 9999;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    flex-direction: row;
    justify-content: space-around;
    gap: 0;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2px 6px;
  }
  .mobile-nav-item {
    border-radius: 32.5px;
    padding: 6px;
  }
  .mobile-nav-item.active {
    padding: 6px 12px;
  }
  .mobile-nav-item.active::before {
    width: 100%;
    height: calc(100% - 12px);
  }
  body {
    padding-bottom: 100px;
  }
}
.bread-crumbs-screen-mobile {
  display: none;
  background-color: #f9f9f9;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.bread-crumbs-screen-mobile .container.big {
  overflow: visible;
}

.nav-page-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #6C6D70;
  min-height: auto;
  padding: 0;
  overflow: visible;
}
.nav-page-mobile .breadcrumb-home-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.nav-page-mobile .breadcrumb-home-icon svg {
  width: 15px;
  height: 14px;
  transition: stroke 0.2s ease;
}
.nav-page-mobile .breadcrumb-home-icon:hover svg, .nav-page-mobile .breadcrumb-home-icon:focus svg {
  stroke: var(--color-main);
}
.nav-page-mobile .breadcrumb-dots-wrapper {
  position: relative;
  flex-shrink: 0;
}
.nav-page-mobile .breadcrumb-dots-wrapper:empty, .nav-page-mobile .breadcrumb-dots-wrapper:has(.breadcrumb-dropdown:empty) {
  display: none;
}
.nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dots {
  display: inline-block;
  color: #6C6D70;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 4px;
  transition: color 0.2s ease;
}
.nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dots:hover, .nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dots:focus {
  color: var(--color-main);
}
.nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999999;
  min-width: 200px;
  max-width: 300px;
  max-height: 300px;
  overflow-y: auto;
  padding: 8px 0;
  margin: 0;
}
.nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown:empty {
  display: none;
}
.nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown.show {
  display: block;
  visibility: visible;
  opacity: 1;
}
.nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown div {
  display: block;
  margin: 0;
  position: relative;
}
.nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown div a {
  display: block;
  padding: 10px 16px;
  color: #0A0A0A;
  text-decoration: none;
  font-size: 1.28rem;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown div a:hover, .nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown div a:focus {
  background-color: #f5f5f5;
  color: var(--color-main);
}
.nav-page-mobile .breadcrumb-current {
  flex: 1;
  min-width: 0;
  color: #138387;
  font-weight: bold;
  position: relative;
}
.nav-page-mobile .breadcrumb-current a {
  display: block;
  text-decoration: none;
  color: #138387;
  font-weight: bold;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 131, 135, 0.3) transparent;
  position: relative;
  /* Стили для scrollbar в webkit браузерах */
}
.nav-page-mobile .breadcrumb-current a::-webkit-scrollbar {
  height: 2px;
}
.nav-page-mobile .breadcrumb-current a::-webkit-scrollbar-track {
  background: transparent;
}
.nav-page-mobile .breadcrumb-current a::-webkit-scrollbar-thumb {
  background: rgba(19, 131, 135, 0.3);
  border-radius: 1px;
}
.nav-page-mobile .breadcrumb-current a::-webkit-scrollbar-thumb:hover {
  background: rgba(19, 131, 135, 0.5);
}
.nav-page-mobile .breadcrumb-current::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to right, #f9f9f9 0%, rgba(249, 249, 249, 0.98) 8%, rgba(249, 249, 249, 0.95) 15%, rgba(249, 249, 249, 0.88) 22%, rgba(249, 249, 249, 0.78) 30%, rgba(249, 249, 249, 0.65) 40%, rgba(249, 249, 249, 0.5) 50%, rgba(249, 249, 249, 0.35) 60%, rgba(249, 249, 249, 0.22) 70%, rgba(249, 249, 249, 0.12) 80%, rgba(249, 249, 249, 0.05) 90%, transparent 100%);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.nav-page-mobile .breadcrumb-current::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to left, #f9f9f9 0%, rgba(249, 249, 249, 0.98) 8%, rgba(249, 249, 249, 0.95) 15%, rgba(249, 249, 249, 0.88) 22%, rgba(249, 249, 249, 0.78) 30%, rgba(249, 249, 249, 0.65) 40%, rgba(249, 249, 249, 0.5) 50%, rgba(249, 249, 249, 0.35) 60%, rgba(249, 249, 249, 0.22) 70%, rgba(249, 249, 249, 0.12) 80%, rgba(249, 249, 249, 0.05) 90%, transparent 100%);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.nav-page-mobile .breadcrumb-current.has-scroll-left::before {
  opacity: 1;
}
.nav-page-mobile .breadcrumb-current.has-scroll-right::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .bread-crumbs-screen-desktop {
    display: none;
  }
  .bread-crumbs-screen-mobile {
    display: block;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
  .bread-crumbs-screen-mobile .container.big {
    overflow: visible;
    position: relative;
  }
  .bread-crumbs-screen-mobile .nav-page-mobile {
    overflow: visible;
    position: relative;
  }
  .bread-crumbs-screen-mobile .nav-page-mobile .breadcrumb-dots-wrapper {
    overflow: visible;
    position: relative;
    z-index: 10000;
  }
  .bread-crumbs-screen-mobile .nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown div + div {
    position: relative;
  }
  .bread-crumbs-screen-mobile .nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown div + div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #E3E3E3;
    display: block;
    z-index: 10;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
  }
  .bread-crumbs-screen-mobile .nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown div a + a {
    position: relative;
  }
  .bread-crumbs-screen-mobile .nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown div a + a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #E3E3E3;
    display: block;
    z-index: 10;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
  }
  .bread-crumbs-screen-mobile .nav-page-mobile .breadcrumb-dots-wrapper .breadcrumb-dropdown.show {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .bread-crumbs-screen-mobile {
    display: none;
  }
  .bread-crumbs-screen-desktop {
    display: block;
  }
}
:root {
  --color-main: #138387;
  --color-accent: #166164;
  --color-accent-bg: #038287;
}

body.fixed header {
  position: fixed;
}
body.fixed .first-line {
  display: none;
}
body.fixed .call-info, body.fixed a.btn-entry, body.fixed .login-wrap, body.fixed .second-line .lang-page, body.fixed .second-line .search-header, body.fixed .second-line #header-logo {
  display: block;
}
body.fixed .second-line .search-header {
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
}
body.fixed .second-line .search-header.mob-s {
  display: none;
}
body.fixed .rngst_phone_body {
  background-color: #138387;
}
body.fixed .rngst_phone_fill {
  background-color: #138387;
  opacity: 7;
}
body.fixed .rngst_phone_circle2 {
  background-color: #138387;
  opacity: 5;
}
body.fixed .rngst_phone_circle {
  background-color: #138387;
  opacity: 4;
}

.pp__adminBar {
  margin: 0 auto;
  display: table;
  line-height: 2;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.pp__adminBar a {
  color: #00f;
  font-weight: bold;
}

@media (min-width: 843px) {
  #mobile-search, #mobile-search2, #login-mobile, #wcall-mobile, #call-mobile, #mobile-search-form, #header-logo-mobile {
    display: none;
  }
}
.desc-i {
  margin-right: 10px;
}

ul.navigation {
  text-decoration: underline;
}

.vac_three_column_wrapper a {
  margin-right: 12px;
}

.logo {
  width: 140px;
  margin-top: 5px;
  margin-left: 5px;
}
@media (max-width: 640px) {
  .logo {
    width: 100px;
  }
}

.btn {
  font-size: 1.05rem;
  background: transparent;
  font-weight: 600;
  letter-spacing: 0.56px;
  padding: 10px 15px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: all 0.1s linear;
  text-decoration: none !important;
}
.btn.btn-entry {
  border: 1px solid #ffffff;
  font-size: 1rem;
  flex-shrink: 0;
}
.btn.btn-entry:hover {
  background-color: #007f80;
  border: 1px solid #007f80;
}
.btn.callback {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  flex-shrink: 0;
  cursor: pointer;
}
.btn.btn-slide {
  background-color: #D83C0E;
}
.btn.btn-slide:hover {
  background-color: #b64b25;
}
.btn.btn-default {
  border: 2px solid #6C6D70;
  color: #6C6D70;
  padding: 10px 30px 10px 15px;
}
.btn.btn-default.white {
  color: #fff;
  border: 2px solid #fff !important;
}
.btn.btn-default.white img.gray-ar {
  display: none;
}
.btn.btn-default.white img.white-arr {
  display: inline-block;
}
.btn.btn-default.white:hover {
  color: #6C6D70;
  background-color: #fff;
  border: 2px solid #6C6D70 !important;
}
.btn.btn-default.white:hover img.white-arr {
  display: none;
}
.btn.btn-default.white:hover img.gray-ar {
  display: inline-block;
}
.btn.btn-default img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
  right: 0;
  width: 26px;
  display: none;
}
.btn.btn-default img.gray-ar {
  display: inline-block;
}
.btn.btn-default.mini {
  padding: 8px 12px;
  font-size: 1rem;
  letter-spacing: 0.16px;
  flex-shrink: 0;
}
.btn.btn-default.green {
  margin-top: 10px;
  background: var(--color-main);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 30px 10px 30px;
  border: none;
  max-width: 272px;
  max-height: 58px;
}
.btn.btn-default.green:hover {
  border: none !important;
}
.btn.btn-default.full-width {
  margin-top: 10px;
  width: 100%;
  background: var(--color-main);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  border: none;
  max-height: 40px;
}
.btn.btn-default.full-width:hover {
  border: none !important;
}
.btn.btn-default.full-width-gr {
  margin-top: 13px;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  border: none;
}
.btn.btn-default.full-width-gr:hover {
  border: none !important;
}
.btn.btn-default:hover, .btn.btn-default.view {
  color: #fff;
  background-color: var(--color-accent);
  border: 2px solid var(--color-accent) !important;
}
.btn.btn-default:hover img.gray-ar, .btn.btn-default.view img.gray-ar {
  display: none;
}
.btn.btn-default:hover img.white-arr, .btn.btn-default.view img.white-arr {
  display: inline-block;
}
.btn.btn-default.review:hover {
  border: 2px solid #6C6D70 !important;
  color: #6C6D70;
  background-color: #fff !important;
}
.btn.btn-default.review:hover img.gray-ar {
  display: inline-block;
}
.btn.btn-default.review:hover img.white-arr {
  display: none;
}
.btn.btn-vac {
  background-color: var(--color-main);
  padding: 15px;
}
.btn:hover {
  color: #fff;
}

li ul {
  padding-left: 40px;
}

body.active:before, body.active-first-line:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

body.active .first-line .header-wrap {
  z-index: 9;
}

body.active-first-line .header-wrap.flex-cont.justify-sb.align-center {
  z-index: 9;
}

.title {
  font-weight: 700;
  font-size: 2.85rem;
  margin-bottom: 20px;
}

.description .video, .direction-desc .video {
  position: relative;
  display: block;
}
.description .video:after, .direction-desc .video:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 18%;
  width: 20%;
  z-index: 100;
  background: url(/img/play.png) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

input, textarea {
  padding: 9px 10px 9px 0;
  color: #000;
  letter-spacing: 0.16px;
  font-size: 1.14rem;
  border-bottom: 1px solid #a7a9ac;
  width: 100%;
  background-color: transparent;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-radius: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
  letter-spacing: 0.16px;
  font-size: 1.14rem;
  font-weight: 300;
}
input::placeholder, textarea::placeholder {
  color: #666666;
  letter-spacing: 0.16px;
  font-size: 1.14rem;
  font-weight: 300;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
  letter-spacing: 0.16px;
  font-size: 1.14rem;
  font-weight: 300;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666666;
  letter-spacing: 0.16px;
  font-size: 1.14rem;
  font-weight: 300;
}

input:focus {
  border-bottom: 1px solid #0faeaf;
}

.information {
  position: absolute;
  bottom: -25px;
  color: #303030;
}

textarea {
  padding: 10px 15px;
  border: 1px solid #a7a9ac;
  border-radius: 2px;
}

.doctors-screen h1 {
  margin-bottom: 10px;
}

.doctors.dark-bg {
  padding-top: 20px;
}
.doctors .doctors-text {
  width: 100%;
  margin: 0 auto;
}
.doctors .doctors-text a {
  text-decoration: underline;
}
.doctors .swiper-wrapper {
  height: inherit;
}
@media (max-width: 480px) {
  .doctors {
    overflow: hidden;
  }
}

.price {
  padding: 20px 0 0;
}
.price .accordion-wrap {
  margin-top: 25px;
  margin-bottom: 40px;
}

.super-menu .sub-2 {
  overflow: hidden;
}
.super-menu .directions {
  flex-wrap: inherit;
}
.super-menu .directions .accordion-item-2 > a, .super-menu .directions .accordion-item-2 > a span {
  font-weight: bold;
  font-size: 16px;
  line-height: 40%;
  white-space: nowrap;
  margin-top: 5px;
  background-color: var(--color-main);
  color: #fff;
  border-radius: 2px;
  padding: 5px;
  margin-right: 5px;
  text-decoration: none;
  min-width: 230px;
  display: block;
  padding-bottom: 7px;
}
.super-menu .directions .accordion-item-2 > a:hover, .super-menu .directions .accordion-item-2 > a span:hover {
  text-decoration: none;
}
.super-menu .accordion-list {
  flex-direction: row;
}
@media (max-width: 840px) {
  .super-menu .accordion-list {
    flex-direction: column;
  }
}
.super-menu .sub-3 {
  display: list-item;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  /* or 24px */
  letter-spacing: 0.15px;
}
.super-menu .sub-3 .menu-red {
  background: rgb(241, 90, 41);
  min-width: 213px;
  min-height: 29px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.super-menu .sub-3 .menu-red span {
  color: rgb(255, 255, 255);
  padding-left: 10px;
  margin-top: 4px;
}
.super-menu .sub-3 {
  color: rgba(0, 0, 0, 0.6);
}
.super-menu .sub-3 a {
  min-width: 230px;
  display: list-item;
  max-width: 230px;
}
.super-menu .sub-3 a span {
  padding-right: 0;
}
.super-menu .sub-3.column-2 {
  -moz-column-count: 2;
       column-count: 2;
}
.super-menu .sub-3.column-3 {
  -moz-column-count: 3;
       column-count: 3;
}
.super-menu .sub-3.column-4 {
  -moz-column-count: 4;
       column-count: 4;
}
.super-menu .sub-3.column-5 {
  -moz-column-count: 5;
       column-count: 5;
}
.super-menu .sub-3.column-6 {
  -moz-column-count: 6;
       column-count: 6;
}
.super-menu .sub-3.column-7 {
  -moz-column-count: 7;
       column-count: 7;
}
.super-menu .sub-3.column-8 {
  -moz-column-count: 8;
       column-count: 8;
}
@media (max-width: 840px) {
  .super-menu .sub-2 {
    padding-top: 10px;
  }
  .super-menu .accordion-item-2 {
    display: block;
    padding-left: 0;
  }
  .super-menu .directions .accordion-item-2 > a span, .super-menu .directions .accordion-item-2 > a {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-decoration-line: none;
    white-space: normal;
    line-height: 1;
  }
  .super-menu .sub-3.two-column, .super-menu .sub-3.column-2,
  .super-menu .sub-3.column-3, .super-menu .sub-3.column-4,
  .super-menu .sub-3.column-4, .super-menu .sub-3.column-5,
  .super-menu .sub-3.column-6, .super-menu .sub-3.column-7 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .super-menu .sub-3.two-column a, .super-menu .sub-3.column-2 a,
  .super-menu .sub-3.column-3 a, .super-menu .sub-3.column-4 a,
  .super-menu .sub-3.column-4 a, .super-menu .sub-3.column-5 a,
  .super-menu .sub-3.column-6 a, .super-menu .sub-3.column-7 a {
    width: 100%;
  }
  .super-menu .sub-3.accordion-end-2 {
    margin-left: 3px;
    margin-bottom: 5px;
  }
}

body.active, body.active-first-line {
  overflow: hidden;
}

.container.min h2 {
  font-size: 2.14rem;
}

header {
  /*  position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /*background-color: rgba(77, 139, 137, .8);*/
  background-color: #ffffff;
  color: #fff;
}
header .call-info, header a.btn-entry, header .second-line .lang-page, header .second-line .search-header, header .second-line #header-logo {
  display: none;
}
header .wcall span {
  color: #ffffff;
}
header .wcall-blue span {
  color: var(--color-main);
}
header .second-line .nav-bg {
  width: 100%;
}
@media (max-width: 840px) {
  header .second-line .lang-page, header .second-line .search-header, header .second-line #header-logo {
    display: block;
  }
  header .second-line .search-header {
    display: flex;
  }
  header .second-line .search-header.active {
    width: calc(100% - 60px);
    background-color: #105b5f;
  }
}

.header-rel {
  position: absolute !important;
}

.first-line .header-wrap {
  z-index: 11;
}

.header-wrap {
  z-index: 10;
  min-height: 60px;
}
.header-wrap .big {
  max-width: 1280px;
  min-height: 50px;
  height: 50px;
  margin: auto;
}

#canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.header-wrap {
  min-height: 50px;
}

.first-line {
  background-color: #fff;
  color: #005555;
  font-size: 1.24rem;
}
.first-line .header-wrap {
  min-height: 50px;
  max-width: 1920px;
  width: 100%;
}
.first-line a.head-phone {
  font-size: 16px;
  font-weight: bold;
  margin-left: 25px;
}
.first-line .head-url {
  margin-left: 30px !important;
}
.first-line .head-phones > span {
  margin-left: 20px;
  font-weight: bold;
}
.first-line .head-phones > span a {
  text-decoration: underline;
}
.first-line .head-phone {
  position: relative;
}
.first-line .head-phone:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -22px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNzc1OTMgMC4wOTcwNDU3QzcuOTcwMDIgMC4xOTQwODkgOC4xNjQxIDAuMjkxMTMxIDguMzU4MTkgMC40MzY2OTZDOS4zMjg2MiAxLjA2NzQ4IDEwLjI1MDUgMS43NDY3OCAxMS4yMjEgMi4zNzc1N0MxMS44MDMyIDIuNzY1NzQgMTEuODUxOCAzLjIwMjQ0IDExLjQ2MzYgMy43ODQ3QzEwLjc4NDMgNC44MDM2NSAxMC4wNTY1IDUuODIyNjEgOS4zNzcxNSA2Ljg5MDA5QzkuMDg2MDIgNy4yNzgyNiA4Ljc0NjM2IDcuNDIzODMgOC4zNTgxOSA3LjI3ODI2QzcuODI0NDUgNy4wODQxNyA3LjY3ODg5IDYuNTAxOTEgOC4wMTg1NCA2LjAxNjdDOC4zNTgxOSA1LjQ4Mjk2IDguNjk3ODQgNC45OTc3NCA5LjA4NjAyIDQuNDY0QzkuMTM0NTQgNC40MTU0OCA5LjE4MzA2IDQuMzE4NDQgOS4yODAxIDQuMTcyODdDOS4wMzc0OSA0LjIyMTM5IDguODQzNDEgNC4yNjk5MSA4LjY0OTMyIDQuMzE4NDRDNi45MDI1NCA0Ljc1NTEzIDUuMzk4MzYgNS42Mjg1MiA0LjE4NTMyIDYuOTM4NjFDMi45NzIyOCA4LjI0ODcgMi4xNDc0MSA5Ljc1Mjg3IDEuODA3NzYgMTEuNDk5N0MxLjQ2ODEgMTMuMTQ5NCAxLjU2NTE1IDE0Ljc1MDYgMi4wOTg4OSAxNi4zNTE4QzIuNzc4MTkgMTguMzQxMiAzLjk5MTIzIDE5Ljg5MzkgNS42ODk1IDIxLjEwN0M2LjkwMjU0IDIxLjkzMTggOC4yMTI2MiAyMi40NjU2IDkuNjY4MjggMjIuNjExMUMxMi42NzY2IDIyLjk5OTMgMTUuMjk2OCAyMi4xNzQ0IDE3LjQ4MDMgMjAuMDg4QzE5LjcxMjMgMTcuOTA0NSAyMC42MzQyIDE1LjE4NzMgMjAuMjQ2IDEyLjAzMzRDMjAuMDAzNCAxMC4xNDEgMTkuMjI3MSA4LjQ5MTMxIDE3LjkxNyA3LjA4NDE4QzE3LjgxOTkgNi45Mzg2MSAxNy42NzQ0IDYuODQxNTcgMTcuNTc3MyA2LjY5NkMxNy4yODYyIDYuMzA3ODMgMTcuMjg2MiA1LjgyMjYxIDE3LjYyNTggNS41MzE0OEMxNy45NjU1IDUuMTkxODMgMTguNDUwNyA1LjI0MDM1IDE4Ljc5MDQgNS41OEMxOS40MjExIDYuMjU5MyAyMC4wMDM0IDYuOTg3MTMgMjAuNDg4NiA3Ljc2MzQ4QzIzLjIwNTggMTIuNDcwMSAyMi4xODY5IDE4LjI5MjcgMTguMDE0IDIxLjc4NjNDMTYuMzY0MyAyMy4xNDQ5IDE0LjQ3MTkgMjQuMDE4MyAxMi4zMzcgMjQuMjEyM0M3LjcyNzQxIDI0LjY0OSA0LjEzNjggMjIuOTAyMyAxLjYxMzY3IDE5LjAyMDVDMC4yMDY1MzkgMTYuODM3IC0wLjIzMDE1NiAxNC4zNjI0IDAuMTA5NDk2IDExLjc5MDhDMC4zMDM1ODMgOS4xMjIwOSAxLjU2NTE1IDYuODQxNTcgMy42MDMwNiA0Ljk5Nzc0QzQuOTEzMTUgMy44MzMyMiA2LjQxNzMyIDMuMDU2ODcgOC4xMTU1OCAyLjYyMDE3QzguMjEyNjMgMi42MjAxNyA4LjMwOTY3IDIuNTcxNjUgOC40MDY3MSAyLjUyMzEzQzguNDA2NzEgMi41MjMxMyA4LjQwNjcxIDIuNTIzMTMgOC40NTUyMyAyLjQ3NDYxQzguMzU4MTkgMi4zNzc1NyA4LjIxMjYzIDIuMzI5MDUgOC4xMTU1OCAyLjIzMkM3LjgyNDQ1IDIuMDM3OTIgNy40ODQ4IDEuNzk1MzEgNy4xOTM2NyAxLjYwMTIyQzYuOTAyNTQgMS40MDcxMyA2LjcwODQ1IDEuMTE2IDYuNzU2OTcgMC43Mjc4MjZDNi44MDU0OSAwLjM4ODE3NCA2Ljk5OTU4IDAuMTQ1NTY4IDcuMzM5MjMgMC4wNDg1MjQ3QzcuMzM5MjMgMC4wNDg1MjQ3IDcuMzM5MjMgMC4wNDg1MjE3IDcuMzg3NzYgMEM3LjQ4NDggMC4wOTcwNDM1IDcuNjMwMzYgMC4wOTcwNDU3IDcuNzc1OTMgMC4wOTcwNDU3WiIgZmlsbD0iIzAwNTU1NSIvPgo8cGF0aCBkPSJNNy4yOTA3IDE1LjkxNDdDNy44NzI5NiAxNS45MTQ3IDguNDA2NyAxNS45MTQ3IDguOTg4OTYgMTUuOTE0N0M5LjEzNDUzIDE1LjkxNDcgOS4yODAwOSAxNS45MTQ3IDkuMzc3MTQgMTUuOTYzM0M5LjgxMzgzIDE2LjA2MDMgMTAuMDU2NCAxNi40NDg1IDEwLjAwNzkgMTYuODg1MkM5Ljk1OTQgMTcuMjczMyA5LjYxOTc1IDE3LjYxMyA5LjE4MzA1IDE3LjYxM0M4LjQwNjcgMTcuNjEzIDcuNjc4ODggMTcuNjEzIDYuOTAyNTMgMTcuNjEzQzYuNDE3MzEgMTcuNjEzIDUuOTMyMDkgMTcuNjEzIDUuNDk1NCAxNy42MTNDNS4xMDcyMyAxNy42MTMgNC44MTYwOSAxNy40Njc0IDQuNjcwNTMgMTcuMTI3OEM0LjUyNDk2IDE2LjczOTYgNC42MjIwMSAxNi40NDg1IDQuODY0NjIgMTYuMTU3M0M1Ljg4MzU3IDE0Ljk5MjggNi45NTEwNSAxMy44NzY4IDcuOTcwMDEgMTIuNzEyM0M4LjMwOTY2IDEyLjM3MjYgOC40NTUyMiAxMS45ODQ1IDguMzA5NjYgMTEuNTQ3OEM4LjE2NDA5IDExLjExMTEgNy42Nzg4OCAxMC43NzE0IDcuMjQyMTggMTAuODJDNi43NTY5NiAxMC44Njg1IDYuMzY4NzkgMTEuMjA4MSA2LjI3MTc1IDExLjY5MzNDNi4yNzE3NSAxMS43OTA0IDYuMjcxNzUgMTEuODM4OSA2LjIyMzIyIDExLjkzNkM2LjE3NDcgMTIuNDIxMiA1Ljc4NjUzIDEyLjcxMjMgNS4zNDk4MyAxMi43MTIzQzQuOTEzMTQgMTIuNjYzOCA0LjU3MzQ5IDEyLjMyNDEgNC41NzM0OSAxMS44Mzg5QzQuNTczNDkgMTAuNTc3MyA1LjU0MzkyIDkuNDEyODIgNi44MDU0OSA5LjIxODczQzguMDE4NTMgOS4wMjQ2NSA5LjEzNDUzIDkuNTU4MzkgOS43MTY3OSAxMC41NzczQzEwLjI5OSAxMS41OTYzIDEwLjEwNSAxMi44NTc5IDkuMzI4NjIgMTMuNzMxM0M4LjY5NzgzIDE0LjQ1OTEgOC4wNjcwNSAxNS4xMzg0IDcuNDM2MjcgMTUuODE3N0M3LjMzOTIyIDE1LjgxNzcgNy4zMzkyMiAxNS44NjYyIDcuMjkwNyAxNS45MTQ3WiIgZmlsbD0iIzAwNTU1NSIvPgo8cGF0aCBkPSJNMTYuMTY5MiAxNC4xMjAxQzE2LjggMTQuMjE3MiAxNy4xMzk3IDE0LjU1NjggMTcuMDkxMSAxNC45OTM1QzE3LjA5MTEgMTUuNDc4OCAxNi43NTE1IDE1Ljc2OTkgMTYuMTY5MiAxNS44MTg0QzE2LjE2OTIgMTYuMTA5NSAxNi4xNjkyIDE2LjQwMDcgMTYuMTY5MiAxNi43NDAzQzE2LjE2OTIgMTcuMzIyNiAxNS41ODcgMTcuNzEwOCAxNS4wNTMyIDE3LjUxNjdDMTQuNzEzNiAxNy40MTk2IDE0LjUxOTUgMTcuMTI4NSAxNC41MTk1IDE2Ljc0MDNDMTQuNTE5NSAxNi41OTQ3IDE0LjUxOTUgMTYuNDQ5MiAxNC41MTk1IDE2LjMwMzZDMTQuNTE5NSAxNi4xNTgxIDE0LjUxOTUgMTYuMDEyNSAxNC41MTk1IDE1LjgxODRDMTQuNDIyNCAxNS44MTg0IDE0LjMyNTQgMTUuODE4NCAxNC4yNzY5IDE1LjgxODRDMTMuNDAzNSAxNS44MTg0IDEyLjU3ODYgMTUuODE4NCAxMS43MDUyIDE1LjgxODRDMTEuMzE3IDE1LjgxODQgMTEuMDI1OSAxNS43MjE0IDEwLjg4MDMgMTUuMzgxN0MxMC42ODYzIDE1LjA0MjEgMTAuNzgzMyAxNC43NTA5IDExLjAyNTkgMTQuNDExM0MxMi4yMzkgMTIuNzYxNSAxMy40NTIgMTEuMTYwMyAxNC42NjUgOS41MTA1OEMxNC45NTYyIDkuMTIyNDEgMTUuMjk1OCA5LjAyNTM2IDE1LjYzNTUgOS4xMjI0QzE1Ljk3NTEgOS4yMTk0NSAxNi4yMTc3IDkuNTU5MSAxNi4yMTc3IDkuOTk1OEMxNi4yMTc3IDExLjMwNTkgMTYuMjE3NyAxMi41Njc0IDE2LjIxNzcgMTMuODc3NUMxNi4xNjkyIDEzLjk3NDYgMTYuMTY5MiAxNC4wNzE2IDE2LjE2OTIgMTQuMTIwMVpNMTQuNTE5NSAxMi40NzA0QzE0LjA4MjggMTMuMDUyNyAxMy42OTQ2IDEzLjU4NjQgMTMuMjU3OSAxNC4xNjg3QzEzLjY5NDYgMTQuMTY4NyAxNC4wODI4IDE0LjE2ODcgMTQuNTE5NSAxNC4xNjg3QzE0LjUxOTUgMTMuNTg2NCAxNC41MTk1IDEzLjA1MjcgMTQuNTE5NSAxMi40NzA0WiIgZmlsbD0iIzAwNTU1NSIvPgo8L3N2Zz4K) no-repeat;
  background-size: contain;
  height: 24px;
  width: 22px;
}

.up {
  display: inline-block;
  font-size: 10px;
  vertical-align: text-top;
}

.dop-info-header {
  margin-left: auto;
}

.ring {
  width: 50px;
}
.ring img {
  width: 32px;
  padding-top: 9px;
}

.call-info {
  flex-shrink: 0;
}

body.fixed .nav-header {
  width: inherit;
  justify-content: inherit;
}

.nav-header {
  font-size: 1.24rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 15px;
  margin-right: 20px;
  width: 100%;
  justify-content: center;
  flex-grow: 1;
}
.nav-header .nav-link {
  height: 46px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-header .nav-link .wr-l {
  padding-top: 12px;
}
@media (min-width: 843px) {
  .nav-header .nav-link {
    background-color: var(--color-main);
  }
  .nav-header #mobile-search, .nav-header #mobile-search2, .nav-header #login-mobile, .nav-header #wcall-mobile, .nav-header #call-mobile, .nav-header #mobile-search-form, .nav-header #header-logo-mobile {
    display: block;
  }
}
@media (max-width: 840px) {
  .nav-header {
    width: inherit;
  }
  .nav-header .nav-link {
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-header .nav-link .wr-l {
    padding-top: 0px;
  }
  .nav-header .services-header .tabs-wrap .nav-content li {
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.87);
    height: auto;
    padding-bottom: 10px;
    padding-top: 3px;
  }
}
.nav-header .nav-link {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.nav-header .nav-link + .nav-link {
  margin-left: 10px;
}
.nav-header .nav-link img {
  transition: all 0.1s linear;
}
.nav-header .nav-link.active .text-link img {
  transform: rotate(180deg);
}
.nav-header .m-item {
  padding-top: 0px;
  line-height: 45px;
}
.nav-header .name-nav {
  vertical-align: middle;
}

.text-link-active {
  font-weight: bold;
}

.wrapper-nav-link {
  white-space: nowrap;
  display: flex;
}
@media (max-width: 840px) {
  .wrapper-nav-link {
    display: inherit;
  }
  .wrapper-nav-link .m-item {
    padding-top: 0px;
  }
}

.arr-down-w {
  width: 18px;
  vertical-align: middle;
}

.arr-up {
  transform: rotateX(180deg);
}

.ad-more {
  cursor: pointer;
}
.ad-more .phone-call-img {
  padding-top: 0;
}
.ad-more img {
  transition: all 0.1s linear;
}
.ad-more.active img.arr-down-w {
  transform: rotate(180deg);
}

.lang-page {
  cursor: pointer;
  margin-left: 10px;
  font-size: 17px;
}

.first-line .lang-page {
  color: #5c5c5c;
  padding-right: 16px;
}
.first-line .lang-page .dropdown-opened {
  top: 45px !important;
  transform: translate3d(0, 0, 0) !important;
}
.first-line .telegram-ico {
  padding-right: 16px;
  padding-top: 5px;
}
.first-line .search-header {
  padding-right: 0;
}

.now-lang {
  display: flex;
  align-items: center;
}
.now-lang img {
  transition: all 0.1s linear;
}
.now-lang.active img {
  transform: rotate(180deg);
}

.mob_menu {
  margin-left: 10px;
  display: none;
}
.mob_menu .burger {
  width: 25px;
  cursor: pointer;
}

.menu-language {
  display: -ms-flexbox;
  display: none;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.menu-language__item {
  height: 24px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.menu-language__item.active {
  border: 1px solid #a6a5a5;
  color: #a6a5a5;
}

.search-inp-wrap {
  position: relative;
}

.search-price .search-inp-wrap .js-clearVal.active {
  background: #ffffff;
}

.services-header {
  width: 100% !important;
}

.directions {
  flex-wrap: wrap;
}
.directions span, .directions a {
  max-width: 230px;
  word-break: break-word;
  padding-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.directions span, .directions p, .directions a:link, .directions a:active {
  margin-top: 8px;
  color: #231f20;
  font-weight: 300;
  text-decoration: none;
}
.directions a:visited {
  text-decoration: underline;
}
.directions a:hover span {
  font-weight: 400;
}

.nav-active {
  display: flex !important;
}

.bread-crumbs-screen {
  padding: 0 !important;
}

main {
  position: relative;
}

.head-screen {
  margin: -72px auto 60px;
}

.head-screen-wrap {
  padding: 0;
}

.swiper-wrapper {
  align-items: center; /* add this will all relevant prefixes */
  min-height: 100%;
}

.swiper-head-screen {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.swiper-head-screen .btn.btn-slide {
  background-color: var(--color-main);
  padding: 12px 15px;
}
.swiper-head-screen .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-head-screen .swiper-slide {
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 45.25%;
}
.swiper-head-screen .swiper-slide:before {
  display: block; /* отображать элемент как блок */
  content: ""; /* содержимое псевдоэлемента */
  width: 100%;
}
.swiper-head-screen .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover !important;
}
.swiper-head-screen .swiper-slide .slide-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-head-screen .swiper-slide .title-slide {
  color: var(--color-main);
  font-size: 3.42rem;
  font-weight: 700;
  max-width: 610px;
  text-align: center;
  line-height: 3.64rem;
}
.swiper-head-screen .swiper-slide .title-slide .title {
  margin-bottom: 0;
}
.swiper-head-screen .swiper-slide .btn-slide {
  margin-top: 25px;
}
.swiper-head-screen .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-head-screen .swiper-pagination {
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 250px;
}

.advantages {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 35px 0;
}

.advantages-wrap {
  width: 100%;
  padding: 0 15px;
  max-width: 1550px;
  margin: 0 auto;
}

.advantages-card {
  min-height: 160px;
  background-color: #fff;
  width: 23%;
  border-radius: 3px;
  padding: 40px 20px 0;
  text-align: center;
  font-size: 1.28rem;
  position: relative;
}
.advantages-card .adv-num {
  font-size: 4.28rem;
  line-height: 3.6rem;
  color: var(--color-main);
  font-weight: 700;
  margin-bottom: 3px;
}
.advantages-card .adv-num span {
  font-size: 1.28rem;
  line-height: normal;
  margin-left: 4px;
}
.advantages-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 20%;
  right: 20%;
  border-radius: 100px/10px;
}

.our-advantages-screen {
  padding: 72px 0;
}

main .our-advantages-screen {
  padding: 0 0;
}

.def-sec-adv .num-advantage {
  font-size: 3.28rem;
  color: #a7a9ac;
  font-weight: 700;
  margin-right: 20px;
  line-height: 2.5rem;
}
.def-sec-adv .title-adv {
  font-weight: 500;
  font-size: 2.14rem;
  margin-bottom: 5px;
}
.def-sec-adv .desc-adv {
  font-size: 1.28rem;
}
.def-sec-adv .desc-adv a {
  text-decoration: underline;
}
.def-sec-adv.w50 {
  width: 53%;
}

.main_page .desc-advantage-wrap {
  border-left: 1px solid #808285;
  padding-left: 20px;
}
.main_page .blue-bg .desc-advantage-wrap {
  border-left: 1px solid #fff;
}

.advantages-clinic,
.advantages-specialists {
  margin-top: 50px;
}
.advantages-clinic.dark-bg,
.advantages-specialists.dark-bg {
  padding: 0 0 70px;
}

.advantages-specialists {
  padding-bottom: 100px;
  overflow: hidden;
}

.advantages-clinic-wrap {
  padding: 70px 0 75px;
  position: relative;
}
.advantages-clinic-wrap .btn {
  margin-left: 20px;
  margin-top: 20px;
}

.swiper-equipment .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-certificate {
  width: 262px;
  overflow: hidden;
  position: absolute;
  top: -65px;
  right: 115px;
}
.swiper-certificate .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
}
.swiper-certificate .swiper-pagination span + span {
  margin-left: 15px;
}

.swiper-direction-spec {
  padding-left: 0 !important;
  margin-left: -5px;
}

.swiper-specialists, .swiper-pages,
.swiper-direction-spec {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 5px;
  margin-top: 65px;
}
.swiper-specialists .swiper-slide, .swiper-pages .swiper-slide,
.swiper-direction-spec .swiper-slide {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.swiper-specialists .swiper-slide.disabled, .swiper-pages .swiper-slide.disabled,
.swiper-direction-spec .swiper-slide.disabled {
  opacity: 0.5;
}

.swiper-direction-spec, .swiper-direction-spec .swiper-slide,
.swiper-specialists, .swiper-specialists .swiper-slide {
  overflow: inherit;
}

.swiper-specialists {
  width: 1190px;
}
.swiper-specialists .swiper-slide {
  opacity: 0;
}
.swiper-specialists .swiper-slide-active,
.swiper-specialists .swiper-slide-next,
.swiper-specialists .swiper-slide-next + .swiper-slide,
.swiper-specialists .swiper-slide-next + .swiper-slide + .swiper-slide,
.swiper-specialists .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media (max-width: 1279px) {
  .swiper-specialists {
    width: 710px;
  }
  .swiper-specialists .swiper-slide-next + .swiper-slide + .swiper-slide,
  .swiper-specialists .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .swiper-specialists {
    width: 510px;
  }
  .swiper-specialists .swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .swiper-specialists {
    width: calc(100% - 15px);
  }
}
.swiper-specialists {
  margin: 65px auto 40px;
}
.swiper-specialists .swiper-slide {
  text-align: center;
  max-width: 220px;
}
@media (max-width: 1279px) {
  .swiper-specialists .swiper-slide {
    max-width: 220px;
  }
}
@media (max-width: 800px) {
  .swiper-specialists .swiper-slide {
    max-width: 240px;
  }
}
@media (max-width: 600px) {
  .swiper-specialists .swiper-slide {
    max-width: 270px;
  }
}
.swiper-specialists .swiper-slide > a {
  display: block;
  position: relative;
}
.swiper-specialists .swiper-slide > a:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 75.25%;
}
.swiper-specialists .swiper-slide > a img, .swiper-specialists .swiper-slide > a picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-specialists .swiper-button-next {
  right: 45px;
}
.swiper-specialists .swiper-button-prev {
  left: 45px;
}

.pages {
  position: relative;
}
.pages .swiper-button-next {
  right: -50px;
}
.pages .swiper-button-prev {
  left: -50px;
}

.swiper-pages {
  width: 100%;
  margin: 25px auto 70px;
}
.swiper-pages .swiper-slide {
  padding-top: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .swiper-pages .swiper-slide {
    max-width: inherit;
  }
}
.swiper-pages .swiper-slide > a {
  display: block;
  position: relative;
}
.swiper-pages .swiper-slide > a:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 75.25%;
}
.swiper-pages .swiper-slide > a picture {
  overflow: hidden;
}
.swiper-pages .swiper-slide > a img, .swiper-pages .swiper-slide > a picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

div[id^=pages-] .specialist-info, #pages .specialist-info {
  padding: 5px 10px 25px;
  position: relative;
  z-index: 1;
}
div[id^=pages-] .specialist-fio, #pages .specialist-fio {
  font-size: 1.08rem;
}

.network-clinics .container {
  position: relative;
}
.network-clinics .container .swiper-button-next {
  right: 0;
}
.network-clinics .container .swiper-button-prev {
  left: 0;
}

.specialists {
  position: relative;
}
.specialists > .btn {
  display: none;
}

.direction-spec-noslider {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.direction-spec-noslider .simple-slider-hover {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  transition: all 0.1s;
}
.direction-spec-noslider .direction-spec-card {
  width: 21%;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.direction-spec-noslider .direction-spec-card .hover-show {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s;
}
.direction-spec-noslider .direction-spec-card:first-child {
  margin-left: 0;
}
.direction-spec-noslider .direction-spec-card:nth-child(4) {
  margin-left: 0;
}
.direction-spec-noslider .direction-spec-card.clicked {
  box-shadow: initial;
  z-index: 2;
}
.direction-spec-noslider .direction-spec-card.clicked .simple-slider-hover {
  visibility: visible;
  opacity: 1;
  margin-bottom: -200px;
  padding: 0 18px 10px;
}
.direction-spec-noslider .direction-spec-card.clicked .hover-show {
  left: 0;
  right: 0;
  position: absolute;
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 840px) {
  .direction-spec-noslider .direction-spec-card:hover {
    box-shadow: initial;
    z-index: 2;
  }
  .direction-spec-noslider .direction-spec-card:hover .simple-slider-hover {
    visibility: visible;
    opacity: 1;
    margin-bottom: -200px;
    padding: 0 18px 10px;
  }
  .direction-spec-noslider .direction-spec-card:hover .hover-show {
    left: 0;
    right: 0;
    position: absolute;
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 840px) {
  .direction-spec-noslider .direction-spec-card .simple-slider-hover {
    display: none;
  }
  .direction-spec-noslider .direction-spec-card .hover-show {
    display: flex;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    position: static;
  }
}

.swiper-direction-spec .simple-slider-hover, .swiper-specialists .simple-slider-hover, .doctors-result-cards .simple-slider-hover {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  transition: all 0.1s;
}
.swiper-direction-spec .swiper-slide .doc-image, .swiper-direction-spec .doc-card .doc-image, .swiper-specialists .swiper-slide .doc-image, .swiper-specialists .doc-card .doc-image, .doctors-result-cards .swiper-slide .doc-image, .doctors-result-cards .doc-card .doc-image {
  z-index: 1;
  position: relative;
}
.swiper-direction-spec .swiper-slide, .swiper-direction-spec .doc-card, .swiper-specialists .swiper-slide, .swiper-specialists .doc-card, .doctors-result-cards .swiper-slide, .doctors-result-cards .doc-card {
  position: relative;
  padding-bottom: 20px;
}
.swiper-direction-spec .swiper-slide.clear, .swiper-direction-spec .doc-card.clear, .swiper-specialists .swiper-slide.clear, .swiper-specialists .doc-card.clear, .doctors-result-cards .swiper-slide.clear, .doctors-result-cards .doc-card.clear {
  padding: 0 !important;
}
.swiper-direction-spec .swiper-slide .hover-show, .swiper-direction-spec .doc-card .hover-show, .swiper-specialists .swiper-slide .hover-show, .swiper-specialists .doc-card .hover-show, .doctors-result-cards .swiper-slide .hover-show, .doctors-result-cards .doc-card .hover-show {
  display: none;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.9s;
}
.swiper-direction-spec .swiper-slide.clicked, .swiper-direction-spec .doc-card.clicked, .swiper-specialists .swiper-slide.clicked, .swiper-specialists .doc-card.clicked, .doctors-result-cards .swiper-slide.clicked, .doctors-result-cards .doc-card.clicked {
  box-shadow: initial;
  z-index: 2;
}
.swiper-direction-spec .swiper-slide.clicked .simple-slider-hover, .swiper-direction-spec .doc-card.clicked .simple-slider-hover, .swiper-specialists .swiper-slide.clicked .simple-slider-hover, .swiper-specialists .doc-card.clicked .simple-slider-hover, .doctors-result-cards .swiper-slide.clicked .simple-slider-hover, .doctors-result-cards .doc-card.clicked .simple-slider-hover {
  visibility: visible;
  opacity: 1;
  margin-bottom: -200px;
  padding: 0 18px 10px;
}
.swiper-direction-spec .swiper-slide.clicked .hover-show, .swiper-direction-spec .doc-card.clicked .hover-show, .swiper-specialists .swiper-slide.clicked .hover-show, .swiper-specialists .doc-card.clicked .hover-show, .doctors-result-cards .swiper-slide.clicked .hover-show, .doctors-result-cards .doc-card.clicked .hover-show {
  left: 0;
  right: 0;
  position: absolute;
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 840px) {
  .swiper-direction-spec .swiper-slide:hover, .swiper-direction-spec .doc-card:hover, .swiper-specialists .swiper-slide:hover, .swiper-specialists .doc-card:hover, .doctors-result-cards .swiper-slide:hover, .doctors-result-cards .doc-card:hover {
    box-shadow: initial;
    z-index: 2;
  }
  .swiper-direction-spec .swiper-slide:hover .simple-slider-hover, .swiper-direction-spec .doc-card:hover .simple-slider-hover, .swiper-specialists .swiper-slide:hover .simple-slider-hover, .swiper-specialists .doc-card:hover .simple-slider-hover, .doctors-result-cards .swiper-slide:hover .simple-slider-hover, .doctors-result-cards .doc-card:hover .simple-slider-hover {
    visibility: visible;
    opacity: 1;
    margin-bottom: -130px;
    padding: 0 18px 10px;
  }
  .swiper-direction-spec .swiper-slide:hover .hover-show, .swiper-direction-spec .doc-card:hover .hover-show, .swiper-specialists .swiper-slide:hover .hover-show, .swiper-specialists .doc-card:hover .hover-show, .doctors-result-cards .swiper-slide:hover .hover-show, .doctors-result-cards .doc-card:hover .hover-show {
    left: 0;
    right: 0;
    position: absolute;
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 840px) {
  .swiper-direction-spec .swiper-slide .simple-slider-hover, .swiper-direction-spec .doc-card .simple-slider-hover, .swiper-specialists .swiper-slide .simple-slider-hover, .swiper-specialists .doc-card .simple-slider-hover, .doctors-result-cards .swiper-slide .simple-slider-hover, .doctors-result-cards .doc-card .simple-slider-hover {
    display: none;
  }
  .swiper-direction-spec .swiper-slide .hover-show, .swiper-direction-spec .doc-card .hover-show, .swiper-specialists .swiper-slide .hover-show, .swiper-specialists .doc-card .hover-show, .doctors-result-cards .swiper-slide .hover-show, .doctors-result-cards .doc-card .hover-show {
    display: flex;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    position: static;
    margin-top: 0;
  }
}

.doctors-result-cards .doc-card.clicked .simple-slider-hover {
  margin-bottom: -160px;
}

.specialist-info {
  padding: 5px 0 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .specialist-info {
    padding: 5px 0 0;
  }
}
@media (max-width: 750px) {
  .specialist-info {
    max-width: 100%;
  }
}
.specialist-info {
  text-align: left;
  position: relative;
  z-index: 1;
}
.specialist-info .specialist-fio {
  color: #000;
  font-size: 1.28rem;
  font-weight: 500;
  height: 76px;
}
@media (max-width: 900px) {
  .specialist-info .specialist-fio {
    height: 80px;
  }
}
.specialist-info .specialist-fio.description {
  font-weight: 300;
  font-size: 1rem;
}
.specialist-info .specialist-fio.description span {
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.specialist-info .specialist-fio span, .specialist-info .specialist-fio a {
  margin-top: 10px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: inherit;
}
@media (max-width: 900px) {
  .specialist-info .specialist-fio span, .specialist-info .specialist-fio a {
    -webkit-line-clamp: 3;
  }
}
.specialist-info .specialist-prof {
  font-size: 1.14rem;
  min-height: 77px;
  overflow: hidden;
  max-height: 77px;
}
.specialist-info.promo .specialist-fio.description {
  height: 90px;
  margin-bottom: 5px;
}
.specialist-info.promo .specialist-fio.description span {
  -webkit-line-clamp: 4;
}
.specialist-info.promo .specialist-prof {
  font-size: 1.28rem;
}
@media (max-width: 760px) {
  .specialist-info span {
    font-size: 1rem;
  }
}

.swiper-slide .specialist-info, .mini-card .specialist-info, .doc-card .specialist-info {
  padding: 18px 10px 0;
}
.swiper-slide .specialist-info .specialist-fio span, .swiper-slide .specialist-info .specialist-fio a, .mini-card .specialist-info .specialist-fio span, .mini-card .specialist-info .specialist-fio a, .doc-card .specialist-info .specialist-fio span, .doc-card .specialist-info .specialist-fio a {
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .swiper-slide .specialist-info .specialist-fio span, .swiper-slide .specialist-info .specialist-fio a, .mini-card .specialist-info .specialist-fio span, .mini-card .specialist-info .specialist-fio a, .doc-card .specialist-info .specialist-fio span, .doc-card .specialist-info .specialist-fio a {
    font-size: 1.28rem;
  }
}
@media (max-width: 760px) {
  .swiper-slide .specialist-info, .mini-card .specialist-info, .doc-card .specialist-info {
    padding: 18px 8px 0;
  }
}
@media (max-width: 600px) {
  .swiper-slide .specialist-info, .mini-card .specialist-info, .doc-card .specialist-info {
    padding: 10px 5px 0;
  }
}
@media (max-width: 480px) {
  .swiper-slide .specialist-info, .mini-card .specialist-info, .doc-card .specialist-info {
    padding: 10px 10px 0;
  }
}

.specialist-locality a, .specialist-locality span, .service-locality a, .service-locality span {
  display: flex;
  align-items: center;
  position: relative;
  height: 24px;
  font-weight: 300;
  font-size: 11px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 20px;
}
.specialist-locality a:before, .specialist-locality span:before, .service-locality a:before, .service-locality span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/img/location.svg);
  background-size: cover;
  height: 15px;
  width: 13px;
}

.service-locality {
  padding-top: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.service-locality a, .service-locality span {
  font-size: 16px;
  padding-right: 25px;
  font-weight: 300;
  line-height: normal;
  height: auto;
  color: rgba(35, 31, 32, 0.6);
}
@media (max-width: 750px) {
  .service-locality a, .service-locality span {
    font-size: 12px;
  }
}

.specialist-comment {
  display: flex;
  align-items: center;
  color: inherit;
}
.specialist-comment img {
  width: 20px;
}
.specialist-comment span {
  margin-left: 2px;
}

.specialist-experience {
  display: flex;
  gap: 4px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.75);
}
.specialist-experience strong {
  font-weight: 500;
}

.more-btn {
  margin-top: 45px;
  margin-bottom: 15px;
  text-align: center;
}

.equipment {
  padding: 50px 0 50px;
  /*margin-top: 85px;*/
}

.swiper-equipment {
  max-width: 1160px;
  width: calc(100% - 90px);
  overflow: hidden;
  position: relative;
  margin: 40px auto;
}
.swiper-equipment .swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper-equipment .swiper-slide {
  width: 20%;
}
.swiper-equipment .fancybox {
  position: relative;
  display: block;
  overflow: hidden;
}
.swiper-equipment .fancybox:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 65%;
}
.swiper-equipment .fancybox img, .swiper-equipment .fancybox picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.network-clinics {
  padding-top: 50px;
  padding-bottom: 50px;
}
.network-clinics a:hover {
  text-decoration: none;
}

.swiper-network {
  width: calc(100% - 50px);
  margin: auto;
}
@media (max-width: 750px) {
  .swiper-network {
    width: 100%;
  }
}
.swiper-network .swiper-slide > div {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
}
.swiper-network .swiper-slide > div:hover {
  text-decoration: none;
}
.swiper-network {
  overflow: hidden;
  position: relative;
  margin-top: 55px;
  padding: 10px;
}
.swiper-network .swiper-slide img {
  transition: all 0.1s linear;
}
.swiper-network .swiper-slide img:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
}

.clinics-noslider {
  flex-wrap: wrap;
  justify-content: center;
}
.clinics-noslider .clinics-card {
  width: 25%;
  margin-left: 20px;
  position: relative;
}
.clinics-noslider .clinics-card:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 67%;
}
.clinics-noslider .clinics-card img, .clinics-noslider .clinics-card picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clinics-noslider .clinics-card:first-child {
  margin-left: 0;
  margin-bottom: 40px;
}
.clinics-noslider .clinics-card:nth-child(2) {
  margin-bottom: 40px;
}
.clinics-noslider .clinics-card:nth-child(3) {
  margin-bottom: 40px;
}
.clinics-noslider .clinics-card:nth-child(4) {
  margin-bottom: 40px;
}
.clinics-noslider .clinics-card > div {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  font-weight: bold;
  /*text-decoration: underline;*/
  text-align: center;
}
.clinics-noslider .clinics-card > div a {
  text-decoration: underline;
}
.clinics-noslider .clinics-card > div a:hover {
  text-decoration: none;
}

.cycle {
  margin: 60px 0 60px 0;
}
@media (max-width: 1000px) {
  .cycle .container.middle {
    height: 206px;
  }
}
@media (max-width: 620px) {
  .cycle .container.middle {
    height: 372px;
  }
}
.cycle .tmb-btn {
  width: 240px;
  border: 2px solid #00a1a3;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 78px;
  position: relative;
}
.cycle .tmb-btn a:first-child {
  margin-right: 10px;
}
.cycle .tmb-btn div {
  font-size: 16px;
  color: var(--color-main);
}
.cycle .tmb-btn a {
  min-width: 16px;
}
.cycle .line, .cycle .wline span {
  height: 2px;
  background-color: #00a1a3;
}
.cycle .wline {
  justify-content: center;
  display: none;
}

.swiper-write,
.swiper-certf {
  max-width: 605px;
  position: relative;
  overflow: hidden;
  padding: 5px;
  padding-left: 24px;
}
.swiper-write .swiper-slide,
.swiper-certf .swiper-slide {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
}

.swiper-certf .swiper-slide {
  height: inherit;
}

section.dark-bg, section.price-screen {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blue-bg {
  background-color: var(--color-main);
  color: #ffffff;
}
.blue-bg .def-sec-adv .num-advantage {
  color: #fff;
}

.rating-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.reviews {
  width: calc(100% - 90px);
}

.reviews {
  padding: 20px 0 0;
}
.reviews .swiper-button-next, .reviews .swiper-button-prev {
  top: 50%;
}

.reviews .swiper-reviews, .instruments .swiper-reviews {
  width: calc(100% - 90px);
  min-height: 600px;
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.reviews .swiper-reviews .swiper-slide, .instruments .swiper-reviews .swiper-slide {
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  height: 100% !important;
  padding: 40px 25px;
  margin-top: 3px;
  min-height: 490px;
}
.reviews .swiper-reviews .swiper-pagination, .instruments .swiper-reviews .swiper-pagination {
  margin-bottom: 0;
  margin-top: 30px;
}
.reviews .swiper-reviews .swiper-pagination-bullet, .instruments .swiper-reviews .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.reviews .swiper-reviews .wrap-content, .instruments .swiper-reviews .wrap-content {
  overflow: auto;
  height: 205px;
}
.reviews .swiper-reviews .more-text, .instruments .swiper-reviews .more-text {
  text-align: end;
  padding-bottom: 10px;
}
.reviews .swiper-button-prev, .instruments .swiper-button-prev {
  left: 0;
}
.reviews .swiper-button-next, .instruments .swiper-button-next {
  right: 0;
}

.container.reviews-social {
  padding: 0px;
  width: calc(100% - 90px);
  margin: 0 auto;
}
@media (max-width: 620px) {
  .container.reviews-social {
    width: calc(100% - 15px);
    padding: 0 10px 45px;
  }
}

.swiper-reviews-social {
  position: relative;
  overflow: hidden;
  padding: 5px;
  margin: 0 auto 40px;
  max-width: 1190px;
}
.swiper-reviews-social .swiper-slide {
  text-align: center;
  height: 100%;
  margin-top: 3px;
}
.swiper-reviews-social .swiper-slide .review-block {
  text-align: left;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
  height: 50%;
  height: 490px;
  overflow: auto;
  padding: 45px 40px;
  margin-top: 3px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
}
.swiper-reviews-social .swiper-slide .review-block .txt-center {
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
}
.swiper-reviews-social .swiper-slide .review-block .info-review {
  display: flex;
  justify-content: space-between;
}
.swiper-reviews-social .swiper-slide .review-block .info-review img {
  height: 45px;
  margin-right: 5px;
}
.swiper-reviews-social .swiper-slide .review-block .short-text {
  max-height: 17rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.swiper-reviews-social .swiper-slide .review-block .wrap-content {
  overflow: auto;
  height: 350px;
}
.swiper-reviews-social .swiper-slide .review-block .btn {
  max-width: 84%;
  text-transform: none;
}
.swiper-reviews-social .swiper-pagination {
  margin-bottom: 0;
  margin-top: 30px;
}
.swiper-reviews-social .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.swiper-reviews-social .more-text {
  text-align: end;
  padding-bottom: 10px;
}

section.instruments {
  padding: 30px 0 0;
}

.review-date {
  color: #58595b;
  font-size: 0.85rem;
  line-height: 0.85rem;
}

.review-name {
  font-weight: 500;
  font-size: 1.14rem;
  line-height: 1.42rem;
  margin-top: 2px;
}

.specialist-prof {
  min-height: 46px;
}

.review-photo {
  margin-bottom: 7px;
  height: 120px;
  display: inline-block;
}

.review-rating {
  margin-top: 7px;
}

.review-text {
  margin-top: 40px;
  font-size: 1.28rem;
  line-height: 1.7rem;
  text-align: left;
}
.review-text.active {
  max-height: initial;
}

.nav-page-img {
  display: none;
  width: 15px;
  transform: rotate(90deg);
}

.nav-page {
  min-height: 60px;
  height: 0;
  padding: 10px 0;
  font-size: 0.85rem;
  color: #6C6D70;
  display: flex;
  align-items: center;
}
.nav-page .nav-page-img {
  display: none;
  width: 15px;
  transform: rotate(90deg);
}
.nav-page div:not(:first-child) {
  margin-left: 22px;
}
.nav-page a {
  text-decoration: underline;
  position: relative;
}
.nav-page a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi45MSA0LjkyIj48dGl0bGU+0YHRgtGA0LXQu9C60LA8L3RpdGxlPjxwYXRoIGQ9Ik0xMC42Myw2QTEzLjY4LDEzLjY4LDAsMCwwLDEyLjIsNy41M2E1LjgzLDUuODMsMCwwLDAsMS4yNS43N3YuMzFhNyw3LDAsMCwwLTEuMzEuODQsMTMuNDcsMTMuNDcsMCwwLDAtMS41MiwxLjQ5SDEwLjFhOCw4LDAsMCwxLDEuMzUtMi4xMUguNTRWOC4xNGgxMC45cS0uNTItLjY2LS43Mi0xVDEwLjExLDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC41NCAtNi4wMykiIHN0eWxlPSJmaWxsOiM4MDgyODUiLz48L3N2Zz4=) no-repeat;
  height: 5px;
  width: 17px;
}
.nav-page a + div {
  margin-left: 22px;
}
.nav-page a {
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.nav-page span {
  color: #231f20;
  font-weight: 500;
  display: block;
  margin-left: 20px;
}
.nav-page span::before {
  display: none;
}
.nav-page span a {
  text-decoration: none;
}
.nav-page span a::before {
  display: none;
}

.direction-head-photo {
  position: relative;
  overflow: hidden;
}
.direction-head-photo:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 47%;
}
.direction-head-photo img, .direction-head-photo picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.direction-head-photo.layer:before {
  content: "";
  background: url(/img/layer-live.webp) no-repeat;
  z-index: 1;
  position: absolute;
  background-position: top right;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.direction-head-photo.planet:before {
  content: "";
  background: url(/img/planet.webp) no-repeat;
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-position: bottom right;
  width: 240px;
  height: 200px;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  transform: translate(20px, 20px);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}

.news .direction-head-photo {
  position: relative;
}
.news .direction-head-photo:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 43%;
}
.news .direction-head-photo img, .news .direction-head-photo picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.direction-title {
  font-size: 22px;
  font-weight: 700;
}
.direction-title.mini {
  font-size: 2.14rem;
  font-weight: 500;
}
.direction-title.urgently .occupation {
  display: inline-block;
  vertical-align: middle;
}
.direction-title.cont {
  margin-left: 140px;
}
.direction-title.center {
  text-align: left;
  /* margin-left: 340px;*/
}

.direction-desc {
  margin-top: 10px;
  line-height: 1.7rem;
}
.direction-desc.mini {
  margin-top: 0;
  font-weight: 500;
}
.direction-desc div + div, .direction-desc div + p, .direction-desc p + div {
  margin-top: 5px;
}
.direction-desc div + p {
  margin-top: 25px;
}
.direction-desc p + p {
  margin-top: 25px;
}

ol {
  list-style-type: decimal;
  margin-top: 25px;
  /*font-weight: 500;*/
}
ol li {
  font-size: 1.28rem;
  margin-left: 33px;
}
ol li p {
  font-weight: 300;
  display: inline-flex;
}
ol li + li {
  margin-top: 25px;
}

.man-drop {
  left: 75px !important;
}

.oc-wrap {
  margin-right: auto;
  position: absolute;
  top: 8px;
  right: 0px;
}

.mob-s {
  display: none;
}
@media (max-width: 750px) {
  .mob-s {
    display: flex !important;
  }
}

.mob-menu {
  display: none !important;
}
@media (max-width: 750px) {
  .mob-menu {
    display: inline-block !important;
  }
}

.direction-certificate {
  padding: 20px 0 30px;
}
.direction-certificate .sliders-wrap {
  margin-left: 0;
  width: 100%;
}
.direction-certificate .swiper-certf {
  max-width: 100%;
  margin: 0 auto;
}
.direction-certificate .def-sec-adv {
  max-width: 587px;
  padding-left: 0;
}
.direction-certificate .def-sec-adv .desc-adv {
  font-size: 1.28rem;
}

.symptoms {
  padding: 80px 0 50px;
}

.section-wrap, .wrap {
  overflow: hidden;
}
.section-wrap h1, .section-wrap h2, .section-wrap h3, .section-wrap h4, .section-wrap h5, .wrap h1, .wrap h2, .wrap h3, .wrap h4, .wrap h5 {
  margin: 15px 0;
  line-height: 1;
}
.section-wrap h1, .wrap h1 {
  font-size: 36px;
}
.section-wrap h2, .wrap h2 {
  font-size: 30px;
}
.section-wrap h2.disable-page, .wrap h2.disable-page {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  padding-left: 27px;
  position: relative;
}
.section-wrap h2.disable-page:before, .wrap h2.disable-page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1px;
  background: url(/img/error-outline.svg) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.section-wrap .btn-wrap, .wrap .btn-wrap {
  display: table-cell;
  vertical-align: middle;
  min-width: 290px;
}
.section-wrap h3, .wrap h3 {
  font-size: 22px;
}
.section-wrap h4, .wrap h4 {
  font-size: 18px;
}
.section-wrap ul, .wrap ul {
  list-style: disc;
  margin-left: 20px;
}
.section-wrap ul.navigation, .wrap ul.navigation {
  list-style: none;
  margin-left: 0;
}
.section-wrap ul.navigation ul, .wrap ul.navigation ul {
  list-style: none;
}

.reminder {
  font-size: 1.28rem;
}
.reminder.mt {
  margin-top: 25px;
}
.reminder p + p {
  margin-top: 25px;
}

.short-text {
  max-height: 10rem;
  overflow: hidden;
}

ul {
  font-size: 1.28rem;
}
ul li {
  margin-top: 15px;
}
ul li a {
  /* border-bottom: 1px solid #000000;
   text-decoration: none;*/
}

.direction-list-circle {
  flex-wrap: wrap;
  margin-top: 5px;
  margin-left: 20px;
}
.direction-list-circle li {
  list-style-type: disc;
  list-style-position: outside;
  width: 48%;
  margin-top: 12px;
}
.direction-list-circle li * {
  font-size: 1.28rem;
  vertical-align: middle;
}
.direction-list-circle li a {
  text-decoration: underline;
}
.direction-list-circle li.urgently .occupation {
  display: inline-block;
}
.direction-list-circle.w100 li {
  width: 100%;
}

body.fixed .nav-for-page {
  top: 100px;
}

.nav-for-page {
  position: fixed;
  top: 165px;
  padding-left: 40px;
  z-index: 9;
}
.nav-for-page ul {
  font-size: 1.28rem;
  max-width: 201px;
}
@media (max-width: 1000px) {
  .nav-for-page ul {
    max-width: 150px;
  }
}
.nav-for-page ul li.active {
  list-style-type: disc;
  font-weight: 500;
}
.nav-for-page ul li + li {
  margin-top: 12px;
}
.nav-for-page .nav-for-page-close {
  display: none;
}
.nav-for-page .nav-for-page-text {
  display: none;
}
.nav-for-page .def-nav-sec {
  margin-top: 45px;
}

.diseases {
  padding: 0 0 15px;
}
.diseases a {
  text-decoration: underline;
}
.diseases a:hover {
  text-decoration: none;
}

section.service-block .container.min {
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  section.service-block .container.min {
    padding-bottom: 10px;
  }
}
section.service-block .services-info {
  align-items: flex-end;
}
section.service-block .services-title {
  font-size: 18px;
}
section.service-block .services-price {
  display: block;
}
section.service-block .services-price span {
  font-size: 28px;
}
section.service-block .services-desc p {
  font-size: 16px;
}
section.service-block .oc-wrap {
  position: absolute;
  left: 0;
  top: -26px;
}
section.service-block .oc-wrap .occupation.occupation-price {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  section.service-block .oc-wrap {
    left: inherit;
    top: -26px;
  }
}

.search-price .btn,
.search-doc .btn {
  padding: 8px 18px;
  font-weight: 600;
}

.search-price,
.search-doc,
.search-header,
.services-header, .search-blog {
  margin: 65px 0;
}
.search-price .search-inp-wrap,
.search-doc .search-inp-wrap,
.search-header .search-inp-wrap,
.services-header .search-inp-wrap, .search-blog .search-inp-wrap {
  margin-right: 40px;
  width: 100%;
  position: relative;
}
.search-price .search-inp-wrap .js-clearVal,
.search-doc .search-inp-wrap .js-clearVal,
.search-header .search-inp-wrap .js-clearVal,
.services-header .search-inp-wrap .js-clearVal, .search-blog .search-inp-wrap .js-clearVal {
  display: none;
}
.search-price .search-inp-wrap .js-clearVal.active,
.search-doc .search-inp-wrap .js-clearVal.active,
.search-header .search-inp-wrap .js-clearVal.active,
.services-header .search-inp-wrap .js-clearVal.active, .search-blog .search-inp-wrap .js-clearVal.active {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  display: block;
  z-index: 9;
}
.search-price .search-result span.special,
.search-doc .search-result span.special,
.search-header .search-result span.special,
.services-header .search-result span.special, .search-blog .search-result span.special {
  display: block;
  margin-top: 2px;
}
.search-price .drop-result,
.search-doc .drop-result,
.search-header .drop-result,
.services-header .drop-result, .search-blog .drop-result {
  overflow: auto;
  max-height: 415px;
  min-height: 28px;
  white-space: normal;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #808080;
  font-size: 1.14rem;
  background-color: #f9f9f9;
  line-height: 1.3rem;
  z-index: -1;
  padding: 0 7px 0;
  opacity: 0;
  transition: all 0.1s linear;
}
@media (max-width: 640px) {
  .search-price .drop-result,
  .search-doc .drop-result,
  .search-header .drop-result,
  .services-header .drop-result, .search-blog .drop-result {
    width: 100%;
  }
}
.search-price .drop-result a:first-child, .search-price .drop-result div:first-child,
.search-doc .drop-result a:first-child,
.search-doc .drop-result div:first-child,
.search-header .drop-result a:first-child,
.search-header .drop-result div:first-child,
.services-header .drop-result a:first-child,
.services-header .drop-result div:first-child, .search-blog .drop-result a:first-child, .search-blog .drop-result div:first-child {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-price .drop-result a.bold, .search-price .drop-result div.bold,
.search-doc .drop-result a.bold,
.search-doc .drop-result div.bold,
.search-header .drop-result a.bold,
.search-header .drop-result div.bold,
.services-header .drop-result a.bold,
.services-header .drop-result div.bold, .search-blog .drop-result a.bold, .search-blog .drop-result div.bold {
  font-weight: bold;
  padding: 2px 7px;
  background-color: inherit;
}
.search-price .drop-result a, .search-price .drop-result div,
.search-doc .drop-result a,
.search-doc .drop-result div,
.search-header .drop-result a,
.search-header .drop-result div,
.services-header .drop-result a,
.services-header .drop-result div, .search-blog .drop-result a, .search-blog .drop-result div {
  padding: 13px 7px;
  background-color: #fff;
  display: block;
}
.search-price .drop-result a + a, .search-price .drop-result a + div, .search-price .drop-result div + a, .search-price .drop-result div + div,
.search-doc .drop-result a + a,
.search-doc .drop-result a + div,
.search-doc .drop-result div + a,
.search-doc .drop-result div + div,
.search-header .drop-result a + a,
.search-header .drop-result a + div,
.search-header .drop-result div + a,
.search-header .drop-result div + div,
.services-header .drop-result a + a,
.services-header .drop-result a + div,
.services-header .drop-result div + a,
.services-header .drop-result div + div, .search-blog .drop-result a + a, .search-blog .drop-result a + div, .search-blog .drop-result div + a, .search-blog .drop-result div + div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-price .drop-result a:first-child, .search-price .drop-result div:first-child,
.search-doc .drop-result a:first-child,
.search-doc .drop-result div:first-child,
.search-header .drop-result a:first-child,
.search-header .drop-result div:first-child,
.services-header .drop-result a:first-child,
.services-header .drop-result div:first-child, .search-blog .drop-result a:first-child, .search-blog .drop-result div:first-child {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-price .drop-result a.bold, .search-price .drop-result div.bold,
.search-doc .drop-result a.bold,
.search-doc .drop-result div.bold,
.search-header .drop-result a.bold,
.search-header .drop-result div.bold,
.services-header .drop-result a.bold,
.services-header .drop-result div.bold, .search-blog .drop-result a.bold, .search-blog .drop-result div.bold {
  font-weight: bold;
  padding: 2px 7px;
  background-color: inherit;
}
.search-price .drop-result a, .search-price .drop-result div,
.search-doc .drop-result a,
.search-doc .drop-result div,
.search-header .drop-result a,
.search-header .drop-result div,
.services-header .drop-result a,
.services-header .drop-result div, .search-blog .drop-result a, .search-blog .drop-result div {
  padding: 13px 7px;
  background-color: #fff;
  display: block;
}
.search-price .drop-result a + a, .search-price .drop-result a + div, .search-price .drop-result div + a, .search-price .drop-result div + div,
.search-doc .drop-result a + a,
.search-doc .drop-result a + div,
.search-doc .drop-result div + a,
.search-doc .drop-result div + div,
.search-header .drop-result a + a,
.search-header .drop-result a + div,
.search-header .drop-result div + a,
.search-header .drop-result div + div,
.services-header .drop-result a + a,
.services-header .drop-result a + div,
.services-header .drop-result div + a,
.services-header .drop-result div + div, .search-blog .drop-result a + a, .search-blog .drop-result a + div, .search-blog .drop-result div + a, .search-blog .drop-result div + div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-price .drop-result a:hover,
.search-doc .drop-result a:hover,
.search-header .drop-result a:hover,
.services-header .drop-result a:hover, .search-blog .drop-result a:hover {
  background-color: #EFEFAF;
}
.search-price .drop-result.active,
.search-doc .drop-result.active,
.search-header .drop-result.active,
.services-header .drop-result.active, .search-blog .drop-result.active {
  z-index: 30;
  opacity: 1;
}

#search-price .drop-result {
  background-color: #fff;
}
#search-price .drop-result > div:hover {
  background-color: #EFEFAF;
  cursor: pointer;
}

.services-header .search-inp-wrap .js-clearVal.active {
  right: 44px;
}

.services-header {
  margin: 0;
}
.services-header input {
  border-bottom: none;
  padding: 9px 10px;
}
.services-header .search-inp-wrap {
  background-color: #f9f9f9;
  margin-bottom: 45px;
}
.services-header .search-inp-wrap .search-i-header {
  position: absolute;
  top: 10px;
  right: 16px;
  background-color: transparent;
}

#services-table {
  margin-left: 20px;
  width: 95%;
  border-collapse: collapse;
}
#services-table .services-info {
  align-items: start;
}
#services-table .services-title {
  display: flex;
  padding-top: 22px;
  align-self: start !important;
}
#services-table .service-locality {
  padding-bottom: 22px;
}
#services-table .services-info {
  display: flex;
  flex-direction: column;
}
#services-table .more-services-info, #services-table .services-desc {
  padding-bottom: 22px;
}
#services-table .services-price {
  text-align: end;
  width: 202px;
}
#services-table td .services {
  padding: 0px;
  width: 100%;
}
#services-table td .services-desc {
  font-weight: 300;
}
#services-table td .more, #services-table td .services-desc, #services-table td .no-more {
  font-weight: 300;
}
#services-table td .services-title, #services-table td .oc-wrap {
  align-self: center;
}
#services-table .title-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-self: center;
}

@media (max-width: 850px) {
  #services-table {
    margin-left: 0px;
  }
  #services-table .services-title {
    word-break: normal !important;
  }
  #services-table .services-price {
    width: inherit;
  }
  #services-table .btn {
    margin-left: 10px;
    width: 100px !important;
    height: 60px;
    white-space: normal;
    line-height: 1.5;
  }
}
.services-info {
  font-size: 1.14rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.services-info a {
  text-decoration: underline;
}

.services-desc {
  font-size: 1.14rem;
  line-height: 1.4rem;
  max-width: 590px;
  transition: max-height 0.2s ease;
}
.services-desc p {
  margin-top: 10px;
}
.services-desc p:empty {
  margin-top: 0;
}
.services-desc ul {
  width: 100%;
  list-style-type: decimal;
  margin-left: 20px;
}
.services-desc ul li {
  margin-top: 10px;
}

.services-price {
  font-weight: 300;
  margin-left: 10px;
  white-space: nowrap;
  position: relative;
  font-size: 21px;
}
.services-price span {
  font-size: 2rem;
  margin-right: 3px;
  font-weight: 300;
}

.more-services-info, .more-review-info, .more-text {
  align-items: center;
  font-size: 1.14rem;
  display: none;
  margin-top: 15px;
  cursor: pointer;
}
.more-services-info img, .more-review-info img, .more-text img {
  width: 21px;
  flex-shrink: 0;
  margin-bottom: -6px;
  transition: all 0.2s linear;
}
.more-services-info .no-more, .more-review-info .no-more, .more-text .no-more {
  display: none;
}
.more-services-info.active .more, .more-review-info.active .more, .more-text.active .more {
  display: none;
}
.more-services-info.active .no-more, .more-review-info.active .no-more, .more-text.active .no-more {
  display: inline-block;
}
.more-services-info.active img, .more-review-info.active img, .more-text.active img {
  transform: rotate(180deg);
}

.more-text {
  display: block;
}

.more-review-info {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}

.search-i-w {
  height: 20px;
}

.search-result-wrap .services {
  padding: 15px 0px 15px;
}

/* стили для видео слайдера */
.thummbs-wrap {
  margin-left: inherit !important;
  margin: 0 auto;
  width: calc(50% + 10px);
  overflow: hidden;
}
@media (max-width: 820px) {
  .thummbs-wrap {
    width: 100%;
  }
}

@media (min-width: 850px) and (max-width: 900px) {
  .video-card {
    max-width: 80%;
    margin-left: 7%;
  }
  .thumb-card img {
    height: calc(100% + 60px);
  }
}
#video-slider {
  padding-top: 15px;
  width: calc(100% - 58px);
  overflow: hidden;
}
#video-slider .swiper-button-next {
  right: 0;
}
#video-slider .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
#video-slider .swiper-slide-active {
  opacity: 1;
}
#video-slider .video-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 15px;
}
#video-slider .video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.video-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 80px;
}

#video-thumbs .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

#video-thumbs {
  padding-bottom: 200px;
  padding-top: 40px;
}

#video-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#video-thumbs .swiper-slide-thumb-active .thumb-card img {
  outline: 4px solid var(--color-main);
}

.thumb-card {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  overflow: hidden;
}

.thumb-card img {
  position: absolute;
  left: 4px;
  width: 132px;
  height: calc(100% + 75px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.swiper-line {
  position: relative;
  width: 100%;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  margin: 0px 20px;
  top: 86px;
}

#video-thumbs .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23px;
  height: 3px;
  background-color: var(--color-main);
  z-index: 2;
  top: 90px;
  width: 60%;
  height: 5px;
  border-radius: 39px;
}

@media (max-width: 900px) {
  #video-slider {
    width: calc(100% - 4px);
  }
  #video-thumbs .swiper-slide-thumb-active::after {
    display: none;
  }
  #video-thumbs {
    margin-left: 0;
  }
}
.video-slider-section {
  background-image: url("/img/video-backgound.svg");
  background-repeat: repeat-x;
  background-size: 53% 82%;
  background-position: top left;
}

/* стили для видео слайдера конец*/
.SMI .news-card {
  display: none;
  flex: 1 1 calc(33.3333333333% - 2rem);
  padding-top: 0;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 0 !important;
  padding-bottom: 10px;
  margin: 40px 0px;
  flex-direction: column;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.SMI .news-card .image-container {
  position: relative;
  box-shadow: 0 4px 52px 0 rgba(0, 0, 0, 0.14);
  height: auto;
  overflow: hidden;
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.14);
  max-height: 184px;
}
.SMI .news-card img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  min-height: 180px;
}
.SMI .news-card .media-content {
  margin: 15px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.SMI .news-card .media-content .btn-wrap-SMI {
  margin-top: auto;
  margin-bottom: 20px;
}
.SMI .news-card .media-content .data {
  margin-bottom: 10px;
  text-align: right;
  margin-right: 10px;
}
.SMI .news-card .media-content .text {
  padding-bottom: 20px;
  word-break: break-word;
}
.SMI .news-card .media-content .description p {
  max-height: 5.6em;
  line-height: 1.4em;
}
.SMI .news-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  gap: 1rem;
  justify-content: flex-start;
}
.SMI .news-and-blog {
  display: flex;
  flex-direction: row;
  margin: 0 !important;
  width: 100%;
}
.SMI .news-and-blog li {
  list-style: none;
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.14);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
  font-size: 1.5rem;
  justify-content: flex-start;
}
.SMI .news-and-blog li:last-child {
  margin-left: 20px;
}
.SMI .news-and-blog li:hover {
  color: #fff;
  background-color: var(--color-main);
  border: 2px solid var(--color-main) !important;
}
.SMI .news-and-blog li:hover img {
  filter: brightness(0) invert(1);
}
.SMI .news-and-blog a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 60%;
  padding: 12px;
  text-decoration: none;
  border-radius: 8px;
}
.SMI .news-and-blog a img {
  margin-right: 70px;
  margin-left: 40px;
}

@media (max-width: 1140px) {
  .SMI .news-card {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media (max-width: 349px) {
  .SMI .news-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 831px) {
  .SMI .news-and-blog {
    flex-direction: column;
  }
  .SMI .news-and-blog li:last-child {
    margin-left: 0px;
  }
  .SMI .media-card {
    flex-direction: column;
  }
  .SMI .media-card .media-content {
    margin-left: 0px;
    margin-top: 20px;
  }
  .SMI .media-card .image-container {
    width: 200px;
    height: 150px;
  }
  .SMI .media-card .description {
    max-width: 348px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.services {
  padding: 23px 22px;
  position: relative;
}
.services + .services {
  border-top: 1px solid #808285;
}
.services.active .services-desc {
  max-height: 88px;
  overflow: hidden;
}
.services.active .services-desc.active {
  max-height: 100%;
  overflow: visible;
}
.services.active .more-services-info {
  display: flex;
}
.services .services-price > div {
  display: block;
}

.service-block .services {
  padding: 24px 0px;
}

.price-accordion {
  display: none;
}
.price-accordion.active {
  display: block;
}

.search-result-wrap {
  display: none;
  border-bottom: 1px solid #808285;
}
.search-result-wrap.active {
  display: block;
}

.warning-search {
  color: #D83C0E;
  font-size: 1.14rem;
  line-height: 1.28rem;
  margin-bottom: 20px;
  margin-top: -25px;
  width: 100%;
  text-align: center;
}
.warning-search.active {
  display: block;
}
@media (max-width: 640px) {
  .warning-search a {
    margin-top: 20px;
  }
}

.set-doc-search {
  padding: 40px 0 40px;
  margin-top: 40px;
}
.set-doc-search .search-title h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}
.set-doc-search .search-doc .search-inp-wrap {
  margin-right: 0;
  width: 100%;
  position: relative;
}
.set-doc-search .search-doc .search-inp-wrap:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z' fill='black' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
  background-size: cover;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 15px;
  left: 15px;
}
.set-doc-search .search-doc .search-inp-wrap input {
  padding-left: 50px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  height: 50px;
}
.set-doc-search .search-doc .search-inp-wrap .js-clearVal.active {
  right: 12px;
}

@media (max-width: 640px) {
  .set-doc-search .selects {
    flex-direction: column;
  }
}
.set-doc-search .select, .set-doc-search select {
  position: relative;
  width: 31%;
  padding: 8px 0;
}
@media (max-width: 640px) {
  .set-doc-search .select, .set-doc-search select {
    width: 100%;
  }
}
.set-doc-search .select .information, .set-doc-search select .information {
  top: 65px;
  position: initial;
  padding-top: 10px;
}

.set-news-search .select {
  font-weight: 300;
}
.set-news-search label {
  font-size: 16px;
  line-height: 2;
}

.search-doc {
  margin: 45px 0;
}

.search-by-name {
  font-size: 1.34rem;
  line-height: 39px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.search-by-name span {
  cursor: pointer;
  display: inline-block;
  margin-right: 12px;
}
.search-by-name span.red {
  color: #D83C0E;
  font-weight: 600;
}

.doctors-result-cards {
  flex-wrap: wrap;
  margin-top: 70px;
}

.doc-card {
  display: none;
}

.doc-card.active,
.doc-card-more {
  width: 23.5%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.doc-card.active a {
  position: relative;
}
.doc-card.active a img {
  width: inherit;
  max-height: 200px;
  margin: auto;
  display: block;
}

.doc-card-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s linear;
}
.doc-card-more:hover {
  opacity: 0.9;
}
.doc-card-more.hide {
  display: none;
}

.doc-card-clear {
  width: 23.5%;
  background-color: transparent;
  overflow: hidden;
}

.more-card-info {
  margin-top: 50px;
  color: #6C6D70;
  font-size: 1.28rem;
}
.more-card-info .val-card {
  font-weight: 500;
}

.head-info-doc {
  padding-bottom: 30px;
  padding-top: 30px;
}

.doc-info-photo, .doc-info-photo-mobile {
  border-radius: 15px;
  background-color: #fff;
  min-width: 40%;
  width: 100%;
  padding: 15px 20px 20px;
  border: 1px solid rgba(35, 31, 32, 0.2);
}
.doc-info-photo .btn, .doc-info-photo-mobile .btn {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
  margin-top: 20px;
  border-radius: 6px;
  text-align: center;
  width: 100%;
}
.doc-info-photo .specialist-info, .doc-info-photo-mobile .specialist-info {
  padding: 30px 18px;
}
.doc-info-photo .specialist-info .search-result-item__star-rating, .doc-info-photo-mobile .specialist-info .search-result-item__star-rating {
  width: 120px;
  height: 24px;
  background-size: 24px 24px;
}
.doc-info-photo .specialist-info .search-result-item__star-0,
.doc-info-photo .specialist-info .search-result-item__star-1,
.doc-info-photo .specialist-info .search-result-item__star-2,
.doc-info-photo .specialist-info .search-result-item__star-3,
.doc-info-photo .specialist-info .search-result-item__star-4,
.doc-info-photo .specialist-info .search-result-item__star-5, .doc-info-photo-mobile .specialist-info .search-result-item__star-0,
.doc-info-photo-mobile .specialist-info .search-result-item__star-1,
.doc-info-photo-mobile .specialist-info .search-result-item__star-2,
.doc-info-photo-mobile .specialist-info .search-result-item__star-3,
.doc-info-photo-mobile .specialist-info .search-result-item__star-4,
.doc-info-photo-mobile .specialist-info .search-result-item__star-5 {
  background-size: 24px 24px;
}
.doc-info-photo .specialist-info .specialist-comment, .doc-info-photo-mobile .specialist-info .specialist-comment {
  margin-top: 0;
}
.doc-info-photo .specialist-info .specialist-comment img, .doc-info-photo-mobile .specialist-info .specialist-comment img {
  width: 35px;
}
.doc-info-photo .specialist-info .specialist-comment span, .doc-info-photo-mobile .specialist-info .specialist-comment span {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .doc-info-photo .btn,
  .doc-info-photo-mobile .btn {
    min-height: auto;
    font-size: 16px;
    line-height: 12px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
}
.doc-info {
  margin-left: 40px;
  font-size: 1.28rem;
  width: 100%;
}
@media (max-width: 768px) {
  .doc-info {
    padding-bottom: 20px;
    margin-left: 0;
    margin-top: 20px;
  }
}

.doc-prof {
  margin: 3px 0 10px 0;
  font-size: 1.28rem;
  color: var(--color-main);
  font-family: Roboto;
  font-weight: normal;
}

.doc-spec a {
  font-family: Roboto;
  line-height: 27px;
  padding-top: 5px;
  text-decoration: underline;
}

.doc-name {
  font-weight: 500;
  font-size: 2.14rem;
}
.doc-name h1 {
  margin: 0 0 15px;
}

.doc-info-list {
  margin: 30px 0 50px;
  line-height: 1.8rem;
}
.doc-info-list .list-title {
  font-weight: 500;
}
.doc-info-list .list-title .norm-string {
  font-weight: 300;
}
.doc-info-list .list-title .price-doc-val {
  font-weight: 300;
  font-size: 1.5rem;
}
.doc-info-list .price-doc {
  margin-top: 30px;
}
.doc-info-list a {
  text-decoration: underline;
  display: block;
  border: none;
}
.doc-info-list span a {
  display: inline;
}
.doc-info-list .social-links-nav {
  display: flex;
  align-items: center;
}
.doc-info-list .links img {
  height: 32px;
  width: 32px;
  border-radius: 5px;
}
.doc-info-list .links img:hover {
  opacity: 0.8;
}

ul.doc-info-list {
  list-style: none;
  margin-left: 0;
}

.direction-spec-noslider .direction-spec-card {
  width: 31%;
}
.direction-spec-noslider .direction-spec-card .doc-image a {
  position: relative;
  display: block;
}
.direction-spec-noslider .direction-spec-card .doc-image a:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 80%;
}
.direction-spec-noslider .direction-spec-card .doc-image a img, .direction-spec-noslider .direction-spec-card .doc-image a picture {
  /*width: inherit;
  max-height: 195px;
  margin: auto;
  display: block;
  height:40%;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
}

.diagnostic-methods,
.diseases-for-heals,
.exp-work,
.theme-since-works {
  padding: 20px 0;
}

.reviews-doctors {
  padding: 30px 0 10px;
  margin-top: 50px;
}
.reviews-doctors.only-form {
  padding: 0;
}
.reviews-doctors .direction-desc {
  padding-bottom: 20px;
}

.send-review {
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s linear;
}
.send-review.active {
  padding-top: 30px;
  padding-bottom: 30px;
  max-height: 100%;
}

.reviews-star {
  position: relative;
}
.reviews-star .send-review-text {
  font-size: 1.28rem;
  font-weight: 500;
}
.reviews-star .rating-select {
  margin-left: 30px;
}
.reviews-star .rating-select img {
  width: 33px;
  height: 31px;
  cursor: pointer;
}
.reviews-star .input-wrap.error-in {
  position: absolute;
  bottom: -26px;
  width: auto;
}
.reviews-star .input-wrap.error-in .error-input {
  position: static !important;
  bottom: -3px;
}

.more .review-form-info {
  margin-top: 0;
}
.more .review-form-info .textarea-wrap {
  margin-bottom: 20px;
}
.more .social {
  flex-direction: column;
  align-items: flex-end;
}
.more .social .btn, .more .social div {
  min-width: 140px;
}
.more .social div {
  text-align: center;
}
@media (min-width: 0px) and (max-width: 500px) {
  .more .reviews-star {
    flex-direction: column;
  }
}
.more .reviews-star .send-review-text {
  font-size: 1.48rem;
}
@media (min-width: 0px) and (max-width: 500px) {
  .more .reviews-star .send-review-text {
    font-size: 2rem;
  }
}
.more .reviews-star .rating-select {
  width: 300px;
  height: 54px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 500px) {
  .more .reviews-star .rating-select {
    margin-left: 0;
    margin-top: 10px;
  }
}
.more .reviews-star .rating-select img {
  width: 61px;
  height: 60px;
}
.more .reviews-star .rating-select .text {
  text-indent: 0;
  position: absolute;
  width: 300px;
  bottom: -24px;
  color: var(--color-main);
  font-weight: bold;
  font-size: 12px;
}
.more .reviews-star .rating-select .text div {
  display: inline;
}
.more .reviews-star .rating-select .text div.right {
  float: right;
}
.more .robots > div {
  margin-right: 10px;
}
.more .robots .btn-default {
  margin-top: 20px;
  padding: 10px 30px;
}
.more .robots label {
  margin-top: 20px;
  display: block;
  margin-left: -2px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .more .robots {
    flex-flow: wrap;
  }
}

.review-form-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
  align-items: flex-end;
}
.review-form-info label {
  font-weight: bold;
}
.review-form-info .input-wrap {
  width: 48%;
}
.review-form-info textarea {
  width: 100%;
  margin-top: 55px;
  min-height: 155px;
}

.robots {
  justify-content: flex-end;
  margin-top: 35px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .robots {
    margin-top: 15px;
  }
}
.robots .checkbox {
  margin-right: 25px;
}

.js-open-rev img {
  transform: translateY(-50%);
  transition: 0.2s;
}
.js-open-rev.active img {
  transform: translateY(-50%) rotate(-180deg);
}

.rev-data {
  color: #231F20;
  font-size: 12px;
  font-weight: 300;
}

.rev-name {
  font-weight: 500;
  font-size: 1.28rem;
  margin-top: 3px;
  margin-left: 5px;
}

.reviews-people {
  display: none;
}
.reviews-people .search-result-item__star-rating {
  margin-top: 10px;
  background-size: 16px 16px;
}
.reviews-people .search-result-item__star {
  background-size: 16px 16px;
}

.rev-text {
  font-size: 1.28rem;
  margin: 20px 0 0 5px;
}
@media (max-width: 768px) {
  .rev-text p {
    font-size: 1.08rem;
  }
}

.rev-url {
  font-size: 1.28rem;
  line-height: 1.7rem;
  margin-top: 1em;
}
.rev-url a {
  text-decoration: underline;
}

.reviews-people-wrap {
  margin-top: 40px;
}

.more-rev {
  color: #6C6D70;
  font-size: 1.28rem;
  margin-top: 40px;
  margin-bottom: 15px;
}
.more-rev.cont {
  margin-left: 140px;
}
.more-rev .total-rev {
  padding-right: 10px;
}

.show-more-rev, .show-more-news {
  cursor: pointer;
  margin-right: 10px;
}
.show-more-rev img, .show-more-news img {
  width: 13px;
  margin-left: 5px;
}

.doctors-cards {
  margin-top: 50px;
  flex-wrap: wrap;
}

.mini-list {
  list-style-type: disc;
  margin-top: 5px;
}
.mini-list li {
  list-style-position: inside;
  font-weight: 300;
}
.mini-list li + li {
  margin-top: 5px;
}

.hospital-no-title {
  padding: 10px 0 25px;
}

.swiper-license {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.swiper-license .swiper-slide {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 5px;
  position: relative;
}

.action-license {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6% 22%;
  border-radius: 0 0 2px 2px;
  background-color: #ffffff;
  opacity: 0.8;
}
.action-license img {
  width: 25px !important;
}
.action-license a + a {
  margin-left: 30px;
}

.license {
  padding: 30px 0 80px;
}
.license .sliders-wrap {
  margin-left: 0;
  width: 100%;
  margin-top: 0;
}

.partners {
  margin-top: 30px;
}

.medical-doc + .medical-doc {
  margin-top: 40px;
}

.feedback-wrap {
  margin-top: 50px;
  padding-bottom: 30px;
}

.card {
  display: none;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card + .card {
  margin-top: 80px;
}

.card-photo {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border: 1px solid #efeff0;
  margin-top: 10px;
}
.card-photo img {
  flex-shrink: 0;
  width: 100px;
  max-width: inherit;
}

.card-small-text {
  color: #58595b;
}

.card-title-text {
  color: #000;
  font-size: 1.28rem;
  font-weight: 500;
  height: 65px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.author-title.card-title-text {
  height: 25px;
}

@media (max-width: 850px) {
  .card-title-text {
    height: 84px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 650px) {
  .card-title-text {
    height: 110px;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 590px) {
  .card-title-text {
    height: 84px;
  }
}
@media (max-width: 450px) {
  .card-title-text {
    height: 110px;
  }
}
.news-info {
  padding: 18px 0;
}

.card-desc-text {
  font-size: 16px;
  line-height: 1.7rem;
  margin-top: 12px;
  padding-bottom: 25px;
}
.card-desc-text p {
  font-size: 16px;
}

.feedback-out-staff {
  padding: 30px 0 50px;
}

.card-content {
  margin: 0 auto;
  padding: 0 10px;
}

.feedback-content.card-content {
  margin-left: 20px;
  width: 75%;
}
.feedback-content.active .more-services-info {
  display: flex;
  width: 100%;
}
.feedback-content.active .feedback-desc {
  max-height: 70px;
  overflow: hidden;
}
.feedback-content.active .feedback-desc.active {
  max-height: 100%;
  overflow: visible;
}

.file {
  min-width: 200px;
  display: flex;
  align-items: flex-start;
}

.btn.btn-default.send {
  width: inherit;
}

.resume-wrap .btn {
  margin-left: 55px;
}

.resume-send {
  padding: 30px 0;
}

.radio-row {
  max-width: 300px;
  margin: 30px 0;
}

.news-year {
  margin-top: 30px;
}
.news-year + .news-year {
  margin-top: 70px;
}

.news-wrap {
  margin-top: 20px;
}

.news-desc {
  margin-top: 5px;
  padding-bottom: 0;
}

.news-tag {
  display: flex;
  padding: 20px 0 5px;
  box-sizing: border-box;
  bottom: 15px;
  width: inherit;
  max-width: calc(100% - 20px);
  margin-bottom: 10px;
  margin-top: auto;
}
.news-tag a {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #007f80;
  border: 1px solid rgba(88, 89, 91, 0.5490196078) !important;
  border-radius: 7px;
  text-decoration: none !important;
}

.news-card + .news-card {
  margin-top: 50px;
}

#head-info {
  text-align: center;
}

#head-info h2 {
  text-align: center;
  font-size: 2.85rem;
}

.head-info, .gallery {
  padding-bottom: 30px;
  padding-top: 20px;
}
.head-info.margin-zero, .gallery.margin-zero {
  padding-top: 0;
}
.head-info p, .gallery p {
  font-size: 1.28rem;
}
.head-info a, .gallery a {
  text-decoration: underline;
}
.head-info .news-data, .gallery .news-data {
  margin-bottom: 10px;
}

.news-theme {
  padding-top: 40px;
  padding-bottom: 100px;
}

.gallery .def-sec-adv {
  padding-left: 5px;
}

.reviews-screen {
  margin-top: 0;
}

.answer-rev .reviews-people {
  margin-left: 50px;
  margin-top: 30px;
}
.answer-rev .rev-text {
  color: #58595b;
  margin-top: 10px;
}

.rev-photo-wrap {
  display: none;
}
.rev-photo-wrap.active {
  display: block;
}
.rev-photo-wrap.active .more-services-info {
  display: block;
}
.rev-photo-wrap.active {
  /*@media (max-width: 500px) {
    .more-services-info {
      display: flex;
    }
  }*/
}

.rev-photo {
  border: 10px solid #f1f2f2;
  overflow: hidden;
  transition: all 0.2s linear;
  margin-top: 10px;
}
.rev-photo img {
  width: 100%;
}
.rev-photo.active {
  max-height: 80px;
}

.personal-data {
  margin-top: 0;
}
.personal-data .btn {
  margin-left: 340px;
  margin-top: 45px;
}

.form-vac {
  display: flex;
}
.form-vac .name-section {
  font-weight: 500;
  font-size: 1.7rem;
  text-align: right;
  padding-right: 65px;
  border-right: 1px solid #cccccc;
  max-width: 250px;
  width: 100%;
}
.form-vac .input-g {
  padding-left: 90px;
  max-width: 410px;
  width: 100%;
}
.form-vac .input-g .input-wrap + .input-wrap {
  margin-top: 40px;
}
.form-vac .input-g textarea {
  min-height: 200px;
  margin-bottom: 40px;
}
.form-vac .input-g textarea.dop {
  margin-bottom: 0;
}
.form-vac .input-g .date-born {
  position: relative;
  font-size: 1.14rem;
  font-weight: 500;
  height: 27px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin: 40px 0;
}
.form-vac .input-g .date-born.error-in input {
  border-bottom: 1px solid #bd463a;
}
.form-vac .input-g .date-born.error-in .error-input {
  position: absolute;
  top: 30px;
  font-weight: 300;
  width: 100%;
  transform: scale(1);
  z-index: 1;
  opacity: 1;
}
.form-vac .input-g .date-born .error-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: #bd463a;
  font-size: 13px;
  transform: scale(0);
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: all 0.1s linear;
}
.form-vac .input-g .date-born .error-input img {
  width: 20px;
}
.form-vac .input-g .date-born input {
  width: 42px;
  margin-left: 10px;
  flex-shrink: 0;
  text-align: center;
  padding: 3px;
}
.form-vac .input-g .date-born input + input {
  margin-top: 0;
}
.form-vac .input-g .date-born input.year {
  width: 60px;
  margin-right: 10px;
}
.form-vac .input-g .date-born input.sum {
  width: 96px;
  margin-right: 10px;
}
.form-vac .input-g .date-born.text {
  margin: 0;
  margin-top: 8px;
}
.form-vac + .form-vac {
  margin-top: 100px;
}

.check-row {
  margin-top: 20px;
  color: #000000;
}

.check-column {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.check-column .checkbox + .checkbox {
  margin-top: 10px;
}

.date-born + .check-column {
  margin-top: 10px;
  margin-bottom: 0;
}

.first-line .search-header .search-icon {
  padding: 10px 0;
}
.first-line .search-header .search-inp-wrap {
  display: none;
  margin-right: 10px;
  max-width: 620px;
  width: 620px;
}
.first-line .search-header .search-inp-wrap .drop-result {
  display: none;
}
.first-line .search-header .search-inp-wrap .drop-result.active {
  display: block;
  width: calc(100% + 44px);
  text-align: left;
}
.first-line .search-header .search-inp-wrap .drop-result.new-search-result {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 5px 13px;
  width: 100%;
  left: 10px;
}
.first-line .search-header .search-inp-wrap .drop-result.new-search-result .search-result-title {
  font-size: 15px;
  color: var(--color-main);
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.first-line .search-header .search-inp-wrap .drop-result.new-search-result .search-result-title img {
  margin: 0 10px 0 0;
}
.first-line .search-header .search-inp-wrap .drop-result.new-search-result a {
  color: rgba(35, 31, 32, 0.8);
  padding-left: 26px;
  display: block;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
}
.first-line .search-header .search-inp-wrap .drop-result.new-search-result a a + div {
  padding-bottom: 15px;
}
.first-line .search-header .search-inp-wrap .drop-result.new-search-result a:hover {
  background-color: #ffffff !important;
}
.first-line .search-header .search-inp-wrap .drop-result.new-search-result a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url("/img/new/search-gray.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.first-line .search-header input {
  color: #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  margin: 3px 9px;
  padding: 0;
}
.first-line .search-header input::-moz-placeholder {
  color: #5c5c5c;
}
.first-line .search-header input::placeholder {
  color: #5c5c5c;
}
.first-line .search-header input::-ms-input-placeholder {
  color: #5c5c5c;
}
.first-line .search-header input:-ms-input-placeholder {
  color: #5c5c5c;
}

.search-header .drop-result.new-search-result, .services-header .drop-result.new-search-result {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 5px 13px;
  width: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  margin-top: 3px;
}
.search-header .drop-result.new-search-result.mobile-menu, .services-header .drop-result.new-search-result.mobile-menu {
  border: 1px solid rgba(35, 31, 32, 0.2);
  border-radius: 21px;
  margin-top: 10px;
  width: calc(100% + 27px) !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
.search-header .drop-result.new-search-result .search-result-title, .services-header .drop-result.new-search-result .search-result-title {
  font-size: 15px;
  color: var(--color-main);
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.search-header .drop-result.new-search-result .search-result-title img, .services-header .drop-result.new-search-result .search-result-title img {
  margin: 0 10px 0 0;
}
.search-header .drop-result.new-search-result a, .services-header .drop-result.new-search-result a {
  color: rgba(35, 31, 32, 0.8);
  padding-left: 26px;
  display: block;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
}
.search-header .drop-result.new-search-result a a + div, .services-header .drop-result.new-search-result a a + div {
  padding-bottom: 15px;
}
.search-header .drop-result.new-search-result a:hover, .services-header .drop-result.new-search-result a:hover {
  background-color: #ffffff !important;
}
.search-header .drop-result.new-search-result a::before, .services-header .drop-result.new-search-result a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url("/img/new/search-gray.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.search-header {
  z-index: 10;
  margin: 0 20px 0 10px;
}
.search-header .search-icon {
  cursor: pointer;
  padding: 14px 3px;
  flex-shrink: 0;
}
.search-header .search-icon button.sub {
  background-color: transparent;
  display: none;
}
.search-header .search-icon.active button.sub {
  display: block;
}
.search-header .search-icon.active .desc-i {
  display: none;
}
.search-header .search-inp-wrap {
  display: none;
  margin-right: 10px;
  max-width: 800px;
  width: 700px;
}
.search-header .search-inp-wrap .drop-result {
  display: none;
}
.search-header .search-inp-wrap .drop-result.active {
  display: block;
  width: calc(100% + 44px);
  text-align: left;
}
.search-header input {
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  margin: 3px 0;
  padding: 0;
}
.search-header input::-moz-placeholder {
  color: #f1f2f2;
}
.search-header input::placeholder {
  color: #f1f2f2;
}
.search-header input::-ms-input-placeholder {
  color: #f1f2f2;
}
.search-header input:-ms-input-placeholder {
  color: #f1f2f2;
}

a.search-result.end {
  background-color: #f9f9f9;
}

footer .made-name {
  padding-left: 8px;
  white-space: nowrap;
}
@media (max-width: 500px) {
  footer .made-name {
    white-space: inherit;
  }
}
footer .made-name.visible-desktop {
  padding-right: 48px;
}
footer .made-in.first {
  display: none;
}
footer .made-in.first .made-name {
  padding-top: 15px;
}
footer .made-in {
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  color: #999;
}
footer .made-in .made {
  width: calc(100% - 100px);
  max-width: 1920px;
  margin: auto;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
footer .made-in .made > a {
  display: flex;
  padding-right: 30px;
}
footer .made-in .made .made-name {
  color: #999;
  font-weight: 300;
  font-size: 13px;
}
footer .made-in .made .made-logo {
  margin-left: 5px;
}
footer .made-in .made .made-logo img {
  height: 23px;
}

.helper {
  position: relative;
  padding-top: 60px;
}
.helper .dark-top {
  position: absolute;
  height: 300px;
  z-index: 1;
  top: -81px;
  left: 0;
  width: 100%;
}
.helper .dark-bottom {
  position: absolute;
  height: 200px;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.helper-wrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 0px 80px 40px 0px;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  justify-content: space-between;
  border-radius: 8px;
}
.helper-wrap .call-center-img {
  flex-shrink: 0;
  margin-bottom: -40px;
  padding-left: 30px;
  margin-left: 20px;
}

.helper-info {
  width: 310px;
  margin-bottom: 10px;
  z-index: 1;
}
.helper-info .title-helper-info {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.55rem;
  white-space: initial;
  text-align: center;
}
.helper-info .desc-helper-info {
  margin-top: 3px;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}
.helper-info .input-group {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.helper-info .input-group .input-wrap + .input-wrap {
  margin-top: 40px;
}
.helper-info .sumb-form {
  text-align: right;
  margin-top: 30px;
}
.helper-info .sumb-form #from-footer-send {
  width: 100%;
}

.sumb-form p {
  text-align: center;
  font-size: 12px;
  color: #231f20;
  font-weight: 300;
  margin-bottom: 7px;
  line-height: 1.5;
}
.sumb-form p a {
  text-decoration: underline !important;
}

.sumb-form button {
  width: 100%;
}

#bingc-passive div.bingc-phone-sample.sumb-form {
  display: block !important;
}
@media (max-width: 979px) {
  #bingc-passive div.bingc-phone-sample.sumb-form {
    padding-left: 0;
    line-height: 1.7;
  }
}

.bingc-passive .sumb-form p {
  max-width: 525px !important;
  color: #706f79 !important;
}

.mobile-helper .helper-info .input-group .input-wrap + .input-wrap {
  margin-top: 20px;
}
.mobile-helper .helper-info .title-helper-info {
  font-size: 1.65rem;
}

.head-review {
  margin-top: 150px;
  padding-bottom: 35px;
}

.head-review-wrap .head-review-text {
  font-weight: 500;
  font-size: 1.71rem;
  margin-right: 20px;
}
.head-review-wrap .rating-select img {
  width: 27px;
  height: 27px;
  cursor: pointer;
}

.contacts {
  padding: 10px 0 40px;
}

.contacts-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5px;
}

.contacts-card {
  color: #000000;
  max-width: 30%;
  width: 100%;
  margin-top: 75px;
  font-size: 16px;
}
.contacts-card .arr-down {
  display: none;
}
.contacts-card .card-title {
  color: #007f80;
  font-weight: 500;
  font-size: 1.42rem;
}
.contacts-card .card-title + .card-address {
  margin-top: 0;
}
.contacts-card .card-number {
  display: table;
  margin-top: 5px;
}
.contacts-card .card-number img {
  padding-right: 7px;
  height: 19px;
  min-width: 24px;
  vertical-align: middle;
}
.contacts-card .card-number span {
  vertical-align: middle;
  display: table-cell;
}
.contacts-card .card-address {
  font-weight: 500;
  margin-top: 24px;
}
.contacts-card .card-address a {
  text-decoration: underline;
}
.contacts-card .card-info {
  margin-top: 20px;
  line-height: 1.57rem;
}
.contacts-card .card-link-geo {
  color: #231f20;
  margin-top: 20px;
}
.contacts-card .card-link-geo a {
  border-bottom: 1px solid #000;
}

.bottom-footer {
  background-color: var(--color-main);
  color: #fff;
}

.bottom-footer-wrap {
  min-height: 70px;
  padding: 10px 0;
}

.author-license {
  font-weight: 500;
  font-size: 0.85rem;
}

.pay {
  margin-left: 55px;
}
.pay img {
  width: 50px;
}
.pay img + img {
  margin-left: 10px;
}

.mail-control {
  font-size: 1.14rem;
  margin-right: auto;
  margin-left: 14%;
}
.mail-control span {
  text-decoration: underline;
}
.mail-control img {
  width: 25px;
  margin-right: 25px;
}

.soc-nav img {
  width: 32px;
}
.soc-nav a {
  transition: all 0.1s line;
}
.soc-nav a:hover {
  opacity: 0.9;
}
.soc-nav a + a {
  margin-left: 19px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  display: none;
  transition: all 0.2s linear;
}
.popup.info-application .wrap-popup {
  width: 300px;
  text-align: left;
}
.popup.info-application .title-pop {
  font-size: 2rem;
  margin-bottom: 25px;
}
.popup.info-application p {
  font-size: 1.2rem;
}
.popup.info-application p span {
  color: var(--color-main);
  font-size: 1.6rem;
}
.popup.info-application p span.time {
  font-size: 2rem;
}
.popup.info-application p + p {
  margin-bottom: 8px;
}
.popup .exit-pop {
  position: absolute;
  top: 10px;
  right: 7px;
  cursor: pointer;
  width: 25px;
}
.popup .pop-search-doc {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 463px;
  min-height: 240px;
  /*height: 0;*/
  position: relative;
  background-color: #fff;
  padding-top: 20px;
  border-radius: 8px;
  padding: 30px 0;
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.2);
}
.popup .pop-search-doc.cookie-consent {
  width: initial;
  max-width: 1200px;
  min-height: 260px;
  padding: 0 45px;
  margin: 0 20px;
  text-align: center;
}
.popup .pop-search-doc.cookie-consent a {
  text-decoration: none;
  color: var(--color-main);
}
.popup .pop-search-doc .exit-pop {
  top: 15px;
  right: 15px;
  width: 30px;
}
.popup .pop-request-doc {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  min-height: 300px;
  position: relative;
  background-color: #fff;
  padding-top: 20px;
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.popup .pop-request-doc .helper-info {
  padding: 10px 40px;
  width: inherit;
  max-width: inherit;
}
.popup .send-app {
  text-align: center;
}
.popup .title-pop {
  font-weight: 500;
  font-size: 20px;
  max-width: 390px;
  text-align: center;
}
.popup .desc-pop {
  padding-top: 10px;
  max-width: 600px;
  font-size: 1.28rem;
  text-align: center;
}
.popup .desc-pop a {
  text-decoration: underline;
}
.popup .timer-over {
  margin-top: 35px;
}
.popup .timer-over ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .timer-over li {
  font-weight: 500;
  font-size: 2.57rem;
}
.popup .send-app-big {
  max-width: 920px;
  text-align: center;
}
.popup.active {
  z-index: 99999;
  opacity: 1;
  display: flex;
}

.mob_menu {
  margin-top: 4px;
}

#sm-menu {
  display: none;
}
#sm-menu.active {
  display: block;
}

.wrapper-nav-link .nav-link .n-icon-b {
  display: none;
}
.wrapper-nav-link .duble-menu {
  display: none;
  transform: scale(0);
}

.nav-link.drop-duble.active .arr-down-w {
  transform: rotate(180deg);
}
.nav-link.drop-duble.active .duble-menu {
  z-index: 2;
  display: flex;
  position: absolute;
  color: #000;
  min-width: 150px;
  margin-left: 5px;
  padding: 10px 20px 20px 20px;
  /* transition: opacity 0.2s, transform 0.2s; */
  -webkit-transform: translateY(-20px) scale(0.93);
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  transform: translate3d(0, 0, 0);
  background-color: #f9f9f9;
}
.nav-link.drop-duble.active .duble-menu a {
  margin-top: 14px;
  color: #666;
  font-weight: 300;
  font-size: 1.2rem;
}
.nav-link.drop-duble.active .duble-menu a:hover {
  font-weight: bold;
}

.burger-desk {
  display: flex;
  flex-direction: column;
  padding: 35px 20px;
}
.burger-desk .nav-link {
  color: #666;
}
.burger-desk .nav-link.drop-duble {
  display: block !important;
}
.burger-desk .nav-link.drop-duble .n-icon-b {
  display: block;
  width: 12px;
  margin-left: 5px;
  transition: all 0.2s linear;
}
.burger-desk .nav-link.drop-duble .arr-down-w {
  display: none;
}
.burger-desk .nav-link.drop-duble .duble-menu {
  padding: 5px 0 0 10px;
  display: none;
}
.burger-desk .nav-link.drop-duble .duble-menu a + a {
  margin-top: 7px;
}
.burger-desk .nav-link.drop-duble.active .duble-name {
  font-weight: 500;
}
.burger-desk .nav-link.drop-duble.active .n-icon-b {
  transform: rotate(180deg);
}
.burger-desk .nav-link.drop-duble.active .duble-menu {
  display: flex;
  position: inherit;
  box-shadow: none;
  width: inherit;
  padding: inherit;
}

.nav-header .burger-desk .nav-link + .nav-link {
  margin-left: 0;
  margin-top: 10px;
}

.nav-header .burger-desk .nav-link {
  display: flex;
  background-color: #f9f9f9;
  height: auto;
}

.search-i-g {
  display: none;
}

.search-page {
  padding: 75px 0;
}
.search-page .direction-list-num {
  margin-top: 40px;
}
.search-page .direction-list-num li.title-search {
  list-style-type: none;
  font-weight: bold;
  font-size: 20px;
  margin-left: -20px;
}
.search-page .direction-list-num .special {
  display: block;
}
.search-page .direction-list-num .direction-list-text {
  padding-left: 0;
}

.error {
  padding: 100px 0 10px;
}

.error-icon {
  width: 50%;
}

.error-content {
  width: 40%;
  font-weight: 300;
}

.er-title {
  color: var(--color-main);
  font-size: 36px;
}

.er-text {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin-top: 20px;
}

.er-back {
  margin-top: 20px;
  color: var(--color-main);
  text-decoration: underline;
  font-size: 18px;
  display: inline-block;
}

.page-up {
  position: fixed;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: -1;
  bottom: 25px;
  right: 30px;
  opacity: 0;
  transition: all 0.2s linear;
  background-color: var(--color-main);
  border-radius: 6px;
  padding: 0;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
@media (max-width: 768px) {
  .page-up {
    bottom: 125px;
  }
}
.page-up.active {
  z-index: 9999;
  opacity: 1;
}
.page-up svg {
  width: 16px;
  height: 16px;
  display: block;
}
.page-up img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

.telegram {
  position: fixed;
  width: 44px;
  cursor: pointer;
  z-index: 99;
  bottom: 350px;
  right: 24px;
}
@media (max-width: 640px) {
  .telegram {
    bottom: 245px;
  }
}

@media (max-width: 480px) {
  .review-form-info .input-wrap .error-input {
    position: absolute !important;
    bottom: -3px;
  }
}

.input-wrap {
  width: 100%;
  position: relative;
}
.input-wrap .error-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: #bd463a;
  font-size: 13px;
  transform: scale(0);
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: all 0.1s linear;
}
.input-wrap .error-input img {
  width: 20px;
}
.input-wrap.error-in ul {
  list-style-type: none;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 480px) {
  .input-wrap.error-in ul {
    margin-top: -30px;
  }
}
.input-wrap.error-in ul li {
  margin-top: 0;
}
.input-wrap.error-in input {
  border-bottom: 1px solid #bd463a;
}
.input-wrap.error-in .error-input {
  position: static;
  transform: scale(1);
  z-index: 1;
  opacity: 1;
}

.textarea-wrap .error-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: #bd463a;
  font-size: 13px;
  transform: scale(0);
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: all 0.1s linear;
}
@media (max-width: 480px) {
  .textarea-wrap .error-input {
    position: absolute !important;
    bottom: -3px;
  }
}
.textarea-wrap .error-input img {
  width: 20px;
}
.textarea-wrap.error-in ul {
  list-style-type: none;
  margin: 0;
}
.textarea-wrap.error-in textarea {
  border: 1px solid #bd463a;
}
.textarea-wrap.error-in .error-input {
  position: static;
  transform: scale(1);
  z-index: 1;
  opacity: 1;
}

.textarea-wrap {
  width: 100%;
}

p {
  font-size: 1.28rem;
  line-height: 1.7rem;
}

@media (max-width: 840px) {
  .services-header .tabs-wrap {
    overflow: initial;
  }
}
.services-header .tabs-wrap::-webkit-scrollbar {
  height: 5px;
}
.services-header .tabs-wrap::-webkit-scrollbar-thumb {
  background: var(--color-main);
}
.services-header .tabs-wrap .nav-content {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  overflow: hidden !important;
}
.services-header .tabs-wrap .nav-content li {
  padding-right: 25px;
  padding-left: 25px;
  background-color: var(--color-main);
  opacity: 0.7;
  margin-right: 4px;
  margin-left: 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #FFFFFF;
  height: 46px;
}

.nav-content .accordion-item.active {
  opacity: 1 !important;
}

.super-menu .accordion-end {
  overflow: auto;
  scrollbar-color: var(--color-main) #fff;
}
@media (max-width: 840px) {
  .super-menu .accordion-end {
    overflow: initial;
  }
}
.super-menu .accordion-end::-webkit-scrollbar {
  height: 10px;
}
.super-menu .accordion-end::-webkit-scrollbar-thumb {
  background: var(--color-main);
}
.super-menu .accordion-end .accordion-list {
  width: -moz-max-content;
  width: max-content;
}

.tabs,
.tabs-child {
  white-space: normal;
}

.text-link.ar:before {
  display: block;
}

.phone-wrap .last-phone {
  display: none;
}

.dropdown-menu ul.phone-wrap li a {
  padding: 0;
  line-height: normal;
}
.dropdown-menu ul.phone-wrap li a:hover {
  background-color: transparent;
  color: #666666;
}

.clinics-noslider {
  justify-content: space-between;
}

.clinics-noslider .clinics-card {
  width: 23%;
}

.nav-for-page-wrap ul li a,
.dropdown-menu ul li a {
  border-bottom: none;
}

.margin-zero {
  padding-bottom: 0;
}

.direction-spec-noslider {
  justify-content: center;
}

.wcall {
  display: flex;
  align-items: center;
}
.wcall > a {
  font-size: 18px;
  font-weight: 400;
  margin: 0 5px;
}

.contacts-footer {
  align-items: flex-end;
}
.contacts-footer .helper-info {
  margin-bottom: 40px;
}

.rating-select {
  float: left;
  width: 164px;
  min-width: 164px;
  height: 28px;
  text-indent: -9998px;
  margin-bottom: 4px;
}
.rating-select .mark_0 {
  width: 0;
  height: 100%;
  background-size: cover;
}
.rating-select .mark_1 {
  width: 20%;
  height: 100%;
  background-size: cover;
}
.rating-select .mark_2 {
  width: 39%;
  height: 100%;
  background-size: cover;
}
.rating-select .mark_3 {
  width: 60%;
  height: 100%;
  background-size: cover;
}
.rating-select .mark_4 {
  width: 80%;
  height: 100%;
  background-size: cover;
}
.rating-select .mark_5 {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.vote-btn {
  margin-left: 21px;
  display: none;
}
.vote-btn.open {
  display: block;
}

a h1 {
  text-decoration: none;
}

h1 img {
  margin-left: 10px;
  margin-bottom: -5px;
}

.inline {
  display: inline-block;
}

.head-review-wrap .red {
  color: #D83C0E;
  font-size: 1.14rem;
  line-height: 1.28rem;
}
.head-review-wrap .green {
  color: #007f80;
  font-size: 1.14rem;
  line-height: 1.28rem;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desktop-helper.helper-header {
  display: none;
}

section.author {
  margin-bottom: 30px;
}

.author-card {
  display: flex;
}
.author-card .card-photo {
  width: 70px;
  height: 70px;
}
.author-card .author-content {
  margin-left: 22px;
  width: 100%;
}
.author-card .author-content .card-small-text {
  line-height: 18px;
  display: block;
  color: rgb(189, 189, 189);
}
.author-card .author-content .author-title {
  line-height: 24px;
  margin-top: 0;
}
.author-card .author-content .author-title a {
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.author-card .author-content .author-content-text p {
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
}

@media (min-width: 0) and (max-width: 480px) {
  .fancybox-wrap {
    max-width: 90%;
  }
  .iphone .fancybox-wrap {
    top: inherit;
  }
  .fancybox-inner {
    width: 100% !important;
  }
}
.widget .pop-search-doc {
  padding: 40px 30px 20px !important;
}
@media (min-width: 0) and (max-width: 480px) {
  .widget {
    justify-content: end;
  }
  .widget .pop-search-doc {
    width: 100%;
    max-width: inherit !important;
  }
}
.widget .title-pop {
  font-size: 18px;
  color: rgba(35, 31, 32, 0.5);
}
.widget .desc-pop {
  width: 310px;
}
.widget .btn-block {
  padding: 10px 0;
}
.widget .btn {
  font-size: 16px;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 15px;
  text-transform: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}
.widget .btn.two-line {
  margin: 0;
  padding: 2px 0;
  height: 38px;
  background-color: #d83c0e;
}
.widget .btn.btn-default img {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 50px;
  height: 24px;
  display: block;
  margin: initial;
  right: 4px;
}
.widget .btn.btn-default.full-width img {
  left: 25px;
}
.widget .small {
  font-size: 13px;
}

header .container {
  padding-left: 8px;
  padding-right: 8px;
}
header .first-line .header-wrap {
  background-color: var(--color-main);
  padding-left: 0 !important;
  margin: 0 auto;
}
header .background-header {
  margin-bottom: 5px;
}
header .first-line {
  background-color: var(--color-main);
}
header .first-line a.head-phone {
  color: #fff;
  margin-top: 10px;
}
header .first-line .search-header input {
  color: rgba(35, 31, 32, 0.8);
  border-bottom: 1px solid #fff;
  margin: 3px 9px;
  padding: 0px 0px 0px 40px;
  background: white;
  height: 29px;
  border-radius: 6px;
}
header .first-line .search-header input::-moz-placeholder {
  color: rgba(35, 31, 32, 0.4);
  opacity: 1;
}
header .first-line .search-header input::placeholder {
  color: rgba(35, 31, 32, 0.4);
  opacity: 1;
}
header .first-line .search-header .search-inp-wrap {
  position: relative;
}
header .first-line .search-header .search-inp-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url("/img/new/search-orange.svg") no-repeat;
  background-size: contain;
}
header .first-line .head-phone:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -22px;
  background: url("/img/24new.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
@media (max-width: 843px) {
  header .container {
    padding-left: 15px;
    margin-bottom: 0px;
  }
  header .flex-d-column {
    background-color: var(--color-main);
  }
  header .login-wrap {
    margin-left: 15px;
  }
  header .wcall span {
    color: #fff;
  }
  header #desc-search, header #desc-search2, header #login-desc, header #wcall-desc, header #telegram-ico, header #entry, header #desc-search-form, header #header-logo-desc {
    display: none !important;
  }
}
@media (max-width: 450px) {
  header .login-wrap, header .lang-page {
    margin-left: 0px;
  }
}

.rngst_phone_button {
  display: none !important;
}

.rngst_phone_button_custom {
  position: fixed;
  bottom: calc(6% - 4.5px);
  right: calc(0% - 0px);
  display: none;
  height: 150px;
  width: 150px;
  margin-bottom: 25px;
  margin-right: 25px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  z-index: 10000 !important;
}
.rngst_phone_button_custom .rngst_phone_body {
  background-color: #138387;
}
.rngst_phone_button_custom .rngst_phone_fill {
  background-color: #138387;
}
.rngst_phone_button_custom .rngst_phone_circle2 {
  background-color: #138387;
}
.rngst_phone_button_custom .rngst_phone_circle {
  background-color: #138387;
}
.rngst_phone_button_custom .rngst_phone_icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzOSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48cGF0aCBkPSJNMjMuNDQ1MiAyNC4yMjcxTDIwLjcxMDIgMjEuNDkyMUMxOS45NTYxIDIwLjczODEgMTguNzI5MSAyMC43MzgxIDE3Ljk3NTEgMjEuNDkyMUwxNi43MzE5IDIyLjczNTNDMTYuMTYwNyAyMy4zMDY1IDE1LjIzMTIgMjMuMzA2NCAxNC42NjAxIDIyLjczNTVMOS4yNzE1OSAxNy4zNDI0QzguNjk5MDEgMTYuNzY5OCA4LjY5ODkyIDE1Ljg0MyA5LjI3MTU5IDE1LjI3MDRDOS40NzE4NCAxNS4wNzAxIDEwLjA0NjggMTQuNDk1MSAxMC41MTQ4IDE0LjAyNzJDMTEuMjY1NSAxMy4yNzY1IDExLjI3NiAxMi4wNTMzIDEwLjUxNCAxMS4yOTE1TDcuNzc5NzQgOC41NjU3NUM3LjAyNTY5IDcuODExNzUgNS43OTg3NSA3LjgxMTc1IDUuMDQ2NzIgOC41NjM3OEM0LjQ4Mzk4IDkuMTIxNjIgNC4zMDI0NyA5LjMwMTU4IDQuMDUwMTUgOS41NTE3MUMxLjMzMDk2IDEyLjI3MDkgMS4zMzA5NiAxNi42OTUyIDQuMDUwMDIgMTkuNDE0M0wxMi41ODc5IDI3Ljk1NjdDMTUuMzEzNSAzMC42ODIzIDE5LjcyNDggMzAuNjgyNSAyMi40NTA2IDI3Ljk1NjdMMjMuNDQ1MiAyNi45NjIxQzI0LjE5OTMgMjYuMjA4MSAyNC4xOTkzIDI0Ljk4MTIgMjMuNDQ1MiAyNC4yMjcxWk01Ljk1NjQxIDkuNDc3NDJDNi4yMDc3NCA5LjIyNjA4IDYuNjE2NjUgOS4yMjYwNCA2Ljg2ODggOS40NzgxTDkuNjAzMTEgMTIuMjAzOEM5Ljg1NTA1IDEyLjQ1NTggOS44NTUwNSAxMi44NjM1IDkuNjAzMTEgMTMuMTE1NUw5LjE0NzI0IDEzLjU3MTNMNS41MDI5IDkuOTI2OThMNS45NTY0MSA5LjQ3NzQyWk0xMy40OTk4IDI3LjA0NTFMNC45NjE4MSAxOC41MDI3QzIuODU4MDUgMTYuMzk4OSAyLjc0MjQyIDEzLjA5NTUgNC42MDYxOSAxMC44NTM2TDguMjM5OTYgMTQuNDg3NEM3LjI4NTE1IDE1LjU2OTggNy4zMjQ5NCAxNy4yMTkxIDguMzU5NzEgMTguMjUzOUwxMy43NDgxIDIzLjY0NjhDMTMuNzQ4MSAyMy42NDY4IDEzLjc0ODIgMjMuNjQ2OSAxMy43NDgyIDIzLjY0NjlDMTQuNzgxOSAyNC42ODA2IDE2LjQzMTEgMjQuNzIzIDE3LjUxNDkgMjMuNzY2OUwyMS4xNDg3IDI3LjQwMDhDMTguOTEzOSAyOS4yNjEzIDE1LjYxOCAyOS4xNjM0IDEzLjQ5OTggMjcuMDQ1MVpNMjIuNTMzNiAyNi4wNTA1TDIyLjA3NzcgMjYuNTA2M0wxOC40MzEgMjIuODU5NkwxOC44ODY4IDIyLjQwMzhDMTkuMTM4MiAyMi4xNTI0IDE5LjU0NzEgMjIuMTUyNCAxOS43OTg1IDIyLjQwMzhMMjIuNTMzNSAyNS4xMzg4QzIyLjc4NDkgMjUuMzkwMiAyMi43ODQ5IDI1Ljc5OTIgMjIuNTMzNiAyNi4wNTA1WiIgZmlsbD0id2hpdGUiLz48L2c+PHBhdGggZD0iTTMyLjA2NjQgNi40ODc5MUgyNy41NTQ3VjMuMjY1MjVDMjcuNTU0NyAyLjE5OTA2IDI2LjY4NzMgMS4zMzE2NSAyNS42MjExIDEuMzMxNjVIMTMuOTMzNkMxMi44Njc0IDEuMzMxNjUgMTIgMi4xOTkwNiAxMiAzLjI2NTI1VjEwLjk5OTZDMTIgMTIuMDY1OCAxMi44Njc0IDEyLjkzMzIgMTMuOTMzNiAxMi45MzMySDE0LjU3ODFWMTQuODY2OEMxNC41NzgxIDE1LjM4MyAxNS4xNTQ3IDE1LjY4NjcgMTUuNTgwMiAxNS40MDMxTDE4LjQ0NTMgMTMuNDkzVjE2LjE1NTlDMTguNDQ1MyAxNy4yMjIxIDE5LjMxMjcgMTguMDg5NSAyMC4zNzg5IDE4LjA4OTVIMjYuNzE1TDMwLjQxOTggMjAuNTU5NEMzMC44NDU5IDIwLjg0MzUgMzEuNDIxOSAyMC41Mzk0IDMxLjQyMTkgMjAuMDIzMVYxOC4wODk1SDMyLjA2NjRDMzMuMTMyNiAxOC4wODk1IDM0IDE3LjIyMjEgMzQgMTYuMTU1OVY4LjQyMTUxQzM0IDcuMzU1MzIgMzMuMTMyNiA2LjQ4NzkxIDMyLjA2NjQgNi40ODc5MVpNMTguNzMwNiAxMS43NTM2QzE4LjczIDExLjc1NCAxOC43MjkzIDExLjc1NDQgMTguNzI4NyAxMS43NTQ4TDE1Ljg2NzIgMTMuNjYyNVYxMi4yODg3QzE1Ljg2NzIgMTEuOTMyNyAxNS41Nzg2IDExLjY0NDIgMTUuMjIyNyAxMS42NDQySDEzLjkzMzZDMTMuNTc4MiAxMS42NDQyIDEzLjI4OTEgMTEuMzU1IDEzLjI4OTEgMTAuOTk5NlYzLjI2NTI1QzEzLjI4OTEgMi45MDk4NSAxMy41NzgyIDIuNjIwNzIgMTMuOTMzNiAyLjYyMDcySDI1LjYyMTFDMjUuOTc2NSAyLjYyMDcyIDI2LjI2NTcgMi45MDk4NSAyNi4yNjU3IDMuMjY1MjVWMTAuOTk5NkMyNi4yNjU3IDExLjM1NSAyNS45NzY1IDExLjY0NDIgMjUuNjIxMSAxMS42NDQySDE5LjA4OTlDMTguOTY1MSAxMS42NDQyIDE4LjgzNjIgMTEuNjgyOCAxOC43MzA2IDExLjc1MzZaTTMyLjcxMSAxNi4xNTU5QzMyLjcxMSAxNi41MTEzIDMyLjQyMTggMTYuODAwNCAzMi4wNjY0IDE2LjgwMDRIMzAuNzc3NEMzMC40MjE0IDE2LjgwMDQgMzAuMTMyOCAxNy4wODkgMzAuMTMyOCAxNy40NDVWMTguODE4OEwyNy4yNjc3IDE2LjkwODdDMjcuMTYxOCAxNi44MzgxIDI3LjAzNzQgMTYuODAwNCAyNi45MTAyIDE2LjgwMDRIMjAuMzc4OUMyMC4wMjM1IDE2LjgwMDQgMTkuNzM0NCAxNi41MTEzIDE5LjczNDQgMTYuMTU1OVYxMi45MzMySDI1LjYyMTFDMjYuNjg3MyAxMi45MzMyIDI3LjU1NDcgMTIuMDY1OCAyNy41NTQ3IDEwLjk5OTZWNy43NzY5OEgzMi4wNjY0QzMyLjQyMTggNy43NzY5OCAzMi43MTEgOC4wNjYxMSAzMi43MTEgOC40MjE1MVYxNi4xNTU5WiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMjAuMzc4OSA3Ljc3Njk4SDE1LjIyMjdDMTQuODY2NyA3Ljc3Njk4IDE0LjU3ODEgOC4wNjU1NiAxNC41NzgxIDguNDIxNTFDMTQuNTc4MSA4Ljc3NzQ2IDE0Ljg2NjcgOS4wNjYwNCAxNS4yMjI3IDkuMDY2MDRIMjAuMzc4OUMyMC43MzQ5IDkuMDY2MDQgMjEuMDIzNCA4Ljc3NzQ2IDIxLjAyMzQgOC40MjE1MUMyMS4wMjM0IDguMDY1NTYgMjAuNzM0OSA3Ljc3Njk4IDIwLjM3ODkgNy43NzY5OFoiIGZpbGw9IndoaXRlIi8+PHBhdGggZD0iTTI0LjMzMjEgNS4xOTg4NEgxNS4yMjI3QzE0Ljg2NjcgNS4xOTg4NCAxNC41NzgxIDUuNDg3NDIgMTQuNTc4MSA1Ljg0MzM3QzE0LjU3ODEgNi4xOTkzMiAxNC44NjY3IDYuNDg3OSAxNS4yMjI3IDYuNDg3OUgyNC4zMzIxQzI0LjY4OCA2LjQ4NzkgMjQuOTc2NiA2LjE5OTMyIDI0Ljk3NjYgNS44NDMzN0MyNC45NzY2IDUuNDg3NDIgMjQuNjg4IDUuMTk4ODQgMjQuMzMyMSA1LjE5ODg0WiIgZmlsbD0id2hpdGUiLz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cmVjdCB4PSIyIiB5PSI4IiB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIGZpbGw9IndoaXRlIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
  background-repeat: no-repeat;
  width: 60px;
}
.rngst_phone_button_custom.rngst_phone_button_visible {
  display: block;
}

iframe.lazyloaded, iframe.lazyload {
  width: 100%;
}

.messengers-icon-btn .tooltiptext, .rngst_phone_body--tooltip .tooltiptext {
  visibility: hidden;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.b_faq .faq_row {
  padding: 30px 40px;
  border: 1px solid #d4d4d4;
}
@media (max-width: 970px) {
  .b_faq .faq_row {
    padding: 30px 30px;
  }
}
@media (max-width: 770px) {
  .b_faq .faq_row {
    padding: 20px;
  }
}
.b_faq .faq_row + .faq_row {
  margin: 20px 0 0;
}
@media (max-width: 770px) {
  .b_faq .faq_row + .faq_row {
    margin: 10px 0 0;
  }
}
.b_faq .faq_content {
  padding-top: 20px;
  font-weight: 300;
  display: none;
}
.b_faq .faq_title {
  cursor: pointer;
  font-weight: 500;
  font-size: 22px;
  color: #179da2;
  position: relative;
  padding: 0 0 0 45px;
  margin: 0;
}
.b_faq .faq_title.-active::before {
  background-color: #969696;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.92,9.46,12,14.54l5.08-5.08' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.b_faq .faq_title::before {
  position: absolute;
  content: "";
  left: 0;
  margin-top: -7px;
  background-color: #179da2;
  width: 30px;
  height: 30px;
  top: 20%;
  border-radius: 15px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.92,9.46,12,14.54l5.08-5.08' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.b_faq .content_wrapper {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.align-end {
  align-items: end;
}

.head-link {
  text-decoration: underline;
  color: #58595b;
}

.selectize-control.plugin-clear_button .clear {
  text-decoration: none;
  display: flex;
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: calc(8px - 6px);
  color: rgb(0, 0, 0);
  opacity: 0.4;
  font-weight: bold;
  border: none;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}
.selectize-control.plugin-clear_button .clear:hover {
  opacity: 1;
}
.selectize-control.plugin-clear_button.single .clear {
  right: calc(8px - 6px + 1.5rem);
}

#call-mobile {
  margin-right: 10px;
}

.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

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

.instruments .EQUIP {
  margin-top: 20px;
  padding: 0px;
  width: calc(100% - 90px);
  margin: 0 auto;
}
.instruments .EQUIP .image-container {
  flex-shrink: 0;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.instruments .EQUIP .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 640px) {
  .instruments .EQUIP .image-container {
    height: 200px;
  }
}
.instruments .EQUIP .swiper-slide {
  padding: 0px 0px;
}
.instruments .EQUIP .media-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}
.instruments .EQUIP .media-card > a {
  width: 100%;
  display: block;
}
.instruments .EQUIP .media-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
  padding: 0px 25px 0px 25px;
}
.instruments .EQUIP .media-content .title-equipment {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 6px;
}
.instruments .EQUIP .description {
  flex-grow: 1;
  margin-bottom: 10px;
  max-height: 13.4rem;
  overflow: auto;
  margin-left: 6px;
}
.instruments .EQUIP .media-content p {
  max-height: 7rem;
}
.instruments .EQUIP .btn-equip {
  background-color: #00a5a5;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 30px;
}
.instruments .EQUIP .btn-equip:hover {
  background-color: #008f8f;
}
.instruments .EQUIP .btn-container {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 30px;
}
.instruments .EQUIP .swiper-slide {
  text-align: start;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  height: 430px;
  gap: 0px;
}
.instruments .EQUIP .swiper-slide .description ul, .instruments .EQUIP .swiper-slide .description ol {
  margin: 0;
  padding: 0;
  margin-left: 30px;
  list-style: disc;
}
.instruments .EQUIP .swiper-slide .description ul li, .instruments .EQUIP .swiper-slide .description ol li {
  margin-top: 0px;
  line-height: 1.5;
}
.instruments .EQUIP .swiper-slide .description ul:first-child {
  margin-top: 5px;
}
.instruments .EQUIP .swiper-container {
  padding: 50px 55px 40px 55px;
  width: 100%;
}
@media (min-width: 841px) and (max-width: 1000px) {
  .instruments .EQUIP .sliders-wrap .swiper-button-prev {
    left: -40px;
  }
  .instruments .EQUIP .sliders-wrap .swiper-button-next {
    right: -40px;
  }
}
@media (max-width: 640px) {
  .instruments .EQUIP {
    width: calc(100% - 25px);
  }
}
@media (max-width: 800px) {
  .instruments .EQUIP .btn-container {
    margin-top: 0px;
    padding: 0px;
  }
}
.instruments .description ul li {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

.blog-tags a {
  white-space: normal !important;
}

.news .mini-card img {
  border-radius: 10px 10px 0 0;
}

.minicards-container {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 40px 0;
  gap: 1rem;
}
.minicards-container .mini-card {
  flex: 1 1 calc(32.3333333333% - 2rem);
  display: flex;
  flex-direction: column;
  max-width: 32.3333333333%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding-top: 0;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.minicards-container .mini-card .specialist-card a:has(img), .minicards-container .mini-card .specialist-card a:has(picture) {
  position: relative;
  display: block;
}
.minicards-container .mini-card .specialist-card a:has(img) picture, .minicards-container .mini-card .specialist-card a:has(img) img, .minicards-container .mini-card .specialist-card a:has(picture) picture, .minicards-container .mini-card .specialist-card a:has(picture) img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.minicards-container .mini-card .specialist-card a:has(img) picture, .minicards-container .mini-card .specialist-card a:has(picture) picture {
  display: block;
  position: initial;
}
.minicards-container .mini-card .specialist-card a:has(img)::after, .minicards-container .mini-card .specialist-card a:has(picture)::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 75.25%;
}
.minicards-container .mini-card img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.minicards-container .mini-card .card-content {
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
}
.minicards-container .mini-card .card-photo {
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}

.news .minicards-container .mini-card {
  display: none;
}
.news .minicards-container .mini-card.js-show-card {
  display: flex !important;
}

.mini-card.disabled {
  opacity: 0.5;
}

@media (min-width: 420px) and (max-width: 900px) {
  .minicards-container .mini-card {
    flex: 1 1 calc(50% - 2rem);
    max-width: 48%;
  }
}
@media (max-width: 419px) {
  .minicards-container .mini-card {
    max-width: 47%;
  }
  .video-slider-section {
    background-image: none;
  }
  #video-thumbs .swiper-slide-thumb-active::after {
    left: 10px;
  }
  .direction-head-photo.planet:before {
    width: 95px;
  }
}
@media (max-width: 860px) {
  .direction-head-photo.planet:before {
    width: 120px;
  }
}
@media (min-width: 0) and (max-width: 360px) {
  .minicards-container .mini-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.custom-block .container.min {
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 10px;
  background-color: #fff !important;
  padding: 30px;
}
.custom-block .btn.btn-default.mini {
  color: #fff;
  background-color: var(--color-main);
  border: 2px solid var(--color-main) !important;
}
.custom-block input {
  border-bottom: 1px solid #231F20;
}
.custom-block .btn {
  padding: 5px 15px;
  height: 39px;
}

@media (max-width: 820px) {
  .search-price .search-inp-wrap {
    margin-right: 0px;
  }
}
.special-offer {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  align-items: center;
  flex-direction: row-reverse;
}
.special-offer .info {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}
.special-offer .info span {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  line-height: 17.58px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.special-offer .info h2 {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 500;
  line-height: 29.3px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.special-offer .info .btn {
  display: flex;
  width: 181px;
  height: 38px;
  justify-content: center;
  cursor: pointer;
}
.special-offer img {
  max-width: 470px;
  margin: 10px 15px 20px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 890px) {
  .special-offer {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .special-offer img {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 0 15px;
    width: 100%;
  }
  .special-offer .text {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 30px;
    align-items: center;
  }
  .special-offer .text h2 {
    text-align: center;
  }
  .special-offer .info {
    flex-wrap: wrap;
    padding-bottom: 30px;
    align-items: center;
    padding-left: 0px;
  }
  .special-offer .info .btn {
    width: 93%;
    margin: auto 25px auto 10px;
  }
}
.swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78 78" fill="none"><circle cx="39" cy="39" r="39" transform="matrix(-1 0 0 1 78 0)" fill="%23138387"/><path d="M26 39.5L52 39.5M52 39.5L42.6739 49M52 39.5L42.6739 30" stroke="white" stroke-width="2"/></svg>') !important;
  background-size: cover;
}

.swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg width="78" height="78" viewBox="0 0 78 78" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="39" cy="39" r="39" transform="matrix(-1 0 0 1 78 0)" fill="%23138387"/><path d="M26 39.5L52 39.5M52 39.5L42.6739 49M52 39.5L42.6739 30" stroke="white" stroke-width="2"/></svg>') !important;
  background-size: cover;
}

.swiper-button-next, .swiper-button-prev {
  width: 43px !important;
  height: 43px !important;
  background-size: 43px 43px !important;
}

.swiper-reviews, .swiper-network {
  margin: 30px auto 40px;
  max-width: 1190px;
}

.reviews .swiper-button-next {
  right: 5px;
}
.reviews .swiper-button-prev {
  left: 6px;
}

.swiper-head-screen .swiper-pagination-bullet-active {
  background-color: #ff921c !important;
}

@media (max-width: 820px) {
  .swiper-button-next, .swiper-button-prev {
    display: block !important;
    top: 95% !important;
  }
  .swiper-button-prev {
    left: 35% !important;
  }
  .swiper-button-next {
    right: 35% !important;
  }
  .network-clinics .swiper-button-next, .network-clinics .swiper-button-prev {
    top: 117% !important;
  }
  .swiper-equipment {
    margin: 50px auto 80px;
  }
  .equipment .swiper-button-next, .equipment .swiper-button-prev {
    top: 120% !important;
  }
  .video-slider .swiper-button-next, .video-slider .swiper-button-prev {
    display: block !important;
    top: calc(100% + 200px) !important;
  }
  .swiper-specialists {
    margin: 65px auto 75px !important;
  }
  .specialists .swiper-button-next, .specialists .swiper-button-prev {
    top: 106% !important;
  }
  .reviews .swiper-button-next, .reviews .swiper-button-prev {
    top: auto !important;
    bottom: -25px !important;
  }
  .reviews .swiper-pagination {
    bottom: -40px;
  }
  .EQUIP .swiper-button-next, .EQUIP .swiper-button-prev {
    top: 94% !important;
  }
  .pages .swiper-button-next, .pages .swiper-button-prev {
    top: 110% !important;
  }
  .direction-certificate .swiper-button-next, .direction-certificate .swiper-button-prev {
    top: calc(100% + 40px) !important;
  }
}
@media (max-width: 620px) {
  .swiper-specialists {
    margin: 0;
  }
  .custom-block .container.min {
    padding-left: 15px;
    padding-right: 15px;
  }
  .specialists .swiper-button-next, .specialists .swiper-button-prev {
    top: calc(100% + 20px) !important;
  }
}
@media (max-width: 430px) {
  .swiper-button-next, .swiper-button-prev {
    top: 90% !important;
  }
  .swiper-head-screen .swiper-button-next, .swiper-head-screen .swiper-button-prev {
    top: 95% !important;
  }
  .swiper-equipment, .swiper-network {
    margin: 50px auto 80px;
  }
  .reviews .swiper-button-next, .reviews .swiper-button-prev {
    top: 100% !important;
  }
  .reviews .swiper-pagination {
    bottom: -20px;
  }
  .reviews-social .swiper-button-next, .reviews-social .swiper-button-prev {
    top: 100% !important;
  }
  .swiper-specialists, .swiper-reviews {
    margin: 0 !important;
  }
  .direction-certificate .swiper-certf {
    margin-bottom: 74px !important;
  }
  .video-slider .swiper-button-next, .video-slider .swiper-button-prev {
    display: block !important;
    top: 190% !important;
  }
}
@media (max-width: 350px) {
  .swiper-button-prev {
    left: 32% !important;
  }
  .swiper-button-next {
    right: 32% !important;
  }
  .swiper-specialists, .swiper-reviews {
    margin-bottom: 75px !important;
  }
  .reviews .swiper-button-next, .reviews .swiper-button-prev {
    top: 109% !important;
  }
}
.container .container {
  padding: 0;
}

@media (max-width: 800px) {
  .reviews-social {
    width: calc(100% - 25px);
    margin: 0 auto;
    margin-bottom: 75px;
  }
  .reviews-social .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .reviews-social .info-review img {
    max-width: 30px !important;
  }
}
.popup-promotion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-promotion.active {
  display: block;
}

.popup-promotion .popup-inner {
  max-width: 500px;
  width: 90%;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.promotion-header {
  position: relative;
  background: var(--color-main);
  color: white;
  padding: 22px 10px 9px 25px;
}
.promotion-header .more-info {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  margin-left: 68%;
}

.toggle-text {
  cursor: pointer;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.popup-close {
  position: absolute;
  top: 22px;
  right: 13px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.promotion-location {
  display: flex;
  align-items: center;
  border-radius: 30px;
  display: inline-flex;
}

.promotion-location svg {
  margin-right: 15px;
  width: 24px;
  height: 24px;
}

.promotion-district {
  font-size: 16px;
  font-weight: 500;
  background: rgb(255, 255, 255);
  color: var(--color-main);
  padding: 8px 15px;
  border-radius: 30px;
}
.promotion-district + .promotion-district {
  margin-left: 5px;
}

.promotion-title {
  margin-top: 15px;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 15px;
}

.promotion-subtitle {
  align-items: center;
  margin-bottom: 15px;
}

.promotion-icon {
  font-size: 24px;
  margin-right: 10px;
}

.promotion-subtitle h3 {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}

.promotion-body {
  padding: 25px 38px;
  background-color: #ffffff;
}
.promotion-body input, .promotion-body textarea {
  padding: 9px 10px 9px 0;
  color: #000;
  letter-spacing: 0.16px;
  font-size: 1.14rem;
  border-bottom: 1px solid #a7a9ac;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-radius: 0;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  font-family: Roboto;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 20px;
  margin-top: 5px;
}

.promotion-period {
  display: flex;
  border-radius: 12px;
}

.promotion-desc {
  display: flex;
  padding: 19px 10px;
  background: rgba(0, 163, 168, 0.1);
  border-radius: 12px;
  margin-bottom: 25px;
  flex-direction: column;
}
.promotion-desc .promotion-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  padding: 0 10px;
  padding-top: 15px;
  max-height: 120px;
  overflow-y: auto;
}

.promotion-period svg {
  margin-right: 10px;
  color: #4A8CFF;
}

.promotion-period span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.promotion-conditions-title {
  font-size: 17px;
  font-weight: 600;
  color: #222;
}
.promotion-conditions-title label {
  margin-bottom: 5px;
}

.promotion-conditions {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
  max-height: 150px;
  overflow-y: auto;
}

.promotion-condition-item {
  display: flex;
  align-items: start;
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}

.promotion-condition-item svg {
  margin-right: 10spx;
  flex-shrink: 0;
  margin-right: 10px;
}

.promotion-condition-item span {
  font-size: 16px;
  color: rgba(35, 31, 32, 0.8);
}

.promotion-button {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 15px;
  border-radius: 6px;
  height: 63px;
  background-color: #d83c0e;
  text-transform: uppercase;
  box-shadow: 0px 27px 8px 0px rgba(0, 0, 0, 0);
}

.promotion-note {
  font-size: 14px;
  color: rgb(35, 31, 32);
  font-family: Roboto;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.promotion-second-screen .promotion-conditions {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
  max-height: 350px;
  overflow-y: hidden;
}
.promotion-second-screen .form-group {
  margin: 20px 34px;
}
.promotion-second-screen .form-group label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}
.promotion-second-screen .form-group input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.promotion-second-screen .btn {
  margin-top: 1rem;
  width: 100%;
}
.promotion-second-screen .btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}
.promotion-second-screen .btn-back {
  background-color: #f8f9fa;
  color: rgba(35, 31, 32, 0.6);
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 15px;
}

.hide {
  display: none !important;
}

#promotion-registration-form .promotion-button {
  margin-top: 60px;
}

@media (max-width: 600px) {
  .promotion-header .more-info {
    font-size: 12px;
  }
  .promotion-period {
    margin-bottom: 8px;
  }
  .promotion-button {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    height: 39px;
  }
  .promotion-header {
    padding: 8px 10px 9px 25px;
  }
  .promotion-note {
    font-size: 11px;
    font-weight: 300;
  }
  .promotion-condition-item span {
    font-size: 15px;
  }
  .promotion-conditions-title {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .promotion-period {
    padding: 8px 10px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .promotion-title {
    margin-top: 15px;
    font-size: 25px;
  }
  .promotion-subtitle-text {
    font-size: 16px;
  }
  .promotion-district {
    font-size: 10px;
  }
  .promotion-location svg {
    width: 18px;
    height: 18px;
  }
  .popup-close close-popup svg {
    width: 20px;
  }
  .popup-close close-popup {
    top: 10px;
  }
}
@media (max-width: 400px) {
  .popup-promotion .popup-inner {
    margin: 0px 0px;
    width: 100%;
  }
}
.promotion-registration-form .error-input {
  color: #d9534f;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.promotion-registration-form .error-input.show {
  display: block;
}

.promotion-registration-form input.error {
  border-color: #d9534f;
  border-width: 1px;
  border-style: solid;
}

.promotion-note a {
  text-decoration: underline;
}

.promotion-note a:hover {
  text-decoration: none;
}

/* Стили для мобильного навигационного меню */
.mobile-nav-menu {
  display: none;
}
.mobile-nav-menu ul.mobile-menu-column {
  margin-left: 0;
}

.mobile-menu-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.mobile-menu-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mobile-menu-column {
  width: 48%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mobile-menu-column li {
  margin-bottom: 11px;
  margin-top: 11px;
}

.mobile-menu-column li a {
  text-decoration: underline;
  font-size: 14px;
  display: block;
  padding: 5px 10px;
  border-radius: 6px;
}

.mobile-menu-column li a:hover {
  text-decoration: underline;
}

/* Показываем только на мобильных устройствах */
@media screen and (max-width: 767px) {
  .mobile-nav-menu {
    display: block;
  }
  /* Скрываем исходное меню на мобильных */
  #navigation-menu {
    display: none;
  }
}
#mobile-navigation-menu .mobile-menu-column {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
}

#mobile-navigation-menu .mobile-menu-column li {
  list-style: none;
  position: relative;
  padding-left: 0;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  border-radius: 6px;
}

#mobile-navigation-menu .mobile-menu-column li::before {
  display: none;
}

#mobile-navigation-menu .mobile-menu-column li::marker {
  display: none;
  content: "";
}

.mobile-menu-column li a:hover, .mobile-menu-column li.active a {
  background-color: var(--color-main);
  color: #fff;
  text-decoration: none;
  border: 0;
}

/* Стили для сворачивания текста только в мобильной версии */
@media (min-width: 768px) {
  .short-text-mobile {
    max-height: none !important;
    overflow: visible !important;
  }
  .more-text-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .short-text-mobile {
    max-height: 256px;
    overflow: hidden;
    position: relative;
  }
  .short-text-mobile.expanded {
    max-height: none;
  }
  .more-text-mobile {
    background: rgb(3, 163, 165);
    border-radius: 5px;
    height: 56px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    left: 5px;
    width: 80%;
  }
  .more-text-mobile img {
    margin-left: 8px;
    transition: transform 0.3s;
    filter: brightness(0) invert(1);
    width: 24px;
  }
  .more-text-mobile.active img {
    transform: rotate(180deg);
  }
  .more-text-mobile .no-more {
    display: none;
  }
  .more-text-mobile.active .more {
    display: none;
  }
  .more-text-mobile.active .no-more {
    display: inline-block;
  }
}
@media (max-width: 400px) {
  .more-text-mobile {
    width: 95%;
    left: 0;
  }
}
.mobile-appointment-button {
  display: none;
  width: 100%;
  position: relative;
  z-index: 9;
}
.mobile-appointment-button a.btn-entry-head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 20px;
  text-align: center;
}

@media (max-width: 840px) {
  .mobile-appointment-button {
    display: block;
    padding-top: 7px;
  }
  .right-aligned .btn-entry-head {
    display: none; /* Скрываем кнопку в верхней части на мобильных */
  }
}
@media (max-width: 767px) {
  .service-block .flex.justify-sb.align-end {
    display: none;
  }
}
@media (max-width: 767px) {
  .doctor-filters .flex-cont.justify-sb {
    display: block;
    width: 100%;
  }
  .doctor-filters .select {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.filter-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  position: relative;
  cursor: default;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #007f80;
  border: 1px solid rgba(88, 89, 91, 0.5490196078) !important;
  border-radius: 7px;
  text-decoration: none !important;
  padding-right: 20px;
}

.filter-tag .remove-filter {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-color: #fff;
  color: #00a3a8;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

.filter-tag.reset-filters {
  cursor: pointer;
  max-width: 142px;
  color: #d83c0e;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 800px;
  top: 50%;
  transform: translateY(-50%);
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

#video-iframe {
  width: 100%;
  height: 450px;
}

.video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  margin: auto;
  height: 22%;
  width: 7%;
  z-index: 100;
  background: url(/img/play.png) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .video:after {
    height: 14%;
    left: 104px;
  }
}
@media (max-width: 950px) {
  .video:after {
    height: 8%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .rngst_phone_button_custom {
    bottom: 135px;
  }
}
.locations-map-block {
  background: #f5f8f8;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

s #locations-map-block + footer .contacts {
  padding-top: 0;
}

.locations-map-block--full .locations-map-block__map-wrap--full {
  width: 100%;
  max-width: none;
  border-radius: 0;
  margin: 0;
  overflow: visible;
}

.locations-map-block__map-wrap {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 51, 56, 0.08);
}
.locations-map-block__map-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 3px solid #138387;
  z-index: 10;
}
.locations-map-block__map-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d7d7d7;
  z-index: -1;
}
.locations-map-block__map-wrap > * {
  background: #d7d7d7;
  padding: 3px 0 0;
  position: relative;
}

.locations-map-block__map-container {
  font-family: inherit;
  height: 420px;
  position: relative;
  outline: none;
}
.locations-map-block__map-container:not(.leaflet-gesture-handling-scroll-warning) a {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .locations-map-block__map-container {
    height: 600px;
  }
}

.locations-map-block .leaflet-tooltip-bottom {
  margin-left: -15px;
}

.locations-map-block__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 24px;
  color: #5c6e73;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .locations-map-block__empty {
    min-height: 600px;
  }
}

@media (max-width: 750px) {
  .locations-map-block {
    color: #ffffff;
  }
}
/* ——— Блок «Наші клініки» (головна) ——— */
.our-clinics-section {
  padding: 48px 0 56px;
  background: transparent;
}

.our-clinics-section__header {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .our-clinics-section__header {
    margin-bottom: 36px;
  }
}

.our-clinics-section__title {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #231f20;
  text-align: left;
}
@media (min-width: 768px) {
  .our-clinics-section__title {
    font-size: 32px;
    margin-bottom: 14px;
  }
}

.our-clinics-section__subtitle {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #7e8181;
  text-align: left;
}
@media (min-width: 768px) {
  .our-clinics-section__subtitle {
    font-size: 14px;
  }
}

.our-clinics-section__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.our-clinic-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(35, 31, 32, 0.08);
  overflow: hidden;
}
@media (min-width: 900px) {
  .our-clinic-card {
    flex-direction: row;
    align-items: stretch;
  }
}

.our-clinic-card__photo {
  flex-shrink: 0;
  max-height: 208px;
  overflow: hidden;
}
@media (min-width: 900px) {
  .our-clinic-card__photo {
    width: 280px;
    flex-shrink: 0;
    align-self: stretch;
    max-height: none;
    min-height: 208px;
    display: flex;
    flex-direction: column;
  }
}

.our-clinic-card__img {
  display: block;
  width: 100%;
  height: 208px;
  max-height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 900px) {
  .our-clinic-card__img {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 208px;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.our-clinic-card__img-placeholder {
  width: 100%;
  height: 208px;
  max-height: 208px;
  background: linear-gradient(135deg, #e8ecec 0%, #d5dddd 100%);
}
@media (min-width: 900px) {
  .our-clinic-card__img-placeholder {
    flex: 1 1 auto;
    width: 100%;
    min-height: 208px;
    height: 100%;
    max-height: none;
  }
}

.our-clinic-card__body {
  flex: 1;
  padding: 20px 20px 16px;
  min-width: 0;
}
@media (min-width: 900px) {
  .our-clinic-card__body {
    padding: 24px 0px 20px 24px;
  }
}

.our-clinic-card .mobile-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 14px;
}

.our-clinic-card .mobile-title > .our-clinic-card__stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.our-clinic-card .mobile-title > .our-clinic-card__stats > .our-clinic-card__name {
  flex: 1 1 auto;
  margin: 0;
  min-width: 12ch;
  overflow-wrap: anywhere;
}

.our-clinic-card .our-clinic-card__body .our-clinic-card__name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #0a0a0a;
  line-height: 1.25;
  padding-bottom: 10px;
}

.our-clinic-card__stat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.our-clinic-card__stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 6px;
  border-radius: 10px;
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.our-clinic-card__stat-pill:hover {
  opacity: 0.85;
}

.our-clinic-card__stat-pill--doctors {
  background: #e7f3f3;
}
.our-clinic-card__stat-pill--doctors .our-clinic-card__stat-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #0d5d60;
  color: #0a0a0a;
}

.our-clinic-card__stat-pill--services {
  background: #fef4eb;
}
.our-clinic-card__stat-pill--services .our-clinic-card__stat-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #ad6729;
  color: #0a0a0a;
}

.our-clinic-card__stat-label {
  white-space: nowrap;
}

.our-clinic-card__stat-icon {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
  opacity: 1;
}

.our-clinic-card__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
}

.our-clinic-card__row-icon {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
  opacity: 1;
}

.our-clinic-card__row--city-metro {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.our-clinic-card__metro-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.our-clinic-card__metro-station {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
}

.our-clinic-card__row--metro {
  align-items: center;
}

.our-clinic-card__metro-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: none;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
}

.our-clinic-card__row-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
}

.our-clinic-card__metro-m {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
  opacity: 1;
}

.our-clinic-card__address-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.our-clinic-card__address-link:hover, .our-clinic-card__address-link:focus {
  color: #138387;
  text-decoration: underline;
}
.our-clinic-card__address-link:focus {
  outline: 2px solid #138387;
  outline-offset: 2px;
}

.our-clinic-card__phones {
  display: inline;
}

.our-clinic-card__phone {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
  text-decoration: none;
}
.our-clinic-card__phone:hover, .our-clinic-card__phone:focus {
  text-decoration: none;
  color: #138387;
}
.our-clinic-card__phone:focus {
  outline: 2px solid #0d5d60;
  outline-offset: 2px;
}

.our-clinic-card__aside {
  flex-shrink: 0;
  padding: 16px 20px 20px;
  border-top: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  gap: 1px;
}
@media (min-width: 900px) {
  .our-clinic-card__aside {
    width: 275px;
    border-left: none;
    padding: 24px 20px 24px 0;
    text-align: right;
  }
}

.our-clinic-card__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-end;
  padding-bottom: 6px;
}

article.our-clinic-card .our-clinic-card__rating--mobile-only {
  flex-wrap: nowrap;
  width: auto;
  flex: 0 1 auto;
  max-width: 52%;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
article.our-clinic-card .our-clinic-card__rating--mobile-only .our-clinic-card__reviews-count {
  white-space: nowrap;
}

.our-clinic-card__rating-star {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.our-clinic-card .our-clinic-card__rating.doc-rating .rating-value {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #525252;
}
.our-clinic-card .our-clinic-card__rating.doc-rating .rating-value strong {
  font-weight: 700;
}

.our-clinic-card__reviews-count {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  color: #414647;
  white-space: nowrap;
}

.our-clinic-card__schedule {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .our-clinic-card__schedule {
    text-align: right;
  }
}

.our-clinic-card__schedule-main {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 20px;
  color: #525252;
}

.our-clinic-card__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: auto;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .our-clinic-card__actions {
    justify-content: flex-end;
  }
}

article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn {
  flex: 0 0 112px;
  height: 40px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 6px;
  border-radius: 8px;
  border: 0 solid transparent;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: middle;
  transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}
article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn:focus {
  outline: 2px solid #138387;
  outline-offset: 2px;
}

article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn--book {
  background-color: #138387;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn--book:hover, article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn--book:focus {
  background-color: #0f6d72;
  color: #fff;
}

article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn--route {
  background-color: #e7f3f3;
  color: #0D5D60;
  text-transform: uppercase;
  font-weight: 600;
}
article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn--route:hover, article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn--route:focus {
  background-color: #d4eaea;
  color: #0D5D60;
}

article.our-clinic-card .our-clinic-card__aside .our-clinic-card__actions a.btn.btn-default.our-clinic-card__btn--route img.our-clinic-card__btn-icon {
  display: block;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Наші клініки: на мобілі ховаємо рейтинг у aside лише якщо є дубль біля назви (--mobile-only). Стара розмітка (лише aside) — рейтинг лишається видимим */
@media screen and (max-width: 899.98px) {
  .our-clinic-card__body {
    flex: 1;
    padding: 20px 20px 5px;
    min-width: 0;
  }
  .our-clinic-card__aside {
    flex-shrink: 0;
    padding: 0 20px 20px;
  }
  .our-clinic-card:has(.our-clinic-card__rating--mobile-only) .our-clinic-card__aside .our-clinic-card__rating {
    display: none !important;
  }
  .our-clinic-card .mobile-title .our-clinic-card__rating--mobile-only {
    display: flex !important;
  }
  /* Мобілка: менший верхній відступ у блоку розкладу */
  .our-clinic-card__schedule {
    padding-top: 0;
  }
  /* Стара розмітка (немає .mobile-title): рейтинг у DOM у aside після телефону — піднімаємо в один ряд із h3 через grid + display:contents */
  @supports selector(:has(*)) {
    .our-clinic-card:not(:has(.mobile-title)) {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: start;
      -moz-column-gap: 10px;
           column-gap: 10px;
      row-gap: 12px;
      /* padding був на .__body — при display:contents він не діє, переносимо на картку */
      padding: 0 20px 16px;
      box-sizing: border-box;
    }
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__body,
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__aside {
      display: contents;
    }
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__stats {
      display: contents;
    }
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__photo {
      grid-column: 1/-1;
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px);
      max-width: none;
      margin-bottom: 5px;
    }
    .our-clinic-card:not(:has(.mobile-title)) h3.our-clinic-card__name {
      grid-column: 1;
      grid-row: 2;
      min-width: 0;
      align-self: center;
    }
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__aside > .our-clinic-card__rating {
      grid-column: 2;
      grid-row: 2;
      justify-self: end;
      align-self: center;
      width: auto;
      max-width: 100%;
    }
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__stat-pills {
      grid-column: 1/-1;
      grid-row: 3;
    }
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__row {
      grid-column: 1/-1;
      margin-top: 0;
    }
    .our-clinic-card:not(:has(.mobile-title)) {
      /* Без коробки aside: той самий фон/padding для розкладу й кнопок */
    }
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__schedule {
      grid-column: 1/-1;
      margin-left: -20px;
      margin-right: -20px;
      padding: 0 20px 8px;
      width: calc(100% + 40px);
      box-sizing: border-box;
      background: rgba(237, 244, 244, 0.45);
    }
    .our-clinic-card:not(:has(.mobile-title)) .our-clinic-card__actions {
      grid-column: 1/-1;
      margin-left: -20px;
      margin-right: -20px;
      padding: 0 20px 20px;
      width: calc(100% + 40px);
      box-sizing: border-box;
      background: rgba(237, 244, 244, 0.45);
      margin-top: -6px;
    }
  }
}
@media screen and (min-width: 900px) {
  .our-clinic-card .mobile-title .our-clinic-card__rating--mobile-only {
    display: none !important;
  }
  .our-clinic-card .our-clinic-card__aside .our-clinic-card__rating {
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */