@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400&family=Fira+Sans:wght@100;200;300;400;500;600&display=swap");
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  color: #55636A;
  /* max-width: 1920px;*/
  margin: 0 auto;
}

a{ 
	color:#0261A0;
}

.container {
  max-width: 1150px;
}

.container.w1504 {
  max-width: 1504px;
}

h1, .h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  color: #0261A0;
}

h2, .h2, h3, .h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #0261A0;
}
.clear-b{
  clear: both;
}

.fast {
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
}

p {
  margin: 0 0 16px 0;
}

u{
    word-wrap: break-word;
    word-break: break-word;
}

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

.text-aling-right{
	text-align:right;
}

.heder-top {
  border-bottom: 1px solid #f1f4fa;
}

.cls8,.w1504-1{
  padding: 0;
}

.small {
  margin-top: 12px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  width: 98%;
}

.minf {
  font-size: 10px;
}

.hed-lihe__left .minf {
  font-size: 12px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb45 {
  margin-bottom: 45px;
}

.vopros {
  display: block;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 27px;
  color: #0261A0;
  padding: 0 4px;
}

.vopros img {
  margin-top: 4px;
}

.hc-block-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 19%;
          flex: 1 19%;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mtb30 {
  margin: 30px 0;
}

p {
  line-height: 150%;
}

/** поиск */
.search {
  background: #ffffff;
  -webkit-box-shadow: inset 0px 1px 4px #d1dce2;
          box-shadow: inset 0px 1px 4px #d1dce2;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 14px 8px 14px;
}

.search input {
  min-width: 190px;
  border: none;
  outline: none;
}

.search a {
  display: inherit;
}

.width-minus-right {
  width: calc(100% - 178px);
}

/**применил грид для колекции фото в аккордионе */
.doc-ac-list {
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));*/

  /*-ms-grid-columns:repeat(4, 1fr)[auto-fit];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;*/

  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  
  justify-items: center;
  margin: 0 0px 30px 0;
}

.breadcrumb-navigation {
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 22px;
  margin-top: 25px;
}

.breadcrumb-navigation li {
  margin-right: 1em;
}

.breadcrumb-navigation .breadcrumb-first {
  font-weight: bold;
  color: #0261a0;
}

.breadcrumb-navigation .breadcrumb-first::before {
  display: none;
}

.breadcrumb-navigation .hover_link,
.breadcrumb-navigation span {
  display: block;
  color: #55636a;
  text-decoration: none;
  position: relative;
  padding-left: 26px;
}

.breadcrumb-navigation .hover_link:hover,
.breadcrumb-navigation span:hover {
  color: #e11e23;
}

.breadcrumb-navigation .hover_link::before,
.breadcrumb-navigation span::before {
  content: "";
  position: absolute;
  background: url(../img/ico/strsm.svg) center no-repeat;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.breadcrumb-navigation .breadcrumb-first span::before {
  display: none;
}


.breadcrumb-navigation span:hover {
  color: #55636a;
}

/****АККОРДИОН* */
.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion .accordion_item {
  position: relative;
  margin-bottom: 26px;
  padding: 0 0px 0 0px;
}

.accordion .title_block {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0261a0;
  border-radius: 10px;
  padding: 20px 70px 20px 24px;
}

.accordion .title_block:after {
  content: "";
  background: url(../img/ico/plus.svg);
  position: absolute;
  right: 22px;
  top: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.accordion .active_line .title_block::after {
  background: url(../img/ico/minus.svg);
}

.accordion .info {
  display: none;
  padding: 0px 24px;
  margin: 0px -23px;
  overflow: hidden;
}

.vak-bold .title_block {
  font-weight: bold;
}

/**  развернуть все */
.open-ac-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  width: 190px;
}

.open-ac-all:after {
  content: "";
  background: url(../img/ico/plus.svg);
  position: absolute;
  right: 22px;
  top: 7px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.open-ac-all::before {
  content: "Развернуть всё";
  position: absolute;
  right: 82px;
  top: 1px;
  font-size: 12px;
  color: #e11e23;
  line-height: 54px;
  font-weight: bold;
}

.open-ac-all.active::after {
  background: url(../img/ico/minus.svg);
}

.open-ac-all.active::before {
  content: "Свернуть всё";
}

/**pdf * price-doc */
.price-doc {
  padding: 0;
  list-style: none;
}

.item-doc {
  margin-bottom: 24px;
}

.item-doc .block-pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-doc.shadow {
  padding: 20px 24px 20px 24px;
  border-radius: 10px;
}

.item-doc .img {
  margin-right: 15px;
}

.item-doc a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0261a0;
}

.item-doc a:hover {
  color: #e11e23;
}

.item-doc .file-name {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

/** */
/**price-block  внутри аккордиона*/
/**DOCTOR */
.shadow {
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 33px #d1d8dd;
          box-shadow: 0px 12px 33px #d1d8dd;
}

/**карточка дока */
.cart-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 150%;
  border-radius: 20px;
  margin-top: 58px;
}

.cart-spec .img {
  height: 400px;
  width: 350px;
}

.cart-spec .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.cart-spec .cart-spec_l {
  max-width: 350px;
  margin-right: 30px;
}

.cart-spec .cart-spec_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.cart-spec .cart-spec_r .h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #0261a0;
  margin-bottom: 40px;
}

.cart-spec .cart-spec_r p > a {
  font-size: 20px;
  line-height: 22px;
  color: #0261A0;
  text-decoration: none;
}

.cart-spec .cart-spec_r p > a:hover {
  color: #e11e23;
}

.cart-spec .cart-spec_r p {
  margin: 0 0 8% 0;
  padding: 0;
  max-width: 603px;
}

.cart-spec .cart-spec_r__end {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/***таблица цен */
.item-price,
.item-price-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.item-price span,
.item-price-title span {
  display: none;
}

.item-price .item-price_1,
.item-price-title .item-price_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 150px;
          flex: 0 150px;
  margin-right: 20px;
  display: block;
}

.item-price .item-price_2,
.item-price-title .item-price_2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  display: block;
}

.item-price .item-price_3,
.item-price-title .item-price_3 {
  min-width: 140px;
  display: block;
}

.item-price-title {
  /*margin-top: 50px;*/
}

.item-price-title div {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #0261a0;
}

