@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LA.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  font-family: 'Lexend', sans-serif;
  position: relative;
}
nav {
  z-index: 1000;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10%;
  height: 180px;
}
@media (max-width: 900px) {
  nav {
    padding: 0 15px;
  }
}
@media (min-width: 2200px) {
  nav {
    height: 220px;
  }
}
nav .top-navbar {
  width: 100%;
  background-color: #175c63;
  height: 51px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 20px;
  color: #fff;
  display: flex;
  justify-content: center;
}
nav .top-navbar div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav .top-navbar .left {
  justify-content: flex-start;
  font-size: 0.875em;
}
nav .top-navbar .left span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
nav .top-navbar .left .icon {
  margin: 0 !important;
  padding: 0;
}
nav .top-navbar .left .text {
  margin-left: 0.5em;
}
nav .top-navbar .right {
  justify-content: flex-end;
  font-size: 0.875em;
  text-align: right;
  transition: 0.3s ease-out;
}
nav .top-navbar .right:hover {
  color: #01cab8;
  transition: 0.3s ease-in;
  cursor: pointer;
}
nav .top-navbar .right span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
nav .top-navbar .right .icon {
  margin: 0 !important;
  padding: 0;
}
nav .top-navbar .right .text {
  margin-left: 0.5em;
}
nav .navbar {
  width: 100%;
  display: flex;
  flex-direction: row;
  color: #175c63;
  font-weight: 600;
  font-size: 15px;
  height: 180px;
  margin-top: 5px;
}
@media (min-width: 2200px) {
  nav .navbar {
    height: 220px;
  }
}
nav .navbar .logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 900px) {
  nav .navbar .logo {
    margin-top: 10px;
  }
}
nav .navbar .logo .logo-text-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50%;
}
nav .navbar .logo .logo-text-container img {
  width: calc(15vw + 30px);
  height: auto;
}
nav .navbar .logo .logo-text-container p {
  font-size: calc(1px + 1vw);
  font-weight: bold;
  text-align: center;
}
nav .navbar .logo .russi_logo {
  width: calc(5vw + 50px);
}
nav .navbar .logo img {
  width: calc(5vw + 20px);
  border-radius: 5px;
}
nav .navbar .navigation {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0px;
}
@media (max-width: 900px) {
  nav .navbar .navigation {
    width: 20%;
  }
}
@media (min-width: 900px) {
  nav .navbar .navigation {
    margin-left: 12px;
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (min-width: 2200px) {
  nav .navbar .navigation {
    font-size: 24px;
  }
}
nav .navbar .navigation .menu {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  nav .navbar .navigation .menu {
    display: none;
  }
}
nav .navbar .navigation .menu .separator-vertical {
  width: 2px;
  background-color: #ccc;
  margin: 0 10px;
  height: 100%;
  margin-top: 12px;
  display: inline-block;
  vertical-align: middle;
}
nav .navbar .navigation .menu .sub-menu {
  transition: 0.4s ease;
  width: 460px;
  position: absolute;
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 15px;
  align-items: stretch;
}
@media (min-width: 900px) {
  nav .navbar .navigation .menu .sub-menu {
    left: -30%;
    top: 110%;
  }
}
@media (min-width: 1050px) {
  nav .navbar .navigation .menu .sub-menu {
    left: -5%;
    top: 100%;
  }
}
@media (min-width: 2200px) {
  nav .navbar .navigation .menu .sub-menu {
    left: 15%;
  }
}
nav .navbar .navigation .menu .sub-menu .separator {
  width: 1px;
  flex: 0 0 auto;
  align-self: stretch;
  background-color: red;
}
nav .navbar .navigation .menu .sub-menu .category {
  width: 200px;
}
nav .navbar .navigation .menu .sub-menu .category .parent-category {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  color: #01cab8;
  border-bottom: 1px solid #01cab8;
}
nav .navbar .navigation .menu .sub-menu .category .parent-category a {
  font-size: 14px;
  text-decoration: none;
  color: #01cab8;
}
nav .navbar .navigation .menu .sub-menu .category .child-category-principal {
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 15px 0;
  color: #181818;
  border-bottom: 1px solid rgba(0, 0, 0, 0.332);
}
nav .navbar .navigation .menu .sub-menu .category .child-category-principal a {
  text-decoration: none;
  color: #181818;
  font-size: 12px;
}
nav .navbar .navigation .menu .sub-menu .category .child-category-principal .child-category {
  display: none;
  width: 100%;
  padding: 15px 0;
  top: 100%;
  left: 0;
  flex-direction: column;
}
nav .navbar .navigation .menu .sub-menu .category .child-category-principal .child-category a {
  width: 100%;
  text-decoration: none;
  color: #175c63;
  font-size: 11px;
}
nav .navbar .navigation .menu .sub-menu .category .child-category-principal::nth-child(:last-child) {
  border-bottom: none !important;
}
nav .navbar .navigation .menu .sub-menu .second-category {
  width: 180px;
}
nav .navbar .navigation .menu .sub-menu .second-category .parent-category {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  color: #01cab8;
  border-bottom: 1px solid #01cab8;
}
nav .navbar .navigation .menu .sub-menu .second-category .parent-category a {
  font-size: 14px;
  text-decoration: none;
  color: #01cab8;
  white-space: nowrap;
}
nav .navbar .navigation .menu .sub-menu .second-category .child-category-principal {
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 15px 0;
  color: #181818;
  border-bottom: 1px solid rgba(0, 0, 0, 0.332);
}
nav .navbar .navigation .menu .sub-menu .second-category .child-category-principal a {
  text-decoration: none;
  color: #181818;
  font-size: 12px;
}
nav .navbar .navigation .menu .sub-menu .second-category .child-category-principal .child-category {
  display: none;
  width: 100%;
  padding: 15px 0;
  top: 100%;
  left: 0;
  flex-direction: column;
}
nav .navbar .navigation .menu .sub-menu .second-category .child-category-principal .child-category a {
  width: 100%;
  text-decoration: none;
  color: #175c63;
  font-size: 11px;
}
nav .navbar .navigation .menu .sub-menu .second-category .child-category-principal::nth-child(:last-child) {
  border-bottom: none !important;
}
nav .navbar .navigation .menu .menu-item {
  position: relative;
  padding: 25px 0;
}
nav .navbar .navigation .menu .menu-item a {
  color: #175c63;
  text-decoration: none;
  display: block;
}
nav .navbar .navigation .menu .menu-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #175c63;
  transition: width 0.3s;
}
nav .navbar .navigation .menu .menu-item:hover::after,
nav .navbar .navigation .menu .menu-item.active-menu::after {
  width: 100%;
}
nav .navbar .navigation .menu .menu-item:hover {
  cursor: pointer;
}
nav .navbar .navigation .menu .hidden::after {
  width: 0 !important;
}
nav .navbar .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 900px) {
  nav .navbar .buttons {
    width: 50%;
  }
}
nav .navbar .buttons i {
  font-size: 18px;
  cursor: pointer;
}
nav .navbar .buttons #menu-mobile {
  display: none;
}
@media (max-width: 900px) {
  nav .navbar .buttons #menu-mobile {
    display: block;
  }
}
nav .product-container {
  width: 78%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  gap: 15px;
}
nav .product-container .product {
  display: flex;
  align-items: center;
  gap: 15px;
}
nav .product-container .product a {
  text-decoration: none;
}
nav .product-container .product img {
  width: 125px;
  height: 125px;
  object-fit: contain;
  margin-left: 12px;
}
nav .product-container .product img:hover {
  cursor: pointer;
}
nav .product-container .product p {
  font-size: 14px;
  font-weight: bold;
  color: #181818;
}
nav .product-container .product p:hover {
  color: #01cab8;
  cursor: pointer;
}
nav .search-box {
  width: 78%;
  padding-top: 6px;
}
nav .search-box input {
  padding: 6px;
  width: 100%;
  border-radius: 12px;
  font-size: 16px;
  border-color: #175c63;
}
.menu-mobile {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 4000;
  width: 50%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 5%;
  box-shadow: 18px 0px 15px -3px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  transition: left 0.5s ease;
}
.menu-mobile .navigation {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 22px;
  color: #181818;
  margin-bottom: 5px;
}
.menu-mobile .logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-mobile .logo img {
  width: 70px;
  border-radius: 5px;
}
.menu-mobile .logo span {
  font-size: 22px;
  color: #01cab8;
}
.menu-mobile .menu-items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 32px;
}
.menu-mobile .menu-items .menu-item {
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  color: #175c63;
  font-weight: 500;
}
.menu-mobile .sub-menu-produse {
  width: 100%;
}
.menu-mobile .sub-menu-produse .menu-item-parent {
  width: 100%;
}
.menu-mobile .sub-menu-produse .menu-item-parent .parent-category,
.menu-mobile .sub-menu-produse .menu-item-parent .child-categories {
  width: 100%;
  padding: 15px;
  line-height: 1.5em;
}
.menu-mobile .sub-menu-produse .menu-item-parent .parent-category a,
.menu-mobile .sub-menu-produse .menu-item-parent .child-categories a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  color: #175c63;
  margin-bottom: 5px;
}
.menu-mobile .sub-menu-produse .menu-item-parent .child-categories {
  width: 100%;
  padding: 15px;
}
.menu-mobile .sub-menu-produse .menu-item-parent .child-categories a {
  margin-bottom: 5px;
}
.toggle-children {
  cursor: pointer;
  margin-left: 5px;
}
.child-categories {
  display: none;
}
.page {
  width: 100%;
  position: relative;
}
.page .banner {
  position: relative;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .page .banner {
    height: 180px;
  }
}
@media (min-width: 2200px) {
  .page .banner {
    height: 220px;
  }
}
.page .banner .title {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
  padding: 0 10%;
  z-index: 5;
}
@media (max-width: 900px) {
  .page .banner .title {
    padding: 25px;
    width: 100%;
  }
}
.page .banner .title h1 {
  font-size: 40px;
  width: 100%;
  margin-top: 10%;
}
@media (max-width: 900px) {
  .page .banner .title h1 {
    font-size: 50px;
  }
}
.page .banner .title p {
  font-style: italic;
  margin-bottom: 4px;
}
.page .banner .title span {
  width: 50%;
}
.page .banner .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 202, 185, 0.812);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  z-index: 2;
}
#produse {
  min-height: 100vh;
}
#produse .breadcrumbs {
  width: 100%;
  background-color: #175c63;
  padding: 10px 10%;
  color: #fff;
}
#produse .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#produse .container {
  width: 100%;
  padding: 25px 10%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
