*,
*::after,
*::before {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	box-sizing: border-box;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

figure {
	margin: 0;
}

button {
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	outline: none;
}

html {
	font-size: 62.5%;
}

body {
	color: #191919;
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	line-height: 2.2rem;
	font-size: 1.6rem;
}

h1, h2, h3,
h4, h5,
h6,
p {
	margin: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #F98376;
}

ol, ul {
	padding-left: 2rem;
	padding-bottom: 2rem;
}

li {
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding-bottom: 0;
}

.app {
/* 	background-color: #eeeef5; */
}

.page {
	max-width: 125.2rem;
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 78em) {
	.page {
		padding: 0 2rem;
	}
}
.page--flex {
	display: flex;
}
.page--no-header {
	padding-top: 0rem;
}

.page--large-pt {
	/*padding-top: 6.4rem;*/
}
@media (min-width: 78em) {
	.page--no-header {
		padding-top: 4.6rem;
		border-top: 0.1rem solid #dcdce6;
	}

	.page--large-pt {
		padding-top: 0;
	}
}
.page--pb-8 {
	padding-bottom: 4rem;
}
@media (min-width: 78em) {
	.page--pb-8 {
		padding-bottom: 8.8rem;
	}
}

.elementor-container.elementor-column-gap-default {
	max-width: 124.8rem !important;
	margin: 0 auto;
}

.container {
	padding: 3rem 0;
}
@media (min-width: 78em) {
	.container {
		padding: 7rem 0;
	}
}
.container--small {
	padding: 2rem 0;
}
.container--pt-0 {
	padding-top: 0;
}
.container--plr-2 {
	padding: 3rem 0;
}

@media (min-width: 48em) {
	.container--plr-2 {
		padding: 3rem 2rem;
	}
}

@media (min-width: 78em) {
	.container--plr-2 {
		padding: 7rem 0;
	}
}

.row--flex {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.row--reverse{
	/*flex-direction: row-reverse;*/
}
@media (min-width: 48em) {
	.row--flex {
		flex-direction: row;
	}
	.row--reverse{
		flex-direction: row-reverse;
	}
}
.row--wrap {
	flex-wrap: wrap;
	border-radius: 0.8rem;
	overflow: hidden;
}
.row--pt-4 {
	padding-top: 2rem;
}
@media (min-width: 48em) {
	.row--pt-4 {
		padding-top: 4rem;
	}
}

.row--prices .col:first-child {
	border-radius: 0.8rem 0.8rem 0 0;
	overflow: hidden;
}
.row--prices .col:last-child {
	border-radius: 0 0 0.8rem 0.8rem;
	overflow: hidden;
}

.col {
	flex: 1 100%;
	padding: 0 2rem;
}
@media (min-width: 48em) {
	.col {
		padding: 0;
		flex: 0 1 calc(50% - 1rem);
	}
}
.col--pa-0 {
	padding: 0;
	margin: 0 2rem;
}

.button {
	border-radius: 0.4rem;
	overflow: hidden;
	display: block;
	padding: 1.2rem 1.6rem;
	position: relative;
	color: #ffffff !important;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	max-width: 28rem;
	width: 100%;
	text-transform: uppercase;
	background-color: #F98376;
	transition: all 0.25s ease-in-out;
}
.button:hover {
	/*background-color: #4e2749;*/
}
@media (min-width: 78em) {
	.button {
		max-width: 28rem;
		font-size: 1.6rem;
		padding: 1.6rem;
	}
}
.button__icon-box {
	position: absolute;
	height: 2rem;
	width: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
.button__icon-box svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	fill: #ffffff;
	display: none;
}
@media (min-width: 48em) {
	.button__icon-box svg {
		display: block;
	}
}
.button--icon-left .button__icon-box {
	left: 1.2rem;
}
.button--icon-right .button__icon-box {
	left: 1.2rem;
}
.button--accent {
	background-color: #F98376;
}

.button-text {
	text-decoration: underline;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 1.4rem;
	transition: all 0.25s ease-in-out;
}
.button-text:hover {
	color: #4daf9d;
}
@media (min-width: 78em) {
	.button-text {
		font-size: 1.6rem;
	}
}
.button-text--accent {
	color: #fff;
}
.button-text--left {
	text-align: left;
	padding-top: 2rem;
}

.section-title {
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-weight: 400;
}
@media (min-width: 78em) {
	.section-title--left {
		text-align: left;
	}
}
.section-title--dermatologie {
	color: #F98376;
}
.section-title--estetica {
	color: #e5ada3;
}
.section-title--cosmetica-medicala {
	color: #88c87d;
}
.section-title--deramto-oncologie {
	color: #b3b3b2;
}
@media (min-width: 68em) {
	.section-title {
		font-size: 4rem;
		line-height: 4.4rem;
	}
}
.section-title span {
	font-weight: 700;
	display: block;
}
@media (min-width: 78em) {
	.section-title span {
		display: inline-block;
	}
}
.section-title--small {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2rem;
	padding-bottom: 2rem;
	display: none;
}
@media (min-width: 48em) {
	.section-title--small {
		display: block;
	}
}

.category {
	border-radius: 4rem;
	background-color: #5f2f59;
	display: inline-block;
	align-self: flex-start;
	padding: 0.4rem 0.8rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	color: #ffffff;
	transition: all 0.25s ease-in-out;
	margin-top: auto;
}

.category:hover {
	background-color: #4e2749;
}
@media (min-width: 78em) {
	.category {
		padding: 0.6rem 1rem;
		font-size: 1.4rem;
	}
}
.category.dermatoestetica,
.category.dermatoestetică {
	background-color: #e5ada3;
}
.category.dermatoestetica:hover,
.category.dermatoestetică:hover{
	background-color: #df9b8f;
}
.category.dermatologie-clinica,
.category.dermatologie-clinică,
.category.dermatologie{
	background-color: #F98376;
}
.category.dermatologie-clinica:hover,
.category.dermatologie-clinică:hover,
.category.dermatologie:hover{
	background-color: #5db8a7;
}
.category.dermato-oncologie {
	background-color: #b3b3b2;
}
.category.dermato-oncologie:hover {
	background-color: #a6a6a5;
}
.category.dermatopatologie,
.category.dermatopatologie {
	background-color: #88c87d;
}
.category.dermatopatologie:hover,
.category.dermatopatologie:hover{
	background-color: #78c06b;
}

.category--mt2 {
	margin-top: 2rem !important;
}

.post-categories {
	list-style-type: none;
}
.post-categories a {
	border-radius: 4rem;
	background-color: #5f2f59;
	display: inline-block;
	align-self: flex-start;
	padding: 0.4rem 0.8rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	color: #ffffff;
	transition: all 0.25s ease-in-out;
	margin-top: auto;
}
.post-categories a:hover {
	background-color: #4e2749;
}
@media (min-width: 78em) {
	.post-categories a {
		padding: 0.6rem 1rem;
		font-size: 1.4rem;
	}
}
.post-categories a.cosmetica-medicala {
	background-color: #88c87d;
}
.post-categories a.cosmetica-medicala:hover {
	background-color: #78c06b;
}
.post-categories a.estetica {
	background-color: #e5ada3;
}
.post-categories a.estetica:hover {
	background-color: #df9b8f;
}
.post-categories a.dermatologie {
	background-color: #F98376;
}
.post-categories a.dermatologie:hover {
	background-color: #5db8a7;
}
.post-categories a.dermato-oncologie {
	background-color: #b3b3b2;
}
.post-categories a.dermato-oncologie:hover {
	background-color: #a6a6a5;
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	transition: all 0.25s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-carousel .owl-next:hover, .owl-carousel .owl-prev:hover {
	box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 50, 0.1);
}
@media (min-width: 48em) {
	.owl-carousel .owl-next, .owl-carousel .owl-prev {
		width: 6rem;
		height: 6rem;
	}
}

.carousel .owl-stage {
	display: flex;
	padding: 2.5rem 0;
}
@media (min-width: 78em) {
	.carousel .owl-stage {
		padding: 3.2rem 0;
	}
}
.carousel .owl-item {
	background-color: #ffffff;
	border-radius: 0.8rem;
	overflow: hidden;
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	transition: all 0.25s ease-in-out;
}
.carousel .owl-item:hover {
	box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 50, 0.1);
}
@media (min-width: 78em) {
	.carousel--stats .owl-item {
		background-color: transparent;
		box-shadow: none !important;
	}
}
.carousel--testimonials {
	position: relative;
}
@media (min-width: 78em) {
	.carousel--testimonials {
		margin-left: auto;
		max-width: 88rem;
	}
}
@media (min-width: 78em) {
	.carousel--testimonials .owl-stage-outer {
		width: 88rem;
	}
}
.carousel--testimonials .owl-stage {
	display: flex;
}
.carousel--testimonials .owl-item {
	flex: 1;
	width: 100%;
	box-shadow: none !important;
	border-radius: 0.8rem;
	overflow: hidden;
}
@media (min-width: 78em) {
	.carousel--testimonials .owl-item {
		margin: 0 2rem;
	}
}
.carousel--testimonials .owl-nav {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.carousel--testimonials .owl-nav .owl-next {
	transform: translateX(1rem);
}
.carousel--testimonials .owl-nav .owl-prev {
	transform: translateX(-1rem);
}
.carousel--team .owl-stage-outer {
	padding-top: 8.5rem;
}
.carousel--team .owl-item {
	overflow: visible;
}
.carousel--team .owl-nav {
	display: none;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
}
@media (min-width: 48em) {
	.carousel--team .owl-nav {
		display: flex;
	}
}
.carousel--team .owl-nav .owl-prev {
	margin-right: 2rem;
}
.carousel--pro-bono .owl-item {
	overflow: visible;
}
.carousel--pro-bono .owl-nav {
	display: none;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
}
@media (min-width: 48em) {
	.carousel--pro-bono .owl-nav {
		display: flex;
	}
}
.carousel--pro-bono .owl-nav .owl-prev {
	margin-right: 2rem;
}
.carousel--media .owl-item {
	overflow: visible;
}
.carousel--media .owl-nav {
	display: none;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
}
@media (min-width: 48em) {
	.carousel--media .owl-nav {
		display: flex;
	}
}
.carousel--media .owl-nav .owl-prev {
	margin-right: 2rem;
}
.carousel--diplome {
	padding-top: 2.4rem;
}
@media (min-width: 48em) {
	.carousel--diplome  .owl-stage {
		width: auto !important;
	}
}

.carousel--diplome .featured-services__image-box {
	height: 20rem;
}
.carousel--fellowship {
	margin-bottom: 2rem;
}

.carousel--fellowship .owl-stage .owl-item {
	flex: 1 100%;
}
@media (min-width: 48em) {
	.carousel--fellowship .owl-stage .owl-item {
		flex: 1 1 calc(33% - 2rem) !important;
	}
}

.carousel--fellowship .featured-services__image-box {
	height: 17rem !important;
}

.page-header {
	max-width: 124.8rem;
	margin: 0 auto;
	position: relative;
	height: 20.4rem;
	margin-top: 4rem;
	width: 100%;
	overflow: hidden;
}
@media (min-width: 78em) {
	.page-header {
		height: 34rem;
		border-radius: 0.8rem;
		margin-top: 0;
		margin-bottom: 4rem;
	}
}
.page-header:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 50, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.page-header__image {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
}
.page-header__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 20rem;
}
@media (min-width: 48em) {
	.page-header__logo {
		width: 40rem;
	}
}
.page-header h1 {
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 400;
	padding: 0 2rem;
}
@media (min-width: 48em) {
	.page-header h1 {
		font-size: 4rem;
		line-height: 4rem;
	}
}

.page-title {
	line-height: 2.2rem;
	font-size: 2.2rem;
	padding: 8rem 0 0;
	text-align: center;
	font-weight: 700;
}

.page-title--mw {
	max-width: 80rem;
	margin: 0 auto;
	line-height: 2.8rem;
}
@media (min-width: 48em) {
	.page-title {
		line-height: 4rem;
		font-size: 4rem;
		border-top: 0.1rem solid #dcdce6;
		padding: 6.4rem 0 2rem;
	}
	.page-title--mw {
		line-height: 4.4rem;
	}
}
.page-title span {
	font-weight: 400;
}
.page-title--left {
	text-align: center;
}
@media (min-width: 48em) {
	.page-title--left {
		text-align: left;
	}
}
.page-title--small {
	max-width: 24rem;
	margin: 0 auto;
}
@media (min-width: 48em) {
	.page-title--small {
		margin: 0;
		max-width: 100%;
	}
}

.video-box {
	width: 100%;
	height: 20.4rem;
	overflow: hidden;
	border-radius: 0.8rem;
	position: relative;
	margin-bottom: 2.4rem;
}
@media (min-width: 48em) {
	.video-box {
		height: 44rem;
	}
}
@media (min-width: 78em) {
	.video-box {
		flex: 1 50%;
	}
}

.video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.8rem;
}

.video-js.vjs-ended .vjs-poster,
.video-js.vjs-paused .vjs-poster {
	display: block;
}

