@charset 'UTF-8';

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.form-control {
  border: 1px solid #eaeaea;
  height: 40px;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  font-size: 13px;
  letter-spacing: 1px;
}

mark {
  background: #FFF;
  color: inherit;
}

label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
}

.form-group {
  margin-bottom: 20px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ababab;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ababab;
}

/*  Fonts */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
    url('../WorkSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
    url('../fonts/RobotoSlab-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
    url('../fonts/RobotoSlab-Regular.woff') format('woff');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Medium.woff2') format('woff2'),
    url('../fonts/WorkSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
    url('../fonts/WorkSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/subset-Roboto-Bold.woff2') format('woff2'),
    url('../fonts/subset-Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/subset-Roboto-Medium.woff2') format('woff2'),
    url('../fonts/subset-Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/subset-Roboto-Regular.woff2') format('woff2'),
    url('../fonts/subset-Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* General styles */

body {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto';
  color: rgba(8, 13, 23, 1);
  font-weight: 500;
}

p {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 1em;
}

body p:last-child { margin-bottom: 0em; }

a {
  color: #15457D;
  transition: all .3s;
}


a:hover {
  color: #000;
  text-decoration: underline !important;
}

a,
button {
  cursor: pointer;
  text-decoration: none !important;
  outline: none !important;
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

input {
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

input:focus {
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.wrap {
  max-width: 1260px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

.wrap-col-6 {
  width: 50%;
}


.wrap-col-30 {
  width: 30%;
}


.wrap-col-70 {
  width: 70%;
}

.wrap .descriere-hold {margin: -20px!important;}

@media (max-width: 768px) {
  .wrap-col-6 {
    width: 100%;
  }

section.main ol li,
section.main ul li {
width:100%!important;
}


.facts-hold ol li,
.facts-hold ul li {
width:100%!important;
}

.facts-hold-small ol li,
.facts-hold-small ul li {
width:100%!important;
}

.pins-hold ol li,
.pins-hold ul li {
width:100%!important;
}

  .wrap-col-30 {
    width: 100%;
  }

  .wrap-col-70 {
    width: 100%;
  }


}

.wrap-s {
  max-width: 1250px;
  margin: 0 auto;
}

.no-padding {
  padding: 0;
}


.main-btn {
  padding: 12px 30px;
  border: none;
  text-transform: uppercase;
  background: linear-gradient(to right,#005e80 ,#0088b9);
  background-color: #005e80;
  color: #fff!important;
  font-style: normal;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main-btn:hover {
  background: #15457D;
}

a.main-btn {
  display: inline-block;
}

a.main-btn:hover {
  color: #fff;
}

.icon-btn,
.text-btn {
  background: none;
  border: none;
  padding: 0;
}

.simple-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.simple-link i {
  margin-left: 4px;
}


.block-flex {
  display: -webkit-flex;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}

.vertical-center-flex {
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.wrap-flex {
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.space-between-flex {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.space-around-flex {
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
}

.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.row-center-flex {
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.vertical-box-flex {
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}

.full-image {
  width: 100%;
}

section {
  padding: 50px 0;
}

#cats-wrap .grid-produse, .grid-rezultate, .grid-categorii,
/* #galWrapp, */
#grid-categorii, .grid-produse, .grid-categorii {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}

/* 
.gallerythumb,
.grid-item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
}

.gallerythumb img,
.grid-item img {
  width: 100%;
} */

/* Form */

/* form {
  padding: 40px 0;
} */

form input,
form select,
form textarea {
  width: 100%;
  border: 1px solid #dfe1e5;
  border-radius: 5px;
  padding: 10px 10px;
  outline: none;
}

form input:hover,
form select:hover,
form textarea:hover {
background-color: #fff;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-color: rgba(223,225,229,0);
}

form .group {
  margin-bottom: 30px;
}

.solicitari-online h1 {
  margin-bottom: 24px;
  font-weight: 400;
}

.solicitari-online ul {
  list-style-type: none !important;
}

.solicitari-online {
  max-width: 900px;
}

.solicitari-online input:focus {
  border-left-width: 3px;
}

.solicitari-online .desc {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  
}

.solicitari-online .help-block {
  color: red;
  margin-top: 5px;
  display: block;
  font-size: 12px;
}

.solicitari-online input[type="submit"] {
  cursor: pointer;
  padding: 12px 30px;
  border: none;
  text-transform: uppercase;
  background-color: var(--primary-blue-100);
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  max-width: 180px;
}

.solicitari-online input[type="submit"]:hover {
  background: #000;
}

.solicitari-online ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}


.solicitari-online ul .group {
  width: 48%;
}

.solicitari-online ul .group.full-width {
  width: 100%;
}

#video-bg {
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
}

/* #video-bg:after {
  content: "";
  position: absolute;
  background: rgba(0, 79, 124, .7);
  width: 100%;
  height: 100%;
  display: block;
} */

#video-bg .video-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 30%;
  text-align: center;
  font-size: 96px;
  z-index: 9;
}

#video-bg .video-content h1 {
  color: #FFF;
}

#video-bg .video-content h1:after {
  content: none;
}

#video-bg .video-content img {
  width: 60px;
  cursor: pointer;
}

/* Modal form */
.modal form {
  padding: 0;
}

.modal h1 {
  font-size: 24px;
}

.modal p {
  margin-bottom: 30px;
}

#galerie li {}

#galerie li img {
  display: block;
}

.side-menu {
  position: fixed;
  width: 100%;
  background: #f1f1f1;
  background-image: url(../images/menu-open.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 150px 0 0;
  height: 100vh;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  -ms-transform: translate(460px, 0);
  -webkit-transform: translate(460px, 0);
  transform: translate(460px, 0);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  display: none;
  overflow: scroll;
}

.side-menu ul li.parent a {
  display: inline-block;
  width: calc(100% - 5px);
}

ul.menutop_mobile li {
  position: relative;
}


.side-menu ul li a {
  font-size: 22px;
  font-weight: 500;
  color: var(--black);
}

.side-menu ul li a:hover {
  color: var(--primary-blue-100);
}

.side-menu form {
  padding: 0 35px;
  margin-bottom: 30px;
}

.side-menu.open {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 999;
}

.side-menu.open .menu-toggle {
  background: rgba(133, 133, 133, 0.2);
  backdrop-filter: blur(7.5px);
  color: var(--black);
}

.side-menu.open .menu-toggle svg path {
  stroke: var(--text-100);
}

.side-menu .menu-toggle {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--primary-blue-100);
}

.side-menu .menu-toggle svg path {
  stroke: var(--white);
}

.menu-toggle {
  width: 42px;
  height: 42px;
  display: flex;
 /* color: var(--white);*/
  font-size: larger;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7.5px);
  border-radius: 8px;
  border: none;
}

body.cms-single .menu-toggle, body.cms-homepage .menu-toggle {
color: var(--white);
}


.open-menu-link {
  display: none;
  font-size: 21px;
  color: #15457D;
  font-weight: bold;
  padding: 0 5px;
}


ul.menutop_mobile {
  padding: 20px 0 20px 20px;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 24px;
}

ul.menutop_mobile li a:hover {
  text-decoration: none !important;
}

.visible {
  display: inline-block !important;
}

ul.menutop_mobile>li {
  padding-bottom: 20px;
}

/* ul.menutop_mobile li.parent>ul {
  display: none;
} */

.open-menu-link.close.visible {
  position: absolute;
  top: 0;
  right: 0;
}

ul.menutop_mobile li.parent>ul.open {
  display: block;
}

ul.menutop_mobile li.parent ul.visible {
  padding: 20px 20px 0 20px;
}

ul.menutop_mobile li.parent ul.visible li {
  padding-bottom: 20px;
}

ul.menutop_mobile li.parent ul.visible li:last-child {
  padding-bottom: 0;
}

ul.menutop_mobile li.parent.active>a>span {
  color: var(--primary-blue-100);
}


/* End General styles */


/* Header styles */

header {
  padding-top: 20px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

header .header-part-1 {
  padding-bottom: 20px;
  justify-content: space-between;
  transition: all .3s;
  position: relative;
}


header.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}


header .home_icon {
  margin-right: 15px;
}

header .home_icon img {
  width: 20px;
}

header .cere-oferta {
  background: #ffd305;
  border-radius: 50px;
  color: #2c2c2c;
  border: 1px solid transparent;
  padding: 12px 20px;
}

header .cere-oferta:hover {
  background: none;
  color: #15457D;
  border: 2px solid #ffd305;

}

header .search-element {
  display: block;
  padding: 25px 0;
}

header .search-element .search-hold {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none;
  background: #FFF;
  padding: 10px;
}

header .search-element .search-button {
  cursor: pointer;
}

header .search-element .search-hold input {
  margin-right: 0;
}

header .search-element .search-hold .wrap-flex {
  flex-wrap: inherit;
}

header .search-element .search-hold.on {
  display: block;
}

header .search-element .search-hold form {
  display: flex;
  align-items: center;
}

header .logo img {
  max-width: 90px;
  display: block;
  box-shadow: 0 0 20px 5px #fff;
}

.phone span {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.phone span:before {
  content: "";
  background-image: url('../../../images/M_images/icons/phone_icon@1x.svg');
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.phone a {
  font-size: 14px;
  font-family: 'Roboto Slab';
  font-weight: bold;
  text-decoration: underline !important;
}

.phone a i {
  font-size: 12px;
  margin-right: 4px;
}

header .menu_top li {
  position: relative;
  display: inline-block;
  padding: 27px 10px;
}


header .main-menu-container {
  display: flex;
  align-items: center;
}

header .menu_top li a {
  display: flex;
  -webkit-align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-top: -2px;
}

header .menu_top>li:hover>a {
  color: #FFF;
}

header .menu_top>li.parent>a:after {
  content: "\f106";
  font-family: FontAwesome;
  margin-left: 5px;
  transition: all .2s;
}

header .menu_top>li.parent>a:hover:after {
  content: "\f107";
  font-family: FontAwesome;
  transition: all .3s;
  transform: rotate(360deg);
}

header .menu_top>li.parent ul li.parent>a:after {
  content: "\f104";
  font-family: FontAwesome;
}

header .menu_top>li.parent ul li.parent:hover>a:after {
  content: "\f105";
  font-family: FontAwesome;
  transition: all .2s;
  transform: rotate(360deg);
}

header .menu_top li>ul {
  background: #FFF;
}

header .menu_top li>ul li {
  padding: 15px 35px;
  transition: all .3s;
}

header .menu_top li>ul li:hover,
header .menu_top li>ul li:hover>ul {
  /*background: #f5f5f5;*/
  transition: all .3s;
}

header .menu_top li>ul li a {
  color: #15457D;
}

header .menu_top li>ul {
  display: none;
  left: 0;
  top: 66px;
  z-index: 3;
  width: 336px;
  position: absolute;
  background: #FFF;
  z-index: 10;
}

header .menu_top li ul li ul {
  /* width: 385px; */
}

header .menu_top li:hover>ul {
  display: flex;
  flex-direction: column;
}

header .menu_top li.item104:hover>ul {
  flex-direction: row;
  width: 800px;
}

header .menu_top li>ul>li:hover ul {
  left: 100%;
  top: 0;
}

header .menu_top li>ul>li {
  transition: all .3s;
}

header .menu_top li>ul>li:hover>a {
  opacity: .75;
}

header .menu_top>li:hover,
header .menu_top>li.active {
  background: #014368;
}

header .menu_top li:hover,
header .menu_top>li.active>a {
  color: #FFD305;
}

header .menu_top>li>ul>li {
  border-bottom: 1px solid #F5F5F5;
}

header .menu_top li.parent ul li a:hover:after {
  background: none;
}

header .menu_top li a {
  font-size: 14px;
  font-weight: bold;
  color: #15457D;
}

header .menu_top li a:hover {
  text-decoration: none !important;
}

.search-hold input {
  width: 265px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-width: 2px;
  margin-right: 20px;
  padding: 10px 20px;
}

.search-hold button {
  background-image: -moz-linear-gradient(45deg, rgb(0, 79, 124) 0%, rgb(0, 113, 145) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(0, 79, 124) 0%, rgb(0, 113, 145) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(0, 79, 124) 0%, rgb(0, 113, 145) 100%);
  border: 0;
  padding: 10px 25px;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: flex;
  ;
  font-size: 18px;
  -webkit-justify-content: center;
  justify-content: center;
}


header .lang-hold {
  font-family: 'Roboto Slab';
  font-size: 14px;
  font-weight: bold;
}

header .lang-hold a {
  padding: 0 5px;
  color: #ABABAB;
}

header .lang-hold a.active {
  text-decoration: underline !important;
  color: #15457D;
}

header form {
  padding: 0;
}

.pathway-hold {
  font-size: 12px;
  padding: 15px 0;
}

.pathway-hold a {
  margin-right: 7px;
}

.pathway .separator {
  margin-right: 7px;
}

/* End Header styles */

/* Homepage styles */

.mobile-image {
  display: none;
  height: 360px;
  width: 360px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-hold {
  padding: 0;
  position: relative;
}

.slick-slide {
  outline: none !important;
}

.slider-msg {
  position: absolute;
  left: 0;
  top: 40%;
  padding: 0 25px;
  margin-top: -55px;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

/* 
.grid-item {
  width: calc(100% / 3 - 40px);
  margin-bottom: 100px;
} */

.grid-item img {
  width: 100%;
  display: block;
}

.grid-item .text {
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin-top: 15px;
}

.contact-cta {
  padding: 60px 0;
  border-top: 1px solid #eaeaea;
}

/* End Homepage styles */


/* Detail styles */

.main-btn.modal-btn {
  margin-left: auto;
  margin-right: 30px;
}

.detail-footer .button-group {
  margin-top: 30px;
}

.dw-item {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.dw-item span {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

/* End Detail styles */


/* Footer styles */

footer {
  background-color: #000;
  padding: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

footer .wrap {
  position: relative;
  padding: 50px 0 80px;
}

footer .col {
  width: 22%;
}

footer a {
  color: #FFF;
}

footer h3 {
  margin-bottom: 0;
  margin-top: 25px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #FFF;
}

footer h3:after {
  content: "";
  width: 50px;
  height: 4px;
  display: block;
  background: #ffd305;
  margin-top: 20px;
}

/* footer .col .footer-logo img {
  width: 150px;
  margin-bottom: 30px;
} */

.form-modal {
  display: none;
}

footer .col li {
  line-height: 1.4;
  padding: 5px 0;
}

footer .col li:first-child {
  padding-top: 0;
}

footer .col.contact .email a {
  text-decoration: underline !important;
}

footer .col.contact span {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
}

footer .col.contact .social a {
  margin-right: 10px;
  background: #FFF;
  color: #00668b;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

footer .col.contact .social a:hover {
  text-decoration: none !important;
  color: #FFF;
  border: 1px solid #FFF;
  background: none;
}

footer .col .more {
  display: none;
}

footer .col .more.on {
  display: block;
}

footer .col .show-all {
  cursor: pointer;
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
}

footer .col .show-all i {
  margin-right: 7px;
}

footer .about-us {
  margin-bottom: 30px;
  font-style: italic;
}

footer .copyright {
  color: #6FB6DE;
  text-align: center;
  font-size: 10px !important;
}


footer .copyright a {
  line-height: 18px;
  font-weight: normal;
  color: #080D17;
}

footer .contact-rapid {
  position: absolute;
  top: -15px;
  right: 0;
}

footer .contact-rapid:hover span {
  padding: 15px;
  top: -17px;
}

footer .contact-rapid a {
  background: #ffd305;
  padding: 10px 15px 10px 40px;
  color: #000;
  font-weight: 600;
  right: 0;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

footer .contact-rapid a:hover {
  text-decoration: none !important;
}

footer .contact-rapid span {
  background: #ffd305;
  transition: all .3s;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: -20px;
  box-shadow: 3px 5px 30.45px rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

footer .contact-rapid img {
  width: 25px;
  height: 25px;
}

/* End Footer styles */



/* Gallery styles */
/* 
.gallerythumb .image-hold {
  max-height: 400px;
  overflow: hidden;
} */

/* End Gallery styles */


/* Modal styles */

.modal {}

.modal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.modal .modal-header {
  border: none;
}

.modal .modal-body {
  padding-top: 0;
}

/* End Modal styles */


.img_mobile_only {display:none;}

#custom-map {
  height: 480px;
  width: 100%;
}

.map-responsive {

  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  height: 0;
  margin-bottom: 20px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ========================
======== Paginare catalog
==========================*/

#CatalogPageNav {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 10px;
}

#CatalogPageNav .pagenav {
  margin: 0 5px;
}

#CatalogPageNav a {
  cursor: pointer;
  margin: 0 5px;
  transition: 150ms linear all;
}

#CatalogPageNav a:hover {
  opacity: 0.6;
}

#CatalogPageNav span:hover {
  opacity: 0.6;
  cursor: pointer;
}

.pagenav,
a.pagenav {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: top;
}

a.pagenav {
  color: #484848;
  font-weight: 300;
}

span.pagenav {
  background: #15457D;
  color: #fff;
}

.pagenav:hover {
  background: #ffd305;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}


/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .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);
}

/*  Home Main Content*/
section.home-main-content h1 {
  margin-top: 0;
 
    font-weight: 400;
    font-size: clamp(4.7rem, calc(4.7rem + (5.1 - 4.7) * ((100vw - 22.5rem) / (64 - 22.5))), 5.1rem);
    margin-bottom: 24px;
  
}

.front-page-intro {
  padding-top: 20px;
  /*text-align: justify;*/
}

/* h2.section-title {
  font-size: 36px;
  font-family: 'Roboto Slab';
  line-height: 39px;
  color: #15457D;
} */

/* h2.section-title:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #ffd305;
  display: block;
  margin: 25px auto;
} */



/*  Categorii produse */

section.categorii-produse {
  background: #FFF;
  margin-top: 80px;
}

section.categorii-produse .wrap-flex {
  align-items: baseline;
}

/* section.categorii-produse h2 {
  display: inline-block;
} */


section.categorii-produse .grid-item .text-hover p {
  margin-bottom: 25px;
}

.grid-item {
  position: relative;
  display: inline-block;
}

/* 
.grid-item .grid-item-inner {
  position: absolute;
  background: none;
  border: none;
  top: 0;
  padding: 20px;
  width: 100%;
} */

.grid-item .text {
  margin-top: 0;
  text-align: center;
  padding: 30px 40px 0;
}

.grid-item .text a {
  font-size: 18px;
  line-height: 24px;
  color: #2c2c2c;

}



section.categorii-produse .see-more {
  color: #15457D;
  font-size: 12px;
  border: 1px solid #15457D;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 10px 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 120px;
  text-transform: uppercase;
}

/*  Industrii */

section.industrii {
  background-image: url('../../../images/M_images/bg-industrii.jpg');
  padding: 100px 0;
  text-align: center;
}

section.industrii .section-title {
  color: #FFF;
}

section.industrii .slide {
  padding: 30px 15px 0;
  /*transition: all .3s, background 0s;*/
}

section.industrii .slide-image {
  display: block;
}

section.industrii .slide-image img {
  width: 100%;
  min-height: 345px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

section.industrii .slide .text {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  padding: 30px 20px;
  background: #FFF;
  z-index: 2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  /*transition: all .15s, background 0s;*/
}

section.industrii .text .slide-title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #000;
}

section.industrii .text .slide-title a {
  transition: none;
}

section.industrii .text .slide-more {
  display: none;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
}

section.industrii .slide,
section.industrii .slide a {
  position: relative;
}


section.industrii .slide a:not(.slide-title):not(.slide-more):after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  z-index: 1;
}

section.industrii .slide:hover a:not(.slide-title):not(.slide-more):after {
  background: rgba(0, 111, 144, .7);
}



section.industrii .slide:hover .slide-image {
  box-shadow: 3px 5px 30.45px rgba(0, 0, 0, 0.21);
}

section.industrii .slide:hover .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  background: none;
  z-index: 2;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

section.industrii .slide:hover .text .slide-title {
  color: #FFF;
  font-size: 24px;
  transition: none;
}

section.industrii .slide:hover .text .slide-title:after {
  content: "";
  width: 50px;
  height: 4px;
  display: block;
  background: #ffd305;
  margin: 25px auto;
}

section.industrii .slide:hover .text .slide-more {
  display: inline-flex;
  align-items: center;
}

section.industrii .slide:hover .text .slide-more:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 15px;
}


/*  Adresa */
section.adresa-wrap {
  padding: 0;
  position: relative;
}

section.adresa-wrap .adresa {
  position: absolute;
  top: 50%;
  margin-top: -96px;
  padding: 35px;
  max-width: 450px;
  text-align: left;
  font-weight: bold;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 3px 5px 30.45px rgba(0, 0, 0, 0.21)
}

section.adresa-wrap .adresa h3 {
  color: #15457D;
  font-size: 18px;
}

section.adresa-wrap .adresa p {
  font-weight: normal;
}


/*  Side Icons */
.side-icons ul {
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  z-index: 11;
  font-size: 16px;
  text-align: right;
  transition: all .3s;
}

.side-icons ul.reached-bottom {
  top: 25%;
}

.side-icons ul li {
  margin-bottom: 5px;
  display: block;
  position: relative;
  left: 0;
  height: 40px;
}


.side-icons ul li a {
  display: inline-block;
  margin-bottom: 2px;
  height: 40px;
  position: relative;
  text-align: left;
  width: 100%;
  right: -100%;
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  border-radius: 0px 0px 0px 0px;
  font-weight: bold;
  padding-right: 15px;
}

.side-icons ul li a:hover {
  text-decoration: none !important;
}

.side-icons ul li a:hover,
.side-icons ul li a.hover {
  right: 0;
  margin-right: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  background: #edc211;
}

.side-icons ul li i {
  margin-right: 10px;
  background: #FF4500;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 40px;
  height: 40px;
}


/*  Product Page */

.catalog-wrap a {
  color: #000;
  margin: 0 auto;
  text-align: left;
}

.catalog-wrap .produs-header {
  height: calc(100vh - 5px);
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.catalog-wrap h2:after {
  margin: 25px auto 60px;
}


.produs-header h1 {
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 10px;
  max-width: 50%;
  color: #15457D;
}

.produs-header mark {
  padding: 0 5px;
  white-space: pre-wrap;
}

.produs-header h1:after {
  display: none;
}

.produs-header a {
  font-weight: 500;
}


.descriere-scurta-noutati {color: var(--primary-grey-100);}

.descriere-hold {margin-bottom: 3.5em;}



.descriere-hold p {
  text-align: left;
}

.descriere-hold a {
  text-decoration: underline !important;
  font-style: italic;
}


.descriere-hold h2:after {
  margin: 25px auto 60px;
}

.galerie-hold .gallerythumb {
  text-align: center;
}

.solicita-oferta-hold {
  background-image: url('../../../images/M_images/solicita-oferta-bg.jpg');
  text-align: center;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}

.solicita-oferta-hold .main-btn {
  margin-right: 0;
}

.solicita-oferta-hold h2.section-title {
  color: #FFF;
}

.download-hold .download-wrapper {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-hold .dw-item {
  border-bottom: 0;
  width: 50%;
}

/* 
body.cms-single .pathway-hold+section,
body.cms-category .pathway-hold+section {
  padding-top: 0;
  padding-bottom: 0;
} */

body.cms-single .produse-corelate {
  /* padding-bottom: 0; */
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}

.pathway-hold a {
  color: #000;
}

.pathway-hold span.breadcrumbs {
  color: #15457D;
  font-weight: 600;
  font-size: 13px;
}

/*  Category */

body.cms-category .descriere-intro {
  background-image: url('../../../images/M_images/solicita-oferta-bg.jpg');
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 25px 10px;
  margin-bottom: 60px;
  color: #FFF;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}

body.cms-category .descriere-intro #heading_categorie {
  display: inline-block;
}

body.cms-category .descriere-intro p {
  max-width: 60%;
  font-weight: 500;
  text-align: justify;
  margin: 0 auto;
}

body.cms-category .descriere-intro #heading_categorie h1 {
  color: #FFF;
}

body.cms-category .descriere-intro #heading_categorie h1:after {
  margin: 25px auto 40px;
}

.smooth-scroll i {

  color: #ffd305;
  font-size: 40px;
  margin: 30px 0;
}

.smooth-scroll {

  font-size: 40px;
  margin: 50px 0;
}



section.main {
  padding: 50px 0;
}


section.main ol,
section.main ul {
  margin-bottom: 30px;
  list-style-type: inherit;
  list-style-position: inside;
  color: var(--text-100);
}

section.main ol li,
section.main ul li {
  padding-bottom: 5px;
}


.descriere-hold ul {
padding:5px 0;
display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
color: var(--primary-blue-100);
list-style: none!important;
}

.facts-hold ul {
padding:5px 0;
display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
color: var(--primary-blue-100);
list-style: none!important;
}


.pins-hold ul {
padding:5px 0;
display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
color:  var(--text-100)!important;
list-style: none!important;
}

.facts-hold-small ul {
padding:5px 0;
display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
color: var(--primary-blue-100);
list-style: none!important;
}


.descriere-hold ul li {
width:50%;
padding-right:50px;
box-sizing:border-box;
font-size: clamp(2rem, calc(2rem + (3.2 - 2) * ((100vw - 22.5rem) / (64 - 22.5))), 3.2rem);
font-weight: 400;
color: var(--primary-blue-100);
padding-top:25px!important;
padding-bottom:25px!important;
line-height: 1.2;
}

.facts-hold ul li {
width:50%;
padding-right:35px;
box-sizing:border-box;
font-size: 24px;
font-weight: 500;
color: var(--primary-blue-100);
padding-top:25px!important;
padding-bottom:25px!important;
line-height: 1.2;
}

.pins-hold ul li {
width:50%!important;
padding-right:30px!important;
margin-top: 0px!important;
box-sizing:border-box;
font-size: 22px!important;
font-weight: 400!important;
color:  var(--text-100)!important;
padding-top:1px!important;
padding-bottom:1px!important;
line-height: 1.5!important;
}

.facts-hold-small ul li {
width:50%;
padding-right:35px;
box-sizing:border-box;
font-size: clamp(2rem, calc(2rem + (3.2 - 2) * ((100vw - 22.5rem) / (64 - 22.5))), 3.2rem);
font-weight: 400;
color: var(--primary-blue-100);
padding-top:25px!important;
padding-bottom:25px!important;
line-height: 1.2;
}


.pins-hold ul li:before{content:"\f3c5"!important;font-family:"Font Awesome 5 Free";color:#E43B35!important;margin-right:10px!important;font-weight: 600!important;}

.descriere-hold ul li:before{content:"\f14a";font-family:"Font Awesome 5 Free";color:var(--primary-blue-100);margin-right:15px;}

.facts-hold ul li:before{content:"\f14a";font-family:"Font Awesome 5 Free";color:var(--primary-blue-100);margin-right:15px;}

.facts-hold-small ul li:before{content:"\f14a";font-family:"Font Awesome 5 Free";color:var(--primary-blue-100);margin-right:15px;}

.single-article-body ul {
padding:5px 0;
display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
color: var(--primary-blue-100);
list-style: none!important;
}


.single-article-body ul li {
width:50%;
padding-right:50px;
box-sizing:border-box;
font-size: 24px;
font-weight: 500;
color: var(--primary-blue-100);
margin-top:25px;
padding-bottom:25px!important;
line-height: 1.6;
}

.single-article-body ul li:before{content:"\f14a";font-family:"Font Awesome 5 Free";color:var(--primary-blue-100);margin-right:15px;}


#galerie ul {
  list-style-type: none;
}

#galerie ul li {
  padding-right: 5px;
}




.slick-list {
  overflow-x: hidden;
  overflow-y: -webkit-paged-y;
}

.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
}

.slick-next:before,
.slick-prev:before {
  font-size: 40px;
  opacity: 1;
}

.slick-next,
.slick-prev {
  width: auto;
  height: auto;
}

/* End Responsive styles */



strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.player {
  background-color: #000;
}

.descriere-intro h2 {
  color: #fff;
}

.solicita-oferta-hold p {
  color: #fff;
  padding-bottom: 40px;
}

span.form-error {
  color: red;
}

.gdpr-check {
  font-size: 14px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gdpr-check a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}



.gdpr-check input {
  width: auto !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;

    left: -9999px;
  }





}

header .menu_top li>ul {
  background: rgba(255, 255, 255, .95);
}


header .menu_top li.parent.item103>ul>li.parent.item110:hover>ul {
  display: flex;
  flex-direction: row;
  width: 600px;
}

#video-bg .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  ;
  transition: all .5s;
}

#video-bg .loader.hide {
  opacity: 0;
  visibility: hidden;
}

#cats-wrap .grid-produse, .grid-categorii,
#grid-categorii,
.grid-produse {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}

.grid-rezultate {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}


.galerie-hold .gallerythumb {
  margin-right: 25px;
}

.galerie-hold .gallerythumb:nth-child(3n+3) {
  margin-right: 0;
  ;
}


#CatalogPageNav {
  margin: 180px 0 50px;
  -webkit-justify-content: center;
  justify-content: center;
}

#CatalogPageNav .pagenav {
  padding: 15px 15px;
}

body.cms-category #cats-wrap {
  position: relative;
}