#produse .container .categorii {
  width: 30%;
  display: none;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  #produse .container .categorii {
    display: flex;
  }
}
#produse .container .categorii .title {
  font-size: 24px;
  color: #01cab8;
  width: 100%;
  padding: 10px;
  background-color: #175c63;
  color: #fff;
  margin-bottom: 5px;
}
#produse .container .categorii .category {
  width: 100%;
  list-style: none;
  padding: 0;
}
#produse .container .categorii .category li {
  width: 100%;
  margin-bottom: 5px;
}
#produse .container .categorii .category li a {
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
#produse .container .categorii .category li a:hover {
  background-color: #01978a;
}
#produse .container .error-produse {
  width: 70%;
  display: flex;
  justify-content: center;
  font-size: 22px;
}
#produse .container .produse-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  #produse .container .produse-container {
    width: 70%;
  }
}
#produse .container .produse-container .pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
#produse .container .produse-container .pagination a {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background-color: #01cab8;
  padding: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#produse .container .produse-container .pagination span {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #181818;
  padding: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#produse .container .produse-container .produse-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #produse .container .produse-container .produse-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}
@media (max-width: 1000px) {
  #produse .container .produse-container .produse-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#produse .container .produse-container .produse-list .produs {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #produse .container .produse-container .produse-list .produs {
    margin-top: 0;
  }
}
#produse .container .produse-container .produse-list .produs .img {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e3e3e3;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#produse .container .produse-container .produse-list .produs .category {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #01cab8;
  padding: 15px 25px;
}
#produse .container .produse-container .produse-list .produs .title {
  padding: 0 25px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#produse .container .produse-container .produse-list .produs .button-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#produse .container .produse-container .produse-list .produs .button-box .button-text {
  width: 50%;
  color: white;
  background-color: #01cab8;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 8px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  border-style: solid;
  border-width: 1px;
  border-color: #01cab8;
  font-size: 12px;
}
#produse .container .produse-container .produse-list .produs .button-box .button-text:hover {
  background-color: white;
  color: #01cab8;
  cursor: pointer;
}
#producator {
  min-height: 100vh;
}
#producator .breadcrumbs {
  width: 100%;
  background-color: #175c63;
  padding: 10px 10%;
  color: #fff;
}
#producator .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#producator .container {
  width: 100%;
  height: 100vh;
  padding: 25px 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 1300px) {
  #producator .container {
    flex-direction: row;
  }
}
#producator .container .producator-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 360px;
  border-radius: 15px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.103);
}
@media (max-width: 900px) {
  #producator .container .producator-box {
    width: 100%;
  }
}
@media (max-width: 1690px) {
  #producator .container .producator-box {
    height: 380px;
  }
}
#producator .container .producator-box a {
  margin: auto;
}
@media (max-width: 900px) {
  #producator .container .producator-box a img {
    width: 300px;
    height: 100px;
  }
}
@media (min-width: 900px) {
  #producator .container .producator-box a img {
    width: 400px;
    height: 80px;
    object-fit: contain;
  }
}
@media (min-width: 1300px) {
  #producator .container .producator-box a img {
    height: 250px;
  }
}
#producator .container .producator-box .producator-continut-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
}
#producator .container .producator-box .producator-continut-box .producator-nume {
  font-weight: bold;
  font-size: 28px;
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
}
@media (max-width: 900px) {
  #producator .container .producator-box .producator-continut-box .producator-nume {
    font-size: 20px;
  }
}
#producator .container .producator-box .producator-continut-box .producator-nume a {
  text-decoration: none;
  color: black;
}
#producator .container .producator-box .producator-continut-box .producator-nume a span:hover {
  cursor: pointer;
  color: #175c63;
}
#producator .container .producator-box .producator-continut-box .producator-continut {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 900px) {
  #producator .container .producator-box .producator-continut-box .producator-continut {
    font-size: 14px;
  }
}
.footer {
  width: 100%;
  background-color: #175c63;
  padding: 25px 10%;
  color: #fff;
}
.footer .newsletter {
  width: 100%;
  background-color: #ffffff2c;
  padding: 25px 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer .newsletter .title {
  width: 50%;
  font-size: 24px;
}
.footer .newsletter .form {
  width: 100%;
}
.footer .newsletter .form form {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.footer .newsletter .form form input {
  padding: 5px 12px;
  width: 250px;
  border: none;
  outline: none;
  color: #181818;
  border-radius: 5px;
}
.footer .newsletter .form form button {
  padding: 5px 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #01cab8;
  outline: none;
  border: none;
}
.footer .content-footer {
  margin: 15px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 0px;
}
@media (max-width: 900px) {
  .footer .content-footer {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.footer .content-footer .item {
  width: 100%;
  position: relative;
}
.footer .content-footer .item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  /* Adjust the width as needed */
  background-color: white;
  /* Set the color of the line */
}
@media (max-width: 900px) {
  .footer .content-footer .item:not(:last-child)::after {
    width: 0px;
  }
}
.footer .content-footer .item .title {
  font-size: 14px;
}
.footer .content-footer .item .title .produs-media {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.footer .content-footer .item .title .produs-media .produs-media-img {
  height: 20px;
  border-radius: 12px;
}
.footer .content-footer .item .title .produs-media .produs-media-img:hover {
  background-color: #ccc;
  border-radius: 12px;
}
.footer .content-footer .item .content ul {
  list-style: none;
  font-size: 12px;
}
.footer .content-footer .item .content .hover-pointer:hover {
  cursor: pointer;
  color: #e4e0e0;
}
.footer .copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
#home .carusel .swiper .swiper-wrapper .swiper-slide .logo {
  width: 100px;
}
@media (min-width: 768px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .logo {
    width: 200px;
  }
}
#produs {
  min-height: 100vh;
}
#produs .breadcrumbs {
  width: 100%;
  background-color: #175c63;
  padding: 10px 10%;
  color: #fff;
}
#produs .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#produs .produs-categorii-box {
  display: flex;
  width: 80%;
}
@media (max-width: 900px) {
  #produs .produs-categorii-box {
    width: 100%;
  }
}
#produs .produs-categorii-box .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 12px;
}
@media (max-width: 900px) {
  #produs .produs-categorii-box .container {
    display: none !important;
  }
}
#produs .produs-categorii-box .container .categorii {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#produs .produs-categorii-box .container .categorii .title {
  font-size: 24px;
  color: #01cab8;
  width: 100%;
  padding: 10px;
  background-color: #175c63;
  color: #fff;
  margin-bottom: 5px;
}
#produs .produs-categorii-box .container .categorii .category {
  width: 100%;
  list-style: none;
  padding: 0;
}
#produs .produs-categorii-box .container .categorii .category li {
  width: 100%;
  margin-bottom: 5px;
}
#produs .produs-categorii-box .container .categorii .category li a {
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
#produs .produs-categorii-box .container .categorii .category li a:hover {
  background-color: #01978a;
}
#produs .produs-categorii-box .produse-relevante {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
}
#produs .produs-categorii-box .produse-relevante .produse-relevante-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
#produs .produs-categorii-box .produse-relevante .produse-relevante-box {
  display: flex;
  gap: 20px;
}
@media (max-width: 900px) {
  #produs .produs-categorii-box .produse-relevante .produse-relevante-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#produs .produs-categorii-box .produse-relevante .card {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.103);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 900px) {
  #produs .produs-categorii-box .produse-relevante .card {
    width: 100%;
  }
}
#produs .produs-categorii-box .produse-relevante .card .image {
  width: 100%;
  object-fit: cover;
  height: auto;
}
#produs .produs-categorii-box .produse-relevante .card .image img {
  border-radius: 15px;
  width: 100%;
  height: 235px;
  object-fit: contain;
}
#produs .produs-categorii-box .produse-relevante .card .categorii-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  font-weight: bold;
  padding-left: 26px;
  padding-top: 20px;
  padding-bottom: 28px;
}
#produs .produs-categorii-box .produse-relevante .card .categorii-box .categorii-text-principal {
  text-decoration: none;
  color: #01cab8;
  text-transform: uppercase;
  padding-bottom: 6px;
}
#produs .produs-categorii-box .produse-relevante .card .categorii-box .categorii-text-copil {
  text-decoration: none;
  color: #01cab8;
  text-transform: uppercase;
}
#produs .produs-categorii-box .produse-relevante .card .name-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 26px;
}
#produs .produs-categorii-box .produse-relevante .card .name-box .name-text {
  color: #181818;
}
#produs .produs-categorii-box .produse-relevante .card .button-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 12px;
}
#produs .produs-categorii-box .produse-relevante .card .button-box .button-text {
  width: 50%;
  color: white;
  background-color: #01cab8;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 8px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  border-style: solid;
  border-width: 1px;
  border-color: #01cab8;
}
@media (max-width: 1300px) {
  #produs .produs-categorii-box .produse-relevante .card .button-box .button-text {
    padding: 6px;
    font-size: 12px;
  }
}
#produs .produs-categorii-box .produse-relevante .card .button-box .button-text:hover {
  background-color: white;
  color: #01cab8;
  cursor: pointer;
}
#produs .produs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#produs .produs-container .produs-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px;
}
#produs .produs-container .produs-box .produs-info {
  display: flex;
  width: 100%;
}
@media (max-width: 900px) {
  #produs .produs-container .produs-box .produs-info {
    flex-direction: column;
  }
}
#produs .produs-container .produs-box .produs-info .produs-image-container {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#produs .produs-container .produs-box .produs-info .produs-image-container .zoom-container {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 450px;
}
@media (min-width: 900px) and (max-width: 1100px) {
  #produs .produs-container .produs-box .produs-info .produs-image-container .zoom-container {
    width: calc(260px + (350 - 260) * ((100vw - 900px) / (1100 - 900)));
  }
}
@media (min-width: 1101px) {
  #produs .produs-container .produs-box .produs-info .produs-image-container .zoom-container {
    width: 350px;
  }
}
@media (min-width: 2200px) {
  #produs .produs-container .produs-box .produs-info .produs-image-container .zoom-container {
    width: 450px;
    height: 550px;
  }
}
#produs .produs-container .produs-box .produs-info .produs-image-container .zoom-container img {
  transition: transform 0.3s ease;
}
#produs .produs-container .produs-box .produs-info .produs-image-container .zoom-container .img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e3e3e3;
}
@media (min-width: 2200px) {
  #produs .produs-container .produs-box .produs-info .produs-image-container {
    height: 550px;
  }
}
#produs .produs-container .produs-box .produs-info .produs-image-container .mySwiperProducts {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  height: 100%;
}
#produs .produs-container .produs-box .produs-info .produs-image-container .mySwiperProducts .swiper-wrapper .swiper-slide-img {
  width: 140px;
  height: 100px;
}
#produs .produs-container .produs-box .produs-info .produs-image-container .mySwiperProducts .swiper-wrapper .swiper-slide-img img {
  display: block;
  width: 140px;
  height: 150px;
  object-fit: cover;
  cursor: pointer;
}
#produs .produs-container .produs-box .produs-info .produs-descriere-scurta {
  line-height: 1.8em;
}
@media (min-width: 2200px) {
  #produs .produs-container .produs-box .produs-info .produs-descriere-scurta {
    font-size: 28px;
  }
}
#produs .produs-container .produs-box .produs-continut {
  padding-left: 12px;
  width: 60%;
}
@media (max-width: 900px) {
  #produs .produs-container .produs-box .produs-continut {
    width: 100%;
    padding: 0px;
    margin-top: 24px;
  }
}
#produs .produs-container .produs-box .produs-continut .produs-categorii-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #175c63;
  border-style: solid;
  border-color: #175c63;
  border-width: 2px;
  border-radius: 15px;
  padding: 12px 8px 8px 6px;
}
@media (max-width: 900px) {
  #produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii {
    gap: 20px;
    width: 80%;
  }
}
@media (max-width: 1300px) {
  #produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii {
    width: 100%;
  }
}
#produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii .produs-categorii-text {
  font-weight: bold;
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin-bottom: 8px;
}
@media (min-width: 2200px) {
  #produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii .produs-categorii-text {
    font-size: 18px;
  }
}
#produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii .produs-categorii-text:hover {
  cursor: pointer;
  color: rgba(1, 202, 185, 0.812);
}
#produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii .produs-categorii-text-copil {
  font-weight: bold;
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin-bottom: 8px;
  display: list-item;
}
@media (min-width: 2200px) {
  #produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii .produs-categorii-text-copil {
    font-size: 18px;
  }
}
#produs .produs-container .produs-box .produs-continut .produs-categorii-logo .produs-categorii .produs-categorii-text-copil:hover {
  cursor: pointer;
  color: rgba(1, 202, 185, 0.812);
}
#produs .produs-container .produs-box .produs-continut .produs-titlu {
  font-weight: bold;
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  #produs .produs-container .produs-box .produs-continut .produs-titlu {
    font-size: 26px;
  }
}
@media (min-width: 2200px) {
  #produs .produs-container .produs-box .produs-continut .produs-titlu {
    font-size: 44px;
  }
}
#produs .produs-container .produs-box .produs-continut .logo-producator {
  width: 40%;
  height: auto;
  margin-bottom: 12px;
}
@media (min-width: 900px) {
  #produs .produs-container .produs-box .produs-continut .logo-producator {
    width: 50%;
  }
}
@media (min-width: 2200px) {
  #produs .produs-container .produs-box .produs-continut .logo-producator {
    width: 35%;
  }
}
#produs .produs-container .produs-descriere {
  margin-top: 32px;
}
@media (min-width: 2200px) {
  #produs .produs-container .produs-descriere {
    margin-top: 64px;
    font-size: 28px;
  }
}
#produs .produs-container .produs-descriere .produs-descriere-titlu {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
}
#produs .produs-container .produs-producator-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 12px;
}
#produs .produs-container .produs-producator-box .producator-text {
  width: 50%;
  color: white;
  background-color: #01cab8;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 8px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  border-style: solid;
  border-width: 1px;
  border-color: #01cab8;
  text-decoration: none;
}
#produs .produs-container .produs-producator-box .producator-text:hover {
  background-color: white;
  color: #01cab8;
  cursor: pointer;
}
#produs .produs-container .produs-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 24px;
}
#produs .produs-container .produs-media .produs-media-img {
  height: 30px;
  border-radius: 12px;
}
#produs .produs-container .produs-media .produs-media-img:hover {
  background-color: #ccc;
  border-radius: 12px;
}
#produs .produs-container .documente-media-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 900px) {
  #produs .produs-container .documente-media-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#produs .produs-container .documente-media-box .produs-download {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
}
#produs .produs-container .documente-media-box .produs-download .produs-download-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
#produs .produs-container .documente-media-box .produs-download .documente-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#produs .produs-container .documente-media-box .produs-download .documente-box .documente-text {
  color: #175c63;
  font-weight: bold;
  padding: 8px;
}
#produs .produs-container .documente-media-box .produs-download .documente-box .documente-text:hover {
  color: #01cab8;
  cursor: pointer;
}
#produs .produs-container .documente-media-box .produs-youtube-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}
#produs .produs-container .documente-media-box .produs-youtube-box .produs-youtube-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
#produs .produs-container .documente-media-box .produs-youtube-box .produs-youtube-video {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 900px) {
  #produs .produs-container .documente-media-box .produs-youtube-box .produs-youtube-video {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
