/* Centrare și uniformizare imagini .imgAboutus */
.divImgAboutus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.imgAboutus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.imgAboutus img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.slogan {
	color: #000;
	font-weight: bold;
	background: var(--yellow);
	padding: 12px 30px 12px 25px;
	display: inline-block;
	clip-path: polygon(0 0, 15px 30%, 0 50%, 15px 70%, 0 100%, calc(100% - 25px) 100%, 100% 50%, calc(100% - 25px) 0);
	line-height: 1.4;
	font-size: 16px;
	transition: all 0.3s ease;
}
.linkAlbastru{
	color: rgb(41, 125, 243) !important;
	font-weight: 600;
	transition: color 0.3s ease;
}
/* Carousel and Slide Styles moved from index.php */
.slideCarousel {
  display: flex;
  align-items: stretch;
  position: relative;
}
.divImagineCarousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.bckDesktopImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logoMandatory {
  flex: 0 0 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.carouselTextArea {
  flex: 1;
  position: relative;
  z-index: 1;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
nav,
section {
	display: block;
}

body {
	overflow-x: hidden;
	font-family: "Gantari", sans-serif !important;
	position: relative !important;
	background-color: var(--greekVilla);

}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 14px;
	overflow-x:hidden;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings:
		"slnt" 0,
		"CASL" 0,
		"CRSV" 0.5,
		"MONO" 0;
}

:root {
	--oxfordBlue: #001B2E;
	--charcoal: #294C60;
	--frenchGray: #ADB6C4;
	--papaya: #FFEFD3;
	--peach: #FFC49B;
	--white: #ffffff;
	--greybck: #ececec;
	--yellow:#ffc926;
	--whiteDove: #f0efe7;
	--greekVilla:#f0ebe3;
	--portocaliu: #F3771D;
	--rosu: #fecb00;
	--rosu-inchis: #C41230;
	--verde: #048c04;
	/* --albastru: #0262bb;
	--albastru-inchis: #004b90; */
	--albastru-inchis: #F3771D;
	--albastru: #fecb00;
	--negru: #01170d;
	--galben: #fecb00;
	/* --galben-inchis: #f1b514; */
	--galben-inchis: #F3771D;
	--gri-inchis: #919b97;
	--gri: #e4e4e4;
	--gri-deschis: #f4f4f4;
	--xs: 9px;
	--s: 11px;
	--m: 13px;
	--l: 20px;
	--xl: 25px;
	--mformobile:13px;
	--sformobile:11px;
}




.menu {
	position: absolute;
	left: 0;
	background-color: transparent;
	width: 100%;
	z-index: 9999;
}

.divLogoMenu {

}

.textCarousel h1{
	display: block;
	text-align: left;
}

.logoHeader {
	filter: brightness(105%);
	max-width: 200px;

}

.imgLogoMandatory {
	max-width: 150px;
	max-height: 100px;
}
.logoMandatory {
	gap:20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-end;
	background: transparent !important;
	border-radius: 10px;
}

.logoMandatory1, .logoMandatory2{
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: space-evenly;
	height:100%;
	padding:0px 0px;
	width:50%;
}
.hvr-underline-from-center:before{
	background:white !important;
}

.slideCarousel{
	position:relative;
}

.slick-prev:before,
.slick-next:before {
	color: red !important;
}

.slick-dots li button {
	font-size: 0;
}


.sliderPost {
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.imgPostPreview {
	height: 20vh;
	background-color: #fff;
	text-align: center;
	line-height: 40vh;
	font-size: 40px;
	font-weight: bold;
	box-sizing: border-box;

}

.navImg {
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;

}
.logoButtonsMenu{
	display:flex;
	flex-direction:row;
	align-items: center;
	gap:20px;
}
.navImg img{
	max-width: 5vw;
	margin:0 auto;
}


.aboutusList li::before{
	content: '';
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-top: 3px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/public/imagesMind/brick.png');
	margin-right: 5px;
}
.overlayMesaj {
	position: fixed;
	height: 100vh;
	width: 100vw;
	z-index: 99999999999;
	background-color: rgba(0, 0, 0, 0.44);
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0px;
}

#mesaj {
	display: none;
	background-color: #fff;
	width: 500px;
	border: 2px solid var(--yellow);
	border-radius: 3px;
}
#mesajTitle{
	border-bottom:1px solid black;;
	padding-bottom:20px;
	line-height:10px;
	font-size:20px;
	margin:20px 0px;
	text-align: center;
	font-weight:bold;
}
.bothTerms{
	display:flex !important;
	flex-direction:column;
	gap:0px !important;
}
.terms a{
	color: var(--albastru);
	font-weight: 600;
}
.divFormContact .terms label {
	display: inline;
}

.divFormContact .terms {
	margin-top: 5px;
}

#mesajinner {
	min-height: 150px;
	display: grid;
	justify-content: center;
	align-content: center;
	font-size: var(--m);
	padding: 0px 20px;
	position: relative;
}

#mesajClose {
	position: absolute;
	right: 12px;
	top: 8px;
	color: var(--galben-inchis);
	cursor: pointer;
	transition: all .3s ease;
}

#mesajClose:hover {
	color: var(--galben);
}

#mesajText {
	text-align: center;
	min-width: 300px;
}
#pffacturare {
	margin: 10px 0px;
	padding: 0px 5px;
}