body.cms-category #cats-wrap.posts-loaded:after {
  opacity: 0;
  visibility: hidden;
}

body.cms-category #cats-wrap:after {
  content: "";
  font-size: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}


.produs-header:after {
  content: "";
  font-size: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}

.produs-header.loaded:after {
  opacity: 0;
  visibility: hidden;
}


/* spinner */
.loader {
  color: #ffffff;
  font-size: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}




.produs-wrap .main-btn {
  font-weight: bold !important;
}

.solicita-oferta-hold {
  padding: 30px 0;
}

.solicita-oferta-hold h2.section-title:after {
  margin: 25px auto 25px !important;
}

.solicita-oferta-hold p {
  padding-bottom: 25px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .solicita-oferta-hold p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-achors {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .produs-wrap .button-achors .main-btn {
    margin-left: initial;
    margin-bottom: 15px;
    max-width: 130px;
    width: 100%;
    text-align: center;
    ;
  }
}

/*  A.S Styles */

/* ibm-plex-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibm-plex-sans-v14-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-regular.svg#IBMPlexSans') format('svg');
  /* Legacy iOS */
}

/* ibm-plex-sans-500 - latin-ext_latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/ibm-plex-sans-v14-latin-ext_latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-500.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-500.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-500.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-500.svg#IBMPlexSans') format('svg');
  /* Legacy iOS */
}

