

/* Start:/local/templates/endoinfo/components/bitrix/catalog/specialists_sections/style.min.css?1705925248959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/endoinfo/components/bitrix/catalog/specialists_sections/bitrix/catalog.section.list/zzz/style.css?17308972245490*/
.anchor{
	display: flex;
	gap: 25px 16px; 
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.anchor__item{
	background-color: #D8E8FF;
	padding: 8px 32px;
	display: inline-block;
}
.anchor__link{
	color: #231F20;
}






.specialists-list .doctor .price{
	padding-bottom: 0;
}

.specialists-list .price{
	margin-top: 10px;
}
.catalog-sections .section-heading {
	background-color: #E6F7FD;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: flex;
}
.catalog-sections .section:first-child .section-heading {
	margin-top: 0;
}
.section-title a {
	color: #1291BD;
}
.section-title {
	color: #1291BD;
}

.section-title a:hover {
	text-decoration: none;
	color: #1F3282;
}
.section-img {
    display: block;
    width: 125px;
    height: 125px;
    background-size: cover;
	min-width: 125px;
    margin-right: 20px;
	background-position: center;
	background-repeat: no-repeat;
}


/*вариант оформления 2*/
/*
.specialists-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.specialists-list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
}
.specialists-list .item a {
    color: inherit;
    display: block;
    border: 1px solid #DFE2E8;
    height: 100%;
    padding: 0 20px 20px;
    text-align: center;
}
.specialists-list .item a:hover {
	text-decoration: none;
	color: inherit;
	-webkit-box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
	-moz-box-shadow: 0 5px 20px 0px rgba(18, 25, 38, 0.1);
	box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}
.specialists-list .item a:hover .name {
	color: #1291BD;
}
.specialists-list .item .img {
    width: 100px;
    height: 100px;
    display: block;
    background-size: cover;
    border-radius: 50%;
    margin: 20px auto 10px;
}

.specialists-list .item .name {
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.specialists-list .item .position {
    color: #8f8f8f;
    display: block;
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}
.specialists-list .item .desc {
    display: block;
    margin-top: 20px;
    text-align: left;
}
.specialists-list .item .price {
    background-color: #4089EA;
    display: block;
    padding: 10px 0;
    color: #fff;
    margin-top: 10px;
}
*/


/*вариант оформления 1*/
/*
.specialists-list .col-md-6 {
	margin-bottom: 30px;
}
.specialist {
    display: flex;
    background-color: #FCFCFC;
    height: 100%;
}
.specialist .doc-img {
    width: 170px;
    min-width: 170px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-right: 20px;
}
.specialist .doc-img a {
	display: block;
	width: 100%;
	height: 100%;
}
.specialist .info {
    text-align: left;
    padding: 20px 20px 20px 0;
}
.specialist .info a:hover .name {
	color: #4089EA;
}
.specialist .name {
	text-align: left;
    display: block;
    margin-bottom: 10px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1F3282;
}
.specialist .position {
    color: #8f8f8f;
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}
.specialist .price {
    background-color: #ECF7DF;
    display: block;
    padding: 10px;
    color: #000;
    margin-top: 10px;
}
.specialist .desc {
    display: block;
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
}
*/



/*
.doctor {
    webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px 10px 20px;
}
*/
.specialists-list .col-md-3 {
	margin-bottom: 30px;
}
.doctor {
    height: 100%;
}
.doctor a {
    display: block;
    box-shadow: 0px 0px 0px 1px #ecf2f4;
    height: 100%;
}
.doctor a:hover {
	text-decoration: none;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}
.doctor .img {
    display: block;
    width: 100%;
    height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #ECF2F4;
}
.doctor .name {
    padding: 20px 30px 10px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
    outline: none;
	min-height: 70px;
}
.doctor .position {
    display: block;
    color: #999999;
    padding: 0 30px 10px;
}
.doctor .price {
    display: flex;
    padding: 0 30px 10px;
    justify-content: space-between;
    color: #333;
    font-weight: 500;
    font-size: 13px;
	flex-direction: column;
}
.doctor .price strong {
    font-weight: 700;
    color: #1F3282;
    font-size: 16px;
}
.doctor .desc {
    margin: 5px 0 20px;
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    display: block;
    padding: 0 30px;
}
.doctor .btn {
    margin: 0 30px 10px;
    display: block;
}

@media screen and (max-width: 850px){
.doctor .img{
	height: 200px;
}
}
/* End */
/* /local/templates/endoinfo/components/bitrix/catalog/specialists_sections/style.min.css?1705925248959 */
/* /local/templates/endoinfo/components/bitrix/catalog/specialists_sections/bitrix/catalog.section.list/zzz/style.css?17308972245490 */