#scfacturare {
	display: none;
	margin: 10px 0px;
	padding: 0px 5px;
}

#scfacturare select {
	background-color: var(--alb);
	padding: 8px;
}


.cuisc input[type="text"] {
	width: 100%;
}
.formularautentificare{
	padding: 25px;
	border: 1px solid var(--gri);
	border-radius: 3px;
	width:50%;
	background-color:white;;
	margin:200px auto 300px auto;
	height:auto;
	
}


.formular{
	display:flex;
	flex-direction: column;
}
.divFormCentru{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.yelBord{
	border:5px solid var(--yellow);
	padding:20px;
}

.aboutusList li{
	display:flex;
	align-items: center;
}
.aboutusList {
	margin-bottom:20px;
}
.divsliderPostImg{
	width: 60%;
}

.sliderPost{
	text-align: center;
}

.imgAboutus, .imgPost, .postImg{
	max-width:100%;
	max-height:100%;
}

.divImgAboutus{
	width:40%;
}
.divTextCarousel{
	position:absolute;
	display:flex;
	color:white;
	width:100%;
	top: 20%;
}
.divImgAboutus img{
	margin:0 auto;
}
.contentPost{
	display:flex;
	flex-direction: column;
	padding:30px 30px 15vw 30px;
	gap:20px;
	background-color: white;
}
.inputGroup {
	&:focus-within {
		label {
			color: var(--yellow);
		}
	}
}

.textCarousel{
	margin:0 auto;
	text-align:left;
	display:flex;
	flex-direction:column;
	width: 90%;
	gap:50px;
}

.descriereSlideCarousel{
	width: 100%;
	line-height:2em;
	color:var(--white);
	width:80%;
}

.simpleText{
	font-size:20px;

}

.information1{
	display:grid;
	grid-template-columns: 2fr 1fr;
	gap:50px;
}

.contentInformation1Left ol {
	margin:20px 0px;

}

hr {
	width: 100%;
	height: 1px;
	border:none;
	background: var(--yellow);
}

.contentInformation1Left ol li{
	display:flex;
	align-items: center;
	font-size: 20px;

}

.contentInformation1Left ol li::before{
	content: '';
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-top:3px;
	background-size: contain;
	background-image: url('/public/imagesMind/brick.png');
	margin-right: 5px;
		
}

.subTitle{
	font-size: 24px;
}
.titluTextCarousel{
	line-height:1em;
	font-weight:300;
	text-transform:uppercase;
	color:var(--yellow);
	letter-spacing: 3px;
}

.divButtonTextCarousel a{
	font-size:22px;
	padding:20px 30px;
	border-radius:5px;
	color:black;
	background-color:var(--yellow);
	transition:0.3s ease-in-out;
	border:3px solid var(--yellow);
}

.divButtonTextCarousel a:hover{
	background-color:white;
	border:2px solid black;
	
}


.mainButton a{
	font-size:20px;
	padding:15px 20px;
	border-radius:5px;
	color:black;
	background-color: var(--yellow);
	border:1px solid var(--yellow);
	transition: 0.2s ease-in-out;
	
}
.divFacturaPlata{
	text-align: center;
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items: center;
	justify-content: center;
	font-size:18px;
}
.cautaInComenzi form{
	display:flex;
	flex-direction:row;
}

.centru {
	display: grid;
	grid-template-areas:
		"artLeft artRight";
	grid-template-columns: 20% 80%;
	margin-top: 45px;
}

.afisareGrid {
	background-color: var(--yellow);
	background-position: right bottom;
}
.afisareLine {
	background: linear-gradient(to right, #ffffff00 50%, var(--albastru) 50%);
	background-position: left bottom;
}

.afisareHolder {
	display: grid;
	text-align: center;
	width: 80px;
	grid-template-columns: 1fr 1fr;
	background-color: var(--gri-inchis);
	border-radius: 3px;
	margin: 0 auto;
	overflow: hidden;
}
.ordonare {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.paginareholder {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 10px;
}
.cauitaInComenzi form {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cauitaInComenzi {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--gri);
	margin-bottom: 20px;
	margin-top: 15px;
}

.afisareHolder a {
	padding: 7px;
	font-size: 16px;
	color: #fff;
	background-size: 200% 100%;
	transition: all .3s ease-out;
}

.afisareGrid.active {
	background-position: left bottom;
}

.articoleTitluSus {
	grid-area: artSus;
	background-color: #fff;
	border: 1px solid var(--gri);
	border-bottom: 0px;
	padding: 10px;
	border-radius: 3px;
}

.left {
	grid-area: artLeft;
}

.right {
	grid-area: artRight;
}
.formularfull {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid var(--gri);
	border-radius: 3px;
	padding: 20px;
	position: relative;
}

.formularfull #sig-clearBtn {}

.formularfull .steps {
	width: 30px;
	height: 30px;
	background-color: #404040;
	color: #e4f1f9;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	margin-left: 15px;
}

.formularfull h1 {
	font-size: var(--l);
	margin-bottom: 20px;
}

.formularfull input[type="text"],
.formularfull input[type="password"],
.formularfull select {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 0px;
	height: 28px;
}

#news_frecventa {
	width: 15%;
}

.formularfull #fileSemnatura {
	display: none;
}

.formularfull textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
}