/* ibm-plex-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('../fonts/ibm-plex-sans-v14-latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-600.svg#IBMPlexSans') format('svg');
  /* Legacy iOS */
}

/* ibm-plex-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../fonts/ibm-plex-sans-v14-latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/ibm-plex-sans-v14-latin-ext_latin-700.svg#IBMPlexSans') format('svg');
  /* Legacy iOS */
}

:root {
  --primary-blue-100: #005E80;
  --primary-gold-10: #F8EFE6;
  --primary-gold-20: #F1DECC;
  --primary-gold-80: #C9B297;
  --primary-grey-10: #E0E0E5;
  --primary-grey-100: #30384E;
  --text-40: #9B9CA0;
  --text-60: #6D7076;
  --text-80: #40444B;
  --text-100: #131821;
  --white: #FFFFFF;
  --black: #000000;
  --font: 'IBM Plex Sans', sans-serif;

  --neutral-60: #DFDFE0;
  --neutral-80: #F6F6F9;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}


body {
  font-family: var(--font);
  line-height: 1.2;
  color: var(--text-100);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: var(--primary-blue-100);
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

h1 {
  /*font-size: clamp(4rem, calc(4rem + (8 - 4) * ((100vw - 22.5rem) / (64 - 22.5))), 8rem);*/
 font-size: clamp(3rem, calc(3rem + (6.1 - 3) * ((100vw - 22.5rem) / (64 - 22.5))), 6.1rem);
}

h2 {
  font-size: clamp(3rem, calc(3rem + (6.1 - 3) * ((100vw - 22.5rem) / (64 - 22.5))), 6.1rem);
}

h3 {
  font-size: clamp(2.5rem, calc(2.5rem + (4.7 - 2.5) * ((100vw - 22.5rem) / (64 - 22.5))), 4.7rem);
}

h4 {
  font-size: clamp(2rem, calc(2rem + (3.2 - 2) * ((100vw - 22.5rem) / (64 - 22.5))), 3.2rem);
  font-weight: 400;
}

h5 {
  font-size: clamp(1.8rem, calc(1.8rem + (2.7 - 1.8) * ((100vw - 22.5rem) / (64 - 22.5))), 2.7rem);
}

h6 {
  font-style: 1.8rem;
}

.categorie-description h2 {

font-size: clamp(4.2rem, calc(4.2rem + (6.1 - 4.2) * ((100vw - 22.5rem) / (64 - 22.5))), 3.1rem)!important;
font-weight: 400;
line-height: 1.3;
margin-bottom: 30px;
}


.flex {
  display: flex;
}

.grid {
  display: grid;
}

.grid.col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.gap0 {
  grid-gap: 0;
}

.sb {
  justify-content: space-between;
}

.section-title {
  font-size: clamp(4.7rem, calc(4.7rem + (5.1 - 4.7) * ((100vw - 22.5rem) / (64 - 22.5))), 5.1rem);
  font-weight: 400;
}

.section-title span {
white-space:nowrap;
display:block;
font-size: clamp(4rem, calc(4rem + (6.1 - 4) * ((100vw - 22.5rem) / (64 - 22.5))), 4rem)!important;
font-weight: 400;
line-height: 1;
margin-top: 20px;
}

.subheadline {
  font-size: 2.1rem;
  line-height: 1.5;
}

.description {
  font-size: 1.2rem;
}

a {
  color: var(--primary-blue-100);
}

.main p a, .front-page-intro p a {font-weight:bold;}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
}

.wrap {
  max-width: 1260px;
}

body.cms-single header,
body.cms-homepage header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0;
  margin: 0 auto;
  background: none!important;
}

