.header__phone.phone.not_around_clock::after{
  display: none;
}
.header__phone.phone.not_around_clock{
  padding-right: 12px;
}

.navigation{
  font-size: 0;
}

.header-wrap {
  margin-bottom: 14px; }

.header-wrap::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 63.99em) {
  .header-wrap {
    display: none; } }

.logo {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1; }

.logo img {
  width: 131px;
  height: 80px; }

.logo.spb img {
  width: 180px;
  height: 80px; 
}

@media (max-width: 79.99em) {
  .logo.spb img {
    width: 120px;
    height: 80px; 
  }
}

.navigation {
  float: right; }

@media (max-width: 63.99em) {
  .navigation {
    float: left; } }

.navigation__link {
  font-size: 21px;
  font-weight: 300;
  color: #00abaa;
  text-decoration: none;
  height: 60px;
  display: inline-block;
  padding: 0 25px;
  line-height: 60px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-transition: .2s;
  transition: .2s; }

.is-sticky .navigation__link {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

.navigation__link:hover, .navigation__link.active {
  background-color: #ffdc19;
  color: #42454f; }

@media (max-width: 63.99em) {
  .navigation__link {
    height: 41px;
    line-height: 38px;
    font-size: 17px;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 0 10px; } }

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
}
.phone {
  color: #05746e;
  font-size: 24px;
  font-weight: bold;
  background-color: #fdd615;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
  text-decoration: none; }

.map-wrap .phone {
  background-color: transparent;
}
.phone span {
  font-weight: normal;
  font-size: 17px;
  display: inline-block;
  vertical-align: bottom; }

.landing_map__full-map .phone span {
    font-size: 14px;
}

.header__find-ico {
  display: inline-block;
  vertical-align: middle;
  background-color: #fed700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.header__find-ico svg {
  margin: 7px auto;
  display: block;
  width: 22px;
  height: 22px; }

.header__find-ico:hover svg path {
  fill: #42454f; }

.logo-mobile {
  display: none;
  background: url("/local/templates/medsi/img/logo.svg") no-repeat;
  width: 88px;
  height: 23px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-left: 15px;
  background-size: contain;
}

@media (max-width: 63.99em) {
  .logo-mobile {
    display: block; } }

@media (max-width: 47.99em) {
  .logo-mobile {
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.header__find-mobile {
  vertical-align: middle;
  display: none;
  float: right;
  margin-right: 15px;
  margin-top: 10px; }

.header__find-mobile.active > span {
  display: none; }

.header__find-mobile svg {
  display: block;
  width: 19px;
  height: 16px; }

.header__find-mobile svg path {
  fill: #FFF; }

@media (max-width: 63.99em) {
  .header__find-mobile {
    display: block; }
  .header__find-mobile.active {
    display: none; } }

@media (min-width: 47.99em) and (max-width: 63.99em) {
  .header__find-mobile.active {
    width: 45px;
    height: 45px;
    margin: 0;
    position: relative;
    display: block; }
  .header__find-mobile.active > span {
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    display: block; }
  .header__find-mobile.active svg {
    display: none; }
  .header__find-mobile.active > span:before,
  .header__find-mobile.active > span:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: #FFF;
    height: 2px; }
  .header__find-mobile.active > span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
  .header__find-mobile.active > span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0; } }

.burger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -25px; }

.burger span {
  background: #FFF;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  margin-top: -1px;
  -webkit-transition: .2s;
  transition: .2s; }

.burger span:before, .burger span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: #FFF;
  height: 2px;
  -webkit-transition: .2s;
  transition: .2s; }

.burger span:before {
  top: -6px; }

.burger span:after {
  bottom: -6px; }

@media (max-width: 47.99em) {
  .burger {
    display: block; } }

.burger--open span {
  background: transparent; }

.burger--open span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0; }

.burger--open span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0; }

.header_button_scroll {
  background: url(/local/templates/medsi/img/Next.svg) no-repeat;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px; }

.header_button_scroll:hover {
  box-shadow: 0 0 1px 1px #555; }

.header__phone.phone {
    width: 240px;
    color: #05746e;
    font-size: 26px;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    background-color: #fdd615;
    border-radius: 50px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
}

.header__phone.call-24-7 {
    padding-right: 40px;
}

.header__phone.call-24-7:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/local/templates/medsi/img/24-7.svg) no-repeat;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.phone {
  background-color: transparent;
  border-radius: 0; }

.header__phone.phone span {
  font-weight: 100;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px; }

