

/* Start:/local/templates/ems/components/bitrix/system.pagenavigation/round/style.css?17049792503156*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #ededed;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li label,
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	cursor:pointer;
}
.bx-pagination .bx-pagination-container ul li label:hover span,
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #dbdbdb;
	cursor:pointer;
}
.bx-pagination .bx-pagination-container ul li label input {
	display: none;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0099cc;
	color: #fff;
	cursor:pointer;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all label span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev label span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next label span,
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #ededed;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
	cursor:pointer;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #ededed;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all label:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev label:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next label:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #dbdbdb;
	color: #000;
	cursor:pointer;
}

/* End */


/* Start:/local/templates/ems/components/bitrix/catalog/specialists/bitrix/catalog.section/.default/style.css?17422053429970*/
.doctors-btn__blue {
    display: inline-block;
    background: #61b2ff;
    border: 1px solid #61b2ff;
    border-radius: 40px;
    line-height: 48px;
    padding: 0 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    transition: background 500ms linear 0s, color 500ms linear 0s;
}

.doctors-btn__blue:hover {
    transition: background 500ms linear 0s, color 500ms linear 0s;
    background: #fff;
    color: #61b2ff;
}

.doctors-btn {
   display: flex;
   justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.doctors-btn__price-name {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #131D25;
}

.doctors-btn__price-sum {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #61b2ff;
}

.doctors-title {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #131D25;
}

.doctors-advantages {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.doctors-advantages__item {
    background: #F5F8F9;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex: 0 1 32%;
    align-items: flex-start;
}

.doctors-advantages__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #131D25;
    margin-left: 20px;
}

.doctors-services {
    margin-bottom: 70px;
}

.doctors-services__item {
    background: #F5F8F9;
    border-radius: 8px;
    padding: 15px 24px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    transition: box-shadow 500ms linear 0s;
}

.doctors-services__item:hover {
    transition: box-shadow 500ms linear 0s;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.doctors-services__item:last-child {
    margin-bottom: 0;
}

.doctors-services__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #131D25;
    flex: 0 1 70%;
}

.doctors-services__price {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #131D25;
}


.doctors-desc {
    position: relative;
    margin-bottom: 70px;
    height: 400px;
    overflow: hidden;
    padding-bottom: 40px;
}
.doctors-desc.active {
    height: initial;
}

.doctors-btn__blue {
    display: inline-block;
    background: #61b2ff;
    border: 1px solid #61b2ff;
    border-radius: 40px;
    line-height: 48px;
    padding: 0 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    transition: background 500ms linear 0s, color 500ms linear 0s;
}
.doctors-desc__show {
    position: absolute;
    bottom: 0;
    left:0;
    line-height: 1;
    cursor: pointer;

    display: inline-block;
    background: #61b2ff;
    border: 1px solid #61b2ff;
    border-radius: 40px;
    padding: 16px 24px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    transition: background 500ms linear 0s, color 500ms linear 0s;
}
.doctors-desc__show:hover {
    transition: background 500ms linear 0s, color 500ms linear 0s;
    background: #fff;
    color: #61b2ff;
}

.doctors-desc__show > span {
    display: none;
    font-size: 16px;
    line-height: 1;
}
.doctors-desc__white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
    z-index: 1;
    height: 200px;
}

.doctors-desc.active .doctors-desc__show {
    font-size: 0;
}
.doctors-desc.active .doctors-desc__show > span {
    display: block;
}
.doctors-desc.active .doctors-desc__white {
    background: transparent;
}


.doctors-desc img {
    display: none;
}

.doctors-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4b5564;
}

.doctors-desc h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #131D25;
}

.doctors-desc ul li {
    list-style: none;
}

.doctors-desc ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3782FB;
    margin-right: 9px;
}

.doctors-list {
    margin-bottom: 70px;
    position: relative;
}

.doctors-list__item {
   width: 315px;
}

.doctors-list__photo {
    overflow: hidden;
    height: 285px;
    margin-bottom: 24px;
}

.doctors-list__photo img {
    width: 100%;
}

.doctors-list__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #131D25;
    margin-bottom: 16px;
}

.doctors-list__type {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4b5564;
    margin-bottom: 16px;
}

.doctors-list .owl-dots {
    text-align: center;
    padding-top: 30px;
}

.doctors-list .owl-dot {
    margin-right: 8px;
}

.doctors-list .owl-dot:last-child {
    margin-bottom: 0;
}