header .header-utils {
  display: flex;
  align-items: center;
  gap: 32px;
}

a.flag {
  color: var(--text-100);
}

body.cms-single header a.flag,
body.cms-homepage header a.flag {
  color: var(--white);
}


header a.flag[title='Romanian'],
header a.flag[title='English'] {
  background-image: none;
}

header a.flag[title='Romanian']::after {
  content: 'Ro'
}

header a.flag[title='English']::after {
  content: 'En'
}

header .traducere {
  display: flex;
  align-items: center;
  gap: 4px;
}

body header .traducere:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

body header .traducere:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.6001 9H20.4001' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.6001 15H20.4001' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5002 3C8.0631 8.50778 8.0631 15.4922 11.5002 21' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 3C15.9371 8.50778 15.9371 15.4922 12.5 21' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.cms-homepage header .traducere:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.6001 9H20.4001' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.6001 15H20.4001' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.4999 3C8.06285 8.50778 8.06285 15.4922 11.4999 21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 3C15.9371 8.50778 15.9371 15.4922 12.5 21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}


body.cms-single header .traducere:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.6001 9H20.4001' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.6001 15H20.4001' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.4999 3C8.06285 8.50778 8.06285 15.4922 11.4999 21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 3C15.9371 8.50778 15.9371 15.4922 12.5 21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.cms-single .menu-toggle svg path,
body.cms-homepage .menu-toggle svg path {
  stroke: var(--white);
}