.video-js .vjs-poster {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 2;
	background-size: cover;
}

.video-js .vjs-poster:after {
	display: flex;
	justify-content: center;
	align-items: center;
	content: url("../assets/img/play.png");
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(64, 72, 111, 0.6);
}
@media (min-width: 48em) {
	.video-js .vjs-poster:after {
		content: url("../assets/img/play-button.png");
	}
}

.vjs-tech {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none !important;
}

.hero {
	margin: 4rem 0 3rem;
	background-color: #eeeef5;
}

.hero a {
	color: white !important;
}
@media (min-width: 48em) {
	.hero {
		display: flex;
		border-radius: 0.8rem;
		overflow: hidden;
		margin: 9rem 0 0;
/* 		box-shadow: 0.8rem 0.8rem 2rem 0 rgba(249, 131, 118, 0.4); */
	}
}
@media (min-width: 78em) {
	.hero {
		margin-top: 0;
		margin-bottom: 7rem;
	}
}
.hero__image-box {
	height: 30rem;
	position: relative;
}
@media (min-width: 48em) {
	.hero__image-box {
		flex: 1;
	}
}
.hero__image-box:after {
	background-color: rgba(0, 0, 50, 0.4);
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
}
@media (min-width: 68em) {
	.hero__image-box {
		height: 46rem;
	}
}
.hero__image {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover !important;
}
.hero__title {
	font-size: 2rem;
	line-height: 2.2rem;
	font-weight: 600;
	position: absolute;
	bottom: 4rem;
	color: #ffffff;
	z-index: 1;
	text-align: center;
	max-width: 26rem;
	width: 100%;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
}
@media (min-width: 48em) {
	.hero__title {
		max-width: 100%;
		padding: 0 3rem;
	}
}
@media (min-width: 68em) {
	.hero__title {
		font-size: 2.8rem;
		line-height: 3.2rem;
		max-width: 54rem;
	}
}
.hero__title span {
	font-weight: 700;
}
.hero__cta {
	border-radius: 1.6rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: -1.6rem;
	position: relative;
	z-index: 3;
}
@media (min-width: 48em) {
	.hero__cta {
		flex: 1;
		border-radius: 0;
	}
}
.hero__cta__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 0 1 50%;
	color: #ffffff;
	padding: 3.2rem 0;
	transition: all 0.25s ease-in-out;
}
.hero__cta__item:first-child {
	background-color: #FECEC8;
}

.hero__cta__item:nth-child(2) {
	background-color: #F6CBC6;
}

.hero__cta__item:nth-child(3) {
	background-color: #FDC9C2;
}

.hero__cta__item:last-child {
	background-color: #FFD9D4;
}