#produs .produs-container .documente-media-box .produs-youtube-box .produs-youtube-iframe {
  border-radius: 15px;
  width: 240px;
  height: 240px;
}
.zoomed {
  transform: scale(1.5);
}
#home .carusel .swiper .swiper-wrapper .swiper-slide .text {
  font-size: 9px;
}
@media (min-width: 768px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 12px;
  }
}
#desprenoi {
  min-height: 100vh;
}
#desprenoi .breadcrumbs {
  width: 100%;
  background-color: #175c63;
  padding: 10px 10%;
  color: #fff;
}
#desprenoi .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#desprenoi .container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#desprenoi .container .title {
  font-weight: bold;
  margin: 20px 0 20px 0;
  font-size: 32px;
}
@media (max-width: 900px) {
  #desprenoi .container .title {
    padding-left: 12px;
  }
}
#desprenoi .container .image-text-box {
  display: flex;
  flex-direction: column;
  width: 80%;
}
@media (max-width: 900px) {
  #desprenoi .container .image-text-box {
    width: 100%;
  }
}
#desprenoi .container .image-text-box .image-text-container {
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  #desprenoi .container .image-text-box .image-text-container .image-t-box {
    flex-direction: column;
  }
}
#desprenoi .container .image-text-box .image-text-container .image-t-box .text-container-first {
  line-height: 1.5em;
}
@media (max-width: 900px) {
  #desprenoi .container .image-text-box .image-text-container .image-t-box .text-container-first {
    padding: 12px;
  }
}
@media (min-width: 1380px) {
  #desprenoi .container .image-text-box .image-text-container .image-t-box .text-container-first {
    font-size: calc(17px + (1vw - 14.8571px) * 0.520408);
  }
}
#desprenoi .container .image-text-box .image-text-container .image-t-box .text-container-first .image-container .image {
  margin: 0px 15px 15px 15px;
  height: 400px;
  border-radius: 12px;
  float: right;
}
@media (max-width: 1380px) {
  #desprenoi .container .image-text-box .image-text-container .image-t-box .text-container-first .image-container .image {
    float: right;
  }
}
@media (max-width: 900px) {
  #desprenoi .container .image-text-box .image-text-container .image-t-box .text-container-first .image-container {
    display: flex;
    justify-content: center;
  }
}
#hartasite .breadcrumbs {
  width: 100%;
  background-color: #175c63;
  padding: 10px 10%;
  color: #fff;
}
#hartasite .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#hartasite .container {
  width: 100%;
  padding: 25px 10%;
  display: flex;
  flex-direction: column;
}
#hartasite .container .title {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 12px;
}
#post {
  min-height: 100vh;
}
#post .breadcrumbs {
  width: 100%;
  background-color: #175c63;
  padding: 10px 10%;
  color: #fff;
}
#post .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#post .container {
  width: 100%;
  padding: 25px 10%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 900px) {
  #post .container {
    flex-direction: column;
    padding: 12px;
  }
}
#post .container .title-content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#post .container .title-content-box .post {
  width: 100%;
}
#post .container .title-content-box .post img {
  width: 600px;
  height: 400px;
  border-radius: 12px;
}
@media (min-width: 1310px) {
  #post .container .title-content-box .post img {
    float: right;
  }
}
@media (max-width: 900px) {
  #post .container .title-content-box .post {
    width: 100%;
  }
}
#post .container .title-content-box .title {
  margin-bottom: 12px;
}
#post .container .recent {
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  #post .container .recent {
    width: 100%;
  }
}
#post .container .recent .title {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
}
#post .container .recent .last_new_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #00000024;
  align-items: center;
  padding: 10px;
}
#post .container .recent .last_new_box .image {
  min-width: 150px;
  height: 100px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