.imgfull {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.imgfull img {
  width: 100%;
}

.imgfull-no {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.imgfull-no img {
    width: 100%;
    border-radius: 10px;
    max-height: 515px;
    object-fit: cover;
}

.ugol-ind {
  list-style-image: url(../img/ico/ugol.svg);
  font-size: 15px;
  line-height: 20px;
  padding-left: 24px;
  margin: 30px 0px;
}

.ugol-ind li {
  margin-bottom: 15px;
}

/*** */
.row .item {
  padding: 0 0px 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.otdel-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 33px #D1D8DD;
          box-shadow: 0px 12px 33px #D1D8DD;
  border-radius: 20px;
  height: 150px;
  padding: 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  text-decoration: none;
  color: #55636A;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}

.otdel-item:hover {
  background: #0261A0;
  color: #FFFFFF;
}

.date-news {
  font-size: 16px;
  line-height: 25px;
  opacity: 0.5;
  margin-bottom: 30px;
}

.stati-height .item-shadow {
  height: 562px;
}

/******* media */
.do768 {
  display: none;
}

.ot768 {
  display: block;
}

@media (max-width: 767px) {
  .do768 {
    display: block;
  }
  .ot768 {
    display: none;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  body {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 28px;
    line-height: 35px;
  }
  h2, h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .breadcrumb-navigation {
    margin-bottom: 25px;
  }
  .width-minus-right {
    width: calc(100% - 78px);
  }
  .item-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
  }
  .item-price .item-price_1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 30px;
            flex: 0 30px;
    margin-right: 20px;
    display: block;
  }
  .item-price .item-price_2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
    display: block;
  }
  .item-price .item-price_3 {
    min-width: 140px;
    display: block;
  }
  .item-price .line-700 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .item-price .line-700 span {
    display: block;
    margin-right: 19px;
    font-weight: 600;
    width: 102px;
    color: #0261a0;
    font-size: 0.9em;
  }
  .item-price-title {
    display: none;
  }
  .cart-spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .cart-spec .cart-spec_l {
    margin-right: 0px;
  }
  .cart-spec .btn {
    margin: 0 auto 30px;
  }
  .imgfull img {
    max-width: 100%;
    height: 220px;
    -o-object-fit: contain;
    object-fit: cover;
    border-radius: 12px;
  }
  .imgfull_bkg {
    background: url(../img/history1.jpg) center no-repeat;
    background-size: cover;
    height: 220px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%;
    color: #0261a0;
    border-radius: 10px;
  }
  .imgfull_bkg__title {
    font-weight: 600;
    font-size: 25px;
  }
  .imgfull_bkg__text {
    font-weight: 500;
    font-size: 17px;
  }
}

@media (max-width: 570px) {
  .table-pr td:nth-child(2) {
    display: block;
  }
  .table-pr td:nth-child(3) {
    display: block;
  }
}

@media (max-width: 470px) {
  h1, .h1, h2, h3, .h2, .h3 {
    font-size: 21px;
    line-height: 26px;
  }
  .cart-spec .cart-spec_r .h1 {
    font-size: 28px;
    line-height: 36px;
    padding: 15px 0 0;
    margin-bottom: 20px;
  }
  .cart-spec .img {
    height: 300px;
    width: 286px;
  }
  .item-doc .block-pd {
    display: inline-block;
  }
  .item-doc .block-pd .img {
    float: left;
  }
  .item-doc .block-pd-s {
    display: block;
    line-height: 21px;
  }
  .item-doc a {
    display: inline;
    word-break: break-all;
  }
  .item-doc .file-name {
    padding: 5px 0 0 0;
  }
  .item-price {
    font-size: 14px;
  }
  .item-price .line-700 span {
    width: 90px;
  }
  .imgfull_bkg__title {
    font-weight: 600;
    font-size: 20px;
  }
  .imgfull_bkg__text {
    font-size: 15px;
  }
  .open-ac-all::before {
    content: "Развернуть всё";
    position: absolute;
    right: 21px;
    top: -17px;
    font-size: 10px;
    color: #e11e23;
    line-height: 11px;
    font-weight: bold;
    width: 40px;
  }
}

@media (max-width: 383px) {
  .imgfull_bkg__title {
    font-weight: 600;
    font-size: 16px;
  }
  .imgfull_bkg__text {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .search input {
    min-width: 168px;
  }
}

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

.heder-contact_telf {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.heder-contact_telf a {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-decoration: none;
  color: #0261A0;
}

.heder-contact_soc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.heder-contact_soc .foot-socseti {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.heder-contact__text {
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 18px;
}

.contact-detail__text {
  font-size: 16px;
  line-height: 25px;
}

.contact-detail_telf a {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  color: #0261A0;
}

.contact-detail_telf a:hover {
  color: #E11E23;
}

.contact-detail-carousel {
  padding: 0 40px;
}

.contact-detail-carousel .news-str-right {
  position: absolute;
  right: 10px;
  top: 30%;
}

.contact-detail-carousel .news-str-left {
  position: absolute;
  left: 10px;
  top: 30%;
}

.contact-detail_item__text {
  font-size: 14px;
  line-height: 22px;
}

.contact-detail_item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #0261A0;
}

.contact-bl {
  font-size: 14px;
  line-height: 22px;
}

.contact-bl p {
  margin: 0;
  padding: 0;
}

.contact-bl img {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 354px;
  width: 100%;
}

.contact-img img {
  height: 640px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.workload-img img {
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .contact-bl-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-bl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px;
  }
  .contact-detail-carousel {
    margin: 40px 0;
    width: calc(100% - 80px);
  }
  .item-shadow-doc{
        //min-width: 267px;
        //max-width: 32% !important;
  }
}

@media (max-width: 767px) {
  .contact-bl-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .contact-bl {
    margin-right: 0px;
  }
  .heder-contact_telf a {
    font-size: 27px;
    line-height: 44px;
  }
  .contact-img img {
    height: initial;
  }
}

@media (max-width: 575px) {
  .contact-detail_telf {
    margin-bottom: 15px;
    text-align: center;
  }
  .contact-detail-carousel {
    margin: 40px auto;
  }
  p {    line-height: 124%;}
  .contact-detail-carousel {
    width: calc(100% - 0px);
  }
}

@media (max-width: 470px) {
  .heder-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .heder-contact_telf {
    margin-bottom: 15px;
  }
  .heder-contact__text {
    margin-bottom: 3px;
  }
}

@media (max-width: 383px) {
    
}

.historu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  position: relative;
  border-left: 2px dashed #81B0D0;
  padding-bottom: 30px;
}

.historu-item:last-child {
  border-left: 2px solid transparent;
}

.historu-item::before {
  content: "";
  background: url(../img/ico/circ.svg) no-repeat;
  position: absolute;
  background-color: #fff;
  width: 42px;
  height: 42px;
  left: -22px;
  top: -4px;
}

.historu-item__data {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  color: #0261A0;
  margin-right: 30px;
  min-width: 160px;
}

.historu-item__text {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 12px;
}

.historu-item__text p {
  max-height: 123px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.historu-item__text.otzyv p {
max-height: initial;
}

.historu-item__text p.active {
  max-height: 700px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.historu-item .otzyv__title {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  color: #0261A0;
}

.historu-item .otzyv .p-class {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.historu-item .otzyv .p-class.active {
  max-height: 100%;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  margin: 30px 0;
}

.historu-item .otzyv .p-class.active a{
  position: relative;
  z-index: 2;
}

.historu-item__kn {
  font-size: 16px;
  line-height: 26px;
  color: #0261A0;
  position: relative;
  margin-top: 12px;
  cursor: pointer;
}

.historu-item__kn::after {
  content: url(../img/ico/vniz.svg);
  margin: 0 0 0 7px;
  display: inline;
  vertical-align: text-top;
}

.historu-item__kn.active {
  color: #E11E23;
}

.historu-item__kn.active::after {
  content: url(../img/ico/vverh.svg);
}

.historu-item p {
  margin-bottom: 6px;
}

.historu-item .p-class {
  position: relative;
  max-height: 123px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  min-height: 60px;

}

.historu-item .p-class:after{
    content: "";
    position: absolute;
   background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,253,1) 0%, rgba(255,255,253,0.9) 37%, rgba(255,255,255,0.1) 73%);
    bottom: 0;
    width: 100%;
    height: 30px;
    left: 0;
    transition: 0.3s all;
}
.historu-item .p-class.active:after{
  background: none;
}

.historu-item .p-class.active {
  max-height: 700px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.historu-item .p-class:after {
  /* position: absolute;
             content: "";
             background: #ccc;
             bottom: 0;
             left: 0;
             width: 100%;
             height: 20px;*/
}

.historu-item ul {
  margin: 0 0 16px 0;
}

.historu-item__lico {
  margin-top: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 22%;
          flex: 1 22%;
  margin-right: 20px;
  margin-bottom: 18px;
}

.historu-item__lico_date {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.historu-item__otzyv {
  -webkit-box-flex: 1;
      -ms-flex: 1 78%;
          flex: 1 78%;
}

.otzyvy-all .historu-item {
  border: none;
  padding-left: 0;
}

.otzyvy-all .historu-item::before {
  background: none;
}

.otzyvy-all .otzyv {
  margin-bottom: 20px;
}

.p-small {
  font-size: 14px;
  line-height: 22px;
}

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

.history-doc .item-shadow-doc {
  max-width: 248px;
  height: 441px;
}

.history-doc .sl-nw_ft1 {
  display: none;
}

.history-doc .sl-nw_text {
  font-weight: 600;
  font-size: 18px;
}

.history-doc .sl-nw_text__1 {
  margin-bottom: 20px;
  min-height: 65px;
}

@media (max-width: 1199px) {
  .history-doc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

.history-nagrady.slide-doctor {
  background: transparent;
  padding: 0;
}

.history-nagrady .sl-nw_img img {
  max-height: initial;
}

.history-nagrady .item-shadow {
  height: inherit;
  border-radius: 20px;
  overflow: hidden;
}

.contact-form2 {
  background: #F1F4FA;
  border-radius: 10px;
  padding: 40px 64px;
  margin: 40px 0;
}

.contact-form_grup .small {
  font-size: 12px;
  line-height: 140%;
  color: #858585;
}

.contact-form_grup .small a {
  color: #0071BC;
}

.contact-form_grup .small a:hover {
  color: #E11E23;
}

.contact-form_elem {
  font-size: 16px;
  line-height: 140%;
  color: #55636A;
  position: relative;
  margin-bottom: 25px;
}

.contact-form_elem label {
  position: absolute;
  bottom: 15px;
     z-index: 10;
    height: 25px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 1;
}

.contact-form_elem label.active {
  font-size: 12px;
  line-height: 140%;
  top: -15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.contact-form_elem label.ta {
  top: 12px;
}

.contact-form_elem label.ta.active {
  top: -15px;
}

.contact-form_elem input {
  outline: none;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(85, 99, 106, 0.2);
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.contact-form_elem textarea {
  outline: none;
  line-height: 1.4;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(85, 99, 106, 0.2);
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.contact-form_elem select {
  outline: none;
  line-height: 1.4;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(85, 99, 106, 0.2);
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.btn-contact-form {
  padding: 14px 27%;
}

.right-b {
  text-align: right;
}

.block-form-footer {
  margin: 25px 0;
}

@media (max-width: 767px) {
  .right-b {
    text-align: center;
    margin-top: 30px;
  }
  .btn-contact-form {
    display: block;
  }
}

@media (max-width: 567px) {
  .contact-form2 {
    padding: 20px 24px;
  }
  .historu-item .otzyv .p-class {  font-size: 16px;  line-height: 1.4;}
}

.hed-lihe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px 0;
  letter-spacing: -0.5px;
}

.hed-lihe_right {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.hed-lihe_right a {
  text-decoration: none;
  color: #0261A0;
}

.heder-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 22px;
  padding: 0px 5px;
}

.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 164px;
}

.tel-b {
  -webkit-box-flex: 1;
      -ms-flex: 1 7%;
          flex: 1 7%;
  margin: 0 0 0 18px;
  text-align: center;
}

.tel-b_text {
  line-height: 22px;
  color: #55636a;
  font-size: 14px;
}

.tel-b_num {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #0261a0;
  text-decoration: none;
  margin: 0 0 0 -15px;
}

.hc-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0%;
          flex: 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.leng {
  background: url(../img/bk32.png) center no-repeat;
  padding: 9px 11px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6%;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  width: 106px;
}

.leng a {
  border-radius: 8px;
  padding: 8px;
  text-decoration: none;
  display: inline-block;
}

.leng a:hover {
  color: #E11E23;
  text-shadow: 0 0 1px #E11E23;
}

/*.leng a.active,*/
.leng a.language__img_active
 {
  color: #fff;
  background: #0261A0;
}

.skiptranslate{
  display:none;
}

.translated-ltr body{
  top:0 !important;
}

.ru_s {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 8px 0 0;
}

.h100 {
  height: 100%;
}

.glaz {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 10px;
  text-align: center;
  margin-left: 4px;
}

.phone-ico {
  background: #0261a0;
}

.lupa {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}

.lupa input {
  display: none;
}

.lupa.active {
  position: relative;
  display: inline-block;
  margin: 10px 0;
}

.lupa.active input {
  display: block;
  outline: none;
  position: absolute;
  left: 7px;
  top: -5px;
  border-radius: 14px;
  padding: 7px 19px;
  border: 0;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  max-width: 224px;
}

.lupa.active img {
  position: absolute;
  top: 0px;
  z-index: 20;
  left: 196px;
}

.item-sh-max .item {
  padding-top: 30px;
}

.btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  padding: 9px;
  white-space: nowrap;
  display: inline-block;
}

.btn-red {
  background: #E11E23;
  border-radius: 10px;
  color: #fff !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid #E11E23;
}

.btn-red:hover {
  background-color: #f1f4fa;
  color: #E11E23;
  border: 1px solid #E11E23;
  color: #333 !important;
}

.btn-main {
  color: #E11E23;
  border: 1px solid #E11E23;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 9px 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-main:hover {
  background-color: #E11E23;
  color: #FFF;
}

.btn-blue {
  color: #fff;
  background: #0071BC;
  border: 1px solid #0071BC;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  cursor: pointer;
}

.btn-blue:hover {
  background-color: #fff;
  color: #0071BC;
}

.btn-blue-small {
  color: #fff;
  background: #0071BC;
  border: 1px solid #0071BC;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  padding: 9px 20px;
  max-width: 200px;
}

.btn-blue-small:hover {
  background-color: #fff;
  color: #0071BC;
}

/***************************************** */
/************* menu 

nav{
    .menu{
        list-style: none;
        padding: 0;
        a{
            text-decoration: none;
            font-weight: 500;
            font-size: 20px;
            height: 128px;
            width: 100%;
            display: block;
            background: #FFFFFF;
            box-shadow: 0px 12px 33px #D1D8DD;
            border-radius: 10px;
            color: #0261A0;
            display:flex ;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: 0.3s all;
            &:hover{
                background: #0261A0;
                color:#FFF;
            }
        }
    }
    .menu{
        position: relative;
        &>li{
            position: static;
        }
    }
    .submenu{
        position: absolute;
        margin-top: 40px;
        left:15px;
        width:calc(100% - 0px);
        background: #fff;
        &>li{
            margin-bottom: 40px;
        }
        &>li.active{
            
        }
    }
}

*/
.nav {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.menu1>li>a.sba::after{
  background-color:#fff;
}

.menu1, .submenu, .submenu2, .submenu3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu1, .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.menu1 li, .submenu li {
  width: 13.6%;
}

.menu1 li a, .submenu li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  height: 148px;
  width: 100%;
  display: block;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 20px #D1D8DD;
          box-shadow: 0px 12px 20px #D1D8DD;
  border-radius: 10px;
  color: #0261A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  flex-direction: column;
}

html body .bvi-body[data-bvi-theme='white'] .menu1 li a, html body .bvi-body[data-bvi-theme='white'] .submenu li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  height: 148px;
  width: 100%;
  display: block;
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 12px 20px #D1D8DD !important;
          box-shadow: 0px 12px 20px #D1D8DD !important;
  border-radius: 10px;
  color: #0261A0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  flex-direction: column;
}

.menu1 i{
  font-style: normal;text-align: center;
} 

.menu1 li a:hover,
.submenu li a:hover,
.sba.active {
  background: #0261A0 ;
  color: #FFF ;
}

.sba{
  position: relative;
}
.sba::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #0261A0;
    bottom: 5px;
    right: 5px;
    border-radius: 8px;
}

.sba:hover::after,
.sba.active::after
{
   background-color: #fff;
}

.menu1 li .menu-mobi_u1, .submenu li .menu-mobi_u1 {
  height: 64px;
}

.menu1 li, .submenu li {
  margin: 1.5%;
}

.menu1 .o-centre, .submenu .o-centre {
  width: calc((13.6% + 1.5%) * 4 + 3%);
}

.menu1 .klinika, .submenu .klinika {
  width: calc((13.6% + 1.5%) * 2);
}

.menu1 .plusimg, .submenu .plusimg {
  text-align: center;
}

.menu1 .plusimg img, .submenu .plusimg img {
  max-height: 45px;
}

.menu1 .plusimg i, .menu1 .plusimg a, .submenu .plusimg i, .submenu .plusimg a {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 0 0;
  line-height: 1;
}

.menu1 .plusimg a, .submenu .plusimg a {
  padding: 15px 0 10px;
}

.menu1 .o-centre, .submenu .o-centre {
 /* position: relative;*/
}

.menu1 .o-centre > a, .submenu .o-centre > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
  padding-left: 40px !important;
  background: url(../img/center.png) -124px -25px no-repeat !important;
  background-size: 129% !important;
  color: #FFF;
}

.menu1 .o-centre > a{
  flex-direction: row !important;
  justify-content: start !important;
}

.menu1 .o-centre > a:hover, .submenu .o-centre > a:hover {
  /*background: url(../img/center.png) -124px -21px no-repeat !important;
  background-size: 129%   !important;*/
  opacity: 0.8;
}

.menu1 .o-centre::after, .submenu .o-centre::after {
  /* content: "";
            
            position: absolute;
            width: 315px;
            height: 121px;
            right: 0px;
            top: 7px;
            border-bottom-right-radius: 10px;
            */
}

.menu1 .klinikaimg a, .submenu .klinikaimg a {
  background: url(../img/klinika.png) center no-repeat !important;
  background-size: 105% !important;
  color: #fff;
}

.menu1 .klinikaimg a:hover, .submenu .klinikaimg a:hover {
  opacity: 0.8;
  /*background: url(../img/klinika.png) center no-repeat !important;
  background-size: 180% !important;*/
}

.menu1 li {
  margin: 1.5% 1.5% 0 1.5%;
}

.menu1 > li > a {
  height: 54px;
}

.block8{
  position: static;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 0px;
}

.block9 {
  position: static;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 0px;
}

.block8.active{
  height: 176px;
}

.block8_1{
  position: absolute;
  left: 0;
  width: calc(100% - 0%);
  margin: 15px 0 0 0;
}

.block9.active {
  height: 176px;
}
.block9_1{
  position: absolute;
  left: 0;
  width: calc(100% - 0%);
  margin: 15px 0 0 0;
}

.block7_1{z-index: 1;background: rgba(255,255,255,1);}
.block8_1{z-index: 2; background: rgba(255,255,255,1);}
.block9_1{z-index: 3; background: rgba(255,255,255,1);}

.submenu>li>a{ color: #0261A0 }
.submenu2>li>a{ color:#165834 !important }
.submenu3>li>a{ color:#305 !important}


.block8 .submenu2,
.block9 .submenu3 {
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block8 .submenu2 li,
.block9 .submenu3 li {
  width: 13.6%;
}

.block8 .submenu2 li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  height: 128px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 19px #D1D8DD;
          box-shadow: 0px 2px 19px #D1D8DD;
  border-radius: 10px;
  color: #0261A0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: -0.5px;
}

.block9 .submenu3 li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  height: 128px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 19px #D1D8DD;
          box-shadow: 0px 2px 19px #D1D8DD;
  border-radius: 10px;
  color: #0261A0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: -0.5px;
}

.block8 .submenu2 li a:hover,
.block9 .submenu3 li a:hover {
  background: #0261A0;
  color: #FFF !important;
}


.submenu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 160px;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.submenu.active {
  height: auto;
  z-index: 10;
  padding: 0px 0 30px;
  /*padding: 15px 0 30px;
  margin-bottom: -45px;*/
  overflow: inherit;
}
/*************изменения*******************************/
.menu1 li{
    margin: 1.5% 1.5% 1.5% 1.5%;
}

.block7_1{
margin-top: 24px;
}
.menu1 li a, .submenu li a{
    box-shadow: 0px 7px 20px #d1d8dd;
}

.block8.active {
    height: 153px;
}
/*****************************************/
.submenu2,
.submenu3
 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 160px;
  height: 0;
  overflow: hidden;
}

.submenu2.active,
.submenu3.active {
  min-height: 140px;
  height: 100%;
  z-index: 10;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
 /* padding-bottom: 30px;*/
}

.block7 {
  position: static;
  margin-left: -12%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.block7.active {
  //height: 500px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  // height: auto;
}

.block7.active .block7_1 {
  height: auto;
  overflow: initial;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.block7_1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  left: 0;
}

.block7_1 .submenu li a{
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
      flex-direction: column;
    justify-content: space-evenly;
}
.block8 .submenu2 li a{
  font-size: 0.85rem;
  padding: 10px;}

.block9 .submenu3 li a{
  font-size: 0.8rem;
  padding: 10px;
}

.menu1 > li > a.active{
    background: #0261A0;
    color: #FFF;
}

.rzdu992 {
  display: none;
}

.burger {
  display: none;
}

.menu-mobi {
  display: none;
}

@media (max-width: 991px) {
  .menu-mobi {
    display: block;
  }
  .nav {
    display: none;
  }
  .tel-b_num {
    font-size: 24px;
  }
  .tel-b_text {
    font-size: 16px;
  }
  .rzdd992 {
    display: none;
  }
  .rzdu992 {
    display: block;
    padding: 4px 0px 1px 8px;
    border-radius: 8px;
    width: 31px;
  }
  .rzdu992 img {
    height: 17px;
  }
  .call-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .burger {
    display: block;
    margin-right: 23px;
  }
  .burger img {
    height: 30px;
    margin: 4px 0 0 0;
  }
  .menu-mobi {
    padding: 0;
    margin: 0px 0 0px 0px;
    list-style: none;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
  }
  .menu-mobi.active {
    margin: 15px 0 15px 0px;
    height: auto;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    opacity: 1;
  }
  .menu-mobi li {
    position: relative;
  }
  .menu-mobi > li > i,
  .menu-mobi > li ul li > i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/ico/plus2.svg) center no-repeat;
    background-size: 100%;
    margin: 0px 0 -3px 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1000;
    opacity: 0.7;
  }
  .menu-mobi > li.active > i {
    background: url(../img/ico/minus2.svg) center no-repeat;
        background-size: 16px;
  }
  .menu-mobi > li ul li.active > i {
    background: url(../img/ico/minus2.svg) center no-repeat;
        background-size: 16px;
  }
  .menu-mobi a {
    color: #444;
    text-decoration: none;
    padding: 8px 10px;
    display: inline-block;
    max-width: 360px;
  }
  .menu-mobi a:hover {
    color: #f00;
  }
  .submenu-mobi {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .submenu-mobi.active {
    height: auto;
  }
  .submenu2-mobi {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .submenu2-mobi.active {
    height: auto;
  }
}

/******************************* */
section.section-slider {
  margin-bottom: 30px;
}

.owl-gl .slider-1 {
  background: url(../img/slide1.png) center no-repeat;
  height: 435px;
  width: 100%;
}

.section-indicator {
  margin-bottom: 25px;
}

.indikator-block {
  text-align: center;
  margin-bottom: 40px;
}

.indikator-block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}

.indikator-block_img img {
  display: block;
}

.indikator-block_num {
  font-weight: 500;
  font-size: 52px;
  line-height: 54px;
  color: #0261A0;
  text-align: center;
  margin-bottom: 16px;
}

.indikator-block_text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.indikator-text {
  font-size: 20px;
  line-height: 150%;
  padding: 0 50px 39px;
}

.indikator-text a {
  letter-spacing: 2px;
}

/********footer******** */
.footer {
  padding: 79px 0 0 0;
  font-size: 14px;
  line-height: 22px;
}

.footer-menu {
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 30px;
}

.footer-menu a {
  color: #55636A;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #E11E23;
}

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

.tel-b_num__foot {
  font-size: 24px;
  line-height: 30px;
  color: #0261A0;
  text-decoration: none;
}

.foot-ico,
.foot-socseti a {
  background: #F1F4FA;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

/*.foot-ico:hover,*/
.foot-socseti.cx2 a:hover {
      background: #bfd0f1 !important;
     transition: 0.4s all;
}

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

.foot-adres span {
  display: block;
}

.t-bold {
  font-weight: bold;
  margin-bottom: 10px;
}

.foot-socseti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/****slider************* */
.owl-heder .owl-stage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-heder .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.slide-1.bkg1 {
  background: url(../img/slide1.png) top center no-repeat;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
}

.slide-1.bkg2 {
  background: url(../img/slide1.png) center center no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.slide-1.bkg3 {
  background: url(../img/slide1.png) center center no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.slide-1 {
  background-size: 100%;
  height: 400px;
  border-radius: 10px;
  /* border: 1px solid salmon; */
 // background-size: cover;
  margin: 0;
  width: 100%;
}

.owl-heder {
  position: relative;
  margin-top: 26px;
}

.sl-block-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  margin-left: 190px;
}

.slide-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 43px;
  color: #0261A0;
  margin-bottom: 100px;
  max-width: 600px;
  margin-right: 15px;
}

.owl-heder .btn-main:hover {
  border: 1px solid #ccc;
  color: #333;
}

.tegi ul {
  margin: 30px 0 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.tegi ul li {
  margin-right: 7px;
}

.tegi ul li a {
  color: #0261A0;
  font-size: 16px;
  line-height: 25px;
}

.tegi ul li a:hover {
  color: #E11E23;
}

.owl-heder .owl-nav {
  position: absolute;
  left: 0%;
  color: #fff;
  bottom: -5px;
  width: 100%;
}

.owl-prev, .owl-next {
  width: 50%;
}

.nav-str-left,
.nav-str-right {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50%;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 33px #E0E7EB;
          box-shadow: 0px 12px 33px #E0E7EB;
  border-radius: 20px;
  border-radius: 50%;
}

.nav-str-left {
  -webkit-transform: translate(-150%, 0);
          transform: translate(-150%, 0);
}

.nav-str-right {
  -webkit-transform: translate(150%, 0);
          transform: translate(150%, 0);
}

.owl-heder .owl-nav i {
  font-size: 24px;
}

.owl-heder .owl-dots {
  text-align: center;
  margin: -16px 0 40px;
}

.owl-heder .owl-dot {
  position: relative;
  width: 16px;
  height: 16px;
  background: #fff !important;
  margin: 10px 8px;
  border-radius: 50%;
  z-index: 5;
}

.owl-heder .owl-dot.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  /* background: url(../img/tochka1.png) no-repeat; */
  background: #E11E23;
  border-radius: 50%;
  z-index: 0;
  top: 3px;
  left: 3px;
}

.owl-news {
  margin-bottom: 10px;
}

.slide-doctor .owl-nav {
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  /* width: 100%; */
  width: 1170px;
  margin: 0 auto;
  text-align: right;
}

.slide-news .owl-nav {
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  /* width: 100%; */
  width: 1170px;
  margin: 0 auto;
  text-align: right;
}

.slide-news .owl-nav .owl-prev,
.slide-news .owl-nav .owl-next,
.slide-doctor .owl-nav .owl-next,
.slide-doctor .owl-nav .owl-prev {
  width: 70px;
}

.str-vib {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.str-vib .s-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/******slider******************* */
.slide-doctor {
  background: #F1F4FA;
  padding: 47px 0 37px;
}

.slide-doctor h2 {
  margin-bottom: 60px;
}

.slide-news {
  padding: 5px 0 59px;
}

.slide-news h2 {
  margin-bottom: 60px;
}

.slider-full {
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.owl-news .item-shadow {
  height: 435px;
}

.owl-news .sl-nw_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 5em;
  min-height: 108px;
}

.owl-news .sl-nw_text {
  /* flex: inherit;*/
}

.owl-news .sl-nw_ft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.owl-news .gramota {
  height: auto;
  background: transparent;
}

.owl-news .gramota .sl-nw_img {
  background: transparent;
}

.owl-news .gramota .sl-nw_img img {
  width: 100%;
  height: 101%;
  border-radius: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sl-nw_ft__right {
  font-weight: 600;
  padding-right: 10px;
}

.item {
  padding: 0 16px 50px 16px;
}

.item-shadow {
  max-width: 352px;
  height: 494px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 33px #D1D8DD;
          box-shadow: 0px 12px 33px #D1D8DD;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-bl-4 {
  padding: 24px 24px 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 ;
          flex: 1 ;
}

.bl-w98 {
  -webkit-box-flex: 1;
      -ms-flex: 1 98%;
          flex: 1 98%;
}

.sl-nw_img {
  margin-left: 0px;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  /*height: 256px;*/
  max-height: 256px;
}

.sl-nw_img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* overflow: hidden; */
  height: 100%;
  height: 272px;
  border-radius: 20px;
}

.sl-nw_text {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sl-nw_ft {
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sl-nw_ft__left {
  color: #55636A;
  opacity: 0.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.5px;
}

.sl-nw_ft__right a {
  color: #0261A0;
  text-decoration: none;
  position: relative;
}

.sl-nw_ft__right a:hover {
  color: #E11E23;
}

.sl-nw_ft__right a::after {
  content: url(../img/ico/right.svg);
  position: relative;
  left: 12px;
  top: 2px;
}

.item-shadow-doc {
  max-width: 267px;
  width: 100%;
  height: 517px;
  border-radius: 21px;
  overflow: hidden;
}

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

/** */
.sl-nw_text span {
  display: block;
}

.sl-nw_text .small-text {
  margin-top: 12px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  width: 98%;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
 // height: 3.9em;
    max-height: 70px;
}

.sl-nw_ft__text {
  color: #0261A0;
  line-height: 22px;
  font-size: 14px;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 3.9em;
}

.doc-ac-list .sl-nw_ft__text,.doc-ac-list .sl-nw_ft__text a{
  max-height: initial;
  height: initial;
}

.pagination {
  text-align: center;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul a,
.pagination ul b {
  font-size: 16px;
  line-height: 25px;
  color: #55636A;
  padding: 0 8px;
  text-decoration: none;
}
.pagination ul b{
  color: #0261A0;
}

.pagination ul a:hover, .pagination ul a.active {
  color: #E11E23;
}

.pagination .strr {
  padding-right: 0px;
}

.pagination .strl {
  padding-left: 0px;
}

.search-item {
  margin-bottom: 80px;
}

.search-item__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}

.search-item__line {
  margin-bottom: 30px;
}

.search-item__line span {
  color: #E11E23;
}

.search-item__link {
  font-size: 14px;
  color: #0071BC;
}

.title-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0261A0;
  display: block;
  padding: 20px 70px 20px 24px;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
}

.title-link::after {
  content: "";
  background: url(../img/ico/verh.svg);
  position: absolute;
  right: 22px;
  top: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-file__title {
  margin-right: 25px;
}

.verh {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  text-align: center;
  opacity: 0.6;
}

.verh span {
  color: #E11E23;
  display: block;
}

.text-blue {
  color: #0261A0;
  line-height: 1.4;
}

.bkg-4 {
  position: relative;
  background-size: cover !important;
  max-width: 1504px;
 // height: 407px;
  padding-top: 37.25%;
  border-radius: 10px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bkg-4-1 {
  position: relative;
  background-size: cover !important;
  max-width: 1504px;
  height: 407px;
 // padding-top: 37.25%;
  border-radius: 10px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bkg-4 .text-v-img{
 /* position: absolute;
      left: 0%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 16px;*/
  
}

.bkg-4 .text-v-img {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.bkg-4-content {
  max-width: 675px;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #0261A0;
}

.bkg-4-content__p {
  font-size: 20px;
  line-height: 1.3;
}

/************** */
.owl-heder-first {
  margin-top: 10px;
  margin-bottom: -55px;
}

.owl-heder-first .owl-nav {
  position: absolute;
  top: 28%;
  width: 100%;
}

.owl-heder-first .nav-str-left, .owl-heder-first .nav-str-right {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 12px 33px #babec0;
          box-shadow: 0px 12px 33px #babec0;
  border-radius: 50%;
  background: transparent;
  margin: 0;
}

.owl-heder-first .owl-prev {
  width: 115px;
  position: absolute;
  left: 79px;
}

.owl-heder-first .owl-next {
  width: 115px;
  position: absolute;
  right: 23px;
}

.bkg2 a {
  margin-bottom: 15px;
}

.bkg-opc {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, white), color-stop(155%, rgba(200, 200, 200, 0.5)));
  background: linear-gradient(to top, white 60%, rgba(200, 200, 200, 0.5) 155%);
  padding: 30px 15px 0;
  position: relative;
  top: -49px;
  z-index: 2;
}

.bkg2-title {
  color: #0261A0;
  font-weight: bold;
  font-size: calc(16px + (16 + 16 * 0.7) * ((100vw - 320px) / 1280));
  line-height: 1.4;
  margin-bottom: 15px;
}







.sl-nw_img a:hover img, a.sl-nw_img:hover img{
	opacity:0.8 ! important;
}

.sl-nw_text a{
	text-decoration:none ! important;
	color:#55636A ! important;
      margin: 0;
    /*-webkit-line-clamp: 6;
    display: -webkit-box;*/
    -webkit-box-orient: vertical;
    overflow: hidden;

    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    // height: 3.9em;
   height: 130px;
}

.sl-nw_text a:hover{
	color:#E11E23 ! important;	
}

.sl-nw_ft__text a{
	text-decoration:none ! important;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 3.9em;
}

.sl-nw_ft__text a:hover{
	color:#E11E23 ! important;
}

.history-nagrady .sl-nw_img{
max-height: inherit;
}

/************* */
@media (max-width: 1199px) {
  .hc-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 20%;
            flex: 1 20%;
  }
  .slide-news .owl-nav, .slide-doctor .owl-nav {
    width: 900px;
  }
  .glaz {
    margin-left: 0px;
  }
  .accordion .info {
    margin: 0px -13px;
  }

  .block7_1 .submenu li a {letter-spacing: -1px;}
  .vimg1200{
    width: 100%;
  }
  .vimg1200 td{
      display: block;
  }

}

.vr992 {
  display: none;
}


@media (max-width: 991px) {
    .bkg-4-1 {
   height: calc(100vw / 2);
   min-height: 254px;
   // background-size: cover !important;
  }
  .h992 {
    display: none;
  }
  .vr992 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .heder-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot-socseti {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer .mb80 {
    margin-bottom: 40px;
  }
  .hed-lihe {
    line-height: 1;
  }
  .hc-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
  .hc-block-h {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tel-b {
    -webkit-box-flex: 1;
        -ms-flex: 1 20%;
            flex: 1 20%;
    margin: 0 0 0 18px;
    text-align: right;
  }
  .burger {
    display: block;
    margin-right: 0px;
  }
  .logo {
    margin-right: 4%;
  }
  .lupa.active input {
    top: -9px;
  }
  .lupa.active img {
    top: -2px;
  }
  .logo img {
    min-width: 144px;
  }
  .glaz {
    -webkit-box-flex: 1;
        -ms-flex: 1 11%;
            flex: 1 11%;
    margin-right: 3%;
  }
  .logo {
    margin-right: 11%;
  }
}

@media (max-width: 900px) {
  .tel-b {
    margin: 0;
  }
  .leng {
    margin-right: 0;
  }
  .slide-news .owl-nav, .slide-doctor .owl-nav {
    width: 767px;
  }
  .burger {
    display: block;
    margin-right: 5px;
    margin-left: 10px;
  }
  .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .tel-b_text {
    display: none;
  }
  .tel-b a {
    white-space: nowrap;
  }
  .lupa {
    margin-left: 0px;
  }
}

.b768 {
  display: none !important;
}

@media (max-width: 768px) {


  .bkg-4 .text-v-img{
      font-size: 24px;
      line-height: 1.2;
      width: 96%;

  }
  .n768 {
    display: none !important;
  }
  .b768 {
    display: block !important;
  }
  .slide-1 .sl-block-f {
    margin-left: 15px;
  }
  .owl-heder .slide-1 {
    /*height: 400px;
    background-size: cover !important;*/
  }
  .owl-heder .slide-title {
    font-size: 29px;
    line-height: 38px;
    max-width: 489px;
    margin-right: 15px;
  }
  section.section-slider {
    margin-bottom: 60px;
  }
  .slide-news .owl-nav, .slide-doctor .owl-nav {
    width: 560px;
  }
  .footer-menu li {
    margin-bottom: 12px;
  }
  footer .mb80 {
    margin-bottom: 30px;
  }
  .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .lupa {
    margin-left: 0;
  }
  .historu-item .otzyv__title {
    font-size: 20px;
    line-height: 28px;
  }
  .verh {
    bottom: 10px;
    right: auto;
    left: 10px;
  }
  .verh span {
    display: none;
  }
  .heder-center {
    padding: 0px 5px 0 0;
  }
  .burger {
    margin-left: 0px;
    margin-right: 0;
  }
  .leng {
    margin-right: 0;
  }
  .logo img {
    min-width: 115px;
  }
  .glaz {
    -webkit-box-flex: 1;
        -ms-flex: 1 9%;
            flex: 1 9%;
    margin-right: 3%;
  }
  .logo {
    margin-right: 9%;
  }
}

.d-m630 {
  display: none;
}

.d-m630b {
  display: block;
}
.str-vib{margin-bottom: 7px;}
.price-doc{margin: 0;}

@media (max-width: 630px) {
  .tel-b_num {
    font-size: 19px;
    letter-spacing: -0.5px;
  }
  .cart-spec {
    padding: 0 1em 1em 1em;
  }
  .history-doc .item {
    padding: 0 15px 20px;
    margin: 0 -15px;
  }
  .history-doc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
    justify-items: center;
    margin: 0 0px 15px 0;
  }
  .history-doc .item-bl-4 {
    padding: 24px 10px 0px 10px;
  }
  .history-doc .item-shadow {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .history-doc .sl-nw_text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .history-doc .sl-nw_text .small-text {
    margin-top: 12px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    width: 98%;
    min-height: 85px;
  }
  .history-doc .sl-nw_ft1 {
    min-height: 50px;
    margin-bottom: 15px;
  }
  .history-doc .sl-nw_ft__text {
    line-height: 16px;
  }
  .d-m630b {
    display: none;
  }
  .d-m630 {
    display: block;
  }
  .workload-img img {
    margin-bottom: 30px;
  }
  .workload-img_m {
    width: 100%;
  }
}

.htl-small {
  display: none;
}

.error-text{position: absolute;color: red;}

@media (max-width: 567px) {
  .bkg-4 .text-v-img{
    font-size: 18px;
  }
  .htl-larg {
    display: none;
  }
  .htl-small {
    display: block;
    text-align: center;
    padding: 2px;
  }
  .anti-container {
    padding: 0;
  }
  .anti-container .slide-1 {
    margin: 0;
  }
  .hed-lihe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .indikator-text {
    font-size: 16px;
    line-height: 140%;
    padding: 0 15px 39px;
    text-align: left;
  }
  .indikator-block {
    text-align: center;
    margin-bottom: 25px;
  }
  .indikator-block_img {
    margin-bottom: 0px;
  }
  .owl-heder .slide-1 {
   /* height: 220px;
    background-size: cover !important;*/
  }
  .owl-heder .slide-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: auto;
  }
  .slide-1 .sl-block-f {
    padding: 25px 15px;
    width: 100%;
  }
  section.section-slider {
    margin-bottom: 0px;
  }
  .owl-heder .owl-dots {
    margin: -16px 0 15px;
  }
  .nav-str-left {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  .slide-news .owl-nav, .slide-doctor .owl-nav {
    width: 430px;
  }
  .lupa.active input {
    top: -7px;
  }
  .historu-item__data {
    font-size: 20px;
    line-height: 28px;
    min-width: 78px;
  }
  .historu-item::before {
    width: 22px;
    height: 22px;
    left: -12px;
    top: -4px;
    background-size: cover;
  }
  .historu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .historu-item__text p {
    font-size: 16px;
  }
  .menu-mobi a {
    max-width: 243px;
  }

  .bkg-4-content {
    font-size: 27px;
    line-height: 38px;
  }
  .bkg-4-content__p {
    font-size: 14px;
    line-height: 1.2;
  }
  .text-v-img-small {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .owl-heder .owl-nav button.owl-next {
    width: 30%;
  }
  .owl-heder .owl-nav button.owl-prev {
    width: 42%;
  }
  .doc-ac .info {
    padding: 0 15px 20px;
    margin: 0 -15px;
  }
  .doc-ac-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
    justify-items: center;
    margin: 0 0px 15px 0;
  }
  .doc-ac-list .item-bl-4 {
    padding: 24px 10px 0px 10px;
  }
  .doc-ac-list .item-shadow {
    //height: -webkit-max-content;
    //height: -moz-max-content;
    //height: max-content;
    height: 100%;
  }
  .doc-ac-list .sl-nw_text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .accordion .title_block{
    font-size: 16px;
  }
  .doc-ac-list .sl-nw_img {
    height: 200px;
  }
  .doc-ac-list .sl-nw_text .small-text {
    margin-top: 12px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    width: 98%;
   // min-height: 85px;
      overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 3.9em;
  }
  .doc-ac-list .sl-nw_ft1 {
    margin-bottom: 15px;
  }
  .doc-ac-list .sl-nw_ft__text {
    line-height: 16px;
  }
  .otdel-item {
    height: 114px;
  }
  .logo {
    margin-right: 4%;
  }
  .logo img {
    min-width: 100px;
    width: 100%;
  }
  .owl-heder-first .owl-prev {
    width: 115px;
    position: absolute;
    left: -18px;
  }
  .owl-heder-first .owl-nav {
    top: 22%;
  }
  .contact-img img {
    height: inherit;
  }
  .footer {
    padding: 30px 0 0 0;
  }
  .leng {
    background: none;
    padding: 3px 3px 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 6%;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    width: 83px;
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
            box-shadow: inset 0px 0px 5px #ccc;
    border-radius: 10px;
  }
  .leng a {
    padding: 6px 9px;
  }
}

.owl-doc .owl-stage,
.owl-doc-fix .owl-stage{
  margin: 0 auto;
}
.owl-doc .item-shadow-doc{max-width: initial;}

@media (max-width: 470px) {
  .block-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-file__title {
    margin: 0 0 15px 0;
  }
  .indikator-block_num {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .heder-center {
    padding: 0;
  }
}

@media (max-width: 440px) {
  .hc-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hc-block .leng {
    margin-right: 1%;
    margin: 0 0 0 -7px;
  }
  .slide-doctor h2, .slide-news h2 {
    text-align: center;
  }
  .slide-news .owl-nav, .slide-doctor .owl-nav {
    width: 141px;
    top: -45px;
  }
  /* 
    .burger {flex: 1 50%;}
    .logo {flex: 0;}
    .tel-b_num {font-size: 23px;line-height: 32px;letter-spacing: -0.5px;}
    .tel-b {text-align: center;}
    */
  .logo {
    /*display: none;*/
  }
  .tel-b {
    -webkit-box-flex: 1;
        -ms-flex: 1 34%;
            flex: 1 34%;
  }
  .tel-b_num {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
  .owl-heder .slide-1 {
    height: 170px;
  }
  .vopros {
    padding: 0;
    margin-right: 1%;
  }
  .glaz {
    margin-left: 0px;
  }
  .logo {
    margin-right: 5%;
  }
  .glaz {
    -webkit-box-flex: 1;
        -ms-flex: 1 7%;
            flex: 1 7%;
    margin-right: 1px;
  }
}

@media (max-width: 400px) {
  .logo {
    margin-right: 3%;
  }
}



@media (max-width: 383px) {
  .doc-ac-list, .history-doc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(110px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
  .owl-heder .owl-nav button.owl-next {
    width: 50%;
  }
  .owl-heder .owl-nav button.owl-prev {
    width: 35%;
  }
  .owl-heder .owl-nav button.owl-prev i {
    float: left;
    margin: 0px 0 -17px -9px;
  }
  .logo img {
    height: auto;
    width: 70px;
    margin-right: 10px;
  }
  .tel-b_num {
    font-size: 20px;
  }
  .tel-b {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
  }
  .slide-1 .sl-block-f {
    padding: 0px 15px 28px;
    width: 100%;
  }
  .owl-heder .slide-1 {
   /* height: 150px;*/
  }
  .logo {
    margin-right: 1%;
  }

}

@media (max-width: 365px) {
   .glaz {    flex: 1 7%;}


}

@media (max-width: 360px) {
  .logo {
    margin-right: 2%;
  }
  .logo img {
    height: auto;
    min-width: 83px;
  }
  .logo {
    margin-right: 0%;
  }
  .hc-block-h {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.flex-showed{
	display:flex ! important;
}

.showed{
	display:block ! important;
}

.flex-hidded, .hidded, .hidden-price{
	display:none ! important;
}
.error-file{
  margin: 85px 0 0 0;
    font-size: 1rem;
}

div.menu-sitemap-tree li.menu-close ul{
  display: block !important;
  
}

.container{
//overflow: hidden;
}
.table-scroll{
overflow: auto;
width: 100%;
}
table{
    color: #4c4c4c;
    border: 1px solid #eee;
    //table-layout:fixed ;
    width: 100%;
   // width: 1700px;
    font-size: 18px;


    
}
td{
  //box-shadow: 1px 1px 1px #ddd;
  border: 1px solid #eee;
  vertical-align: top;
    padding: 5px 10px;
    border: 1px solid #eee;
    text-align: left;
    color: rgba(1, 1, 11,0.7);
}

.img700{
  max-width: 726px;
  width: 100%;
}

.info-f{margin-top: 10px;}
@media (max-width: 768px) {
    table{
       font-size: 14px;
       width: width: 1200px;;
    }
    .info-f{text-align: center;}

}

@media (max-width: 383px) {
    table{font-size:13px; width: 500px;}
    .files-a input {
      font-size: .7rem;
    }

}

.not-transfer{
  white-space: nowrap;
}

.no-click{
    opacity: 0;
    width: 0;
    height: 0px;
    visibility: hidden;
}

.js i{
  color: rgba(0,0,0,.3);
  font-style: normal;
  font-size: 1rem;
}
.js .red{
  color: red;
}

.files-a{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
 
}

.files-a input, 
.files-a i{ 
  margin-bottom: 0px;
      width: auto;
    margin: 0 5px 0 0;
    overflow: hidden;
}
.closeinp{
    font-weight: 400;
    font-size: 2rem;
    transform: rotate(45deg);
    display: inline-block;
        position: relative;
    top: 0px;
    cursor: pointer;
}
.inp-f-u{display:flex;    align-items: center;}
.small-t{font-size: 0.95rem;}

.inp-f-u img{display: inline-block;margin-right: 15px;width: 24px;opacity: 0.6;}

.img-kt{  width: 100%;  height: auto;  max-width: 512px;}

.img-img-plus{  position: relative;  overflow: hidden;  
  /**/display: inline-block;
    border-radius: 15px;} 
.img-img-plus:hover span{   background: rgba(255,255,255,0.6);    color: #333;   transition: 0.4s all;}
.img-img-plus img{  border-radius: 15px; /* margin: 0 !important;*/}
.img-img-plus span{position: absolute;display: flex;top: 0; bottom: 0;left: 0;right: 0;padding: 10%;align-items: center;
  justify-content: center;color: transparent;transition: 0.4s all;
}

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

   body .span-inl{
      display: inline;
    }


.spasibo-f{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 32px);
    max-width: 735px;
    box-shadow: 0 0 15px #ccc;
    border-radius: 15px;
    padding: 78px 0;
    position: fixed;
    z-index: 1000;
    background: #fefefe;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spasibo-f.novis{
  display: none;
}
.spasibo-f__title{
    font-size: 30px;
    margin-bottom: 40px;
        padding: 0 5%;

}   
.spasibo-f a{display: block;} 


@media(max-width: 768px){
  
  .owl-heder-first .owl-item img{
    display: block;
    width: 100%;
    /*height: calc(471px);
    object-fit: cover;*/
  }

}    

@media (max-width: 576px) {
 /* .owl-heder-first .owl-item img{height: calc(400px);}*/
  .img-img-plus{ margin: 0;}
   .img-img-plus img{
    width: 100%;
    height: auto;
   }
   body .span-inl{
      display: inline;
      margin: 0 0px 15px 0px !important;
    }
   .span-inl{
    display: inline;
    margin: 0 0 15px 0;
  }

   .contact-form_elem textarea{min-height: 200px}
   .ta-elem{margin-top: 20px;  }
  .contact-form_elem label.ta.active {
        top: -38px;
        line-height: 1.1;
  }

}

@media (max-width: 500px) {
 /*.owl-heder-first .owl-item img{height: 360px;}*/
}

@media (max-width: 400px) {
 /* .owl-heder-first .owl-item img{height: 290px;}*/
}



.ul-img{
    position: relative;
    display: block;
    transform: translate(20px, 0px);
}

.iframe_video {
  height: 0px;
  padding-bottom: 56.2%;
  position: relative;
}
.iframe_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ttfrx{
      font-size: 14px;
          line-height: 40px;
          opacity: 0.6;
}

.green-f{
    text-align: center;
    color: cadetblue;
    line-height: 70px;
}

.block-oms{
  
  transform: scale(1,0,0);
  transition: 0.7s all;
  margin: 0 -15px;
  padding: 0 15px;
  height: 0;
  overflow: hidden;

}
.block-oms__b{
    /*background: #eee;*/
    padding: 20px 0px 0;
    margin-bottom: 25px;
}

.block-oms.active{
   transform: scale(1,0.999);
   max-height: 10000px;
   height: auto;
   transition: 0.7s all;

}

.form_block-oms{  
  transform: scale(1,0,0);
  transition: 0.7s all;
  margin: 0 -15px;
  padding: 0 15px;
  display: none;
}

.form_block-oms.active{
   transform: scale(1,0.999);
   max-height: 10000px;
   height: auto;
   transition: 0.7s all;
}

.form_block-dms{  
  transform: scale(1,0,0);
  transition: 0.7s all;
  margin: 0 -15px;
  padding: 0 15px;
  display: none;
}

.form_block-dms.active{
   transform: scale(1,0.999);
   max-height: 10000px;
   height: auto;
   transition: 0.7s all;
}

.zapros-file{
  max-width: 695px;
}

 body .contact-form_elem input, .contact-form_elem select,.contact-form_elem textarea
 {   outline: none;
    width: 100%;
    border: 1px solid #ccc;
    background: transparent;
    border-bottom: 1px solid rgba(85, 99, 106, 0.2);
    padding: 15px;
    position: relative;
    z-index: 2;
    border-radius: 7px;
    box-shadow: 0px 0 5px #ddd;
   background: rgba(255,255,255,0.5);
 }
 .contact-form_elem label{
    left: 30px;
    top: 15px;
    z-index: 1;
 }
 .file-block-add{
  margin-bottom: 30px;

 }
   .error-text,
   .error-file{position: absolute;color: red;z-index: 2;font-size: 0.9rem;}
   .error-text{margin-top: -5px;margin-left: 14px;}
   .error-file{margin-top: 35px;margin-left: 6px;}
   .error-file_empty{margin-top: 35px;margin-left: 6px;}
   .error-file_empty{position: absolute;color: red;z-index: 2;font-size: 0.9rem;}
   .hide {display: none!important;}

.in-a-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px 30px;
}

.in-a-row img{
  width:100%;

}

.owl-corupt .owl-stage{
  margin:0 auto;
}

.slide-news.sl-corupt{
    padding: 5px 0 0px;
}

.corupt{
  display:flex;
  -webkit-animation-iteration-count: ;
  -moz-animation-iteration-count: ;
  -ms-animation-iteration-count: ;
  -o-animation-iteration-count: ;
  animation-iteration-count: ;
  text-decoration: none;
  align-items: center;
  min-height:75px;
  
}
.corupt img{
  display: block;
  margin-right: 10px;
  height:100%;
  font-size: 12px;
}
.corupt span{
  flex:1;
  font-size: 14px;
  color:#333;
}

@media (max-width: 768px) {
  .in-a-row{

      grid-template-columns: 1fr 1fr ;
      gap: 15px;
  }

}
@media (max-width: 500px) {
  .in-a-row{

      grid-template-columns: 1fr;
      gap: 15px;
  }

}

/*******************************************************/

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

.menu_top_new{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}


/*.submenu li */
.menu_top_new > li 
{
    margin: 1.5% 1.5% 1.5% 1.5%;
    width: 13.6%;
}

/*.submenu li a*/
.menu_top_new > li> a{
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 20px #d1d8dd;
    box-shadow: 0px 12px 20px #d1d8dd;
    border-radius: 10px;
    color: #0261A0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    flex-direction: column;
    line-height:248%;
}

.menu_top_new > li{
  position: relative;
}

/*.menu_top_new > li {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  border-left: 1px solid #ECF1F2;
}
.menu_top_new > li:last-child {
  border-right: 1px solid #ECF1F2;
}
.menu_top_new > li > a {
  font-weight: bold;
  padding: 20px 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1c1c1c;
}
.active:after, .submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}*/
.menu_top_new .active, 
.menu_top_new > li > a:hover, 
.submenu-77 li a:hover {
      background: #0261A0;
    color: #FFF;
  }


.submenu-77 {
  margin:5px;
  position: absolute;
  left: -1px;
  z-index: 5;
  width: 240px;
  border-bottom: 1px solid #ECF1F2;
  visibility: hidden;
  opacity: 0;  
  transform: translateY(10px);
  transition: .4s ease-in-out;
}
.submenu-77 li {position: relative;}
.submenu-77 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    margin: 3px 0;
    line-height: 1;
    display: block;
    padding: 5px 28px 5px 10px;
    letter-spacing:-0.6px;
    border-radius: 7px;
}


.submenu-77 .submenu-77  {  margin:5px;  position: absolute;  top: -25px;  left: calc(100% + 7px);  left: -webkit-calc(100% + 7px);}



.submenu-77.left-m-y.submenu-77.left-m-y {  margin:5px;  position: absolute;  top: -25px;  left: calc(100% - 560px);  left: -webkit-calc(100% - 560px); z-index:1005;}
/*.submenu-77 .submenu-77 {  margin:5px;  position: absolute;  top: 0;  left: calc(100% - 1px);  left: -webkit-calc(100% + 7px);}*/


.menu_top_new li:hover > .submenu-77 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.submenu-77 i
{
    position: absolute;
    right: 6px;
    top: 50%;
    background: url(../img/strnew.png) center no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    z-index: 998;
    transform: translateY(-50%);
}

/*.sub-m4 .submenu-77 i ,
.sub-m5 .submenu-77 i ,
.sub-m6 .submenu-77 i
{
    position: absolute;
    left: 6px;
    top: 50%;
    background: url(../img/strnew.png) center no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    z-index: 1001;
    transform:translateY(-50%) rotate(180deg) ;
}*/

/*.sub-m4  .submenu-77 a,
.sub-m5  .submenu-77 a,
.sub-m6  .submenu-77 a{
  padding: 5px 5px 5px 30px;
}
*/

.submenu-new,
.submenu-77 {
    position: absolute;
    background: #fff;
    padding: 20px 6px;
    min-width: 277px;
    max-width:310px;
    margin: 7px 0;
    z-index:1000;
    box-shadow: 0px 12px 33px #D1D8DD;
    border-radius: 10px;
}


.submenu-new > li:hover > i,
.submenu2-new > li:hover > i
{
    background: url(../img/strneww.png) center no-repeat;
}

.submenu-new > li:hover > a,
.submenu2-new > li:hover > a{
        background: #0261A0;
    color: #FFF;
}

.foot-socseti div{
  display:flex;
}

/*.submenu-new.active{
    display: block; 
}
.menu_top_new > li> a:hover,
.submenu-new >li:hover >a,
.submenu2-new >li:hover >a,
.submenu3-new >li:hover >a
 {
    background: #0261A0;
    color: #FFF;
}

.submenu-new > li:hover{
    background: #0261A0;
    color: #FFF;
    border-radius:7px;
}

.submenu-new li{
  position:relative;
  transition:0.3s all;
}


.submenu-new li a,
.submenu2-new li a,
.submenu3-new li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    margin-bottom: 6px;
    line-height: 1;
    display: block;
    padding: 5px 28px 5px 10px;
    letter-spacing:-0.6px;
    border-radius: 7px;
}

.submenu-new > li >i,
.submenu2-new > li >i
{
    position: absolute;
    right: 6px;
    top: 50%;
    background: url(../img/strnew.png) center no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    z-index: 1001;
    transform: translateY(-50%);
}
.submenu-new > li:hover > i,
.submenu2-new > li:hover > i
{
    background: url(../img/strneww.png) center no-repeat;
}
.sub-m4 .submenu2-new,
.sub-m5 .submenu2-new,
.sub-m6 .submenu2-new,
.sub-m4 .submenu3-new,
.sub-m5 .submenu3-new,
.sub-m6 .submenu3-new
{
    left:-290px; 
    top:-25px;
}

.sub-m1 .submenu2-new,
.sub-m2 .submenu2-new,
.sub-m3 .submenu2-new
{
  top:-25px;
    right:-290px; 
}
.submenu2-new,
.submenu3-new
{
   display:none;
   position: absolute;
  background: #fff;
  padding: 20px 6px;
  min-width: 277px;
  max-width:277px;
  margin: 7px 0;
  z-index:1000;
  box-shadow: 0px 12px 33px #D1D8DD;
  border-radius: 10px;
}
.submenu2-new.active,
.submenu2-new.active2,
.submenu-new.active2,
.submenu3-new.active
{
    display: block; 
}*/

@media (min-width: 769px) {
	.slide-1.bkg-1 .sl-block-f {
		position: relative;
	}
	.slide-1.bkg-1 .sl-block-f .btn-main {
		position: absolute;
		right: 35px;
		bottom: 35px;
	}
	.slide-1.bkg-1 .sl-block-f .btn-main:not(:hover) {
		background-color: #fff;
	}
}

#modal_form_oms-dms {
  max-width: 1120px;
  border-radius: 20px;
}

/* меняем стиль кнопки отправки формы, пока не отработает ajax */
#send-f:disabled {
  background-color: #fff;
  color: #0071BC;
}