@font-face {
	font-family: 'Circe';
	src: url('../../fonts/sovamed/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../../fonts/sovamed/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/sovamed/Circe-Regular.woff') format('woff'),
		url('../../fonts/sovamed/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../../fonts/sovamed/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('../../fonts/sovamed/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/sovamed/Circe-ExtraLight.woff') format('woff'),
		url('../../fonts/sovamed/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../../fonts/sovamed/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('../../fonts/sovamed/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/sovamed/Circe-Thin.woff') format('woff'),
		url('../../fonts/sovamed/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../../fonts/sovamed/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('../../fonts/sovamed/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/sovamed/Circe-Light.woff') format('woff'),
		url('../../fonts/sovamed/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../../fonts/sovamed/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('../../fonts/sovamed/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/sovamed/Circe-Bold.woff') format('woff'),
		url('../../fonts/sovamed/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../../fonts/sovamed/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('../../fonts/sovamed/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/sovamed/Circe-ExtraBold.woff') format('woff'),
		url('../../fonts/sovamed/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

.wr-embedded-widget {
	
	display: none !important;
	
}

:root {
	
	--color-main: #005b33;
	--color-secondary: #AF8246;
	
}

html {

	height: 100%;

}

body {

	min-height: 100%;
	height: auto;
	display: grid;
    grid-template-rows: 1fr auto;
	background: #f6f6f6;
	overflow: unset;
	font-family: Circe, 'PT Sans', sans-serif;

}

h1, h2, h3, h4, h5, .weight-700 {
	
	font-family: Circe, 'PT Sans', sans-serif !important;
	font-weight: 700;
	
}

.top {
	
	height: auto;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05)
	
}

.font-size-09rem {
	
	font-size: .9rem;
	
}

.logo-company {
	
	height: 80px;
	
}

.timetable h3 {
	
	font-size: 1rem;
	
}

.kiosk-doctor-photo {
	
	border-bottom: solid var(--color-main);
	
}

.timetable .heading {
	
	border-top: solid var(--color-main) 2px;
	border-bottom: solid var(--color-main) 2px;
	background: #eee;
	padding: .75rem 0;
	
}

.btn-primary, .btn-default {
	
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
	
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	
	background: rgba(0,91,51,.85) !important;
	color: #fff !important;
	border-color: rgba(0,91,51,.85) !important;
	
}

.btn-secondary {
	
	border-color: var(--color-secondary);
	background: var(--color-secondary);
	color: #fff;
	
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	
	border-color: rgba(175,130,70,.85) !important;
	background: rgba(175,130,70,.85) !important;
	color: #fff !important;
	
}



.timetable .btn-primary {
	
	background-color: rgba(0,91,51,.85) !important;
    border-color: rgba(0,91,51,.85) !important;
    border-radius: 3px !important;
    color: #fff !important;
    margin: 0 .25rem;
    padding: .25rem;
    white-space: normal;
	
}

.timetable .btn-primary:hover, .timetable .btn-primary:active {
	
	-webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
	background-color: rgba(0,91,51,.85) !important;
    border-color: rgba(0,91,51,.85) !important;
    color: #fff !important;
	
}

.timetable .btn-primary > span {
	
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.doctor-card-photo {
	
	max-height: 300px;
	background: #eee;
	
}

.form-group.form-md-line-input .form-control.edited:not([readonly])~.form-control-focus:after, .form-group.form-md-line-input .form-control.edited:not([readonly])~label:after, .form-group.form-md-line-input .form-control:focus:not([readonly])~.form-control-focus:after, .form-group.form-md-line-input .form-control:focus:not([readonly])~label:after {
	
	background: var(--color-main) !important;
	
}

a:hover {
	
	color: #AF8246;
	
}

.form-group.form-md-line-input .form-control.edited:not([readonly])~.help-block, .form-group.form-md-line-input .form-control:focus:not([readonly])~.help-block {
	
	color: var(--color-main) !important;
	
}

.form-control.round {
	
	border-radius: 1.5rem !important;
	padding-left: 1rem;
	padding-right: 1rem;
	
}

.font-size-125rem {
	
	font-size: 1.25rem;
	
}

.font-size-15rem {
	
	font-size: 1.5rem;
	
}

.btn {
	
	font-size: 1.25rem;
	line-height: 2.25rem;
	border-radius: 2.25rem !important;
	
}

.btn.btn-sm {
	
	line-height: 1.5rem;
	
}

.btn-info {
	
	background: #AF8246 !important;
	color: #fff !important;
	border-color: #AF8246 !important;
	
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
	
	color: #fff !important;
	-webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
	
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	
	color: #fff !important;
	outline: 0 !important;
    background-image: none !important;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
    background-color: rgba(0,91,51,.85) !important;
	
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default:active,
.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary:active,
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active {
	
	-webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
	
}

.top {
	
	height: auto;
	
}

.permit-form {

	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 1030;
	overflow-y: auto;

}

.department-list .btn-lg {

	height: 100%;
	word-break: break-word;

}

.set-documents__image-box {

	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 12px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 108px;
	flex: 0 0 108px;
	width: auto;
	max-width: 108px;

}

.set-documents__box:last-child {

	padding: 0;

}

.set-documents__box {

	padding: 0 24px 0 0;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-flow: row;
	flex-flow: row;
	margin: 0 0 24px;

}

.set-documents__title-box {

	color: #323242;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .02em;
	margin: 0 0 6px;
	font-family: 'MuseoSansCyrl-700';

}

.white-tile {

	border: 1px solid #eff1f5;
    box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.1);

}

.alert-block {

	width: 100%;
    background: #F8CD46;

}

.alert-block__content {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #323242;
	font-weight: 500;

}

.alert-block__ic {

	-webkit-animation: 2s flipInY .5s forwards;
	animation: 2s flipInY .5s forwards;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	opacity: 1;

}

p.alert-block__text {

	margin: 0 24px 0 16px;
	width: auto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #323242;
	font-weight: 500;

}

.alert-block__button {

	display: inline-block;
	border: 1px solid #323242;
	padding: 6px 16px;
	border-radius: 4px !important;
	font-size: 14px;
	color: #323242;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-animation: .8s pulseBtn 2.7s linear;
	animation: .8s pulseBtn 2.7s linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;

}

.alert-block__button:hover {

	background: #323242;
	color: #F8CD46;
	text-decoration: none;

}

.go-back-button {

	position: sticky;
	top: 70px;
	z-index: 1010;

}

.btn-info {

	background-color: #5A68CB;
	border-color: #563BC2;

}

.btn-info:hover, .btn-info:active {

	background-color: #563BC2;

}

.doctor-card {

	height: 100%;
	background: #F7F7F8;
	position: relative;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;

}

.doctor-card:hover {

	top: -6px;
	-webkit-box-shadow: 0 2px 32px rgba(50,50,66,.2);
	box-shadow: 0 2px 32px rgba(50,50,66,.2);

}

.doctor-card a {

	color: #323242;

}

.doctor-card a:hover {

	text-decoration: none;

}

.doctor-card h2 {

	font-size: 1.25rem;

}

.filter-block {

	background: #fff;
    border: 1px solid #eff1f5;
    box-shadow: 0px 5px 25px 0px rgb(18 25 38 / 10%);

}

.main-filter__btn {

	cursor: pointer;
	position: relative;
	color: #323242;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: .02em;

}

.main-filter__main-title {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;

}
.main-filter__list, .main-filter__main-title {

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;

}

.main-filter__main-title .icon-title {

	margin: 0 12px 0 0;

}

.main-filter__btn:after {

	content: '';
    display: inline-block;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE3Ljg0MTEgOS4wMzUzMkwxMS45OTk5IDE0Ljg3NjVMNi4xNTg3MSA5LjAzNTMyTDUuMDI5MyAxMC4xNjQ3TDExLjk5OTkgMTcuMTM1M0wxOC45NzA1IDEwLjE2NDdMMTcuODQxMSA5LjAzNTMyWiIgZmlsbD0iIzY0NjQ3OCIvPgo8L3N2Zz4=) center no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 0 0 auto;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear,-webkit-transform .2s linear;
	padding: 0;
    outline: 0;
	box-sizing: border-box;

}

.knpc-toggle-list {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	position: relative;
	font-size: 1.25rem;
	font-weight: 600;

}

.knpc-toggle-list:after {

	content: '';
    display: inline-block;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE3Ljg0MTEgOS4wMzUzMkwxMS45OTk5IDE0Ljg3NjVMNi4xNTg3MSA5LjAzNTMyTDUuMDI5MyAxMC4xNjQ3TDExLjk5OTkgMTcuMTM1M0wxOC45NzA1IDEwLjE2NDdMMTcuODQxMSA5LjAzNTMyWiIgZmlsbD0iIzY0NjQ3OCIvPgo8L3N2Zz4=) center no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 0 0 auto;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear,-webkit-transform .2s linear;
	padding: 0;
    outline: 0;
	box-sizing: border-box;

}

.knpc-toggle-list.active:after, .main-filter__btn.active:after {

    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);

}

.loader {

	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA5OEQ5IiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY0LjkzMzYxNDMxMzQ2NDE1IDU2Ljk3Nzg3MTQzNzgyMTM4Ij4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiLz4KPC9jaXJjbGU+CjwhLS0gW2xkaW9dIGdlbmVyYXRlZCBieSBodHRwczovL2xvYWRpbmcuaW8vIC0tPjwvc3ZnPg==) center no-repeat;

}

.loader.infinite-loading:after {

	content: '--- Загрузка ---';
    text-indent: -10000px;
    display: block;
    color: transparent;
    padding: 15px;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA5OEQ5IiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY0LjkzMzYxNDMxMzQ2NDE1IDU2Ljk3Nzg3MTQzNzgyMTM4Ij4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiLz4KPC9jaXJjbGU+CjwhLS0gW2xkaW9dIGdlbmVyYXRlZCBieSBodHRwczovL2xvYWRpbmcuaW8vIC0tPjwvc3ZnPg==) center no-repeat !important;

}

.infinite-container.infinite-loading:after {

    content: '--- Загрузка ---';
    text-indent: -10000px;
    display: block;
    color: transparent;
    padding: 15px;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA5OEQ5IiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY0LjkzMzYxNDMxMzQ2NDE1IDU2Ljk3Nzg3MTQzNzgyMTM4Ij4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiLz4KPC9jaXJjbGU+CjwhLS0gW2xkaW9dIGdlbmVyYXRlZCBieSBodHRwczovL2xvYWRpbmcuaW8vIC0tPjwvc3ZnPg==) center no-repeat !important;

}

.infinite-price-item {

	border-top: 1px solid rgba(100,100,120,.3);
	font-size: 1.125rem;

}

#FeedbackForm .control-label .required,
#FeedbackForm .form-group .required {

	font-size: 1rem !important;
	color: #495057 !important;
	padding: .375rem .75rem !important;

}

