

/* Start:/bitrix/components/site/doctors/templates/.default/style.css?14818834474303*/
.who-is-who .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
    color: #666d6d;
    padding-left: 30px;
}

.who-is-who .title a 
{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 18px;
}

.who-is-who .title a:hover {
    color: #239955;
}

.who-is-who__item {
    padding: 0 11.11111% 30px 30px;
    border: 1px solid transparent;
    border-bottom-color: #ebecec;
    margin-top: 40px;
    cursor: pointer;
}

.who-is-who__item:hover .name {
    color: #239955;
}

.who-is-who__item .post {
    font-size: 16px;
    color: #323c3c;
    font-weight: 300;
    margin-top: 10px;
    line-height: 21px;
}

.who-is-who__item + .title {
    margin-top: 60px;
}

.who-is-who__item .name {
    text-decoration: none;
    color: #323c3c;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 30px 0 0 20px;
    position: relative;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.who-is-who__item .name:hover {
    color: #239955;
}

.who-is-who__item .name:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    content: '';
    height: calc(100% - 5px);
    background: #239955;
}

.who-is-who__item:after {
    clear: both;
    content: '';
    display: block;
}

.who-is-who__item .thumb {
    font-size: 0;
    float: left;
}

.who-is-who__item .thumb + .content {
    margin-left: 120px;
}

.who-is-who__item .thumb img {
    max-width: 90px;
    margin: -20px 0 0;
}

.who-is-who__item .thumb .icon {
	width: 90px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	background: #f3f3f3;
}
.who-is-who__item .thumb .icon img {
	max-width: 100%;
	vertical-align: middle;
	margin: 0;
}

.who-is-who-detail__item._no-picture .thumb {
	text-align: center;
	height: 405px;
	line-height: 365px;
	background: #f3f3f3;
	padding: 20px;
}
.who-is-who-detail__item._no-picture .thumb svg {
	vertical-align: middle;
	fill: #cccecd;
	max-width: 100%;
}

.who-is-who-detail__item {
    padding: 60px 0;
}

.who-is-who-detail__item .content {
    height: 285px;
    color: #323c3c;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    padding: 50px 30px 50px 37.93103%;
}

.who-is-who-detail__item .content .name {
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 20px;
}

.who-is-who-detail__item:after {
    clear: both;
    content: '';
    display: block;
}

.who-is-who-detail__item .thumb {
    float: left;
    font-size: 0;
    width: 31.03448%;
    margin: -60px 0;
}

.who-is-who-detail__item .thumb img {
    max-width: 100%;
}

.who-is-who-detail .txt {
	font-size: 16px;
	font-weight: 300;
	color: #323c3c;
	line-height: 21px;
	margin: 25px 0 0;
}

.who-is-who-detail__item._list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.who-is-who-detail__item._list._no-border li.title {
    border: none;
}

.who-is-who-detail__item._list li {
    color: #666d6d;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    margin: 5px 0 20px;
}

.who-is-who-detail__item._list li:last-child {
    margin-bottom: 30px;
}

.who-is-who-detail__item._list li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #239955;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

.who-is-who-detail__item._list li.title {
    font-size: 26px;
    line-height: 39px;
    font-weight: bold;
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid #ebecec;
}

.who-is-who-detail__item._list li.title:before {
    display: none;
}

@media screen and (max-width: 767px) {
	.who-is-who-detail__item {
		padding: 10px 0;
	}

    .who-is-who-detail__item .content {
        height: auto;
        padding-left: 30px;
        clear: both;
    }

    .who-is-who-detail__item .thumb {
        margin-top: 0;
        margin-bottom: 0;
        max-height: 285px;
        min-width: 150px;
    }

    .who-is-who-detail__item .thumb img {
        max-height: 285px;
        max-width: 100%;
    }

	.who-is-who-detail__item._no-picture .thumb {
		line-height: 245px;
	}

    .who-is-who .title {
        font-size: 20px;
    }
}

/* End */
/* /bitrix/components/site/doctors/templates/.default/style.css?14818834474303 */
