

/* Start:/local/templates/kellerNew/css/new.css?17114327889951*/
.inner-banner {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.inner-banner_text {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.inner-banner h1 {
  margin-bottom: 40px;
}

.btnRecord.btn-padding {
  padding: 20px;
}

.btnRecord.btn--white {
  background-color: transparent;
  border: 1px solid #fff;
}

.btnRecord.btn--white:hover {
  box-shadow: 0 7px 10px 0 rgba(255, 255, 255, 0.55);
}

.inner-banner_quote {
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.bg-block {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.col-item_left {
  padding-right: 30px;
}

.col-item_right {
  padding-left: 30px;
}

.pink-section {
  background-color: #fffbfb;
}

.banner-small {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .banner-small {
    background-position: center right 20%;
  }
}

.inf {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}

.inf-row {
  flex-direction: row;
  justify-content: space-between;
}

.inf-row .inf_item {
  width: calc(50% - 53px);
  flex-wrap: nowrap;
}

.inf_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 25px;
}

.inf_item-images {
  flex: 0 0 33px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.inf_item-content {
  padding-left: 25px;
}

.inf_item-content .title {
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 5px;
  font-weight: 500;
}

.inf_item-content .text {
  color: #7a828b;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.inf_item-content p.text {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.blockAfterBefore {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .big-btn {
    min-width: 320px;
  }
  .medium-btn {
    min-width: 260px;
  }
}

.innerPrice {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.innerPrice-item {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  min-height: 260px;
  padding: 45px;
  padding-bottom: 90px;
  width: calc(33.333% - 30px);
  flex: 0 0 calc(33.333% - 30px);
  margin-right: 45px;
  position: relative;
  margin-bottom: 30px;
}

.innerPrice-item:nth-of-type(3n) {
  margin-right: 0;
}

.innerPrice-title {
  color: #333;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  line-height: 1.44;
  font-weight: bold;
}

.innerPrice-title span {
  color: #7c7c7c;
  font-weight: 300;
  display: block;
}

.innerPrice-bottom {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.innerPrice-code {
  color: #ababab;
  font-family: "Myriad Pro";
  font-size: 12px;
  line-height: 14px;
}

.innerPrice-price {
  color: #333333;
  font-family: "Myriad Pro";
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.price {
  width: 100%;
}

.price-list {
  border: 1px solid #ddd;
}

.price-list__head,
.price-list__content-row {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: stretch;
}

.price-list__content-row:last-child {
  border-bottom: 0;
}

.price-list__item {
  padding: 8px;
  font: 16px/121% "Museo Sans Cyrl";
  flex: 0 0 auto;
}

.price-list__item--code {
  width: 100px;
}

.price-list__item--name {
  flex: 1 1 auto;
}

.price-list__item--price {
  width: 170px;
}

.price-list__item span {
  display: block;
  color: #a09d9e;
}

.price-list__head .price-list__item {
  font-weight: bold;
}

@media (max-width: 991px) {
  .price-list__item--code {
    width: 65px;
  }
}

@media (max-width: 500px) {
  .price-list__head {
    display: none;
  }
  .price-list__content-row {
    flex-direction: column;
  }
  .price-list__item {
    width: 100%;
  }
  .price-list__item--price {
    font-weight: bold;
  }
}

.flx-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-end {
  align-self: flex-end;
}

.doc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.doc-item {
  flex: 0 0 calc(25% - 25px);
  width: calc(25% - 25px);
  margin-right: 30px;
}

.doc-item:hover {
  text-decoration: none;
}

.doc-item:nth-child(4n) {
  margin-right: 0;
}

.doc-bg {
  width: 100%;
  height: 340px;
  background-size: cover;
  background-position: center top;
}

.doc-content {
  padding: 15px;
}

.doc-name {
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}

.doc-position {
  color: #999797;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 20px;
}

.bg-gray .blockTitleUrl {
  float: none;
  margin-top: 15px;
  display: block;
}

.blockTitleUrl.blockTitleUrl-price {
  float: none;
}

@media (max-width: 1000px) {
  .doc-bg {
    height: 350px;
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .full_slider .item {
    position: relative;
  }
  .full_slider .wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
  }
  .full_slider .item .wrap .title {
    color: #fff;
    margin: 0;
  }
  .full_slider .item .wrap .text {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .blockAfterBefore {
    flex-wrap: wrap;
  }
  .blockAfterBefore a {
    margin: 10px;
  }
  .bg-block {
    height: 400px;
  }
  .bg-block--dms {
    height: auto;
  }
  .bg-block--dms:before {
    content: "";
    display: block;
    padding-top: 65%;
  }
  .innerPrice {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .innerPrice-item {
    width: 48%;
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .doc {
    justify-content: space-between;
  }
  .doc-item {
    flex: 0 0 48%;
    width: 48%;
    margin-right: 0;
  }
  .flex-dir {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .inf-row {
    flex-direction: column;
  }
  .inf-row .inf_item {
    width: 100%;
  }
  .inner-banner {
    height: auto;
    padding: 30px 0;
  }
  .big-btn {
    min-width: 260px;
  }
  .innerPrice-item {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .doc-item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .blockTitleUrl.blockTitleUrl-price {
    margin-top: 30px;
    display: block;
  }
  .doc .slick-prev {
    left: -15px;
  }
  .doc .slick-next {
    right: -15px;
  }
}

@media (max-width: 480px) {
  .inner-banner h1,
  .inner-banner .h1 {
    font-size: 25px;
  }
}

.anFIle {
  position: relative;
}

.anFIle input[type="file"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.anIFILE {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  color: #7a828b;
  font-family: "Museo Sans Cyrl";
  line-height: 3.3;
  padding: 0 10px;
}

.promo.page-text {
  overflow: hidden;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}

.promo {
  margin: 50px 0;
  padding: 60px 0;
  background: rgba(243, 243, 243, 0.4)
    url(/bitrix/templates/keller/css/../dummy/bgs/tooth_and_loupe.png) no-repeat
    center center;
  text-align: center;
  width: 100%;
  display: block;
}

.promo .promo-item {
  margin: 0 auto 30px auto;
  width: 50%;
  max-width: 500px;
}

.url {
  color: #9d2945;
  font-weight: bold;
}

.dtac {
  display: block;
  text-align: center;
}

/*** Atomic classes: ***/

.max-w-530 {
  max-width: 530px !important;
}

.min-w-290 {
  min-width: 290px !important;
}

.font-bold {
  font-weight: bold !important;
}

.order--1-ms {
  -ms-flex-order: -1;
  order: -1;
}

@media (min-width: 992px) {
  .order-default-lg {
    -ms-flex-order: 0;
    order: 0;
  }
}

/******/

@media (min-width: 992px) {
  .flx-div-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/******/
.wrap .sub {
  padding-bottom: 15px;
}

/* End */


/* Start:/specialist/main.css?165704691212036*/
@media (max-width: 767px) {
  .specialist_type {
    -webkit-transition: height 0.6s linear;
    -moz-transition: height 0.6s linear;
    -ms-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    transition: height 0.6s linear;
  }
  .specialist_type.active {
    height: auto;
  }
}
.specialist_type li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .specialist_type li {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}
.specialist_type li a {
  padding: 5px 20px;
  border-radius: 22px;
  background-color: #bebebe;
  height: 16px;
  width: 70px;
  color: #ffffff;
  font-family: "Futura New";
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.specialist_type li a.active {
  background-color: #9d2945;
}
.specialist_type li a:hover {
  text-decoration: none;
  background-color: #9d2945;
}
@media (max-width: 767px) {
  .specialist_type li a {
    min-width: 160px;
    height: auto;
    display: inline-block;
  }
}
.phone-text {
  display: none !important;
}
@media (max-width: 767px) {
  .phone-text {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .phone-box {
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 30px 0 15px;
  }
}
.specialist_type--text {
  color: #9d2945;
  font-family: "Museo Sans Cyrl";
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  cursor: pointer;
}
.text1 {
  color: #9d2945;
  font-family: "Museo Sans Cyrl";
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  margin-bottom: 15px;
  font-weight: 700;
  display: block;
}
.doctor_list {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1299px) {
  .doctor_list {
    justify-content: space-around;
  }
}
.doctor_list li {
  width: 265px;
  vertical-align: top;
  margin-bottom: 40px;
  margin-right: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -khtml-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -khtml-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -khtml-align-items: flex-start;
  align-items: flex-start;
}
.doctor_list li a {
  text-decoration: none;
}
.doctor_list .images {
  height: 340px;
  width: 265px;
  display: inline-block;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.doctor_list .sticker {
  max-width: 35px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.doctor_list .title {
  padding: 0 15px;
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  min-height: 50px;
  display: block;
}
.doctor_list .descr {
  margin: 15px 15px 20px;
  color: #999797;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 20px;
}
.doctor_list .links {
  color: #9d2945;
  font-family: "Museo Sans Cyrl";
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}
.doctor_list .links:before {
  position: absolute;
  right: 5px;
  top: 4px;
  background: transparent url(/images/actionBtnR.png) no-repeat;
  content: "";
  width: 4px;
  height: 9px;
}
.detail .btns-block a {
  display: inline-block;
}
.detail .h2.title {
  color: #333333;
  font-family: "Futura New";
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}
.detail .title_desc {
  color: #999797;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  line-height: 20px;
}
.detail .spec_title {
  color: #2a2a30;
  font-family: "Museo Sans Cyrl";
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 29px;
}
.detail .btn_text {
  color: #9d2945;
  font-family: "Museo Sans Cyrl";
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 0 20px;
  margin-left: 50px;
  position: relative;
  cursor: pointer;
}
.detail .btn_text:before {
  position: absolute;
  right: 5px;
  top: 4px;
  background: transparent url(/images/actionBtnR.png) no-repeat;
  content: "";
  width: 4px;
  height: 9px;
}
@media (max-width: 600px) {
  .detail .btn_text {
    display: table;
    margin-top: 30px;
    margin-left: 0;
  }
}
.detail .mark li {
  margin-bottom: 20px;
}
.detail .kurs_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail .kurs_list .item {
  width: 32%;
  max-width: 353px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .detail .kurs_list .item {
    max-width: 100%;
    width: 48%;
  }
}
@media (max-width: 480px) {
  .detail .kurs_list .item {
    width: 100%;
  }
}
.detail .kurs_list .item_head {
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.detail .kurs_list .item_text {
  color: #7a828b;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 24px;
}
.detail .sertificat_list {
  width: 100%;
}
.detail .sertificat_list .item img {
  max-width: 188px;
  width: 90%;
}
@media (max-width: 480px) {
  .detail .sertificat_list .item img {
    width: 100%;
  }
}
.detail .sertificat_list.slick-initialized .slick-slide {
  min-height: 250px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
.detail .reviews_nav,
.detail .sertificat_nav,
.detail .beforeAfter_nav {
  position: relative;
  display: inline-block;
}
.detail .reviews_nav .nav_prev,
.detail .sertificat_nav .nav_prev,
.detail .beforeAfter_nav .nav_prev {
  bottom: 15px;
  position: absolute;
  top: auto;
  left: 0;
  width: 12px;
  height: 14px;
  background-image: url(/images/new/left-arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 5px;
  background-size: 5px;
  background-position: center;
}
.detail .reviews_nav .nav_next,
.detail .sertificat_nav .nav_next,
.detail .beforeAfter_nav .nav_next {
  bottom: 15px;
  position: absolute;
  right: 0px;
  top: auto;
  width: 12px;
  height: 15px;
  background-image: url(/images/new/right-arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 5px;
  background-size: 5px;
  background-position: center;
}
.detail .reviews_nav .nav_num,
.detail .sertificat_nav .nav_num,
.detail .beforeAfter_nav .nav_num {
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.detail .reviews_nav .nav_num span,
.detail .sertificat_nav .nav_num span,
.detail .beforeAfter_nav .nav_num span {
  color: #7a828b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.reviews {
  margin: 0 !important;
}
.reviews__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 30px 25px !important;
  background-color: #fffbfb;
}
.reviews__header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.reviews-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
}
.reviews-header__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 25px;
}
.reivews-header__avatar img {
  width: 100%;
}
.dark {
  opacity: 1;
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 24px;
}
.name {
  color: #333;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  line-height: 24px;
}
.light {
  opacity: 0.5;
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 24px;
}
.reviews-footer {
  padding-left: 72px;
  border-top: 1px solid #e5dddd;
  padding-top: 25px;
  position: relative;
}
.reviews-footer:before {
  position: absolute;
  content: "";
  left: 28px;
  top: 55%;
  width: 18px;
  height: 18px;
  background-image: url("/reviews/images/1.svg");
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.reviews-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.reviews-slider_body {
  position: relative;
}
.reviews-slider_num {
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24px;
  display: inline-block;
  margin-left: 20px;
}
.reviews-slider_num span {
  color: #7a828b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.reviews-slider_body {
  position: relative;
}
.reviews-slider_body .reviews-slider_nav_next {
  bottom: 15px;
  position: absolute;
  left: 85px;
  top: auto;
  width: 12px;
  height: 15px;
  background-image: url("/images/new/right-arrow.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 5px;
  background-size: 5px;
  background-position: center;
}
.reviews-slider_body .reviews-slider_nav_prev {
  bottom: 15px;
  position: absolute;
  top: auto;
  width: 12px;
  height: 14px;
  background-image: url("/images/new/left-arrow.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 5px;
  background-size: 5px;
  background-position: center;
}
.reviews__input {
  width: 100%;
  padding: 12px 62px 12px 15px;
  border-radius: 2px;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  color: #7a828b;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 20px;
  resize: none;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .reviews-form {
    padding: 0 15px;
  }
  .reviews-form .row {
    width: 100%;
    margin: 0;
  }
}
.specialist_page {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  border-bottom: 4px solid rgba(239, 68, 48, 0.28);
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  list-style: none;
}
@media (max-width: 767px) {
  .specialist_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 660px) {
  .specialist_page {
    border-bottom: 0;
  }
}
.specialist_page li {
  border-bottom: 4px solid transparent;
  font-family: "PT Sans", sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: -4px;
  transition: all 0.5s;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 660px) {
  .specialist_page li {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.specialist_page li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.specialist_page li.active {
  border-bottom: 4px solid #9d2945;
  cursor: default;
}

/* End */


/* Start:/local/templates/kellerNew/components/bitrix/catalog/spec/style.min.css?1630436746959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/kellerNew/components/bitrix/catalog.element/.default/style.css?17195896374382*/
/*Карта*/
.clinics {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}


.clinics__item {
	width: 50%;
	max-width: 50%;
	padding: 0 1.5% 30px 0;
}

.clinics-route {
	display: none;
	align-items: flex-end;
	margin-top: -10px;
	margin-bottom: 20px;
}

.clinics-route__text {
	font: 500 13px "Museo Sans Cyrl", sans-serif;
	color: #333333;
	margin-bottom: 9px;
}

.clinics-route__link {
	transition: opacity .3s;
}

.clinics-route__link:hover {
	opacity: .85
}

.clinics-route__icon {
	max-width: 40px;
	max-height: 40px;
	margin-left: 10px;
}

.clinics__item-content .tel {
	display: block;
	margin: 0 0 10px;
	font: 300 18px/122% "Museo Sans Cyrl", sans-serif;
	text-decoration: none;
	color: #333333;
}

.clinics__item-content .tel:hover {
	color: #ED1B2E;
}

.clinics__item-content .adr {
	font: 600 16px/122% "Museo Sans Cyrl", sans-serif;
	display: block;
}


.clinics__item-content .org {
	font: 300 14px/143% "Museo Sans Cyrl", sans-serif;
	display: block;
	margin: 8px 0 0;
}

.clinics__item-content .org+p {
	line-height: 143%;
}

.clinics__title {
	margin: 0 0 20px;
	font: 600 24px/122% "Museo Sans Cyrl", sans-serif;
}

.clinics__item-content {
	margin-bottom: 15px;
	width: calc(100% - 193px)
}

.clinics__pic {
	max-width: 172px;
	margin-right: 21px;
	flex: none;
}

.clinics .clinics__item .contacts-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}


@media (max-width: 991px) {
	.clinics__item {
		width: 100%;
		max-width: 100%;
	}

	.clinics .clinics__item .contacts-item {
		display: block;
	}

	.clinics-route {
		display: flex;
	}

	.clinics__pic {
		margin: 0 0 10px;
	}
}

@media (max-width: 480px) {
	.clinics__item {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.clinics__pic {
		max-width: 100%;
		max-height: 54vw;
		margin: 0 0 20px;
		overflow: hidden;
		flex: none;
	}

	.section-padding .clinics .clinics__item .contacts-item {
		display: block;
	}

	.clinics__item-content {
		width: 100%;
	}

	.clinics__item-content {
		min-height: auto;
	}
}

.yandexRoute {
	cursor: pointer;
}

/* End */

.specialist-text {
	font-size: 16px;
}

div.news-detail {
	word-wrap: break-word;
}

div.news-detail>h3 {
	padding: 40px 0 20px;
}

div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}

p.doc-info-p {
	font-family: "Futura New";
	font-size: 24px;
	font-weight: 500;
	line-height: 1.15;
	color: #333;
}

.item-rating .rating-block label {
	background-position: 0 0;
	height: 15px;
	width: 15px;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.item-rating .rating-block label.none:before {
	background-position-y: -15px;
}

.item-rating .rating-block label:before {
	content: "";
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(/local/components/custom/webpractik.fakerating-custom/img/stars.svg) no-repeat;
	background-position-y: 0;
}

.item-rating .rating-block label.lastrate:before {
	background-position-y: -15px !important;
}

.item-rating .rating-block label.lastrate:after {
	content: "";
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(/local/components/custom/webpractik.fakerating-custom/img/stars.svg) no-repeat;
	background-position-y: 0;
	z-index: -1;
}

.item-rating .rating-block input {
	opacity: 0;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	z-index: 0;
}

.item-rating .rating-block label:hover {
	background: url(/local/components/custom/webpractik.fakerating-custom/img/stars.svg) no-repeat;
	background-position: 0 -15px;
	height: 15px;
	width: 15px;
}

.item-rating .rating-block label.none-label {
	float: none;
}

.item-rating .rating-block label.active-label:before {
	background-position-y: -15px !important;
}
.catalog-detail-services-block h4{
	margin-bottom: 20px;
    font-size: 24px;
}
.catalog-detail-services-block h4:before{
	content: "";
	background-image: url(/images/flag.png);
    width: 45px;
    height: 14px;
    display: block;
	margin-bottom: 10px;
}
.catalog-detail-services-block table th,
.catalog-detail-services-block table td{
    padding: 8px 12px;
}
.catalog-detail-services-block table{
	margin-bottom: 20px;
	width: 100%;
}
.catalog-detail-services-block s{
    color: rgba(0, 26, 52, .6);
    font-size: 14px;
    font-weight: 600;
}
/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.list/clinics/style.css?15682675122362*/
.clinics {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.clinics__item {
    width: 50%;
    max-width: 50%;
    padding: 0 1.5% 30px 0;
}

.clinics-route {
    display: none;
    align-items: flex-end;
    margin-top: -10px;
    margin-bottom: 20px;
}

.clinics-route__text {
    font: 500 13px "Museo Sans Cyrl", sans-serif;
    color: #333333;
    margin-bottom: 9px;
}

.clinics-route__link {
    transition: opacity .3s;
}

.clinics-route__link:hover {
    opacity: .85
}

.clinics-route__icon {
    max-width: 40px;
    max-height: 40px;
    margin-left: 10px;
}

.clinics__item-content .tel {
    display: block;
    margin: 0 0 10px;
    font: 300 18px/122% "Museo Sans Cyrl", sans-serif;
    text-decoration: none;
    color: #333333;
}

.clinics__item-content .tel:hover {
    color: #ED1B2E;
}

.clinics__item-content .adr {
    font: 600 16px/122% "Museo Sans Cyrl", sans-serif;
    display: block;
}


.clinics__item-content .org {
    font: 300 14px/143% "Museo Sans Cyrl", sans-serif;
    display: block;
    margin: 8px 0 0;
}

.clinics__item-content .org + p {
    line-height: 143%;
}

.clinics__title {
    margin: 0 0 20px;
    font: 600 24px/122% "Museo Sans Cyrl", sans-serif;
}

.clinics__item-content {
    margin-bottom: 15px;
    width: calc(100% - 193px)
}

.clinics__pic {
    max-width: 172px;
    margin-right: 21px;
    flex: none;
}

.clinics .clinics__item .contacts-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


@media (max-width: 991px) {
    .clinics__item  {
        width: 100%;
        max-width: 100%;
    }

    .clinics .clinics__item .contacts-item {
        display: block;
    }

    .clinics-route {
        display: flex;
    }

    .clinics__pic {
        margin: 0 0 10px;
    }
}

@media (max-width: 480px) {
    .clinics__item  {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .clinics__pic {
        max-width: 100%;
        max-height: 54vw;
        margin: 0 0 20px;
        overflow: hidden;
        flex: none;
    }
    .section-padding .clinics .clinics__item .contacts-item {
        display: block;
    }

    .clinics__item-content {
        width: 100%;
    }

    .clinics__item-content {
        min-height: auto;
    } 
}

.yandexRoute {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.list/doctors.inner/style.css?1568799063903*/
.doc .slick-arrow {
    top: 50%;
    color: transparent;
    background-color: transparent;
    border: none;
    background-size: contain;
    transform: translateY(-50%);
}

.doc .slick-prev {
    background-image: url(/images/new/left-arrow.svg);
    left: -40px;
}

.doc  .slick-next {
    right: -40px;
    background-image: url(/images/new/right-arrow.svg);
}


.doc.doc--inner {
    display: block;
    max-height: 290px;
    opacity: 0;
    transition: opacity .4s .2s, max-height .4s .2s;
}

.doc.doc--inner.slick-initialized {
    opacity: 1 !important;
    max-height: 1000px;
    /* здесь указала точное значение, чтобы обеспечить плавность,
    если блок окажется больше ранее указанного max-h */
}

.doc.doc--inner .doc-item{
    display: block;
    flex: none;
    width: 100%;
    margin: 0 15px;
}

/* End */


/* Start:/local/templates/kellerNew/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1630446200902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.list/director/style.css?1631045908345*/
@media (min-width: 768px) and (max-width: 1299px) {
	img.welcomeImg{
		width: 290px;
		height: 290px;
	}
  }
  @media (min-width: 480px) and (max-width: 767.98px) {
	img.welcomeImg{
		width: 170px;
		height: 170px;
	}
  }
  @media (min-width: 0) and (max-width: 479.98px) {
	img.welcomeImg{
		width: auto;
		height: auto;
	}
  }
/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.list/clinics.map/style.css?17617138812454*/
.clinics-map {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 5px;
}


.clinics-map__item {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5% 30px 0;
}

.clinics-route {
    display: none;
    align-items: flex-end;
    margin-top: -10px;
    margin-bottom: 20px;
}

.clinics-route__text {
    font: 500 13px "Museo Sans Cyrl", sans-serif;
    color: #333333;
    margin-bottom: 9px;
}

.clinics-route__link {
    transition: opacity .3s;
}

.clinics-route__link:hover {
    opacity: .85
}

.clinics-route__icon {
    max-width: 40px;
    max-height: 40px;
    margin-left: 10px;
}

.clinics__item-content .tel {
    display: block;
    margin: 0 0 10px;
    font: 300 18px/122% "Museo Sans Cyrl", sans-serif;
    text-decoration: none;
    color: #333333;
}

.clinics__item-content .tel:hover {
    color: #ED1B2E;
}

.clinics__item-content .adr {
    font: 600 16px/122% "Museo Sans Cyrl", sans-serif;
    display: block;
}


.clinics__item-content .org {
    font: 300 14px/143% "Museo Sans Cyrl", sans-serif;
    display: block;
    margin: 8px 0 0;
}

.clinics__item-content .org + p {
    line-height: 143%;
}

.clinics__title {
    margin: 0 0 20px;
    font: 600 24px/122% "Museo Sans Cyrl", sans-serif;
}

.clinics__item-content {
    margin-bottom: 15px;
    width: calc(100% - 193px)
}

.clinics__pic {
    max-width: 172px;
    margin-right: 21px;
    flex: none;
}

.clinics-map .clinics-map__item .contacts-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


@media (max-width: 991px) {
    .clinics-map__item  {
        width: 100%;
        max-width: 100%;
    }

    .clinics-map .clinics-map__item .contacts-item {
        display: block;
    }

    .clinics-route {
        display: flex;
    }

    .clinics__pic {
        margin: 0 0 10px;
    }
}

@media (max-width: 480px) {
    .clinics-map__item  {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .clinics__pic {
        max-width: 100%;
        max-height: 54vw;
        margin: 0 0 20px;
        overflow: hidden;
        flex: none;
    }
    .section-padding .clinics-map .clinics-map__item .contacts-item {
        display: block;
    }

    .clinics__item-content {
        width: 100%;
    }

    .clinics__item-content {
        min-height: auto;
    } 
}

.yandexRoute {
    cursor: pointer;
}
/* End */
/* /local/templates/kellerNew/css/new.css?17114327889951 */
/* /specialist/main.css?165704691212036 */
/* /local/templates/kellerNew/components/bitrix/catalog/spec/style.min.css?1630436746959 */
/* /local/templates/kellerNew/components/bitrix/catalog.element/.default/style.css?17195896374382 */
/* /local/templates/kellerNew/components/bitrix/news.list/clinics/style.css?15682675122362 */
/* /local/templates/kellerNew/components/bitrix/news.list/doctors.inner/style.css?1568799063903 */
/* /local/templates/kellerNew/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1630446200902 */
/* /local/templates/kellerNew/components/bitrix/news.list/director/style.css?1631045908345 */
/* /local/templates/kellerNew/components/bitrix/news.list/clinics.map/style.css?17617138812454 */
