body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  color: #102039;
  height: auto;
  overflow-x: hidden;
/*   overflow: hidden; */
  background-color: #FFEFE8;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #c20d0d;
}

::selection {
  color: #fff;
  background: #b94147;
}

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
  background: #fffeff;        /* color of the tracking area */
  
  }
  
  body::-webkit-scrollbar-thumb {
  background-color: #bb0d16;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 2px solid #bb0d16;  /* creates padding around scroll thumb */
  }
  
  body::-webkit-scrollbar-thumb:hover {
  background-color: #bb0d16;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 2px solid #bb0d16;  /* creates padding around scroll thumb */
  }

/***************/

/* font-family: 'Staatliches', cursive; */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

/***************/

.opacitate-load {
	animation-name: opacitate-load;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
  }
  
  @keyframes opacitate-load {
	0% {
	  margin-left: 1500px;
	}
	100% {
	  margin-left: 0px;
	}
  }


  .opacitate-load2 {
	animation-name: opacitate-load2;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
  }
  
  @keyframes opacitate-load2 {
	0% {
	  margin-left: 0px;
	}
	100% {
	  margin-left: 1500px;
	}
  }

/***************/

.container-nav-desk-total {
	height: 100px;
	/* background: linear-gradient(to bottom, #69bcaa 0%, #82d3c1 100%); */
	background-color: #FFEFE8;
/* 	backdrop-filter: blur(10px); */
	position: sticky;
	top: 0;
	box-shadow: 0px 2px 0px #b3b3b3;
	z-index: 5;
}

