:root {
	
	--color-main: #008367;
	--color-info: #F2F2F2;
	--color-white: #ffffff;
	--color-main-hover: rgb(55, 172, 84);
	
	--color-main-focus: rgb(55, 172, 84);
	--color-main-disabled: rgba(0, 153, 177, .35);
    
    --bg-green: #37AC54;
    --bg-red: rgba(255, 0, 0, 1);
    
    --color-booking-bg: #d3dbeb;
	--background-footer: #eee;

	--color-secondary: #596682;
    
	--color-green: #008367;
	--color-gray: #70727B;
	--color-black: #181818;		

}

.btn-success {

	--bs-btn-bg: #008367;
	--bs-btn-border-color: #008367;
	--bs-btn-hover-bg: #31BABE;
	--bs-btn-hover-border-color: #31BABE; 

}

html {
	
	position: relative;
	min-height: 100%;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 1rem;
	height: 100%;

}

body {
	
	font-size: 1rem;
	min-height: 100%;
	display: grid;
	grid-template-rows: 1fr auto;
	font-family: Inter, Arial, Helvetica, sans-serif;	
	background: #fff;
	
}

h1, h2, h3, h4, h5, strong, em, b {
	
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 700;
	
}

.font-bold, .font-weight-bold {
	
	font-weight: 700 !important;
	
}

.weight-100, .weight-200, .weight-300, .weight-400, .weight-500, .weight-600, .weight-700, .weight-800, .weight-900, .font-bold, .font-weight-bold {
	
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
	
	border-bottom: 4px solid rgb(55, 172, 84) !important;
	
}

body > .wrapper {
	
	padding-bottom: 0;
	
}

.fixed-menu-layer.on, html[dir="rtl"] .fixed-menu-layer.on {
		
	background: var(--bg-green);
	
}

.profile-dropdown {
	
	height: auto;
	
}

.my-profile-dummy .patient-main {
	
	top: -5px !important;
	
}

.patient {
	
	font-weight: normal !important;
	
}

.header-button {
	
	height: 36px;
	
}

.bar {
	
	min-height: 0;
	max-height: none;
	background: var(--bg-white);
	color: var(--color-secondary);
	border-bottom: 1px solid #EAE9F0;
	font-size: .85rem;
	
}

.bar span {

	color: var(--color-secondary);
	font-size: .85rem;
	opacity: 1;
	line-height: 1;

}

.bar strong {

	font-weight: 700;

}

.bar a {
	
	color: var(--color-green);
	font-size: .85rem;
	
}

.bar a:hover {
	
	color: var(--color-green);
	
}

.bar .divider {
	
	border-left: solid 1px var(--color-green);
	width: 1px;
	height: 18px;
	
}

.header-pseudo {
	
	height: 57px;
	
}

#header .company > span {
	
	color: var(--color-white) !important;
	border-bottom: dotted 1px var(--color-white);
	top: auto;
	
}

.c-ico {
	
	width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background-color: var(--bg-green);
    color: #fff;
	
}

.color-main {
	
	color: var(--color-main) !important;
	
}

.color-grey {
	
	color: #686868 !important;
	
}

.color-black {
		
	color: var(--color-black) !important;
	
}

.color-gray {
	
	color: var(--color-gray) !important;
	
}

.bg-red {
	
	background: var(--bg-red) !important;
	color: var(--color-white) !important;
	
}

.btn.bg-red:hover {
	
	background: rgba(186, 0, 0,1) !important;
	
}

.call-center-description {
	
	color: rgba(134, 134, 134, 1);
	
}

#my-profile-dropdown {
	
	font-family: "Inter", Arial, Helvetica, sans-serif;
	
}

a:hover {
	
	color: var(--color-main);
	
}

b, strong {
	
	font-weight: 700;
	
}

.top {
	
	height: auto;
	padding: 0;
	
}

.logo-company {

	height: 80px;	
	
}

.logo-snippet {

	font-size: .9rem;
	color: var(--color-secondary);

}