#post .container .recent .last_new_box .content {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
#post .container .recent .last_new_box .content .date {
  color: #01cab8;
  font-size: 18px;
}
#post .container .recent .last_new_box .content .title {
  color: #181818;
  font-size: 22px;
  cursor: pointer;
  text-decoration: none;
}
#post .container .recent .last_new_box .content .title:hover {
  color: #01cab8;
}
#news {
  min-height: 100vh;
}
#news .breadcrumbs {
  width: 100%;
  background-color: #175c63;
  padding: 10px 10%;
  color: #fff;
}
#news .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#news .container {
  width: 100%;
  padding: 25px 10%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  #news .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }
}
#news .container .news {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 900px) {
  #news .container .news {
    width: 100%;
  }
}
#news .container .news .post {
  width: 600px;
  border-bottom: 1px solid #00000024;
}
#news .container .news .post .image {
  height: 400px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 900px) {
  #news .container .news .post .image {
    height: 250px;
  }
}
#news .container .news .post .title {
  width: 100%;
  color: #181818;
  font-size: 36px;
  margin: 20px 0;
  font-weight: 600;
}
@media (max-width: 900px) {
  #news .container .news .post .title {
    font-size: 32px;
  }
}
#news .container .news .post .date {
  width: 100%;
  color: #181818;
  font-size: 18px;
  margin: 20px 0;
}
@media (max-width: 900px) {
  #news .container .news .post .description {
    font-size: 20px;
  }
}
#news .container .news .post .read-more {
  width: 100%;
  text-align: right;
  margin: 20px 0;
}
#news .container .news .post .read-more a {
  color: #181818;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #01cab8;
  text-decoration: none;
}
@media (max-width: 900px) {
  #news .container .news .post .read-more a {
    font-size: 22px;
  }
}
#news .container .news .post .read-more a:hover {
  color: #175c63;
}
#news .container .recent {
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  #news .container .recent {
    width: 100%;
  }
}
#news .container .recent .title {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 900px) {
  #news .container .recent .title {
    font-size: 26px;
  }
}
#news .container .recent .last_new_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #00000024;
  align-items: center;
  padding: 10px;
}
#news .container .recent .last_new_box .image {
  min-width: 150px;
  height: 100px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
