

/* Start:/local/templates/eml/components/bitrix/system.pagenavigation/round/style.css?16571125232917*/
.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{
    -webkit-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;
    	 -o-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: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0091cb;
	color: #fff;
}
.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 #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.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 #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.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: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0091cb;
	color: #fff;
}

/* End */


/* Start:/local/templates/eml/components/bitrix/catalog.item/services/style.css?1690547913967*/
.catalog__item{padding:20px;transition:100ms;margin-bottom:2px;background-color:#fff;border-radius:4px;box-shadow:0 0 2px rgba(0,0,0,.1)}.catalog__item:hover{box-shadow:0 0 20px rgba(0,0,0,.1)}.catalog__item__title{text-transform:uppercase;color:#666;font-size:12px;margin-bottom:5px}.catalog__item__name{color:#0d1f4c;font-size:18px}.catalog__item__record{cursor:pointer;border:1px solid #ccc;width:40px;height:40px;border-radius:50%;text-align:center;line-height:34px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.catalog__item__price{font-size:18px}.catalog__item__price__old{font-size:14px;display:inline-block;position:relative;color:#666}.catalog__item__price__old:before{content:"";position:absolute;border-bottom:1px solid #dc3545;width:120%;top:50%;left:-10%;-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}@media screen and (max-width: 768px){.catalog__item__name,.catalog__item__price{font-size:16px}}

/* End */


/* Start:/local/templates/eml/components/bitrix/news.list/doctors_service/style.css?16678471601381*/
.doctors__service__title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #0D1F4C;
    margin-bottom: 30px;
}

.doctors__service__item {
    margin-bottom: 10px;
    border: 1px solid #C3DFF9;
}

.doctors__service__item__photo {
    height: 155px;
    width: 250px;
    overflow: hidden;
}

.doctors__service__item__photo img {
    width: 100%;
}

.doctors__service__item__info {
    padding: 20px 30px;
}

.doctors__service__item__name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #0D1F4C;
    margin-bottom: 20px;
}

.doctors__service__item__post {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #0D1F4C;
    margin-bottom: 10px;
}

.doctors__service__item__experience {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #0D1F4C;
}

@media screen and (max-width: 1024px) {

    .doctors__service__item__name {
        margin-bottom: 10px;
    }

    .doctors__service__item__info {
        padding: 15px;
    }
    
}

@media screen and (max-width: 576px){

    .doctors__service__title {
        font-size: 22px;
    }

    .doctors__service__item__name {
        font-size: 20px;
    }

    .doctors__service__item__photo {
        height: auto;
        width: 100%;
    }

}
/* End */


/* Start:/local/templates/eml/components/it24/template/contacts_service/style.css?16678521861148*/

.contacts__service__title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #0D1F4C;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C3DFF9;
}

.contacts__service__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #0D1F4C;
    margin-bottom: 15px;
}

.contacts__service__address {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #0D1F4C;
    margin: 0 0 20px 38px;
    position: relative;
}

.contacts__service__address:before {
    content: "";
    display: block;
    width: 18px;
    height: 23px;
    background: url("/local/templates/eml/components/it24/template/contacts_service/img/map.png") no-repeat center;
    position: absolute;
    left: -38px;
    top: 0;
}

.contacts__service__phones {
    margin: 0 0 20px 38px;
}

.contacts__service__phones a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #0091CB;
}

.contacts__service__time__work {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #0D1F4C;
    margin: 0 0 20px 38px;
}
/* End */


/* Start:/local/templates/eml/components/bitrix/news.list/certificates_service/style.css?1667848464407*/
.certificates__service__title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #0D1F4C;
    margin-bottom: 30px;
}

.certificates__service__items {
    border-top: 1px solid #C3DFF9;
    border-bottom: 1px solid #C3DFF9;
    padding: 20px 0;
}

.certificates__service__item {
    display: block;
}

.certificates__service__item img {
    max-width: 100%;
}
/* End */


/* Start:/local/templates/eml/components/it24/template/form_callback/style.css?16678547801151*/
.form__callback__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0D1F4C;
}