.article-content hr {
	
	border-top-color: #333;
	
}

.white-block, .white-tile {
	
	border-radius: 0rem !important;
	background: var(--color-white) !important;
	box-shadow: 0px .5rem 1rem rgba(0,0,0,0.12);
	
}

.user-sidebar-block {
	
	border-radius: 0 0 0 0 !important;
	
}

.or-text span {
	
	background: var(--color-white) !important;
	
}

.btn {
	
	border-radius: 0rem !important;
	
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active {
	
	border-color: var(--color-main);
	
}

.btn-emergency, .btn-primary {
	
	background: var(--color-main) !important;
	border-color: var(--color-main) !important;
	
}

.btn-emergency:hover, .btn-emergency:active, .btn-primary:hover, .btn-primary:active {
	
	background: var(--color-main-hover) !important;
	border-color: var(--color-main-hover) !important;
}

#header {
	
	background: var(--bg-green) !important;
	color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	
}

.bg-green {
	
	background: #79B5B7 !important;
	
}

.bg-green:hover {
	
	background: #31BABE !important;
	
}

.round-0, .round-0rem {
	
	border-radius: 0 !important;
	
}

#footer {

	position: relative;
	background: #F6F9FB !important;
	color: #70727B !important;

}

#footer a {
	
	color: #181818 !important;
	
}

.footer-payment-icons .footer-payment > svg {
	
	fill: #181818 !important;
	
}

.round-2rem {
	
	border-radius: 2rem !important;
	
}

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

.font-size-05rem {
	
	font-size: .5rem !important;
	
}

.font-size-065rem {
	
	font-size: .65rem !important;
	
}

.font-size-075rem {
	
	font-size: .75rem !important;
	
}

.font-size-085rem {
	
	font-size: .85rem !important;
	
}

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

.font-size-095rem {
	
	font-size: .95rem !important;
	
}

.font-size-1rem {
	
	font-size: 1rem !important;
	
}

.font-size-115rem {
	
	font-size: 1.15rem !important;
	
}

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

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

.font-size-175rem {
	
	font-size: 1.75rem !important;
	
}

.font-size-2rem {
	
	font-size: 2rem !important;
	
}

.font-weight-100, .weight-100 {
	
	font-weight: 100;
	
}

.font-weight-200, .weight-200 {
	
	font-weight: 200;
	
}

.font-weight-300, .weight-300 {
	
	font-weight: 300;
	
}

.font-weight-400, .weight-400 {
	
	font-weight: 400;
	
}

.font-weight-500, .weight-500 {
	
	font-weight: 500;
	
}

.font-weight-600, .weight-600 {
	
	font-weight: 600;
	
}

.font-weight-700, .weight-700 {
	
	font-weight: 700;
	
}

.font-weight-800, .weight-800 {
	
	font-weight: 800;
	
}

.font-weight-900, .weight-900 {
	
	font-weight: 900;
	
}

.nowrap {
	
	white-space: nowrap;
	
}

.line-height-05 {
	
	line-height: .5 !important;
	
}

.line-height-075 {
	
	line-height: .75 !important;
	
}

.line-height-1 {
	
	line-height: 1 !important;
	
}

.line-height-115 {
	
	line-height: 1.15 !important;
	
}

.line-height-125 {
	
	line-height: 1.25 !important;
	
}

.line-height-150 {
	
	line-height: 1.5 !important;
	
}

.line-height-175 {
	
	line-height: 1.75 !important;
	
}

.line-height-200 {
	
	line-height: 2 !important;
	
}

.cursor-pointer {
	
	cursor: pointer !important;
	
}

.about-ul {
	
	list-style: none;
	
}

.about-ul li {
	
	position: relative;	
	
}

.about-ul li:before {
	
	content: '\f00c';
	font-family: "Font Awesome 6 Duotone";
	position: absolute;
	left: 0;
	
}

#footer .phone {
	
	font-size: 28px;
	
}

.panaceya-preorderform .info-block {
	
	color: rgba(0,0,0,0.65);
	
}