.formularfull label {
	margin-left: 5px;
}
input[type="submit"],
button{
	background-color: var(--albastru);
		border: none;
		color: #fff;
		padding: 5px 10px;
		border:1px solid var(--albastru);
		font-size: var(--m);
		border-radius: 3px;
		cursor: pointer;
		font-weight: 500;
		letter-spacing: 0.2px;
		transition: all .3s ease;
}

.linkuri {
	width: 100%;
	border-top: 1px solid var(--gri);
	padding-top: 20px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}


.linkuri a,
.boxNewAccount a {
	color: var(--albastru-inchis);
	font-weight: 600;
	letter-spacing: 0.2px;
	transition: color .3s ease;
	font-size: var(--s);
}

.linkuri a:hover,
.boxNewAccount a:hover {
	color: var(--albastru);
}
.formularfull input[type="submit"],
.formularfull button,
.adaugaAdresa {
	border: none;
	color: var(--oxfordBlue);
	padding: 4px 8px;
	font-size: var(--m);
	border-radius: 10px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.adaugaAdresa:hover{
	color:var(--yellow);
}

.titluContulTau {
	background-color: var(--yellow);
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	font-size: 22px;
	font-weight: 700;
}

.subTitlu {
	font-size: var(--m);
	margin-top: 0px;
	border: none;
	margin-bottom: 20px;
	padding-bottom: 0px;
	color: var(--negru);
}

.formularfull .actiuneclass {
	margin-bottom: 20px;
}

.formularfull .cereresuplimentar .jqEasyCounterMsg:first-of-type {
	display: none !important;
}
.servicii {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	padding: 32px 0;
}

/* Card serviciu */
.serviciu {
	background: #fff;
	   position: relative;
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	padding: 24px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: box-shadow 0.2s, transform 0.2s;
	position: relative;
}

.serviciu:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
	transform: translateY(-6px) scale(1.02);
}

.edit-pen {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #888;
	background: #fff;
	border-radius: 50%;
	padding: 6px;
	font-size: 1.1rem;
	z-index: 2;
	transition: color 0.2s, background 0.2s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
	text-decoration: none;
}

.edit-pen:hover {
	color: var(--yellow);
	background: #fff;
}

.serviciu img {
	width: 25rem;
	height:20rem;
	border-radius: 10px;
	object-fit: cover;
	margin-bottom: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.serviciu h3 {
	font-size: 1.3rem;
	margin: 0 0 12px 0;
	text-align: center;
	color: #1a1a1a;
	font-weight: 600;
}

.serviciu p {
	font-size: 1.05rem;
	color: #444;
	text-align: center;
	margin-bottom: 28px;
	flex: 1 1 auto;
}

.serviciu .pret {
	font-size: 1.1rem;
	color: #007b3c;
	font-weight: bold;
	margin-bottom: 18px;
}

.serviciu .btn-achizitioneaza {
	display: inline-block;
	padding: 12px 28px;
	background: linear-gradient(90deg, #007b3c 60%, #00b86b 100%);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 1.05rem;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	transition: background 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	
	margin-top: 8px;
}

.serviciu .btn-achizitioneaza:hover {
	background: linear-gradient(90deg, #00b86b 60%, #007b3c 100%);
	transform: scale(1.04);
}
.logoMandatoryHorizontal{
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
}

.logoMandatoryHorizontal img{
	max-width:200px;
	max-height:100px;
}
.divSolicitaServ{
	display:flex;
	flex-direction: row;
	 justify-content: flex-end;
	 width:100%;
}

.container {
	padding-bottom:220px;
	padding-top:160px;
	margin: 0 auto;
}
.centru .right {
	margin-left: 20px;
}
.contentFooter div a{
	color:var(--greekVilla);
	line-height:20px;
}

.tabelComenzi {
	font-size: 14px;
}
.tipholder {
	width: 100%;
	margin-bottom: 20px;
}

.tabelComenzi {
	font-size: 14px;
}

.tipholder thead tr {
	background-color: var(--oxfordBlue);
	color: #fff;
}

.tipholder tbody tr:hover {
	background-color: var(--galben);
}

.tipholder thead th {
	font-weight: bold;
}

.tipholder tbody td {
	cursor: pointer;
}

.tipholder td,
.tipholder th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid var(--gri-deschis);
	border-top: 1px solid var(--gri-deschis);
}



.divPolitica{
	display:block;
}

.facturare,.livrare{
	display:flex;
	flex-direction:column;
	gap:30px;
	justify-content: space-between;
}
#formularNouaFacturare input, #formularNouaLivrare input {
	width:50% ;
	display:block;

}

.wrapDetaliiComanda {
	display: flex;
	justify-content: center;
	margin: 20px 0px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.detaliiComanda {
	border: 1px solid var(--gri);
	border-radius: 5px;
	padding: 15px;
	margin: 10px;
	width: 20%;
	min-width: 300px;
	line-height: 1.2;
	font-size: 14px;
}

.susDetaliiComanda {
	min-height: 100px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #dfdfdf;
}

.lineDetalii {
	width: 100%;
	height: 1px;
	background-color: var(--gri);
	margin: 10px 0px;
}
#formularNouaFacturare, #formularNouaLivrare {
width:90%;
}
/* .nav_link {
	display: block;
	margin-top: 20px;
	color: var(--portocaliu);
	font-size: 15px;
	margin-bottom: -20px;
}

.nav_link .fa-chevron-right {
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.nav_link a {
	color: var(--negru);
}

.nav_link a:hover {
	color: var(--galben-inchis);
}

.nav_link .container {
	margin-bottom: 20px;
	border-radius: 3px;
} */
.footer{
	background-color:var(--oxfordBlue);
	width:100%;
	color:var(--greekVilla);
}
.logoFooter{
	max-width:250px;
}


.textOnLine{
	font-size:3rem;
}

.footer.fade-in::before {
	opacity: 1;
	animation: fadeIn 3s ease-out forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes slideIn {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOut {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(100%);
		opacity: 0;
	}
}



.contentFooter{
	padding-top:12px;
	padding-bottom:5px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.colFooter1{
	display:flex;
	flex-direction:column;
}

.colFooter2 p{
	padding-bottom: 5px;
}
.colFooter2{
	display: flex;
	flex-direction: column;
	gap:15px;
}
.colFooter2 img{
	max-width:27px;
	filter:invert(1);
}
.colFooter2 div{
	display:flex;
	flex-direction: row;
	gap:10px;
	align-items: center;
}


#divSocialHid{
	display:none;
	flex-direction: row;
	gap:15px;
	align-items: center;
	justify-content: center;
}

#divSocialHid img{
	max-width:7.5vw;
}

.divCopyright{
	font-size:10px !important;
}

#divSocial{
	display:flex;
	flex-direction: row;
	gap:15px;
	align-items: center;
	justify-content: center;
}

