

/* 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/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/it24/template/modal_form_order/style.css?17061040867110 */