@media screen and (max-width: 1023px) {
    .header__phone.phone {
        width: auto;
        height: 48px;
        line-height: 48px;
        font-size: 33px;
    }
    .header__phone.phone span {
        font-weight: 600;
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .header__phone.phone span {
        margin-bottom: 6px;
    }
}

.header-mobile-phone {
  display: none; }

@media (max-width: 47.99em) {
  .logo-mobile {
    margin-left: 43px;
    margin-top: 6px;
    float: left; }
  .header-mobile-phone {
    display: block;
    margin-top: 11px;
    margin-right: 12px;
    font-size: 13px;
    line-height: 1;
    color: #fff !important;
    float: right; } }

.mobile__phone_additional {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile__phone_additional-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  color: #10635c; }

.mobile__phone_additional-number {
  color: #fff !important;
  display: inline-block;
  font-weight: 600;
  font-size: 25px;
  line-height: 1; }

.mobile__to_cabinet {
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-weight: normal; }

.mobile__to_cabinet a {
  color: #fff !important; }

.mobile__to_cabinet-user {
        margin-bottom: 28px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 0 0 0 38px;
  background: url(/local/templates/medsi/img/user-ico_white.svg) left center no-repeat;
  background-size: contain;
}

.mobile-panel__header {
  font-weight: 600; }

.header__phone.phone._small {
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  padding: 0 27px 0 7px;
  margin-right: 5px; }

.header__phone.phone._small:after {
  width: 22px;
  height: 22px;
  right: 3px;
  top: 3px;
  margin-top: 0;
  background-size: contain; }

.header__phone.phone._small span {
  font-size: 13px; }

.mobile__phone .header__phone.phone {
  margin-bottom: 15px; }

a.header__phone.phone.around_clock:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('/local/templates/medsi/img/24-7.svg') no-repeat;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__phone.around_clock {
    padding-right: 40px;
}

#searchIco {
  position: relative; }

#searchIco svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0; }

@media screen and (max-width: 1023px) {
    .header__phone.phone {
        height: 48px;
        line-height: 48px;
        font-size: 30px;
    }
    a.header__phone.phone.around_clock {
        padding-right: 50px;
    }
    .header__phone.phone span {
        font-weight: 600;
        font-size: 21px;
    }
    a.header__phone.phone.around_clock:after {
        width: 38px;
        height: 38px;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: contain;
    }
}

.mobile-panel-services-list .mobile-msg {
  margin-bottom: -1px; }

.doctors-cards .mobile-msg {
  margin-left: -30px;
  margin-right: -30px;
  background-color: #e9f7f6; }

.mobile-panel-clinics-list .mobile-msg {
  background-color: #e9f7f6;
    margin: -34px -30px -60px;
}
  .mobile-panel-clinics-list .mobile-msg a {
    font-size: 16px;
    text-decoration: underline; }

@media (width: 1024px) {
  header .logo {
    margin-left: 5px; }
  header .logo-fix {
    margin-left: 5px; }
  header #searchIco {
    margin-right: 5px; } }

a[href="/about/medacademy/"], footer .menu-block a[href="/about/cooperation/"] {
  width: 150px; }

footer.footer .container.footer__wrap {
  max-width: 1120px; }
  @media (width: 1024px) {
    footer.footer .container.footer__wrap {
      margin-left: 5px;
      margin-right: 5px; } }

.footer .header__phone.phone span {
  font-weight: 600; }

.footer .header__phone.phone {
  height: 48px;
  line-height: 48px;
  padding: 0 58px 0 8px;
  font-size: 33px; }

.footer .header__phone.phone span {
  font-weight: 600;
  font-size: 22px; }

.footer .header__phone.phone:after {
  width: 38px;
  height: 38px;
  right: 10px;
  margin-top: -19px;
  top: 50%;
  background-size: contain; }

.desc-buttons {
  padding-bottom: 8px !important;
  padding-top: 8px !important; }

.copyright-area {
  position: relative;
  font-weight: 600;
  font-size: 12px; }

@media (max-width: 79.99em) {
  .desc-buttons .btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 2px; } }

@media (max-width: 63.99em) {
  .desc-buttons .btn {
    font-size: 16px;
    margin: 4px; } }

@media (max-width: 568px) {
  .footer {
    padding-top: 47px;
    padding-bottom: 36px; } }

.footer .mobile__phone-title,
.footer .mobile__phone_additional-title {
  color: #42454f; }

.meta-block__phones .mobile__phone,
.meta-block__phones .mobile__phone_additional {
  text-align: left; }

@media (max-width: 63.99em) {
  .meta-block__phones .mobile__phone,
  .meta-block__phones .mobile__phone_additional {
    text-align: center; } }

.desc-buttons {
  font-size: 0;
  text-align: center;
  padding-top: 10px !important;
  max-width: 1140px;
}

.desc-buttons .btn {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    margin: 2px 5px;
}

@media (width: 768px) {
  .actions-place__wrap.desc-buttons .btn--help:before {
    display: none; } }

/*
.actions-place {
  .btn--help::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 19px;
    background: url(/local/templates/landing_constructor/img/emergency-icon.svg) no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -11px;
  }
}
*/
img[src="https://mc.yandex.ru/pixel/6374753790380827734?rnd=%aw_random%"] {
  display: none !important; }

.services.js-search-menu .services__col-0 {
  margin-bottom: 15px;
  width: 14%;
  float: left;
  line-height: 42px;
  font-size: 22px;
  padding: 0 15px; }

.services.js-search-menu .services__col-1 {
  width: 50%;
  padding-right: 0;
  border-right: 0;
  margin-bottom: 15px; }

.services.js-search-menu .services__col-2 {
  width: 36%;
  margin-bottom: 15px; }

.services.js-search-menu .toggle {
  display: table;
  width: 100%; }
  .services.js-search-menu .toggle .toggle__item {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    float: none;
    padding-left: 2em;
    padding-right: 2em; }

@media (max-width: 1023px) {
  #toMobile .mobile-panel__head {
    position: static;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 0;
    left: 0;
    width: 100%;
    top: 50px; }
  #toMobile .mobile-panel__toggle {
    position: static;
    width: auto;
    margin-bottom: 10px; }
    #toMobile .mobile-panel__toggle .toggle {
      display: table;
      width: 100%;
      border: solid 1px #08756f;
      background: transparent; }
  #toMobile .mobile-panel__up {
    right: 24px; }
  #toMobile .to-mobile-wrap {
    padding: 0 0; }
  #toMobile .mobile-panel__list {
    position: static;
    padding: 20px 32px;
  }
  #toMobile .mobile-panel__toggle {
    display: table;
    width: 100%; }
    #toMobile .mobile-panel__toggle .toggle__item {
      font-size: 10px;
      height: 32px;
      line-height: 32px;
      color: #fff;
      width: auto;
      display: table-cell;
      vertical-align: middle;
      line-height: 1;
      float: none;
      padding-left: 2em;
      padding-right: 2em; }
      #toMobile .mobile-panel__toggle .toggle__item--active {
        background: #08756f;
        -webkit-box-shadow: 0 0 0 1px #08756f;
        box-shadow: 0 0 0 1px #08756f; } }

  .to_mobile .btn-play .btn-play-text {
    line-height: 1;
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .to_mobile .btn-play {
    border: 2px solid white;
    position: absolute;
    width: 235px;
    height: 41px;
    border-radius: 24px;
    background: none;
    background-color: transparent;
    bottom: 20px;
    opacity: 1 !important; }
  .to_mobile .btn-play .btn-play-text {
    display: block !important; }
  .to_mobile .without_float,
  .to_mobile .footer .menu-block ul > li.float ul.without_float {
    float: none !important; }
  .to_mobile .map-overlay #map-toggler.map-toggler-base {
    left: 50%; }
  .to_mobile #metro-map {
    cursor: pointer;
    cursor: url(https://api-maps.yandex.ru/2.1.59/build/release/images/util_cursor_storage_grab.cur) 16 16, url(https://api-maps.yandex.ru/2.1.59/build/release/images/util_cursor_storage_grab.cur), move; }
  .to_mobile .sale__title {
    color: #222328;
    font-family: HelveticaNeue;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600; }
  .to_mobile .form-control {
    padding: 12px 21px; }
  .to_mobile form.sale__form {
    margin-top: 40px; }
  .to_mobile .sale__form .form-control {
    margin-right: 18px; }
  .to_mobile .btn-stroke {
    padding-top: 12px; }
  .to_mobile div.sale {
    padding: 50px 20px 20px 40px; }
  .to_mobile .sale__description {
    margin: -6px 0 10px; }
  .to_mobile form.sale__form > input[type="submit"] {
    margin-bottom: 10px;
    position: relative;
    top: -3px;
    padding-top: 14px; }
  .to_mobile form.sale__form .political {
    color: #10635b;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border-bottom: 1px solid #10635b;
    display: inline-block;
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .to_mobile .mobile_nav__list a {
      border-bottom: 1px solid #009d9f !important; }
    .to_mobile .mobile_nav__list a.navigation__link:not(.navigation__link_type_goal) {
      padding: 14px;
      padding-left: 0;
      margin-left: 14px;
      padding-right: 0;
      margin-right: 14px; }

    .to_mobile .mobile_nav__list a.navigation__link.active:not(.navigation__link_type_goal) {
      padding: 14px;
      padding-left: 14px;
      margin-left: 0px;
      padding-right: 14px;
      margin-right: 0px; }

    .to_mobile .mobile_nav__list .navigation__link-icon {
      margin-right: 1px !important; } }
  .to_mobile .cs-slider__item .all-comments {
    position: relative;
    left: 32%;
    margin-left: 35px;
    top: 35px;
    color: #00b2ac;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .to_mobile .cs-slider__item {
    margin-right: 6px !important; }
  .to_mobile .cs-slider__item .btn.reply-new.fancybox-inline {
    position: absolute;
    bottom: -45px; }
  @media screen and (max-width: 567px) {
    .to_mobile .btn-play .btn-play-text {
      color: #030303; }
    .to_mobile .sr-text {
      font-size: 18px !important; }
    .to_mobile .btn-play {
      border: unset;
      position: absolute;
      width: 235px;
      height: 39px;
      border-radius: 24px;
      background: none;
      background-color: white;
      bottom: 20px;
      left: 50%;
      margin-left: -117.5px;
      opacity: 1 !important; } }
  @media screen and (min-width: 1024px) {
    .to_mobile .comments-slider-main .cs-slider > .slick-list {
      padding-bottom: 46px; }
    .to_mobile .comments-slider-main .cs-slider .cs-slider__item {
      height: auto; } }
  @media screen and (max-width: 1023px) {
    .to_mobile .mobile-panel-sort-list-off,
    .to_mobile .mobile-panel-sort-list-on {
      position: relative;
      background-image: none !important; }
    .to_mobile .mobile-panel-services-list-1.mobile-panel-sort-list-on a {
      color: black;
      font-size: 14px; }
    .to_mobile .mobile-panel-sort-list-off:before {
      content: '';
      display: block;
      position: absolute;
      top: 14px;
      right: 14px;
      background-image: url("/local/templates/medsi/img/arr-green-dwn.svg") !important;
      background-position: center center;
      background-repeat: no-repeat;
      width: 20px;
      height: 18px; }
    .to_mobile .mobile-panel-sort-list-on:before {
      content: '';
      display: block;
      position: absolute;
      top: 14px;
      right: 14px;
      width: 20px;
      height: 18px;
      background-image: url("/local/templates/medsi/img/arr-green-upp.svg") !important;
      background-position: center center;
      background-repeat: no-repeat; }
    .to_mobile .ourservices__link span {
      font-size: 18.78px; }
    .to_mobile .cs-slider__item {
      margin: 0; }
    .to_mobile .all-comments {
      float: none;
      margin-top: 10px; }
    .to_mobile .cs-comment {
      margin-bottom: 20px; }
    .to_mobile .cs-slider__right .readmore__link,
    .to_mobile .cs-slider__right .slider_readmore__link {
      margin-top: 20px; }
    .to_mobile .cs-nav {
      margin-top: 20px; }
    .to_mobile .cs-slider__left {
      float: none;
      width: 100%;
      padding: 0 20px; }
    .to_mobile .cs-slider__right {
      margin-left: 0;
      padding: 30px 20px; }
    .to_mobile .cs-slider__item .all-comments {
      left: 34px;
      top: -92px; }
    .to_mobile .cs-slider__right {
      margin: 0 15px; }
    .to_mobile .cs-slider__left .tag-point {
      left: 15px; }
    .to_mobile .cs-slider__item .btn.reply-new.fancybox-inline {
      bottom: 52px;
      right: 15px; } }
  .to_mobile #searchMenu {
    position: static; }
  .to_mobile .to_mobile {
    background-color: #13aea6; }
  .to_mobile .to-mobile-wrap {
    padding: 0 0px; }
  .to_mobile .mobile_nav__list a {
    padding: 14px; }
  .to_mobile .main-slider-btn-wrapper {
    display: none; }
  .to_mobile .toggle {
    display: table;
    width: 100%; }
  .to_mobile .toggle .toggle__item {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    float: none;
    padding-left: 2em;
    padding-right: 2em; }
  @media (max-width: 47.99em) {
    .to_mobile .in-index .sale {
      display: none; } }
  @media (max-width: 63.99em) {
    .to_mobile .mobile-panel__toggle {
      position: static;
      width: auto;
      margin-bottom: 10px; }
 }
  .to_mobile .search_input_wrapper #findServices {
    width: 100% !important; }
  .to_mobile .mobile_search .mobile-panel__list {
    top: 135px; }
  .to_mobile .half_slider__nav .slick-next {
    display: inline-block !important; }
  .to_mobile .slider__dots .slick-dots {
    right: 12px; }
  .to_mobile .info-point.point-list .clinics_list.scrollbar-rail.scroll-content.scroll-scrolly_visible {
    padding-top: 4px; }
  .to_mobile .info-point .point-wr .scroll-wrapper.clinics_list.scrollbar-rail {
    margin-bottom: 0 !important; }
  .to_mobile .point-wr-list {
    padding: 26px 0 0 13px !important; }
  @media screen and (max-width: 800px) and (min-width: 319px) {
    .to_mobile .point-wr-list {
      padding: 0px 8px !important;
      height: 106%; }
    .to_mobile .map-block-full .wr_map .info-point.point-list {
      overflow-x: hidden;
      padding-top: 8px;
      max-height: 100%; } }
  .to_mobile .main-search__menu .services-list {
    display: table !important;
    table-layout: auto;
    width: 100%; }
  .to_mobile .cl-icons-list {
    display: inline-block; }
  .to_mobile .cl-icons-list > li {
    display: inline-block; }
  .to_mobile .main-slider.slider--mobile .slider__item.js-slider-delay {
    background-color: #e1f2fb;
    /* IE9, iOS 3.2+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #c3e5f6), color-stop(1, white));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top, #c3e5f6 0%, white 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom, #c3e5f6 0%, white 100%);
    background-image: -ms-repeating-linear-gradient(top, #c3e5f6 0%, white 100%); }
  @media \0screen\,screen\9 {
    .to_mobile .main-slider.slider--mobile .slider__item.js-slider-delay {
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc3e5f6",endColorstr="#ffffffff",GradientType=0); } }
  .to_mobile .info-point .cl-show-i {
    width: 31px;
    height: 31px;
    margin-right: 6px; }
  @media (max-width: 768px) {
    .to_mobile .main-slider .container.slider__arrows .slick-prev {
      left: 3px !important; }
    .to_mobile .main-slider .container.slider__arrows .slick-next {
      right: 3px !important; }
    .to_mobile .main-slider .slider__caption h3 b {
      color: #030303;
      font-size: 24px;
      font-weight: 600; }
    .to_mobile .main-slider .slider__caption ul {
      list-style-type: none;
      margin-left: 0;
      padding: 0;
      text-align: center;
      color: black;
      font-size: 16px;
      font-weight: 400; }
    .to_mobile .main-slider .slider__caption ul > li {
      padding: 0 10px;
      text-align: center;
      color: black;
      font-size: 16px;
      font-weight: 400; }
    .to_mobile .main-slider .slider__caption ul > li:after {
      content: '';
      display: block;
      width: 38px;
      height: 2px;
      background-color: #15a29c;
      position: relative;
      left: 50%;
      margin: 6px 0;
      margin-left: -19px; }
    .to_mobile .main-slider .slider__caption ul > li:nth-last-child(1):after {
      content: '';
      display: none; } }
  .to_mobile .ourservices__link--active:before {
    left: -3px; }
  .to_mobile .ourservices__link {
    padding-left: 12px !important; }
  .to_mobile .search-cont.search-clinics .content-entry h2 {
    font-size: 20px;
    font-weight: 600; }
  .to_mobile #address_search:focus,
  .to_mobile #address_search-btn:focus {
    outline: none; }
  .to_mobile .ourservices__link span {
    font-size: 22px; }
  .to_mobile #address_search {
    font-family: 'Arial', sans-serif;
    line-height: 50px; }
  @media (max-width: 1023px) {
    .page-lk .mfp-bg {
        z-index: 10001; }
    .page-lk .mfp-wrap {
        z-index: 10002; }
    .page-lk .to_mobile {
        z-index: 10000; }
      .to_mobile a.global-search {
        text-decoration: underline;
        color: #000; }
      .to_mobile .mobile_nav__list {
        padding-left: 20px;
        padding-right: 20px; }
      .to_mobile .search-maps {
        padding-top: 50px; }
      .to_mobile .main_slider_wrapper {
        position: relative; }
      .to_mobile .main-slider-btn-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        z-index: 80; }
      .to_mobile .main-slider-btn-wrapper.not-active {
        display: none; }
      .to_mobile .header-btn {
        width: 33%;
        display: inline-block;
        background-color: #fed91f;
        color: #4d4d4d;
        font-size: 17px;
        text-align: center; }
      .to_mobile .header-services-btn {
        float: left;
        border-radius: 0 0 15px 0; }
      .to_mobile .header-doctors-btn {
        float: left;
        border-radius: 0 0 15px 15px; }
      .to_mobile .header-clinics-btn {
        float: right;
        border-radius: 0 0 0 15px; }
      .to_mobile .slider__caption {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center; }
      .to_mobile .slider__caption .btn {
        position: absolute;
        top: 350px;
        left: 50%;
        transform: translateX(-50%); }
      .to_mobile .mobile-panel__head {
        position: static;
        padding-left: 32px;
        padding-right: 32px;
        margin-top: 0; }
      .to_mobile .mobile_search .mobile-panel__up {
        top: 7px; }
      .to_mobile .mobile-panel__toggle {
        position: static; }
      .to_mobile .mobile-panel__list {
        position: static;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 50px; }
      .to_mobile .tabs {
        table-layout: auto;
        width: 100%;
        position: relative;
        background-color: #84d2cd;
        display: table; }
      .to_mobile .tabs:before,
      .to_mobile .tabs:after {
        content: '';
        display: table; }
      .to_mobile .tabs:after {
        clear: both; }
      .to_mobile .tabs .text-tb, .to_mobile .tabs .count-tab {
        position: relative;
        z-index: 9; }
      .to_mobile .tab {
        position: relative;
        display: table-cell;
        background-color: #84d2ce;
        padding: 0;
        padding-left: 11px;
        font-size: 11px;
        color: black;
        line-height: 1 !important;
        padding-right: 7px;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        height: 35px;
        max-height: 35px; }
      .to_mobile .tab.active {
        background-color: #e9f7f6; }
      .to_mobile .tab:before,
      .to_mobile .tab:after {
        content: '';
        position: absolute;
        top: 0;
        height: 35px;
        width: 27px;
        background-image: url("/local/components/agima/searchMenuUniversal/templates/mobileSearchMenuTemplate/images/corners.png");
        background-position: bottom right;
        background-repeat: no-repeat;
        display: block; }
      .to_mobile .tab:before {
        left: 0; }
      .to_mobile .tab:after {
        right: 0;
        background-position: bottom left; }
      .to_mobile .tab.prev_active:after {
        background-position: center left; }
      .to_mobile .tab.active:before {
        background-position: center right; }
      .to_mobile .tab.active:after {
        background-position: top left; }
      .to_mobile .tab.active + .tab:before {
        background-position: top right; }
      .to_mobile .tab:last-child:after,
      .to_mobile .tab:first-child:before {
        display: none; }
      .to_mobile .content {
        background-color: #ffffff; }
      .to_mobile .tab-cont {
        display: none; }
      .to_mobile .tab-cont-1 {
        background-color: #e9f7f6; }
      .to_mobile .tab-cont.active {
        display: block; }
      .to_mobile .mobile-panel-sort {
        position: static;
        color: #000000; }
      .to_mobile .mobile-panel-sort ul,
      .to_mobile .mobile-panel-sort li {
        list-style: none;
        margin: 0; }
      .to_mobile .mobile-panel-sort ul:first-child {
        border-top: none; }
      .to_mobile .mobile-panel-sort h3 {
        margin: 0;
        font-family: 'HelveticaNeue';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 40px;
        font-weight: 600; }
      .to_mobile .mobile-panel-sort li {
        padding-right: 20px;
        font-family: 'HelveticaNeue';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 30px; }
      .to_mobile .mobile-panel-services-list {
        background-color: #e9f7f6;
        padding-bottom: 1px; }
      .to_mobile .mobile-panel-services-list-1 {
        background-color: #e9f7f6; }
      .to_mobile .mobile-panel-services-list-1:nth-child(odd) {
        background-color: #f6fcfc; }
      .to_mobile .mobile-panel-services-list-item {
        background-color: #e9f7f6; }
      .to_mobile .mobile-panel-services-list-item:nth-child(odd) {
        background-color: #f6fcfc; }
      .to_mobile .mobile-panel-services-list-item {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 30px;
        padding-right: 27px;
        border-top: 1px solid #ceefed; }
      .to_mobile .mobile-panel-services-list-item a {
        color: black;
        font-family: 'HelveticaNeue';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 40px;
        font-weight: 600; }
      .to_mobile .mobile-panel-sort .mobile-panel-services-list-item:first-child {
        border-top: none; }
      .to_mobile .mobile-panel-sort-list-off {
        background-image: url("/local/templates/medsi/img/arr-green-dwn.png");
        background-repeat: no-repeat;
        background-position: 93%; }
      .to_mobile .mobile-panel-sort-list-off li {
        display: none; }
      .to_mobile .mobile-panel-sort-list-on {
        background-repeat: no-repeat;
        background-position: 93%; }
      .to_mobile .mobile-panel-services-btn {
        width: 21%; }
      .to_mobile .mobile-panel-doctors-btn {
        width: 21%; }
      .to_mobile .mobile-panel-clinics-btn {
        width: 58%; }
      .to_mobile .mobile-panel-bottom-btn {
        display: block;
        padding: 0 20px;
        padding-right: 40px;
        margin: 0 auto;
        margin-top: 45px;
        margin-bottom: 30px;
        line-height: 46px;
        color: #000000;
        background-color: #fed91f;
        background-repeat: no-repeat;
        background-position: 144px 20px;
        background-size: 12px 8px;
        font-family: helvetica, arial;
        position: relative; }
      .to_mobile .mobile-panel-bottom-btn:hover,
      .to_mobile .mobile-panel-bottom-btn:active,
      .to_mobile .mobile-panel-bottom-btn:focus {
        background-image: url(../img/arr-white-down.svg); }
      .to_mobile .mobile-panel-doctors-list {
        width: 100%;
        padding: 18px 30px 0;
        background-color: #ffffff; }
      .to_mobile .mobile-panel-doctors-select-name {
        padding: 16px 0 6px;
        margin: 0;
        font-family: 'HelveticaNeue';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 24px; } }
  @media (max-width: 1023px) and (max-width: 567px) {
    .to_mobile .mobile-panel-doctors-list {
      padding: 0 15px 0; } }
  @media (max-width: 1023px) {
      .to_mobile .mobile-panel-doctors-list select {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 22px;
        padding-right: 35px;
        -webkit-appearance: none;
        -ms-appearance: none;
        font-family: 'HelveticaNeue';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 44px;
        background-color: transparent;
        background-image: url("../img/mobile-panel-doctors-select.png");
        background-repeat: no-repeat;
        background-position: 97%;
        border-radius: 5px; }
      .to_mobile .mobile-panel-doctors-list select:last-child {
        margin-bottom: 18px; }
      .to_mobile .select2-container {
        width: 100% !important; }
      .to_mobile .kids-label {
        float: left;
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px; }
      .to_mobile .kids-checkbox {
        vertical-align: top;
        margin: 0 3px 0 0;
        width: 17px;
        height: 17px; }
      .to_mobile .kids-checkbox + label {
        cursor: pointer; }
      .to_mobile .kids-checkbox:not(checked) {
        position: absolute;
        opacity: 0; }
      .to_mobile .kids-checkbox:not(checked) + label {
        position: relative;
        padding: 0 0 0 35px; }
      .to_mobile .kids-checkbox:not(checked) + label:after {
        content: '';
        position: absolute;
        top: -2px;
        left: 2px;
        width: 22px;
        height: 22px;
        background-image: url("../img/mobile-panel-doctors-checkbox.png");
        transition: all .2s; }
      .to_mobile .kids-checkbox:checked + label:after {
        background-image: url("../img/mobile-panel-doctors-checkbox-on.png"); }
      .to_mobile .mobile-panel-doctors-reset {
        float: right;
        height: auto;
        padding: 6px 25px;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 25px; }
      .to_mobile .doctors-cards {
        width: 100%;
        padding: 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        background-color: #ffffff; }
      .to_mobile .doctor-card {
        max-width: 49%; }
      .to_mobile .doctor-card img {
        max-width: 100%; }
      .to_mobile .doctor-name {
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 21px;
        line-height: 31px; }
      .to_mobile .doctor-description {
        font-size: 14px;
        line-height: 21px;
        color: #c5c7cb; }
      .to_mobile .doctor-spec {
        margin-top: 12px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 18px;
        color: #82828b; }
      .to_mobile .doctor-location-img {
        position: absolute; }
      .to_mobile .doctor-location {
        padding-left: 25px;
        font-size: 14px;
        line-height: 21px;
        color: #8fdddb;
        position: relative; }
      .to_mobile .doctors-card-bottom-btn {
        display: block;
        padding: 0 20px;
        padding-right: 40px;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 65px;
        line-height: 46px;
        color: #000000;
        background-color: #fed91f;
        background-image: url(../img/arr-black-down.svg);
        background-repeat: no-repeat;
        background-position: 144px 20px;
        background-size: 12px 8px;
        font-family: helvetica, arial;
        position: relative; }
      .to_mobile .doctors-card-bottom-btn:hover,
      .to_mobile .doctors-card-bottom-btn:active,
      .to_mobile .doctors-card-bottom-btn:focus {
        background-image: url(../img/arr-white-down.svg); }
      .to_mobile .global-mobile-search-bottom-btn {
        padding: 10px 0;
        width: 170px;
        margin: 30px auto;
        color: #000000;
        background-color: #fed91f;
        display: block; }
      .to_mobile .mobile-panel-clinics-list {
        width: 100%;
        padding: 0 30px;
        padding-top: 34px;
        padding-bottom: 60px;
        background-color: #ffffff; }
      .to_mobile .mobile-panel-clinics-list h3 {
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 28px;
        font-weight: 100; }
      .to_mobile .mobile-panel-clinics-list a {
        font-size: 14px;
        line-height: 22px;
        text-decoration: none; }
      .to_mobile .doctor-location:before {
        content: '';
        display: inline-block;
        background: url("/local/templates/medsi/img/doc_block__place.png") no-repeat;
        height: 21px;
        width: 17px;
        padding-right: 20px;
        position: absolute;
        left: 0;
        top: 0; }
      .to_mobile .diagnostic-centers a,
      .to_mobile .childrens-clinics a,
      .to_mobile .first-referral-clinics a {
        display: block;
        margin-bottom: 25px;
        padding: 17px 14px;
        border: 2px solid #00b2ac;
        border-radius: 10px; }
      .to_mobile .diagnostic-centers a:last-child {
        margin-bottom: 37px; }
      .to_mobile .childrens-clinics a {
        border: 2px solid #fdd615; }
      .to_mobile .childrens-clinics a:last-child {
        margin-bottom: 37px; }
      .to_mobile .first-referral-clinics a:last-child {
        margin-bottom: 60px; }
      .to_mobile .clinics-bottom-btn {
        display: block;
        padding: 0 20px;
        padding-right: 40px;
        margin: 0 auto;
        line-height: 46px;
        color: #000000;
        background-color: #fed91f;
        background-image: url(../img/arr-black-down.svg);
        background-repeat: no-repeat;
        background-position: 89% 55%;
        background-position: 144px 20px;
        background-size: 12px 8px;
        font-family: helvetica, arial;
        position: relative; }
      .to_mobile .clinics-bottom-btn:hover,
      .to_mobile .clinics-bottom-btn:active,
      .to_mobile .clinics-bottom-btn:focus {
        background-image: url(../img/arr-white-down.svg); } }
  @media (max-width: 564px) {
    .to_mobile .tabs .tab:last-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }
  @media (max-width: 400px) {
    .to_mobile .doctor-card {
      min-width: 100%; }
    .to_mobile .tabs .tab:last-child {
      border-bottom-right-radius: 0; } }
  @media screen and (max-width: 1023px) {
    .to_mobile .search-maps {
      padding-left: 20px;
      padding-right: 20px; } }
  .to_mobile .cs-slider__right {
    margin-right: 16px; }
  @media screen and (max-width: 1199px) {
    .to_mobile .cs-slider__right {
      margin-right: 22px; }
    .to_mobile .search-maps {
      padding-left: 27px;
      padding-right: 27px;
      max-width: 100% !important; }
    .to_mobile .half_slider__item, .to_mobile .statistic__left {
      padding-left: 27px; } }
  @media screen and (min-width: 1200px) {
    .to_mobile .main-slider .slider__caption h2 {
      font-size: 48px; }
    .to_mobile .main-slider .slider__caption h3 {
      font-size: 28px; }
    .to_mobile .half_slider__item {
      padding-left: 40px; }
    .to_mobile .cs-slider__item {
      padding-right: 20px;
      padding-left: 20px; } }
  .to_mobile .ajaxMenuCont .search-tabs > .search-tab {
    cursor: pointer; }
  .to_mobile .services-show-list .services-show-list-it > a {
    color: #000;
    font-size: 16px;
    font-weight: 400; }
  @media (max-width: 567px) {
      .to_mobile .header-btn {
        height: auto;
        padding: 10px 0; }
      .to_mobile .mobile-panel-bottom-btn {
        left: 20%; }
      .to_mobile .tabs .tab:last-child {
        font-size: 11px; } }
  .to_mobile .mobile-panel__up {
    display: block; }
  .to_mobile .services__col-0 {
    margin-bottom: 15px;
    width: 14%;
    float: left;
    line-height: 42px;
    font-size: 22px;
    padding: 0 15px; }
  .to_mobile .services__col-1 {
    width: 50%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 15px; }
  .to_mobile .services__col-2 {
    width: 36%;
    margin-bottom: 15px; }

@media screen and (max-width: 767px) {
    .to_mobile .mobile-buttons .btn {
        display: block;
    }
    .to_mobile .mobile-buttons.actions-place__wrap .btn {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 40px;
        font-family: helvetica, arial;
    }
    #toMobile .mobile-panel__list {
        padding: 15px;
    }
}
  .to_mobile .btn--help:before {
    display: none; }
  .to_mobile .main-slider .container.slider__arrows .slick-prev {
    left: 0; }
  .to_mobile .main-slider .container.slider__arrows .slick-next {
    right: 0; }
  .to_mobile .map-wrap .map-block.untoggled ymaps {
    pointer-events: auto !important; }
  .to_mobile .copyright-area {
    font-weight: 600;
    font-size: 12px; }
  @media screen and (max-width: 1023px) {
    .to_mobile .copyright-area {
      text-align: center; }
    .to_mobile .footer .meta-block .join-us .socials a {
      margin: 0 8px; } }
  .to_mobile .footer .menu-block ul + ul {
    margin-left: 30px; }
  .to_mobile .actions-place {
    height: 64px; }
  .to_mobile #actionsPlace {
    height: auto; }
  .to_mobile .footer .menu-block ul > li > a[href="/about/purchases/"] {
    transform: translateY(10px); }
  @media screen and (max-width: 1023px) {
    .to_mobile .cs-slider__left .comments-slider .tag-point {
      bottom: 13px; }
    .to_mobile .comments-slider .slick-list {
      height: 494px;
      min-height: 494px !important; }
    .to_mobile .comments-slider .tag-point {
      bottom: 13px !important; }
    .to_mobile .slick-initialized .slick-slide {
      padding-bottom: 96px; }
    .to_mobile .cs-slider__item .btn.reply-new.fancybox-inline {
      right: 5px !important;
      bottom: 1px; }
    .to_mobile .cs-slider__item {
      margin-right: 11px !important; }
    .to_mobile .comments-slider .tag-point {
      position: absolute !important; }
    .to_mobile .cs-slider__right {
      margin-right: 5px; }
    .to_mobile .footer .menu-block {
      display: none; }
    .to_mobile .footer .meta-block {
      padding-top: 0; }
    .to_mobile .footer {
      padding-top: 37px;
      padding-bottom: 36px; } }
  .to_mobile .btn.reply-new.fancybox-inline {
    padding-top: 14px; }
  .to_mobile .comments-slider .tag-point {
    position: relative; }
  .to_mobile .comments-slider .tag-point .icon {
    vertical-align: top; }
  .to_mobile .ai-clinic {
    display: inline-block; }
  .to_mobile .program-wrap .ai-clinic, .to_mobile .actions-wrap .ai-clinic {
    display: inline; }
  @media screen and (max-width: 767px) {
    .to_mobile #address_search::-webkit-input-placeholder {
      transform: translateY(4px); }
    .to_mobile #address_search::-moz-placeholder {
      transform: translateY(4px); }
    .to_mobile #address_search:-moz-placeholder {
      transform: translateY(4px); }
    .to_mobile #address_search:-ms-input-placeholder {
      transform: translateY(4px); }
    .to_mobile #address_search::placeholder {
      transform: translateY(4px); }
    .to_mobile .slider__dots .slick-dots {
      right: -50%; } }
  @media screen and (min-width: 1023px) and (max-width: 1199px) {
    .to_mobile .footer .header__phone.phone {
      font-size: 28px; }
    .to_mobile .search-maps {
      max-width: 970px; }
    .to_mobile .main-slider .container.slider__arrows .slick-next {
      right: 8px; }
    .to_mobile .main-slider .container.slider__arrows .slick-prev {
      left: 8px; }
    .to_mobile .slider__dots .slick-dots {
      right: 72px; }
    .to_mobile .container.footer__wrap {
      max-width: 970px; } }
  .to_mobile .comments-slider .slick-arrow {
    display: none !important; }
  .to_mobile .tag-point.tag-point-2 {
    display: none; }
  @media screen and (max-width: 1023px) {
    .to_mobile .to_mobile .mobile-panel__list .form-control {
      width: 100% !important;
      margin-left: auto;
      margin-right: auto; }
    .to_mobile .to_mobile .mobile-btns .callback-btn {
      font-family: helvetica, arial; }
    .to_mobile #searchPanel .mobile-panel__up {
      right: 24px; } }
  @media screen and (max-width: 567px) {
    .to_mobile .cs-slider__left .author {
      margin-left: 16px; }
    .to_mobile .to_mobile .mobile-panel__list-title {
      padding-top: 24px; }
    .to_mobile .to_mobile .mobile-panel__list {
      padding-left: 32px;
      padding-right: 32px; }
    .to_mobile .to_mobile .mobile-panel__list .form-control {
      width: 100% !important; }
    .to_mobile .to_mobile .mobile-panel__list .btn.btn-block.btn-yellow {
      width: 105%;
      display: block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 600; }
    .to_mobile .mobile-panel__list .callback_text {
      margin-bottom: 17px; }
    .to_mobile .tag-point.tag-point-1 {
      display: none; }
    .to_mobile .tag-point.tag-point-2 {
      display: block; }
    .to_mobile .sliderone__nav .slick-prev:hover {
      background-position: center; }
    .to_mobile .comments-slider .slick-arrow {
      display: inline-block !important; }
    .to_mobile .comments-slider .cs-slider__footer .cs-nav__next,
    .to_mobile .comments-slider .cs-slider__footer .cs-nav__prev {
      display: none; }
    .to_mobile .comments-slider .cs-slider__footer .cs-nav {
      float: none;
      text-align: center; }
    .to_mobile .comments-slider .cs-slider__footer {
      position: absolute;
      right: 28px; }
    .to_mobile .comments-slider .cs-slider__footer .cs-nav__count {
      font-size: 15px;
      float: none;
      display: block;
      margin: 0 auto;
      margin-top: 44px; }
    .to_mobile .comments-slider .cs-comment.cs-comment-preview {
      max-height: 85px;
      overflow: hidden; }
    .to_mobile .comments-slider .cs-slider__left .tag-point {
      position: relative !important;
      top: 277px !important;
      z-index: 999999;
      left: 23px; }
    .to_mobile .comments-slider .slick-dots {
      display: block;
      bottom: 185px;
      position: relative;
      flex-wrap: wrap;
      margin: 0 auto !important;
      max-width: 63%; }
    .to_mobile .comments-slider li {
      height: 16px; }
    .to_mobile .comments-slider .slick-arrow {
      position: absolute;
      height: 33px !important;
      width: 30px !important;
      background-position: center;
      background-size: contain;
      z-index: 90;
      text-indent: -9999px;
      border: 0;
      background: url(/local/templates/medsi/img/doc-arr.svg) no-repeat;
      cursor: pointer;
      outline: none;
      margin-top: -15px;
      top: -255px;
      transform: translateY(-50%); }
    .to_mobile .comments-slider .slick-arrow.slick-next {
      background: url(/local/templates/medsi/img/doc-arr-right.svg) no-repeat;
      height: 33px;
      width: 30px;
      right: 1px !important;
      -ms-background-position-x: 100%;
      background-position-x: 100%; }
    .to_mobile .comments-slider ul {
      list-style: none !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 !important;
      padding: 0 !important; }
    .to_mobile .comments-slider li {
      margin: 0;
      display: inline-block;
      padding: 5px;
      cursor: pointer; }
    .to_mobile .comments-slider li.slick-active button {
      background-color: #eed236; }
    .to_mobile .comments-slider li button {
      z-index: 200;
      text-indent: -9999px;
      background: #686a72;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 0;
      padding: 0;
      outline: 0; }
    .to_mobile .comments-slider .sliderone__nav {
      left: 3px;
      right: 3px; }
    .to_mobile .comments-slider .cs-slider__right .readmore__link,
    .to_mobile .comments-slider .cs-slider__right .slider_readmore__link {
      margin-top: 0; }
    .to_mobile .comments-slider .cs-comment.cs-comment-date {
      margin-bottom: 10px; }
    .to_mobile .comments-slider .containerr {
      padding-bottom: 0; }
    .to_mobile .comments-slider .slick-list {
      height: 552px;
      min-height: 552px !important; }
    .to_mobile .cs-slider__item .all-comments {
      left: 5px;
      top: auto;
      bottom: 85px;
      position: absolute; }
    .to_mobile .comments-slider .tag-point {
      z-index: 999;
      left: 0;
      bottom: -24px !important;
      position: relative !important; }
    .to_mobile .cs-slider__right {
      padding-left: 28px;
      width: calc(100% - 20px);
      padding-right: 28px;
      padding-top: 36px;
      padding-bottom: 86px;
      position: absolute;
      top: 82px; }
    .to_mobile .ai-clinic {
      display: inline;
      width: 73vw; }
    .to_mobile .cs-slider .cs-slider__item {
      margin: 0 auto; }
    .to_mobile .cs-slider__item .btn.reply-new.fancybox-inline {
      left: 50%;
      transform: translateX(-48%);
      right: auto !important;
      padding-left: 61px;
      padding-right: 61px;
      bottom: 1px !important; }
    .to_mobile .slider__caption .btn {
      top: 325px; }
    .to_mobile .sr-title {
      margin-bottom: 16px; }
    .to_mobile .f-text b:first-child {
      margin-left: -6px; }
    .to_mobile .f-text--second b:first-child {
      margin-left: 0; }
    .to_mobile .f-text span, .to_mobile .f-text--second span {
      margin-left: 0; }
    .to_mobile .statistic__left {
      padding-left: 40px; }
    .to_mobile .search-maps {
      padding-left: 24px !important;
      padding-right: 24px !important; }
    .to_mobile .main-slider .container.slider__arrows .slick-prev {
      left: 3px; }
    .to_mobile .main-slider .container.slider__arrows .slick-next {
      right: 3px; }
    .to_mobile .your-region, .to_mobile .your-region > a {
      font-size: 11px; } }
  @media (max-width: 360px) {
    .to_mobile .comments-slider .cs-comment.cs-comment-preview {
      max-height: 84px;
      line-height: 24px;
      overflow: hidden; } }
  @media (max-width: 1023px) {
    .to_mobile .mobile-panel-sort h3 {
      line-height: 40px !important;
      text-align: left !important;
      font-weight: 600; } }

.burger-open span {
  background: transparent !important; }
  .burger-open span:before, .burger-open span:after {
    top: 0 !important; }

img {
  display: block; }

.btn.btn-transparent {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  line-height: 14px; }

.slider--mobile .btn {
  height: auto; }

.container.actions-place__wrap.mobile-buttons a {
  display: block; }

/*# sourceMappingURL=style_223.css.map*/

/*������� hover � ���� �� ��������� �����������*/
.to-mobile-wrap .mobile-panel.mobile_nav .mobile_nav__list a.navigation__link:hover:not(.active):not(.navigation__link_type_goal){
  background:none;
  color:WHITE;
}