body.cms-single .menu-toggle {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7.5px);
}

body .menu-toggle {
  background: rgba(133, 133, 133, 0.2);
  backdrop-filter: blur(7.5px);
}

body .menu-toggle svg path {
  stroke: var(--text-100);
}

.video-container {
  position: relative;
  display: flex;
  z-index: 100;
  background: #000;
}


.video-container #video-bg {
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
  
}

.video-container:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	/*background: url(../images/pattern.png) repeat top left, linear-gradient(0deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 70%));*/
	/*background: linear-gradient(0deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 70%));*/
}

/*body.cms-homepage header {background: linear-gradient(0deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 70%));}*/


.video-container .scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -3px;
  z-index: 1;
}


.video-container .scroll-down img {
  border-radius: 0px!important;
}

.play-button {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_315_3743)'%3E%3Crect width='68' height='68' rx='34' fill='white' fill-opacity='0.2'/%3E%3Cg filter='url(%23filter1_d_315_3743)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.0482 19.8758C26.7157 19.0558 25 20.0145 25 21.5791V46.4209C25 47.9855 26.7157 48.9442 28.0482 48.1242L48.2321 35.7033C49.5012 34.9223 49.5012 33.0777 48.2321 32.2967L28.0482 19.8758Z' fill='white' fill-opacity='0.8' shape-rendering='crispEdges'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_315_3743' x='-4' y='-4' width='76' height='76' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImage' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_315_3743'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_315_3743' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_315_3743' x='25' y='19.5759' width='25.1838' height='29.8481' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_315_3743'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_315_3743' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.home-main-content {
  position: relative;
  padding: 140px 0 50px;
}

.home-main-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--neutral-80);
}

.front-page-intro {
  margin-bottom: clamp(4.5rem, calc(4.5rem + (9 - 4.5) * ((100vw - 22.5rem) / (64 - 22.5))), 6rem);
}

.readmore,
.produs-buton {
  font-size: 1.6rem;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 1.6rem 5.6rem;
  color: var(--text-80);
  background-color: var(--primary-gold-10);
}

.readmore:after,
.produs-buton:after {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 12H19.5' stroke='%2340444B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 16L19.5 12' stroke='%2340444B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8L19.5 12' stroke='%2340444B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.section-2 .col {
  position: relative
}

.section-2 .col .forbes {
  width: 411px;
  height: 103px;
  position: absolute;
  bottom: 119px;
  right: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='411' height='103' viewBox='0 0 411 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:screen'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M233.37 33.5403C238.567 30.7082 243.761 29.2894 250.374 29.2894C266.436 29.2894 278.718 43.4662 278.718 62.8352C278.718 87.4044 263.602 102.997 238.564 102.997C229.587 102.997 220.609 101.579 212.106 99.6877C212.58 89.7645 213.058 29.2894 212.106 17.9502C211.17 12.2778 209.746 9.91775 205.499 8.97372L202.192 8.50171V5.6669L233.845 0C233.37 4.72287 233.37 18.4222 233.37 33.5403ZM233.84 97.3277C235.253 97.7969 237.618 97.7969 239.508 97.7969C249.43 97.7969 256.517 83.1536 256.52 64.2485C256.52 49.1331 250.851 36.8498 240.452 36.8498C238.087 36.8498 236.199 37.3219 233.365 38.2686C232.896 62.8352 233.365 90.714 233.84 97.3277Z' fill='%23454B60'/%3E%3Cpath d='M0 1.88806L83.1433 1.88806L83.618 29.7642L78.8931 31.1829C74.171 17.0061 67.5584 8.97645 54.7996 8.97645H38.2681C37.7934 17.9529 37.3215 33.071 37.3215 49.1358L48.6562 48.6611C55.7435 48.6611 59.0444 42.9942 60.4656 34.9618H64.7186V68.4966H60.4656C59.0471 60.4669 55.7435 54.7973 48.6562 54.7973L37.3188 54.3253C37.3188 66.6058 37.7907 76.529 38.2654 82.6734C39.2092 91.6526 41.5717 95.9034 47.7124 96.3727L53.3811 97.3222V101.101H0L0 97.3222L4.72486 96.3727C10.8655 95.9062 13.2252 91.6526 14.1691 82.6734C15.1157 68.0328 15.5904 37.3191 14.1691 20.3102C13.228 11.3338 10.8628 7.55495 4.72486 6.61093L0 6.13891L0 1.88806Z' fill='%23454B60'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M145.502 65.67C145.502 44.4102 133.693 28.3454 110.071 28.3454C86.4496 28.3454 73.2244 45.3543 73.2244 65.67C73.2244 86.9324 85.0338 103 108.653 103C132.274 103 145.502 85.9857 145.502 65.67ZM95.4247 65.67C95.4247 47.2451 98.2591 33.071 108.653 33.071C118.577 33.071 123.296 47.7171 123.296 65.67C123.296 84.0949 120.457 98.2689 109.599 98.2689C100.15 98.2689 95.4247 83.6229 95.4247 65.67Z' fill='%23454B60'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M321.23 28.3454C297.137 28.3454 284.856 46.773 284.856 66.1447C284.856 87.8792 299.971 102.997 321.23 103C334.456 103 344.846 96.3809 349.571 89.7672L347.686 87.4072C342.959 90.7167 339.18 92.6021 331.621 92.6021C314.612 92.6021 306.109 79.844 306.584 62.3631H350.518C350.518 42.9942 341.066 28.3454 321.23 28.3454ZM328.787 56.6935L306.584 57.1683C307.053 46.2983 311.311 33.071 319.34 33.071C327.368 33.071 328.787 47.2451 328.787 56.6935Z' fill='%23454B60'/%3E%3Cpath d='M385.013 28.3454C393.516 28.3454 401.073 29.7614 406.742 32.127L407.224 50.5519L403.921 51.4959C399.662 38.7379 393.994 33.5403 385.496 33.5403C379.827 33.5403 375.569 37.7939 375.569 43.9355C375.569 50.0799 380.288 53.3867 393.519 58.5816C405.8 63.3099 411 68.9768 411 78.9C411 93.5434 399.188 102.997 380.763 102.997C371.785 102.997 361.394 101.104 355.726 98.7437L355.251 77.956L358.56 77.0065C363.754 91.1833 370.372 96.3782 379.345 96.3782C386.904 96.3782 391.157 91.1833 391.157 85.5137C391.157 79.844 387.848 76.5345 376.041 72.2864C364.69 68.5048 356.667 63.3099 356.667 51.0239C356.667 38.7379 367.538 28.3454 385.013 28.3454Z' fill='%23454B60'/%3E%3Cpath d='M177.152 44.885C184.709 27.8734 198.883 25.516 206.912 30.2362L199.353 49.6106C189.906 43.4689 179.512 46.301 177.152 49.6106C176.678 60.9498 176.678 78.9027 177.621 87.8819C178.096 93.5461 179.515 96.3809 184.237 96.8556L189.906 97.3304V101.109H145.974V97.3304L149.28 96.8556C153.536 96.3809 155.421 93.5461 155.896 87.8819C156.368 77.9614 156.84 58.115 155.896 46.7758C155.421 40.6314 153.536 38.2713 149.28 37.7966L145.974 37.3246V34.4898L177.621 28.3481L177.152 44.885Z' fill='%23454B60'/%3E%3C/g%3E%3C/svg%3E%0A");
}

section.section-2 {
  padding: 20px 0 20px;
}

.section-2 .grid {
  align-items: flex-start;
}

.section-2 .col .icons {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.section-2 .grid-masonry .gutter-size {
  width: 40px;
}

.section-2 .col {
  display: flex;
  align-items: center;
  gap: 32px;
}

.section-2 .grid .second {
  margin-top: clamp(7rem, calc(7rem + (14 - 7) * ((100vw - 22.5rem) / (64 - 22.5))), 14rem);
}

.section-2 .col .text.light h2 {
  color: var(--primary-gold-20);
}

.section-2 .col .text.light .subheadline {
  color: var(--white);
}

section.ultimele-lucrari {
  position: relative;
  margin-top: 80px;
}

section.ultimele-lucrari:after {
  content: '';
  display: block;
  width: 100%;
  height: 60%;
  background-color: var(--neutral-80);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

section.ultimele-lucrari .grid-item-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
  align-items: flex-end;
}

section.ultimele-lucrari .grid-item-inner .grid-product-inside-wrapper .produs-nume a {
  color: var(--primary-blue-100);
 font-size: 3.6rem;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 5rem;
}


section.ultimele-lucrari .grid-item-inner .grid-product-inside-wrapper .produs-nume p {
  margin-bottom: 5rem;
}

.produs-nume p {margin-top: 10px;font-weight:500;}


section.ultimele-lucrari .grid-item-inner .grid-product-inside-wrapper .produs-nume p a {
  font-size: 48px;
}

section.ultimele-lucrari .grid-item-inner .grid-product-inside-wrapper .produs-short-description {
  margin-bottom: clamp(4.5rem, calc(4.5rem + (9 - 4.5) * ((100vw - 22.5rem) / (64 - 22.5))), 9rem);
}


section.ultimele-lucrari .grid-item-inner .grid-product-inside-wrapper .produs-short-description p {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 400;
}

section.ultimele-lucrari .grid-item-inner .grid-product-inside-wrapper .produs-buton a {
  color: var(--text-80);
}

.carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.carousel-arrows button {
  background: none;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}

.carousel-arrows button.slick-disabled {
  opacity: .6;
}

.carousel-arrows #pages {
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: 500;
}

.carousel-arrows button path {
  stroke: #242A3A
}

.carousel-prev {
  transform: rotate(-180deg);
}

.grid-category-home,
.grid-produse, .grid-categorii {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 50px;
  margin-top: 50px;
}

.grid-category-home .grid-item .grid-item-inner .produs-icon,
.grid-produse .grid-item .grid-item-inner>a {
  height: 401px;
  display: flex;
  width: 100%;
}

.grid-category-home .grid-item .grid-item-inner .produs-icon a {
  display: flex;
  width: 100%;
}

.grid-category-home .grid-item .grid-item-inner .produs-icon img,
.grid-produse .grid-item .grid-item-inner>a img {
  height: 100%;
  object-fit: cover;
}

.grid-product-inside {
  width: 360px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  /*background-color: var(--primary-gold-10);*/
  background-color: rgb(248,239,230,0.95);
  padding: 32px;
  text-align: left;
  border-radius: 10px;
}

.grid-category-home .grid-item .produs-buton-link,
.grid-produse .grid-item .produs-buton-link {
  position: absolute;
  right: 0;
  top: 0%;
  background-color: var(--primary-blue-100);
  padding: 16px;
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -80px;
  right: -80px;
  border-radius: 10px;
}

.grid-category-home .grid-item:nth-child(odd),
.grid-produse .grid-item:nth-child(odd) {
  margin-top: 6rem;
}

.grid-category-home .grid-item .produs-buton-link a,
.grid-produse .grid-item .produs-buton-link a {
  color: var(--white);
  font-size: 2.4rem;
  padding: 16px;

}

.grid-category-home .grid-item .grid-item-inner .grid-product-inside .produs-short-locatie,
.grid-produse .grid-item .grid-item-inner .grid-product-inside .produs-short-locatie {
display: inline;
    padding: 0.3em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
	background-color: #ef2809;
}

.grid-category-home .grid-item .grid-item-inner .grid-product-inside .produs-nume,
.grid-produse .grid-item .grid-item-inner .grid-product-inside .produs-nume {
  margin-bottom: 32px;
  margin-top: 16px;
}

.grid-category-home .grid-item .grid-item-inner .grid-product-inside .produs-nume a,
.grid-produse .grid-item .grid-item-inner .grid-product-inside .produs-nume a {
  font-size: 3.6rem;
  line-height: 44px;
  color: var(--primary-blue-100);
}

.grid-category-home .grid-item .grid-item-inner .grid-product-inside .flex-inside,
.grid-produse .grid-item .grid-item-inner .grid-product-inside .flex-inside {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--primary-grey-100);
}