.hero__cta__item__icon,
.hero__cta__item svg {
	fill: #ffffff;
	width: 4rem;
	height: 3.2rem;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (min-width: 68em) {
	.hero__cta__item__icon {
		transform: scale(1.3);
	}
}
.hero__cta__item__title {
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 0.8rem;
}
@media (min-width: 68em) {
	.hero__cta__item__title {
		font-size: 1.8rem;
		line-height: 1.8rem;
		padding-top: 1.6rem;
	}
}

.article {
	color: #191919;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 0.8rem;
	overflow: hidden;
}
.article__image-box {
	height: 20rem;
}
.article img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.article__info {
	padding: 2rem 1.4rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media (min-width: 78em) {
	.article__info {
		padding: 2.4rem 2.4rem;
	}
}
.article__info__source {
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #F98376;
}
@media (min-width: 78em) {
	.article__info__source {
		padding-bottom: 0.4rem;
		font-size: 1.6rem;
	}
}
.article__info__date {
	opacity: 0.5;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding-bottom: 0.4rem;
}
@media (min-width: 78em) {
	.article__info__date {
		font-size: 1.6rem;
	}
}
.article__info__title {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 700;
}
@media (min-width: 78em) {
	.article__info__title {
		padding-bottom: 1.6rem;
		font-size: 1.8rem;
		letter-spacing: -0.05rem;
	}
}
.article__info__excerpt {
	font-size: 1.4rem;
	line-height: 2rem;
}
@media (min-width: 78em) {
	.article__info__excerpt {
		line-height: 2.2rem;
		font-size: 1.6rem;
	}
}
.article__info .category {
	margin-top: auto;
}
.article__info__files {
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #4d2a4d;
	padding-top: 0.8rem;
}
@media (min-width: 48em) {
	.article__info__files {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}
.article--category .article__info__excerpt {
	margin-bottom: 1.6rem;
}

.servicii-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 4rem;
}

.article--flex {
	flex: 1 0 calc(100% - 2rem);
	background-color: #fff;
	margin: 0 1rem 2.4rem;
	display: block;
	height: auto !important;
}

.article--flex .article__info {
	margin-top: auto;
}

@media (min-width: 48em) {
	.article--flex {
		flex: 0 calc(25% - 2rem)
	}
}

.stats__item {
	background-color: #ffffff;
	border-radius: 0.8rem;
	overflow: hidden;
	padding: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 0.8rem;
}
@media (min-width: 78em) {
	.stats__item {
		background-color: transparent;
		padding-bottom: 0;
	}
}
.stats__item__icon-box {
	height: 6rem;
}
.stats__item__icon {
	height: 6rem;
	width: 6.2rem;
}
.stats__item__title {
	font-weight: 400;
	text-align: center;
	line-height: 2rem;
	padding-top: 0.8rem;
}
.stats__item__title span {
	font-weight: 700;
	display: block;
}

.banner {
	background-color: #ffffff;
	border-radius: 0.8rem;
	overflow: hidden;
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
}
@media (min-width: 48em) {
	.banner {
		display: flex;
		flex-direction: row-reverse;
	}
}
.banner__image-box {
	position: relative;
	overflow: hidden;
}
@media (min-width: 48em) {
	.banner__image-box {
		flex: 1;
		height: 24rem;
	}
}
@media (min-width: 78em) {
	.banner__image-box {
		height: 30rem;
		flex: 2;
	}
}
.banner__image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
}
@media (min-width: 78em) {
	.banner__image {
		-o-object-fit: cover;
		object-fit: cover;
		height: auto;
		width: 100%;
		transform: scale(1.1) translateX(-20px);
		transform-origin: top center;
	}
}
.banner__info {
	padding: 2rem 1.6rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
@media (min-width: 48em) {
	.banner__info {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media (min-width: 78em) {
	.banner__info {
		padding: 0 4rem;
	}
}
.banner__info__subtitle {
	color: #5f2f59;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 700;
}
@media (min-width: 78em) {
	.banner__info__subtitle {
		font-size: 1.6rem;
	}
}
.banner__info__title {
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.4rem;
	max-width: 32rem;
	width: 100%;
	padding: 1.6rem 0 2.4rem;
}
@media (min-width: 78em) {
	.banner__info__title {
		max-width: 100%;
		font-size: 2.8rem;
		line-height: 3rem;
	}
}
.banner__info__cta {
	display: flex;
	flex-direction: column;
}
@media (min-width: 78em) {
	.banner__info__cta {
		flex-direction: row;
	}
}
.banner__info__cta a {
	margin-bottom: 1.6rem;
	align-self: flex-start;
}
@media (min-width: 78em) {
	.banner__info__cta a {
		margin: 0 2.4rem 0 0;
		display: block;
	}
}

.banner-small {
	background-color: #5f2f59;
	border-radius: 0.8rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 2rem;
	padding: 2rem;
	justify-content: space-between;
}
@media (min-width: 48em) {
	.banner-small {
		padding: 4.8rem;
		flex-direction: row;
		margin: 0;
	}
}
.banner-small__info {
	flex: 2;
	text-align: center;
}
@media (min-width: 48em) {
	.banner-small__info {
		text-align: left;
	}
}
.banner-small__info__title {
	color: #ffffff;
	font-weight: 400;
	line-height: 2.4rem;
	font-size: 2.2rem;
}
@media (min-width: 48em) {
	.banner-small__info__title {
		padding-bottom: 1.4rem;
		line-height: 4.4rem;
		font-size: 4rem;
	}
}
.banner-small__info__subtitle {
	color: #F98376;
	font-size: 2rem;
	line-height: 2.2rem;
	max-width: 32rem;
	padding-bottom: 2.2rem;
}
@media (min-width: 48em) {
	.banner-small__info__subtitle {
		font-size: 2.8rem;
		line-height: 3.4rem;
		max-width: 100%;
		padding-bottom: 0;
	}
}
.banner-small__cta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex: 1;
}
.banner-small__cta a:not(:last-child) {
	margin-bottom: 1rem;
}
.banner-small__cta svg {
	/*display: none;*/
}

.prices-wrapper .sidebar .row--flex {
	flex-direction: column;
}

.prices-wrapper .sidebar .row--flex .col {
	margin-bottom: 2rem;
}

.cta {
	color: #ffffff;
	background-color: #5f2f59;
	border-radius: 0.8rem;
	overflow: hidden;
	text-align: center;
	padding: 3rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 1;
	height: 100%;
}
.cta--mb {
	margin-bottom: 2rem;
}
@media (min-width: 48em) {
	.cta--mb {
		margin-bottom: 0;
	}
}
.cta__title {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 400;
	max-width: 24rem;
	margin: 0 auto;
	padding-bottom: 2rem;
}
@media (min-width: 48em) {
	.cta__title {
		max-width: 32rem;
	}
}
@media (min-width: 78em) {
	.cta__title {
		padding-bottom: 3rem;
		font-size: 2.8rem;
		line-height: 3rem;
	}
}
.cta__subtitle {
	padding-bottom: 2.4rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	max-width: 42rem;
	margin: 0 auto;
}
@media (min-width: 78em) {
	.cta__subtitle {
		padding-bottom: 2rem;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}
.cta a:not(:last-child) {
	margin-bottom: 1.4rem;
}

.logos {
	padding: 4rem 0;
}
@media (min-width: 78em) {
	.logos {
		max-width: 100rem;
		margin: 0 auto;
		padding-top: 8rem;
	}
}

.partner {
	margin: 0 0.8rem;
}
@media (min-width: 78em) {
	.partner {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.partner__logo-box {
	border-radius: 0.8rem;
	background-color: #ffffff;
	overflow: hidden;
	padding: 2.4rem 1.6rem;
	height: 12rem;
}
@media (min-width: 78em) {
	.partner__logo-box {
		height: 15rem;
		background-color: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.partner__logo {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.split-content {
	display: flex;
	flex-direction: column-reverse;
}
@media (min-width: 78em) {
	.split-content {
		flex-direction: row-reverse;
		align-items: center;
	}
}
.split-content--no-align {
	align-items: stretch;
}
.split-content--flex-reverse {
	flex-direction: column-reverse;
}
@media (min-width: 78em) {
	.split-content--flex-reverse {
		flex-direction: row;
	}
}
@media (min-width: 78em) {
	.split-content--flex-reverse .split-content__text {
		padding-right: 6rem;
		padding-left: 0;
	}
}
.split-content--flex-r {
	flex-direction: column;
	padding: 0;
}
@media (min-width: 78em) {
	.split-content--flex-r {
		flex-direction: row;
		padding: 0 2rem;
	}
}
.split-content__subtitle {
	max-width: 40rem;
	margin: 0 auto;
}
@media (min-width: 78em) {
	.split-content__subtitle {
		max-width: 100%;
	}
}
@media (min-width: 78em) {
	.split-content__text {
		flex: 1 50%;
		/*padding-left: 6rem;*/
	}
}
.split-content__text--contact {
	padding-top: 4rem;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
}
@media (min-width: 78em) {
	.split-content__text--contact {
		padding-top: 0;
		text-align: left;
	}
}
.split-content__text h2 {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 400;
	padding-bottom: 2rem;
}
@media (min-width: 78em) {
	.split-content__text h2 {
		font-size: 3.6rem;
		line-height: 4.4rem;
		padding-bottom: 3.8rem;
	}
}
.split-content__text h2 span {
	font-weight: 700;
}
.split-content__text p {
	padding-bottom: 2rem;
	line-height: 2.2rem;
}
@media (min-width: 78em) {
	.split-content__text p {
		font-size: 1.8rem;
		line-height: 2.6rem;
		padding-bottom: 3.6rem;
	}
}
.split-content__text p strong {
	display: block;
}
.split-content__image-box {
	width: 100%;
	height: 20.4rem;
	overflow: hidden;
	border-radius: 0.8rem;
	position: relative;
	margin-bottom: 2.4rem;
	margin-right: 6rem;
}
@media (min-width: 48em) {
	.split-content__image-box {
		height: 44rem;
	}
}
@media (min-width: 78em) {
	.split-content__image-box {
		flex: 1 50%;
	}
}
.split-content__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.featured-services {
	background-color: #ffffff;
	border-radius: 0rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	color: #191919;
	height: 100%;
}
@media (min-width: 78em) {
	.featured-services {
		flex-direction: row;
		width: 100%;
		margin: 0;
	}
}
.featured-services__image-box {
	overflow: hidden;
	display: flex;
	height: 17rem;
}
@media (min-width: 48em) {
	.featured-services__image-box {
		flex: 0 0 18rem;
		height: 100%;
	}
}
.featured-services__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.featured-services__info {
	padding: 1.6rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1;
}
@media (min-width: 78em) {
	.featured-services__info {
		padding: 2.4rem;
	}
}
.featured-services__date {
	opacity: 0.5;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.featured-services__date--big {
	font-size: 1.6rem;
}
.featured-services__title {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 700;
	padding-bottom: 1.4rem;
}
.featured-services__excerpt {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
	margin-bottom: 2rem;
}
.featured-services__link {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	margin-top: auto;
	color: #F98376;
	font-weight: 700;
	text-decoration: underline;
}
.featured-services__link--mt-0 {
	margin-top: 0rem;
}
@media (min-width: 78em) {
	.featured-services__link {
		font-size: 1.6rem;
	}
}

#services .owl-stage {
	display: flex;
}
#services .owl-stage .owl-item {
	border-radius: 0.8rem;
	overflow: hidden;
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	transition: all 0.25s ease-in-out;
}
#services .owl-stage .owl-item:hover {
	box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 50, 0.1);
}
@media (min-width: 78em) {
	#services .owl-stage {
		flex-wrap: wrap;
		display: flex;
		width: 100% !important;
		justify-content: space-between;
	}
	#services .owl-stage .owl-item {
		flex: 0 1 calc(50% - 2.2rem);
		margin-bottom: 2.2rem;
	}
}

.filters {
	display: none;
	align-items: center;
	justify-content: center;
}
@media (min-width: 52em) {
	.filters {
		display: flex;
	}
}
.filters__title {
	text-transform: capitalize;
	padding-right: 1.4rem;
}
.filters a {
	position: relative;
}
.filters a.active:after {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid #5f2f59;
}
.filters a.active.dermatologie-clinica:after {
	border-top-color: #F98376;
}
.filters a.active.dermatoestetica:after {
	border-top-color: #e5ada3;
}
.filters a.active.dermato-oncologie:after {
	border-top-color: #b3b3b2;
}
.filters a.active.dermatopatologie:after {
	border-top-color: #88c87d;
}
.filters a:not(:last-child) {
	margin-right: 1.6rem;
}

.team {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	padding: 0 2rem;
	margin-bottom: 5.6rem;
}
@media (min-width: 48em) {
	.team {
		margin-top: 5rem;
	}
}
@media (min-width: 78em) {
	.team {
		padding: 0;
	}
}
.team .team-member {
	flex: 0 1 100%;
	margin: 10rem 1rem 0;
}
@media (min-width: 48em) {
	.team .team-member {
		margin-top: 12rem;
		flex: 0 1 calc(50% - 2rem);
	}
}
@media (min-width: 78em) {
	.team .team-member {
		flex: 0 1 calc(25% - 2rem);
	}
}

.team-member {
	background-color: #ffffff;
	border-radius: 0.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 3.2rem 3.2rem;
}
.team-member__image-box {
	border-radius: 50%;
	overflow: hidden;
	width: 15rem;
	height: 15rem;
	margin-top: -7.5rem;
}
.team-member__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.team-member__name {
	color: #191919;
	padding: 2rem 0 1rem;
	text-align: center;
}
.team-member__speciality {
	color: rgba(25, 25, 25, 0.6);
	padding-bottom: 2.6rem;
	text-align: center;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}
.pagination__button {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	transition: all 0.25s ease-in-out;
	padding: 1.2rem;
}
.pagination__button--left {
	margin-right: 1.4rem;
}
.pagination__button--right {
	margin-left: 1.4rem;
}
.pagination__button:hover {
	box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 50, 0.1);
}
@media (min-width: 28em) {
	.pagination__button {
		padding: 2rem;
		height: 6rem;
		width: 6rem;
	}
}
.pagination__button__icon {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	fill: #F98376;
}
.pagination__button__icon--left {
	transform: rotate(180deg);
}

.pagination span,
.pagination a {
	font-size: 1.6rem !important;
	color: #F98376 !important;
	padding: .8rem !important;
	background-color: transparent !important;
	border: none !important;
	font-weight: 400 !important;
}
@media (min-width: 28em) {
	.pagination span,
	.pagination a {
		font-size: 2.2rem !important;
		padding: 1.4rem !important;
	}
}
.pagination span{
	color: #191919 !important;
}

.testimonials {
	display: flex;
	align-items: center;
	flex-direction: column;
}
@media (min-width: 78em) {
	.testimonials {
		flex-direction: row;
	}
}
.testimonials__title {
	font-size: 2.2rem;
	line-height: 4.4rem;
	flex: 0;
	text-align: center;
	padding-bottom: 1rem;
}
@media (min-width: 78em) {
	.testimonials__title {
		padding-bottom: 0;
		padding-right: 6rem;
		font-size: 4rem;
		line-height: 4.4rem;
		text-align: left;
	}
}
.testimonials__icon {
	fill: #F98376;
	width: 6rem;
	height: 30rem;
	display: none;
}
@media (min-width: 78em) {
	.testimonials__icon {
		display: block;
	}
}
.testimonials__item {
	padding: 2rem;
	background-color: #ffffff;
	border-radius: 0.8rem;
}
@media (min-width: 78em) {
	.testimonials__item {
		padding: 3.2rem 7.2rem;
	}
}
.testimonials__item__text {
	font-size: 1.6rem;
	line-height: 2rem;
}
@media (min-width: 78em) {
	.testimonials__item__text {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
}
.testimonials__item__author {
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #F98376;
	font-weight: 700;
	padding-top: 0.4rem;
}
@media (min-width: 78em) {
	.testimonials__item__author {
		font-size: 1.6rem;
		line-height: 2.8rem;
		font-weight: 400;
		padding-top: 0;
	}
}
.testimonials__button {
	fill: #F98376;
	transform: rotate(180deg);
	width: 2rem;
	height: 2rem;
}
.testimonials__button--invert {
	transform: rotate(0);
}

.price {
	background-color: #ffffff;
	padding: 2rem 2rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}
@media (min-width: 48em) {
	.price {
		padding: 2.8rem;
		border-radius: 0.8rem;
		margin-bottom: 2rem;
		box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
		align-items: center;
		flex-direction: row;
	}
}
.price__title {
	font-weight: 400;
}
@media (min-width: 48em) {
	.price__title {
		font-weight: 700;
	}
}
.price p:last-child {
	font-weight: 700;
	line-height: 2rem;
}
@media (min-width: 48em) {
	.price p:last-child {
		font-weight: 400;
	}
}

.blog-featured {
	max-width: 124.8rem;
	margin: 0 auto;
	padding: 0 2rem;
}
@media (min-width: 58em) {
	.blog-featured {
		display: flex;
		padding: 0;
		justify-content: space-between;
	}
}
.blog-featured__item {
	display: block;
	background-color: #ffffff;
	border-radius: 0.8rem;
	overflow: hidden;
	color: #191919;
	margin-bottom: 2rem;
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	transition: all 0.25s ease-in-out;
}
.blog-featured__item:hover {
	box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 50, 0.1);
}
@media (min-width: 58em) {
	.blog-featured__item {
		flex: 0 1 calc(50% - 1rem);
		margin-bottom: 0;
	}
}
.blog-featured__item__image-box {
	height: 20rem;
}
@media (min-width: 78em) {
	.blog-featured__item__image-box {
		height: 38rem;
	}
}
.blog-featured__item__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog-featured__item__info {
	padding: 1.6rem;
	display: flex;
	flex-direction: column;
	flex: 1 100%;
}
@media (min-width: 78em) {
	.blog-featured__item__info {
		padding: 2.4rem 2.4rem 4rem;
	}
}
.blog-featured__item__date {
	opacity: 0.5;
	font-size: 1.2rem;
	text-transform: uppercase;
}
@media (min-width: 78em) {
	.blog-featured__item__date {
		font-size: 1.4rem;
	}
}
.blog-featured__item__title {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
	padding-bottom: 1.4rem;
}
@media (min-width: 78em) {
	.blog-featured__item__title {
		font-size: 2.8rem;
		line-height: 3.2rem;
	}
}
.blog-featured__item__excerpt {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
	margin-bottom: 1.4rem;
}
@media (min-width: 78em) {
	.blog-featured__item__excerpt {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}
.blog-featured__item__category {
	border-radius: 4rem;
	background-color: #b3b3b2;
	display: inline-block;
	align-self: flex-start;
	padding: 0.6rem 1rem;
	font-size: 1.4rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: auto;
}
.blog-featured__item__category.cosmetica-medicala {
	background-color: #88c87d;
}
.blog-featured__item__category.estetica {
	background-color: #e5ada3;
}
.blog-featured__item__category.dermatologie {
	background-color: #F98376;
}
.blog-featured__item__category.dermato-oncologie {
	background-color: #b3b3b2;
}
@media (min-width: 58em) {
	.blog-featured__split {
		flex: 0 1 calc(50% - 1rem);
	}
}
@media (min-width: 58em) {
	.blog-featured__split .blog-featured__item {
		display: flex;
	}
}
.blog-featured__split .blog-featured__item__image-box {
	flex: 1;
}
@media (min-width: 58em) {
	.blog-featured__split .blog-featured__item__image-box {
		height: 26rem;
	}
}
@media (min-width: 78em) {
	.blog-featured__split .blog-featured__item__image-box {
		height: 30.5rem;
		width: 30rem;
	}
}
.blog-featured__split .blog-featured__item__info {
	flex: 1;
}
.blog-featured__split .blog-featured__item__title {
	font-size: 1.6rem;
	line-height: 2rem;
}
@media (min-width: 78em) {
	.blog-featured__split .blog-featured__item__title {
		font-size: 2.2rem;
		line-height: 2.6rem;
	}
}
.blog-featured__split .blog-featured__item:not(:last-child) {
	margin-bottom: 2rem;
}
@media (min-width: 78em) {
	.blog-featured__split .blog-featured__item:not(:last-child) {
		margin-bottom: 2.2rem;
	}
}

.burger-menu {
	width: 2.4rem;
	height: 1.7rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
/* 	display: none; */
}
@media (min-width: 78em) {
	.burger-menu {
		display: none;
	}
}
.burger-menu__line {
	background-color: #5f2f59;
	width: 100%;
	height: 0.1rem;
}
.burger-menu__line--bottom {
	max-width: 50%;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-selection__clear,
.select2-search.select2-search--dropdown {
	display: none;
}

.select2 {
	max-width: 28rem;
	margin: 0 auto 2rem;
	width: 100% !important;
	display: block;
	outline: none !important;
}
@media (min-width: 30em) {
	.select2 {
		max-width: 36rem;
	}
}

.select2 .select2-selection--single:focus {
	outline: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #F98376;
}

.select2-container--default {
	color: #191919;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #191919;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #F98376 transparent transparent transparent;
}

.select2-container--default .select2-selection--single {
	border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-results__option {
	padding: 1rem 2rem;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
	height: 4rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	transform: scale(1.5);
}

.select2-results {
	border: none;
	border-top: 0.1rem solid rgba(68, 195, 177, 0.5);
}

.select-category,
.select2 {
	display: block;
}
@media (min-width: 52em) {
	.select-category,
	.select2 {
		display: none;
	}
}

.header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
@media (min-width: 78em) {
	.header-wrapper {
		position: relative;
		/*background-color: #eeeef6;*/
	}
}

.header {
	background-color: #ffffff;
	display: flex;
	/*justify-content: space-between;*/
	padding: 0.2rem 1.6rem;
	border-radius: 0 0 0.8rem 0.8rem;
	align-items: center;
}
@media (min-width: 78em) {
	.header {
		background-color: transparent;
		padding: 0 4rem;
		max-width: 125.2rem;
		margin: 0 auto;
	}
}
.header__container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.icon {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	fill: #F98376;
}

.logo-box {
	height: 4.6rem;
	display: flex;
	align-items: center;
}
@media (min-width: 78em) {
	.logo-box {
		padding: 2rem 0;
		height: 14rem;
	}
}
.logo-box__image {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
}
@media (min-width: 78em) {
	.logo-box__image {
		height: 100%;
		margin-right: 0.8rem;
	}
}
.logo-box__image__icon {
	fill: #F98376;
	width: 2rem;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.header .menu-main-nav-container {
	margin-bottom: 2rem;
	/*   display: none; */
}
@media (min-width: 78em) {
	.header .menu-main-nav-container {
		display: block;
	}
}
.header .menu-main-nav-container ul {
	display: flex;
	list-style-type: none;
}
.header .menu-main-nav-container li:not(:last-child) {
	padding-right: 3.2rem;
}
.header .menu-main-nav-container li a,
.header .menu-main-nav-container .drop-down__name {
	font-size: 1.8rem;
	color: #4d2a4d;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.25s ease-in-out;
}
.header .menu-main-nav-container li a:hover,
.header .menu-main-nav-container .drop-down__name:hover {
	color: #F98376;
}

.header .menu-main-nav-container {
	margin-bottom: 2rem;
	/*   display: none; */
}
@media (min-width: 78em) {
	.header .menu-main-nav-container {
		display: block;
	}
}
.header .menu-main-nav-container ul {
	display: flex;
	list-style-type: none;
}
.header .menu-main-nav-container li:not(:last-child) {
	padding-right: 3.2rem;
}
.header .menu-main-nav-container li a,
.header .menu-main-nav-container .drop-down__name {
	font-size: 1.8rem;
	color: #4d2a4d;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.25s ease-in-out;
}
.header .menu-main-nav-container li a:hover,
.header .menu-main-nav-container .drop-down__name:hover {
	color: #F98376;
}

.header .menu-item-has-children {
	position: relative;
}

.header .menu-item-has-children:after {
	content: url("../assets/svg/down-arrow.svg");
	width: .8rem;
	height: .8rem;
	position: absolute;
	right: 2rem;
	top: -.2rem;
}

.header .sub-menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 2rem 0 0;
	width: 24rem;
	display: none !important;
	z-index: 1;
}

.header .menu-item-has-children:hover .sub-menu {
	display: block !important;
}

.header .sub-menu:before {
	content: '';
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-bottom: 1rem solid #fff;
}

.header .sub-menu .menu-item {
	padding-right: 0 !important;
}
.header .sub-menu .menu-item a {
	font-size: 1.6rem;
	padding: 1.6rem 1.6rem 0;
	background-color: #ffffff;
	width: 100%;
	display: block;
}
.header .sub-menu .menu-item:last-child a {
	padding-bottom: 1.6rem;
}

.newsletter-wrapper {
	background-color: #ffffff;
	padding: 4.8rem 0;
	display: none;
}
@media (min-width: 78em) {
	.newsletter-wrapper {
		display: block;
	}
}

.newsletter {
	max-width: 124.8rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.newsletter__title {
	max-width: 28rem;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 400;
}
.newsletter__title--bold {
	font-weight: 700;
}
.newsletter__icon {
	fill: #F98376;
	width: 4rem;
	height: 22rem;
}
.newsletter__form {
	margin-left: 6rem;
	max-width: 60rem;
	width: 100%;
}
.newsletter__form__row {
	position: relative;
	margin-bottom: 1.6rem;
	display: flex;
	align-items: center;
}
.newsletter__form__row--flex {
	align-items: center;
	display: flex;
}
.newsletter__form__row--mb {
	margin-bottom: 2.4rem;
}
.newsletter__form__row input[type=checkbox] {
	flex: 1;
	max-width: 2rem;
}
.newsletter__form__row input {
	width: 100%;
	padding: 1.6rem 1.6rem;
	border: 0.1rem solid #dedee9;
	outline: none !important;
	font-family: "Quicksand", sans-serif;
	border-radius: 0.4rem;
}
.newsletter__form__row input::-webkit-input-placeholder {
	font-family: "Quicksand", sans-serif;
	color: #000000;
}
.newsletter__form__row input::-moz-placeholder {
	font-family: "Quicksand", sans-serif;
	color: #000000;
}
.newsletter__form__row input:-ms-input-placeholder {
	font-family: "Quicksand", sans-serif;
	color: #000000;
}
.newsletter__form__row input::-ms-input-placeholder {
	font-family: "Quicksand", sans-serif;
	color: #000000;
}
.newsletter__form__row input::placeholder {
	font-family: "Quicksand", sans-serif;
	color: #000000;
}
.newsletter__form__row a {
	color: #000000;
	text-decoration: underline;
}
.newsletter__form__row button {
	border-radius: 0.4rem;
	background-color: #54274f;
	color: #ffffff;
	line-height: 1.6rem;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 2.4rem;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.newsletter__form__row label {
	font-size: 1.4rem;
	padding-left: 0.8rem;
}

.search {
	margin-right: 2.6rem;
	display: flex;
	transform: translateY(-200%);
	overflow: hidden;
	position: absolute;
	top: 5rem;
	width: 100%;
	left: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	transition: opacity .25s ease-in-out;
	z-index: 1;
	opacity: 0;
}
.search.active {
	transform: translateY(0);
	opacity: 1;
}
@media (min-width: 78em) {
	.search {
		transform: translateY(0);
		opacity: 1;
		display: flex;
		border-radius: 40px;
		background-color: #ffffff;
		max-width: 30rem;
		margin-right: 0;
		position: relative;
		top: 0;
		border: none;
	}
}
.search input {
	font-size: 1.6rem;
	color: #4d2a4d;
	padding: 1rem 1rem;
	border: none;
	outline: none !important;
	max-width: 100%;
	width: 100%;
	font-family: "Quicksand", sans-serif;
}
@media (min-width: 78em) {
	.search input {
		width: 100%;
		max-width: 100%;
		padding: 1rem 1.6rem;
	}
}
.search input::-webkit-input-placeholder {
	font-family: "Quicksand", sans-serif;
	color: #4d2a4d;
}
.search input::-moz-placeholder {
	font-family: "Quicksand", sans-serif;
	color: #4d2a4d;
}
.search input:-ms-input-placeholder {
	font-family: "Quicksand", sans-serif;
	color: #4d2a4d;
}
.search input::-ms-input-placeholder {
	font-family: "Quicksand", sans-serif;
	color: #4d2a4d;
}
.search input::placeholder {
	font-family: "Quicksand", sans-serif;
	color: #4d2a4d;
}
.search__button {
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	height: 1.6rem;
	width: 1.6rem;
	background-color: transparent;
	border: none;
}
@media (min-width: 78em) {
	.search__button {
		right: 1.6rem;
	}
}
.search__icon {
	fill: #5f2f59;
}

.small-menu {
	display: none;
}

@media (min-width: 78em) {
	.tel {
		margin: 0 2.6rem;
	}
}
.tel a {
	display: flex;
	align-items: center;
	color: #F98376;
}
.tel a p {
	color: #F98376;
	/*display: none;*/
}
@media (min-width: 78em) {
	.tel a p {
		display: block;
	}
}
.tel__icon {
	width: 1.6rem;
	height: 1.6rem;
	fill: #5f2f59;
}
@media (min-width: 78em) {
	.tel__icon {
		fill: #F98376;
		margin-right: 0.5rem;
	}
}

.top-bar {
	display: flex;
	align-items: center;
}
@media (min-width: 78em) {
	.top-bar {
		justify-content: flex-end;
		margin-top: 2rem;
	}
}
.top-bar__nav {
	list-style-type: none;
	align-items: center;
	display: flex;
}
.top-bar__nav li:not(:last-child) {
	margin-right: 2.6rem;
}
.top-bar__nav li:not(:first-child) {
	display: none;
}
@media (min-width: 78em) {
	.top-bar__nav li:not(:first-child) {
		display: block;
	}
}
.top-bar__nav a {
	color: #4d2a4d;
	font-weight: 400;
}

.social-links {
	display: flex;
}

.social-link {
	background-color: #ffffff;
	padding: 0.8rem;
	border-radius: 0.4rem;
	width: 3.2rem;
	height: 3.2rem;
}
.social-link:not(:last-child) {
	margin-right: 1rem;
}
.social-link__icon {
	fill: #000000;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.contact-info__link {
	display: flex;
	align-items: center;
	color: #191919;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 2rem;
	line-height: 1.8rem;
	transition: all 0.25s ease-in-out;
	flex-direction: column;
}
@media (min-width: 78em) {
	.contact-info__link {
		flex-direction: row;
		font-size: 1.8rem;
	}
}
.contact-info__link:hover {
	color: #F98376;
}
.contact-info__icon {
	fill: #F98376 !important;
	height: 4rem;
	width: 4rem;
	-o-object-fit: contain;
	object-fit: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.4rem;
	transform: translateY(0.5rem);
}
@media (min-width: 78em) {
	.contact-info__icon {
		margin-right: 1.6rem;
		margin-bottom: 0;
	}
}
.contact-info__cta a {
	text-align: center;
}
@media (min-width: 78em) {
	.contact-info__cta a {
		text-align: left;
	}
}
.contact-info__cta a:not(:last-child) {
	margin-bottom: 1.6rem;
}
.contact-info__title {
	font-size: 2rem !important;
	line-height: 2rem;
	max-width: 20rem;
	margin: 0 auto;
	padding: 4rem 0 2.4rem;
}
@media (min-width: 78em) {
	.contact-info__title {
		line-height: 2.8rem;
		font-size: 2.8rem !important;
		max-width: 100%;
	}
}

.map-box {
	overflow: hidden;
	-webkit-filter: grayscale(100%) brightness(90%) invert(100%);
	filter: grayscale(100%) brightness(90%) invert(100%);
	height: 55rem;
	margin-top: 6rem;
}
@media (min-width: 78em) {
	.map-box {
		margin-top: 0;
		border-radius: 0.8rem;
		flex: 1 50%;
		height: auto;
	}
}

.map {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.search-results__item {
	display: flex;
	background-color: #ffffff;
	border-radius: 0.8rem;
	padding: 2rem;
	align-items: center;
	transition: all 0.25s ease-in-out;
}
.search-results__item:hover {
	box-shadow: 0rem 0rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	overflow: hidden;
}
@media (min-width: 48em) {
	.search-results__item {
		padding: 0;
		background-color: transparent;
	}
}
.search-results__item:not(:last-child) {
	margin-bottom: 2rem;
}
.search-results__item__image-box {
	max-width: 12rem;
	height: 12rem;
	flex: 1;
	display: none;
	border-radius: 0.8rem;
	overflow: hidden;
	margin-right: 2.4rem;
}
@media (min-width: 48em) {
	.search-results__item__image-box {
		display: block;
	}
}
.search-results__item__image-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.search-results__item__info {
	color: #191919;
	flex: 1;
}
.search-results__item__title {
	font-weight: 700;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 2rem;
}
@media (min-width: 48em) {
	.search-results__item__title {
		line-height: 2.2rem;
		font-size: 2.2rem;
	}
}
.search-results__item__excerpt {
	font-size: 1.4rem;
	line-height: 2rem;
}
@media (min-width: 48em) {
	.search-results__item__excerpt {
		font-size: 1.6rem;
		line-height: 2.2rem;
		letter-spacing: -0.02rem;
	}
}

.media-album {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.media-album__item-box {
	border-radius: 0.8rem;
	overflow: hidden;
	width: 30rem;
	height: 24rem;
	margin-bottom: 2rem;
	flex: 0 1 100%;
}
@media (min-width: 48em) {
	.media-album__item-box {
		flex: 0 1 calc(50% - 1rem);
	}
}
@media (min-width: 78em) {
	.media-album__item-box {
		flex: 0 1 calc(25% - 1rem);
	}
}
.media-album__item {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sidebar {
	max-width: 32rem;
	flex: 1 0 100%;
	width: 100%;
	display: none;
	margin-left: 2rem;
	position: relative;
}
@media (min-width: 78em) {
	.sidebar {
		display: block;
	}
}
.sidebar__widget {
	background-color: #ffffff;
	border-radius: 0.8rem;
	overflow: hidden;
	box-shadow: 0 0 1.6rem 0 rgba(0, 0, 50, 0.1);
	padding: 2rem;
}
.sidebar__widget:not(:first-child) {
	margin-top: 2rem;
}
.sidebar__widget--pa0 {
	padding: 0;
}

.blog-article__image-box {
	height: 21rem;
	margin-top: 4rem;
}
@media (min-width: 48em) {
	.blog-article__image-box {
		overflow: hidden;
		height: 46rem;
		border-radius: 0.8rem;
	}
}
.blog-article img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog-article__header {
	position: relative;
	display: flex;
	flex-direction: column;
}
@media (min-width: 78em) {
	.blog-article__header {
		flex-direction: column-reverse;
	}
}
.blog-article__info {
	padding: 2rem;
}
@media (min-width: 78em) {
	.blog-article__info {
		padding: 0 0 3rem;
	}
}
.blog-article__share {
	padding: 0 2rem;
}
@media (min-width: 78em) {
	.blog-article__share {
		position: absolute;
		bottom: 2rem;
		left: 2rem;
		padding: 0;
	}
}
.blog-article__date {
	color: #808080;
	font-size: 1.4rem;
	padding-bottom: 0.4rem;
	text-transform: uppercase;
}
@media (min-width: 78em) {
	.blog-article__date {
		padding-bottom: 0.8rem;
	}
}
.blog-article__title {
	padding-bottom: 2rem;
	font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 700;
	max-width: 68rem;
}
@media (min-width: 78em) {
	.blog-article__title {
		font-size: 4rem;
		line-height: 4.2rem;
		padding-bottom: 1.6rem;
	}
}
.blog-article__content {
	padding: 3rem 2rem;
}
@media (min-width: 78em) {
	.blog-article__content {
		padding: 4rem 0 0;
	}
}

.blog-article__content ul,
.blog-article__content ol {
	padding-left: 2rem;
	padding-bottom: 2rem;
}

.blog-article__content p,
.blog-article__content li {
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding-bottom: 2rem;
}

.blog-article__content li {
	padding-bottom: 0;
}
@media (min-width: 78em) {
	.blog-article__content p,
	.blog-article__content li {
		font-size: 2rem;
		line-height: 3rem;
		padding-bottom: 4rem;
	}

	.blog-article__content li {
		padding-bottom: 0;
	}
}
.blog-article__content a {
	color: #F98376;
}
.blog-article__content h2 {
	font-weight: 700;
	padding-bottom: 0.8rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
@media (min-width: 78em) {
	.blog-article__content h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

.author__header {
	display: flex;
	align-items: center;
}
.author__image-box {
	width: 8.8rem;
	height: 8.8rem;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 8.8rem;
}
.author img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}
.author__info {
	flex: 1;
	padding-left: 1.6rem;
}
.author__title {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #7f7f7f;
	text-transform: uppercase;
}
.author__name {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 700;
	letter-spacing: -0.05rem;
}
.author__speciality {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #7f7f7f;
}
.author__bio {
	padding: 2rem 0;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.related-widget {
	margin: 2rem 0;
}
.related-widget__title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.2rem;
	color: #4d2a4d;
	padding-bottom: 3rem;
}
.related-widget__item {
	margin-bottom: 2rem;
	display: block;
	color: #191919;
}
.related-widget__item__date {
	text-transform: uppercase;
	color: #808080;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.related-widget__item__title {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	transition: all 0.25s ease-in-out;
}
.related-widget__item__title:hover {
	color: #F98376;
}

.team-view {
	flex: 1;
	margin-top: 4.6rem;
	overflow: hidden;
}
@media (min-widht: 48em) {
	.team-view {
		margin-top: 0;
	}
}

.team-view__header {
	display: flex;
	flex-direction: column;
}
@media (min-width: 48em) {
	.team-view__header {
		flex-direction: row;
		align-items: center;
	}
}
.team-view__image-box {
	height: 28rem;
	width: 100%;
}
@media (min-width: 48em) {
	.team-view__image-box {
		width: 28rem;
		overflow: hidden;
		border-radius: 50%;
	}
}
.team-view__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.team-view__info {
	padding-top: 2rem;
	margin-left: 2rem;
}
.team-view .button {
	max-width: 20rem;
}
@media (min-width: 48em) {
	.team-view .button {
		max-width: 28rem;
	}
}
.team-view__name {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 2.6rem;
}
@media (min-width: 48em) {
	.team-view__name {
		padding-bottom: 1rem;
		font-size: 4rem;
		line-height: 4rem;
	}
}
.team-view__title {
	font-size: 1.6rem;
	line-height: 2rem;
}
@media (min-width: 48em) {
	.team-view__title {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
}
.team-view__speciality {
	display: flex;
	flex-wrap: wrap;
	padding: 1.6rem 0 2rem;
}
@media (min-width: 48em) {
	.team-view__speciality {
		padding: 2.4rem 0 3rem;
	}
}
.team-view__speciality .category {
	margin-bottom: 0.8rem;
}
@media (min-width: 48em) {
	.team-view__speciality .category {
		margin-bottom: 0;
	}
}
.team-view__speciality .category:not(:last-child) {
	margin-right: 0.4rem;
}
.team-view__content {
	padding: 2rem;
}
@media (min-width: 48em) {
	.team-view__content {
		padding: 5rem 0;
	}
}
.team-view__content p {
	font-size: 1.6rem;
	line-height: 2.2rem;
}
@media (min-width: 48em) {
	.team-view__content p {
		font-size: 2rem;
		line-height: 3.2rem;
	}
}
.team-view__content p:not(:last-child) {
	padding-bottom: 2rem;
}

.related-doctors__title {
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #4d2a4d;
	padding-bottom: 1.6rem;
}
.related-doctors__item {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}
.related-doctors__item__image-box {
	width: 8.8rem;
	height: 8.8rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 2rem;
}
.related-doctors__item__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.related-doctors__item__info {
	color: #191919;
}
.related-doctors__item__name {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 700;
}
.related-doctors__item__speciality {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #7f7f7f;
}

.prices-wrapper {
	display: flex;
}

.prices {
	flex: 1;
}
.prices__info {
	padding: 2rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
@media (min-width: 48em) {
	.prices__info {
		padding: 0;
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
}
.prices__info a {
	color: #4d2a4d;
	transition: all 0.25s ease-in-out;
}
.prices__info a:hover {
	color: #F98376;
}

.accordion-container {
	padding: 2rem 1rem;
}
@media (min-width: 48em) {
	.accordion-container {
		padding: 4rem 0 8rem;
	}
}

.ac {
	border-radius: 0.4rem;
	overflow: hidden;
	border: none;
}
.ac h2 {
	color: #b3b3b2;
	padding: 1.6rem !important;
	border-left: 0.8rem solid #b3b3b2;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3rem !important;
	line-height: 1.6rem !important;
	letter-spacing: 0.05rem;
}

.ac>.ac-q {
	color: #b3b3b2 !important;
}
@media (min-width: 48em) {
	.ac h2 {
		line-height: 3.2rem !important;
		font-size: 1.6rem !important;
	}
}
.ac--dermatologie h2 {
	border-color: #b3b3b2;
}
.ac--dermatologie h2 span {
	color: #b3b3b2;
}
.ac--estetica h2 {
	border-color: #b3b3b2;
}
.ac--estetica h2 span {
	color: #b3b3b2;
}
.ac--dermato-oncologie h2 {
	border-color: #b3b3b2;
}
.ac--dermato-oncologie h2 span {
	color: #b3b3b2;
}
.ac--cosmetica h2 {
	border-color: #b3b3b2;
}
.ac--cosmetica h2 span {
	color: #b3b3b2;
}

.ac-q:focus {
	outline: none !important;
}

.ac-a-item {
	border-top: 0.1rem solid #f2f2f2;
	padding: 0 2rem;
}
@media (min-width: 48em) {
	.ac-a-item {
		justify-content: space-between;
		align-items: center;
		display: flex;
	}
}
.ac-a-item p {
	font-size: 1.6rem !important;
	line-height: 1.6rem !important;
}
@media (min-width: 48em) {
	.ac-a-item p {
		line-height: 5.1rem !important;
	}
}

.ac.is-active > .ac-q::after {
	content: url(../assets/svg/up-arrow.svg);
}

.ac > .ac-q::after {
	content: url(../assets/svg/down-arrow.svg);
}

.ac > .ac-q::after {
	width: 1.3rem;
	height: 1.3rem;
	-o-object-fit: contain;
	object-fit: contain;
	right: 2rem;
}
@media (min-width: 48em) {
	.ac > .ac-q::after {
		width: 2rem;
		height: 2rem;
	}
}

.ac-a-item p:not(:first-child) {
	padding-top: 0;
	font-weight: 700;
	color: #191919 !important;
	font-family: "Quicksand", sans-serif !important;
}

.section-subtitle {
	max-width: 80rem;
	text-align: center;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding-top: 2rem;
}
@media (min-width: 48em) {
	.section-subtitle {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
}

.fellowship-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4rem 0 0;
}

.fellowship {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}
.fellowship__item {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 0.8rem;
	overflow: hidden;
	padding: 1rem 2.2rem;
}
@media (min-width: 48em) {
	.fellowship__item {
		flex: 1 0;
	}
}
.fellowship__item__icon {
	fill: #F98376;
	width: 2rem;
	height: 8rem;
}
.fellowship__item__title {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 700;
	flex: 1;
	padding-left: 0.8rem;
}
@media (min-width: 48em) {
	.fellowship__item__title {
		text-align: center;
		padding-left: 0;
	}
}

.banner-medium {
	position: relative;
	background-color: #5f2f59;
	border-radius: 0.8rem;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4.8rem 2rem 0;
}
@media (min-width: 48em) {
	.banner-medium {
		padding: 4.8rem;
	}
}
.banner-medium__title {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 400;
	position: relative;
	z-index: 2;
}
@media (min-width: 48em) {
	.banner-medium__title {
		font-size: 4rem;
		line-height: 4.4rem;
	}
}
.banner-medium__subtitle {
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
	max-width: 80rem;
	padding: 1.6rem 0;
}
@media (min-width: 48em) {
	.banner-medium__subtitle {
		padding: 3rem 0;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}
.banner-medium__image {
	right: 4rem;
	z-index: 1;
	top: 0;
	height: 12rem !important;
}
@media (min-width: 48em) {
	.banner-medium__image {
		height: 100% !important;
		position: absolute;
	}
}

.page-menu {
	display: flex;
	background-color: #ffffff;
	overflow: hidden;
	overflow-x: scroll;
	padding: 1.6rem 2rem;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0 0 1.6rem 0 rgba(0, 0, 50, 0.1);
}
@media (min-width: 48em) {
	.page-menu {
		padding: 1.6rem 3.2rem;
		margin: 0 auto;
		border-radius: 0.8rem;
		max-width: 96rem;
		transform: translateY(-6.5rem);
		overflow: hidden;
	}
}
.page-menu__item {
	flex: 1 0 18rem;
	text-transform: uppercase;
	color: #4d2a4d;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
}
@media (min-width: 48em) {
	.page-menu__item {
		text-align: center;
		font-size: 1.6rem;
		flex: 1;
	}
}

.drop-down {
	display: inline-block;
	position: relative;
}

.drop-down__button {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.drop-down__name {
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.2rem;
}

.drop-down__icon {
	width: 1rem;
	vertical-align: middle;
	margin-left: 0.4rem;
	height: 1rem;
	border-radius: 50%;
	transition: all 0.4s;
	transform: rotate(90deg);
	fill: #5f2f59;
	stroke: #5f2f59;
}

.drop-down__menu-box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 2rem;
	background-color: #fff;
	border-radius: 0.4rem;
	box-shadow: 0 0 1.6rem 0 rgba(0, 0, 50, 0.1);
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	margin-top: 0.5rem;
	min-width: 24rem;
}

.drop-down__menu {
	margin: 0;
	padding: 0 1.6rem;
	list-style: none;
	flex-direction: column;
}

.drop-down__menu-box:before {
	content: "";
	background-color: transparent;
	border-right: 0.8rem solid transparent;
	position: absolute;
	border-left: 0.8rem solid transparent;
	border-bottom: 0.8rem solid #fff;
	border-top: 8px solid transparent;
	top: -1.5rem;
	left: 2rem;
}

.drop-down__menu-box:after {
	content: "";
	background-color: transparent;
}

.drop-down__item {
	font-size: 1.6rem;
	padding: 1.6rem 0;
	text-align: left;
	font-weight: 700;
	color: #191919;
	cursor: pointer;
	position: relative;
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
	transition: all 0.25s ease-in-out;
}

.drop-down__item:hover {
	color: #F98376;
}

.drop-down__item:last-of-type {
	border-bottom: 0;
}

.drop-down--active .drop-down__menu-box {
	visibility: visible;
	opacity: 1;
	margin-top: 1.5rem;
}

.drop-down__item:before {
	content: "";
	position: absolute;
	width: 0.3rem;
	height: 2.8rem;
	background-color: #F98376;
	left: -1.3rem;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.drop-down__item:hover:before {
	display: block;
}

.footer-wrapper {
	background-color: #2a2a32;
	padding: 3.2rem 2.4rem;
}

.footer__col {
	display: none;
}

.footer__col--mobile {
	display: block;
}

@media (min-width: 78em) {
	.footer {
		max-width: 124.8rem;
		margin: 0 auto;
	}
	.footer__row {
		display: flex;
		justify-content: space-between;
	}

	.footer__col {
		padding-bottom: 2rem;
		flex: 1;
		display: block;
	}
	.footer__col h2 {
		color: #fff;
		padding-bottom: .8rem;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 2.6rem;
	}
	.footer-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.footer-menu li {}
	.footer-menu li a {
		font-size: 1.4rem;
		line-height: 2.6rem;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
	}
}

.footer__link {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
}
.footer__link__icon {
	width: 3rem;
	height: 2.3rem;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 0.8rem;
	display: block;
}
.footer__copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.1rem;
	max-width: 22rem;
	padding-top: 2.4rem;
}

.blog .blog-articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog .article {
	flex: 0 1 100%;
	background-color: #fff !important;
	border-radius: 0.8rem;
	overflow: hidden;
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	transition: all 0.25s ease-in-out;
	margin-bottom: 2rem;
}
@media (min-width: 48em) {
	.blog .article {
		flex: 0 1 calc(33% - 1rem);
	}
}
@media (min-width: 78em) {
	.blog .article {
		flex: 0 1 calc(25% - 1.5rem);
	}
}
.blog .article:hover {
	box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 50, 0.1);
}
.blog .article .category {
	margin-top: 1.6rem;
}

.team-member {
	display: flex;
	flex-direction: column;
}

.carousel--team .team-member {
	height: 100%;
}

.team-member .button {
	margin-top: auto;
}

.team-view #services {
	background-color: transparent;
}

#skin-care .article__info .article__info__excerpt {
	margin-bottom: 2rem;
}
#skin-care .article__info .category {
	margin-top: auto !important;
}

.ac-a-item p {
	line-height: 2rem !important;
	font-family: "Quicksand", sans-serif !important;
}

.ac-a-item p {
	flex: 4;
}

.ac-a-item p:not(:first-child) {
	max-width: 16rem;
}

@media (min-width: 48em) {
	.ac-a-item p:not(:first-child) {
		text-align: right;
	}

}

.top-bar__nav,
.nav {
	padding: 0 !important;
}

.header ul {
	list-style-type: none;
}

/*.menu-menu-1-container {*/
/*	margin-left: auto;*/
/*}*/

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0;
}

.owl-carousel .owl-item img {
	height: 100% !important;
}


.page.page--blog.page--pb-8.blog .article {
	height: auto !important;
}

.page.page--blog.page--pb-8.blog .article .category {
	margin-top: auto;
}

.page.page--blog.page--pb-8.blog .article .article__info__excerpt {
	padding-bottom: 2rem;
}

#menu-top-bar {
	display: none;
}

@media (min-width: 48em) {
	#menu-top-bar {
		display: flex;
	}
}
@media (max-width: 77.9375em) {

	.header.active {
		border-radius: 0;
	}

	.menu-menu-1-container {
		display: block;
		height: 100vh;
		width: 100vw;
		background-color: #fff;
		position: absolute;
		top: 5rem;
		right: 0;
		z-index: 1;
		transition: all .25s ease-in-out;
		transform: translateX( 100% );
		overflow: hidden;
		overflow-y: scroll;
	}

	.header.active .menu-menu-1-container {
		transform: translateY(0);
		display: block;
	}

	.nav {
		flex-direction: column;
		/*justify-content: center;*/
		align-items: center;
		height: 100%;
		padding: 1.6rem !important;
		border-top: .1rem solid rgba(0,0,0,.1);
	}
	.nav .menu-item{
		padding-right: 0;
		width: 100%;
		padding-bottom: 3.2rem;
	}

	.menu-item-has-children:after {
		right: 1.4rem;
	}

	.sub-menu {
		position: relative;
		padding-top: 0;
	}
	.sub-menu .menu-item {
		padding-bottom: 0;
	}
	.sub-menu .menu-item:last-child {
		padding-bottom: 0;
	}

	h2.ac-q {
		padding-right: 3.2rem !important;
	}
}

#latest-news .category {
	margin-top: auto !important;
}

#latest-news .article__info__excerpt {
	padding-bottom: 2rem;
}

.hide {
	display: none;
}

.mobile-nav {
	display: none;
}

@media(max-width: 48em) {
	.mobile-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(255,255,255, .9);
		z-index: 22;
		padding: .8rem 1.6rem;
	}
}

.mobile-nav__button {
	background-color: #F98376;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	padding: .6rem .8rem;
	border-radius: .8rem .8rem;
}

.mobile-nav__tel svg {
	fill: #fff !important;
}
.mobile-nav__tel {
	padding: 1rem 1rem .6rem;
	background-color: #F98376;
	border-radius: .8rem .8rem;
}

.ea-bootstrap .btn-primary {
	background-color: #F98376 !important;
	border-color: #F98376 !important;
}

.stick {
	position: fixed;
	max-width: 32rem;
	top: 0;
	height: auto;
}

.sidebar {
	overflow: hidden;
}

.mc4wp-form {
	max-width: 60rem;
	width: 100%;
}

.mobile-search-toggle {
	width: 2.4rem;
	padding: .4rem;
	display: none;
	margin-right: 2rem;
	height: 5rem;
}

@media (max-width: 78em) {
	.mobile-search-toggle {
		display: block;
	}
}

.split-content__image-box img {
	height: 100% !important;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width: auto;
	max-width: 540px;
	margin: 0 auto;
}

.white-popup h3 {
	margin-bottom: 16px;
	font-size: 20px;
}

.white-popup a {
	max-width: 200px;
}

.white-popup img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 15px;
}

.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s;
	transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
	transform: scale(0) rotate(500deg);
	opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}
/*# sourceMappingURL=main.css.map */


.footer-wrapper {
	background-color: #2a2a32;
	padding: 3.2rem 2.4rem;
}

.footer__col {
	display: none;
}

.footer__col--mobile {
	display: block;
}

@media (min-width: 78em) {
	.footer {
		max-width: 124.8rem;
		margin: 0 auto;
	}
	.footer__row {
		display: flex;
		justify-content: space-between;
	}

	.footer__col {
		padding-bottom: 2rem;
		flex: 1;
		display: block;
	}
	.footer__col h2 {
		color: #fff;
		padding-bottom: .8rem;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 2.6rem;
	}
	.footer-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.footer-menu li {}
	.footer-menu li a {
		font-size: 1.4rem;
		line-height: 2.6rem;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
	}
}

.footer__link {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
}
.footer__link__icon {
	width: 3rem;
	height: 2.3rem;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 0.8rem;
	display: block;
}
.footer__copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.1rem;
	max-width: 22rem;
	padding-top: 2.4rem;
}


.programare-online {
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 2rem;
}

html .ea-bootstrap {
	font-family: "Quicksand", sans-serif !important;
}

.ui-datepicker {
	box-shadow: 0.8rem 0.8rem 2rem 0 rgba(68, 195, 177, 0.1) !important;
	border: none !important;
	border-radius: 8px !important;
}

.step:nth-child(2) .block {
	border: 5px solid red !important;
	background-color: red !important;
}

.ea-bootstrap .disabled .block {
	display: none;
}

.ea-bootstrap a {
	color: #000 !important;
}

.ui-datepicker .ui-datepicker-current-day {
	background-color: #F98376 !important;
}

.ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
	background-color: #F98376 !important;
}

.ea-bootstrap .disabled .block {
	opacity: .3 !important;
}

.ea-bootstrap .form-control:focus {
	border-color: #F98376 !important;
}

.row-price {
	display: none;
}


.mc4wp-alert p {
	padding-left: 6.4rem;
}

.contactForm {
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 2rem;
}
.form {
	display: flex;
	flex-direction: column;
}

.wpcf7-response-output {
	max-width: 80rem;
	margin: 2rem auto !important;
}

.form__row {
	display: flex;
	flex: 1;
	margin-bottom: 2rem;
}

@media (max-width: 30em){
	.form__row {
		flex-direction: column;
	}
}

.form span {
	flex: 1;
}
.form input {
	display: block;
	padding: 2rem;
	width: 100% !important;
	border: none !important;
	box-shadow: .4rem .4rem 1.6rem 0 rgba(0,0,0,.1);
	border-radius: .4rem;
}

.form__button {
	display: block;
	background-color: #F98376;
	align-self: flex-end;
	justify-self: flex-end;
	margin: 0 !important;
	flex: 2;
	margin-right: 2rem !important;
	width: 100%;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .1rem;
}

.form__row span:not(:last-child){
	margin-right: 2rem !important;
}

@media (max-width: 30em){
	.form__row span:not(:last-child){
		margin-right: 0rem !important;
	}
}

#cosmetica-medicala .owl-stage {
	margin: 0 auto;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 100% !important;
}

.container--plr-2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.category {
	cursor: pointer;
}

#logos .owl-stage {
	margin: 0 auto !important;
}

