

/* 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:/reviews/main.css?15662873173300*/
.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;
  min-width: 64px;
}
.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;
  }
}

/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.list/new-reviews/style.css?17587800931264*/
.reviews-slider-container {
	padding: 0 45px;
	transition: height .7s;
}
.reviews-slider-container .reviews-slider__item {
	position: static !important;
}

.reviews-slider_num {
	/*display: none;*/
}

.slick-next-reviews {
	width: 22px !important;
	height: 32px !important;
	position: absolute !important;
	background: transparent url(/images/arrow-action.svg) no-repeat center !important;
	border: none;
	right: 15px;
	top: 45% !important;
	transform: rotateY(180deg) translateY(-50%);
}

.slick-prev-reviews {
	width: 22px !important;
	height: 32px !important;
	position: absolute !important;
	background: transparent url(/images/arrow-action.svg) no-repeat center !important;
	border: none;
	left: 15px;
	top: 45% !important;
	transform: translateY(-50%);
}

.row.reviews-slider {
	height: auto !important;
}

@media only screen and (max-width: 479px) {
	.reviews-slider-container {
		padding: 0 20px;
	}
	.slick-prev-reviews {
		bottom: 0;
		top: unset !important;
		left: 0;
	}
	.slick-next-reviews {
		bottom: 0;
		top: unset !important;
		right: 0;
	}
}


@media (min-width: 0) and (max-width: 480px) {
	.feedbackBlock .img{
		width: auto;
		height: auto;
	}
  }
@media (min-width: 992px){
	.reviews-slider .slick-track {
		min-width: 800px !important;
	}
}
/* 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 */
/* /local/templates/kellerNew/css/new.css?17114327889951 */
/* /reviews/main.css?15662873173300 */
/* /local/templates/kellerNew/components/bitrix/news.list/new-reviews/style.css?17587800931264 */
/* /local/templates/kellerNew/components/bitrix/news.list/doctors.inner/style.css?1568799063903 */
/* /local/templates/kellerNew/components/bitrix/news.list/director/style.css?1631045908345 */
