.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: " ";
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.w-checkbox::after {
	content: " ";
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

a {
	color: #1a1a1b;
	text-decoration: none;
}

.section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.section._100vh {
	position: relative;
}

.section.display_none {
	display: block;
}

.container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2;
}

.container._100vh {
	height: 100vh;
}

.nav-link {
	padding: 20px;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color: #929497;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.nav-link:hover {
	color: #4d4d4f;
	font-weight: 600;
	letter-spacing: 2px;
}

.nav-link.w--current {
	color: #4d4d4f;
	font-weight: 600;
}

.container-2 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	max-width: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.dropdown-list.w--open {
	background-color: #fff;
}

.nav-menu {
	margin-left: auto;
	background-color: #fff;
}

.menu-button {
	background-color: #fff;
}

.drop-down {
	color: #bcbcbc;
}

.dropdown {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #fff;
}

.meniu {
	position: relative;
	z-index: 100;
}

.brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 240px;
	height: 60px;
	padding-top: 2px;
	padding-right: 24px;
	padding-left: 24px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand.w--current {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
	height: 100%;
	padding-top: 2px;
	padding-right: 24px;
	padding-left: 24px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.language {
	color: #929497;
	font-size: 12px;
}

.language.w--current {
	color: #4d4d4f;
}

.menu-shadow {
	display: none;
}

.navbar-2 {
	position: fixed;
	top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 1px 0 16px 0 rgba(0, 0, 0, 0.06);
}

.body {
	font-family: Raleway, sans-serif;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	/* height: 100%; */
	grid-auto-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 3px 3px 16px -8px rgba(0, 0, 0, 0.16);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.card:hover {
	box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.16);
	-webkit-transform: translate(0px, -6px);
	-ms-transform: translate(0px, -6px);
	transform: translate(0px, -6px);
}

.div_cards {
	position: relative;
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.image_div {
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 20vw;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}

.card-info {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 32px 20px 32px 44px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.title_image_div {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 90vh;
	margin-bottom: -60px;
	padding-right: 40px;
	padding-left: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #24295f;
	color: #fff;
	text-align: center;
}

.title_image_div.preturi {
	margin-bottom: 0px;
}

.padding {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inapoi {
	margin-top: 30px;
	padding: 20px;
	border-radius: 8px;
	background-color: #24295f;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color: #39b54a;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.inapoi:hover {
	background-color: #0d2d46;
	color: #bfd730;
	letter-spacing: 1px;
}

.icon_card {
	position: absolute;
	right: -32px;
	z-index: 10;
	width: 64px;
	padding: 16px;
	border-radius: 8px;
	background-color: #24295f;
	box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.5);
}

.icon_card.galben {
	background-color: #39b54a;
}

.categorie-icon {
	width: 60px;
	margin-bottom: -20px;
}

.card_image {
	position: relative;
	width: 100%;
	height: 120%;
	background-image: url("../images/FS_A1338-Pano1.jpg");
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.card_image.albire {
	background-image: url("../images/5dbc2c03ce7be1845ab248d4_albire_img-min.jpg");
}

.card_image.fatete_dentare {
	background-image: url("../images/attractive-beach-beautiful-1809434.jpg");
}

.card_image.detartraj {
	background-image: url("../images/Asset-94.jpg");
	background-position: 37% 50%;
}

.card_image.stomatologie_copii {
	background-image: url("../images/adorable-beautiful-blur-807900.jpg");
	background-position: 59% 50%;
}

.card_image.chirurgie_orala {
	background-image: url("../images/Asset-93.jpg");
	background-position: 50% 50%;
}

.card_image.coroaone_si_punti {
	background-image: url("../images/5dc2c63de9c6feeaaa1e3f00_img_laptop-min.jpg");
	background-position: 47% 50%;
}

.card_image.implanturile_dentare {
	background-image: url("../images/dental-implant.jpg");
	background-position: 44% 50%;
}

.card_image.proteze {
	background-image: url("../images/proteze-dentare.jpg");
	background-position: 50% 50%;
	background-size: cover;
}

.card_image.aparate-dentare {
	background-image: url("../images/WhatsApp-Image-2019-11-27-at-09.33.56.jpeg");
	background-position: 60% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.card_image.laser {
	background-image: url("../images/laser_big-2.jpg");
	background-position: 50% 50%;
	background-size: cover;
}

.card_button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color: #39b54a;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.card_button:hover {
	padding: 12px 20px;
	border-radius: 4px;
	background-color: #4a9b55;
}

.button_line {
	position: relative;
	z-index: 1;
	width: 10%;
	height: 2px;
	margin-top: 4px;
	background-color: #39b54a;
}

.text_button {
	position: relative;
	z-index: 3;
}

.infos {
	position: relative;
	z-index: 5;
}

.div_preturi {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-bottom: 64px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.pret_box {
	width: 100%;
	padding: 24px 12px 24px 40px;
	border-radius: 16px;
	background-color: #fff;
	background-image: none;
	box-shadow: 3px 3px 16px -8px rgba(0, 0, 0, 0.16);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	cursor: pointer;
}

.text_blue {
	color: #24295f;
}

.tabel_preturi {
	position: relative;
	left: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 8px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-items: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 8px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr auto;
	grid-template-columns: 1fr auto;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	border-bottom: 2px solid #f2f2f2;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.tabel_preturi:hover {
	left: 12px;
	background-color: rgba(0, 0, 0, 0.06);
}

.preturi_tabel {
	margin-left: 20px;
	font-family: Ubuntu, Helvetica, sans-serif;
}

.icon_preturi {
	position: absolute;
	left: -64px;
	z-index: 10;
	width: 64px;
	padding: 16px;
	border-radius: 8px;
	background-color: #24295f;
	box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.5);
}

.titlu-preturi {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
	padding-left: 8px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.title_preturi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 90vh;
	margin-bottom: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #24295f;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(60%, transparent),
			to(rgba(0, 0, 0, 0.6))
		),
		url("../images/FS_A1338-Pano1.jpg");
	background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.6)), url("../images/FS_A1338-Pano1.jpg");
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	color: #fff;
}

.subtitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1140px;
	margin-top: 64px;
	margin-bottom: 64px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.title_pret {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 90vh;
	padding-bottom: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #24295f;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(60%, transparent),
			to(rgba(0, 0, 0, 0.6))
		),
		url("../images/FS_A1338-Pano1.jpg");
	background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.6)), url("../images/FS_A1338-Pano1.jpg");
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	color: #fff;
}