.divAnpc{
	display:flex;
	flex-direction: column;
	gap:5px;
	height:100%;
	justify-content: space-evenly;
	

}

.divAnpc img{
	max-width:10vw;
}


#divSocial img{
	max-width:2.5vw;
}

.mediumText{
	font-size:24px;
}
.textPost{
	width:80%;
	margin:0 auto;
	display:flex;
	flex-direction: column;
	gap:20px;
}
.gridPosts{
	display:flex;
	flex-direction: row;
	justify-items:center;
}
.otherPostImg{
	max-width:12vw;
}

.otherPost a{
	display:flex;
	flex-direction: column;
	gap:20px;
	padding:20px;
	transition:0.3s ease-in-out;

}
.otherPost a:hover{
	background-color:rgb(227, 227, 227);
}


.mainButton a:hover{
	background-color: white;
	border: 1px solid black;
	box-shadow: none;
}
.divButtonTextCarousel{
	margin-top: 20px;
}

.divInformation3{
	padding:100px 0px;
}

.buttons{
	display:flex;
	gap:30px;
	align-items: center;
	justify-content: center;
}

.buttons a{
	background-color:var(--yellow);
	padding:15px 40px;
	color:black;
	border:1px solid var(--yellow);
	transition: .4s ease-in-out;
	border-radius: 5px;
	box-shadow: 18px 18px 50px -7px rgba(0, 0, 0, 0.78);
}

.buttons a:hover{
	background-color: white;
	border:1px solid black;
	box-shadow:none;
}
.divButtonsMenu a{
	color:white;
}

.bigTitle{
	font-size:48px;

}


.bigText{
	font-size: 40px;
	letter-spacing: 0px;
	line-height:1em;
}
b{
	font-weight:bold;
}
a{
	text-decoration:none;
}

.despre-noi-left .timeline-box, .despre-noi-right .timeline-box{
	padding: 20px;
	font-size: 14px;
	color:var(--greekVilla);
	width: 80%;
}

.timeline-separator{
	width:100px;
	height:2px;
	background-color: var(--yellow);
	display:inline-block;
	margin-left:10px;
}
.biggerPhoto{
	max-width:200px;
}

.despre-noi-center{
	width: 2px;
	height: 100%;
	background-color: var(--yellow);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.despre-noi-left > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 120px;
	
}
.bold{
	font-weight:bold;
}


.despre-noi-left>div:last-child {
	margin-bottom: 0;
}
.despre-noi-timeline{
	display: none;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
}

.despre-noi-right > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 120px;
}
.position-relative{
	position: relative;
}