.team-member__speciality {
	margin-bottom: auto;
}

.afectiuni {
	display: flex;
	flex-wrap: wrap;
}

.afectiuni .article {
	flex: 0 1 calc(25% - 32px);
	background-color: #fff;
	margin: 16px;
}


@media (max-width: 1200px) {
	.afectiuni .article {
		flex: 0 1 calc(50% - 32px);
		margin: 16px;
	}
}

@media (max-width: 500px) {
	.afectiuni .article {
		flex: 0 1 100%;
		margin: 16px;
	}
}


.video-box-mr40 {
	margin-right: 40px
}

@media (max-width: 500px) {
	.video-box-mr40 {
		margin-right: 0;
	}
}

.container--pt-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.program {
	padding-top: 32px
}

.program h3 {
	padding-bottom: 1.6rem;
}

.blog-article__content iframe {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 16px;
}

.footer__logos {
	margin-top: 40px;
}

.footer__logos__item {
	height: 80px
}

.footer__logos__item img{
	width: auto;
	height: 100%;
	object-fit: contain;
}

.contact-info__link span {
	padding-right: 4px;
	font-weight: 400;
}

.hide-on-desktop {
	display: none;
}

@media (max-width: 78em) {
	.hide-on-desktop {
		display: block;
	}
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	background-color: transparent !important;
	color: #5f2f59 !important;
	border-color: #5f2f59 !important;
}

