

/* Start:/local/templates/kellerNew/components/bitrix/news.detail/serviceDescr/style.css?16505499811228*/
.service-descr-block__preview{
filter:grayscale(0.2);
}
.service-descr-block {
  display: flex;
  flex-direction: row;
  font-family: "Futura New";
  font-weight: 500;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 70px;
  max-height: 350px;
}
.service-descr-block__preview {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 288px;
}
.service-descr-block img {
  max-height: 100%;
  width: calc(100% - 400px);
}
.service-descr-block__preview img {
  display: none;
}

.service-descr-block__descr {
  max-width: 350px;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.service-descr-block__descr .value {
  color: #9d2945;
  font-weight: bold;
  font-size: 21px;
  display: block;
}

@media all and (max-width: 768px) {
  .service-descr-block {
    flex-direction: column;
    max-height: none;
  }
  .service-descr-block__descr {
    padding: 15px;
  }
  .service-descr-block__descr-item {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 480px) {
  .service-descr-block .label {
    display: block;
  }
}

/* End */


/* Start:/local/components/webpractik/page-navigator/templates/.default/style.css?1646177882570*/
.page-navigator {
  padding: 18px 15px;
  background: #faf8f8;
  margin: 20px 0;
}
.page-navigator__body {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .page-navigator__body {
    display: block;
  }
}
.page-navigator__item {
  font: 500 18px/122% "Futura New", sans-serif;
  color: #9d2945;
  padding: 0 4.51%;
  transition: 0.25s;
}
.page-navigator__item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 479px) {
  .page-navigator__item {
    padding: 10px 0;
    display: block;
  }
}

/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.detail/video-service/style.css?1556288328446*/
.video-service {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {

  .video-service {
    margin-bottom: 60px;
  }
}


.video-service__video {
  position: relative;
}


.video-service__video-shape {
  padding-top: 56.3%;
}


.video-service__video-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.video-service__video-content iframe {
  display: block;
  position: relative;
  min-width: 100%;
}


/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.list/new-reviews/style.css?17584630801248*/
.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){
	.slick-track {
		min-width: 800px !important;
	}
}
/* End */


/* Start:/local/templates/kellerNew/components/bitrix/form.result.new/serviceFeedback/style.css?16538106643590*/
.service-feedback-block {
	margin: 50px 0;
}
.service-feedback-block-wrap {
	display: flex;
	background: #faf9f9;
}
.service-feedback-block-title {
	color: #FFF;
	width: 510px;
	padding: 40px 50px;
	background: url(/images/sf_back.png) no-repeat right center;
	background-size: cover;
}
.service-feedback-block-title h2 {
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 40px;
}
.service-feedback-block-title .h2_like_form {
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 40px;
	font-family: "Futura New";
	font-weight: 500;
}
.service-feedback-block-title__c1 {
	font-family: "Futura New";
	font-size: 20px;
	margin-bottom: 50px;
}
.service-feedback-block-title__c2 a {
	color: #fff;
	text-decoration: underline;
}
.service-feedback-block-form {
	padding: 40px 50px;
	width: calc(100% - 510px);
	box-sizing: border-box;
}
.service-feedback-block-form-sendarea {
	display: flex;
	align-items: center;
}
.service-feedback-block-form .input-text {
	padding: 12px 20px;
	width: 250px;
	font-family: Museo Sans Cyrl;
}
.service-feedback-block-form .call-textarea {
	font-family: Museo Sans Cyrl;
}
#reviewSec .btn {
	border: 0;
	width: 180px;
	height: 50px;
	box-sizing: border-box;
	padding: 10px;
}
.service-feedback-block .input-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.service-feedback-block .call-textarea.form-control.required {
	padding: 12px 20px;
	width: 100%;
	resize: unset;
	margin-bottom: 20px;
	margin-top: 30px;
}
.service-feedback-block-form-sendarea {
	display: flex;
	justify-content: space-between;
}
service-feedback-block .btn.btnRecord.btn--red.btn--small {
	border: 0;
	border-radius: 4px;
	width: 180px;
}
.service-feedback-block-form-sendarea a {
	color: #333;
}

.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%);
}
.fancybox-slide > * {
	border-radius: 10px;
	overflow: hidden !important;
}
.form-wrapper h2 {
	color: #FFFFFF;
	font-family: "Futura New";
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 50px;
}
#reviewSec .help-block.error {
	margin-top: 10px;
	display: block;
	color: #ed1b2e;
	font-size: 13px;
}
#reviewSec .empty-err {
	border: 1px solid #ed1b2e;
}
button[type="submit"][disabled] {
	cursor: default;
	opacity: 0.5;
}