.mt20{
	margin-top:20px;
}
.bckDesktop{
	width: 100%;
	height:100%;
	filter: brightness(60%);
	overflow: hidden; 
	max-height: 100%;
 } 

 .bckMainPage{
	width:100%;
	z-index:-5;

	background-image:url('/public/imagesMind/crescentobck2.webp');
	background-size: 100%;
	background-attachment: fixed;
	background-position: center;
	/* padding-bottom:250px; */
 }
 .divContentOferta{
	padding-top: 100px;
	box-sizing: border-box;
		
 }

 .divContentContact{
	padding-top:110px;
	box-sizing:border-box;

 }
 .divContentStatic{
	padding-top:160px;
 }
 .aboutusTitle{
	color:var(--yellow);
 }
 .contentAboutus{
	display:flex;
	flex-direction:column;
 }

 .divTimeline{
	display:flex;
	flex-direction: column;
	gap:30px;
	margin-bottom:185px;

 }

 .divTextAboutus{
	display:flex;
	flex-direction:row;
	align-items: center;
	margin-bottom:100px;
	padding:30px;
	border-radius:9px;
	background-color: white;
 }

 .imgAboutus img{
	max-width:35vw;
	max-height:35vh;
 }
 .divContentAboutus{	
	padding-top: 140px;

	box-sizing: border-box;
 }
 .timeline {
	--timeline-color: var(--yellow);
	position: relative;
	list-style: none;
	display: inline-flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	height: 200px;
 }

 .timeline:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background: var(--timeline-color);
 }


 .timeline li {
	margin: 0 20px;
	min-width: 200px;
	max-width:450px;
	align-self: flex-start;
 }
 .timeline li:nth-child(2n) {
	align-self: flex-end;
 }
 .timeline div {
	position: relative;
	padding: 10px;
	margin: -15px 0px;
	border: 1px var(--timeline-color) solid;
 }

 .timeline li:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-left: 225px;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--timeline-color);
 }
 .timeline p,.timeline time{
	color:var(--greekVilla);
 }


 .timeline div:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -1px) rotateZ(45deg);
 }

 .timeline li:nth-child(2n - 1) div:before {
	top: 100%;
	margin-top: -8px;
	border-right: 1px var(--timeline-color) solid;
	border-bottom: 1px var(--timeline-color) solid;
 }

 .timeline li:nth-child(2n) div:before {
	top: 0;
	margin-top: -10px;
	border-left: 1px var(--timeline-color) solid;
	border-top: 1px var(--timeline-color) solid;
 }

 


 .ermsg ,.error{
	color:red;
	font-size:1.5vh;
 }

 .meniucont a {
	display: block;
	margin-bottom: 20px;
	color: var(--oxfordBlue);
	font-weight: 600;
	cursor: pointer;
	transition: all .1s ease;
	font-size: 16px;
 }

 .meniucont a:hover {
	color: var(--albastru);
 }
.divTrimiteEmail{
	display:flex;
	align-items: flex-start;
	flex-direction:column;
	justify-content: center;
	height:75%;
	backdrop-filter: blur(5px);
	position: relative;
	color:var(--yellow);
  }