#news .container .recent .last_new_box .content {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
#news .container .recent .last_new_box .content .date {
  color: #01cab8;
  font-size: 18px;
}
#news .container .recent .last_new_box .content .title {
  color: #181818;
  font-size: 22px;
  cursor: pointer;
  text-decoration: none;
}
#news .container .recent .last_new_box .content .title:hover {
  color: #01cab8;
}
#contact {
  min-height: 100vh;
}
#contact .breadcrumbs {
  width: 100%;
  background-color: #175c63;
  padding: 10px 10%;
  color: #fff;
}
#contact .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#contact .container {
  width: 100%;
  padding: 25px 10%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#contact .container .map {
  width: 100%;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  color: white;
}
#contact .container .info {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 900px) {
  #contact .container .info {
    display: flex;
    flex-direction: column;
  }
}
#contact .container .info .address {
  width: 100%;
}
#contact .container .info .address iframe {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
}
#contact .container .info .address .title {
  width: 100%;
  font-size: 44px;
  color: #181818;
}
#contact .container .info .address .content-info {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
#contact .container .info .address .content-info .content-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#contact .container .info .address .content-info .content-item .icon {
  width: 70px;
  height: 70px;
  background-color: #175c63;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
}
#contact .container .info .address .content-info .content-item .data {
  width: 90%;
  display: flex;
  flex-direction: column;
}
#contact .container .info .address .content-info .content-item .data .data-title {
  width: 100%;
  color: #01cab8;
  font-size: 24px;
}
#contact .container .info .address .content-info .content-item .data .data-info {
  width: 100%;
  font-size: 18px;
}
#contact .container .info .address .content-info .content-item .data .data-info a {
  text-decoration: none;
  color: #181818;
}
#contact .container .info .form {
  width: 100%;
  border-radius: 15px;
}
#home {
  min-height: 100vh;
}
#home .carusel {
  width: 100%;
  height: 50vh;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 900px) {
  #home .carusel {
    height: 50vh;
  }
}
#home .carusel .swiper {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#home .carusel .swiper .swiper-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#home .carusel .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 10%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide {
    gap: 20px;
    padding: 0;
    padding-left: 12px;
    padding-right: 6px;
  }
}
@media (min-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide {
    gap: 25px;
    padding: 12px;
  }
}
#home .carusel .swiper .swiper-wrapper .swiper-slide .logo {
  position: absolute;
  top: 0;
  right: 0px;
  height: auto;
  margin: 15px;
  margin-right: 10%;
}
@media (max-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .logo {
    right: -60px;
    width: 150px !important;
    top: -10px;
  }
}
@media (min-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .logo {
    right: -70px;
    top: -10px;
  }
}
@media (min-width: 1200px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .logo {
    right: -90px;
  }
}
#home .carusel .swiper .swiper-wrapper .swiper-slide .text {
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.83);
}
#home .carusel .swiper .swiper-wrapper .swiper-slide .text .title {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #01cab8;
}
@media (max-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .text .title {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .text .title {
    font-size: 26px;
  }
}
#home .carusel .swiper .swiper-wrapper .swiper-slide .text ul {
  width: 100%;
  padding-right: 5px;
}
@media (max-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .text ul {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide .text ul {
    font-size: 20px;
  }
}
#home .carusel .swiper .swiper-wrapper .swiper-slide .text ul li {
  padding-right: 5px;
}
#home .carusel .swiper .swiper-wrapper .swiper-slide .text ul li::marker {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.83);
}
#home .carusel .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: contain;
}
@media (min-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide img {
    width: 35%;
  }
}
@media (max-width: 900px) {
  #home .carusel .swiper .swiper-wrapper .swiper-slide img {
    width: 40%;
  }
}
#home .carusel .swiper .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}
#home .infocus {
  width: 100%;
  padding: 25px 10%;
}
#home .infocus .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  background: #01cab8;
  background: linear-gradient(90deg, #01cab8 0%, rgba(255, 255, 255, 0) 100%);
}
#home .infocus .title .icon {
  margin-right: 5px;
  background-color: #01cab8;
  padding: 5px;
}
#home .infocus .content {
  padding: 25px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1647px) and (min-width: 900px) {
  #home .infocus .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  #home .infocus .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
#home .infocus .content .card {
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.103);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
#home .infocus .content .card .image {
  width: 100%;
  object-fit: cover;
  height: auto;
}
#home .infocus .content .card .image img {
  border-radius: 15px;
  width: 100%;
  height: 235px;
  object-fit: cover;
  cursor: pointer;
}
#home .infocus .content .card .categorii-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  font-weight: bold;
  padding-left: 26px;
  padding-top: 20px;
  padding-bottom: 28px;
}
#home .infocus .content .card .categorii-box .categorii-text-principal {
  text-decoration: none;
  color: #01cab8;
  text-transform: uppercase;
  padding-bottom: 6px;
}
#home .infocus .content .card .categorii-box .categorii-text-copil {
  text-decoration: none;
  color: #01cab8;
  text-transform: uppercase;
}
#home .infocus .content .card .name-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 26px;
}
#home .infocus .content .card .name-box .name-text {
  color: #181818;
}
#home .infocus .content .card .button-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 12px;
}
#home .infocus .content .card .button-box .button-text {
  width: 50%;
  color: white;
  background-color: #01cab8;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 8px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  border-style: solid;
  border-width: 1px;
  border-color: #01cab8;
}
#home .infocus .content .card .button-box .button-text:hover {
  background-color: white;
  color: #01cab8;
  cursor: pointer;
}
#home .produse-preview {
  width: 100%;
  padding: 25px 10%;
}
#home .produse-preview .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  background: #01cab8;
  background: linear-gradient(90deg, #01cab8 0%, rgba(255, 255, 255, 0) 100%);
}
#home .produse-preview .title .icon {
  margin-right: 5px;
  background-color: #01cab8;
  padding: 5px;
}
#home .produse-preview .title .buttons {
  width: 100%;
  margin-left: 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #181818;
  font-size: 16px;
  cursor: pointer;
}
#home .produse-preview .title .buttons span {
  margin-right: 15px;
}
#home .produse-preview .content {
  padding: 25px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1647px) and (min-width: 900px) {
  #home .produse-preview .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  #home .produse-preview .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
#home .produse-preview .content .card {
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.103);
  display: flex;
  flex-direction: column;
}
#home .produse-preview .content .card .image {
  width: 100%;
  object-fit: cover;
}
#home .produse-preview .content .card .image img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  height: 235px;
  cursor: pointer;
}
#home .produse-preview .content .card .categorii-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  font-weight: bold;
  padding-left: 26px;
  padding-top: 20px;
  padding-bottom: 28px;
}
#home .produse-preview .content .card .categorii-box .categorii-text-principal {
  text-decoration: none;
  color: #01cab8;
  text-transform: uppercase;
  padding-bottom: 6px;
}
#home .produse-preview .content .card .categorii-box .categorii-text-copil {
  text-decoration: none;
  color: #01cab8;
  text-transform: uppercase;
}
#home .produse-preview .content .card .name-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 26px;
}
#home .produse-preview .content .card .name-box .name-text {
  color: #181818;
}
#home .produse-preview .content .card .button-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 12px;
}
#home .produse-preview .content .card .button-box .button-text {
  width: 50%;
  color: white;
  background-color: #01cab8;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 8px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  border-style: solid;
  border-width: 1px;
  border-color: #01cab8;
}
#home .produse-preview .content .card .button-box .button-text:hover {
  background-color: white;
  color: #01cab8;
  cursor: pointer;
}
#home .news {
  width: 100%;
  padding: 25px 10%;
}
#home .news .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  background: #01cab8;
  background: linear-gradient(90deg, #01cab8 0%, rgba(255, 255, 255, 0) 100%);
}
#home .news .title .icon {
  margin-right: 5px;
  background-color: #01cab8;
  padding: 5px;
}
#home .news .content {
  padding: 25px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1647px) and (min-width: 900px) {
  #home .news .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  #home .news .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
#home .news .content .card {
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 6px 6px;
  border: 1px solid rgba(0, 0, 0, 0.103);
  display: flex;
  flex-direction: column;
}
#home .news .content .card .image {
  width: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 60%);
}
#home .news .content .card .image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#home .news .content .card .data {
  width: 100%;
}
#home .news .content .card .data .data-text {
  padding: 15px;
  color: #8b8b8b;
  width: 100%;
  font-size: 14px;
}
#home .news .content .card .titlu {
  width: 100%;
  padding: 15px;
  font-size: 30px;
}
#home .news .content .card .titlu a {
  text-decoration: none;
  color: #175c63;
}
#home .news .content .card .titlu a:hover {
  color: #01cab8;
  cursor: pointer;
}
#home .news .content .card .titlu .titlu-text {
  color: #175c63;
}
#home .news .content .card .titlu .titlu-text:hover {
  cursor: pointer;
  color: #01cab8;
}
#home .news .content .card:hover {
  transition: box-shadow 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