.grid-category-home .grid-item .grid-item-inner .grid-product-inside .produs-short-imobile,
.grid-produse .grid-item .grid-item-inner .grid-product-inside .produs-short-imobile {
  position: relative;
  padding-right: 10px;
}

.grid-category-home .grid-item .grid-item-inner .grid-product-inside .produs-short-imobile:after,
.grid-produse .grid-item .grid-item-inner .grid-product-inside .produs-short-imobile:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  border: 1px solid var(--primary-grey-10);
  position: absolute;
  right: 0;
  top: 0;
}

.section-title {
  max-width: 760px;
  margin-right: auto;
  text-align: left;
  /*display: flex;*/
  margin-bottom: 6rem;
}

section.home-logos {
  padding-bottom: clamp(7rem, calc(7rem + (14 - 7) * ((100vw - 22.5rem) / (64 - 22.5))), 14rem);
  padding-top: clamp(6rem, calc(6rem + (12 - 6) * ((100vw - 22.5rem) / (64 - 22.5))), 12rem);
}

section.home-logos .col {
  border-right: 1px solid var(--neutral-80);
  padding: 5rem 6.5rem;
}

section.home-logos .col:last-child {
  border-right: none;
}

section.home-logos img {
  max-height: 80px;
  width: 100%;
}


footer {
  padding: 80px 0;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}

footer .backtotop {
  display: none;
}

footer .wrap {
  background-color: rgba(255, 255, 255, .92);
  backdrop-filter: blur(7.5px);
  padding: 100px;
}

footer .col {
  width: 30%;
}

footer .col,
footer .col a {
  color: var(--text-60);
  font-size: 14px;
  line-height: 14px;
}

footer .col h3 {
  color: var(--black);
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-bottom: 0;
}

footer .col li {
  padding: 0 0 12px;
}

footer .col h3:after {
  display: none;
}

footer .col .adresa {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.5;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--neutral-60);
}

footer .col .adresa span,
footer .col .adresa .phones,
footer .col .email {
  display: flex;
  align-items: center;
  gap: 8px;
}

footer .col .adresa span:before,
footer .col .adresa .phones:before,
footer .col .email:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .col .adresa span:first-child:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='8' cy='7.3335' rx='2' ry='2' stroke='%236D7076' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7713 11.1045L8.94266 13.9331C8.42207 14.4532 7.57858 14.4532 7.05799 13.9331L4.22866 11.1045C2.14594 9.02165 2.146 5.64482 4.22879 3.56206C6.31157 1.47931 9.6884 1.47931 11.7712 3.56206C13.854 5.64482 13.854 9.02165 11.7713 11.1045V11.1045Z' stroke='%236D7076' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

footer .col .adresa .phones:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33333 2.6665H6L7.33333 5.99984L5.66667 6.99984C6.38064 8.44752 7.55231 9.6192 9 10.3332L10 8.6665L13.3333 9.99984V12.6665C13.3333 13.4029 12.7364 13.9998 12 13.9998C6.61843 13.6728 2.32704 9.3814 2 3.99984C2 3.26346 2.59695 2.6665 3.33333 2.6665' stroke='%236D7076' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

footer .col .adresa .email:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='3.3335' width='12' height='9.33333' rx='2' stroke='%236D7076' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 4.6665L8 8.6665L14 4.6665' stroke='%236D7076' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

footer .col .social {
  display: flex;
  align-items: center;
  gap: 16px;
}

footer .col .social a {
  display: flex;
}

footer .col .social svg {
  width: 16px;
  height: 16px;
}

.copynotes {
padding-top: 20px;
 text-align: center;
 font-size: 12px;
 font-weight: 400;
}

.copynotes a:hover  {
color: #fff;
}


.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumb pre {
  display: none;
}

.breadcrumb .pathway:after {
  content: '/';
  display: inline-block;
  margin: 0 6px;
  font-size: 14px;
  visibility: visible;
}

.breadcrumb .pathway:last-child:before {
  content: '/';
  display: inline-block;
  margin: 0 6px;
}

.breadcrumb .pathway:first-child {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 0;
}

.breadcrumb .pathway:first-child:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  visibility: visible;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H3L12 3L21 12H19' stroke='%23454B60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V12' stroke='%23454B60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 21V15C9 13.8954 9.89543 13 11 13H13C14.1046 13 15 13.8954 15 15V21' stroke='%23454B60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.cms-category .categorie-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 40px;
  direction: rtl;
  text-align: left;
}

body.cms-category .categorie-header img {
  max-width: 100%;
}

body.cms-category .categorie-header .categorie-title h1 {
  font-size: clamp(4.7rem, calc(4.7rem + (6.1 - 4.7) * ((100vw - 22.5rem) / (64 - 22.5))), 6.1rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.categorie-title1 {justify-items:flex-start; }


.smooth-scroll a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.smooth-scroll i {
  color: var(--primary-blue-100);
  font-size: 14px;
}

.smooth-scroll a {
  color: var(--primary-blue-100);
}

body.cms-single .main-img-hold {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  object-fit: cover;
  height: 800px;
  background: rgb(0,94,128);
  background: radial-gradient(circle, rgba(0,94,128,1) 0%, rgba(0,94,128,1) 44%, rgba(2,0,36,1) 100%);
}



body.cms-single .main-img-hold:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: linear-gradient(0deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%));
	
	/*background: url(../images/pattern.png) repeat top left, linear-gradient(0deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 70%));*/
	
	/*background: linear-gradient(0deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 70%));*/
}

