@font-face {
  font-family: 'Holcim';
  src: url('../font/Holcim-Regular.woff2') format('woff2'), url('../font/Holcim-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Holcim';
  src: url('../font/Holcim-Bold.woff2') format('woff2'), url('../font/Holcim-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Holcim Headline';
  src: url('../font/Holcim-HeadlineLight.woff2') format('woff2'), url('../font/Holcim-HeadlineLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Holcim Headline';
  src: url('../font/Holcim-HeadlineBlack.woff2') format('woff2'), url('../font/Holcim-HeadlineBlack.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*.container {
  @media (min-width:@screen-tablet) {
    width: 1024px;
  }
}*/
/*@media (min-width:1600px) {
  .container {
    width: 1570px;
  }
}*/
/*@media (min-width:1024px)and (max-width: 1199px){
  .container{
    width:994px;
  }
}*/
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xl-25 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #080808;
  font-family: "Holcim", sans-serif;
  font-weight: 300;
  font-size: 16px;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  body,
  html {
    font-size: 15px;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
a.underline {
  color: #28161A;
  font-size: 13px;
  text-decoration: underline !important;
}
a:hover {
  color: #94C13D;
}
p.md {
  font-size: 16px;
}
p.xl {
  font-size: 20px;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}
.color-green {
  color: #00A76D;
}
.color-blue {
  color: #1C4471;
}
.color-praz {
  color: #94C13D;
}
.green {
  color: #00A76D;
}
h1,
h2,
h2,
h4 {
  font-family: 'Holcim Headline', sans-serif;
  font-weight: 700;
}
.recomandari ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.recomandari ul li {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  padding-bottom: 6px;
}
.recomandari ul li:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #1C4471;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
ul.circle {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
ul.circle.xs li:before {
  height: 9px;
  width: 9px;
  top: 7px;
}
ul.circle.green-ul li {
  padding-left: 25px;
  padding-bottom: 15px;
}
ul.circle.green-ul li:before {
  height: 10px;
  width: 10px;
  background-color: #1C4471;
}
ul.circle li {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  padding-bottom: 6px;
}
ul.circle li:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #1C4471;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
section ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 15px 20px;
}
section ul li {
  padding-bottom: 3px;
}
.hide {
  display: none;
}
.error {
  color: red;
}
.success {
  color: green;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0 !important;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
main ul {
  list-style: circle;
  padding-left: 20px;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sl-wrapper .sl-close {
  background-image: url(../images/close-pop-up.png);
  background-repeat: no-repeat;
  text-indent: -19999px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1244px;
  }
  .container.wide {
    max-width: 1555px;
  }
}
header {
  padding: 15px 0 15px 0;
  -webkit-box-shadow: -1px 6px 55px -40px #888888;
  -moz-box-shadow: -1px 6px 55px -40px #888888;
  box-shadow: -1px 6px 55px -40px #888888;
  background-color: #fff;
}
header .main-menu {
  display: inline-block;
  padding-right: 35px;
}
header .main-menu ul li {
  display: inline-block;
  padding: 0 7px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1400px) {
  header .main-menu ul li {
    padding: 0 17px;
  }
}
@media (min-width: 1500px) {
  header .main-menu ul li {
    padding: 0 37px;
  }
}
header .main-menu ul li .dropdown {
  background: #fff;
  transition: 0.3s ease-out;
  position: absolute;
  top: 28px;
  width: 100%;
  right: 0;
  text-align: left;
  padding: 20px 20px 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}
@media (max-width: 1199px) {
  header .main-menu ul li .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    text-align: center;
    padding: 10px 0px 10px;
  }
}
@media (min-width: 1200px) {
  header .main-menu ul li .dropdown {
    -webkit-box-shadow: 0 9px 6px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 9px 6px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 6px 4px rgba(0, 0, 0, 0.1);
  }
}
header .main-menu ul li .dropdown a {
  display: block;
}
@media (min-width: 1200px) {
  header .main-menu ul li .dropdown a {
    padding-bottom: 6px;
  }
}
header .main-menu ul li .dropdown.active {
  opacity: 1;
  visibility: visible;
}
header .account .dropdown-toggle:after {
  display: none !important;
}
header .top-btns {
  display: inline-block;
}
header .top-btns .black-btn {
  display: inline-block;
  padding-right: 10px;
}
header .top-btns .black-btn a.buton-header {
  background: #1C4471;
  color: #fff;
  font-weight: 600;
  padding: 6px 20px 6px 20px;
  border-radius: 2px;
}
header .top-btns .black-btn a.buton-header:hover {
  background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370);
}
header .top-btns .black-btn a.buton-header img {
  margin-right: 3px;
  margin-top: -4px;
}
header .top-btns .black-btn span {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 6px 20px 6px 20px;
  border-radius: 2px;
  cursor: pointer;
}
header .top-btns .black-btn span img {
  margin-right: 3px;
  margin-top: -4px;
}
header .top-btns .red-btn {
  display: inline-block;
}
header .top-btns .red-btn a {
  background: #94C13D;
  color: #fff;
  font-weight: 600;
  padding: 7px 16px 7px 17px;
  border-radius: 2px;
}
@media (max-width: 1199px) {
  header .top-btns .red-btn a {
    font-weight: 400;
    padding: 6px 12px 6px 12px;
    font-size: 14px;
  }
}
header .top-btns .red-btn a:hover {
  background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370);
}
.white-btn a {
  background: #fff;
  color: #1C4471;
  display: inline-block;
  padding: 9px 31px 9px 31px;
  border-radius: 2px;
  border: 1px solid #fff;
}
.white-btn a:hover {
  background: transparent;
  color: #fff;
}
.main-slider .slick-slide {
  height: auto;
}
@media (min-width: 992px) {
  .main-slider .slick-slide:hover .middle .white-btn a {
    background: transparent;
    color: #fff;
  }
}
.main-slider:not(.slick-initialized) .box:not(:first-child) {
  display: none !important;
}
.main-slider .box {
  position: relative;
}
.main-slider .box .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main-slider .box img {
  width: 100%;
  height: auto !important;
}
.main-slider .box .middle {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .main-slider .box .middle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .main-slider .box .middle:before {
    display: block;
    content: '';
    background: rgba(28, 68, 113, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 46%;
  }
}
@media (max-width: 991px) {
  .main-slider .box .middle .white-btn {
    text-align: center;
  }
  .main-slider .box .middle .white-btn a {
    background-color: #1C4471;
    color: #fff;
  }
}
.main-slider .box .middle .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .main-slider .box .middle .title {
    color: #fff;
    font-size: 44px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .main-slider .box .middle .title {
    text-align: center;
  }
}
.main-slider .box .middle .text {
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .main-slider .box .middle .text {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .main-slider .box .middle .text {
    width: fit-content;
    margin: 0 auto;
  }
}
.main-slider .slick-dots {
  text-align: center;
}
@media (min-width: 992px) {
  .main-slider .slick-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translate(-50%);
  }
}
.main-slider .slick-dots li {
  display: inline-block;
  text-indent: -2006px;
  width: 40px;
  height: 3px;
  background: #eaeaea;
}
.main-slider .slick-dots li.slick-active {
  background-color: #1C4471;
}
.main-slider .slick-dots button {
  display: none !important;
}
.slick {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 50px;
}
.slick:not(.slick-initialized) .col-4:not(:first-child) {
  display: none !important;
}
.slick.xs .box {
  height: 300px;
}
.slick .slick-slide {
  height: auto;
}
.slick .box {
  height: 344px;
  position: relative;
}
.slick .box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slick .box .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  padding-right: 10px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick .box .xs-btn {
  display: inline-block;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 2px;
  white-space: nowrap;
  background: #1C4471;
  color: #fff;
}
.slick .box .badge-reducere {
  position: absolute;
  right: 10px;
  top: 10px;
}
.slick .box .badge-reducere img {
  width: 120px;
}
.slick a:hover .box .xs-btn {
  background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370) !important;
  color: #fff;
}
.slick .prev-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: 16px;
  z-index: 2;
}
.slick .next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 16px;
}
.slick .second {
  display: none;
}
.slick .slick-arrow:hover .first {
  display: none;
}
.slick .slick-arrow:hover .second {
  display: block;
}
.slick .slick-dots {
  position: absolute;
  bottom: -28px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  width: 100%;
}
.slick .slick-dots li {
  display: inline-block;
  text-indent: -1999px;
  width: 6px;
  height: 6px;
  border: 1px solid #1C4471;
  border-radius: 50%;
  margin: 1px 2px;
}
.slick .slick-dots li.slick-active {
  background-color: #1C4471;
  border: 1px solid #1C4471;
}
.bold-text {
  font-weight: 700;
  font-size: 25px;
}
.red {
  color: #EE2624;
}
.green {
  color: #00A76D;
}
.sec-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  padding-bottom: 30px;
}
.sec-title h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.gray-boxes {
  padding-bottom: 50px;
}
.gray-boxes .box {
  background: #F7FBFA;
  text-align: center;
  padding: 30px 60px 30px 60px;
  width: 100%;
}
.gray-boxes .box .title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.green-box {
  background: #00A76D;
  color: #fff;
  padding: 12px 0 15px 0;
  margin-bottom: 45px;
}
.tr-btn a {
  display: inline-block;
  font-size: 13px;
  padding: 5px 26px;
  border-radius: 2px;
  background: #1C4471;
  color: #fff;
}
.left-right {
  margin-bottom: 40px;
  background: #F7FBFA;
}
.left-right .title {
  font-size: 33px;
  font-weight: 700;
  line-height: 34px;
  padding-bottom: 26px;
}
.pre-footer {
  margin-bottom: 65px;
  display: flex;
}
@media (min-width: 992px) {
  .pre-footer {
    margin-bottom: 40px;
  }
  .pre-footer .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.pre-footer:not(.slick-initialized) .box:not(:first-child) {
  display: none !important;
}
.pre-footer .box {
  height: auto;
  position: relative;
  width: 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media (min-width: 992px) {
  .pre-footer .box:before {
    content: '';
    background: rgba(0, 167, 109, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
  }
}
.pre-footer .box .content {
  color: #000;
  padding-bottom: 5px;
}
.pre-footer .box .content .title {
  font-size: 33px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
.pre-footer .box .content p {
  font-weight: 400;
}
@media (min-width: 992px) {
  .pre-footer .box .content {
    color: #fff;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .pre-footer .box .sec-title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 22px;
  }
}
.pre-footer .box .tr-btn a.white {
  font-size: 16px;
  padding: 7px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  color: #1C4471;
}
.pre-footer .box .tr-btn a.white:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .pre-footer .box .tr-btn a.white {
    width: 100%;
    display: block;
    background: #1C4471;
    color: #fff;
  }
  .pre-footer .box .tr-btn a.white:hover {
    background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370);
    color: #fff;
  }
}
.pre-footer .slick-dots {
  position: absolute;
  text-align: center;
  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);
  bottom: -50px;
  margin: 0;
}
@media (min-width: 992px) {
  .pre-footer .slick-dots {
    bottom: 18px;
  }
}
.pre-footer .slick-dots button {
  display: none;
}
.pre-footer .slick-dots li {
  display: inline-block;
  text-indent: -2006px;
  width: 40px;
  height: 3px;
  background: #fff;
}
.pre-footer .slick-dots li.slick-active {
  background-color: #1C4471;
}
@media (max-width: 991px) {
  .pre-footer .slick-dots li {
    text-indent: -1999px;
    width: 12px;
    height: 12px;
    border: 1px solid #1C4471;
    border-radius: 50%;
    margin: 0 4px;
  }
  .pre-footer .slick-dots li.slick-active {
    background: #1C4471;
  }
}
footer {
  background: #1C4471;
  color: #fff;
  padding: 20px 0 30px;
}
footer strong {
  font-weight: 600;
}
footer .back-to-top {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 44px;
}
footer ul.quick-links {
  font-size: 13px;
}
footer ul.quick-links li {
  padding-bottom: 6px;
}
footer ul.quick-links li a:hover {
  color: #94C13D;
}
footer .border-lg-left {
  border-left: 1px solid #efefef;
}
.cards-sec {
  padding: 15px 0;
}
.switch-sec .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 25px;
  vertical-align: middle;
}
.switch-sec .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-sec .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-sec .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-sec input:checked + .slider {
  background-color: #fff;
}
.switch-sec input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: #00A76D;
}
/* Rounded sliders */
.switch-sec .slider.round {
  border-radius: 34px;
}
.switch-sec .slider.round:before {
  border-radius: 50%;
}
.form-group {
  width: 10%;
  margin: 30px;
}
.form-group input[type="text"] {
  width: 100%;
  text-align: right;
}
.form-group .glyphicon {
  color: red;
}
#field1 input::-webkit-outer-spin-button,
#field1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stars {
  padding-top: 10px;
}
.stars span {
  color: #DFDFDF;
}
.stars .checked {
  color: #FBC900;
}
.stars .fa-star:before {
  font-size: 22px;
}
.stars.xs {
  padding-top: 3px;
  padding-bottom: 10px;
}
.stars.xs .fa-star:before {
  font-size: 15px;
}
.stars.green span {
  color: #357C2A;
}
.product-detail {
  padding: 35px 0 40px 0;
}
.product-detail .title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 13px;
}
.product-detail .xs-subtitle {
  color: #28161A;
  font-weight: 600;
  padding-bottom: 3px;
}
.product-detail .box {
  background: #F7FBFA;
  padding: 25px 15px 20px 15px;
  margin-bottom: 15px;
}
.product-detail .box.greenBox {
  background: #00A76D;
  color: #fff;
}
.product-detail .box.greenBox .text {
  color: #fff;
}
.product-detail .box.greenBox .green-price {
  color: #fff;
}
.product-detail .box.greenBox select {
  color: #fff;
}
.product-detail .box.greenBox select option {
  color: #000 !important;
}
.product-detail .box.greenBox #field1 input {
  color: #fff;
}
.product-detail .box.greenBox #field1 button {
  color: #fff;
}
.product-detail .box.greenBox .comanda-btn button {
  background: #fff;
  color: #00A76D;
  border: 1px solid #fff;
}
.product-detail .box.greenBox .comanda-btn button:hover {
  background: transparent;
  color: #fff;
}
.product-detail .switch-sec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .product-detail .switch-sec {
    -webkit-justify-content: end;
    -ms-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.product-detail .switch-sec .text {
  color: #00A76D;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  padding-right: 17px;
}
.product-detail .price {
  line-height: 40px;
}
.product-detail .price span {
  font-weight: 700;
  font-size: 51px;
}
.product-detail .green-price {
  color: #00A76D;
  font-weight: 700;
  line-height: 62px;
  padding-right: 79px;
}
.product-detail .green-price span {
  font-size: 46px;
}
.product-detail .w-select {
  position: relative;
}
.product-detail .w-select select {
  border: 1px solid #E0E0DF;
  border-radius: 3px;
  width: 100%;
  height: 47px;
  appearance: none;
  background: transparent;
  padding: 0 35px 0 10px !important;
  -webkit-padding-end: 35px !important;
  -webkit-padding-start: 10px !important;
}
.product-detail .w-select .vec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  pointer-events: none;
}
.product-detail .quantity .text {
  float: left;
  padding-top: 11px;
}
.product-detail .quantity div#field1 {
  border: 1px solid #E0E0DF;
  display: inline-block;
  border-radius: 3px;
  float: right;
}
.product-detail .quantity div#field1 button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  width: 30px;
  height: 40px;
}
.product-detail .quantity div#field1 input {
  border: 0;
  text-align: center;
  background: transparent;
}
.product-detail .comanda-btn button {
  background: #1C4471;
  color: #fff;
  width: 100%;
  height: 60px;
  border: 0;
  font-weight: 600;
  font-size: 20px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-appearance: none !important;
  outline: none;
}
.product-detail .comanda-btn button:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.product-detail .comanda-btn button:hover {
  background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370);
}
.product-detail ul.red-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail ul.red-links li {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 3px;
  color: #1C4471;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .product-detail ul.red-links li {
    padding-bottom: 14px;
  }
}
.product-detail .product-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product-detail .product-slider .slick-list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product-detail .product-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product-detail .product-slider .slick-slide {
  height: auto !important;
  width: 100%;
}
.product-detail .product-slider .prev-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  z-index: 2;
  cursor: pointer;
}
.product-detail .product-slider .next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  z-index: 2;
  cursor: pointer;
}
.product-detail .product-image-bloc {
  position: relative;
}
.product-detail .product-image-bloc .badge {
  width: 100px;
  height: 100px;
  background-color: #ee2624;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 1;
}
.product-detail .product-image-bloc .badge .val {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
.product-detail .product-image-bloc .badge-reducere {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1;
}
.light-title {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 30px;
  font-family: 'Holcim Headline', sans-serif;
  font-weight: 700;
}
.gray-xs-boxes .box {
  background: #F7FBFA;
  width: 100%;
  padding: 20px 10px 10px 10px;
  font-size: 14px;
  line-height: 1.2;
}
.gray-xs-boxes .box .title {
  color: #00A76D;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.reviews .photo {
  height: 81px;
  width: 81px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
.reviews .name {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
}
.reviews p.xs {
  font-size: 12px;
  line-height: 16px;
}
.reviews .content {
  border-left: 1px solid;
  padding: 10px 0 10px 30px;
}
.reviews .content .title {
  font-weight: 700;
  font-size: 16px;
}
.gray-box {
  background: #F7FBFA;
  height: 100%;
  text-align: center;
  padding-top: 30px;
}
.gray-box .nr {
  font-weight: 700;
  font-size: 68px;
  line-height: 111%;
}
.ecopact-sec3 {
  background-color: #F7FBFA;
  margin-bottom: 60px;
}
/*@Responsive*/
.nav-opened .main-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  header .logo img {
    width: 150px;
  }
  header .logo-col {
    white-space: nowrap;
  }
  header .nav-toggle {
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #1C4471;
    border-radius: 2px;
    margin-right: 10px;
  }
  header .nav-toggle span,
  header .nav-toggle span:after,
  header .nav-toggle span:before {
    left: 50%;
    top: 50%;
    height: 1px;
    width: 22px;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: -1px 0 0 -11px;
  }
  header .nav-toggle span:after {
    left: 50%;
    top: -6px;
  }
  header .nav-toggle span:before {
    left: 50%;
    top: 8px;
  }
  header .main-menu {
    overflow-y: auto;
    width: 100%;
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 2222;
    padding: 111px 30px 35px 30px;
    text-align: left;
  }
  header .main-menu ul li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #efefef;
    padding-top: 13px;
  }
  header .top-btns .red-btn {
    display: inline-block;
    margin-right: 8px;
  }
  header .main-menu ul li .dropdown {
    display: none !important;
    text-align: left;
    font-weight: 300;
  }
  header .main-menu ul li .dropdown a {
    padding-bottom: 4px;
  }
  header .main-menu ul li .dropdown.active {
    display: block !important;
  }
  header .main-menu ul li .main-link {
    position: relative;
    display: block;
    padding: 5px 0 15px;
  }
  header .main-menu ul li .main-link:before {
    content: url(../images/arrow-down2.svg);
    position: absolute;
    right: 0;
    top: 8px;
  }
  header .main-menu ul li .main-link.active:before {
    content: url(../images/arrow-up.svg);
  }
  header .main-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
  }
  header .main-menu .logo-menu {
    position: absolute;
    top: 11px;
  }
}
@media (max-width: 991px) {
  footer .border-lg-left {
    border-left: 0;
  }
}
@media (max-width: 575px) {
  footer .back-to-top {
    display: none;
  }
  footer ul.quick-links strong {
    display: none;
  }
  .slide-down-trigger {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-top: 7px;
  }
  .slide-down-trigger.active {
    padding-top: 15px;
  }
  .slide-down-trigger.active:after {
    content: url("../images/arrow-top-white.svg");
  }
  .slide-down-trigger:after {
    content: url("../images/arrow-down-white.svg");
    position: absolute;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  footer ul.quick-links li {
    font-size: 16px;
  }
  footer ul.quick-links {
    display: none;
    margin-bottom: 5px;
  }
  footer ul.quick-links.active {
    display: block;
  }
  footer .borderbottom {
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  footer .footer-logo {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .slick .box .title {
    width: 65%;
    line-height: 20px;
  }
  .gray-boxes .box {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 991px) {
  .slick {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 70px;
  }
  .bold-text {
    line-height: 33px;
  }
  .left-right {
    margin-bottom: 35px;
    background: transparent;
  }
  .left-right .title {
    padding-bottom: 15px;
  }
  .left-right .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .gray-boxes .box {
    padding: 20px 15px 5px 15px;
  }
  .gray-boxes .box .title {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .gray-boxes .box p {
    font-size: 11px;
  }
  .gray-boxes .box img {
    width: 50%;
  }
  .gray-boxes .box img.xl {
    width: 70%;
  }
  .main-slider .slick-dots {
    bottom: 4px;
  }
  .bold-text {
    line-height: 29px;
    font-size: 19px;
  }
  .bold-text span {
    font-size: 33px !important;
  }
  .slick .box {
    height: 250px;
  }
  .slick.xs .box {
    height: 250px;
  }
  .sec-title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 22px;
  }
  .left-right .title {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 12px;
  }
  .gray-boxes {
    padding-bottom: 30px;
  }
  .tr-btn {
    width: 100%;
    text-align: center;
  }
  .tr-btn a {
    display: block;
    font-size: 16px;
    padding: 9px 0 10px 0;
  }
}
@media (max-width: 352px) {
  .gray-boxes .box {
    padding: 20px 5px 5px 5px;
  }
}
/*Inner Pages REsponsive*/
@media (max-width: 991px) {
  .product-slider {
    height: 300px;
    margin-bottom: 14px;
  }
  .product-detail .comanda-btn {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .product-detail {
    padding: 0 0 15px 0;
  }
  .product-slider {
    height: 250px;
  }
  .product-detail .title {
    font-size: 20px;
    padding-bottom: 0;
  }
  .stars {
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .stars .fa-star:before {
    font-size: 15px;
  }
  .product-detail .switch-sec .text {
    font-size: 16px;
    width: 80%;
  }
  .product-detail .switch-sec .text br {
    display: none;
  }
  .product-detail .green-price {
    line-height: 30px;
    padding-right: 0;
    padding-bottom: 11px;
    font-size: 12px;
  }
  .product-detail .green-price span {
    font-size: 27px;
  }
  .product-detail .price {
    line-height: 36px;
  }
  .product-detail .price span {
    font-size: 36px;
  }
  .product-detail .w-select select {
    height: 38px;
    padding: 6px;
  }
  .product-detail .comanda-btn button {
    height: 45px;
    font-size: 17px;
  }
  .product-detail .comanda-btn {
    margin-top: 32px;
  }
  .switch-sec .switch {
    margin-top: -8px;
  }
  .light-title {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .reviews .photo {
    height: 65px;
    width: 65px;
    display: inline-block;
    vertical-align: middle;
  }
  .reviews .name {
    display: inline-block;
    padding-left: 12px;
    width: 80%;
    vertical-align: middle;
  }
  .reviews p.xs {
    display: none;
  }
  .reviews .content {
    border-left: 0;
    padding: 10px 0 10px 0;
  }
  .ecopact-sec1 .img img {
    width: 180px;
  }
  .ecopact-sec3 {
    background-color: transparent;
    margin-bottom: 20px;
  }
}
.fix-btn {
  width: 165px;
  text-align: center;
  margin-bottom: 11px;
}
.fix-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 11px 0 11px 0;
  border-radius: 30px;
}
.fix-btn.redBtn a {
  background: #EE2624;
}
.fix-btn.redBtn a:hover {
  background: #000;
}
.fix-btn.blackBtn a {
  background: #000;
}
.fix-btn.blackBtn a:hover {
  background: #EE2624;
}
/*@responsive Inner Pages*/
@media (max-width: 991px) {
  .fix-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 11px;
  }
  .fix-btn a {
    padding: 9px 0 9px 0;
  }
}
@media (max-width: 400px) {
  img.confort {
    width: 100%;
  }
}
#accordion .card {
  border: 0;
  border-radius: 0;
}
#accordion .card .up {
  display: none;
}
#accordion .card.active .btn-link {
  background-color: #94C13D !important;
}
#accordion .card.active .down {
  display: none;
}
#accordion .card.active .up {
  display: block;
}
#accordion .card .card-header {
  border-bottom: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding: 0;
}
#accordion .card .card-header img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#accordion .card .card-header .btn-link {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background: #1C4471;
  padding: 17px 40px 17px 15px;
}
#accordion .card .card-header .btn-link:hover {
  text-decoration: none !important;
}
#accordion .card .card-body {
  padding: 13px 0 5px 0;
}
.contact-sec .w-input {
  padding-bottom: 10px;
}
.contact-sec .w-input input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 13px;
}
.contact-sec textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 13px;
}
.contact-sec input[type="submit"] {
  color: #fff;
  border: 0;
  width: 140px;
  padding: 6px 0;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 25px;
  background-color: #1C4471;
}
.contact-sec input[type="submit"]:hover {
  background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370) !important;
}
.contact-gray-sec {
  background: #F7FBFA;
}
.betoane {
  margin-bottom: 40px;
}
.betoane .left {
  background: #357C2A;
  color: #fff;
  padding: 30px 30px 30px 30px;
}
.betoane .left .text1 {
  font-weight: 700;
  font-size: 43px;
  letter-spacing: 2px;
  line-height: 44px;
  padding-bottom: 10px;
}
.betoane .left .text2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.betoane .left .bottom {
  padding-top: 70%;
}
.betoane .left .bottom .name {
  font-size: 40px;
  font-weight: 400;
}
.betoane .left .bottom .name span {
  font-weight: 800;
}
.betoane .left .bottom .text3 {
  font-weight: 600;
  font-size: 20px;
}
ul.inner-nav {
  list-style: none;
  padding: 0;
  margin-left: -3px;
  margin-right: -3px;
}
ul.inner-nav li {
  display: inline-block;
  width: 19.2%;
  text-align: center;
  border: 1px solid #C5C5C5;
  padding: 12px 0 12px 0 !important;
  margin: 0 3px;
  font-weight: 400;
}
ul.inner-nav li.active {
  background: #357C2A;
  color: #fff;
}
.review {
  border: 1px solid #C5C5C5;
  width: 100%;
}
.simple-content {
  padding: 15px 20px 55px 15px;
  position: relative;
}
.simple-content .title {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
}
.simple-content p {
  font-size: 11px;
  line-height: 18px;
}
.simple-content .stars.green {
  position: absolute;
  bottom: 20px;
}
.video-sec .image {
  height: 250px;
  position: relative;
}
.video-sec .image .text {
  font-size: 32px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.md-title {
  color: #357C2A;
  font-weight: 700;
  font-size: 27px;
  padding-bottom: 10px;
}
.boldText {
  background: #357C2A;
  color: #fff;
  padding: 5px 10px;
}
.boldText span {
  font-size: 16px;
  font-weight: 700;
}
.betoane-sec3 .content-left {
  border-right: 1px solid #C5C5C5;
}
/*@Responsive Inner Pages*/
@media (max-width: 991px) {
  .betoane {
    margin-bottom: 25px;
  }
  .betoane .left .text1 {
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 4px;
  }
  .betoane .left .text2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .betoane .left .text2 br {
    display: none;
  }
  .betoane .left .bottom .name {
    font-size: 21px;
    font-weight: 400;
  }
  .betoane .left .bottom .text3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .betoane .left .text3 br {
    display: none;
  }
  .betoane .left .bottom {
    padding-top: 10px;
  }
  ul.inner-nav li {
    width: 100%;
    padding: 9px 0 9px 0 !important;
    margin: 0;
    margin-bottom: 7px;
  }
  .betoane-sec3 .content-left {
    border-right: 0;
  }
  .review {
    padding: 10px;
  }
  .review .simple-content .stars.green {
    position: static;
  }
  .review .simple-content .title {
    font-size: 14px;
  }
  .reviews .simple-content {
    padding: 20px 0px 0 0;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 575px) {
  #accordion .card .card-header .btn-link {
    font-size: 17px;
  }
  #accordion .card .card-header img {
    width: 28px;
  }
  .contact-sec input[type="submit"] {
    border: 0;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .md-title {
    font-size: 23px;
    line-height: 29px;
  }
  .video-sec .image {
    height: 200px;
  }
  .video-sec .image .text {
    font-size: 22px;
  }
  p.md {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .cards-sec img {
    width: 100%;
  }
}
/*cookie bar*/
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.cookie-popup .bt-toggle-cookie {
  background: #94C13D;
  color: #fff;
  font-size: 22px;
  padding: 10px;
  border-radius: 0 12px 0 0;
  float: left;
  line-height: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.cookie-popup .cookie-popup-content {
  padding: 20px 20px 20px;
  font-size: 14px;
  background: #94C13D;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cookie-popup .cookie-btn-grp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  max-width: 475px;
  min-width: 300px;
  text-align: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cookie-popup .bt-more {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .cookie-popup .cookie-popup-content {
    display: block;
  }
  .cookie-popup .cookie-btn-grp {
    margin-top: 15px;
    max-width: 100%;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    min-width: auto;
  }
}
.cookie-popup .cookie-popup-content a {
  color: #fff;
  text-decoration: underline !important;
}
.cookie-popup .more a {
  margin-right: 5px;
}
.cookie-popup form {
  margin: 0;
}
.cookie-agree-button {
  border: none;
  background-color: #1C4471 !important;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
}
/*cookie modal*/
.cockie-modal .custom-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  width: 130px;
  margin-left: 20px;
}
.cockie-modal .custom-checkbox label {
  width: 100%;
  margin: 0 !important;
  position: relative;
  cursor: pointer;
}
.cockie-modal .custom-checkbox label:before {
  display: none;
}
.cockie-modal .custom-checkbox input {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  height: 14px;
}
.cockie-modal .custom-checkbox span {
  width: 34px;
  height: 14px;
  display: block;
  z-index: 0;
  border-radius: 7px;
  background-color: #9c9c9c;
  position: relative;
}
.cockie-modal .custom-checkbox span:before {
  width: 20px;
  height: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8), 0px 1px 1px 0px rgba(0, 0, 0, 0.8), 0px 2px 1px -1px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
.cockie-modal .custom-checkbox span:after {
  display: block;
  content: 'Dezactivat';
  font-weight: 400;
  color: #000;
  margin-left: 45px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.cockie-modal .custom-checkbox input:checked + span {
  background-color: #fa9084;
}
.cockie-modal .custom-checkbox input:checked + span:after {
  content: 'Activat';
}
.cockie-modal .custom-checkbox input:checked + span:before {
  background-color: #c72219;
  left: auto;
  right: 0;
  -webkit-transform: translate(20%, -50%);
  -moz-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  -o-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}
.cockie-modal .modal-body {
  padding-bottom: 40px;
}
.cockie-modal .modal-body a {
  color: #000;
}
.cockie-modal .cookie-agree-button {
  border: 1px solid #000;
  background-color: #fff !important;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: 0.3s ease-out;
}
.cockie-modal .modal-footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.cockie-modal .modal-title {
  font-size: 21px;
}
.cockie-modal button.close {
  color: #c72219 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c72219;
}
.cockie-modal .tab-grp {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 190px 1 1;
  -ms-flex: 190px 1 1;
  flex: 190px 1 1;
}
.cockie-modal .tab-grp .tab {
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid #cac7c7;
  margin-right: 20px;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
  display: block;
}
.cockie-modal .tab-grp .tab.active {
  background-color: #fff;
}
.cockie-modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 700px !important;
}
.cockie-modal .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.cockie-modal .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.aboutSec .box {
  background: #94C13D;
  width: 100%;
  padding: 30px 40px;
  color: #fff;
}
@media (max-width: 640px) {
  .aboutSec .box {
    padding: 17px 10px;
  }
}
@media (max-width: 640px) {
  .aboutSec .box p br {
    display: none;
  }
}
.aboutSec .box.borderbox {
  position: relative;
}
.aboutSec .box.borderbox:before {
  content: '';
  background: #fff;
  width: 1px;
  top: 30px;
  bottom: 30px;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .aboutSec .box.borderbox:before {
    display: none;
  }
}
.bloc-ecopact-2 .box {
  background-color: #F7FBFA;
  font-size: 18px;
  padding: 30px;
}
.bloc-ecopact-2 .box .title {
  padding-bottom: 20px;
}
.buton {
  display: inline-block;
  font-size: 13px;
  padding: 7px 26px;
  border-radius: 2px;
  background-color: #1C4471;
  color: #fff;
}
.buton:hover {
  background: linear-gradient(to right, #94c12e, #04bbf1, #1d4370) !important;
  color: #fff;
}
.buton.white {
  border: 1px solid #fff;
  background: #fff;
  color: #1C4471;
}
.buton.white:hover {
  color: #fff;
  background: transparent;
}
.box-certificat-ecopact {
  padding: 30px;
  background-color: #F7FBFA;
}
@media (max-width: 767px) {
  .box-certificat-ecopact {
    padding: 20px;
  }
  .box-certificat-ecopact img {
    width: auto;
  }
}
@media (min-width: 576px) {
  .go-counter .bold-text {
    font-size: 24px;
  }
}
ul.circle-verde {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
ul.circle-verde li {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  padding-bottom: 6px;
}
ul.circle-verde li:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #1C4471;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.baner-promo {
  margin-bottom: 20px;
}
.baner-promo .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .baner-promo .title {
    font-size: 40px;
  }
}
.baner-promo .bt-promo {
  background-color: #00965F;
  font-size: 22px;
  -webkit-border-radius: 200px;
  -khtml-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 40px;
}
@media (min-width: 992px) {
  .baner-promo .bt-promo {
    height: 50px;
    line-height: 50px;
  }
}
.baner-promo .bt-promo:hover {
  background-color: #00734a;
  color: #fff;
}
.lp-treci-pe-verde .hero-baner {
  position: relative;
  min-height: 500px;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 40px 0 20px;
  background-size: cover !important;
}
@media (min-width: 992px) {
  .lp-treci-pe-verde .hero-baner {
    padding: 60px 0;
  }
}
.lp-treci-pe-verde .hero-baner .stamp {
  margin-top: 20px;
  width: 110px;
}
@media (min-width: 992px) {
  .lp-treci-pe-verde .hero-baner .stamp {
    width: 130px;
    position: absolute;
    right: 3%;
    bottom: 20px;
    margin: 0;
  }
}
.lp-treci-pe-verde .hero-baner .subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 490px;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .lp-treci-pe-verde .hero-baner .subtitle {
    font-size: 34px;
  }
}
.lp-treci-pe-verde .hero-baner .green-box {
  background-color: rgba(0, 150, 95, 0.8);
  max-width: 490px;
  padding: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .lp-treci-pe-verde .hero-baner .green-box {
    font-size: 34px;
  }
}
.lp-treci-pe-verde .hero-baner .buton-cod {
  background-color: #fff;
  font-size: 22px;
  -webkit-border-radius: 200px;
  -khtml-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 50px;
  line-height: 50px;
  color: #00965F;
  display: inline-block;
  padding: 0 60px;
}
@media (min-width: 992px) {
  .lp-treci-pe-verde .hero-baner .buton-cod {
    height: 70px;
    line-height: 70px;
  }
}
.lp-treci-pe-verde .hero-baner .buton-cod:hover {
  background-color: #00965F;
  color: #fff;
}
.lp-treci-pe-verde .hero-baner .link {
  color: #fff;
  font-size: 18px;
  text-decoration: underline !important;
}
.lp-treci-pe-verde .color-green {
  color: #00965F;
}
.lp-treci-pe-verde h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .lp-treci-pe-verde h4 {
    font-size: 38px;
  }
}
.lp-treci-pe-verde h5 {
  font-size: 18px;
}
.lp-treci-pe-verde ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.lp-treci-pe-verde ul li {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  padding-bottom: 6px;
}
.lp-treci-pe-verde ul li:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #00965F;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.lp-treci-pe-verde .buton-cod-green {
  background-color: #00965F;
  font-size: 22px;
  -webkit-border-radius: 200px;
  -khtml-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 40px;
}
@media (min-width: 992px) {
  .lp-treci-pe-verde .buton-cod-green {
    height: 60px;
    line-height: 60px;
  }
}
.lp-treci-pe-verde .buton-cod-green:hover {
  background-color: #00734a;
  color: #fff;
}
.lp-treci-pe-verde .link {
  text-decoration: underline !important;
}
.green-bg {
  background-color: #00A76D;
  color: #fff;
}
.beton-iarna .main-banner {
  margin-bottom: 25px;
}
.beton-iarna .main-banner .bottom {
  padding-top: 388px;
}
.beton-iarna .main-banner .bottom .title {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 60px;
  padding-bottom: 25px;
}
.beton-iarna .bold-text {
  font-size: 23px;
  line-height: 27px;
  padding-bottom: 10px;
}
.custom-boxes .custom {
  background: #F7FBFA;
  padding: 50px 150px 0 150px;
  margin-bottom: 50px;
}
.custom-boxes .custom .box {
  background: #fff;
  padding: 25px 50px 30px 50px;
  height: 100%;
}
.custom-boxes .custom .box .vec {
  text-align: center;
  height: 140px;
  position: relative;
  margin-bottom: 20px;
}
.custom-boxes .custom .box .vec img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.custom-boxes .custom .box .text {
  text-align: center;
  font-weight: 600;
}
.custom-boxes .custom .box .small-left {
  padding-top: 13px;
  font-size: 11px;
}
@media (max-width: 1700px) {
  .beton-iarna .main-banner .bottom {
    padding-top: 288px;
  }
}
@media (max-width: 1366px) {
  .custom-boxes .custom {
    padding: 50px 100px 0 100px;
  }
}
@media (max-width: 1200px) {
  .custom-boxes .custom {
    padding: 30px 20px 0 20px;
  }
  .custom-boxes .custom .box {
    padding: 25px 15px 20px 15px;
  }
}
@media (max-width: 991px) {
  .beton-iarna .main-banner .bottom {
    padding-top: 150px;
  }
  .beton-iarna .main-banner .bottom .title {
    font-size: 37px;
    line-height: 45px;
    text-align: center;
  }
  .beton-iarna .main-banner .bottom .title br {
    display: none;
  }
  .beton-iarna .main-banner .bottom .vec img {
    width: 150px;
  }
  .beton-iarna .bold-text {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 13px;
  }
  .beton-iarna .bold-text span {
    font-size: 20px !important;
    display: block;
  }
  .beton-iarna .bold-text br {
    display: none;
  }
  .custom-boxes .custom .box .vec {
    height: auto;
  }
  .custom-boxes .custom .box .vec img {
    position: static;
    transform: none;
  }
  .custom-boxes .custom .box {
    padding: 25px 20px 40px 20px;
  }
}
table.winners {
  width: 100%;
  border: 1px solid #efefef;
  margin-bottom: 55px;
}
table.winners thead td {
  background: #EE2624;
  font-weight: 600;
  color: #fff;
  padding: 15px 15px;
}
table.winners td {
  padding: 10px 15px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 575px) {
  table.winners td {
    font-size: 13px;
  }
}
.glob-treci-la-verde {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .glob-treci-la-verde {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .glob-treci-la-verde {
    padding-bottom: 90px;
  }
}
.glob-treci-la-verde .txt {
  padding: 0;
}
.glob-treci-la-verde .txt:before {
  width: 1px;
  display: block;
  content: '';
  background-color: #00A76D;
  position: absolute;
}
@media (max-width: 991px) {
  .glob-treci-la-verde .txt:before {
    left: 0;
    height: 100%;
    top: 0;
  }
}
.glob-treci-la-verde .txt:after {
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  background-color: #00A76D;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 991px) {
  .glob-treci-la-verde .txt:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .glob-treci-la-verde .txt {
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .glob-treci-la-verde .txt {
    padding: 25px 0 10px 20px;
  }
}
@media (min-width: 992px) {
  .glob-treci-la-verde .txt1 {
    left: 0;
    top: 0;
    padding-left: 20px;
  }
  .glob-treci-la-verde .txt1:before {
    left: 0;
    height: 200px;
  }
  .glob-treci-la-verde .txt1:after {
    top: 200px;
    left: 0;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .glob-treci-la-verde .txt2 {
    right: 0;
    top: 0;
    padding-right: 20px;
  }
  .glob-treci-la-verde .txt2:before {
    right: 0;
    height: 200px;
  }
  .glob-treci-la-verde .txt2:after {
    top: 200px;
    right: 0;
    -webkit-transform: translate(50%, -100%);
    -moz-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    -o-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
  }
  .glob-treci-la-verde .txt3 {
    left: 7%;
    bottom: 20%;
    padding-left: 20px;
    padding-top: 30px;
  }
  .glob-treci-la-verde .txt3:before {
    left: 0;
    height: 100%;
    top: 0;
  }
  .glob-treci-la-verde .txt3:after {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .glob-treci-la-verde .txt4 {
    left: 18%;
    bottom: 0;
    padding-top: 50px;
  }
  .glob-treci-la-verde .txt4:before {
    left: 50%;
    height: 40px;
    top: 0;
  }
  .glob-treci-la-verde .txt4:after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .glob-treci-la-verde .txt5 {
    left: 37%;
    bottom: 23%;
    padding-top: 50px;
  }
  .glob-treci-la-verde .txt5:before {
    left: 50%;
    height: 40px;
    top: 0;
  }
  .glob-treci-la-verde .txt5:after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .glob-treci-la-verde .txt6 {
    left: 54%;
    bottom: 9%;
    padding-top: 50px;
  }
  .glob-treci-la-verde .txt6:before {
    left: 50%;
    height: 40px;
    top: 0;
  }
  .glob-treci-la-verde .txt6:after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .glob-treci-la-verde .txt7 {
    right: 0;
    bottom: 0;
    padding-top: 50px;
    padding-right: 20px;
  }
  .glob-treci-la-verde .txt7:before {
    right: 0;
    height: 100%;
    top: 0;
  }
  .glob-treci-la-verde .txt7:after {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -100%);
    -moz-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    -o-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
  }
}
.bloc-icon {
  text-align: center;
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 20px 15px;
}
.beton-iarna .main-banner .bottom .title {
  font-size: 37px;
  line-height: 45px;
  text-align: center;
}
.beton-iarna .main-banner .bottom .title br {
  display: none;
}
.beton-iarna .main-banner .bottom .vec img {
  width: 150px;
}
@media (min-width: 768px) {
  .error-404 {
    min-height: 50vh;
  }
}
.harta-comunitate .harta {
  position: relative;
}
.harta-comunitate .harta .pin {
  position: absolute;
}
@media (max-width: 450px) {
  .harta-comunitate .harta .pin img {
    width: 22px;
  }
}
.harta-comunitate .harta .pin.buc {
  left: 60%;
  top: 78%;
  z-index: 1;
}
.harta-comunitate .harta .pin.brasov {
  left: 54%;
  top: 52%;
  z-index: 1;
}
.harta-comunitate .harta .pin.cluj {
  left: 35%;
  top: 32%;
  z-index: 1;
}
.harta-comunitate .harta .pin.oradea {
  left: 16%;
  top: 19%;
  z-index: 1;
}
.harta-comunitate .harta .pin.satu_mare {
  left: 24%;
  top: 4%;
  z-index: 1;
}
.harta-comunitate .harta .pin.satu_mare {
  left: 24%;
  top: 4%;
  z-index: 1;
}
.harta-comunitate .harta .pin.sibiu {
  left: 37%;
  top: 51%;
  z-index: 1;
}
.harta-comunitate .harta .pin.tg_mures {
  left: 41%;
  top: 34%;
  z-index: 1;
}
.harta-comunitate .harta .pin.timisoara {
  left: 4%;
  top: 51%;
  z-index: 1;
}
.harta-comunitate .mobile-pins a {
  display: block;
  border-bottom: 1px solid #dedede;
  padding: 5px 0 10px;
  margin-bottom: 5px;
}
.harta-comunitate .mobile-pins a img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.scrollbar-wrapper {
  /*&.os-host-overflow{
        padding-left: 15px;
        }*/
}
.scrollbar-wrapper .os-scrollbar {
  width: 10px !important;
  margin: 0px;
  right: 0px;
}
@media (min-width: 992px) {
  .modal-comunitate .modal-dialog {
    max-width: 900px;
  }
}
.modal-comunitate .modal-content {
  border: 0;
  border-radius: 0;
}
.modal-comunitate .content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.modal-comunitate .content-wrapper .content {
  padding: 20px 10px 20px 20px;
}
.modal-comunitate .content-wrapper .content .proiect .title {
  color: #00A76D;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.modal-comunitate .content-wrapper .content .proiect .user {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-comunitate .content-wrapper .image {
  background-size: cover !important;
}
@media (max-width: 991px) {
  .modal-comunitate .content-wrapper .image {
    display: none;
  }
}
.modal-comunitate .scrollbar-wrapper {
  height: calc(100vh - (3.2rem * 2));
  max-height: 450px;
  overflow: auto;
  padding-right: 10px;
}
.modal-comunitate .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  opacity: 1;
}
.modal-comunitate .close:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.modal-comunitate .close:hover {
  opacity: 0.7;
}
.rateit .rateit-selected {
  color: #00A76D;
}
.custom-boxes .custom .box .vec img {
  position: static;
  transform: none;
}
.blog-entry {
  width: 100%;
  background-color: #F5F5F5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-entry .content {
  width: 100%;
  padding: 20px 15px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 576px) {
  .blog-entry .content {
    padding: 20px 30px 15px;
  }
}
.blog-entry .image {
  display: block;
  height: 300px;
  background-size: cover !important;
}
.blog-entry .title {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination a {
  display: table;
  background-color: #cdcdcd;
  color: #fff;
  text-align: center;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  margin: 5px 5px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .pagination a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
  }
}
.pagination a:hover {
  background-color: #00A76D;
}
.pagination a.active {
  background-color: #000;
}
.pagination span {
  display: table;
  background-color: #cdcdcd;
  color: #fff;
  text-align: center;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  margin: 5px 5px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .pagination span {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
  }
}
.pagination span:hover {
  background-color: #b8b8b8;
}
.articol-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.articol-share .lab {
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
}
.articol-share a {
  width: 35px;
  height: 35px;
  background-color: #1C4471;
  color: #fff;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  margin: 0 5px;
  display: inline-block;
}
.articol-share a:hover {
  background-color: #94C13D;
}
.articol-share a img {
  height: 35px;
}
.articol img[style*="float: left"],
.articol img.float-left {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .articol img[style*="float: left"],
  .articol img.float-left {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 50%;
  }
}
.articol img[style*="float: right"],
.articol img.float-right {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .articol img[style*="float: right"],
  .articol img.float-right {
    float: right;
    margin: 0 0 30px 30px;
    max-width: 50%;
  }
}
.articol table.winners {
  width: 100%;
  border: 1px solid #efefef;
  margin-bottom: 55px;
}
.articol table.winners thead td {
  background: #EE2624;
  font-weight: 600;
  color: #fff;
  padding: 15px 15px;
}
.articol table.winners td {
  padding: 10px 15px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 575px) {
  .articol table.winners td {
    font-size: 13px;
  }
}
.articol .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00A76D;
  background-color: #00A76D;
}
.ribon-reduceri-martie .counter-block {
  background-color: #000;
  color: #94C12E;
  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;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 10px;
}
@media (min-width: 992px) {
  .ribon-reduceri-martie .counter-block {
    margin-right: 10px;
    width: 25%;
    text-align: center;
    max-width: 300px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ribon-reduceri-martie .counter-block .icon {
  margin: 0 10px 0 0;
  width: 60px;
}
@media (min-width: 992px) {
  .ribon-reduceri-martie .counter-block .icon {
    margin: 0 auto 10px;
    width: 35px;
  }
}
@media (min-width: 1200px) {
  .ribon-reduceri-martie .counter-block .icon {
    width: 65px;
  }
}
.ribon-reduceri-martie .counter-block .counter-wrapper {
  text-align: center;
}
.ribon-reduceri-martie .counter-block .counter-wrapper .lab {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  white-space: nowrap;
}
.ribon-reduceri-martie .counter-block .counter-wrapper .counter {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}
.ribon-reduceri-martie-small .counter-block {
  background-color: #000;
  color: #94C12E;
  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;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .ribon-reduceri-martie-small .counter-block {
    margin-right: 5px;
    width: 140px;
    text-align: center;
    max-width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ribon-reduceri-martie-small .counter-block .icon {
  margin: 0 10px 0 0;
  width: 40px;
}
@media (min-width: 768px) {
  .ribon-reduceri-martie-small .counter-block .icon {
    margin: 0 auto 8px;
  }
}
.ribon-reduceri-martie-small .counter-block .counter-wrapper {
  text-align: center;
}
.ribon-reduceri-martie-small .counter-block .counter-wrapper .lab {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}
.ribon-reduceri-martie-small .counter-block .counter-wrapper .counter {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.banda-campanie {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  margin-top: 15px;
  margin-bottom: -15px;
  position: relative;
}
.banda-campanie .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banda-campanie .content {
  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;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 576px) {
  .banda-campanie .content {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .banda-campanie .content {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .banda-campanie .content {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .banda-campanie .content {
    font-size: 22px;
  }
}
.banda-campanie .content .profita {
  padding-right: 3%;
  margin-right: 3%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .banda-campanie .content .profita {
    display: none;
  }
}
.banda-campanie .content .dispozitie {
  margin-right: 15px;
}
.banda-campanie .content .counter {
  font-size: 130%;
}
@media (min-width: 1200px) {
  .scrolled header .banda-campanie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .scrolled header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
.section-lp-25ani {
  position: relative;
  padding: 20px 0 0;
  overflow: hidden;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .section-lp-25ani {
    padding: 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .section-lp-25ani .image-macara {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  .section-lp-25ani .image-macara img {
    margin-right: -15%;
  }
}
@media (min-width: 768px) {
  .section-lp-25ani .image-macara {
    position: absolute;
    z-index: 1;
    height: 100%;
    right: 0;
    top: 20px;
    width: 70%;
    text-align: right;
  }
  .section-lp-25ani .image-macara img {
    max-height: 100%;
    width: auto;
    margin-right: 10%;
  }
}
.section-lp-25ani .content-lf {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .section-lp-25ani .content-lf {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-lp-25ani .content-lf {
    display: inline-block;
  }
}
.section-lp-25ani .content-lf .color-red {
  color: #ee2624;
}
.section-lp-25ani .content-lf .title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-lp-25ani .content-lf .title {
    font-size: clamp(20px, 4vw, 50px);
    margin-bottom: 8%;
  }
}
.section-lp-25ani .content-lf .title .txt1 {
  font-size: 67%;
}
.section-lp-25ani .content-lf .subtitle {
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1;
  font-weight: 500;
  width: 18ch;
}
.section-lp-25ani .content-lf .subtitle .url {
  font-weight: 800;
  color: #ee2624;
  font-size: 135%;
}
.section-lp-25ani .content-lf .bottom {
  margin-top: 10%;
}
.section-lp-25ani .content-lf .txt-comanda {
  width: 52%;
  margin-bottom: 30px;
}
.section-lp-25ani .content-lf .reduceri {
  width: 95%;
}
.section-lp-25ani .content-lf .reduceri-mobile {
  max-width: 300px;
  margin: 0 auto 20px;
}
.section-form-25ani {
  background-color: #262626;
  color: #fff;
  padding: 20px 0;
}
.section-form-25ani .title {
  font-size: clamp(20px, 3vw, 36px);
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .section-form-25ani .title {
    text-align: center;
  }
}
.section-form-25ani .invalid-tooltip {
  position: static;
  display: table !important;
  width: auto;
}
.section-form-25ani .custom-checkbox {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8;
}
.section-form-25ani .custom-checkbox .custom-control-label {
  padding-left: 25px;
  position: relative;
}
.section-form-25ani .custom-checkbox .custom-control-label:before {
  left: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #b5b5b5;
}
.section-form-25ani .custom-checkbox .custom-control-label:after {
  left: 0.05rem;
}
.section-form-25ani .custom-checkbox .custom-control-label a {
  text-decoration: underline !important;
}
.section-form-25ani .custom-control-input:checked ~ .custom-control-label::before {
  border: 2px solid #fff;
}
.section-form-25ani .abonare-grp .btn-submit {
  background-color: #ee2624;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  cursor: pointer;
}
.section-form-25ani .abonare-grp .btn-submit:hover {
  background-color: #de0604;
}
@media (min-width: 992px) {
  .section-form-25ani .abonare-grp .btn-submit {
    width: 300px;
  }
}
.section-form-25ani .abonare-grp .form-control {
  background-color: transparent;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  height: 51px;
  line-height: 51px;
}
.section-subtitle-mobile-25ani {
  padding: 20px 0;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  max-width: 262px;
  margin: 0 auto;
}
.section-subtitle-mobile-25ani .url {
  font-weight: 800;
  color: #ee2624;
  font-size: 35px;
}
.section-produse-25ani {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .section-produse-25ani {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .section-produse-25ani {
    padding: 60px 0;
  }
}
.section-produse-25ani .btn-bottom {
  background-color: #ee2624;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  cursor: pointer;
}
.section-produse-25ani .btn-bottom:hover {
  background-color: #de0604;
}
@media (min-width: 576px) {
  .section-produse-25ani .btn-bottom {
    width: 300px;
  }
}
.section-produse-25ani .title-bottom {
  font-weight: 800;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1;
}
.section-produse-25ani .produs-25ani .image {
  background-size: cover !important;
  width: 100%;
  height: 260px;
  position: relative;
  padding: 15px;
}
@media (min-width: 400px) {
  .section-produse-25ani .produs-25ani .image {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .section-produse-25ani .produs-25ani .image {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .section-produse-25ani .produs-25ani .image {
    height: 400px;
  }
}
.section-produse-25ani .produs-25ani .image:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56626401) 22%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.section-produse-25ani .produs-25ani .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 1;
}
.section-produse-25ani .produs-25ani .prod-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.section-produse-25ani .produs-25ani .btn-buy {
  background-color: #ee2624;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  display: inline-block;
  padding: 7px 10px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #fff;
  white-space: nowrap;
}
.section-produse-25ani .produs-25ani .btn-buy:hover {
  background-color: #de0604;
}
@media (min-width: 400px) {
  .section-produse-25ani .produs-25ani .btn-buy {
    font-size: 16px;
    padding: 10px 20px;
  }
}