@media all and (max-width: 1299px) {
	.service-feedback-block-title {
		padding: 20px;
		width: 380px;
	}
	.service-feedback-block-title {
		padding: 20px 60px 20px 20px;
		width: 380px;
	}
	.service-feedback-block-form .input-text {
		padding: 12px 20px;
		max-width: 250px;
	}
	.service-feedback-block-form .input-text:nth-child(1) {
		margin-right: 20px;
	}
	.service-feedback-block-form {
		padding: 30px 20px;
		width: calc(100% - 380px);
	}
	.service-feedback-block-form .input-text:nth-child(1) {
		margin-right: 0;
	}
	.service-feedback-block .input-wrap {
		flex-direction: column;
		margin-bottom: 0;
	}
	.service-feedback-block-form .input-text {
		max-width: unset;
		width: 100%;
		margin: 0 0 20px;
	}
	.service-feedback-block-form-sendarea {
		flex-direction: column;
		align-items: baseline;
	}
	#reviewSec .btn {
		margin-top: 15px;
	}
}
@media all and (max-width: 768px) {
	.service-feedback-block-wrap {
		flex-direction: column;
		height: unset;
	}
	.service-feedback-block-title {
		width: 100%;
	}
	.service-feedback-block-title br {
		display: none;
	}
	.service-feedback-block-form {
		width: 100%;
	}
}
/* End */


/* Start:/local/components/custom/other-services/templates/.default/style.css?15795975341296*/
.other-services__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -20px;
}

.other-services__list-item {
	padding: 0 20px 30px;
	width: calc(100%/3);
}

.other-services-item {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 10px;
}

.other-services-item__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: relative;
}

.other-services-item__link::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(10,38,76,0.3);
	border-radius: 10px;
	transition: background .3s ease;
}

.other-services-item__link:hover {
	text-decoration: none;
}

.other-services-item__title {
	color: #ffffff;
	font: 24px/121% "Museo Sans Cyrl";
	position: relative;
	z-index: 1;
}

.other-services-item:hover .other-services-item__link::before {
	background: rgba(10,38,76,0.7);
}

@media screen and (max-width: 767px) {
	.other-services__list-item {
		width: calc(100%/2);
		padding: 0 10px 20px;
	}

	.other-services__list {
		margin: 0 -10px;
	}
}

@media (max-width: 480px) {
	.other-services-item__title {
		font-size: 18px;
	}

	.other-services__list-item {
		width: 100%;
		padding-bottom: 15px;
	}
}
/* 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/popular_questions/style.css?15826456081360*/
.tabs-container {
	display: flex;
	flex-direction: column;
}

.block-tab {
	width: 100%;
	min-height: 60px;
	background: #faf8f8;
	display: flex;
	align-items: center;
	padding: 10px 80px 10px 40px;
	color: #4a4a4a;
	font-family: "Futura New";
	font-weight: 500;
	font-size: 20px;
	position: relative;
}

.tabs-container > div:not(:first-child) > .block-tab {
	margin-top: 30px;
}

@media( max-width: 991px) {
	.block-tab	 {
		font-size: 18px;
	}
}

@media( max-width: 768px) {
	.block-tab  {
		font-size: 16px;
		padding: 10px 50px 10px 30px;
	}
}

.tab-arrow {
	position: absolute;
	background: url('/patients/articles/images/arrow.svg') no-repeat;
	width: 24px;
	height: 13px;
	right: 50px;
	cursor: pointer;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
}

@media( max-width: 768px) {
	.tab-arrow  {
		right: 20px;
	}
}

.arrow-active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url('/patients/articles/images/arrow-red.svg') no-repeat;
}

.tab-inner {
	margin: 30px auto;
	display: none;
}

.tab-inner p {
	margin-bottom: 20px;
	color: #2f2f2f;
	line-height: 1.5;
	font-size: 14px;
	font-family: "Open Sans";
}
/* 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/components/bitrix/news.detail/serviceDescr/style.css?16505499811228 */
/* /local/components/webpractik/page-navigator/templates/.default/style.css?1646177882570 */
/* /local/templates/kellerNew/components/bitrix/news.detail/video-service/style.css?1556288328446 */
/* /local/templates/kellerNew/components/bitrix/news.list/new-reviews/style.css?17584630801248 */
/* /local/templates/kellerNew/components/bitrix/form.result.new/serviceFeedback/style.css?16538106643590 */
/* /local/components/custom/other-services/templates/.default/style.css?15795975341296 */
/* /local/templates/kellerNew/components/bitrix/news.list/doctors.inner/style.css?1568799063903 */
/* /local/templates/kellerNew/components/bitrix/news.list/popular_questions/style.css?15826456081360 */
/* /local/templates/kellerNew/components/bitrix/news.list/director/style.css?1631045908345 */