a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #5f2f59 !important;
	border-color: #5f2f59 !important;
}

#CybotCookiebotDialog {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-shadow: 0 0 0 200vw rgba(0,0,0,.4) !important;
	border-radius: 8px !important;
	margin: 0 !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
	max-width: 100%;
	display: flex !important;
	justify-content: space-between !important;
	width: 100% !important;
	margin: 16px 0;
	align-items: flex-end;
}

#CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
	background-color: #5f2f59 !important;
	border-color: #5f2f59 !important;
	padding: 10px 32px !important;
	text-transform: uppercase;
	margin: 0 !important;
	border-radius: 40px;
	text-align: center;
	max-width: 200px
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonsSelectPane,
#CybotCookiebotDialogBodyLevelDetailsWrapper{
	border: none !important;
	background-color: transparent !important;
}


#CybotCookiebotDialogPoweredbyLink, #CybotCookiebotDialogBodyContentTitle {
	display: none !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
	margin: 0 !important;
	padding: 0 !important
}

#CybotCookiebotDialogBodyContent,
#CybotCookiebotDialogBodyButtons{
	padding: 24px 24px 0 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	max-width: 20px !important;
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
	text-align: right !important;
}


.form-online {
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	padding: 40px;
	background-image: url(/wp-content/uploads/2021/09/online-program-bg@2x.png);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: -10px;
	position: relative;
	overflow: hidden;
}