.form-group.form-md-line-input .form-control.edited:not([readonly])~.help-block.help-block-error,
.form-group.form-md-line-input .form-control:focus:not([readonly])~.help-block.help-block-error {

	color: #a94442 !important;

}

.filter input[type="radio"]:checked + label:before, 
.filter input[type="radio"]:checked + label:hover:before, 
.form-group input[type="radio"]:checked + label:before, 
.form-group input[type="radio"]:checked + label:hover:before {
	
	width: 21px !important;
	height: 21px !important;
	top: 2px !important;
	left: 0px !important;
	background: #fb992a !important;
	z-index: 3;
	
}

.form-check .form-check-input {
	
	display: none;
	
}

.round0 {
	
	border-radius: 0 !important;
	
}

.rounded {
	
	border-radius: 2.25rem !important;
	
}

.form-control[type="text"] {
	
	font-size: 1.25rem;
	
}

header {

	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1020;

}

footer {

	width: 100%;
    background-color: #e6f0ec;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 1rem;
    color: rgb(58, 58, 58);

}

footer a {

	color: rgb(58, 58, 58) !important;
	text-decoration: underline;

}

.row.no-gutters.no-print > .btn {
	
	border-radius: 0 !important;
	
}

.qr-bills-list {
	
	overflow-y: auto;
	max-height: none;
	
}