.div-block-copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1140px;
	margin-bottom: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.title-icon {
	position: absolute;
	top: -32px;
	z-index: 10;
	width: 64px;
	padding: 16px;
	border-radius: 8px;
	background-color: #39b54a;
	box-shadow: 1px 3px 16px -1px rgba(0, 0, 0, 0.4);
}

.div-block {
	width: 100%;
}

.program-de-lucru {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	max-width: 1140px;
	margin-top: -72px;
	margin-bottom: 32px;
	padding-top: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 3px 3px 16px -8px rgba(0, 0, 0, 0.16);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	color: #424242;
	text-align: center;
}

.title_program {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 90vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #24295f;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(60%, transparent),
			to(rgba(0, 0, 0, 0.6))
		),
		url("../images/FS_A1338-Pano1.jpg");
	background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.6)), url("../images/FS_A1338-Pano1.jpg");
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	color: #fff;
}

.program_div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 40px 40px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.numere {
	font-family: "Open Sans", sans-serif;
}

.zile {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.div-block-3 {
	width: 2px;
	height: 40px;
	margin-right: 17px;
	margin-left: 17px;
	background-color: #f2f2f2;
}

.div_pad {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-right: 32px;
	padding-left: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.s-d {
	color: #acacac;
}

.contact {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 56px;
	padding: 64px 20px 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #24295f;
	color: #bce2f5;
}

.subtitle_icon {
	position: relative;
	z-index: 10;
	width: 64px;
}

.semnatura {
	height: 32px;
	margin: 24px;
}

.title-image {
	position: absolute;
	width: 100%;
	height: 110vh;
	padding-right: 20px;
	padding-left: 20px;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/chair-clean-dental-care-287237.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)),
		url("../images/chair-clean-dental-care-287237.jpg");
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
}

.title-image.s2 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/care-chair-clinic-305564.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)),
		url("../images/care-chair-clinic-305564.jpg");
}

.title-image.lista_preturi {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/pexels-photo-305566.jpeg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)),
		url("../images/pexels-photo-305566.jpeg");
}

.title-image.progra_lucru {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/women-mobile.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)), url("../images/women-mobile.jpg");
}

.title-image.coroane_si_punti {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/img_laptop.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)), url("../images/img_laptop.jpg");
}

.title-image.albire {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/albire_img.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)), url("../images/albire_img.jpg");
	background-position: 0px 0px, 50% 50%;
}

.title-image.fatete_dentare {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/attractive-beach-beautiful-1809434.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)),
		url("../images/attractive-beach-beautiful-1809434.jpg");
}

.title-image.profilaxie {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/Asset-94.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)), url("../images/Asset-94.jpg");
}