.form-online:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#fff, #F98376);
	opacity: .8;
}

@media (max-width: 600px) {
	.form-online {
		padding: 16px;
	}
}

.form-online__item {
	margin-bottom: 24px;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.form-online__item--gdpr {
	margin: 32px auto;
	font-size: 14px;
	line-height: 16px
}

.form-online__item--gdpr a {
	color: #000;
	text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0 !important;
	background-image: linear-gradient(#5f2f59, #5f2f59);
	border: none;
	color: #fff;
	text-align: center;
	padding: 10px 24px;
	font-weight: 700;
}

.form-online__item--submit {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.form-online__item--submit input{
	border: none !important;
}

.wpcf7 .ajax-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-online__item--gdpr label {
	display: flex;
	align-items: center;
}

.form-online__item--gdpr label span{
	flex: 1 0;
	display: block !important;
	width: 100%;
}

.form-online__item--gdpr label input {
	flex: 0 24px;
}

.form-online__item p {
	text-align: center;
	margin-bottom: 8px;
	text-transform: lowercase;
}

.form-online__item input,
.form-online__item select{
	border: 0.1rem solid #dcdce6;
	padding: 8px 24px;
	width: 100%;
	border-radius: 40px;
	text-align: center;
	flex: 1 0 100%;

}

input[type="submit"] {
	border-radius: 40px;
	overflow: hidden;
	display: block;
	padding: 1.2rem 1.6rem;
	position: relative;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	max-width: 28rem;
	width: 100%;
	text-transform: uppercase;
	background-color: #5f2f59;
	transition: all 0.25s ease-in-out;
}
.button:hover {
	/*background-color: #4e2749;*/
}


.site-map-wrapper {
	padding: 6.4rem 2rem;
	max-width: 1248px;
	margin: 0 auto;
}
.site-map {
	display: flex;
}

.site-map-wrapper h1 {
	font-size: 32px !important;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #F98376 !important
}

.site-map h2 {
	font-size: 20px;
	font-weight: 600;
	color: #F98376;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.site-map ul{
	padding: 0;
	margin-bottom: 24px;
	margin-left: 0px;
	list-style-type: none;
}
.site-map .sub-menu{
	margin-left: 28px;
	list-style-type: disc;
}

.site-map__row--articole ul {
	list-style-type: disc;
	margin-left: 28px;
}

.site-map a {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	display: block;
}

.site-map .sub-menu a {
	font-weight: 400;
}

.site-map__row {
	margin-bottom: 4rem
}

.site-map__row {
	flex: 1;
}

.site-map__row--articole a {
	font-weight: 400;
}

@media (max-width: 800px) {
	.site-map-wrapper {
		padding: 40px 20px;
	}
	.site-map {
		flex-direction: column
	}
	.site-map-wrapper h1 {
		font-size: 24px !important;
		margin-bottom: 16px
	}

	.site-map__row:first-child h2 {
		display: none;
	}

	.site-map__row {
		margin-bottom: 16px;
	}
}

.site-map__row--articole {
	flex: 2
}

.site-map__row--articole ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.site-map__row--articole ul li {
	flex: 0 1 calc(50% - 40px);
	margin: 0px 20px 10px !important;
	margin-left: 0;
}

.cta {
	max-width: 80rem;
	margin: 0 auto;
}

.row.row--flex.row--reverse .col {
	flex: 1;
	justify-content: center;
	align-items: center;
}

.maps-box-wrapper {
	flex: 1 50%;
}

@media (max-width: 1024px){
	.maps-box-wrapper {
		display: none;
	}
}

.map-box {
	height: 56rem !important;
	margin-bottom: 80px;
}

.select2-container {
	display: none !important;
}

.elementor-1814 table td {
	border: 1px solid rgba(0,0,0,.5) !important;
	margin: 0 !important;
	padding: .4rem;
}

.elementor-1814 table td p {
	margin: 0 !important;
}


.echipamente-wrapper {
}

.echipamente {
	display: flex;
	align-items: center;
	justify-content: center;
}

.echipamente__item {
	flex: 0 25% !important;
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgb(0 0 50 / 10%);
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

.echipamente__item:not(:last-child) {
	margin-right: 2.4rem
}

.echipamente__item__image__box {
	height: 20rem;
}

.echipamente__item__image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.echipamente__item__title {
	padding: 2.4rem;
	text-align: center;
}

.echipamente a {
	max-width: 100%;
	border-radius: 0 !important;
}


@media (max-width: 40em) {
	.echipamente {
		flex-direction: column;
	}

	.echipamente__item:not(:last-child) {
		margin-right: 0;
	}

	.echipamente__item {
		flex: 1 0 100% !important;
		width: 100%;
		margin-bottom: 4rem
	}
}

.breadcrumbs-mpr {
	position: absolute;
	bottom: 2.4rem;
	left: 2.4rem;
	display: flex;
	z-index: 1
}

.breadcrumbs-mpr__item {
	color: #fff;
	margin-right: .4rem;
}

a.breadcrumbs-mpr__item {
	font-weight: 600;
}

@media (max-width: 600px) {
	.breadcrumbs-mpr {
		display: none;
	}
}

.ac--chirurgie-estetica .ac-q span {
	color: #b3b3b2 !important;
}


.text-area {
	max-width: 120rem;
	width: 100%;
	margin: 0 auto 8rem;
	display: block;
}
@media (max-width: 42em) {
	.text-area {
		margin-bottom: 4rem;
	}
}
.text-area h1 {
	color: #0A303C;
	font-size: 3.2rem;
	line-height: 4rem;
	margin-bottom: 2.4rem;
}
@media (max-width: 40em) {
	.text-area h1 {
		font-size: 2rem;
		line-height: 2.8rem;
	}
}
.text-area h2 {
	color: #0A303C;
	font-size: 3.2rem;
	line-height: 4rem;
	margin-bottom: 2.4rem;
}
@media (max-width: 40em) {
	.text-area h2 {
		font-size: 2rem;
		line-height: 2.8rem;
	}
}
.text-area h3 {
	color: #0A303C;
	font-size: 2.4rem;
	line-height: 2.8rem;
	margin-bottom: 1.6rem;
}
@media (max-width: 40em) {
	.text-area h3 {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}
.text-area p {
	text-align: left;
	margin-bottom: 1.6rem;
}
@media (max-width: 40em) {
	.text-area p {
		font-size: 1.4rem;
	}
}
.text-area ul {
	list-style-type: circle;
	margin-left: 1.6rem;
	margin-bottom: 1.6rem;
}
.text-area a {
	color: #F98376;
	position: relative;
}
.text-area a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	height: 0.1rem;
	width: 100%;
	display: block;
	background-color: #F98376;
	transition: all 0.25s ease-in-out;
}
.text-area a:hover:after {
	transform: translateX(-50%) scaleX(1);
}


.split-content {
	max-width: 120rem;
	margin: 0 auto 8rem;
	padding: 0 2rem;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
@media (max-width: 50em) {
	.split-content {
		display: block;
	}
}
@media (max-width: 42em) {
	.split-content {
		padding: 0;
		margin-bottom: 8rem;
	}
}
.split-content--reverse {
	flex-direction: row;
}
.split-content__col {
	flex: 2;
	min-width: 0;
}
.split-content__col.small {
	flex: 1;
}
.split-content__cta {
	display: flex;
	justify-content: center;
}

.split-image {
	height: 42rem;
	width: 100%;
	border-radius: 1.6rem;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
@media (max-width: 42em) {
	.split-image {
		height: 24rem;
	}
}
.split-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 42em) {
	.split-image img {
/* 		width: auto; */
	}
}

.split-text {
	margin-right: 8rem;
	text-align: left;
}
@media (max-width: 50em) {
	.split-text {
		margin-right: 0;
		padding: 0 2rem;
	}
}
.split-text--fixed-height {
	max-height: 40rem;
	overflow: hidden;
	overflow-y: scroll;
}
@media (max-width: 42em) {
	.split-text--fixed-height {
		max-height: auto;
	}
}
.split-text--fixed-height::-webkit-scrollbar {
	width: 1px;
}
.split-text--fixed-height::-webkit-scrollbar-track {
	background: transparent;
}
.split-text--fixed-height::-webkit-scrollbar-thumb {
	background-color: #f49833;
	border-radius: 2px;
	border: none;
}
.split-text--reverse {
	margin-right: 0;
	margin-left: 8rem;
}
@media (max-width: 50em) {
	.split-text--reverse {
		margin-left: 0;
	}
}
.split-text--mr-0 {
	margin-right: 0;
	padding: 0 2rem;
}
@media (max-width: 50em) {
	.split-text--mr-0 {
		margin-left: 0;
	}
}
.split-text h2, .split-text h3 {
	color: #FECEC8;
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin-bottom: 2.4rem;
}
@media (max-width: 40em) {
	.split-text h2, .split-text h3 {
		font-size: 2rem;
		line-height: 2.8rem;
		margin-bottom: 1.6rem;
	}
}
.split-text h4 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 1.6rem;
}
@media (max-width: 40em) {
	.split-text h4 {
		font-size: 2rem;
		line-height: 2.8rem;
	}
}
.split-text p {
	margin-bottom: 1.6rem;
}
@media (max-width: 40em) {
	.split-text p {
		font-size: 1.4rem;
	}
}
.split-text ul {
	margin-bottom: 1.6rem;
	margin-left: 1.6rem;
	padding: 0;
	list-style-type: disc;
}
.split-text ul li {
	font-size: 1.4rem;
}
.split-text ol {
	margin-bottom: 1.6rem;
	margin-left: 0;
	list-style-type: decimal;
}
.split-text ol li {
	font-size: 1.4rem;
}
.split-text a {
	color: #F98376;
	position: relative;
}
.split-text a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	height: 0.1rem;
	width: 100%;
	display: block;
	background-color: #F98376;
	transition: all 0.25s ease-in-out;
}
.split-text a:hover:after {
	transform: translateX(-50%) scaleX(1);
}

.split-video {
	height: 40rem;
	width: 100%;
	border-radius: 1.6rem;
	overflow: hidden;
}
@media (max-width: 42em) {
	.split-video {
		height: 32rem;
	}
}
.split-video iframe {
	width: 100%;
	height: 100%;
}

.social-sticky {
	position: fixed;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #ffffff;
	box-shadow: 0 1.6rem 3rem 0 rgba(14, 36, 92, 0.1);
}
@media (max-width: 480px) {
	.social-sticky {
		top: auto;
		bottom: 0;
		transform: translateY(0);
	}
}


.split-before-after {
	height: 40rem;
	width: 100%;
}
@media (max-width: 42em) {
	.split-before-after {
		height: 32rem;
	}
}
@media (max-width: 42em) {
	.split-before-after .twentytwenty-container {
		height: 32rem !important;
	}
}


.branding {
	/*background-color: #ffffff;*/
	max-width: 120rem;
	width: 100%;
	margin: 0 auto 8rem;
	border-radius: 1.6rem;
	overflow: hidden;
	display: flex;
	padding: 2.4rem;
	/*box-shadow: 0 0.8rem 0.8rem 0 rgba(19, 134, 65, 0.1);*/
}
@media (max-width: 45em) {
	.branding {
		flex-wrap: wrap;
	}
}
@media (max-width: 30em) {
	.branding {
		padding: 1.6rem;
	}
}
.branding__item {
	flex: 1;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
}
@media (max-width: 45em) {
	.branding__item {
		flex: 1 50%;
		margin-bottom: 1.6rem;
	}
}
.branding__item__image {
	margin-bottom: 1.6rem;
	width: 4.8rem;
	height: 4.8rem;
}
@media (max-width: 30em) {
	.branding__item__image {
		width: 3.2rem;
		height: 3.2rem;
	}
}
.branding__item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.branding__item__title {
	text-align: center;
	color: #0A303C;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 600;
	padding: 0 1.6rem;
	max-width: 20rem;
	margin: 0 auto;
}
@media (max-width: 30em) {
	.branding__item__title {
		padding: 0 0.8rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}

.image {
	width: 100%;
	height: 100%;
}
.image--cover {
	object-fit: cover;
}

.tab {
	display: flex;
	background-color: #ffffff;
	box-shadow: 0 0.8rem 0.8rem 0 rgba(19, 134, 65, 0.1);
	border-radius: 1.6rem;
	overflow: hidden;
}
@media (max-width: 40em) {
	.tab {
		padding-top: 2.4rem;
	}
}
.tab__row {
	flex: 1;
	height: 48rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 62em) {
	.tab__row {
		max-height: 70vh;
		height: auto;
	}
}
.tab__row--scroll {
	overflow: hidden;
	overflow-y: scroll;
}
.tab__row--scroll::-webkit-scrollbar {
	display: none;
}
@media (max-width: 62em) {
	.tab__row--hide {
		display: none;
	}
}

.contact {
	max-width: 120rem;
	width: 100%;
	margin: 0 auto 8rem;
	display: flex;
	background-color: #ffffff;
	border-radius: 1.6rem;
	box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
@media (max-width: 45em) {
	.contact {
		flex-direction: column;
	}
}
.contact__row {
	flex: 1;
	display: flex;
}
@media (max-width: 45em) {
	.contact__row--fixed-height {
		height: 32rem;
		flex: auto;
	}
}
.contact__info {
	padding: 4.8rem;
}
@media (max-width: 45em) {
	.contact__info {
		padding: 2.4rem;
	}
}
.contact__title {
	font-size: 3.2rem;
	line-height: 4rem;
	max-width: 44rem;
	margin-bottom: 2.4rem;
}
@media (max-width: 55em) {
	.contact__title {
		font-size: 2rem;
		line-height: 2.8rem;
	}
}
.contact__list__item {
	display: flex;
}
.contact__list__item:not(:last-child) {
	margin-bottom: 2rem;
}
.contact__list__item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-right: 0.8rem;
}
.contact__list__item__link {
	display: flex;
	align-items: center;
	color: #000000;
	font-weight: 600;
	position: relative;
}
.contact__list__item__link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	height: 0.1rem;
	width: 100%;
	display: block;
	background-color: #F98376;
	transition: all 0.25s ease-in-out;
}
.contact__list__item__link:hover:after {
	transform: translateX(-50%) scaleX(1);
}
.contact iframe {
	width: 100%;
	height: 100%;
}

.contact-info {
	max-width: 120rem;
	margin: 0 auto;
	width: 100%;
	padding: 0 0 8rem;
}
@media (min-width: 64em) {
	.contact-info {
		padding: 0 2.4rem 16rem;
		display: flex;
		max-width: 132rem;
		width: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 64em) {
	.contact-info__row {
		flex: 2;
	}
}
.contact-info__row--plr-24 {
	padding: 0 2.4rem;
	margin-bottom: 4rem;
}
@media (min-width: 64em) {
	.contact-info__row--plr-24 {
		padding: 0;
		margin-right: 4rem;
	}
}
@media (min-width: 72em) {
	.contact-info__row--plr-24 {
		margin-right: 20rem;
	}
}
.contact-info__row--max-54 {
	flex: 1;
}
.contact-info__text {
	margin-bottom: 2.4rem;
}
@media (min-width: 64em) {
	.contact-info__text {
		margin-bottom: 8rem;
	}
}
.contact-info__text h1 {
	margin-bottom: 1.6rem;
}
@media (min-width: 64em) {
	.contact-info__text h1 {
		margin-bottom: 3.2rem;
	}
}
.contact-info__text p {
	margin-bottom: 1.6rem;
	max-width: 64rem;
}
@media (min-width: 64em) {
	.contact-info__text p {
		font-size: 2rem;
		line-height: 2.4rem;
		margin-bottom: 3.2rem;
	}
}
.contact-info__methods h3 {
	margin-bottom: 1.6rem;
}
.contact-info__item {
	margin-bottom: 1.6rem;
	display: flex;
	align-items: center;
}
.contact-info__item img {
	width: 1.6rem;
	height: 1.6rem;
	object-fit: contain;
	margin-right: 0.8rem;
}
.contact-info__item:nth-child(2) img {
	margin-top: 1rem;
}
.contact-info__item svg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.8rem;
	height: 1.8rem;
	transform: translateY(20%);
}
.contact-info__item p {
	transition: all 0.25s ease-in-out;
	color: #F98376;
}
.contact-info__item:hover {
	color: #f49833;
}


.programare-online {
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 2rem;
}

html .ea-bootstrap {
	font-family: "Quicksand", sans-serif !important;
}

.ui-datepicker {
	box-shadow: 0.8rem 0.8rem 2rem 0 rgba(68, 195, 177, 0.1) !important;
	border: none !important;
	border-radius: 8px !important;
}

.step:nth-child(2) .block {
	border: 5px solid red !important;
	background-color: red !important;
}

.ea-bootstrap .disabled .block {
	display: none;
}

.ea-bootstrap a {
	color: #000 !important;
}

.ui-datepicker .ui-datepicker-current-day {
	background-color: #F98376 !important;
}

.ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
	background-color: #F98376 !important;
}

.ea-bootstrap .disabled .block {
	opacity: .3 !important;
}

.ea-bootstrap .form-control:focus {
	border-color: #F98376 !important;
}

.row-price {
	display: none;
}


.mc4wp-alert p {
	padding-left: 6.4rem;
}

.contactForm {
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 2rem;
}
.form {
	display: flex;
	flex-direction: column;
}

.wpcf7-response-output {
	max-width: 80rem;
	margin: 2rem auto !important;
}

.form__row {
	display: flex;
	flex: 1;
	margin-bottom: 2rem;
}

@media (max-width: 30em){
	.form__row {
		flex-direction: column;
	}
}

.form span {
	flex: 1;
}
.form input {
	display: block;
	padding: 2rem;
	width: 100% !important;
	border: none !important;
	box-shadow: .4rem .4rem 1.6rem 0 rgba(0,0,0,.1);
	border-radius: .4rem;
}

.form__button {
	display: block;
	background-color: #F98376;
	align-self: flex-end;
	justify-self: flex-end;
	margin: 0 !important;
	flex: 2;
	margin-right: 2rem !important;
	width: 100%;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .1rem;
}

.form__row span:not(:last-child){
	margin-right: 2rem !important;
}

@media (max-width: 30em){
	.form__row span:not(:last-child){
		margin-right: 0rem !important;
	}
}

#cosmetica-medicala .owl-stage {
	margin: 0 auto;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 100% !important;
}

.container--plr-2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.category {
	cursor: pointer;
}

#logos .owl-stage {
	margin: 0 auto !important;
}

