html,body {
	margin: 0;
	padding: 0;
	font-family:"montserrat";
	overflow-x: hidden;
}

h1 {
	color:#fff;
	font-family:"linotype-didot";
	font-size:54px;
}

h2 {
	font-size:54px;
	color:#fff;
	font-family:"linotype-didot";
}

h3 {
	font-size:40px;
	color:#E53957;
	font-family:"montserrat";
}

p {
	font-size:17px;
	color:#707070;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

header {
	padding-top:25px;
	padding-bottom:25px;
	position: absolute;
	top:0;
	left:0;
	right:0;
}

body .arrows {
  position: relative;
  /**/
  position: absolute;
  top: 50%;
  left: 50%;
  /**/
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
body .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 10px solid rgba(255, 255, 255, 0.9);
  border-bottom: 10px solid rgba(255, 255, 255, 0.9);
  transform: translate(10px, 40px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}
body .arrows:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 10px solid rgba(255, 255, 255, 0.9);
  border-bottom: 10px solid rgba(255, 255, 255, 0.9);
  transform: translate(20px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
  0% {
    border-left: 10px solid rgba(255, 255, 255, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 0);
    transform: translate(-5px, -20px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 10px solid rgba(255, 255, 255, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 0);
  }
  50% {
    border-left: 10px solid rgba(255, 255, 255, 0.9);
    border-bottom: 10px solid rgba(255, 255, 255, 0.9);
    transform: translate(-5px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 10px solid rgba(255, 255, 255, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 0);
    transform: translate(-5px, 20px) rotate(-45deg);
  }
}

.register-bg-image {
	background-image: url('../images/decorInscrie.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.titlu-premiu {
	color:#fff;
	font-size:32px;
	width:100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	line-height: 42px;
}

.titlu-steps {
	color:#fff;
	font-size:26px;
	width:100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
	margin-top:-20px;
}

.titlu-saptamana {
	color:#E8CA1C;
	font-size:24px;
	font-family: 'appleberry';
}

.castigator {
	color:#fff;
	font-size:18px;
}

.marele-castigator > * > .titlu {
	font-size:44px;
	color:#CC2D4A;
	text-align: center;
	font-family: 'appleberry';
}

.marele-castigator > * > .castigator {
	font-size:24px;
	text-align: center;
}

.marele-castigator {
	background-image:url('../images/urma_trafalet.svg');
	background-size: contain;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	justify-content: center;
	height:200px;
	position: relative;
}

.marele-castigator::after {
	content:'';
	position: absolute;
	height:100%;
	right:-200px;
	top:0;
	background-repeat: no-repeat;
	background-image:url('../images/trafalet.svg');
	background-size: contain;
	width:300px;
	background-position: left;
}

.container-form .buton,.container-form .buton:hover,.container-form .buton:visited{
	background-color:#CE5D00;
	padding:10px;
	text-align: center;
	color:#fff;
	width:100%;
	display: block;
	font-size:24px;
	border-radius:10px;
	text-decoration: none;
	box-sizing: border-box;
}

.buton,.buton:hover, .buton:visited {
	background-color:#CE5D00;
	padding:10px 20px;;
	text-align: center;
	color:#fff;
	display: inline-block;
	margin:0 auto;
	font-size:24px;
	border-radius:10px;
	text-decoration: none;
	box-sizing: border-box;
}

.container-form input[type="text"] {
	width:100%;
	text-align: center;
	background-color:transparent;
	color:#36A796;
	font-size:24px;
	padding:5px;
	box-sizing: border-box;
	margin-bottom:5px;
	outline: none;
	border:none;
	border-bottom:2px solid #CE5D00;
}

.container-form .container-file-input {
	box-sizing: border-box;
	margin-bottom:5px;
	outline: none;
	border:none;
	width:100%; border-bottom:2px solid #CE5D00;
	padding:5px;
	font-size:24px;
	position: relative;
	cursor: pointer;
	text-align:center;
	background-color:transparent;
	color:#36A796;
}

.container-form .container-file-input .file-input-name {
	width:100%;
	font-size:22px;
	overflow-x: hidden;
	font-family:"montserrat";
}
.container-form .container-file-input span {
	position: absolute;
	height: 30px;
	right:0;
	bottom:20px;
	cursor: pointer;
}	
.container-form .container-file-input span > img {
	width:100%;
	height:100%;	
}	 
.container-form .container-file-input input[type="file"] {
	width:100%;
	display:none;
}
.container-form .container-file-input > label > div {
	font-family: arial;
	width:80%;
	cursor: pointer;
}

.divider-right {
	background-image:url('../images/title_bar_desktop_dreapta.svg');
	background-size:cover;
	background-position: top right;
	background-repeat: no-repeat;
	font-size:40px;
	height:90px;
	padding:10px 0;
	display: flex;
	align-items:center;
	justify-content:center;
	text-align: center;
	color:#209887;
	font-family:"montserrat";
    font-weight: 900;
    top:-10px;
    position: relative;
}

.divider-left {
	background-image:url('../images/title_bar_desktop_stanga.svg');
	background-size:cover;
	background-position: top left;
	background-repeat: no-repeat;
	font-size:40px;
	height:90px;
	padding:10px 0;
	display: flex;
	align-items:center;
	justify-content:center;
	text-align: center;
	color:#209887;
	font-family:"montserrat";
    font-weight: 900;
    top:-10px;
    position: relative;
}

.header-title {
	width:100%;
	min-height: 450px;
	overflow-x: hidden;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
}

.header-title h1 {
	padding:20px 0 10px 0;
	position: relative;
	text-shadow: 0px 3px 6px #00000029;
}

.header-product-title {
	width:100%;
	min-height: 450px;
	overflow-x: hidden;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center right;
	background-image:url('../images/Kmare@2x.png');
	display: flex;
	align-items: center;
	background-color:#E63756;
}

.header-product-title h1 {
	position: relative;
	font-weight: bold;
	color:#fff;
	font-size:44px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    color:#4B5052;
    font-size:14px;
}

.breadcrumbs li {
    display: inline;
    margin: 0;
}

.breadcrumbs li:not(:last-child)::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    margin: 0 5px;
    font-weight: 600;
    font-size:10px;
    color:#4B5052;
}

.breadcrumbs li:first-child::before {
	content: "\f015";
    font-family: "Font Awesome 5 Free";
    margin: 0 5px;
    font-weight: 600;	
    font-size:15px;
    color:#4B5052;
}	

.breadcrumbs a {
    text-decoration: none;
    color: #333;
}

/* Stilizări pentru link-uri, la alegere */
.breadcrumbs a:hover {
    text-decoration: underline;
}	

.buton-subcategorii {
	display: inline-block;
	margin:0 10px;
	cursor: pointer;
}

.buton-subcategorii:first-of-type {
	margin-left:0;
}

.buton-subcategorii.selectat {
	color:#E63756;
	font-weight: bold;
	text-decoration: underline;
}

.product-snippet {
	width:100%;
	position: relative;
}

.product-snippet .nota {
	position:absolute;
	top:15px;
	right:15px;
	background-color:#fff;
	border-radius:20px;
	padding:1px 8px 1px 8px;
	font-size:16px;
}

.product-snippet .nota > span:before {
	content:'\f005';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size:18px;
	margin-right:3px;
}

.product-snippet .product-image {
	background-color:#DBDBDB;
	margin-bottom:10px;
	padding-top:45px;
	padding-bottom:25px;
}

.product-snippet .product-title {
	margin-bottom:10px;
	text-align: center;
	color:#707070;
	font-size:16px;
}

.buton-varianta-volum {
	font-size:28px;
	display: inline-block;
	color:#707070;
	padding:0 15px;
	border-left:1px solid #707070;
}

.buton-varianta-volum.selectat {
	font-weight:bold;
	color:#009848;
}

.buton-varianta-volum:first-of-type {
	border:none;
}

.text-nota {
	font-size:20px;
	margin-bottom:0;
	color:#707070;
}

.acorda-nota {
	font-size:30px;
}

.acorda-nota i {
	margin:0 5px;	
}

.download-fisa {
	width:100%;
	position: relative;
	padding:15px 60px 15px 10px;
	border-bottom:1px solid #707070;
	font-size:20px;
	font-weight: 400;
	color:#707070;
	cursor: pointer;
	margin-bottom:10px;
}	

.download-fisa:hover {
	background-color:rgba(0,0,0,0.02);
}

.download-fisa:after {
	position: absolute;
	content:'';
	background-image:url('../images/Group 2@2x.png');
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width:40px;
	right:10px;
	top:5px;
}

.catalog-snippet {
	width:100%;
}

.catalog-snippet .catalog-image {
	margin-bottom:15px;	
}

.catalog-snippet .catalog-title {
	margin-bottom:10px;
	text-align: center;
	color:#707070;
	font-size:16px;
}

.max-height-logo {
	max-height:120px;
}

.container {
	max-width:1350px;
}

.container-dreapta {
	margin-left:max(15px, calc(50vw - 675px));
	min-height: 100px;
	box-sizing: border-box;
	max-width: 100%;
}

.nav {
	background-color:#EDE2C8;
	padding:10px;
	box-sizing: border-box;
	border-radius:40px;
	font-family:"montserrat";
	color:#36A796;
	font-weight: bold;
	box-shadow: 0px 3px 60px #00000063;
}

.nav-link {
	font-size:20px;
	text-align: center;
}

.swiper-button-prev {
	background-image: url('../images/sageataStanga.png');	
	background-size: contain;
	background-repeat: no-repeat;
}

.swiper-button-prev:after,.swiper-button-next:after {
	content:none;
}

.swiper-button-next {
	background-image: url('../images/sageataDreapta.png');	
	background-size: contain;
	background-repeat: no-repeat;
}

.dropdown-menu {
	font-weight:normal;
	font-size:14px;
	background-color: transparent;
	border:none;
}

.dropdown-menu a {
	padding:3px 0;
	color:#E25226;
}

.kvtitle {
	background-image:url('../images/headerpic@2x.png');
	background-size:cover;
	background-position: center left;
	height: 550px;
	width:100%;
	background-color:#DCE6EE;
}

.kvtitle-secondary {
	background-image:url('../images/bghead.png');
	background-size:cover;
	background-position: center;
	height: 250px;
	width:100%;
	background-color:#DCE6EE;
}

.bg-blue {
	background-color:#4875B9;
	width:100%;
	position: relative;
	margin-top:120px;
	padding-top:10px;
}

.bg-teal {
	background-color:#019183;
	width:100%;
	position: relative;
	margin-top:150px;
	margin-bottom:100px;
	padding-top:50px;
	padding-bottom:50px;
}

.bg-orange {
	background: #E54E26;
	width:100%;
	position: relative;
	margin-top:120px;
	padding-top:10px;
}

.special-k {max-width:110%; width:110%; margin-top:-10%}

.bg-yellow {
	background: linear-gradient(#FFCC06 80%, transparent 80%);
	width:100%;
	position: relative;
	margin-top:120px;
	padding-top:10px;
}

.counter-achivements {
	background-color:#f6f6f6;
	border-radius: 10px;
	width:100%;
	padding:20px;
	box-sizing: border-box;
}

.container-contact {
	width:100%;
	border-radius:10px;
	background-color:#EEEEEE;
	padding:50px 20px;
}

.container-logo-sticky {
	background-color:#fff;
	display: flex;
	align-items:center;
	justify-content: center;
	border-radius:10px;
	height: 100%;
	position: relative;
}

.container-logo-sticky img {
	width:50%;
	padding-top:20%;
	padding-bottom:20%;
}

.container-logo-coral {
	background-color:#121E43;
	display: flex;
	align-items:center;
	justify-content: center;
	border-radius:10px;
	height: 100%;
	position: relative;
}

.container-logo-coral img {
	width:50%;
	padding-top:20%;
	padding-bottom:20%;
}

.product-sticky {
	border-radius:10px;
	padding:25px;
	box-sizing: border-box;
	width:100%;
	background-color:#EEEEEE;
	text-align: center;
}

.container-certificare {
	border-radius:10px;
	background-color:#fff;
	width:100%;
	padding:30px;
	text-align: center;
	color:#000;
	font-size:26px;
}

.container-certificare > img {
	width:40%;
	max-width: 120px;
}

.container-stire {
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width:100%;
	padding-top:77%;
}

.container-stire .stire-titlu {
	position: absolute;
	bottom:10px;
	padding:15px;
	font-size:16px;
	color:#FFFFFF;
	background-color:rgba(0,80,38,0.7);
	width:75%;
}

.container-stire .stire-data {
	padding:0 30px;
	font-size:15px;
	color:#707070;
}	

.container-stire .stire-content {
	padding:5px 30px;
	color:#707070;
	font-size:15px;
}

.container-stire .stire-buton {
	padding:5px 30px;
	margin-bottom:15px;
	color:#ED2025;
}

.container-sustenabilitate {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  width:100%;
  margin-bottom:10px;
}

.esg {
  padding: 10px;
  min-height: 250px;
  position: relative;
  background-size:cover;
  background-position: center center;
}

.esg > span {
	position: absolute; 
	bottom:10px;
	left:0;
	width:90%;
	max-width: 350px;
	padding:10px;
	background-color:rgba(0,80,38,0.7);
	color:#fff;
	font-size:18px;
	line-height: 22px;
}

.esg1 {
   grid-row-start: 1;
   grid-column-start: 1;
   grid-row-end: 2;
   grid-column-end: 3;
}

.esg2 {
  grid-row-start: 1;
   grid-column-start: 3;

   grid-row-end: 3;
   grid-column-end: 5;
}

.esg3 {
  grid-row-start: 2;
   grid-column-start: 1;

   grid-row-end: 3;
   grid-column-end: 2;
}

.esg4 {
  grid-row-start: 2;
   grid-column-start: 2;

   grid-row-end: 3;
   grid-column-end: 3;
}

.esg5 {
   grid-row-start: 1;
   grid-column-start: 1;

   grid-row-end: 3;
   grid-column-end: 3;
}

.esg6 {
  grid-row-start: 1;
   grid-column-start: 3;

   grid-row-end: 2;
   grid-column-end: 4;
}

.esg7 {
  grid-row-start: 1;
   grid-column-start: 4;

   grid-row-end: 2;
   grid-column-end: 5;
}

.esg8 {
  grid-row-start: 2;
   grid-column-start: 3;

   grid-row-end: 3;
   grid-column-end: 5;
}

#nav-icon3 {
  width: 40px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top:10px;
  right:20px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #36A796;
  border-radius: 5px;
  border:0px solid white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(3) {  
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3.open span {
	background:#36A796;
	box-shadow:none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

/* Customize the checkbox appearance */
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

/* Style the checkbox input */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 5px;
  margin-right:10px;
  background-color:#fff;
}

/* Style the checkmark icon */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #E63756;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Style the checked state */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  display: block;
}

.custom-checkbox .checkbox-label {
	font-size:22px; 
	color:#36A796;
	line-height: 20px;
}

.container-contact input, .container-contact textarea {
	width:100%;
	margin-bottom:20px;
	color:#707070;
	padding:10px 20px;
	box-sizing: border-box;
	border-radius:10px;
	border:none;
	font-size:16px;
	outline: none;
}

#hp-product-text-content {
	border-left:3px solid #EF4056;
	padding-left: 15px;
	box-sizing: border-box;
}

#hp-product-text-content h3 {
	font-size:28px;
	font-weight: normal;
}

#hp-product-text-content p {
	font-size:14px;
}

#hp-product-image-content {
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:30px;
}

#hp-product-image-content > img {
	margin-left:-100px;
	width: 50%;
	max-width:300px;
}