.container-nav-desk {
	height: auto;
	max-width: 1440px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container-nav-desk-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.container-nav-desk-el-1 {
	height: auto;
	width: 300px;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
}

.container-nav-desk-el-2 {
	height: auto;
	width: 1140px;
/* 	background-color: black; */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.container-nav-desk-el-3 {
	height: auto;
	width: 300px;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-nav-desk-el-1-img-asp {
    height: 90px;
    width: 300px;
}

.container-nav-desk-el-1-img-asp2 {
    height: 60px;
    width: 120px;
}

.container-nav-desk-el-2-a-asp {
	font-size: 16px;
	text-decoration: none;
	color: #102039;
	transition: 0.17s;
}

.container-nav-desk-el-2-a-asp:hover {
	color: #e90511;
}

.container-nav-desk-el-3-ctc-asp {
	background-color: #bb0d16;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	padding: 16px 40px;
	border-radius: 50px;
	font-size: 16px;
	transition: 0.17s;
}

.container-nav-desk-el-3-ctc-asp:hover {
	background-color: #dd0f1a;
	color: #fff;
}

/*  */

.container-dropclinici-desk-total-1 {
	height: 240px;
	width: 100%;
/* 	background-color: #82d3c1; */
	background-color: #bb0d16;
/* 	backdrop-filter: blur(10px); */
	display: none;
	position: sticky;
	z-index: 3;
	margin-top: -1px;
/* 	box-shadow: 0px 3px 0px #cfcfcf; */
}

.container-dropclinici-desk-total-2 {
	height: 240px;
	width: 100%;
/* 	background-color: #82d3c1; */
	background-color: #bb0d16;
/* 	backdrop-filter: blur(10px); */
	display: none;
	position: sticky;
	z-index: 3;
	margin-top: -1px;
/* 	box-shadow: 0px 3px 0px #cfcfcf; */
}

.container-dropclinici-desk-total-3 {
	height: 240px;
	width: 100%;
/* 	background-color: #82d3c1; */
	background-color: #bb0d16;
/* 	backdrop-filter: blur(10px); */
	display: none;
	position: sticky;
	z-index: 3;
	margin-top: -1px;
/* 	box-shadow: 0px 3px 0px #cfcfcf; */
}

.permisie-deschis {
	display: block;
}

.container-dropclinici-desk {
	height: 100%;
	max-width: 1440px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

.container-dropclinici-desk-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.container-dropclinici-desk-el-1 {
	height: 100%;
	width: 400px;
/* 	background-color: black; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
}

.container-dropclinici-desk-el-2 {
	height: 100%;
	width: 400px;
/* 	background-color: black; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
}

.container-dropclinici-desk-el-3 {
	height: 100%;
	width: 400px;
/* 	background-color: black; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
}

.container-dropclinici-desk-el-1-titlu-asp {
	color: #fff;
	margin-bottom: 30px;
	font-size: 22px;
}

.container-dropclinici-desk-el-1-1 {
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	transition: 0.17s;
}

.container-dropclinici-desk-el-1-2 {
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	transition: 0.17s;
}

.container-dropclinici-desk-el-1-3 {
	color: #fff;
	text-decoration: none;
	transition: 0.17s;
}

/* .container-dropclinici-desk-el-1-1:hover {
	color: #e2747a;
} */

/* .container-dropclinici-desk-el-1-2:hover {
	color: #195f51;
} */

/* .container-dropclinici-desk-el-1-3:hover {
	color: #195f51;
} */

/*  */

.container-test-2 {
	height: 200px;
	background-color: rgb(255, 255, 255);
	/* margin-top: -100vh; */
}

.drop-clinic {
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.drop-servicii {
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.drop-faq {
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/*  */

.container-nav-tel-total {
	display: none;
}

.container-nav-tel-deschis-clinici-total {
	display: none;
}

.container-nav-tel-deschis-clinici-total2 {
	display: none;
}

.container-nav-tel-deschis-clinici-total3 {
	display: none;
}

/*  */

.container-header-total {
	height: calc(100vh - 100px);
	background-color: #FFEFE8;
	background-image: url('../images/assets/pag1/header-background2.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-header-total2 {
	height: calc(100vh - 100px);
	background-color: #FFEFE8;
	background-image: url('../images/assets/pag1/header-background2.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-header {
	height: 100%;
/* 	width: 100%; */
	background-image: url('../images/assets/pag1/forma-1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-header-elemente {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
/* 	padding-right: 20px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-header-el-1 {
	height: 100%;
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
/* 	background-color: red; */
}

.container-header-el-2 {
	height: 100%;
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	background-color: pink; */
	background-image: url('../images/assets/pag1/doc-1.png');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-header-alb-total {
	height: calc(100vh - 100px);
	margin-top: calc(-100vh + 100px);
	position: relative;
	z-index: 1;
	/* 	width: 100%; */
	background-image: url('../images/assets/pag1/forma-1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-header-alb {
	height: 100%;
	max-width: 1440px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

.container-header-alb-elemente {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-header-alb-el-1 {
	height: 100%;
	width: 60%;
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	flex-direction: column;
/* 	background-color: rebeccapurple; */
	/* visibility: hidden; */
}

.container-header-alb-el-2 {
	height: 100%;
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	background-color: pink; */
	background-image: url('../images/assets/pag1/doc-1.png');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	visibility: hidden;
}

.container-header-alb-el-22 {
	height: 100%;
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	background-color: pink; */
/* 	background-image: url('../images/assets/pag1/doc-1.png');*/	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
/* 	visibility: hidden; */
}

.container-header-alb-el-1-h1-asp {
	margin-bottom: 0;
	font-size: 40px;
}

.container-header-alb-el-1-h2-asp {
	margin-top: 20px;
	font-size: 20px;
}

.br-titlu {
	margin-top: 0;
	margin-bottom: 0;
}

/*  */

.container-patrate-total {
	height: 400px;
	margin-top: 40px;
/* 	background-color: red; */
}

.container-patrate {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-patrate-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.container-patrate-el-1 {
	height: 100%;
	width: 32%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border: 1px solid #69bcaa4f;
	border-radius: 6px;
}

.container-patrate-el-2 {
	height: 100%;
	width: 32%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border: 1px solid #69bcaa4f;
	border-radius: 6px;
}

.container-patrate-el-3 {
	height: 100%;
	width: 32%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border: 1px solid #69bcaa4f;
	border-radius: 6px;
}

.container-patrate-el-1-img-asp {
	height: 100px;
	margin-top: 20px;
	pointer-events: none;
}

.container-patrate-el-1-h2-asp {
	font-size: 24px;
}

.container-patrate-el-1-p-asp {
	font-size: 16px;
}

/*  */

.container-preintam-total {
	height: 200px;
/* 	background-color: green; */
	margin-top: 50px;
	margin-bottom: -20px;
}

.container-preintam {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-preintam-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	flex-direction: column;
}

.container-preintam-el-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.container-preintam-el-2-linie {
	height: 2px;
	width: 50px;
	background-color: #bb0d16;
}

.container-preintam-el-2-img-asp {
	height: 30px;
	width: 30px;
	pointer-events: none;
}

.container-preintam-el-h3-asp {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
	color: #bb0d16;
}

.container-preintam-el-h4-asp {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

/*  */

.container-cap-clinici-total {
	height: auto;
/* 	background-color: red; */
}

.container-cap-clinici-total2 {
	height: auto;
	margin-top: 40px;
/* 	background-color: red; */
}

.container-cap-clinici {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-cap-clinici-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.container-cap-clinici-elemente2 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.container-cap-clinici-el-1 {
	height: 100%;
	width: 50%;
/* 	background-color: yellow; */
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	flex-direction: column;
}

.container-cap-clinici-el-2 {
	height: 100%;
	width: 50%;
/* 	background-color: yellow; */
	display: flex;
/* 	align-items: center; */
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: column;
	justify-content: center;
}

.container-cap-clinici-el-1-img-asp {
	height: auto;
	width: 100%;
	pointer-events: none;
}

.container-cap-clinici-el-2-a-asp {
	color: #102039;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
/* 	background-color: red; */
	width: 260px;
	transition: 0.3s;
	cursor: pointer;
}

.container-cap-clinici-el-2-a-asp:hover {
	color: #fff;
}

.container-cap-clinici-el-2-p-asp {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 500;
}

.container-cap-clinici-el-2-par-asp {
	margin-bottom: 10px;
	margin-top: 0;
}

.container-cap-clinici-el-2-btn-asp {
	text-decoration: none;
	color: #fff;
	background-color: #bb0d16;
	width: 260px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	border-radius: 10px;
	transition: 0.3s;
	cursor: pointer;
}

.container-cap-clinici-el-2-btn-asp:hover {
	background-color: #df0f19;
}

.container-cap-clinici-el-2-h2-asp {
	font-size: 30px;
	margin-bottom: 0;
}

/*  */

.effect-contur {
	border-radius: 50px;
}

/*  */

.container-footer-total {
	height: 400px;
	background-color: #bb0d16;
	margin-top: 30px;
	background-image: linear-gradient(to right, #bb0d16d5 0%, #bb0d16cc 80%, #bb0d16da 100%), url('../images/assets/pag1/footer-bk-2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-footer {
	height: 100%;
	max-width: 1740px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-footer-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff;
}

.container-footer-el-1 {
	height: 100%;
	width: 33%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.container-footer-el-2 {
	height: 100%;
	width: 25%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
}

.container-footer-el-3 {
	height: 100%;
	width: 33%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
}

.container-footer-el-4 {
	height: 100%;
	width: 33%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
}

.container-footer-el-1-social-div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 24px;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
}

.container-footer-el-1-logo-asp {
	height: 120px;
	width: 300px;
	pointer-events: none;
}

.container-footer-el-1-social-div-a-asp {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.container-footer-el-1-social-div-a-asp:hover {
	color: #195f51;
}

.container-footer-el-2-titlu {
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 24px;
}

.container-footer-el-2-a-asp1 {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin-top: 20px;
	transition: 0.2s;
}

.container-footer-el-2-a-asp1:hover {
	color: #195f51;
}

.container-footer-el-2-a-asp {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin-top: 6px;
	transition: 0.2s;
}

.container-footer-el-2-a-asp:hover {
	color: #195f51;
}

.container-footer-el-4-asp1 {
	height: 200px;
	width: 200px;
	margin-top: 40px;
}

.container-footer-el-4-asp {
	height: 50px;
	width: 200px;
	margin-top: 10px;
}

.contaniner-footer-el-3-a-asp {
	color: #102039;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 6px;
}

/*  */

.container-footer-jos-total {
	height: 70px;
	background-color: #bb0d16;
}

.container-footer-jos {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-footer-jos-elemente {
	height: 100%;
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	gap: 0;
	flex-direction: column;
}

.container-footer-jos-el-p-asp1 {
	margin-top: 0;
	color: #fff;
}

.container-footer-jos-el-p-asp2 {
	margin-bottom: 0;
	color: #fff;
}

.container-footer-jos-el-a-asp {
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}

.container-footer-jos-el-a-asp:hover {
	color: #195f51;
}

/*  */

.container-header-despre-total {
    height: calc(100vh - 100px);
    background-color: #66493c;
/*     background-image: url('../images/assets/pag1/header-background.jpg');*/    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-header-despre-total-video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	position: relative;
}

.container-header-despre-total2 {
	height: 100vh;
	background: linear-gradient(to bottom, #69bcaa 0%, #69bcaaa1 100%);
	position: relative;
	z-index: 2;
	margin-top: -100.5vh;
}

.container-header-despre-cont-total {
	height: calc(100vh - 100px);
/* 	background-color: red; */
	margin-top: -87vh;
	position: relative;
	z-index: 3;
	background-image: url('../images/assets/pag1/forma-1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-header-despre-cont {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-header-despre-cont-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0px;
	flex-direction: column;
}

.container-header-despre-cont-el-h1-asp {
	margin-top: 0;
	margin-bottom: 0;
	margin-top: -120px;
	font-size: 40px;
	color: #fff;
}

.container-header-despre-cont-el-h2-asp {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
	color: #fff;
}

/*  */




.carousel {
    position: relative;
    width: 90%; /* Set the width to 90% */
    height: 330px;
    margin: 0 auto;
}
  
.carousel-content {
    position: relative;
    overflow: hidden;
    transition: width .4s;
    height: 100%;
}
  
.slide {
    height: 100%;
/*     background-color: black; */
    position: absolute;
    z-index: 1;
    transition: left .4s cubic-bezier(.47,.13,.15,.89);
/* 	display: flex;
	align-items: center;
	justify-content: center; */
	gap: 0;
	flex-direction: column;
}

.container-slide-elemente {
	height: 100%;
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	gap: 0;
	flex-direction: column;
	margin-top: 20px;
}

.container-slide-titlu {
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 10px;
}

.container-slide-parag {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.container-slide-parag2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

  .slide-1 {
/* 	background-color: pink; */
  }
  
  .slide-2 {
/* 	background-color: green; */
  }
  
  .slide-3 {
/* 	background-color: red; */
  }
  
  .slide-4 {
/* 	background-color: purple; */
  }
  
  .slide-5 {
/* 	background-color: yellow; */
  }

  .slide-6 {
/* 	background-color: red; */
  }

  .slide-7 {
/* 	background-color: yellow; */
  }

  .slide-8 {
/* 	background-color: green; */
  }

  .slide-9 {
/* 	background-color: yellow; */
  }

  .slide-10 {
/* 	background-color: red; */
  }

  .slide-11 {
/* 	background-color: yellow; */
  }

  .slide-12 {
/* 	background-color: green; */
  }
  
  .nav {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background-color: #bb0d16;
	width: 40px;
	height: 40px;
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	border: none;
	outline: none;
	color: #fff;
	-webkit-user-select: none;
  }
  
  .nav-left {
	left: 20px;
	font-size: 26px;
  }
  
  .nav-right {
	right: 20px;
	font-size: 26px;
  }
  
  .carousel-arrow-icon-left {
	margin-left: 11px;
	margin-top: 1px;
  }
  
  .carousel-arrow-icon-right {
	margin-left: 13px;
	margin-top: 1px;
  }

.container-slide-carusel-drey-img-asp {
	height: 170px;
	width: 170px;
	pointer-events: none;
	border-radius: 100%;
	border: 2px solid #bb0d16;
}

/*  */

.container-header-ct-vitan-total {
	height: calc(100vh - 100px);
/* 	background-color: red; */
/* 	margin-top: -100vh; */
}

.container-header-ct-vitan {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-header-ct-vitan-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.container-header-ct-vitan-el-1 {
	height: 100%;
	width: 50%;
/* 	background-color: yellow; */
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	flex-direction: column;
	gap: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -40px;
}

.container-header-ct-vitan-el-2 {
	height: 100%;
	width: 50%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0;
	margin-top: -40px;
}

.container-header-ct-vitan-el-2-img-asp {
	height: auto;
	width: 100%;
	pointer-events: none;
}

.container-header-ct-vitan-el-1-h1-asp {
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 0;
}

.container-header-ct-vitan-el-1-h2-asp {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}

.container-header-ct-vitan-el-1-btn-asp {
	margin-top: 20px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	background-color: #bb0d16;
	width: 250px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	transition: 0.3s;
}

.container-header-ct-vitan-el-1-btn-asp:hover {
	background-color: #dd0f1a;
}

/*  */

.spatiere-ct {
	margin-top: -100px;
}

/*  */

.container-ct-beneficiile-total {
	height: auto;
/* 	background-color: rebeccapurple; */
}

.container-ct-beneficiile {
	height: 100%;
	margin: auto;
	max-width: 1440px;
	padding-left: 20px;
	padding-right: 20px;
}

.container-ct-beneficiile-elemente {
	height: 100%;
	display: flex;
/* 	align-items: center; */
/* 	justify-content: center; */
	gap: 0;
	flex-direction: column;
}

.culoare-but {
	color: #bb0d16;
}

.container-ct-beneficiile-el-h3-asp {
	margin-bottom: 0;
}

.container-ct-beneficiile-el-h3-asp2 {
	margin-bottom: 0;
	font-size: 18px;
}

.container-ct-beneficiile-p-asp {
	margin-top: 0;
	margin-bottom: 20px;
}

.container-ct-beneficiile-p-asp2 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.container-ct-beneficiile-p-asp3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.container-ct-beneficiile-el-h4-asp {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 16px;
}

.container-ct-beneficiile-el-h4-asp2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.container-ct-beneficiile-el-h4-asp3 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
}

.cul-ros {
	color: #c20d0d;
}

.spat {
	margin-top: 30px;
}

.container-ct-beneficiile-el-h6-asp {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

/*  */

.container-review-poza-asp {
	height: 80px;
	width: 80px;
	background-color: #bb0d16;
	color: #fff;
	border-radius: 100%;
	margin-bottom: 10px;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	margin-top: 20px;
}

.container-slide-review-nume {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

.container-slide-stele {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	color: #e9c14b;
	text-shadow: 1px 1px 1px #6d5a21;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.container-slide-review-text {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	width: 92%;
}

.inaltime-carusel {
	height: 400px;
}

.inalt-review {
	top: 40%;
}

/*  */

.container-pre-doc-total {
	height: auto;
/* 	background-color: rebeccapurple; */
}

.container-pre-doc {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-pre-doc-elemente {
	height: 100%;
	display: flex;
/* 	align-items: center;
	justify-content: center; */
	gap: 0;
	flex-direction: column;
}

.container-pre-doc-el-h2-asp {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 18px;
}

.container-pre-doc-el-h3-asp {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.container-pre-doc-links {
	display: flex;
/* 	align-items: center;
	justify-content: center; */
	gap: 6px;
	flex-direction: column;
	margin-top: 20px;
}

.container-pre-doc-links-asp {
	text-decoration: none;
	color: #fff;
	width: 220px;
	height: 40px;
	background-color: #bb0d16;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	transition: 0.3s;
}

.container-pre-doc-links-asp:hover {
	background-color: #dd0f1a;
}

/*  */

.container-dropdown-preturi-total {
	height: auto;
/* 	background-color: rebeccapurple; */
}

.container-dropdown-preturi {
	height: 100%;
	margin: auto;
	max-width: 1440px;
	padding-left: 20px;
	padding-right: 20px;
}

.container-dropdown-preturi-elemente {
	height: 100%;
	display: flex;
/* 	align-items: center;
	justify-content: center; */
	gap: 0;
	flex-direction: column;
	overflow: hidden;
}

.container-dropdown-preturi-el-1 {
	height: 60px;
	width: 100%;
/* 	background-color: red; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	gap: 0;
/* 	padding-left: 10px;
	padding-right: 10px; */
	cursor: pointer;
	border-top: 2px solid #bb0d16;
	border-bottom: 2px solid #bb0d16;
/* 	border-left: 2px solid #69bcaa;
	border-right: 2px solid #69bcaa; */
	position: relative;
	z-index: 3;
	gap: 6px;
	transition: 0.3s;
}

.container-dropdown-preturi-el-12 {
	height: 60px;
	width: 100%;
/* 	background-color: red; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	gap: 0;
/* 	padding-left: 10px;
	padding-right: 10px; */
	cursor: pointer;
	border-top: 2px solid #bb0d16;
	border-bottom: 2px solid #bb0d16;
/* 	border-left: 2px solid #69bcaa;
	border-right: 2px solid #69bcaa; */
	position: relative;
	z-index: 3;
	gap: 6px;
	transition: 0.3s;
}

.container-dropdown-preturi-el-13 {
	height: 60px;
	width: 100%;
/* 	background-color: red; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	gap: 0;
/* 	padding-left: 10px;
	padding-right: 10px; */
	cursor: pointer;
	border-top: 2px solid #bb0d16;
	border-bottom: 2px solid #bb0d16;
/* 	border-left: 2px solid #69bcaa;
	border-right: 2px solid #69bcaa; */
	position: relative;
	z-index: 3;
	gap: 6px;
	transition: 0.3s;
}

.container-dropdown-preturi-el-14 {
	height: 60px;
	width: 100%;
/* 	background-color: red; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	gap: 0;
/* 	padding-left: 10px;
	padding-right: 10px; */
	cursor: pointer;
	border-top: 2px solid #bb0d16;
	border-bottom: 2px solid #bb0d16;
/* 	border-left: 2px solid #69bcaa;
	border-right: 2px solid #69bcaa; */
	position: relative;
	z-index: 3;
	gap: 6px;
	transition: 0.3s;
}

.container-dropdown-preturi-el-1:hover {
	background-color: #bb0d16;
	color: #fff;
}

.container-dropdown-preturi-el-12:hover {
	background-color: #bb0d16;
	color: #fff;
}

.container-dropdown-preturi-el-13:hover {
	background-color: #bb0d16;
	color: #fff;
}

.container-dropdown-preturi-el-14:hover {
	background-color: #bb0d16;
	color: #fff;
}

.container-dropdown-preturi-el-2 {
	height: auto;
	width: 100%;
/* 	background-color: yellow; */
	gap: 0;
/* 	padding-left: 10px;
	padding-right: 10px; */
/* 	cursor: pointer; */
	border-bottom: 2px solid #bb0d16;
/* 	border-left: 2px solid #69bcaa;
	border-right: 2px solid #69bcaa; */
	position: relative;
	z-index: 2;
	margin-top: -200vh;
	display: flex;
/* 	align-items: center;
	justify-content: center; */
	gap: 0;
	flex-direction: column;
	transition: 2s;
}

.container-dropdown-preturi-el-22 {
	height: auto;
	width: 100%;
/* 	background-color: yellow; */
	gap: 0;
/* 	padding-left: 10px;
	padding-right: 10px; */
/* 	cursor: pointer; */
	border-bottom: 2px solid #bb0d16;
/* 	border-left: 2px solid #69bcaa;
	border-right: 2px solid #69bcaa; */
	position: relative;
	z-index: 2;
	margin-top: -420vh;
	display: flex;
/* 	align-items: center;
	justify-content: center; */
	gap: 0;
	flex-direction: column;
	transition: 2s;
}

.container-dropdown-preturi-el-23 {
	height: auto;
	width: 100%;
/* 	background-color: yellow; */
	gap: 0;
/* 	padding-left: 10px;
	padding-right: 10px; */
/* 	cursor: pointer; */
	border-bottom: 2px solid #bb0d16;
/* 	border-left: 2px solid #69bcaa;
	border-right: 2px solid #69bcaa; */
	position: relative;
	z-index: 2;
	margin-top: -420vh;
	display: flex;
/* 	align-items: center;
	justify-content: center; */
	gap: 0;
	flex-direction: column;
	transition: 2s;
}

.container-dropdown-preturi-el-24 {
	height: auto;
	width: 100%;
/* 	background-color: yellow; */
	gap: 0;
/* 	padding-left: 10px;
	padding-right: 10px; */
/* 	cursor: pointer; */
	border-bottom: 2px solid #bb0d16;
/* 	border-left: 2px solid #69bcaa;
	border-right: 2px solid #69bcaa; */
	position: relative;
	z-index: 2;
	margin-top: -420vh;
	display: flex;
/* 	align-items: center;
	justify-content: center; */
	gap: 0;
	flex-direction: column;
	transition: 2s;
}

.container-dropdown-preturi-el-2-titlu {
	height: 50px;
	width: 100%;
/* 	background-color: green; */
	display: flex;
	align-items: center;
	justify-content: space-between;
/* 	padding-left: 10px; */
/* 	padding-right: 10px; */
}

.container-dropdown-preturi-el-2-element {
	height: 50px;
	width: 100%;
/* 	background-color: pink; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.container-dropdown-preturi-el-2-element > p {
	font-weight: 600;
}

.container-opt-alt-a-asp {
	text-decoration: none;
	color: #fff;
	margin-top: 0;
	font-size: 16px;
	transition: 0.3s;
	background-color: #bb0d16;
}

.container-opt-alt-a-asp:hover {
	background-color: #dd0f1a;
}

/*  */

.container-harta-total {
	height: 500px;
/* 	background-color: rebeccapurple; */
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

/*  */

.container-ct-beneficiile-text-div {
	display: flex;
	gap: 6px;
/* 	align-items: center;
	justify-content: center; */
}

.container-ct-beneficiile-text-div-p-asp {
	margin-top: 0;
	margin-bottom: 6px;
}

.container-ct-beneficiile-el-h4-asp6 {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 16px;
}

.beneficii-asp-d {
	font-weight: 600;
	margin-bottom: 0;
}

/*  */

.container-header-ct-vitan-el-2-video-asp {
	height: auto;
	width: 100%;
	border-radius: 10px;
}

/*  */

.adaugare-poza {
	width: 80%;
}

/*  */

.container-rmn-vitan-benef-total {
	height: auto;
/* 	background-color: rebeccapurple; */
}

.container-rmn-vitan-benef {
	height: 100%;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1440px;
}

.container-rmn-vitan-benef-elemente {
	height: 100%;
	display: flex;
/* 	align-items: center;
	justify-content: center; */
	flex-direction: column;
	gap: 0;
}

.container-rmn-vitan-benef-el-h3-asp {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.container-rmn-vitan-benef-el-h3-asp2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.container-rmn-vitan-benef-el-p-asp {
	margin-top: 0;
	margin-bottom: 10px;
}


.spatiu1 {
	margin-bottom: 10px;
}

.spatiu2 {
	margin-bottom: 6px;
}

.spatiu3 {
	margin-bottom: 20px;
}

.spatiu4 {
	margin-bottom: 40px;
}

.spatiu5 {
	margin-top: -10px;
}

.spatiu6 {
	margin-top: 30px;
}

.spatiu7 {
	margin-top: 20px;
}

.spatiu8 {
	margin-top: -2px;
}

.ingros {
	font-weight: 600;
}


/*  */

.container-ct-beneficiilie-sol-h4-asp {
	font-size: 16px;
/* 	margin-top: 0; */
	margin-bottom: 0;
}

.container-ct-beneficiilie-sol-p-asp {
	margin-top: 0;
	margin-bottom: 0;
}

.container-ang-asp {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
}

.container-ang-asp2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

/*  */

.marginare-contact {
	margin-top: 20px;
}

.container-preintam-el-p-asp {
	margin-top: 6px;
	font-size: 18px;
	font-weight: 600;
}

/*  */

.container-faq-total {
/* 	background-color: rebeccapurple; */
	height: auto;
	margin-top: -130px;
}

.container-faq {
	height: 100%;
	margin: auto;
	max-width: 1440px;
	padding-left: 20px;
	padding-right: 20px;
}

.container-faq-elemente {
	height: 100%;
	display: flex;
	flex-direction: column;
/* 	align-items: center;
	justify-content: center; */
	gap: 0;
}






.faq-item {
  margin-bottom: 10px;
}

.faq-question {
  cursor: pointer;
  padding: 0px 10px 10px 10px;
  background-color: #FFEFE8;
  transition: 0.4s;
}

/* .faq-question:hover {
	background-color: #bb0d16;
} */

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0px 10px;
  background-color: #FFEFE8;
  border-bottom: 2px solid #bb0d16;
  display: flex;
  flex-direction: column;
}

.bara-sus {
	border-top: 2px solid #bb0d16;
	padding-top: 10px;
}

.rosu-cul {
	color: #bb0d16;
}




.container-faq-el-h2-asp {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.container-faq-el-p-asp {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 0px;
}

.container-faq-el-p-asp2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.container-faq-el-h3-asp {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.container-faq-el-btn-asp {
	text-decoration: none;
	color: #fff;
	background-color: #bb0d16;
	width: 160px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 14px;
}

/*  */

.container-buton-apel-drobeta-total {
	position: fixed; /* Poziționează elementul relativ la viewport, astfel încât să rămână fix în loc la scroll */
	left: 2vw; /* 5% din lățimea viewport-ului departe de marginea dreaptă */
	bottom: 2.2vh; /* 5% din înălțimea viewport-ului departe de marginea de jos */
	z-index: 4; /* Asigură-te că butonul este peste celelalte elemente */
	height: 60px;
	cursor: pointer;
	width: 60px;
	background-color: #bb0d16;
	border-radius: 100%;
	animation: pulseAnimation 1.5s infinite;
}

@keyframes pulseAnimation {
    0% {
        box-shadow: 0 0 0 0 rgba(187, 13, 22, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(187, 13, 22, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(187, 13, 22, 0);
    }
}

.container-buton-apel-drobeta {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.container-but-apel-drobeta-p-asp {
	font-size: 26px;
}

/*  */

.preturi-spatiere {
	margin-top: 0px;
}

/*  */

.container-contact-total {
	height: auto;
/* 	background-color: rebeccapurple; */
	margin-top: 40px;
}

.container-contact {
	height: 100%;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1440px;
}

.container-contact-elemente {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.container-contact-el-1 {
	height: 100%;
	width: 50%;
/* 	background-color: yellowgreen; */
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
}

.container-contact-el-2 {
	height: 100%;
	width: 50%;
/* 	background-color: yellow; */
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	flex-direction: column;
}

.container-contact-el-1-h1-asp {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 22px;
}

.container-contact-el-1-p-asp {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
}

.container-program-el-form-t-div {
	width: 100%;
/* 	background-color: rebeccapurple; */
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.container-program-el-form-t-div-p-asp {
	font-size: 18px;
}

.container-program-el-form-t-div-input-asp {
	background-color: #FFEFE8;
	outline: none;
	border: 0;
	border-bottom: 2px solid #bb0d16;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.container-program-el-form-t-div-text-asp {
	outline: 0;
	border: 0;
	background-color: #FFEFE8;
	border-bottom: 2px solid #bb0d16;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	resize: vertical;
	overflow: auto;
}

.btn-submit {
	border: 0;
	cursor: pointer;
	background-color: #bb0d16;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	height: 40px;
	font-size: 16px;
	border-radius: 10px;
	transition: 0.3s;
}

.btn-submit:hover {
	background-color: #92171d;
}

/*  */

.container-int-ct-total {
	height: auto;
	/* background-color: rebeccapurple; */
}

.container-int-ct {
	height: 100%;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1440px;
}

.container-int-ct-elemente {
	height: 100%;
	display: flex;
/* 	align-items: center; */
/* 	justify-content: center; */
	gap: 0;
	flex-direction: column;
}

/*  */

.container-int-ct-el-titlu-asp {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.container-int-ct-el-p-asp {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
}



/*  */

.container-blog-1-t {
	height: auto;
/* 	background-color: rebeccapurple; */
}

.container-blog-1 {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-blog-1-el {
	height: 100%;
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
	gap: 0;
}

.container-blog-1-el-1 {
	height: auto;
	width: 600px;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	flex-direction: column;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-bottom: 16px;
}

.container-blog-1-el-img-asp {
	width: 600px;
	height: 450px;
	pointer-events: none;
	border-radius: 30px;
}

.container-blog-1-el-data-asp {
	height: 100px;
	width: 100px;
	background-color: #bb0d16;
	margin-top: -50px;
	margin-left: -350px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.container-blog-1-el-data-asp-p-asp1 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 40px;
}

.container-blog-1-el-data-asp-p-asp2 {
	color: #fff;
	margin-top: -10px;
	margin-bottom: 0;
	font-size: 20px;
}

.container-blog-1-el-text-asp-h3-asp {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 26px;
}

.container-blog-1-el-text-asp-p-asp {
	margin-top: 0;
	margin-bottom: 30px;
}

.container-blog-1-el-text-asp-btn-asp {
	background-color: #bb0d16;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	text-decoration: none;
}

.spatiere-container {
	margin-top: -30px;
}

/*  */

.container-blog-pag-total {
	height: auto;
/* 	background-color: rebeccapurple; */
}

.container-blog-pag {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-blog-pag-el {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	gap: 10px;
}

.container-blog-pag-el-1 {
	height: 100%;
	width: 100%;
/* 	background-color: yellow; */
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
}

.container-blog-pag-el-2 {
	height: 100%;
	width: 50%;
/* 	background-color: yellow; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.container-blog-pag-el-img-asp {
	width: 100%;
	height: auto;
	pointer-events: none;
	border-radius: 30px;
}

.container-blog-pag-el-h3-asp {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.container-blog-pag-el-1-p-asp {
	margin-top: 0;
	margin-bottom: 0;
}

.container-blog-pag-el-1-btn-asp {
	text-decoration: none;
	color: #fff;
	background-color: #bb0d16;
	width: 130px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10px;
	cursor: pointer;
}




.speis-1 {
	margin-top: 6px;
}

.speis-2 {
	margin-bottom: 6px;
}

.speis-3 {
	margin-bottom: 26px;
}

.speis-4 {
	margin-bottom: 16px;
}

.cercuite {
	border-radius: 40px;
}

/*  */

.container-blacklist-t {
	height: calc(100vh - 70px);
}

.container-blacklist {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-blacklist-el {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	flex-direction: column;
}

.container-blacklist-el-1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
}

.container-blacklist-el-2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.container-blacklist-el-3 {
	margin-top: 20px;
	margin-bottom: 0;
	color: #dd0f1a;
	font-weight: bold;
	font-size: 40px;
}

/*  */

.container-video-ad-t {
	height: auto;
/* 	background-color: brown; */
	margin-top: 40px;
}

.container-video-ad {
	height: 100%;
	max-width: 1440px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-video-ad-el {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.container-video-ad-el-1 {
	height: 100%;
	width: 50%;
/* 	background-color: limegreen; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.container-video-ad-el-2 {
	height: 100%;
	width: 50%;
/* 	background-color: limegreen; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.container-video-ad-el-2-p-asp {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 14px;
}

.container-video-ad-el-1 video {
    display: block; 
    width: 100%; 
    height: auto; 
}












/* MEDIA QUERY */

@media screen and (max-width: 1270px) {
	.container-nav-desk-el-3-ctc-asp {
		padding: 12px 22px;
	}

	.container-nav-desk-el-2 {
		height: auto;
		width: 1000px;
	/* 	background-color: black; */
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}
	
	.container-nav-desk-el-3 {
		height: auto;
		width: 300px;
	/* 	background-color: yellow; */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 1150px) {
	.container-patrate-el-1-h2-asp {
		font-size: 24px;
	}
	
	.container-patrate-el-1-p-asp {
		font-size: 14px;
	}
}

@media screen and (max-width: 1100px) {
	.container-nav-desk-total {
		display: none;
	}

/*  */

.marginare-contact {
	margin-top: -66vh;
}

/*  */

	.container-nav-tel-total {
		height: 100px;
		display: block;
		background-color: #FFEFE8;
		box-shadow: 0px 2px 0px #b3b3b3;
/* 		backdrop-filter: blur(10px); */
		position: sticky;
		top: 0;
		z-index: 5;
/* 		overflow: hidden; */
	}
	
	.container-nav-tel {
		height: 100%;
		max-width: 1440px;
		padding-left: 10px;
		padding-right: 10px;
		margin: auto;
	}
	
	.container-nav-tel-elemente {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.container-nav-tel-el-1 {
		cursor: pointer;
		height: 50px;
		width: 50px;
		font-size: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #bb0d16;
	}
	
	.container-nav-tel-el-2 {
/* 		background-color: yellow; */
		height: auto;
		width: calc(100% - 50px);
		margin-top: 4px;
		margin-right: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.container-nav-tel-deschis-total {
		height: 100vh;
		overflow: hidden;
		width: 90%;
		transform: translateX(-100%);
		display: block;
		background-color: #bb0d16;
/* 		display: none; */
		position: sticky;
		margin-top: 1px;
		z-index: 3;
	/* 	box-shadow: 0px 3px 0px #cfcfcf; */
	}

	.container-nav-tel-deschis {
		height: 100%;
		overflow: hidden;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.container-nav-tel-deschis-elemente {
		height: 100%;
		display: flex;
/* 		align-items: center; */
/* 		justify-content: center; */
		flex-direction: column;
		overflow: hidden;
		padding-left: 14px;
		gap: 40px;
		margin-top: 50px;
	}

	.container-nav-tel-deschis-el-1-tit-asp {
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #fff;
		cursor: pointer;
		text-decoration: none;
	}

	.container-nav-tel-deschis-el-1-tit-asp2 {
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #fff;
		cursor: pointer;
		text-decoration: none;
		background-color: red;
		width: 200px;
		height: 60px;
		border-radius: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.drop-tel-clinici {
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

	.drop-tel-servicii {
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

	.drop-tel-faq {
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}



	.container-nav-tel-deschis-clinici-total {
		height: calc(100vh - 100px);
		width: 90%;
		transform: translateX(-134%);
		/* margin-left: 30%; */
		background-color: #bb0d16;
		display: block;
		position: sticky;
		top: 100px;
		z-index: 5;
	}

	.container-nav-tel-deschis-clinici-total2 {
		height: calc(100vh - 100px);
		width: 90%;
		transform: translateX(-134%);
		/* margin-left: 30%; */
		background-color: #bb0d16;
		display: block;
		position: sticky;
		top: 100px;
		margin-top: -100vh;
		z-index: 5;
	}

	.container-nav-tel-deschis-clinici-total3 {
		height: calc(100vh - 100px);
		width: 90%;
		transform: translateX(-134%);
		/* margin-left: 30%; */
		background-color: #bb0d16;
		display: block;
		position: sticky;
		top: 100px;
		margin-top: -100vh;
		z-index: 5;
	}

	.container-nav-tel-deschis-clinici {
		height: 100%;
		width: 100%;
/* 		padding-left: 20px;
		padding-right: 20px; */
		margin: auto;
	}

	.container-nav-tel-deschis-clinici2 {
		height: 100%;
		width: 100%;
/* 		padding-left: 20px;
		padding-right: 20px; */
		margin: auto;
	}

	.container-nav-tel-deschis-clinici3 {
		height: 100%;
		width: 100%;
/* 		padding-left: 20px;
		padding-right: 20px; */
		margin: auto;
	}

	.container-nav-tel-deschis-clinici-elemente {
		height: 100%;
		display: flex;
/* 		align-items: center;
		justify-content: center; */
		flex-direction: column;
		gap: 40px;
	}

	.container-nav-tel-deschis-clinici-elemente2 {
		height: 100%;
		display: flex;
/* 		align-items: center;
		justify-content: center; */
		flex-direction: column;
		gap: 40px;
	}

	.container-nav-tel-deschis-clinici-elemente3 {
		height: 100%;
		display: flex;
/* 		align-items: center;
		justify-content: center; */
		flex-direction: column;
		gap: 40px;
	}

	.container-nav-tel-deschis-clinici-el-container-inchidere {
		width: 100%;
		height: 50px;
/* 		background-color: pink; */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.container-nav-tel-deschis-clinici-el-container-inchidere-1 {
		height: 100%;
		width: calc(100% - 50px);
/* 		background-color: blue; */
	}

	.container-nav-tel-deschis-clinici-el-container-inchidere-2 {
		height: 100%;
		width: 50px;
/* 		background-color: lightblue; */
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 28px;
		cursor: pointer;
	}

	.container-nav-tel-deschis-clinici-el-container-inchidere-22 {
		height: 100%;
		width: 50px;
/* 		background-color: lightblue; */
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 28px;
		cursor: pointer;
	}

	.container-nav-tel-deschis-clinici-el-container-inchidere-23 {
		height: 100%;
		width: 50px;
/* 		background-color: lightblue; */
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 28px;
		cursor: pointer;
	}

	.container-nav-tel-deschis-clinici-el-link-uri {
		height: 100%;
		/* background-color: 69bcaa; */
		margin-top: -50px;
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
/* 		align-items: center; */
/* 		justify-content: center; */
		gap: 0px;
		color: #fff;
	}
	
	.container-nav-tel-des-cli-el-lin-h3-asp {
		font-size: 30px;
		margin-bottom: 6px;
	}

	.container-nav-tel-des-cli-el-lin-h3-asp0 {
		font-size: 22px;
		margin-bottom: 6px;
	}

	.container-nav-tel-des-cli-el-lin-h3-asp2 {
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 6px;
	}

	.container-nav-tel-des-cli-el-lin-h3-asp22 {
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 6px;
	}

	.container-nav-tel-des-cli-el-lin-a-asp-1 {
		font-size: 18px;
		margin-bottom: 10px;
		color: #fff;
		text-decoration: none;
		width: 230px;
/* 		background-color: red; */
	}

	.container-nav-tel-des-cli-el-lin-a-asp-2 {
		font-size: 18px;
		margin-bottom: 10px;
		color: #fff;
		text-decoration: none;
		width: 230px;
/* 		background-color: red; */
	}

	.container-nav-tel-des-cli-el-lin-a-asp-3 {
		font-size: 18px;
		color: #fff;
		width: 230px;
/* 		background-color: red; */
		text-decoration: none;
	}

	.container-header-total {
		height: calc(100vh + 200px);
		background-color: #FFEFE8;
		margin-top: -100vh;
	/* 	margin-top: -690px; */
	}

	.container-header-el-2 {
		display: none;
	}

	.container-header-alb-el-2 {
		display: none;
	}

	.container-header-alb-el-1 {
		width: 90%;
		margin-top: -120px;
/* 		background-color: rebeccapurple; */
	}

	.container-header-alb-elemente {
		display: flex;
		align-items: center;
		justify-content: center;
	}


	/*  */

	.container-header-alb-el-1-h1-asp {
		font-size: 32px;
	}

	.container-header-alb-el-1-h2-asp {
		font-size: 18px;
	}

	.container-header-alb-el-1-p-asp {
		font-size: 16px;
	}

	/*  */

	.container-header-despre-total {
		height: calc(100vh + 200px);
        background-color: #FFEFE8;
        margin-top: -100vh;
    /*     margin-top: -690px; */
	}

	/*  */

	.container-header-ct-vitan-total {
		height: auto;
/*         background-color: red; */
        margin-top: -86vh;
	}

	.container-header-ct-vitan-elemente {
		flex-direction: column-reverse;
	}

	.container-header-ct-vitan-el-1 {
		margin-top: 0;
		height: auto;
		width: 100%;
	}

	.container-header-ct-vitan-el-2 {
		margin-top: 200px;
		height: auto;
		width: 100%;
	}

	/*  */

	.container-slide-titlu {
		font-size: 20px;
		margin-top: 6px;
		margin-bottom: 10px;
	}
	
	.container-slide-parag {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
	}
	
	.container-slide-parag2 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
	}

	.container-slide-carusel-drey-img-asp {
		height: 140px;
		width: 140px;
	}

	.carousel {
		height: 290px;
	}

	/*  */

	.spatiere-ct {
		margin-top: 50px;
	}

	/*  */

	.inaltime-carusel {
		height: 400px;
	}

	/*  */

	.container-faq-total {
		margin-top: 30px;
	}

	/*  */

	.spatiere-container {
		margin-top: -70vh;
	}
}

@media screen and (max-width: 1060px) {
	.container-patrate-el-1-h2-asp {
		font-size: 20px;
	}

	.container-patrate-el-1-img-asp {
		height: 80px;
		margin-top: 20px;
		pointer-events: none;
	}

	.container-cap-clinici-el-2-h2-asp {
		font-size: 24px;
	}

	.container-cap-clinici-el-2-par-asp {
		font-size: 14px;
	}

	.container-cap-clinici-el-2-p-asp {
		font-size: 18px;
	}

	.container-cap-clinici-el-2-a-asp {
		font-size: 16px;
	}
}

@media screen and (max-width: 1050px) {
	.container-footer-el-2-titlu {
		font-size: 22px;
		text-align: center;
	}
	
	.container-footer-el-2-a-asp1 {
		font-size: 16px;
		text-align: center;
	}
}

@media screen and (max-width: 1000px) {
	.container-blog-pag-el-2 {
		height: 100%;
		width: 80%;
	/* 	background-color: yellow; */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

@media screen and (max-width: 900px) {
	.container-video-ad-el {
		flex-direction: column;
	}

	.container-video-ad-el-1 {
		width: 100%;
	}

	.container-video-ad-el-2 {
		width: 100%;
	}
}

@media screen and (max-width: 850px) {
	.container-patrate-elemente {
		flex-direction: column;
	}

	.container-patrate-total {
		height: auto;
/* 		background-color: red; */
		margin-top: 0;
	}

	.container-patrate-el-1 {
		width: 50%;
	}

	.container-patrate-el-2 {
		width: 50%;
	}

	.container-patrate-el-3 {
		width: 50%;
	}

	/*  */

	.container-cap-clinici-total {
		height: auto;
	}

	.container-cap-clinici-total2 {
		height: auto;
	}

	.container-cap-clinici-elemente {
		flex-direction: column;
	}

	.container-cap-clinici-elemente2 {
		flex-direction: column-reverse;
	}

	.container-cap-clinici-el-1 {
		width: 100%;
	}

	.container-cap-clinici-el-2 {
		width: 100%;
	}

	.container-cap-clinici-el-2-h2-asp {
		font-size: 24px;
	}

	.container-cap-clinici-el-2-par-asp {
		font-size: 14px;
	}

	.container-cap-clinici-el-2-p-asp {
		font-size: 18px;
	}

	.container-cap-clinici-el-2-a-asp {
		font-size: 16px;
	}

	/*  */

	.container-footer-elemente {
		flex-direction: column;
	}

	.container-footer-total {
		height: auto;
	}

	.container-footer-el-1 {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.container-footer-el-2 {
		width: 100%;
		margin-top: -30px;
	}

	.container-footer-el-3 {
		width: 100%;
		margin-top: -30px;
	}

	.container-footer-el-4 {
		width: 100%;
		margin-top: -30px;
		margin-bottom: 30px;
	}




	/*  */
}

@media screen and (max-width: 750px) {
	.container-contact-elemente {
		flex-direction: column;
	}

	.container-contact-el-1 {
		width: 100%;
	}

	.container-contact-el-2 {
		width: 100%;
	}

	.container-contact-el-1-h1-asp {
		font-size: 18px;
	}

	.container-contact-el-1-p-asp {
		font-size: 14px;
	}
}

@media screen and (max-width: 700px) {
	.container-header-ct-vitan-el-1-h1-asp {
		font-size: 20px;
		/* text-align: center; */
	}

	.container-header-ct-vitan-el-1-h2-asp {
		font-size: 16px;
		/* text-align: center; */
	}

	/*  */

/* 	.container-header-ct-vitan-el-1-btn-div {
		display: flex;
		align-items: center;
		justify-content: center;
	} */
}

@media screen and (max-width: 680px) {
	.container-blog-1-el-img-asp {
		height: 250px;
		width: 350px;
	}

	.container-blog-1-el-data-asp {
		height: 70px;
		width: 70px;
		margin-left: -200px;
		margin-top: -36px;
	}

	.container-blog-1-el-data-asp-p-asp1 {
		font-size: 30px;
	}
	
	.container-blog-1-el-1 {
		width: 100%;
	}

	.container-blog-1-el-text-asp-h3-asp {
		font-size: 18px;
		margin-top: 20px;
	}

	.container-blog-1-el-text-asp-p-asp {
		font-size: 14px;
	}

	.container-blog-1-el-text-asp-btn-asp {
		font-size: 14px;
	}
}

@media screen and (max-width: 630px) {
	.container-header-despre-cont-el-h1-asp {
		margin-top: 0;
		margin-bottom: 0;
		margin-top: -180px;
		font-size: 30px;
	}
	
	.container-header-despre-cont-el-h2-asp {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.container-dropdown-preturi-el-2-element > p {
		font-size: 14px;
	}

	/*  */

	.container-blog-pag-el-2 {
		height: 100%;
		width: 100%;
	/* 	background-color: yellow; */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

@media screen and (max-width: 550px) {
	.container-patrate-el-1 {
		width: 70%;
	}

	.container-patrate-el-2 {
		width: 70%;
	}

	.container-patrate-el-3 {
		width: 70%;
	}

	.container-header-alb-el-1 {
		width: 100%;
	}

	/*  */

	.container-blog-pag-el-h3-asp {
		font-size: 18px;
	}
	
	.container-blog-pag-el-1-p-asp {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.container-header-alb-el-1-h1-asp {
		font-size: 28px;
		color: #e6e6e6;
	}

	.container-header-alb-el-1-h2-asp {
		font-size: 18px;
		color: #e6e6e6;
	}

	.container-header-alb-el-1-p-asp {
		font-size: 16px;
		color: #e6e6e6;
	}

	/*  */

	.container-faq-el-p-asp {
		font-size: 14px;
/* 		margin-bottom: 10px; */
	}

	.container-faq-el-p-asp2 {
		font-size: 14px;
	}

	.container-faq-el-h2-asp {
		font-size: 16px;
	}

	.container-faq-el-h3-asp {
		font-size: 14px;
	}

	/*  */

	.container-buton-apel-drobeta-total {
		position: fixed; /* Poziționează elementul relativ la viewport, astfel încât să rămână fix în loc la scroll */
		left: 4vw; /* 5% din lățimea viewport-ului departe de marginea dreaptă */
		bottom: 3vh; /* 5% din înălțimea viewport-ului departe de marginea de jos */
		z-index: 4; /* Asigură-te că butonul este peste celelalte elemente */
		height: 60px;
		width: 60px;
		border-radius: 100%;
	}
}

@media screen and (max-width: 450px) {
	.container-nav-tel-des-cli-el-lin-h3-asp0 {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.container-nav-tel-des-cli-el-lin-h3-asp22 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 6px;
	}

	/*  */

	.container-header-despre-cont-el-h1-asp {
		margin-top: 0;
		margin-bottom: 0;
		margin-top: -180px;
		font-size: 26px;
	}
	
	.container-header-despre-cont-el-h2-asp {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 430px) {
	.container-header-alb-el-1-h1-asp {
		font-size: 26px;
	}

	.container-header-alb-el-1-h2-asp {
		font-size: 18px;
	}

	.container-header-alb-el-1-p-asp {
		font-size: 16px;
	}

	/*  */

	.container-cap-clinici-el-2-h2-asp {
		font-size: 22px;
	}
}

@media screen and (max-width: 402px) {
	.container-header-alb-el-1-h1-asp {
		font-size: 24px;
	}

	.container-header-alb-el-1-h2-asp {
		font-size: 18px;
	}

	.container-header-alb-el-1-p-asp {
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
	.container-patrate-el-1 {
		width: 90%;
	}

	.container-patrate-el-2 {
		width: 90%;
	}

	.container-patrate-el-3 {
		width: 90%;
	}
}










/* ANIMATII */

.meniu-tel-open {
	animation-name: meniu-tel-open;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
  }
  
  @keyframes meniu-tel-open {
    0% {
        transform: translateX(-100%); /* În afara ecranului la dreapta */
    }
    100% {
        transform: translateX(0%); /* Adus în ecran */
    }
  }

  .meniu-tel-close {
	animation-name: meniu-tel-close;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
  }
  
  @keyframes meniu-tel-close {
    0% {
        transform: translateX(0%); /* În ecran */
    }
    100% {
		transform: translateX(-100%); /* În afara ecranului la dreapta */
    }
  }




.meniu-tel-clinici-open {
	animation-name: meniu-tel-clinici-open;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
}

@keyframes meniu-tel-clinici-open {
    0% {
        transform: translateX(-134%); /* În afara ecranului la dreapta */
		opacity: 0;
    }
    100% {
        transform: translateX(0%); /* Adus în ecran */
		opacity: 1;
    }
  }

  .meniu-tel-clinici-close {
	animation-name: meniu-tel-clinici-close;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
  }
  
  @keyframes meniu-tel-clinici-close {
    0% {
        transform: translateX(0%); /* În ecran */
    }
    100% {
		transform: translateX(-134%); /* În afara ecranului la dreapta */
    }
  }





  .meniu-tel-clinici-open2 {
	animation-name: meniu-tel-clinici-open2;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
}

@keyframes meniu-tel-clinici-open2 {
    0% {
        transform: translateX(-134%); /* În afara ecranului la dreapta */
		opacity: 0;
    }
    100% {
        transform: translateX(0%); /* Adus în ecran */
		opacity: 1;
    }
  }

  .meniu-tel-clinici-close2 {
	animation-name: meniu-tel-clinici-close2;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
  }
  
  @keyframes meniu-tel-clinici-close2 {
    0% {
        transform: translateX(0%); /* În ecran */
    }
    100% {
		transform: translateX(-134%); /* În afara ecranului la dreapta */
    }
  }







  .meniu-tel-clinici-open3 {
	animation-name: meniu-tel-clinici-open3;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
}

@keyframes meniu-tel-clinici-open3 {
    0% {
        transform: translateX(-134%); /* În afara ecranului la dreapta */
		opacity: 0;
    }
    100% {
        transform: translateX(0%); /* Adus în ecran */
		opacity: 1;
    }
  }

  .meniu-tel-clinici-close3 {
	animation-name: meniu-tel-clinici-close3;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
  }
  
  @keyframes meniu-tel-clinici-close3 {
    0% {
        transform: translateX(0%); /* În ecran */
    }
    100% {
		transform: translateX(-134%); /* În afara ecranului la dreapta */
    }
  }


/*  */

.meniu-doc-schimb {
	animation-name: meniu-doc-schimb;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
  }
  
  @keyframes meniu-doc-schimb {
    0% {
        background-image: url('../images/assets/pag1/doc-1.png');
    }
    40% {
        background-image: url('../images/assets/pag1/doc-2.png');
	}
	70% {
		background-image: url('../images/assets/pag1/doc-3.png');
	}
	100% {
		background-image: url('../images/assets/pag1/doc-1.png');
    }
  }

  .change-docs {
	animation-name: change-docs;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
  }
  
  @keyframes change-docs {
    0% {
        opacity: 0;
    }
	50% {
        opacity: 1;
    }
    100% {
		opacity: 0;
    }
  }






  .logo-invarte {
	animation: logo-invarte 4s infinite linear; /* Ajustează durata sau altă proprietate după nevoie */
	/* Alte stiluri pentru elementul tău */
/* 	width: 100px;
	height: 100px; */
/* 	background-color: #3498db; */
  }

  @keyframes logo-invarte {
	0% {
	  transform: rotateY(0deg);
	}
	100% {
	  transform: rotateY(360deg);
	}
  }










  .preturi-drop-deschis {
	animation-name: preturi-drop-deschis;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-drop-deschis {
    0% {
        margin-top: -200vh; /* În afara ecranului la dreapta */
    }
    100% {
        margin-top: 0; /* Adus în ecran */
    }
  }

  .preturi-drop-inchis {
	animation-name: preturi-drop-inchis;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-drop-inchis {
    0% {
		margin-top: 0; /* În ecran */
    }	
    100% {
		margin-top: -200vh; /* În afara ecranului la dreapta */
    }
  }




  .preturi-sageata-rotita-1 {
	animation-name: preturi-sageata-rotita-1;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-sageata-rotita-1 {
    0% {
        transform: rotateX(0deg); /* Începutul rotației */
    }
    100% {
        transform: rotateX(180deg); /* Rotație completă */
    }
  }

  .preturi-sageata-rotita-2 {
	animation-name: preturi-sageata-rotita-2;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-sageata-rotita-2 {
    0% {
		transform: rotateX(180deg); /* Rotație completă */
    }	
    100% {
		transform: rotateX(0deg); /* Începutul rotației */
    }
  }












  .preturi-drop-deschis2 {
	animation-name: preturi-drop-deschis2;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-drop-deschis2 {
    0% {
        margin-top: -420vh; /* În afara ecranului la dreapta */
    }
    100% {
        margin-top: 0; /* Adus în ecran */
    }
  }

  .preturi-drop-inchis2 {
	animation-name: preturi-drop-inchis2;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-drop-inchis2 {
    0% {
		margin-top: 0; /* În ecran */
    }	
    100% {
		margin-top: -420vh; /* În afara ecranului la dreapta */
    }
  }









  .preturi-drop-deschis3 {
	animation-name: preturi-drop-deschis3;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-drop-deschis3 {
    0% {
        margin-top: -140vh; /* În afara ecranului la dreapta */
    }
    100% {
        margin-top: 0; /* Adus în ecran */
    }
  }

  .preturi-drop-inchis3 {
	animation-name: preturi-drop-inchis3;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-drop-inchis3 {
    0% {
		margin-top: 0; /* În ecran */
    }	
    100% {
		margin-top: -140vh; /* În afara ecranului la dreapta */
    }
  }









  .preturi-drop-deschis4 {
	animation-name: preturi-drop-deschis4;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-drop-deschis4 {
    0% {
        margin-top: -320vh; /* În afara ecranului la dreapta */
    }
    100% {
        margin-top: 0; /* Adus în ecran */
    }
  }

  .preturi-drop-inchis4 {
	animation-name: preturi-drop-inchis4;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
  @keyframes preturi-drop-inchis4 {
    0% {
		margin-top: 0; /* În ecran */
    }	
    100% {
		margin-top: -320vh; /* În afara ecranului la dreapta */
    }
  }



/*  */


.but-princ-inchis {
	animation-name: but-princ-inchis;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
  }
  
  @keyframes but-princ-inchis {
    0% {
		height: 60px;
		width: 60px;
    }
    100% {
		height: 20px;
		width: 20px;
    }
  }

  .but-princ-deschis {
	animation-name: but-princ-deschis;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
  }
  
  @keyframes but-princ-deschis {
    0% {
		height: 20px;
		width: 20px;
    }
    100% {
		height: 60px;
		width: 60px;
    }
  }