.qr-bill-card .btn-warning, .qr-close-session-click {
	
	border-color: var(--color-secondary);
	background: var(--color-secondary);
	color: #fff;
	
}

.qr-bill-card .btn-warning:hover,
.qr-bill-card .btn-warning:focus,
.qr-bill-card .btn-warning:active,
.qr-close-session-click:hover,
.qr-close-session-click:focus,
.qr-close-session-click:active {
	
	border-color: rgba(175,130,70,.85) !important;
	background: rgba(175,130,70,.85) !important;
	color: #fff !important;
	
}

.fancybox-content {
	
	padding: 44px;
    position: relative;
    background: transparent;
	
}

.fancybox-content .modal-header .modal-title {
	
	font-size: 24px;
    margin-bottom: 20px;
    color: #005b33;
    font-weight: 500;
    text-align: center;
    width: 100%;
	
}

.fancybox-inner .fancybox-close-small {
	
	top: 45px;
	right: 0px;
	color: #fff;
	padding: 0;
	z-index: 1050;
	
}

.fancybox-content .modal-content {
	
	border-radius: 6px !important;
	background: #fff;
	padding: 25px 40px;
	
}

.document-list li {
	
	list-style: none;
	background: url('/custom/static/images/sovamed/kiosk/list-icon.png') no-repeat left 2px;
	padding-left: 30px;
	background-size: 20px;
	margin-left: 0 !important;
	
}