#home .servicii {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #01cab8;
}
@media (max-width: 900px) {
  #home .servicii {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }
}
#home .servicii .image {
  width: 40%;
  border-top-right-radius: 15px;
  border-end-end-radius: 15px;
  background: url('../images/static/servicii.jpg');
  background-position: top;
  background-size: cover;
}
@media (max-width: 900px) {
  #home .servicii .image {
    width: 100%;
    height: 40vh;
    border-top-right-radius: 0px;
    border-end-end-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
#home .servicii .text {
  width: 60%;
  padding: 0 10%;
  padding-right: 10%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  #home .servicii .text {
    width: 100%;
    height: 60%;
    padding: 25px 10%;
  }
}
#home .servicii .text .title {
  width: 100%;
  font-size: 48px;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  #home .servicii .text .title {
    font-size: 28px;
  }
}
#home .servicii .text .subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  #home .servicii .text .subtitle {
    margin-top: 15px;
    font-size: 14px;
  }
}
#home .servicii .text .footer-servicii {
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: normal;
  margin-top: 25px;
}
@media (max-width: 900px) {
  #home .servicii .text .footer-servicii {
    font-size: 14px;
    margin-top: 15px;
  }
}
#home .servicii .text .footer-servicii .button-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 12px;
}
#home .servicii .text .footer-servicii .button-box .button-text {
  color: white;
  background-color: #175c63;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 4px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  border-style: solid;
  border-width: 1px;
  border-color: #175c63;
  text-decoration: none;
}
#home .servicii .text .footer-servicii .button-box .button-text:hover {
  background-color: white;
  color: #01cab8;
  cursor: pointer;
}
#home .servicii .text .footer-servicii a {
  color: #175c63;
  text-decoration: none;
  text-decoration: underline;
}
#home .servicii .text .servicii-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 900px) {
  #home .servicii .text .servicii-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