.title-image.stomatologie_copii {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/adorable-beautiful-blur-807900.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)),
		url("../images/adorable-beautiful-blur-807900.jpg");
}

.title-image.chirurgie_orala {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/Asset-93.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)), url("../images/Asset-93.jpg");
	background-position: 0px 0px, 50% 50%;
}

.title-image.implanturi_dentare {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/dental-implant.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)), url("../images/dental-implant.jpg");
}

.title-image.proteze {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/proteze-dentare.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)), url("../images/proteze-dentare.jpg");
}

.title-image.aparate-dentare {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/WhatsApp-Image-2019-11-27-at-09.33.56.jpeg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)),
		url("../images/WhatsApp-Image-2019-11-27-at-09.33.56.jpeg");
	background-position: 0px 0px, 100% 50%;
}
.title-image.laser {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(55%, transparent),
			to(rgba(0, 0, 0, 0.8))
		),
		url("../images/laser_big-2.jpg");
	background-image: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.8)), url("../images/laser_big-2.jpg");
}

.heading {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	margin-bottom: 120px;
	padding-right: 20px;
	padding-left: 20px;
}

.heading.bottom {
	margin-bottom: 40px;
}

.regular {
	font-weight: 500;
}

.button_text {
	margin-right: 6px;
	margin-left: 6px;
	color: #39b54a;
}

.paragraph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 960px;
	margin-bottom: 64px;
	padding: 30px 40px 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 3px 3px 16px -4px rgba(0, 0, 0, 0.16);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	text-align: center;
}

.div-block-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: justify;
}