.form__callback__block {
    padding: 15px;
    border: 1px solid #C3DFF9;
}

.form__callback__btn {
    background: #0091CB;
    border: 2px solid #0091CB;
    border-radius: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 45px;
    color: #FFFFFF;
    padding: 0 55px 0 25px;
    position: relative;
}

.form__callback__btn:after {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background: url("/local/templates/eml/components/it24/template/form_callback/img/arrow.png") no-repeat center;
    position: absolute;
    right: 8px;
    top: 8px;
}

.form__callback__form {
    padding: 15px;
    border: 1px solid #C3DFF9;
    display: none;
}

.form__callback__form__title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #0D1F4C;
    margin-bottom: 20px;
}

.form__callback__form__success {
    text-align: center;
    padding: 25px;
    display: none;
}

.form__callback__form input:focus {
    box-shadow: none;
    outline: none;
}
/* End */


/* Start:/local/templates/eml/components/it24/template/modal_form_enroll/style.css?17516324142916*/
#modalEnroll .modal-header {
    padding-bottom: 0;
}

#modalEnroll .modal-content {
    background-color: #F5F8FB;
    border-radius: 0.25rem;
    border: 1px solid #c3dff9;
}

#modalEnroll .modal-body {
    padding-bottom: 30px;
}

.modal__enroll__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal__enroll__points__item {
    margin-bottom: 5px;
    padding: 10px 15px;
    border: 1px solid #EDEDED;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    transition: 500ms;
}

.modal__enroll__points__item:hover {
    border: 1px solid #0091CB;
}

.modal__enroll__points__item__name {
    margin-bottom: 5px;
    font-size: 18px;
}

.modal__enroll__points__item__address {
    font-weight: 600;
    font-size: 14px;
}

.modal__enroll__step {
    margin-bottom: 15px;
}

.modal__enroll__step__icon {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #c3dff9;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}

.modal__enroll__step__name {
    font-size: 16px;
    font-weight: 400;
}

.modal__enroll__step_2, .modal__enroll__step_3 {
    display: none;
}

.modal__enroll__input__date:invalid::-webkit-datetime-edit {
    font-weight: 300;
    font-size: 14px;
    color: #747D94;
}

.modal__enroll__input__date {
    position: relative;
}

.modal__enroll__input__date::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

.modal__enroll__input__date::-webkit-inner-spin-button,
.modal__enroll__input__date::-webkit-clear-button {
    z-index: 1;
}

#modalEnroll input:focus, #modalEnroll input:active, #modalEnroll select:focus, #modalEnroll select:active  {
    outline: none !important;
    box-shadow: none !important;
}


.modal__enroll__step__2__block__time, .modal__enroll__step__2__block__date {
    position: relative;
}

.modal__enroll__step__2__clock, .modal__enroll__step__2__calendar {
    position: absolute;
    right: 15px;
    top: 9px;
    color: #0091CB;
}

.modal__enroll__info {
    display: none;
}

.modal__enroll__input__time option {
    display: none;
}

.back_step_1, .back_step_2 {
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 400px) {
    .back_step_1 {
        margin-top: 65px;
    }
}

.btn-group-custom label::before {
    content: attr(data-full);
}

@media (max-width: 510px) {
    .btn-group-custom label::before {
        content: attr(data-short);
    }
}

.policy-with-checkbox {
    display: grid;
    grid-template-columns: 18px auto;
    gap: 8px;
}
/* End */
/* /local/templates/eml/components/bitrix/system.pagenavigation/round/style.css?16571125232917 */
/* /local/templates/eml/components/bitrix/catalog.item/services/style.css?1690547913967 */
/* /local/templates/eml/components/bitrix/news.list/doctors_service/style.css?16678471601381 */
/* /local/templates/eml/components/it24/template/contacts_service/style.css?16678521861148 */
/* /local/templates/eml/components/bitrix/news.list/certificates_service/style.css?1667848464407 */
/* /local/templates/eml/components/it24/template/form_callback/style.css?16678547801151 */
/* /local/templates/eml/components/it24/template/modal_form_enroll/style.css?17516324142916 */