hr.hr {
	
	border-top: 1px solid #666;
	
}

.article-content ul li {
	
	line-height: 1.3;
	margin: 8px 0 0 21px;
	
}    

.go-back-wrapper {
	
	position: sticky;
	top: 110px;
	z-index: 50;
	
}

.filter-block-doctors, .filter-block-price, .filter-block-speciality {
	
	position: sticky;
	top: 177px;
	z-index: 10;
	
}

#FeedbackForm .control-label .required, #FeedbackForm .form-group .required {
	
	font-size: 1.25rem !important;
	
}

.modal-content {
	
	border-radius: 1rem !important;
	
}

.modal-content .modal-body {
	
	padding: 1.5rem !important;
	
}

.qr-bills-list .alert-success {
	
	border-radius: 1rem !important;
	
}

.modal .modal-header h3 {
	
	font-weight: 700;
	
}

@media print{

	@page {

		size: A4 portrait !important;

	}

	.pdf-wrapper .canvas-wrapper .page .the-canvas {
		width: 100% !important;
	}
	.pdf-wrapper .canvas-wrapper .page {
		width: 100% !important;
	}
	.pdf-wrapper .canvas-wrapper {
		width: 100% !important;
	}
	.pdf-wrapper {
		width: 100% !important;
	}

	.noprint, .no-print, footer {

		display: none;

	}

	.white-tile {
		
		border: none !important;
		padding: 0 !important;
		box-shadow: none !important;
		
	}

	body {

		margin: 0px !important;
		padding: 0px !important;
		font-size: 18px;
		color: #000 !important;

	}

	* {

		color: #000 !important;
		border-color: #000 !important;

	}

}