body.cms-single .main-img-hold img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
   border-radius: 0px!important;
}

body.cms-single .main-img-hold:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  
}


body.cms-single .detalii-hold {
  background: var(--white);
  padding: 6rem;
  margin-bottom: 5rem;
  margin-top: 45rem;
  max-width: 640px;
  border-radius: 10px;
}

body.cms-single .detalii-hold .adresa {
    float: right;
	display: inline;
    padding: 0.3em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #ef2809;
}




body.cms-single .detalii-hold h1 {
  font-size: clamp(3rem, calc(3rem + (6.1 - 3) * ((100vw - 22.5rem) / (64 - 22.5))), 6.1rem);
  font-weight: 400;
  margin-bottom: 30px;
}

body.cms-single .breadcrumb {
  margin-bottom: 40px;
  font-size: 14px;
}

body.cms-single .breadcrumb a {
  margin: 0;
}

body.cms-single .detalii-hold .imobile {
  border-right: 1px solid var(--neutral-60);
  padding-right: 24px;
  margin-right: 24px;
  display: inline-block;
}

.data-facts-hold {
padding:5px;
color: var(--primary-grey-100);
margin-top: 40px;
}

body.cms-single .detalii-hold .link-proiect {
  display: block;
  margin-top: 40px;
}

body.cms-single .detalii-hold .link-proiect a {
  background-color: var(--primary-blue-100);
  padding: 16px 40px;
  color: var(--white);
  display: inline-flex;
  gap: 24px;
}

body.cms-single .video-hold {
  text-align: center;
  padding: clamp(7rem, calc(7rem + (10 - 7) * ((100vw - 22.5rem) / (64 - 22.5))), 10rem) 0;
}

body.cms-single .video-hold iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  border-radius: 10px;
}

.final-buttons-hold {
  padding: 32px;
}

.final-buttons-hold a.main-btn {
  background-color: var(--primary-blue-100);
  border-radius: 5px;
  color: var(--white);
}

#galWrapp {
	-webkit-justify-content: flex-start;
  justify-content: flex-start;
  column-count: 5;
  column-gap: 25px;
}


#galWrapp_1001 {
		-webkit-justify-content: flex-start;
  justify-content: flex-start;
  column-count: 5;
  column-gap: 25px;
}

#galWrapp ul li:before {all: unset;}
#galWrapp_1001 ul li:before {all: unset;}

#galWrapp ul {list-style-type: none;display:flex; flex-wrap: wrap;}
#galWrapp_1001 ul {list-style-type: none;display:flex; flex-wrap: wrap;}
#galWrapp li {padding-top:25px!important;padding-bottom:0px!important;all: unset;}
#galWrapp_1001 li {padding-top:25px!important;padding-bottom:0px!important;all: unset;}


.single-article-body {
  margin-bottom: 60px;
}

.single-article-body h1 {
  font-weight: 400;
 font-size: clamp(4.7rem, calc(4.7rem + (5.1 - 4.7) * ((100vw - 22.5rem) / (64 - 22.5))), 5.1rem);
  margin-bottom: 40px;
}


.single-article-body h2 {
  font-weight: 400;
  font-size: clamp(4.1rem, calc(4.1rem + (4.1 - 4.1) * ((100vw - 22.5rem) / (64 - 22.5))), 4.1rem);
  margin-bottom: 50px;
  margin-top: 80px;
   border-bottom: 1px solid #E0E0E5;
}



.echipa .member {
  position: relative;
  border: 12px solid var(--primary-gold-20);
  background-color: #FFFDFB;
}

.echipa .member .member-poza {
  display: flex;
}

.echipa .member .member-poza img {
  max-width: 100%;
  border-radius: 0!important;
  margin: auto;
}

.team {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.member-inside {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  left: 50%;
  transform: translateX(-50%);
  padding: 24px 36px;
  gap: 8px;
  justify-content: center;
  width: calc(100% - 80px);
  text-align: center;
}

/* .member:after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: var(--primary-grey-10);
  z-index: 0;
} */


ul.menutop_mobile {
  display: flex;
  gap: 50px;
  justify-content: space-around;
}

ul.menutop_mobile .column-left li,
ul.menutop_mobile .column-right li {
  margin-bottom: 22px;
}

ul.menutop_mobile li.parent ul {
  margin-left: 0px;
  margin-top: 8px;
}

ul.menutop_mobile li.parent ul li {

  margin-top: 18px;
}

ul.menutop_mobile li.parent ul li a {

  font-size: 18px;

}

.slick-dots li button:before {
  font-size: 32px;
}

/* Responsive styles */

@media only screen and (max-width : 1680px) {}

@media only screen and (max-width : 1380px) {
  body.cms-category .descriere-intro p {
    max-width: 80% !important;
    ;
  }

}

@media only screen and (max-width : 1330px) {}


@media only screen and (max-width : 1110px) {

  .grid-product-inside {
    width: 100%;
    left: 0;
    transform: none;
  }

  #galWrapp {
    column-count: 2;
  }
  
    #galWrapp_1001 {
    column-count: 2;
  }

  footer .col {
    width: 45%;
    margin-bottom: 30px;
  }

  .slider-msg {
    padding-left: 25px;
    padding-right: 25px;
  }

  header .menu_top {
    display: none;
  }

  header .menu-toggle,
  .side-menu .menu-toggle {
    /* display: block;
    background: #15457D;
    color: #FFF;
    border: none;
    outline: none; */
  }

  .grid-category-home .grid-item .produs-buton-link,
  .grid-produse .grid-item .produs-buton-link {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
  }
}

@media(max-width: 1024px) {
  .grid.col-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width : 992px) {

  body.cms-single .main-img-hold+.wrap {
    padding: 0;
  }

  h1, h2.section-title {
   font-size: clamp(4.1rem, calc(4.1rem + (4.1 - 4.1) * ((100vw - 22.5rem) / (64 - 22.5))), 4.1rem)!important;
  }

  /* body.cms-category section.main .wrap {
    padding: 0;
  } */

  /* .gallerythumb,
  .grid-item {
    width: 48%;
  }
 */


  header .search-hold,
  .side-icons,
  header .home_icon,
  #video-bg .video-content {
    display: none;
  }

  header .cere-oferta {
    margin: 30px 0;
  }

  header .cere-oferta:hover {
    color: #15457D;
  }

  .home-main-content .no-padding {
    padding: 0 25px;
  }

  section {
    padding: 45px 0;
  }

  header .sticky {
    position: inherit
  }

  section.adresa-wrap .adresa {
    position: inherit;
    left: 0;
    max-width: 100%;
    margin-top: 0;
  }

  footer {
    padding: 0;
  }

  footer .wrap {
    padding: 45px 25px 45px;
  }

  /*  single page */

  .produs-header h1 {
    font-size: 24px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  iframe {
    max-width: 100%;
  }

  .pathway-hold span.breadcrumbs {
    line-height: 20px;
  }

  .catalog-wrap .produs-header {
    min-height: 300px;
    height: 100%;
  }

  /*  Category */

  body.cms-category .descriere-intro {
    padding: 20px;
    width: 100%;
    left: inherit;
  }

  body.cms-category .descriere-intro p {
    max-width: 100%;
  }

}

#scrollToTop {
  display: none;
}