#hp-product-image-content > a, #hp-product-image-content > a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	margin-top:10px;	
	font-size:15px;
}	

.notice-calculator {
	position: relative;
	margin-top:15px;
	width:100%; 
	max-width: 500px;
}

.notice-calculator p {
	color:#E53957;
	font-size:14px;
	padding-left: 60px;
}

.notice-calculator p:before {
	content:'';
	background-image:url('../images/Group 47@2x.png');
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	left:0;
	display: block;
}

.hp-product-button, .hp-product-button:visited {
	border:3px solid #E53957;
	background-color:#fff;
	color:#E53957;
	font-size:17px;
	border-radius:25px;
	padding:7px 15px;
	text-align: center;
	width:80%;
	display: block;
	margin:0 auto;
	margin-bottom:50px;
	text-decoration: none;
}

.hp-product-button:hover, .hp-product-button.active {
	color:#fff;	
	background-color:#E53957;
}	

.categ-produse-hp {
	height:100%;
}

.snippet-catalog-hp {
	padding-top:41.25%; background-size:cover; background-position: center center;
}

.content-snippet-catalog-hp {
	position:absolute;
	top:0;right:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding:6% 7%;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.content-snippet-catalog-hp > span {
	text-shadow: 0px 3px 6px #00000045;
	letter-spacing: 0px;
	font-size:30px;
	color:#fff;
}

.bullet-alb {
	display:inline-block;
	border-radius: 100%;
	background-color:#fff;
	height: 24px;
	width:24px;
	position: relative;
}

.bullet-alb::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:'\f105';
    font-size:22px;
    top:-4px;
    right:6px;
    position: absolute;
    color:black;
}