.divCereOferta{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	height: 75%;
	backdrop-filter: blur(5px);
	position: relative;
}
  .divTrimiteEmail span:nth-child(1){
	font-size:56px;
  }
  .divTrimiteEmail span:nth-child(2) {
	font-size: 20px;
  }
  .emailButton img{
	max-width:40px;
  }
 .image-off, .emailButton:hover .image-on {
	display: none

 }
 .image-on,.emailButton:hover .image-off {
	display: block
 }
 .emailButton:hover{
	background-color:var(--greekVilla);
	border:1px solid black;

 }
  .emailButton{
	padding:20px;
	background-color:var(--yellow);
	display:flex;
	flex-direction:row;
	align-items: center;
	gap:20px;
	border-radius:10px;
	font-size:20px;
	border:1px solid var(--yellow);
	color:black;
	font-weight: bold;
	transition:0.2s ease-in-out;
  }
  .divEmailButton{
	margin-top:30px;
  }



 .contentContact{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	min-height:100vh;
 }

 .divFormContact{
	display:flex;
	flex-direction: column;
	margin:0 auto;
	gap: 15px;
	width:80%;
	padding:30px;
	background-color: white;
	border:5px solid var(--yellow);
	border-radius:10px;
 }
  .divFormOferta {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	gap: 30px;
	width: 80%;
	padding: 30px;
	background-color: white;
	border: 5px solid var(--yellow);
	border-radius: 10px;
	align-items: flex-end;
  }

   .divFormOferta input:not(.submitFormOferta) {
	height: 5vh;
	width: 100%;
	padding: 10px;
	border: none;
	transition: 0.3s ease-in-out;
	border-bottom: 1px solid var(--oxfordBlue);
   }

   .divFormOferta input:active:not(.submitFormOferta),
   .divFormOferta input:focus:not(.submitFormOferta) {
	outline: none;
	border-bottom: 1px solid var(--yellow);
   }

   .divFormOferta textarea:active {
	outline: none;
	border-bottom: 1px solid var(--yellow);
   }

   .divFormOferta div {
	display: flex;
	gap: 30px;
	width: 100%;

   }

   .formularNou{
	display: flex;
	flex-direction: row;
	gap: 20px;

   }

   .divFormOferta textarea {
	width: 100%;
	padding: 10px;
   }

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

 .submitFormContact,.submitFormOferta{
	padding:10px;
	background-color:var(--yellow);
	border:1px solid var(--yellow);
	transition:0.3s ease-in-out;
	border-radius:5px;
	font-weight: bold;
	font-size:16px;
 }
 

 .submitFormContact:hover,.submitFormOferta:hover{
	background-color:var(--greekVilla);
	border:1px solid var(--oxfordBlue);
	cursor:pointer;

 }
 

 .submitFormContact{
	width:30%;
	float:right;
 }
 .row{
	display:flex;
	flex-direction:row !important ;
 }

 .divIntervalOrar{
 display: flex;
 flex-direction: column;
 gap: 10px;
 }
 .divIntervalOrar div {
	display: flex;
	flex-direction: column;
	gap: 10px;
 }
 .formCheckout input:not([type="submit"], [type="radio"]) {
	width: 50% !important;
 }
 .divFormContact input:not(.submitFormContact, #legea, #accept),
 #formularSolicitareCont input:not([type="submit"], .legea, .accept,.termeni),
 .divFormCentru input:not([type="submit"]),#formularCont input:not([type="submit"]),
 .ordonare select, .formCheckout input:not([type="submit"],[type="radio"]) {
	height:3.5vh;
	width:100%;
	padding:5px;
	border:none;
	transition:0.3s ease-in-out;
	border-bottom:1px solid var(--oxfordBlue);
 }
 #formularCont input:not([type="submit"]){
	background-color:var(--gri-deschis)
 }

 .formCheckout .inputGroup{
	display:flex;
	flex-direction:row;
	align-items: center;
 }
 .error{
	font-size:1.2vh !important;
 }

 

 .divFormContact input:focus:not(.submitFormContact),
 .divFormContact input:active:not(.submitFormContact),
 #formularSolicitareCont input:focus:not([type="submit"]):not(.legea):not(.accept):not(.termeni),
 #formularSolicitareCont input:active:not([type="submit"]):not(.legea):not(.accept):not(.termeni),
 .divFormCentru input:focus:not([type="submit"]),
 .divFormCentru input:active:not([type="submit"]),
 #formularCont input:focus:not([type="submit"]),
 #formularCont input:active:not([type="submit"]),
 .formCheckout input:active:not([type="submit"], [type="radio"]),
 .formCheckout input:focus:not([type="submit"], [type="radio"]),
 .ordonare select:active, .ordonare select:focus
  {
	outline: none;
	border-bottom: 1px solid var(--yellow);
}
  .divFormContact textarea:active{
	outline: none;
	border-bottom: 1px solid var(--yellow);
  }

 .divFormContact div{
	display:flex;
	gap: 10px;
	width:100%;

 }
 .divFormContact textarea{
	width:100%;
	padding:10px;
	border: 1px solid black;
 }


 .submitFormOferta{
	width:30%;
 }

 .bckContact{
	min-height:100vh;
	min-width:100vw;
	z-index:-5;
	background-image:url('/public/imagesMind/bckContact2.webp');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	clip-path: polygon(0 0, 100% 0, 70% 0%, 0 100%);
	position: absolute;
	filter: brightness(0.4);
	top:0;
	left:0;

 }

  .bckOferta {
	min-height: 100vh;
	min-width: 100vw;
	z-index: -5;
	background-image: url('/public/imagesMind/imgOferta.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	clip-path: polygon(0 0, 100% 0, 70% 0%, 0 100%);
	position: absolute;
	top: 0;
	left: 0;

  }

  .contentOferta{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	min-height: 90vh;
  }
 .bckAboutus{
	min-height: 50vh;
	min-width: 100vw;
	z-index: -5;
	background-image: url('/public/imagesMind/bckAboutus.webp');
	background-size: cover;

	background-position: center;
	position: absolute;
	filter: brightness(0.4);
	top: 0;
	left: 0;
 }
 .bckAboutProject{
	min-height: 50vh;
	min-width: 100vw;
	z-index: -5;
	background-image: url('/public/imagesMind/bckaboutproject.jpg');
	background-size: cover;

	background-position: center;
	position: absolute;
	filter: brightness(0.4);
	top: 0;
	left: 0;
 }

  .bckPosts {
	min-height: 50vh;
	min-width: 100vw;
	z-index: -5;
	background-image: url('/public/imagesMind/bckBlog.webp');
	background-size: cover;
	background-position: center;
	filter: brightness(0.8);
	top: 0;
	left: 0;
  }

  .bckPost{
	min-height: 42vh;
	z-index: -5;
	background-image: url('/public/imagesMind/bckPost.png');
	background-size: cover;
	background-position: center;
	filter: brightness(0.8);
	top: 0;
	left: 0;
  }
  .postShortDescription a:hover{
	text-decoration:underline;
  }

  .chatbox {
	position: fixed;
	bottom: 30px;
	right: 5px;
	z-index: 99999;
  }

  .mmincontact {
	display: inline-block;
	background: url(../images/contact.png) no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 50px;
	height: 49px;
	margin-right: 1em;
  }
  .contactNew {
	background: url(../images/contactNew.png) no-repeat;
	transition: transform 0.4s cubic-bezier(.4, 2, .6, 1);
	display: inline-block;
	height: 70px;
	width:70px;
	background-size: cover;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
  }
  .fa-edit{
	color:var(--oxfordBlue) !important;
  }
  .fa-edit:hover{
	color:var(--yellow) !important;
  }
  #cookies {
	position: fixed;
	background-color: var(--yellow);
	color: var(--alb);
	bottom: 0;
	width: 100%;
	z-index: 99999;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	padding: 10px 0px;
	line-height: 35px;
  }
  .show {
	display: block !important;
}

  .ctn_cookie {
	background-color: var(--oxfordBlue);
	border-radius: 5px;
	display: block;
	width: 150px;
	margin: auto; 
}
.ctn_cookie a{
	color:white !important;
}
  #cookies a {
	text-decoration: underline;
	color: white;
	font-weight: 600; 
}
  .contentbox {
	display: none;
	float: left;
	padding-right: 5px;
	width: 100%;
	text-align: center;
  }
  .titleBox {
	padding: 15px 0px;
	color: red;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
  }

  .contactNew.up {
	transform: translateY(-30px) scale(1.15);
  }

  .mminwhatsapp {
	display: inline-block;
	background: url(../images/iconWhats.png) no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 50px;
	height: 49px;
	margin-right: 0.6em;
  }

  .mminmessenger {
	display: inline-block;
	background: url(../images/iconFacebook.png) no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 50px;
	height: 49px;
  }

  .postImg img{
	width:15vw;
	max-width:650px;
	margin:0 auto;
  }
  .postImgSlider{
	max-width:20vw;
	text-align: center;
  }