.doctors-list .owl-dot span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #DFECF5;
}

.doctors-list .owl-dot.active  span {
    background: #61b2ff;
}

.doctors-list .owl-nav {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.doctors-list .owl-prev span,
.doctors-list .owl-next span {
    display: none;
}

.doctors-list .owl-next:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url("/local/templates/ems/components/bitrix/catalog/specialists/bitrix/catalog.section/.default/img/arrow_right.svg") no-repeat center center;
}

.doctors-list .owl-next {
    margin-right: -24px;
}

.doctors-title__tabs-item {
    cursor: pointer;
    font-size: 18px;
    color: #282358;
    font-weight: 500;
    margin-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    display: inline-block;
}

.doctors-title__tabs-item:last-child {
    margin-right: 0;
}

.doctors-title__tabs-item.active {
    border-bottom: 4px solid #61b2ff;
}

.doctors-services__item.manipulation {
    display: none;
}

@media screen and (max-width: 992px){

    .doctors-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .doctors-advantages,
    .doctors-btn,
    .doctors-services,
    .doctors-list,
    .doctors-desc {
        margin-bottom: 40px;
    }

    .doctors-desc h2 {
        font-size: 20px;
    }

}


@media screen and (max-width: 575px) {

    .doctors-advantages {
        flex-wrap: wrap;
    }

    .doctors-advantages__item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .doctors-advantages__item:last-child {
        margin-bottom: 0;
    }

    .doctors-list .owl-nav {
        display: none;
    }

    .doctors-btn {
        display: block;
    }

    .doctors-btn__price-min {
        display: block;
        margin-top: 20px;
    }

    .doctors-title__tabs-item {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .doctors-title__tabs-item.active {
        border-bottom: 2px solid #61b2ff;
    }
}


.bol_list {
    position: relative;
    display: block;
    background: #F5F8F9;
    border-radius: 8px;
    padding: 28px 24px 28px 98px;
    margin-top: 7px;
}
.bol_list__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='100px' height='100px' viewBox='0 0 24.00 24.00' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23CCCCCC' stroke-width='0.048'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2361b2ff;stroke-miterlimit:10;stroke-width:1.91px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M18.68,1.48H5.32A3.82,3.82,0,0,0,1.5,5.3v9.54a3.82,3.82,0,0,0,3.82,3.82H9.14L12,21.52l2.86-2.86h3.82a3.82,3.82,0,0,0,3.82-3.82V5.3A3.82,3.82,0,0,0,18.68,1.48Z'%3E%3C/path%3E%3Cline class='cls-1' x1='10.09' y1='13.89' x2='13.91' y2='13.89'%3E%3C/line%3E%3Cpolyline class='cls-1' points='10.09 8.16 12 8.16 12 13.89'%3E%3C/polyline%3E%3Cline class='cls-1' x1='11.05' y1='5.3' x2='12.95' y2='5.3'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 32px;
    left: 24px;
}
.bol_list__text {
    font-weight: 600;
    font-size: 16px;
}


.doctors-bol-list {
    position: relative;
    display: inline-block;
    background: #F5F8F9;
    border-radius: 8px;
    padding: 28px 32px 28px 67px;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 32px;
}

.doctors-bol-list:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='100px' height='100px' viewBox='0 0 24.00 24.00' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23CCCCCC' stroke-width='0.048'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2361b2ff;stroke-miterlimit:10;stroke-width:1.91px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M18.68,1.48H5.32A3.82,3.82,0,0,0,1.5,5.3v9.54a3.82,3.82,0,0,0,3.82,3.82H9.14L12,21.52l2.86-2.86h3.82a3.82,3.82,0,0,0,3.82-3.82V5.3A3.82,3.82,0,0,0,18.68,1.48Z'%3E%3C/path%3E%3Cline class='cls-1' x1='10.09' y1='13.89' x2='13.91' y2='13.89'%3E%3C/line%3E%3Cpolyline class='cls-1' points='10.09 8.16 12 8.16 12 13.89'%3E%3C/polyline%3E%3Cline class='cls-1' x1='11.05' y1='5.3' x2='12.95' y2='5.3'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 30px;
    left: 24px;
}
/* End */
/* /local/templates/ems/components/bitrix/system.pagenavigation/round/style.css?17049792503156 */
/* /local/templates/ems/components/bitrix/catalog/specialists/bitrix/catalog.section/.default/style.css?17422053429970 */
