

/* 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:/patients/main.css?16848657803731*/
.blockTitle {
  display: inline-block;
}

.reviews {
  margin-top: 60px;
}

.reviews__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  padding: 30px 25px !important;
  background-color: #fffbfb;
}

.reviews__header {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}

.reviews-header {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-header__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 25px;
  overflow: hidden;
  min-width: 64px;
}

.reviews-header__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dark {
  opacity: 1;
  color: #333333;
  font-family: "Museo Sans Cyrl";
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.name {
  color: #333;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-weight: 600;
  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: 110px;
  width: 18px;
  height: 18px;
  background-image: url('/patients/images/1.svg');
  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: 0 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;
  display: inline-block;
  margin-top: 40px;
}

.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;
  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;
  background-size: 5px;
  background-position: center;
}

.reviews__input {
  width: 100%;
  padding: 12px 62px 12px 15px;
  border-radius: 2px;
  border: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  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.row {
    margin-left: 0;
    margin-right: 0;
  }
  .reviews-form {
    padding: 0 15px;
  }
  .reviews-form .row {
    width: 100%;
    margin: 0;
  }
}

@media(max-width: 480px) {
  .reviews-footer {
    padding-left: 0;
  }
  .reviews-footer:before {
    content: none;
  }
}


/* 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/form/zadaite_svoy_vopros/bitrix/form.result.new/.default/style.css?16586791444009*/
textarea[name="form_textarea_70"] {
    display: none;
}

.ask-question-form {
    position: relative;
    padding: 24px;
    margin: 0 0 30px;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 758px;
    display: block;
}

.form-wrapper {
    width: 710px;
    padding: 25px 0 0px 35px;
}

.ask-question-form .form {
    position: relative;
    z-index: 2;
}

.img-flag {
    transform: rotateY(180deg);
    display: block;
}

.form-wrapper h2 {
    color: #FFFFFF;
    font-family: "Futura New";
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-right: 30px;
    width: auto;
    display: inline-block;
    vertical-align: baseline;
}

.ask-question-form h2:nth-child(n) {
    margin-right: 15px;
    max-width: 160px;
}

.form-wrapper .hreffrom {
    display: inline-block;
    vertical-align: baseline;
    color: #FFFFFF;
    font-family: "Myriad Pro";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.46px;
    line-height: 16px;
    text-decoration: none;
}

.ask-question-form .form-input-block input,
.ask-question-form textarea {
    border-radius: 2px;
    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;
    padding: 12px;
    width: 100%;
    resize: none;
    border: none;
}

.ask-question-form textarea {
    width: calc(65% + 2px);
    margin-top: 15px;
    height: 64px;
}

@media (min-width: 992px) {
    div.wsubmit {
        width: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 48%;
        right: 60px;
        transform: translateY(-50%);
    }
}

.ask-question-form__success {
    font-size: 24px;
    font-weight: bold;
    display: none;
}

.form-wrapper:after {
    content: "";
    background-color: #ED1B2E;
    position: absolute;
    top: 50%;
    right: 60px;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    transform-origin: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.wsubmit .btn.sub-btn {
    border: none;
    background-color: transparent;
    padding: 2px 4px;
    color: #FFFFFF;
    font-family: "Futura New";
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    position: relative;
}

.checkbox-group input[type=checkbox]+label {
    max-width: 100%;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.checkbox-group input[type=checkbox]+label a {
    color: #fff;
}

.checkbox-group input[type=checkbox] {
    height: 21px;
    width: 21px;
    min-height: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 15px 0 rgba(89, 89, 89, .2);
    box-shadow: 3px 3px 15px 0 rgba(89, 89, 89, .2);
    margin-right: 10px;
    vertical-align: top;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .wsubmit .btn.sub-btn:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        height: 6px;
        width: 125%;
        background: white;
        border-radius: 5px 0 0 5px;
    }

    .wsubmit .btn.sub-btn:after {
        content: '';
        position: absolute;
        right: -60px;
        bottom: -6px;
        height: 6px;
        width: 37px;
        background: #ef4430;
        border-radius: 0 5px 5px 0;
        z-index: 1;
    }
}

.checkbox-group {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.wsubmit .btn.sub-btn {
    border-bottom: 4px solid #fff;
}
/* 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/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 */
/* /patients/main.css?16848657803731 */
/* /specialist/main.css?165704691212036 */
/* /local/templates/kellerNew/components/bitrix/form/zadaite_svoy_vopros/bitrix/form.result.new/.default/style.css?16586791444009 */
/* /local/templates/kellerNew/components/bitrix/news.list/doctors.inner/style.css?1568799063903 */
/* /local/templates/kellerNew/components/bitrix/news.list/director/style.css?1631045908345 */
/* /local/templates/kellerNew/components/bitrix/news.list/clinics.map/style.css?17617138812454 */