#home .servicii .text .servicii-list .serviciu {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#home .servicii .text .servicii-list .serviciu .title {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 900px) {
  #home .servicii .text .servicii-list .serviciu .title {
    font-size: 14px;
  }
}
#home .servicii .text .servicii-list .serviciu .description {
  margin-top: 10px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 900px) {
  #home .servicii .text .servicii-list .serviciu .description {
    font-size: 12px;
  }
}

/*#news*/

#news .container .news .post{
  width: auto;
  padding-top: 0;
}
#news .container .news{
  margin-top: clamp(24px, 8vw, 160px);
}
#news .container .recent{ margin-top: clamp(24px, 8vw, 160px); }

/*#post*/

#post .container{
  margin-top: 150px;  
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: nowrap;                      
}

#post .title-content-box{ flex: 1 1 0; min-width: 0; margin: 0; padding: 0; }
#post .recent{ flex: 0 0 360px; width: 360px; margin: 0; padding: 0; }

#post .post{
  clear: both;
  overflow-wrap: anywhere;
}
#post .post::after{ content:""; display:block; clear:both; }

#post .post img,
#post .post figure img,
#post .post .wp-block-image img{
  width: auto !important;     /* nu o întinde pe lățimea containerului */
  max-width: 100% !important; /* dar permite micșorarea când e nevoie */
  height: auto !important;    /* păstrează proporțiile */
  display: block;
  border-radius: 12px;
  margin: 16px 0 !important;
  object-fit: contain;        /* extra siguranță împotriva crop-ului */
}