.with-frame {
	position: relative;
	display: inline-block;
}

.with-frame::before,
.with-frame::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.with-frame::before {
	top: 0;
	left: 0;
	border-top: 3px solid var(--yellow);
	border-left: 3px solid var(--yellow);
	width: 20%;
	height: 30%;
}
.with-frame::after {
	bottom: 0;
	right: 0;
	border-bottom: 3px solid var(--yellow);
	border-right: 3px solid var(--yellow);
	width: 20%;
	height: 30%;
}

  .imgPost{
	border-radius:10px;
  }
  .otherPost{
	width:25%;
  }


  .containerAdrese,
  .containerCont {
	background-color: var(--gri-deschis);
	padding: 20px;
	border-radius: 20px;
  }

  .divAlb {
	background-color: #fff;
	border: 1px solid var(--gri);
	padding: 10px;
	border-radius: 3px;
  }
  .divAlbPaginare {
	background-color: #fff;
	border: 1px solid var(--gri);
	border-top: 0px;
	padding: 10px;
	padding-top: 0px;
	border-radius: 3px;
	margin-bottom: 10px;
  }

  .containerAdreseTop {
	display: flex;
	justify-content: space-between;
  }
  .gridHalf {
	width: 70%;
	margin: auto;
	display: grid;
	margin-top: 20px;
	grid-template-columns: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 20px;
  }
  .contentPosts{
	padding-top:75px;
	display:grid;
	gap:30px;
	padding-bottom:300px;
	grid-template-columns: repeat(4, 1fr);
  }
  .post{
	display: flex;
	flex-direction: column;
	gap:10px;
	padding:15px;
	border-width: 5px;
	border-color: var(--yellow);
	border-style: double;
	color:black;
	background-color: white;
	max-height:450px;
	overflow:hidden;
	transition:0.5s ease-in-out;
	box-shadow: none;
  }

  .post:hover{
	box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.75);
  }

  .postImg{
	text-align: center;
	padding: 10px;
  }
  .itemDetaliu{
	display:flex;
	gap:10px;
  }

  .singlePhoto img{
	padding:50px 0px 50px 0px !important;
	width:20vw !important;

  }
  .singlePhoto{
	width:100%;
  }

  .postCategory span{
	color:var(--oxfordBlue);
	background-color: var(--yellow);
	padding:5px;
	border-radius:10px;
  }

 .titleBlog{
	color:var(--yellow);
	width:50%;
	text-align: right;
	padding-top:150px;
	

 }

 .titlePost{
	color: var(--yellow);
	width: 50%;
	text-align: left;
	padding-top: 150px;
 }
 .slider-nav{
	width:80%;
	margin:0 auto;
	padding:30px;
 }
 .timeDetails img{
	max-width:1vw;
 }
 .timeDetails{
	margin:0 auto;
	display:flex;
	align-items:center;
	gap:20px;
 }
 .timeDetails div{
	display:flex;
	align-items: center;
	gap:5px;
 }
 .colFooter6 a{
	display:none;
 }

 .hamburger {
	font-size: 2rem;
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	display: none;
	/* ascuns pe desktop */
 }
 .hamburgerMenu{
	display:none;
 }

.nav-links {
	display: none;
	flex-direction: column;
	position: fixed;
	right: -2px;
	height:100%;
	top:0;
	width:30%;
	clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
	background-color: var(--oxfordBlue);

	padding: 1rem;
	border-radius: 8px;
	z-index: 1000;
}

	
.nav-links.active {
	display: flex;
	justify-content:center;
	animation: slideIn 0.4s ease forwards;
	transition:0.5s ease-out;
	gap:20px;
}
.nav-links.hide {
	animation: slideOut 0.4s ease forwards;
}
 .nav-links li a {
	color: var(--greekVilla);
	text-decoration: none;
	font-size:24px;

 }
 .nav-links li{
	text-align: right;
	width:100%;
 }


 .share-section {
	text-align: center;
	font-family: sans-serif;
 }

 .share-section p {
	font-size: 1rem;
	margin-bottom: 10px;
 }

 .share-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
 }

 .btn {
	width: 45px;
	height: 45px;
	background-color: #ccc;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
 }

 .btn:hover {
	transform: scale(1.15);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
 }

 /* Culori specifice */
 .fb {
	background-color: #3b5998;
 }

 .tw {
	background-color: #1da1f2;
 }

 .li {
	background-color: #0077b5;
 }

 .wa {
	background-color: #25D366;
 }

 .divInformation3{
	background-color:var(--greekVilla);
 }
 

 .progress {
	display: block;
	width: 100%;
	margin:0 auto;
	height: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: black;
	background-image: linear-gradient(to right, transparent, var(--yellow));
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
 }
 .inputGroup{
	display:flex;
	flex-direction:column;
 }