.accordion {
	
	--bs-accordion-active-color: #ffffff !important;
	--bs-accordion-active-bg: #0a9447 !important;
	--bs-accordion-btn-focus-border-color: #58c488 !important;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(10, 148, 71, 0.25) !important;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	
}

.booking .booking-order-type-select span {
	
	font-size: .85rem !important;
    font-weight: normal;
	
}

.booking .booking-order-type-select em {
	
	color: var(--color-main) !important;
	text-transform: uppercase;
	margin-top: .25rem;
	
}

.bottom-line {

	border-top: none;
	background: #FFF;
	color: #bdbdbd;

}

#footer .bottom-line a {
	
	color: #bdbdbd !important;
	text-decoration: underline;
	
}

.photogallery a {
	
	max-height: 218px;	
	
}

.photogallery a img {
	
	height: 100%;
	
}

.ecc-custom-pics-block p {
	
	margin: .5rem 0;
	
}

.list--dot {
	
	list-style: none;
	
}

.list--dot .list--dot__item {
	
	list-style: none;
	position: relative;
	padding-left: 14px;
	margin-bottom: 16px;
	
}

.list--dot .list--dot__item::after {
	
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #37AC54;
	border-radius: 50%;
	left: 0;
	top: 11px;
	
}

ol.list--number {
	
	counter-reset: myCounter
	
}

.list--number .list-number__item {
	
	list-style: none;
	padding-left: 21px;
	position: relative;
	margin-bottom: 8px;
	
}

.list--number .list-number__item::before {
	
	position: absolute;
	counter-increment: myCounter;
	content: counter(myCounter) ".";
	color: #008367;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	left: 0;
	top: 0;
	
}

.booking .booking-order-type-select i.order-oms {
	
	background-image: url('/custom/static/images/kgbuzdent/order-oms.jpg?v=1');
	
}

.booking .booking-order-type-select i.order-cash {
	
	/* background-image: url('/custom/static/images/kgbuzdent/order-cash.jpg?v=1'); */
	
	background-image: url('/custom/static/images/kgbuzdent/order-oms.jpg?v=1');
	
}

@media only screen and (max-width: 768px) {
	
	body > .wrapper {
		
		padding-bottom: 0px !important;
	
	}
	
	.logo-company {
		
		height: 40px;
		max-height: 40px;
		
	}
	
	.phone {
		
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
		
	}
	
	.tabbable-line>.nav-tabs>li>a {
		
		padding: 15px;
		
	}
	
	.breadcrumbs {
		
		position: relative;
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		height: 3.5rem;
		
	}
	
	.breadcrumbs > div {
		
		position: absolute;
		
	}
	
	.font-size-30 {
		
		font-size: 1.25rem;
		
	}
	
	.section-title small {
		
		display: block;
		font-size: .75rem;
		
	}
	
	#footer {
		
		padding-bottom: 3rem;
		
	}
	
	body.logged #footer {
		
		padding-bottom: 5.5rem !important;
		
	}
	
	.header-pseudo {
		
		height: 60px !important;
		
	}
	
	.font-size-xs-065rem {
		
		font-size: .65rem !important;
		
	}
	
	.health-my h2 {
		
		font-size: 25px !important;
		
	}
	
	.margin-minus-1rem {
		
		margin-right: -.95rem;
		
	}
	
	.footer-payment-icons {
		
		border-bottom: none;
		
	}
	
}

@media (min-width: 576px) {

	.container-fluid {
    	
		max-width: 540px;
	
	}
	
}

@media (min-width: 768px) {

	.container-fluid {
    
		max-width: 720px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	}
	
}

@media (min-width: 992px) {

	.container-fluid {
    	
		max-width: 960px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	
	}
	
}

@media (min-width: 1200px) {
	
	.container-fluid {
    
		max-width: 1140px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	}
	
}

@media (min-width: 1400px) {

	.container-fluid {
		
	    max-width: 1320px;
	    padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	    
	}
	
}