

/* Start:/local/templates/dentis-ural/components/dentis-ural/news.detail/doctor1/style.css?17768807005566*/
.fast-links {
    background: url(/images/links-fon.jpg);
    position: relative;
    padding: 47px 0px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.fast-links a {
    border: 1px solid #D8DC3D;
    margin: 0 5px;
    padding: 12px 32px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.sert-slider__item img{
    max-width: 100%;
}
.sert-slider__wrap .sert-slider:not(.swiper-container-initialized){
	display: none;
}
.sert-slider__wrap .swiper-wrapper{
	display: flex;
	align-items: center;
}
.sert-slider__wrap{
	margin-top: 50px;
	margin-bottom: 60px;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}
.sert-slider__wrap .swiper-prev {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    transform: translatex(-50%);
    width: 20px;
    height: 11px;
    background-image: url(/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
	z-index: 1;
}
.sert-slider__wrap .swiper-next {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    transform: translatex(-50%);
    width: 20px;
    height: 11px;
    background-image: url(/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 1;
}
.sert-slider__item{
	text-align: center;
}

.doctor-page{
	padding-bottom: 0px!important;
}
.doctor-page:after{
	bottom: 0px!important;
}
.doctor-page h1 {
    margin-top: 50px;
}

.doctor-page h1 span{
        font-weight: normal;
        font-size: inherit !important;
}
.doctor-page__position{
        font-size: 22px;
        text-transform: uppercase;
        color:#333;
}
.doctor-page h1{
	font-weight: normal;
}

.doctor-detail .list li{
	margin-top:0;
	color:#333;
	padding-left: 25px;
	font-size: 16px;
}

.doctor-detail .list li:before{
	width: 15px;
	background-color: #333;
}

.doctor-page__services-title{
	font-size:16px !important;
}


.doctor-detail-quote{
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #fff;
  padding: 15px 20px;
  width: 66%;
  border: solid 1px #d8dc3d;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2;
}


.doctor-detail .image .btn.youtube-link{
	bottom: 20px;
}

.doctor-page-edu-wrap{
	display: flex;
	gap: 40px
}
.doctor-page-edu-wrap>div{
	flex-basis: 50%;
}
.doctor-page-edu-wrap ul.list {
	margin-top: 0 !important;
}
.doctor-page-edu-wrap .list li{
	margin-top: 0;
    padding-left: 14px
}

.doctor-page-edu-wrap .list li:before{
	width: 5px;
	height: 5px;
	background-color: #333;
	opacity: 1;
    border-radius: 50%;
	top:8px;
}

.doctor-page-services{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.doctor-page-services >div:nth-child(1),.doctor-page-services >div:nth-child(6){
	background: #DADE4A;
}
.doctor-page-services >div:nth-child(2),.doctor-page-services >div:nth-child(4){
	background: #4E535B;
	color: #fff;
}
.doctor-page-services >div:nth-child(2) a,.doctor-page-services >div:nth-child(4) a{
	color: #fff;
}
.doctor-page-services >div:nth-child(3),.doctor-page-services >div:nth-child(5){
	border: solid 1px #DADE4A;
}

.doctor-page-service{
	padding: 30px;
	position: relative;
}
.doctor-page-service-title{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 12px;
}
.doctor-page-service-link a{
	text-decoration: underline;
}
.doctor-page-service-link a:hover{
	text-decoration:none;
}
.doctor-page-service-link a:after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
}

.doctor-page-award{
	display:flex;
	align-items: center;
	margin-bottom: 20px
}
.doctor-page-award-icon{
	width: 60px;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 50%;
	border: solid 1px #eee;
	flex-shrink: 0;
	margin-right: 15px;
	background: url('/images/award-solid-full.svg') 50% 50%/contain no-repeat;
	background-origin: content-box;
}



@media (max-width: 1199px){
	.fast-links a{
		margin-bottom: 10px;
	}
}
@media (max-width: 992px){
	.doctor-page-services{
		grid-template-columns: 1fr 1fr;
	}
	.doctor-page-services >div:nth-child(3){
		background: #4E535B;
		color: #fff;
		border: none;
	}
	.doctor-page-services >div:nth-child(3) a{
		color: #fff;
	}
	.doctor-page-services >div:nth-child(4){
		border: solid 1px #DADE4A;
		background: #fff;
		color: #333;
	}
	.doctor-page-services >div:nth-child(4) a{
		color: #000;
	}
}
@media (max-width: 767px){
	.doctor-page-edu-wrap{
		flex-wrap: wrap;
	}
	.doctor-page-edu-wrap >div{
		flex-basis:100%;
	}
}
@media (max-width: 600px){
	.doctor-page-services{
		grid-template-columns: 1fr;
	}
	.doctor-page-services >div:nth-child(5){
		background: #4E535B;
		color: #fff;
		border: none;
	}
	.doctor-page-services >div:nth-child(5) a{
		color: #fff;
	}
	.doctor-page-services >div:nth-child(2){
		border: solid 1px #DADE4A;
		background: #fff;
		color: #333;
	}
	.doctor-page-services >div:nth-child(2) a{
		color: #000;
	}
}

a.doctor-service-link {
	line-height: 16px;
}

a.doctor-service-link:hover {
	border-bottom: 1px solid black !important;
}
/* End */


/* Start:/local/templates/dentis-ural/components/dentis-ural/news.list/works_of_doctor1/style.css?17759759253032*/
.doctor-work-slider-wrap{
	margin-top: 50px;
	margin-bottom: 60px;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.doctor-work-slider-arrows{
	display: flex;
	line-height: 44px;
	font-size: 18px;
	margin-left: 40px;
}

.doctor-work-slider-arrows .swiper-prev, .doctor-work-slider-arrows .swiper-next{
	width: 44px;
	height: 44px;
	position: relative;
}
.doctor-work-slider-arrows .swiper-prev:before, .doctor-work-slider-arrows .swiper-next:before{
	content: '';
	position: absolute;
	width:14px;
	height: 14px;
	left: calc(50% - 6px);
	top: calc(50% - 6px);
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	transform: rotate(45deg);
}
.doctor-work-slider-arrows .swiper-next:before{
	transform: rotate(225deg);
}

.doctor-work-slider-arrows .swiper-pagination{
	position: relative;
	bottom: auto;
	left: auto;
}

.doctor-work-slider{
}

.doctor-work-item{
	display: flex;
	justify-content: space-between;
}

.doctor-work-text{
	flex-shrink:0;
	flex-grow:0;
	flex-basis: 50%;
}

.doctor-work-text li{
	padding-left: 25px;
	position: relative;
	list-style-type: none;
}
.doctor-work-text li:before{
	content: "";
	position: absolute;
	top: 10px;
	right: auto;
	bottom: auto;
	left: 0;
	height: 2px;
	opacity: .5;
	width: 15px;
	background-color: #333;
}

.doctor-work-title{
	margin: 20px 0;
	font-weight: bold;
	font-size: 20px;
}
.doctor-work-title:first-child{
	margin-top:0;
}

.doctor-work-images{
	flex-shrink:0;
	flex-grow:0;
	flex-basis: 45%;
}

.doctor-work-photo{
	overflow: hidden;
	position: relative;

}

.doctor-work-photo:before{
	content: '';
	padding-top: calc(100%*385/590);
	float:left;
}
.doctor-work-photo>img{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.doctor-work-photo>img.active{
	display: block;
}

.doctor-work-thumbs{
	position: absolute;
	bottom: 20px;
	right:20px;
	display: flex;
}


.doctor-work-thumb{
	width: 80px;
	overflow: hidden;
	position: relative;
	border: solid 2px transparent;
	margin-left: 10px;
	border-radius: 8px;
	cursor: pointer;
}

.doctor-work-thumb:before{
	content: '';
	padding-top: calc(100%*385/590);
	float:left;
}
.doctor-work-thumb>img{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doctor-work-thumb.active{
	border: solid 2px #fff;
}


.doctor-work-doctors{
	display: flex;
	flex-wrap:wrap;
}

.doctor-work-doctor{
	width: 100px;
	margin-right: 20px;
}
.doctor-work-doctor-name{
	line-height: 1.2;
	margin-top: 10px;
}
.doctor-work-doctor-photo{
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	background: #fafafa;
	border-radius: 50%;
	cursor: pointer;
}

.doctor-work-doctor-photo>img{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 992px) {
	.doctor-work-item{
		flex-wrap: wrap;
	}
	.doctor-work-text,.doctor-work-images{
		flex-basis: 100%;
	}
	.doctor-work-text{
		order:1;
		margin-top:30px;
	}
}
/* End */
/* /local/templates/dentis-ural/components/dentis-ural/news.detail/doctor1/style.css?17768807005566 */
/* /local/templates/dentis-ural/components/dentis-ural/news.list/works_of_doctor1/style.css?17759759253032 */
