

/* Start:/local/templates/aodkb/components/bitrix/news.list/aodkb-slider/style.css?14495616172004*/
#slider {
    /*margin-top: -75px;*/
    /*padding: 27px 0;*/
}
#bun{
    padding: 27px 0;
}
.aodkb-carousel .slide {
    height: 694px;
    color: #fff;
    background-position: center;
}

@media screen and (min-width: 1600px) {
    .aodkb-carousel .slide {
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
}

.slide .wrapper {
    padding-top: 435px;
}

.slide .slide-title {
    display: inline-block;
    font-size: 48px;
    line-height: normal;
    border-bottom: 3px solid;
}
.slide a .slide-title:hover{
    border: 0;
    margin-bottom: 3px;
}
.slide .slide-preview{
    font-size: 23px;
	margin-top: 10px;
}
#owl-dots {
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 170px;
    z-index: 2;
}

#owl-dots .wrapper {
    padding: 0
}

#owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

#owl-dots .owl-dot.active {
    background: #cc3;
}

#bun {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 154, 220, .7);
    color: #fff;
    bottom: 0;
    z-index: 2;
}

#bun .bun-item {
    position: relative;
    float: left;
    width: 275px;
    padding: 6px 15px 6px 80px;
    vertical-align: top;
}

#bun .bun-item:before {
    position: absolute;
    content: '';
    display: block;
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    background: url('/local/templates/aodkb/components/bitrix/news.list/aodkb-slider/images/baner-sprite.png') no-repeat;
}

#bun .bun-item:nth-child(2):before {
    background-position: 0 -50px;
}

#bun .bun-item:nth-child(3):before {
    background-position: 0 -100px;
}

#bun .bun-item-title {
    text-transform: uppercase;
    font-size: 24px;
	display: block;
}

#bun .bun-item-description {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    margin-top: 8px;
}
/* End */


/* Start:/local/templates/.default/libs/owl.carousel/owl.carousel.css?14495616174614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/.default/libs/owl.carousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/local/templates/aodkb/components/bitrix/news.list/aodkb-main-paid-services/style.css?14497074581833*/
#paid-services{
	padding:35px 0px 45px;
}
#paid-services .title{
	margin-bottom: 10px;
}
#paid-services h2 span{
	display:block;
	font-size:17px;
	margin-top:10px;
}
#paid-services .paid-services-item{
	width: 350px;
	float: left;
	margin: 0px 30px 45px 0px;
}
#paid-services .paid-services-items .paid-services-item:nth-child(3n+3){
	margin-right: 0;
}
#paid-services .paid-services-item a.img-container{
	border-bottom: none;
	display:block;
	margin-bottom:10px;
}
#paid-services .paid-services-item a.services-item-link{
	font-size: 22px;
	display:inline-block;
	margin-bottom:10px;
}
#paid-services .paid-services-item a.services-item-link:hover{
	border-bottom:1px solid #FFF;
}
#paid-services .paid-services-item .services-item-preview{
	color: #666666;
	font-size: 14px;
	line-height:18px;
}
#paid-services .paid-services-all-link,
#paid-services .paid-services-item .services-item-admission{
	color: #666666;
	font-size: 12px;
}
#paid-services .paid-services-item .services-item-admission{
	padding: 8px 10px;
	border-radius: 16px;
	background-color: #f5f5f5;
	border-bottom: none;
	text-transform: uppercase;
}
#paid-services .services-item-doctors{
	position: absolute;
	width: 250px;
	display: none;
	padding: 30px 30px 20px;
	margin: -54px 0 0 -30px;
	border-radius: 5px;
	background-color: #FFF;
	-webkit-box-shadow: 2px 3px 15px rgba(37,47,50,.25);
	   -moz-box-shadow: 2px 3px 15px rgba(37,47,50,.25);
	        box-shadow: 2px 3px 15px rgba(37,47,50,.25);
}
#paid-services .services-item-doctors .services-item-admission{
	background-color: #1298d8;
	color: #fff;
	cursor: default;
}
#paid-services .services-item-doctors .doctor-name{ 
	color: #0099cc;
    font-size: 14px;
    margin-bottom: 5px;
}
#paid-services .services-item-doctors .doctor-preview{
	color: #999999;
    font-size: 13px;
    line-height: 14px;
}
/* End */


