html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
.zayavka a{
    background: #fe0606;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 230px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  outline: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

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

ul.ul-mark {
    list-style: disc;
}


a {
  text-decoration: none;
}

input {
  border: none;
}

textarea {
  border: none;
  resize: none;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a515a;
  font-weight: 400;
  line-height: 30px;
  background-color: initial;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

.section-title {
  font-size: 24px;
  color: #4a515a;
  font-weight: 700;
}

section {
  padding: 60px 0px;
}

.button {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 30px;
  background-color: #126bda;
  text-decoration: none;
  padding: 15px 28px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.button_puls-wave {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  display: inline-block;
  z-index: 10;
  opacity: 1;
}

.button_puls-wave_active {
  -webkit-animation: button-pulsation 1s forwards;
  animation: button-pulsation 1s forwards;
}

@-webkit-keyframes button-pulsation {
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

@keyframes button-pulsation {
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 100px;
  border-radius: 100%;
  z-index: 5;
}

.owl-theme .owl-nav [class*=owl-] span {
  display: block;
  width: 100%;
  font-size: 0px;
}

.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

.owl-theme .owl-nav .owl-prev span {
  background: url("../img/arrow-left_grey.png") center no-repeat;
}

.main .owl-theme .owl-nav .owl-prev span {
  background: none;
}
.owl-theme .owl-nav .owl-next {
  right: -50px;
}

.owl-theme .owl-nav .owl-next span {
  background: url("../img/arrow-right_grey.png") center no-repeat;
}

.main .owl-theme .owl-nav .owl-next span {
  background: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 2px;
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #126bda;
}

.banner {
  padding: 25px 0px;
  text-align: center;
  background-color: #126bda;
}

.banner__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.bvi-panel-open{
  width: 100%;
  height: 100%;
}
.bvi-panel-open img{
  width: 30px;
  height: 18px;
}

.banner__text a {
  color: #fff;
}

.social a {
  width: 28px;
  height: 28px;
  margin: 0 2px;
  display: inline-block;
  background-color: #126bda;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width: 17px;
    height: 17px;
}

.point-clinic form {
  display: inline-block;
}

.point-clinic form .point-city {
  position: relative;
}

.point-clinic form .point-city__select a {
  font-weight: 700;
  color: #4a515a;
  border-bottom: 1px dotted #4a515a;
  line-height: 20px;
}

.point-clinic form .point-city::before {
  content: '';
  display: none;
  vertical-align: top;
  margin-right: 10px;
  position: absolute;
  width: 19px;
  height: 23px;
  background: url("../img/svg/map.svg") center no-repeat;
  top: 50%;
  left: -10px;
  margin-top: -11px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.point-clinic form .point-work-hours .now-work {
  font-weight: 700;
}

.communication .phones__link {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #4a515a;
}

.communication .call-back {
  position: relative;
}

.communication .call-back__link {
  color: #126bda;
  border-bottom: 1px dotted #126bda;
  font-size: 16px;
  font-weight: 700;
}

.communication .call-back__link::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -9px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 19px;
  height: 19px;
  background: url("../img/svg/call.svg") center no-repeat;
}

.search__wrap {
  position: relative;
  height: 35px;
  line-height: 35px;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  overflow: hidden;
}

.search__input {
  padding: 0px 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.search__button {
  color: #fff;
  background-color: #126bda;
  border: 1px solid #126bda;
  position: absolute;
  display: inline-block;
  height: 100%;
  right: 0px;
  z-index: 5;
  padding: 0px 15px;
  border-radius: 0px;
}

.no-touch .button:hover {
  -webkit-box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

ol {
  list-style: none;
  counter-reset: li;
}

ol li::before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.header-top {
  background-color: #f5f5f5;
  padding: 1px 0px;
}

.header-top__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__vision a {
  display: block;
  cursor: pointer;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 700;
}

.header-top__vision a span {
  font-size: 15px;
}

.social a:hover {
  background-color: #184175;
  border-radius: 50%;
}



.header-top__record {
  background: #126bda;
  color: #fff;
  padding: 0px 15px;
  border-radius: 30px;
}

.header-top__record>a>span {
  color: #fff;
}

.header-top__record:hover {
  background: #1553a0;\ 
}


.header-top__record .record-link span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.header-top__record .record-link::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url("../img/svg/add-user.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px;
  background-size: 12px;
}

.header-top__account .account-link span {
  display: inline-block;
  vertical-align: middle;
  color: #4a515a;
  font-size: 14px;
  font-weight: normal;
}

.header-top__account .account-link::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../img/svg/key.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 22px;
  background-size:12px;
}


.header-body {
    background-color: #fff;
}
.header-body__fix {
  padding: 16px 0px 24px;
}

.header-body__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-body__logo a {
  display: block;
}

.header-body__logo a .logo-descr {
  color: #126bda;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}

.header-body__logo a img {
  max-width: 80px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.nav-fix {
  padding: 20px 0px;
  background-color: #126bda;
}

.nav-fix_active {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.nav-fix_active .logo {
  width: auto;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.nav__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  list-style: none;
}
.nav-list li{
  display: flex;
  align-items: center;
}
.nav-list__link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.nav-list__link_search {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../img/glass.png") center no-repeat;
}

.main {
  position: relative;
  background-color: #fff;
}

.main .container_main {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0px;
  overflow: visible;
  padding: 0px;
}

.main .container_main .nav-container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}

.main .container_main .nav-container [class*=owl-] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.main .container_main .nav-container .owl-prev {
  left: 0;
  background: transparent url("../img/arrow-left.png") center no-repeat;
}

.main .container_main .nav-container .owl-next {
  right: 0;
  background: transparent url("../img/arrow-right.png") center no-repeat;
}

.main-slider {
  width: 100%;
  position: relative;
}

.main-slider__img {
  overflow: hidden;
}

.main-slider__img img {
  width: auto !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slider__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}

.main-slider__content .slide-main-descr {
  color: #ffffff;
  max-width: 400px;
  margin-left: 100px;
}

.main-slider__content .slide-main-descr__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 35px;
  color: #ffffff;
}

.main-slider__content .slide-main-descr__subtitle {
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 35px;
}

.main-slider__content .nav-container {
  position: relative;
  z-index: 10;
}

.main-slider__content .nav-container.owl-nav .owl-prev {
  z-index: 900;
}

.services {
  background-color: #f5f5f5;
  padding: 60px 0px;
}

.services__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__item {
  width: 20%;
}

.services__item-link {
  display: inline-block;
  color: #126bda;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.services__item-link .button_puls-wave {
  background-color: rgba(18, 107, 218, 0.4);
}

.services__item-wrap {
  padding: 15px;
  display: block;
}

.services__item-img {
  min-height: 95px;
  display: inline-block;
  position: relative;
}

.services__item-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
}

.services__item-descr {
  margin-top: 15px;
  display: block;
}

.no-touch .services__item-link:hover {
  background-color: #126bda;
  color: #fff;
}

.no-touch .services__item-link .button_puls-wave {
  background-color: rgba(255, 255, 255, 0.5);
}


.employees__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.employees__all-link {
  color: #126bda;
  text-decoration: underline;
}

.employees__shell {
  padding: 0px 50px;
}

.employees__slider {
  margin-top: 40px;
}

.employees__slider .worker {
  text-align: center;
  color: #4a515a;
}

.employees__slider .worker span {
  display: block;
}

.employees__slider .worker__photo {
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}

.employees__slider .worker__name {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 20px;
}

.employees__slider .worker__post {
  margin-top: 20px;
}

.reputation {
  background-color: #f5f5f5;
}

.reputation__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reputation .responses {
  margin-right: 40px;
  width: 60%;
}

.reputation .responses__top {
  margin-bottom: 20px;
}

.reputation .responses__top a {
  margin-left: 40px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #126bda;
}

.reputation .responses__title {
  display: inline-block;
}

.reputation .responses__slider .owl-prev {
  display: none;
}

.reputation .responses__slider .owl-next {
  right: 30px;
  bottom: 30px;
  top: auto;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.reputation .responses__slider .comment {
  background-color: #ffffff;
}

.reputation .responses__slider .comment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

.reputation .responses__slider .comment__reviewer-photo {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}

.reputation .responses__slider .comment__reviewer-photo img {
  max-width: 100%;
}

.reputation .responses__slider .comment__reviewer-name {
  font-size: 18px;
  font-weight: 700;
}

.reputation .responses__slider .comment__descr {
  color: #737373;
  font-size: 14px;
}

.reputation .responses__slider .comment__date {
  color: #acacac;
}

.reputation .licenses {
  width: 40%;
}

.reputation .licenses__top {
  margin-bottom: 20px;
}

.reputation .licenses__title {
  display: inline-block;
}

.reputation .licenses__shell {
  padding: 40px;
  background-color: #fff;
}

.reputation .licenses__slider {
  max-width: 200px;
  margin: 0 auto;
}

.reputation .licenses__slider .owl-nav [class*=owl-] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reputation .licenses__slider .owl-prev {
  display: block;
  z-index: 300;
}

.reputation .licenses__item a {
  display: block;
}

.reputation .licenses__item a img {
  display: inline-block;
  vertical-align: bottom;
}

.footer {
  padding: 50px 0px 10px 0px;
}

.footer__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.footer__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 25%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer__col_contacts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 25%;
}

.footer__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer__menu-list li a {
  color: #747373;
  text-decoration: underline;
}

.footer__control {
  padding-top: 16px;
  text-align: center;
}

.footer__control-link {
  display: block;
  color: #126bda;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 40px;
}

.footer__control-link_button {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 30px;
  background-color: #126bda;
  text-decoration: none;
  padding: 15px 28px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.footer__contacts span {
  display: block;
}

.footer__contacts-descr {
  margin-bottom: 35px;
}

.footer__contacts-descr .phone a {
  color: #4a515a;
}

.footer__contacts-descr .email a {
  color: #126bda;
  text-decoration: underline;
}

.page__table {
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 100%;
  border: 1px solid #c9c9c9;
}

.page__table td,
.page__table th {
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  text-align: initial;
  color: #343434;
}

.page__table .table-level td {
  border-bottom: 1px solid #126bda;
  text-align: center;
  font-weight: 700;
}

.page__table th {
  /*width: 25%;*/
  background-color: #126bda;
}

.page__table tr th {
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #fff;
}

.page__table tr:nth-child(2) td {
  /*background-color: #126bda;*/
  /*color: #ffffff;*/
  /*font-weight: 600;*/
  /*border: 1px solid #fff;*/
}

.page__list-title {
  font-weight: 700;
}

.page ul,
.page ol {
  padding: 0px 0px 0px 20px;
}

.page ul.content-list {
    list-style: disc;
}

.page ul li {
    /*color: #126bda;*/
}
.page__shell ul{
  list-style: disc;
}
.page ul.content-list li p {
    color: initial;
}
/*.page ul li::before {
  content: '';
  min-width: 8px;
  height: 8px;
  background-color: #126bda;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
  line-height: 24px;
}*/

.mobile-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-settings .social a {
  background-color: #126bda;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.mobile-settings .mob-menu-open {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  position: relative;
}

.mobile-settings .mob-menu-open span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #126bda;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.mobile-settings .mob-menu-open span::before,
.mobile-settings .mob-menu-open span::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #126bda;
  position: absolute;
  left: 0;
  top: 50%;
}

.mobile-settings .mob-menu-open span::before {
  margin-top: -16px;
}

.mobile-settings .mob-menu-open span::after {
  margin-top: 12px;
}

.mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 107, 218, 0.4);
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
}

.mobile-nav .nav-fix {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #fff;
  width: 50%;
  min-height: 100%;
  padding: 35px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.mobile-nav .nav-fix .search {
  margin-top: 35px;
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.mobile-nav .nav-fix_mobile_active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-nav .nav-fix_mobile_active .search {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
  opacity: 1;
}

.mobile-nav .nav-fix_mobile_active .nav-fix__close {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.mobile-nav .nav-fix_mobile_active .point-clinic {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.mobile-nav .nav-fix_mobile_active .communication {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(6) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(8) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(9) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(10) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(11) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(12) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(13) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(14) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(15) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(16) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(17) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(18) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.mobile-nav .nav-fix_mobile_active .nav-list__item:nth-child(19) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.mobile-nav .nav-fix__close {
  display: block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  z-index: 99;
  top: 35px;
  right: 10px;
  background: url("../img/svg/left-arrow.svg") center no-repeat;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.mobile-nav .nav-list {
  display: block;
}

.mobile-nav .nav-list__item {
  margin-top: 30px;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.mobile-nav .nav-list__item:first-child {
  margin-top: 0;
}

.mobile-nav .nav-list__link {
  color: #4a515a;
}

.mobile-nav__communication {
  margin-top: 30px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.mobile-nav__point-clinic {
  margin-top: 30px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

@media (max-width: 1200px) {
  body {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .header-body__mobile {
    display: none;
  }

  .mobile-nav {
    display: none;
  }
}


.header-top__soc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


@media (max-width: 992px) {
  .header-top__soc {
    display: none;
  }

  .header-body {
    border-bottom: 2px solid #f1f1f1;
  }

  .header-body .logo img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .header-body__point-clinic,
  .header-body__communication {
    display: none;
  }

  .header-body__fix {
    background-color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .header-body__fix_active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
  }

  .header-body__fix_active .logo img {
    max-width: 60px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .nav {
    display: none;
  }

  .mobile-nav {
    font-size: 14px;
  }

  .mobile-nav a {
    font-size: 14px !important;
  }

  .services__shell {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services__item {
    width: calc(100% / 3);
  }

  .reputation__shell {
    display: block;
  }

  .reputation__shell .responses {
    width: 100%;
    margin-right: 0px;
  }

  .reputation__shell .licenses {
    width: 100%;
  }

  .reputation__shell .licenses__slider {
    max-width: 100%;
  }

  .footer__col {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .footer__col_clinic {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .footer__col_client {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__col_contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__col_contr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__control {
    padding-top: 0;
    text-align: initial;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .services__item {
    width: 50%;
  }

  .employees__shell {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .services__item {
    width: 100%;
  }

  .table-wrap {
    overflow-x: scroll;
  }

  .table-wrap table.page__table {
    width: 992px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 12px;
  }

  section {
    padding: 30px 0px;
  }

  .header-top__record .record-link span {
    font-size: 14px;
  }

  .header-top__account .account-link span {
    font-size: 14px;
  }

  .header-body__fix .logo a img {
    max-width: 60px;
  }

  .header-body__fix .logo a .logo-descr {
    font-size: 12px;
    line-height: 15px;
  }

  .header-body__fix_active .logo a img {
    max-width: 40px;
  }

  .mobile-nav {
    font-size: 12px;
  }

  .mobile-nav a {
    font-size: 12px !important;
  }

  .section-title {
    font-size: 18px;
  }

  .main-slider__content .slide-main-descr {
    margin-left: 0;
    text-align: center;
    display: block;
    width: 100%;
    max-width: none;
  }

  .main-slider__content .slide-main-descr__title {
    font-size: 30px;
    line-height: 30px;
  }

  .main-slider__content .slide-main-descr__subtitle {
    font-size: 18px;
  }

  .section {
    padding: 30px 0px;
  }

  .reputation .responses__top a {
    margin-left: 0px;
    margin-right: 40px;
  }

  .reputation .responses__title {
    display: block;
  }

  .reputation .responses__slider .comment__wrap {
    display: block;
    padding: 20px;
  }

  .reputation .responses__slider .comment__reviewer-photo {
    margin: 0 auto 20px;
  }

  .reputation .licenses__shell {
    padding: 20px;
  }

  .banner__text {
    font-size: 12px;
  }

  .footer__col_contr {
    display: none;
  }

  .mobile-nav .nav-fix {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }

  .mobile-settings .social a {
    width: 28px;
    height: 28px;
  }

  .mobile-settings .mob-menu-open {
    width: 30px;
    height: 30px;
  }

  .mobile-settings .mob-menu-open span {
    height: 3px;
    margin-top: -1.5px;
  }

  .mobile-settings .mob-menu-open span::before,
  .mobile-settings .mob-menu-open span::after {
    content: '';
    height: 3px;
  }

  .mobile-settings .mob-menu-open span::before {
    margin-top: -15px;
  }

  .mobile-settings .mob-menu-open span::after {
    margin-top: 12px;
  }

  .page ul,
  .page ol {
    padding: 0px;
  }

  .page ul ul,
  .page ul ol,
  .page ol ul,
  .page ol ol {
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ACCORDEON */

.my-accordeon {background-color:#fff}

.panel {cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;transition:padding 350ms ease-in-out;    border-bottom: 1px solid #fff;}
.panel:last-of-type {border:0}

.panel-head {position:relative;width:100%;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background: #126bda;
  color: #fff;}
.panel-head-left, .panel-head-right {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}

.panel-head-left {padding:1vh calc(2vw + 50px) 1vh calc(2vw + 15px)}
.panel-head-left-icon {display:flex;justify-content:center;align-items:center;margin-right:calc(1.5vw + 15px); border: 1px solid #fff;width: 25px;height: 25px;border-radius: 100%;}
.panel-head-left-icon img {width:35px;height:auto}
.panel-head-left-title {font:normal 700 1.2em / 1.3 var(--typo1);margin:2vh 0}

.panel-head-right {position:absolute;right:calc(2vw + 15px)}
.panel-head-right-details {font:normal 400 .9em / 1.5 var(--typo1);margin:0;    font-size: 13px;
  font-style: italic;}
.panel-head-right-cross {position:relative;top:-10px;margin-left:calc(1.5vw + 25px);margin-right:10px}
.panel-head-right-cross span {position:absolute;width:3px;height:20px;background:#c33;transition:all 350ms ease-in-out}
.panel-head-right-cross span:nth-child(2) {transform:rotate(90deg)}

.toggle {display:none;width:100%;padding:5vh calc(2vw + 15px);transition:border-color 350ms ease-in-out;max-width: 89%;}
.toggle-content {display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center}
.toggle-desc {width:100%;font:normal 400 1em / 1.7 var(--typo1)}
.toggle-desc p {margin:0}
.toggle-img {width:calc(31% - 15px)}

.panel.show .toggle {border-color:var(--c-grey)}
.panel.show .panel-head-right-cross span:first-child {transform:translate(-50%) rotate(45deg)}
.panel.show .panel-head-right-cross span:nth-child(2) {transform:translate(-50%) rotate(-45deg)}

@media only screen and (max-width:959px) {
.panel-head-right-details {display:none}
.toggle-desc, .toggle-img {width:100%}
.toggle-desc {margin-bottom:3vh!important}
}

@media only screen and (max-width:480px) {
.panel-head-left-icon {display:none}
 }



.list-address{
  display: none;
  position: absolute;
  right: 0;
  right: 40%;
  top: 115%;
  top: 15%;
  background-color: #ffffff;
  z-index: 20;
  width: 390px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.11);
  box-shadow: 0 0 10px 5px rgba(0,0,0,.11);
}
.list-address h4{
  font-size: 24px;
  color: #ffffff;
background-color: #094A95;
  background-color: #126bda;
  padding: 15px 25px;
  line-height: 1;
  margin: 0;
}
.list-address .close{
  position: absolute;
  right: 25px;
  top: 15px;
  width: 25px;
  height: 25px;
}
.list-address .close:hover{
  cursor: pointer;
}
.list-address .close::before{
  content: '';
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%
}
.list-address .close::after{
  content: '';
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.wrap-list-address{
  padding: 15px ;
  padding-top: 0;
}
.wrap-list-address .item-list-address{
  padding-top: 25px;
}
.wrap-list-address .item-list-address .wrap-link{
  display: block;
}
.wrap-list-address .item-list-address .wrap-link:hover{
  text-decoration: none;
}
.wrap-list-address .item-list-address span{
  font-size: 18px;
  font-weight: 100;
  color: #000000;
  font-family: "Exo-2-ligh", sans-serif;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.wrap-list-address .item-list-address a:not(.wrap-link){
  font-size: 14px;
  font-family: "Exo-2-ligh", sans-serif;
  color: #000000;
}



.textin1 {
  background-color: #f5f5f5;
  padding: 0px 0px 60px 0px;
}

.textin2 {
  background-color: #f5f5f5;
  padding: 0px 0px 60px 0px;
}

.uslugi-miniimg {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-bottom: 70px;
}

.news-item:hover {
  box-shadow: 0px 0px 12px -4px #ababab;
  transition: 0.5s;
}