#scrollToTop:after {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--primary-blue-100);
  padding: 12px;
  border-radius: 4px;
  content: '';
  width: 32px;
  height: 32px;
  background-position: center center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' fill='white' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m18.787 9.473s-4.505-4.502-6.259-6.255c-.147-.146-.339-.22-.53-.22-.192 0-.384.074-.531.22-1.753 1.753-6.256 6.252-6.256 6.252-.147.147-.219.339-.217.532.001.19.075.38.221.525.292.293.766.295 1.056.004l4.977-4.976v14.692c0 .414.336.75.75.75.413 0 .75-.336.75-.75v-14.692l4.978 4.978c.289.29.762.287 1.055-.006.145-.145.219-.335.221-.525.002-.192-.07-.384-.215-.529z' fill-rule='nonzero'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {

  body.cms-single .detalii-hold .link-proiect a {
    padding: 16px 20px;
  }

  .member-inside {
    padding: 24px;
    width: 100%;
  }

  section.home-logos {
    padding: 60px 0;
  }

  section.home-logos .col {
    padding: 20px 32px;
  }

  section.categorii-produse {
    padding-top: 0;
  }

  section.ultimele-lucrari .grid-item-inner .grid-product-inside-wrapper .produs-nume p {
    margin-bottom: 24px;
  }


  body.cms-single .breadcrumb {
    font-size: 12px;
  }

  .grid-category-home .grid-item .grid-item-inner .grid-product-inside .produs-short-imobile:after,
  .grid-produse .grid-item .grid-item-inner .grid-product-inside .produs-short-imobile:after {
    display: none;
  }

  body.cms-category .categorie-header img {
    height: auto;
    display: none;
  }

  body.cms-category .categorie-header {
    grid-template-columns: 100%;
  }

  section.ultimele-lucrari .grid-item-inner .grid-product-inside-wrapper .produs-nume p a {
    font-size: 36px;
  }

  .grid-category-home .grid-item .grid-item-inner .grid-product-inside .produs-nume a,
  .grid-produse .grid-item .grid-item-inner .grid-product-inside .produs-nume a {
    font-size: 28px;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .home-main-content {
    padding: 70px 0;
  }

  .carousel-arrows {
    justify-content: flex-start;
    margin: 0 0 24px;
  }

  .grid.col-2 {
    grid-template-columns: 100%;
  }

  .section-2 .col h4 {
    font-size: 22px;
  }

  .side-menu ul li a {
    font-size: 18px;
  }

  ul.menutop_mobile {
    gap: 0;
    flex-direction: column;
  }

  .grid-product-inside {
    width: 91%;
    padding: 24px;
	transform: translateX(6%);
  }

  .grid-category-home .grid-item .grid-item-inner .grid-product-inside .flex-inside,
  .grid-produse .grid-item .grid-item-inner .grid-product-inside .flex-inside {
    align-items: flex-start;
    flex-direction: column;
  }

  .grid-category-home .grid-item .grid-item-inner .grid-product-inside .produs-short-imobile:after {
    display: none;
  }

  .galerie-hold .gallerythumb {
    margin-right: 0;
  }

  #CatalogPageNav {
    margin: 100px 0 50px;
  }
}

@media only screen and (max-width : 768px) {

  #galWrapp {
    column-count: 1;
  }

  #galWrapp_1001 {
    column-count: 1;
  }


  body.cms-single .detalii-hold {
    margin-top: 25rem;
    width: 100%;
    max-width: 100%;
  }

  body.cms-single .detalii-hold {
    padding: 2rem;
  }

  footer .col {
    width: 100%;
  }

  .grid,
  section.ultimele-lucrari .grid-item-inner,
  .grid-category-home,
  .grid-produse,
  .grid.col-4,
  .team {
    grid-template-columns: 100%;
  }

  section.home-logos img {
    max-height: auto;
    margin: 0 auto;
    width: auto;
  }

  .grid-category-home .grid-item:nth-child(odd),
  .grid-produse .grid-item:nth-child(odd) {
    margin-top: 0;
  }

  .section-2 .grid .second {
    margin-top: 0;
  }

  .gallerythumb,
  .grid-item {
    width: 100%;
  }

  footer .col {
    width: 100%;
  }

  .grid-item {
    margin-bottom: 0px;
    height: auto;
  }

  body.cms-single .grid-item {
    margin-bottom: 30px;
  }

  section.categorii-produse .see-more {
    margin-top: 30px;
  }

  .grid-item .grid-item-inner {
    position: inherit;
  }

  .button-group .oferta-button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  
  a.oferta-button span {
  display: inline!important;}

  .solicitari-online ul .group {
    width: 100%;
  }

  .catalog-wrap .categorie-header img {
    width: auto !important;
    height: 829px;
  }


  .mobile-image {
    display: initial;
    height: 360px;
    width: 360px;
  }


  section.industrii .slide-image img {
    min-height: auto;
  }


}

 /*telefon*/
@media only screen and (max-width : 480px) {
.main-image {
display:none!important;
    width:100%!important;
  }

.img_responsive {width: 100%;
  height: auto;}


.img_mobile_only {display:inline!important;width: 100%;
  height: auto;margin-top:10px;margin-bottom:10px;}

  .slick-slide {
    height: 280px;
    display: block;
    outline: none !important;
  }

.flex-inside {flex-direction:inherit!important;}


.echipa-heading {
    margin-bottom:0px!important;
}

.section-title span {
    white-space: normal;
    display: inline-block;
    font-size: 28px!important;
    margin-top: 5px;
	 margin-bottom: 30px;
}

.categorie-description h2 {font-size: 28px!important;line-height: 1.3;}

  .lang-hold {
    /* display: none;*/
  }
  
  #grid-noutate {margin-bottom: 100px;}
  
  
  ul.menutop_mobile li.parent ul li a {

  font-size: 16px;

}
  
  .side-menu {
  padding: 50px 0 0;
  height: 100vh;}
  

  .grid-item img {
    min-height: auto;
  }

  .slick-next {
    right: -15px;
  }

  .slick-prev {
    left: -15px;
  }
}

@media(max-width: 400px) {
  body.cms-single .detalii-hold .imobile {
    margin-right: 5px;
    padding-right: 5px;
  }

  body.cms-single .detalii-hold .apartamente {
    display: inline;
  }
}

@media only screen and (max-width : 320px) {

  .slider {
    display: none;
  }

}


.produs-short-apartamente a {color: var(--primary-blue-100); font-size: 12px;}

#mc_embed_signup{
clear:left;
width:280px;
margin-left: -20px;
}

#mc_embed_signup .helper_text {
background-color: transparent!important;
}

#mc_embed_signup .button {
    color: var(--white)!important;
    background-color:  var(--primary-blue-100)!important;
	font-weight: 600!important;
font-size: 12px!important;
text-transform: uppercase!important;
}


.traficro {margin-top: 10px;}

.traficro img {height:25px!important;border-radius:0!important;}

.echipa-heading {
    font-weight: 400;
    font-size: clamp(4.2rem, calc(4.2rem + (4.1 - 4.2) * ((100vw - 22.5rem) / (64 - 22.5))), 4.2rem);
    margin-bottom:60px;
    border-bottom: 1px solid #E0E0E5;
}

section.echipa {padding: 0!important;}



a.oferta-button{
 background: linear-gradient(to right,#005e80 ,#0088b9);
 background-color: #005e80;
 color: #fff!important;
 font-style: normal;
 font-weight: 600!important;
 font-size:12px!important;
 text-decoration: none!important;
 text-transform: uppercase;
 padding: 14px 15px;
 border: 0px solid #000;
 border-radius: 5px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
}
a.oferta-button span{
 margin-right: 10px;
 display: block;
 background-repeat: no-repeat;
 background-size: contain;
 transform: rotate(0deg);
}
a.oferta-button:hover{
 background: linear-gradient(to right,#517892 ,#5198c1);
 background-color: #517892;
}
a.oferta-button:active{
 transform: scale(0.95);
}

.descriere-buton-oferta {display:grid;}

.VIpgJd-ZVi9od-ORHb-OEVmcd {display:none;}

.main-image {
	max-width:110%!important;
     margin: auto;
  display: block;
  } 

.carousel-wrap {margin-bottom:10px;margin-top:30px;}
.carousel{overflow:hidden;width:100%;max-height:750px;}
.carousel .slick-slide{max-height:750px;}
.carousel .slick-slide img{width:100%;}
.slick-slider, .slick-track, .slick-slide{outline:none !important;border:none !important;}
.slick-slider{margin-bottom:0 !important;}

.facts-home {
   margin-top:50px;
    background-color: var(--neutral-80);
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.categorie-description {direction: ltr!important;}




.finisaje-link, .semifinisaje-link {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 10px;
}

.finisaje-link a, .semifinisaje-link a {
  color: #fff;
  font-weight: bold;
}

.finisaje-link {
  float: right;
  background: #e87d17;
}

.featherlight-data {display:none;}

.contact-section i {
    font-weight: 900;
	color:var(--primary-blue-100);
}


.lg-outer .lg-image{max-height:80vh !important;margin-top:5vh;}
.lg-outer .lg-thumb-item{border-radius:0 !important;}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{border-radius:0;border-color:#000 !important;}
.lg-backdrop{background:#fff !important;}
#lg-counter{color:#000 !important;font-size:16px !important;padding-left:20px !important;padding-top:12px !important;}
.lg-toolbar{z-index:1082;left:0;position:absolute;width:100%;padding:0 50px !important;color:#000 !important;background:none !important;}
.lg-toolbar .lg-icon{color:#000 !important;;}
.lg-actions .lg-next, .lg-actions .lg-prev{top:0 !important;z-index:1080;height:100% !important;width:30% !important;color:#000 !important;background:none !important;}
.lg-sub-html{display:none;}
.lg-outer .lg-thumb-outer{background-color:#fff !important;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;}
.lg-outer .lg-toogle-thumb{background-color:#fff!important;color:#0D0A0A!important;}
@media only screen and (max-width:992px){.lg-outer .lg-image{max-height:auto;margin-top:0;}