.team-member__speciality {
	margin-bottom: auto;
}

.afectiuni {
	display: flex;
	flex-wrap: wrap;
}

.afectiuni .article {
	flex: 0 1 calc(25% - 32px);
	background-color: #fff;
	margin: 16px;
}


@media (max-width: 1200px) {
	.afectiuni .article {
		flex: 0 1 calc(50% - 32px);
		margin: 16px;
	}
}

@media (max-width: 500px) {
	.afectiuni .article {
		flex: 0 1 100%;
		margin: 16px;
	}
}


.video-box-mr40 {
	margin-right: 40px
}

@media (max-width: 500px) {
	.video-box-mr40 {
		margin-right: 0;
	}
}

.container--pt-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.program {
	padding-top: 32px
}

.program h3 {
	padding-bottom: 1.6rem;
}

.blog-article__content iframe {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 16px;
}

.footer__logos {
	margin-top: 40px;
}

.footer__logos__item {
	height: 80px
}

.footer__logos__item img{
	width: auto;
	height: 100%;
	object-fit: contain;
}

.contact-info__link span {
	padding-right: 4px;
	font-weight: 400;
}

.hide-on-desktop {
	display: none;
}

@media (max-width: 78em) {
	.hide-on-desktop {
		display: block;
	}
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	background-color: transparent !important;
	color: #5f2f59 !important;
	border-color: #5f2f59 !important;
}

