

/* Start:/local/templates/parus_modern/components/medsite/medsite.userview/.default/style.css?17616331383705*/
.doctor-page {
	display: flex;
}
.doctor-page-side {
	flex: 0 0 auto;
	display: block;
	width: 330px;
	margin: 0 24px 0 0;
}
.doctor-page-main {
    flex: 1 1 auto;
}
@media (max-width: 992px) {
    .doctor-page {
        display: block;
    }
    .doctor-page-side {
        float: left;
        width: 260px;
    }
}
@media (max-width: 576px) {
    .doctor-page-side {
        float: none;
        width: auto;
        max-width: 330px;
        margin: 0 0 30px 0;
    }
}

.doctor-page .doctor-photo {
	margin: 0 0 16px 0;
}
.doctor-page .doctor-photo img {
	display: block;
	max-width: 100%;
}

.doctor-page .doctor-info-block {
    overflow: hidden;
	margin: 0 0 36px 0;
}
.doctor-page .doctor-name {
	margin: 0 0 12px 0;
}
.doctor-page .doctor-info-header {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 24px 0;
}


/*Таймлайн для списков образования и опыта работы.*/
.timeline-date {
    font-size: 20px;
    padding: 0 0 0 30px;
    position: relative;
}
.timeline-date::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: var(--color-blue);
    position: absolute;
    top: 10px;
    left: 5px;
}
.timeline-content {
    padding: 4px 0 40px 20px;
    margin: 0 0 0 8px;
    border-left: 2px solid var(--color-border-1);
    color: var(--color-neutral-700);
}
.timeline-item:last-child .timeline-content {
    border-left-color: transparent;
    padding-bottom: 0;
}


.doctors-search {
    text-align: right;
}

.doctors-search .input-round-search {
    float: none;
    width: 100%;
    border:1px solid #cecece;
    color:#1F354F;
}
.doctors-search .input-round-search:focus{
    border-color: #70A2FF;
}
.doctors-search .btn-round-search {
    float: right;
}

.doctor-item {
    padding: 20px;
    position: relative;
}

.doctor-item-image {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background-color: #f5f5f5;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.doctor-item-image:hover {
    box-shadow: 0 0 0 5px rgba(35, 143, 212, 0.2);
}

.doctor-item-content {
    position: relative;
    text-align: center;
    min-height: auto;
}

.doctor-item-content.have-footer {
    padding-bottom: 40px;
}

.doctor-item-content.have-footer.have-question {
    padding-bottom: 60px;
}

.doctor-item-content.have-footer.have-question .addquestion-link-block {
    bottom: 25px;
}

.doctor-item-header {
    font: normal 17px/20px Arial, sans-serif;
    margin: 20px 0 10px 0;
    font-weight: 700;
}

.doctor-item-description {
    font-size: 14px;
    line-height: 16px;
    color: #60738A;
}

.doctor-item-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 20px;
}

.doctor-item-footer .day {
    display: inline-block;
    margin-right: 10px;
}

.doctor-item-footer .addquestion-link-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.doctor-item-comments {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: 20px;
    right: 20px;
    background: url('/local/templates/parus_modern/components/medsite/medsite.userview/.default/images/all-icons-blue.png') no-repeat -30px 0;
    font-size: 14px;
    line-height: 34px;
    color: #808080;
    text-decoration: none;
    text-align: center;
}

@media screen and (min-resolution: 192dpi) {
    .doctor-item-comments {
        background-image: url('/local/templates/parus_modern/components/medsite/medsite.userview/.default/images/all-icons-blue@2x.png');
        background-size: 80px 180px;
    }
}

.doctor-item-comments:hover,
.doctor-item-comments:focus {
    color: #238fd4;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/parus_modern/components/medsite/medsite.structure.list/list/style.css?176163313865*/
.bx-users{
	width: 100%;
}

.bx-users-nav{
	margin: 10px 0px;
}


/* End */


/* Start:/local/templates/parus_modern/components/medsite/medsite.system.person/doctor_card/style.css?17616331381224*/
.doctor-card {
	padding: 16px 16px 20px 16px;
	border-radius: var(--radius-1);
	border: 2px solid var(--color-border-1);
	background: #ffffff;
	text-align: center;
	max-width: 292px;
}

.doctor-card .image-cont {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.doctor-card .image-cont .reviews-count {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 6px 8px;
	border: 2px solid var(--color-border-1);
	background: #ffffff;
	color: var(--color-theme-600);
}

.doctor-card .image-cont .reviews-count img {
	display: inline;
	width: auto;
}

.doctor-card .image-cont>img {
	display: block;
	width: auto !important;
	max-width: 100%;
	border-radius: var(--radius-1);
}

.doctor-card .doctor-name {
	font-size: 20px;
	margin: 16px 0 0 0;
}

.doctor-card .doctor-name a {
	color: inherit;
}
.doctor-card .doctor-name a:hover {
	color: var(--color-link);
	text-decoration: none;
}

.doctor-card .doctor-description {
	font-size: var(--font-size-2);
	color: var(--color-neutral-500);
	margin: 12px 0 0 0;
}

.doctor-card .buttons-line {
	margin: 16px 0 0 0;
}

@media (max-width: 575px) {
	.doctor-card .image-cont .reviews-count {
		right: auto;
	}
}
/* End */
/* /local/templates/parus_modern/components/medsite/medsite.userview/.default/style.css?17616331383705 */
/* /local/templates/parus_modern/components/medsite/medsite.structure.list/list/style.css?176163313865 */
/* /local/templates/parus_modern/components/medsite/medsite.system.person/doctor_card/style.css?17616331381224 */