#post .post img,
#post .post figure,
#post .post [style*="float:"],
#post .post .alignleft,
#post .post .alignright{
  float: none !important;
}

@media (min-width: 1100px){
  #post .post .alignright{
    float: right !important;
    max-width: 48% !important;
    margin: 0 0 16px 24px !important;
  }
  #post .post .alignleft{
    float: left !important;
    max-width: 48% !important;
    margin: 0 24px 16px 0 !important;
  }
}

#post .post iframe, 
#post .post video{
  max-width: 100%;
  display: block;
}

#post .post h1, 
#post .post h2, 
#post .post h3, 
#post .post h4, 
#post .post h5, 
#post .post h6{
  clear: both;
}

#post .title h1{ margin: 0 0 8px; line-height: 1.15; }
#post .title p{ margin: 4px 0; }
#post .post img{ margin-bottom: 20px !important; }

#post .recent .title{ font-weight: 800; margin-bottom: 16px; }
#post .last_new_box{
  display:flex; align-items:center; gap:12px;
  padding:10px 0; margin-bottom:18px;
  border-bottom:1px solid rgba(0,0,0,.08);
}

#post .last_new_box .image{
  flex: 0 0 100px; height: 70px;
  background-size: cover; background-position: center;
  border-radius: 8px;
}

#post .last_new_box .content{ min-width: 0; }
#post .last_new_box .content .date{ font-size:14px; color:#00a69c; margin-bottom:4px; white-space:nowrap; }
#post .last_new_box .content .title{ font-size:15px; font-weight:700; line-height:1.25; }

@media (max-width: 1024px){
  #post .container{
    flex-direction: column;
    padding-top: clamp(40px, 6vw, 60px);
  }
  #post .recent{
    width: 100%;
    flex: none;
    margin-top: 32px;
  }
}

@media (max-width: 768px){
  #post .post img,
  #post .post figure,
  #post .post .wp-block-image img{
    width: auto !important;     
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 12px 0 !important;
    border-radius: 8px;
  }
}

@media (max-width: 1024px){
  #post .container{
    margin-top: 75px;   
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 768px){
  #post .container{
    margin-top: 0;   
    flex-direction: column;
    gap: 20px;
  }
}

#news .container .news .post .image{
  display: block !important;
  width: 100% !important;             
  max-width: 720px !important;         
  aspect-ratio: 16 / 9 !important;     
  height: auto !important;

  background-size: contain !important;  
  background-repeat: no-repeat !important;
  background-position: left top !important;
  border-radius: 12px !important;
  margin: 16px 0 !important;
}
@media (max-width: 768px){
  #news .container .news .post .image{
    max-width: 100% !important;
    aspect-ratio: 16 / 9 !important;   
    margin: 12px 0 !important;
    border-radius: 8px !important;
  }
}
#news .container .news .post .title{
    font-size:32px;
}