/* Start:/local/templates/aodkb/components/bitrix/news.list/aodkb-main-clinical-departments/style.css?14495616171934*/
#clinical-departments{
    background: rgba(240,240,240,1);
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 6%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(6%, rgba(246,246,246,1)), color-stop(31%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 6%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 6%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 6%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 6%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0 );
}
#clinical-departments .bullet-container{
    margin-bottom: 47px;
}
#clinical-departments .clinic-bullet{
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 20px;
    cursor: pointer;
}
#clinical-departments .clinic-bullet.selected{
    color: #fff;
    border-radius: 16px;
    background-color: #cc3;
}
#clinical-departments .clinic{
    min-height: 370px;
}
#clinical-departments .clinic img{
    float: left;
    margin-right: 17px;
}
#clinical-departments .clinical-departments{
    width: 840px;
    float: left;
}
#clinical-departments .clinical-departments > div{
    display: inline-block;
    vertical-align: top;
    width: 247px;
    margin: 0 0 15px 15px;
}
#clinical-departments .clinical-departments a{
    font-size: 16px;
}
#clinical-departments .clinical-departments span{
    font-size: 14px;
}
/* End */


/* Start:/local/templates/aodkb/components/bitrix/news.list/aodkb-main-news/style.css?14495616172062*/
#news .title{
	margin-bottom: 10px;
}
#news .news-item{
	width: 255px;
	float: left;
	margin: 0 30px 40px 0;
}
#news .news-item:nth-child(4n+4){
	margin-right: 0px;
}
#news .news-item a.img-container{
	border-bottom: none;
}
#news .news-item time{
	padding-left: 17px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMyRjYzMUU1NkQ3RDExRTU4QTIwRDM5NTlEMTM5QzQ0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMyRjYzMUU2NkQ3RDExRTU4QTIwRDM5NTlEMTM5QzQ0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzJGNjMxRTM2RDdEMTFFNThBMjBEMzk1OUQxMzlDNDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzJGNjMxRTQ2RDdEMTFFNThBMjBEMzk1OUQxMzlDNDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6GnZgkAAAAaElEQVR42mL4//8/AwgDQRqMjU2MUVVVNfz27dv8DHiAsrLyJwZmZuZUdJOwmcwIUvj3719GBkKAWBNZ0DXOmDFD68KFC8IGBgZvQTSQf5g8E3GaRLIbVVRUPjIyMqbh8zAwrD8CBBgA4a6dAGj2V0gAAAAASUVORK5CYII=') no-repeat left transparent;
}
#news .news-all-link,
#news .news-item .services-item-preview,
#news .news-item .services-item-admission{
	color: #666666;
	font-size: 12px;
}
#news .news-item .services-item-admission{
	padding: 8px 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #f5f5f5;
	border-bottom: none;
	text-transform: uppercase;
}
/* End */


/* Start:/local/templates/aodkb/components/bitrix/news.list/aodkb-useful-links/style.css?14495616171323*/
#useful-links{
	background-color: #ededed;
}
#useful-links .title:after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAeFBMVEVMaXEAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAtxyUAAAAJ3RSTlMAH8S66xIkCvvVDAfG3xWQjC09fdLNGtoz5AMPpW4q8feXs0RMmLX2GWyQAAAAi0lEQVR4XlXOyRKCMBRE0QZiSAATJmUWHPv//9CKKaLe3enFq4dQXortdflxQpJrFYaGQzXNTMLQzxLIuOEvSQHXuOj1FgGm5dM5+9xLYDTbyTnmcDflw9l4H6N6GaXm6bAbMYXyhnVG31FdM7gE/buRJ6BUDpytxF5Bm1YdmzDUiiSLCaE6VqJMA9/0oQqw0+nu2QAAAABJRU5ErkJggg==') no-repeat transparent;
}
.useful-links-container{
}
.useful-link-container{
	display: inline-block;
	vertical-align: top;
	width: 322px;
	margin: 0 20px 10px 0;
	padding-left: 30px;
	font-size: 13px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJFBMVEVMaXEAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwAmcwfd4tsAAAAC3RSTlMAeXxraHJ2xUhN8qENX5IAAAA7SURBVHheYwCCrgAGCJi9Dcpg3p0AZVlvhAsJQFneMCGW3QoM1bvBYBOcAZeCKt4E1w43EC6AsBTuDADm5BiMjqboKAAAAABJRU5ErkJggg==') no-repeat left 5px transparent;
}
.useful-link-container:nth-child(3n+3){
	margin-right: 0;
}
/* End */
/* /local/templates/aodkb/components/bitrix/news.list/aodkb-slider/style.css?14495616172004 */
/* /local/templates/.default/libs/owl.carousel/owl.carousel.css?14495616174614 */
/* /local/templates/aodkb/components/bitrix/news.list/aodkb-main-paid-services/style.css?14497074581833 */
/* /local/templates/aodkb/components/bitrix/news.list/aodkb-main-clinical-departments/style.css?14495616171934 */
/* /local/templates/aodkb/components/bitrix/news.list/aodkb-main-news/style.css?14495616172062 */
/* /local/templates/aodkb/components/bitrix/news.list/aodkb-useful-links/style.css?14495616171323 */