.article_image {
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.s1_bg {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 110vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/S1_bg.jpg");
	background-position: 50% 50%;
	background-size: cover;
}

.s1_element {
	position: relative;
	left: 0px;
	top: -8%;
	z-index: 22;
	height: 100%;
	margin-right: -112px;
}

.s1_element.absolute {
	position: absolute;
}

.clinica_grid {
	position: relative;
	z-index: 11;
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.clinica_grid.hover {
	position: absolute;
	z-index: 100;
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	opacity: 0;
}

.icon_s1 {
	width: 40px;
	margin-bottom: 16px;
}

.div-block-6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 8px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: hsla(0, 0%, 100%, 0.85);
	box-shadow: 1px 1px 8px -1px rgba(10, 12, 29, 0.12);
	color: #24295f;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.s1_content {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 100%;
	margin-left: -10%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.div-block-7 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 60vh;
	min-height: 320px;
	padding-right: 40px;
	padding-left: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.image-2 {
	width: 260px;
}

.heading-3 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	letter-spacing: 3px;
}

.s1_bg_div {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/S1_bg.jpg");
	background-position: 50% 50%;
	background-size: cover;
}

.form-block {
	margin-bottom: 0px;
	padding: 20px 40px 40px;
}

.text-field {
	min-height: 40px;
	margin-bottom: 12px;
}

.success-message {
	background-color: #39b54a;
	color: #fff;
}

.submit-button {
	width: 100%;
}

.trimite {
	display: block;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #24295f;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color: #39b54a;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.trimite:hover {
	border-radius: 4px;
}

.trimite_btn {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #39b54a;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.trimite_btn:hover {
	border-radius: 6px;
	background-color: #24295f;
	color: #bfd730;
	letter-spacing: 3px;
}

.trimite_btn.absolute {
	position: absolute;
	bottom: 40px;
	width: auto;
	padding-right: 24px;
	padding-left: 24px;
}

.trimite_btn.suna {
	width: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 16px 48px;
}

.trimite_btn.suna:hover {
	background-color: #175c5c;
}

.optiuni {
	height: 40px;
	margin-top: 24px;
	margin-bottom: 16px;
}

.text---detalii {
	min-height: 80px;
	margin-bottom: 16px;
}

.div-block-8 {
	display: -ms-grid;
	display: grid;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-auto-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.map {
	height: 100%;
}

.heading-4 {
	text-align: left;
}

.heading-5 {
	margin-top: 16px;
	margin-bottom: 0px;
	font-weight: 600;
}

.form {
	text-align: left;
}

.checkbox-field {
	margin-bottom: 12px;
}

.div-block-9 {
	display: block;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.div-block-10 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.div-block-11 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 480px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.heading_body {
	margin-top: 32px;
}

.servicii_preturi {
	position: relative;
	z-index: 9999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 4px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	background-color: #24295f;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color: #39b54a;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	flex-wrap: wrap;
}

.servicii_preturi:hover {
	background-color: #0d2d46;
	color: #bfd730;
	letter-spacing: 1px;
}

.oferte {
	position: relative;
	display: none;
	width: 100%;
}

.oferta_card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 16px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 3px 3px 16px -4px rgba(0, 0, 0, 0.16);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.oferta_card:hover {
	box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.16);
}

.image_oferta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.check_icon {
	width: 24px;
	margin-right: 12px;
}

.oferta_text {
	margin-bottom: 32px;
	font-weight: 400;
}

.pret {
	font-family: "Open Sans", sans-serif;
	color: #39b54a;
}

.pret.taiat {
	margin-right: 12px;
	font-weight: 400;
	text-decoration: line-through;
}

.oferta_infp {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 40px 20px 40px 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #24295f;
	color: #fff;
}

.titlu_ferte {
	display: none;
	width: 100%;
	padding-top: 48px;
	padding-bottom: 48px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.div-block-12 {
	width: 100%;
	height: 100%;
	background-image: url("../images/WhatsApp-Image-2019-12-23-at-14.18.53.jpeg");
	background-position: 100% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.wrapper {
	position: relative;
	margin-top: 30px;
	grid-auto-columns: 1fr;
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.bold-text {
	font-size: 16px;
}

.transition-block {
	position: fixed;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	z-index: 900;
	display: none;
	width: 100vw;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	background-image: url("../images/dODrUZ.tif.svg");
	background-position: 50% 50%;
	background-size: 125px;
	background-repeat: no-repeat;
	opacity: 0;
}

.div-block-13 {
	width: 0vw;
	height: 4px;
	background-color: #24295f;
}

.transition-block_onpageload {
	position: fixed;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	z-index: 900;
	display: none;
	width: 100vw;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	background-image: url("../images/dODrUZ.tif.svg");
	background-position: 50% 50%;
	background-size: 125px;
	background-repeat: no-repeat;
	opacity: 0;
}

.div-block-14 {
	display: block;
	opacity: 1;
}

.paragraph-2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.nav-link {
		text-align: center;
	}
	.container-2 {
		z-index: 10;
	}
	.dropdown-toggle {
		z-index: 8;
	}
	.meniu-line {
		width: 20px;
		height: 2px;
		margin-top: 3px;
		margin-bottom: 3px;
		background-color: #929497;
	}
	.dropdown-list.w--open {
		position: relative;
		background-color: #fff;
		box-shadow: 1px -1px 20px 0 rgba(0, 0, 0, 0.2);
	}
	.nav-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-top: 32px;
		padding-bottom: 32px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.menu-button {
		position: absolute;
		right: 0px;
		width: 74px;
		padding-left: 26px;
	}
	.menu-button.w--open {
		z-index: 10;
		background-color: #fff;
	}
	.brand {
		width: 200px;
		margin-right: auto;
		margin-left: auto;
	}
	.brand.w--current {
		z-index: 9;
		height: 1%;
		margin-right: auto;
		margin-left: auto;
	}
	.menu-shadow {
		position: absolute;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: block;
		margin-top: -80px;
		box-shadow: 0 0 0 8000px rgba(0, 0, 0, 0.8);
	}
	.card:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.div_cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.inapoi {
		width: 100%;
		text-align: center;
	}
	.button_line {
		background-color: #24295f;
	}
	.text_button {
		color: #24295f;
	}
	.div_preturi {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.tabel_preturi {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.s1_element {
		position: absolute;
		left: -197px;
		width: 60vw;
		height: auto;
		margin-right: -80px;
	}
	.icon_s1 {
		width: 36px;
		margin-bottom: 14px;
	}
	.div-block-6 {
		padding: 12px 4px;
	}
	.s1_content {
		margin-left: 0%;
	}
	.form-block {
		padding: 10px 20px 20px;
	}
	.servicii_preturi {
		width: 100%;
		text-align: center;
	}
	.oferta_card:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.oferta_infp {
		padding-left: 48px;
	}
	.wrapper {
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	.card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.image_div {
		height: 320px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.card-info {
		height: auto;
		padding-top: 32px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.title_image_div {
		padding-right: 21px;
		padding-left: 21px;
	}
	.icon_card {
		left: 20px;
		right: auto;
		bottom: -32px;
	}
	.card_image {
		height: 100%;
		min-height: auto;
	}
	.div_preturi {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.s1_element {
		left: 0px;
		display: none;
		width: 40vh;
	}
	.clinica_grid {
		padding-right: 12px;
		padding-left: 12px;
	}
	.div-block-6 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.form-block {
		padding-bottom: 40px;
	}
	.text-field {
		min-height: 48px;
	}
	.div-block-8 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.map {
		height: 80vw;
		max-height: 90vh;
	}
	.form {
		text-align: center;
	}
	.div-block-11 {
		min-height: auto;
	}
	.oferta_card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.oferta_infp {
		height: auto;
		padding: 64px 20px 24px;
	}
}

@media screen and (max-width: 479px) {
	.container._100vh {
		height: 90vh;
	}
	.nav-link {
		z-index: 99;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		color: #929497;
		text-align: center;
		text-transform: uppercase;
	}
	.nav-link.w--current {
		color: #929497;
		font-weight: 700;
	}
	.container-2 {
		z-index: 999;
	}
	.dropdown-toggle {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.menu-button {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.menu-button.w--open {
		z-index: 101;
		background-color: transparent;
	}
	.dropdown {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.menu-div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.meniu {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.menu-shadow {
		position: absolute;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		z-index: 13;
		box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.6);
	}
	.div_cards {
		-webkit-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
	.image_div {
		height: 80vw;
		border-top-right-radius: 14px;
		border-bottom-left-radius: 0px;
	}
	.card-info {
		padding-top: 40px;
		padding-bottom: 16px;
	}
	.title_image_div {
		height: 120vw;
	}
	.padding {
		padding-right: 20px;
		padding-left: 20px;
		-webkit-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
	.padding.left_30pad {
		padding-left: 32px;
	}
	.card_image.coroaone_si_punti {
		background-position: 50% 50%;
	}
	.icon_preturi {
		left: -52px;
		width: 56px;
	}
	.title_pret {
		height: 120vw;
	}
	.title_program {
		height: 120vw;
	}
	.contact {
		padding-right: 2px;
		padding-left: 2px;
	}
	.title-image {
		height: 140vw;
	}
	.title-image.coroane_si_punti {
		background-position: 0px 0px, 16% 50%;
	}
	.title-image.aparate-dentare {
		background-position: 0px 0px, 50% 50%;
	}
	.heading {
		margin-bottom: 90px;
	}
	.button_text {
		margin-right: 4px;
		margin-left: 4px;
		font-size: 14px;
	}
	.paragraph {
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}
	.div-block-4 {
		text-align: left;
	}
	.article_image {
		margin-bottom: 24px;
	}
	.s1_element {
		top: -12%;
		display: block;
		width: 90vw;
	}
	.clinica_grid.hover {
		z-index: 23;
	}
	.icon_s1 {
		margin-bottom: 12px;
	}
	.div-block-6 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.s1_content {
		margin-left: 0px;
		padding-bottom: 60px;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.div-block-7 {
		height: 90vw;
	}
	.map {
		height: 90vw;
	}
	.div-block-10 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.oferta_card {
		-webkit-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
	.image_oferta {
		height: 100%;
	}
	.wrapper {
		margin-top: 0px;
		margin-right: 12px;
		margin-left: 12px;
	}
	.transition-block {
		position: fixed;
		display: none;
		width: 100vw;
		height: 100vh;
		opacity: 0;
	}
	.div-block-13 {
		width: 0vw;
		height: 4px;
	}
	.transition-block_onpageload {
		position: fixed;
		display: block;
		width: 100vw;
		height: 100vh;
		opacity: 1;
	}
}

#w-node-5a78c512ba79-ff78496a {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 3;
	grid-column-start: span 3;
	-ms-grid-column-span: 3;
	grid-column-end: span 3;
}

#w-node-2fec8c62b442-ff78496a {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
}

#w-node-a8f32f9a38cd-ff78496a {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 3;
	grid-column-start: span 3;
	-ms-grid-column-span: 3;
	grid-column-end: span 3;
}

#w-node-a8f32f9a38e8-ff78496a {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
}

/* removed so the item will fir in grid 1x1 instead of 1x2 */
/* #w-node-a8f32f9a38ec-ff78496a {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
} */

#w-node-9c7881e7812f-ff78496a {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 2;
	grid-row-start: span 2;
	-ms-grid-row-span: 2;
	grid-row-end: span 2;
}

#w-node-dfe96552a7b8-ff78496a {
	-ms-grid-row: span 2;
	grid-row-start: span 2;
	-ms-grid-row-span: 2;
	grid-row-end: span 2;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
}

#w-node-926568fa7f14-ff78496a {
	-ms-grid-column-align: start;
	justify-self: start;
}

@media screen and (max-width: 991px) {
	#w-node-dfe96552a7b8-ff78496a {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
	}
}

@media screen and (max-width: 767px) {
	#w-node-dfe96552a7b8-ff78496a {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}
}