a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #5f2f59 !important;
	border-color: #5f2f59 !important;
}

#CybotCookiebotDialog {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-shadow: 0 0 0 200vw rgba(0,0,0,.4) !important;
	border-radius: 8px !important;
	margin: 0 !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
	max-width: 100%;
	display: flex !important;
	justify-content: space-between !important;
	width: 100% !important;
	margin: 16px 0;
	align-items: flex-end;
}

#CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
	background-color: #5f2f59 !important;
	border-color: #5f2f59 !important;
	padding: 10px 32px !important;
	text-transform: uppercase;
	margin: 0 !important;
	border-radius: 40px;
	text-align: center;
	max-width: 200px
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonsSelectPane,
#CybotCookiebotDialogBodyLevelDetailsWrapper{
	border: none !important;
	background-color: transparent !important;
}


#CybotCookiebotDialogPoweredbyLink, #CybotCookiebotDialogBodyContentTitle {
	display: none !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
	margin: 0 !important;
	padding: 0 !important
}

#CybotCookiebotDialogBodyContent,
#CybotCookiebotDialogBodyButtons{
	padding: 24px 24px 0 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	max-width: 20px !important;
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
	text-align: right !important;
}


.form-online {
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 50, 0.1);
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	padding: 40px;
	background-image: url(/wp-content/uploads/2021/09/online-program-bg@2x.png);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: -10px;
	position: relative;
	overflow: hidden;
}

.form-online:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#fff, #F98376);
	opacity: .8;
}

@media (max-width: 600px) {
	.form-online {
		padding: 16px;
	}
}

.form-online__item {
	margin-bottom: 24px;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.form-online__item--gdpr {
	margin: 32px auto;
	font-size: 14px;
	line-height: 16px
}

.form-online__item--gdpr a {
	color: #000;
	text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0 !important;
	background-image: linear-gradient(#5f2f59, #5f2f59);
	border: none;
	color: #fff;
	text-align: center;
	padding: 10px 24px;
	font-weight: 700;
}

.form-online__item--submit {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.form-online__item--submit input{
	border: none !important;
}

.wpcf7 .ajax-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-online__item--gdpr label {
	display: flex;
	align-items: center;
}

.form-online__item--gdpr label span{
	flex: 1 0;
	display: block !important;
	width: 100%;
}

.form-online__item--gdpr label input {
	flex: 0 24px;
}

.form-online__item p {
	text-align: center;
	margin-bottom: 8px;
	text-transform: lowercase;
}

.form-online__item input,
.form-online__item select{
	border: 0.1rem solid #dcdce6;
	padding: 8px 24px;
	width: 100%;
	border-radius: 40px;
	text-align: center;
	flex: 1 0 100%;

}

input[type="submit"] {
	border-radius: 40px;
	overflow: hidden;
	display: block;
	padding: 1.2rem 1.6rem;
	position: relative;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	max-width: 28rem;
	width: 100%;
	text-transform: uppercase;
	background-color: #F98376;
	transition: all 0.25s ease-in-out;
}
.button:hover {
	/*background-color: #4e2749;*/
}


.site-map-wrapper {
	padding: 6.4rem 2rem;
	max-width: 1248px;
	margin: 0 auto;
}
.site-map {
	display: flex;
}

.site-map-wrapper h1 {
	font-size: 32px !important;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #F98376 !important
}

.site-map h2 {
	font-size: 20px;
	font-weight: 600;
	color: #F98376;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.site-map ul{
	padding: 0;
	margin-bottom: 24px;
	margin-left: 0px;
	list-style-type: none;
}
.site-map .sub-menu{
	margin-left: 28px;
	list-style-type: disc;
}

.site-map__row--articole ul {
	list-style-type: disc;
	margin-left: 28px;
}

.site-map a {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	display: block;
}

.site-map .sub-menu a {
	font-weight: 400;
}

.site-map__row {
	margin-bottom: 4rem
}

.site-map__row {
	flex: 1;
}

.site-map__row--articole a {
	font-weight: 400;
}

@media (max-width: 800px) {
	.site-map-wrapper {
		padding: 40px 20px;
	}
	.site-map {
		flex-direction: column
	}
	.site-map-wrapper h1 {
		font-size: 24px !important;
		margin-bottom: 16px
	}

	.site-map__row:first-child h2 {
		display: none;
	}

	.site-map__row {
		margin-bottom: 16px;
	}
}

.site-map__row--articole {
	flex: 2
}

.site-map__row--articole ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.site-map__row--articole ul li {
	flex: 0 1 calc(50% - 40px);
	margin: 0px 20px 10px !important;
	margin-left: 0;
}

.cta {
	max-width: 80rem;
	margin: 0 auto;
}

.row.row--flex.row--reverse .col {
	flex: 1;
	justify-content: center;
	align-items: center;
}

.maps-box-wrapper {
	flex: 1 50%;
}

@media (max-width: 1024px){
	.maps-box-wrapper {
		display: none;
	}
}

.map-box {
	height: 56rem !important;
	margin-bottom: 80px;
}

.select2-container {
	display: none !important;
}

.elementor-1814 table td {
	border: 1px solid rgba(0,0,0,.5) !important;
	margin: 0 !important;
	padding: .4rem;
}

.elementor-1814 table td p {
	margin: 0 !important;
}


.echipamente-wrapper {
}

.echipamente {
	display: flex;
	align-items: center;
	justify-content: center;
}

.echipamente__item {
	flex: 0 25% !important;
	box-shadow: 0.4rem 0.4rem 1.6rem 0 rgb(0 0 50 / 10%);
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

.echipamente__item:not(:last-child) {
	margin-right: 2.4rem
}

.echipamente__item__image__box {
	height: 20rem;
}

.echipamente__item__image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.echipamente__item__title {
	padding: 2.4rem;
	text-align: center;
}

.echipamente a {
	max-width: 100%;
	border-radius: 0 !important;
}


@media (max-width: 40em) {
	.echipamente {
		flex-direction: column;
	}

	.echipamente__item:not(:last-child) {
		margin-right: 0;
	}

	.echipamente__item {
		flex: 1 0 100% !important;
		width: 100%;
		margin-bottom: 4rem
	}
}

.breadcrumbs-mpr {
	position: absolute;
	bottom: 2.4rem;
	left: 2.4rem;
	display: flex;
	z-index: 1
}

.breadcrumbs-mpr__item {
	color: #fff;
	margin-right: .4rem;
}

a.breadcrumbs-mpr__item {
	font-weight: 600;
}

@media (max-width: 600px) {
	.breadcrumbs-mpr {
		display: none;
	}
}

.ac--chirurgie-estetica .ac-q span {
	color: #b3b3b2 !important;
}


@media (max-width: 77.9375em) {

	.header.active {
		border-radius: 0;
	}

	.menu-main-nav-container {
		display: block;
		height: 100vh;
		width: 100vw;
		background-color: #fff;
		position: absolute;
		top: 5rem;
		right: 0;
		z-index: 1;
		transition: all .25s ease-in-out;
		transform: translateX( 100% );
		overflow: hidden;
		overflow-y: scroll;
	}

	.header.active .menu-main-nav-container {
		transform: translateY(0);
		display: block;
	}

	.nav {
		flex-direction: column;
		/*justify-content: center;*/
		align-items: center;
		height: 100%;
		padding: 1.6rem !important;
		border-top: .1rem solid rgba(0,0,0,.1);
	}
	.nav .menu-item{
		padding-right: 0;
		width: 100%;
		padding-bottom: 3.2rem;
	}

	.menu-item-has-children:after {
		right: 1.4rem;
	}

	.sub-menu {
		position: relative;
		padding-top: 0;
	}
	.sub-menu .menu-item {
		padding-bottom: 0;
	}
	.sub-menu .menu-item:last-child {
		padding-bottom: 0;
	}

	h2.ac-q {
		padding-right: 3.2rem !important;
	}
}

#latest-news .category {
	margin-top: auto !important;
}

#latest-news .article__info__excerpt {
	padding-bottom: 2rem;
}

.hide {
	display: none;
}

.mobile-nav {
	display: none;
}

@media(max-width: 48em) {
	.mobile-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(255,255,255, .9);
		z-index: 22;
		padding: .8rem 1.6rem;
	}
}

.mobile-nav__button {
	background-color: #F98376;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	padding: .6rem .8rem;
	border-radius: .8rem .8rem;
}

.mobile-nav__tel svg {
	fill: #fff !important;
}

.text-area h2,
.contact__title,
.section-title {
	color: #FECEC8;
}
.mobile-nav__tel {
	padding: 1rem 1rem .6rem;
	background-color: #F98376;
	border-radius: .8rem .8rem;
}

.wrapper {
	padding-bottom: 4rem;
}

@media (max-width: 800px) {
	.wrapper {
		padding-bottom: 2.4rem;
	}
	.text-area {
		padding: 6.4rem 2rem 0;
	}

	.split-image {
		margin-bottom: 2.4rem;
	}

	.section-title {
		padding: 0 2rem;
	}
}
#ul_space {
	margin-top: 10px;
}
#text_para {
	margin-top: 100px;
	margin-bottom: 10px;
}
.service-name {
	text-align: left;
}

/* STIL PAGINA PROMOTII */

/* .lp-split__image img {
	aspect-ratio: 4/3;
} */

.lp-split__overlay-content {
	padding-inline: 1rem;
}