header {
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 420px) {
  header {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  header {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  header {
    margin: 0;
  }
}
header .header-lp {
  border-bottom: 2px solid #1C4471;
  padding: 15px 0;
}
header .banda-timer {
  text-align: center;
  background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370);
  border-radius: 0 0 10px 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  padding: 0 10px;
  font-family: 'Holcim Headline', sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 400px) {
  header .banda-timer {
    padding: 0 20px;
  }
}
header .banda-timer .content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 28px;
}
@media (min-width: 420px) {
  header .banda-timer .content {
    height: 40px;
  }
}
@media (min-width: 768px) {
  header .banda-timer .content {
    height: 50px;
  }
}
header .banda-timer .dispozitie {
  font-size: 0.7rem;
}
@media (min-width: 420px) {
  header .banda-timer .dispozitie {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  header .banda-timer .dispozitie {
    font-size: 1.5rem;
  }
}
header .banda-timer .counter {
  font-size: 1rem;
}
@media (min-width: 420px) {
  header .banda-timer .counter {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  header .banda-timer .counter {
    font-size: 2.5rem;
  }
}
header .banda-timer .icon {
  width: 40px;
  height: 30px;
  position: relative;
  display: inline-block;
}
@media (min-width: 420px) {
  header .banda-timer .icon {
    width: 60px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  header .banda-timer .icon {
    width: 80px;
    height: 50px;
  }
}
header .banda-timer .icon img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 80%;
}
.hero-baner {
  position: relative;
}
@media (min-width: 1200px) {
  .hero-baner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.hero-baner .text {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero-baner .text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1 0 45%;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 45%;
    padding-right: 5%;
    padding-top: 40px;
    text-align: left;
  }
}
.hero-baner .image {
  text-align: center;
}
@media (min-width: 1200px) {
  .hero-baner .image {
    -webkit-flex: 1 0 55%;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
    max-width: 55%;
    -webkit-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.hero-baner .text-bold {
  font-weight: 700;
  font-family: 'Holcim Headline', sans-serif;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 1400px) {
  .hero-baner .text-bold {
    font-size: 34px;
  }
}
.hero-baner .title {
  background-image: linear-gradient(to right, #94c12e, #04bbf1, #1d4370);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Holcim Headline', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.8rem, 9vw, 6rem);
  line-height: 0.8;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hero-baner .title {
    font-size: 4rem;
    line-height: 0.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .hero-baner .title {
    font-size: clamp(4rem, 6vw, 6rem);
    line-height: 0.8;
  }
}
.hero-baner .subtitle {
  font-family: 'Holcim Headline', sans-serif;
  font-weight: 700;
  color: #94C13D;
  text-transform: uppercase;
  line-height: 1;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .hero-baner .subtitle {
    font-size: 4.8rem;
    line-height: 0.9;
  }
}
.bt-gradient {
  display: inline-block;
  background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370);
  font-family: 'Holcim Headline', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  padding: 16px 30px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .bt-gradient {
    min-width: 300px;
  }
}
.bt-gradient:hover {
  color: #fff;
  background: #1d4370;
}
@media (max-width: 500px) {
  .grid-produse {
    display: block;
  }
  .grid-produse .col-6 {
    max-width: 100%;
  }
}
.produs-lp {
  width: 100%;
}
.produs-lp .name {
  font-family: 'Holcim Headline', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #1C4471;
  margin-bottom: 10px;
  min-height: 40px;
}
@media (min-width: 768px) {
  .produs-lp .name {
    font-size: 24px;
    min-height: 48px;
  }
}
@media (max-width: 500px) {
  .produs-lp .name {
    font-size: 24px;
    min-height: unset;
  }
}
.produs-lp .image {
  display: block;
  height: 250px;
  position: relative;
  background-size: cover !important;
  margin-bottom: 10px;
}
.produs-lp .badge-reducere {
  position: absolute;
  right: 10px;
  top: 10px;
}
.produs-lp .badge-reducere img {
  width: 100px;
}
.produs-lp .content {
  padding-bottom: 20px;
}
.produs-lp .content .lab {
  font-size: 14px;
}
.produs-lp .content .pret-taiat {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through;
}
.produs-lp .content .lab-pret {
  font-size: 12px;
}
.produs-lp .content .bt-comanda {
  background-color: #94C13D;
  color: #fff;
  padding: 15px 5px;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
.produs-lp .content .bt-comanda:hover {
  background-color: #1C4471;
}
.produs-lp .content .pret-grp {
  line-height: 1;
  color: #1C4471;
  white-space: nowrap;
}
.produs-lp .content .pret-grp .pret {
  font-weight: 700;
  font-size: 28px;
}
.box-produs-text {
  color: #fff;
  background-color: #1C4471;
  padding: 20px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: 'Holcim Headline', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
}
@media (max-width: 500px) {
  .box-produs-text {
    font-size: 28px;
  }
}
.box-produs-text.grey {
  background-color: #e1e1e1;
  color: #1C4471;
}
.box-produs-text.border {
  background-color: #fff;
  border: 1px solid #1C4471;
  color: #1C4471;
}
.bottom-title {
  font-family: 'Holcim Headline', sans-serif;
  font-weight: 700;
  color: #1C4471;
  line-height: 1;
  font-size: 40px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .bottom-title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .bottom-title {
    font-size: 90px;
  }
}
