

/* 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 */


/* Start:/local/templates/ems/components/it24/template/modal_form_order/style.css?17061040867110*/

#modalFormOrder .modal-title {
    font-size: 1.5rem;
}

#modalFormOrder .modal-body {
    padding-top: 0;
    padding-bottom: 30px;
}

.modal__form__order__step__2,
.modal__form__order__step__3 {
    display: none;
}

.modal__form__order__selected {
    margin-bottom: 20px;
}

.modal__form__order__service,
.modal__form__order__med,
.modal__form__order__date {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4b5564;
    font-weight: 400;
}

.modal__form__order__steps {
    margin-bottom: 20px;
}

.modal__form__order__steps__1,
.modal__form__order__steps__2,
.modal__form__order__steps__3 {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color: #4b5564;
    padding: 0 15px 0 40px;
    position: relative;
    line-height: 32px;
}

.modal__form__order__steps__1.active,
.modal__form__order__steps__2.active,
.modal__form__order__steps__3.active {
    background-color: #F5F8F9;
    border-radius: 1.125rem
}

.modal__form__order__steps__1:before {
   content: "1";
}

.modal__form__order__steps__2:before {
    content: "2";
}

.modal__form__order__steps__3:before {
    content: "3";
}

.modal__form__order__steps__1:before,
.modal__form__order__steps__2:before,
.modal__form__order__steps__3:before {
    display: inline-block;
    color: #fff;
    background: #D5D7DB;
    text-align: center;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 4px;
    z-index: 1;
}

.modal__form__order__steps__1.active:before,
.modal__form__order__steps__2.active:before,
.modal__form__order__steps__3.active:before {
    background: #2495FF;
}

.modal__form__order__steps__1.checked:before,
.modal__form__order__steps__2.checked:before,
.modal__form__order__steps__3.checked:before {
    background-color: #fff;
    background: url("/local/templates/ems/components/it24/template/modal_form_order/img/check.svg") no-repeat center;
    content: "";
}


.modal__form__order__steps__1,
.modal__form__order__steps__2 {
    margin-right: 50px;
}

.modal__form__order__steps__1:after,
.modal__form__order__steps__2:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #D5D7DB;
    position: absolute;
    right: -48px;
    top: 15px;
}

.modal__form__order__title {
    color: #131D25;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal__form__order__medical {
    display: block;
    background-color: #F5F8F9;
    border: 1px solid #DFE2E8;
    border-radius: 0.5rem;
    font-weight: 400;
    font-size: .9375rem;
    color: #99A1AD;
    padding: 15px 15px 15px 50px;
    position: relative;
    cursor: pointer;
}

.modal__form__order__medical:hover {
    border: 1px solid #2495FF;
}

.modal__form__order__medical input {
    display: none;
}

.modal__form__order__medical:before {
    content: "";
    width: 1.375rem;
    height: 1.375rem;
    border: 0.125rem solid #ADB5C3;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    margin-top: -0.6875rem;
}

.modal__form__order__medical:after {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    background: #F5F8F9;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 1.1875rem;
    margin-top: -0.4375rem;
}

.modal__form__order__medical:hover:after {
    background: #2495FF;
}

.modal__form__order__medical:hover:before {
    border: 0.125rem solid #2495FF;
}

.modal__form__order__medical b {
    display: block;
    font-weight: 500;
    color: #131D25;
}

.modal__form__order__medical.checked {
    background-color: #2495FF;
    border: 1px solid #2495FF;
    color: #fff;
}

.modal__form__order__medical.checked b {
    color: #fff;
}

.modal__form__order__medical.checked:after {
    background: #fff;
}

.modal__form__order__medical.checked:before {
    border: 0.125rem solid #fff;
}

.modal__form__order__back {
    display: inline-block;
    cursor: pointer;
    float: right;
    font-weight: 400;
    font-size: .9375rem;
    color: #4b5564;
    transition: 500ms;
}

.modal__form__order__step__2 .form-select, .modal__form__order__step__2 .form-control {
    background-color: #F5F8F9;
    border-color: #F5F8F9;
    height: 42px;
}

.modal__form__order__input__calendar {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #666;
    z-index: 100;
}
.error__date {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    left: 10px;
    color: red;
}
.error__date {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    left: 10px;
    color: red;
}
.error__date.show {
    visibility: visible;
    opacity: 1;
    transition: visibility .2s ease, opacity .2s ease;
}
#modalFormOrder input[type="date"] {
    position: relative;
}

#modalFormOrder input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

#modalFormOrder input[type="date"]::-webkit-inner-spin-button,
#modalFormOrder input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

#modalFormOrder input:focus, select:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.modal__form__order__step__3 input[type='text'],
.modal__form__order__step__3 input[type='text']:focus,
.modal__form__order__step__3 input[type='email'],
.modal__form__order__step__3 input[type='email']:focus,
.modal__form__order__step__3 input[type='tel'],
.modal__form__order__step__3 input[type='tel']:focus,
.modal__form__order__step__3 input[type='date'],
.modal__form__order__step__3 input[type='date']:focus{
    height: 42px;
    background: #F5F8F9;
    color: #131D25;
}

.modal__form__order__step__3 textarea,
.modal__form__order__step__3 textarea:focus{
    background: #F5F8F9;
    color: #131D25;
}

.modal__form__order__step__3 input[type="radio"] {
    transform: scale(1.2);
    transform-origin: scale(1.2);
    transform: scale(1.2);
}

.modal__form__order__step__3 .form-check {
    display: inline-block;
}

.modal__form__order__step__3 label  {
   font-size: 14px;
    color: #7D8797;
}

.modal__form__order__step__3 label span {
    color: red;
}

.modal__form__order__step__3 .form-check label {
    font-size: 16px;
    color: #131D25;
}

.modal__form__order__form__block {
    background: #F5F8F9;
    height: 100%;
}

.modal__form__order__success {
    display: none;
}

@media screen and (max-width: 1024px){

    .modal__form__order__steps span {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px){

    .modal__form__order__back {
        float: unset;
        display: block;
        margin: 10px 0;
    }
}
/* 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 */
/* /local/templates/ems/components/it24/template/modal_form_order/style.css?17061040867110 */