.bullet-alb-mare {
	display:inline-block;
	border-radius: 100%;
	background-color:#fff;
	height: 40px;
	width:40px;
	position: relative;
}

.bullet-alb-mare::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:'\f105';
    font-size:30px;
    top:-2px;
    left:13px;
    position: absolute;
}

.buton-verde {
	display: inline-block;
	border:2px solid #E63756;
	color:#fff;
	background-color:#E63756;
	padding:8px 40px 5px 40px;
	border-radius:5px;
	font-size:18px;
	font-family:"montserrat";
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.buton-verde:hover, .buton-verde:visited {
	color:#fff;
	text-decoration: underline;
}

.buton-verde-border {
	display: inline-block;
	border:2px solid #E63756;
	color:#E63756;
	background-color:#fff;
	padding:5px 30px 1px 30px;
	font-size:16px;
	font-family:"montserrat";
	text-decoration: none;
	display: inline-block;
}

.buton-verde-border:hover {
	color:#fff;
	background-color:#E63756;
}

.buton-teal-border {
	display: inline-block;
	border:2px solid #019183;
	color:#019183;
	background-color:#fff;
	padding:5px 30px 1px 30px;
	font-size:16px;
	font-family:"montserrat";
	text-decoration: none;
	display: inline-block;
}

.buton-teal-border:hover {
	color:#fff;
	background-color:#019183;
}

.buton-rosu-mic {
	padding:3px 20px;
	font-size:16px;
}

.buton-alb {
	display: inline-block;
	border:2px solid #fff;
	color:#fff;
	padding:10px 50px;
	background:transparent;
	font-family:"montserrat";
	text-decoration: none;
}

.buton-alb:hover, .buton-alb:visited {
	color:#fff;
}

.buton-alb-mic {
	padding:3px 20px;
	font-size:16px;
}

.faq {
	background-color:#F8F8F8;
	padding:20px 15px 10px 75px;
	position: relative;
	margin-bottom:15px;
}

.faq .faq-question {
	font-size:20px;
	font-weight: bold;
	color:#707070;
	margin-bottom:5px;
	cursor: pointer;
}

.faq:before {
	content:'\f067';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size:30px;
    color:#E63756;
    left:25px;
    top:10px;
}

.faq.opened::before {
	content:'\f068';
}

.faq .faq-anwser {
	margin-top:10px;
	display: none;
}

.faq.opened .faq-anwser {
	display: block;
}

.hp-container-sfat {
	padding-top:37%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.hp-container-sfat > div {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	display: flex;
	align-items:center;
	box-sizing: border-box;
	padding:0 5%;
	justify-content: end;
	text-align: right;
}

.hp-container-sfat > div > div {
	width:100%;
	max-width: 700px;
}

.hp-container-sfat > div > div h3 {
	color:#000;
}

footer {
	background-color:#36A796;
	background-image:url('../images/decorFooter.png');
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	padding:60px 0 80px 0;
}

.footer-copyright {
	background-color:#777777;
	padding:10px 0;
	color:#fff;
}

.meniu-footer a {
	color:#fff;
	display: inline-block;
	margin:0 15px;
	text-decoration: none;
}

.carusel-title {
	font-size:20px;
	color:#707070;
	margin-top:10px;
}

.select-produse {
	width:100%;
	padding:10px 20px;
	background-color:#fff;
	border:1px solid #707070;
}

.lista-categ-produse > span {
	display: inline-block;
	margin:0 10px;
	font-family:"montserrat";
	cursor: pointer;
}

.lista-categ-produse > span.selectat {
	text-decoration: underline;
}

.articole-image {
	width:100%;
	border-radius:10px;
	padding-top:49%;
	background-size:cover;
	background-position: center center;
	margin-top:-50px;
}

.calculator-produs {
	background-color:#019183;
	padding:15px;
}

.cant-calculator {
	background-color:transparent;
	outline:none;
	border:none;
	border-bottom:1px solid black;
	padding:5px;
	width:100px;
}

.rezultat-calculator {
	color:#fff;
	font-size:32px;
	font-weight: bold;
}

.buton-calculeaza {
	display:block;
	width:100%;
	text-align: center;
	color:#000;
	background-color:#FFFFFF;
	border-radius:5px;
	padding:6px;
	margin-top:25px;
	margin-bottom:30px;
	text-decoration: none;
	font-weight: bold;
}

.steps {
	background-color:#209887;
	padding:15px 10px 15px 110px;
	color:#fff;
	font-size:18px;
	text-align: left;
	font-weight: 700;
	position: relative;
	min-height: 85px;
	display: flex;
	align-items:center;
	margin-bottom:25px;
}

.steps::before {
	content:'';
	position: absolute;
	top:15px;
	left:25px;
	width:100px;
	height:60px;
	background-size:contain;
	background-repeat: no-repeat;
}

.step-1::before {
	background-image:url('../images/cos.svg');
}
.step-2::before {
	background-image:url('../images/cod.svg');
}
.step-3::before {
	background-image:url('../images/bon.svg');
}
.step-4::before {
	background-image:url('../images/check.svg');
}

@media only screen and (max-width:1170px) {
	.marele-castigator::after { right:-275px; }
}	

@media only screen and (max-width:850px) {
	.marele-castigator::after { background-position:center left; top:15%; height:70%; right:-255px; }
	.marele-castigator > * > .titlu { font-size:32px; }
	.divider-right { background-image:url('../images/title_bar_mobile_dreapta.svg'); font-size:22px; height:100px; }
	.divider-left { background-image:url('../images/title_bar_mobile_stanga.svg'); font-size:22px; height:100px; }
	header { padding-top:20px; }
	.snippet-catalog-hp { padding-top:87%; }
	.articole-image {
		margin-top:-80px;
	}
	.meniu-footer > a {
		display:block;
	}
	.container-sustenabilitate {
	  display: grid;
	  grid-template-rows: 1fr 1fr 1fr 1fr;
	  grid-template-columns: 1fr 1fr;
	  grid-gap: 10px;
	  width:100%;
	}
	.esg2 {
	   grid-row-start: 3;
	   grid-column-start: 1;
	   grid-row-end: 5;
	   grid-column-end: 3;
	}
	.esg5 {
	   grid-row-start: 1;
	   grid-column-start: 1;
	   grid-row-end: 3;
	   grid-column-end: 4;
	}
	.esg6 {
	   grid-row-start: 3;
	   grid-column-start: 1;
	   grid-row-end: 4;
	   grid-column-end: 2;
	}
	.esg7 {
	   grid-row-start: 3;
	   grid-column-start: 2;
	   grid-row-end: 4;
	   grid-column-end: 4;
	}
	.esg8 {
	   grid-row-start: 4;
	   grid-column-start: 1;
	   grid-row-end: 5;
	   grid-column-end: 4;
	}
	h1 {
		font-size:42px;
	}
	h2 {
		font-size:38px;
	}
	.no-padding-right-mobile {
		padding-right:0;
	}
	.max-height-logo {
		position:relative;
		z-index: 2;
		max-height: 80px; 
		padding-left:20px;
	}
	.mobile-meniu-special {
		width:100%;
		background-color: #EDE2C8;
		padding: 0;
		position: absolute;
		z-index: 100;
		left:0px;
		right:0;
		top:0;
	}
	#navbarNavDropdown {
		padding-top:30px;
		padding-bottom:30px;
	}
}