.progress-container {
	position: relative;
	width: 80%;
	margin: 20px auto;
	text-align: center;
}
	
.progress-text {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 16px;
	font-weight: bold;
	color: black;
	transition: color 0.4s ease-in-out, left 0.4s ease-in-out;
}

.divProgressBar{
	margin:-150px auto 0px auto;
	width:70%;
}

.progress-image {
	display: none;
	position:absolute;
	top: -130px;
	left:0;
	width: 100%;
	max-width:120px;
	transition:left  0.5s ease-in-out;
	transition: left 0.5s ease-in-out, opacity 0.4s ease-in-out;
	opacity: 0;
}

.divBckDesktop{
	max-height:1000px;
	position:relative;
}
.sliderProgress{
	height: 100%;
}

 .importantContentHeader{
	width:100%;
 }
 .divInformation1{
	background-color: var(--greekVilla);
	position:relative;
	padding: 150px 0px;
 }

 .divInformation4{
	background-color: var(--greekVilla);
	position: relative;
	padding-top:100px;
	padding-bottom:300px;
 }


 .reviewUser{
	display:grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	gap:20px;
 }

 .reviewUser img{
	max-width:75px;
 }

 .review{
	display:flex;
	gap:20px;
	flex-direction: column;
	background-color: white;
	padding:30px;
	box-shadow: 0px 0px 36px 7px rgba(0, 0, 0, 0.75);
	transition:0.4s ease-in-out;
 }
 .logoLine div{
	width:100%;
 }

 .textOnHr{
	margin:20px;
	
 }

 .logoLine span{
	color:var(--yellow);
 }

 .logoLine :first-child{
	text-align: right;
	line-height: 25px;
 }

  .logoLine :nth-child(3) {
	text-align: Left;
  }


 .logoLine hr{
	width:100%;
	height:3px;
 }

 .logoLine{
	display: flex;
	align-items: center;
	background-color:var(--greekVilla);
 }

 .logoLine img{
	max-width:250px;
 }
 
 .checked {
	color: var(--yellow);
 }
 .divReviews{
	display:grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	justify-items: center;
	gap: 50px;
 }
 .information1{
	background-color: var(--greekVilla);
 }
 .divInformation2{
	margin:150px auto;
 }

 .rightEnd{
	text-align: right;
 }

 .whiteBox{
	width:60%;
	padding:40px;
	margin:50px auto;
	background-color:var(--greekVilla);

 }

 .halfPhotoHalfText{
	display:grid;
	grid-template-columns: 1fr 2fr;
	gap:30px;
 }

 .centerText{
	text-align: center;
 }
 .halfPhoto img{
	max-width:350px;
 }

 .halfPhoto{
	display: flex;
    flex-direction: column;
    justify-content: center;
 }

 .halfText{
	gap:50px;
	display:flex;
	flex-direction: column;

 }

.center{
	margin:0 auto;
	width:80%;
}
.contentInformation1Right{
	display:grid;
	grid-template-rows: 1fr 1fr;
	gap:40px;
}

.contentInformation1Right div{
	padding-left:20px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.logoMobile{
	max-width:20vw;
}
.logoMenuBg {
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	width: 40vw;
	right:0px;
	height: auto;
	opacity: 0.18;
	pointer-events: none;
	z-index: 1;
}


ul.nav-links li,
ul.nav-links a {
	position: relative;
	z-index: 2;
}

.littleText{
	color:rgb(134, 133, 133);
	font-size:14px;
}

.littleText2{
	font-size:16px;
}

.contentInformation1Right div{
	border-left:2px solid var(--yellow);
}

.littleCenter{
	width:60%;
	margin:0 auto;
}

.mediumTitle{
	font-size:32px;

}

.contentMenu{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.divButtonsMenu {
	display:flex;
	gap:50px;
	text-underline-offset: 5px !important;
}

.cereOferta{
	background-color:var(--yellow);
	color:white;
	font-weight:Bold;
	font-size:16px;
	padding:15px 5vw 15px 15px;
	border-top-left-radius: 10px;
	transition:0.2s ease-in-out;
	border-bottom-left-radius: 10px;
}
.divOffer{
	position: absolute;
	right: 0;
}
.divCereOferta{
	display:flex;
	justify-content: center;
	flex-direction:column
}
.cereOferta:hover{
	background-color: var(--greekVilla);
	color:black;
}

.contultau{
	color:var(--yellow);
	font-size:var(--xl);
	margin-right:20px;
	transition:0.3s ease-in-out;
}

.contultau:hover{
	color:var(--greekVilla);
}

.divButtonsMenu a{
	align-self: flex-start;
	display: inline-block;
	height: auto;
	padding: 5px 10px;
}

.checkout-container {
	display: flex;
	gap: 32px;
	align-items: flex-start;
	margin: 32px 0;
}

.checkout-articol {
	flex: 1 1 40%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	padding: 30px;
	gap:20px;
	display:flex;
	flex-direction: column;
}

.checkout-articol img {
	max-width: 100%;
	border-radius: 8px;
	margin-bottom: 16px;
}

.checkout-formular {
	flex: 1 1 60%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	padding: 24px;
}

.formCheckout{
 display: flex;
 flex-direction: column;
 gap: 30px;

}

.pretCheckout{
	color:#007b3c;
	font-weight:bold;
}





