@charset "UTF-8";
@import url(reboot.css);
@font-face {
  font-family: "FreightDispPro";
  src: url("../fonts/FreightDispProBold-Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "FreightDispPro";
  src: url("../fonts/FreightDispProBold-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FreightDispPro";
  src: url("../fonts/FreightDispProBook-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "FreightDispPro";
  src: url("../fonts/FreightDispProBook-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FreightDispPro";
  src: url("../fonts/FreightDispProMedium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "FreightDispPro";
  src: url("../fonts/FreightDispProMedium-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
*:focus {
  outline: none;
}

body {
  font-family: "Quicksand";
  font-size: 17px;
  font-weight: 400;
  background-color: #fff;
}

.white {
  background-color: #fff;
}

.container {
  width: 1200px;
  margin: 0 auto 0;
}

.container_big {
  width: 2000px;
  margin: 0 auto 0;
}

@media screen and (max-width: 2000px) {
  .container_big {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}
.header {
  background-color: #000;
  height: 80px;
}
.header.interior {
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-position: center center;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav .left {
  display: flex;
  align-items: center;
  height: 80px;
}
.header .nav .left .logo {
  margin-right: 40px;
  margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  .header .nav .left .logo img {
    width: 85%;
    margin-top: 7px;
  }
}
.header .nav .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .nav .right .menu_desktop {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .nav .right .menu_desktop ul {
  display: flex;
}
.header .nav .right .menu_desktop ul li {
  list-style-type: none;
  font-size: 16px;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  display: block;
}
.header .nav .right .menu_desktop ul li img {
  width: 15px;
  margin-top: 6px;
  margin-left: 10px;
}
.header .nav .right .menu_desktop ul li .sub {
  position: absolute;
  top: 46px;
  left: 0;
  background-color: #fff;
  display: block;
  min-width: 300px;
  padding: 20px;
  z-index: 9999999999;
  background-color: #f3f1e9;
  border: 1px solid #dbd8cc;
  display: none;
}
.header .nav .right .menu_desktop ul li .sub li {
  border-bottom: 1px dotted #dbd8cc;
  padding-bottom: 10px;
  height: unset;
  margin-top: 10px;
}
.header .nav .right .menu_desktop ul li .sub li:last-child {
  border-bottom: 0px dotted #dbd8cc;
}
.header .nav .right .menu_desktop ul li a {
  color: #fff;
  font-weight: 600;
}
.header .nav .right .menu_desktop ul li a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #f3011b;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
@media all and (max-width: 1200px) {
  .header .nav .right .menu_desktop {
    display: none;
  }
}
.header .nav .right .social {
  margin-top: 10px;
}
@media all and (max-width: 1200px) {
  .header .nav .right .social {
    display: none;
  }
}
.header .nav .right .social a {
  margin-right: 8px;
}
.header .nav .right .social a:hover {
  opacity: 0.7;
}
.header .nav .right .user {
  float: right;
  margin-top: 3px;
  display: flex;
  position: relative;
  cursor: pointer;
  height: 50px;
  position: relative;
  margin-top: 20px;
}
.header .nav .right .user .drop_downn {
  position: absolute;
  top: 49px;
  background-color: #fff;
  list-style-type: none;
  line-height: 29px;
  font-size: 12px;
  padding: 0px;
  z-index: 0;
  font-weight: 400;
  border: 1px solid #dbd8cc;
  display: none;
  z-index: 99;
}
.header .nav .right .user .drop_downn li {
  border-bottom: 1px dotted #dbd8cc;
  padding-bottom: 6px;
  padding-right: 15px;
  padding-left: 15px;
  min-width: 150px;
  height: unset;
  margin-top: 6px;
}
.header .nav .right .user .drop_downn li:last-child {
  border-bottom: 0px dotted #dbd8cc;
}
.header .nav .right .user .drop_downn li a:hover {
  color: #f3011b;
  text-decoration: underline;
}
@media all and (max-width: 1030px) {
  .header .nav .right .user .drop_downn {
    top: 40px;
    right: -70px;
  }
}
.header .nav .right .user .fake_button {
  position: absolute;
  left: 0;
  top: -5px;
  width: 34px;
  height: 34px;
  display: none;
}
@media all and (max-width: 1030px) {
  .header .nav .right .user .fake_button {
    display: block;
  }
}
.header .nav .right .user .btnn {
  background-color: #737373;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.header .nav .right .user .btnn:hover {
  opacity: 0.7;
}
.header .nav .right .user .btnn img {
  width: 11px;
}
@media all and (max-width: 1030px) {
  .header .nav .right .user .btnn {
    margin-right: 4px;
    width: 25px;
    height: 25px;
    margin-top: -3px;
  }
}
.header .nav .right .user .text {
  font-size: 12px;
  line-height: 1.1em;
  overflow: hidden;
  max-width: 130px;
}
.header .nav .right .user .text a:hover {
  text-decoration: underline;
}
.header .nav .right .user .text .strong {
  font-weight: 700;
  text-transform: none;
}
@media all and (max-width: 1030px) {
  .header .nav .right .user .text {
    display: none;
  }
}
@media all and (max-width: 1030px) {
  .header .nav .right .user {
    margin-top: 30px;
  }
}
.header .nav .right .src_icon {
  margin-top: 10px;
  margin-right: 5px;
}
.header .nav .right .src_icon:hover {
  opacity: 0.7;
}

.header .nav .right .user:hover .drop_downn {
  display: block;
}

.contenet {
  background-color: #000;
  background-size: cover;
  background-position: center right;
  margin-bottom: 30px;
}

.tit_section {
  font-size: 35px;
  color: #809165;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .tit_section {
    margin-bottom: 30px;
    font-size: 25px;
  }
}

.content {
  background-image: url(../img/bg_content.jpg);
  background-repeat: repeat-y; /* Se repetă doar pe verticală */
  background-size: 100% auto; /* Lățimea ocupă 100%, iar înălțimea se ajustează automat */
}
@media all and (max-width: 768px) {
  .content {
    background-size: auto auto;
  }
}
.content .retete {
  padding: 40px 0 50px 0;
}
@media all and (max-width: 800px) {
  .content .retete {
    padding: 40px 0 10px 0;
  }
}
@media all and (max-width: 768px) {
  .content .retete {
    padding: 40px 0 10px 0;
  }
}
.content .retete .items {
  display: flex;
  flex-wrap: wrap;
}
.content .retete .items .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  background-color: #e2e6eb;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 800px) {
  .content .retete .items .item {
    width: 100%;
    margin-right: 0;
  }
}
.content .retete .items .item img {
  width: 100%;
}
.content .retete .items .item:nth-child(3) {
  margin-right: 0px;
}
.content .retete .items .item:nth-child(6) {
  margin-right: 0px;
}
.content .retete .items .item:nth-child(9) {
  margin-right: 0px;
}
.content .retete .items .item:nth-child(12) {
  margin-right: 0px;
}
.content .retete .items .item:nth-child(15) {
  margin-right: 0px;
}
.content .retete .items .item:nth-child(18) {
  margin-right: 0px;
}
.content .retete .items .item:nth-child(21) {
  margin-right: 0px;
}
.content .retete .items .item:nth-child(24) {
  margin-right: 0px;
}
.content .retete .items .item .info {
  padding: 10px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Împinge conținutul în sus și jos */
  flex-grow: 1;
}
.content .retete .items .item .info h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 300;
}

.listing_news {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .listing_news {
    margin-bottom: 20px;
  }
}
.listing_news .item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media all and (max-width: 800px) {
  .listing_news .item {
    width: 100%;
    margin-right: 0;
  }
}
.listing_news .item img {
  width: 100%;
}
.listing_news .item:nth-child(3) {
  margin-right: 0px;
}
.listing_news .item:nth-child(6) {
  margin-right: 0px;
}
.listing_news .item:nth-child(9) {
  margin-right: 0px;
}
.listing_news .item:nth-child(12) {
  margin-right: 0px;
}
.listing_news .item:nth-child(15) {
  margin-right: 0px;
}
.listing_news .item:nth-child(18) {
  margin-right: 0px;
}
.listing_news .item:nth-child(21) {
  margin-right: 0px;
}
.listing_news .item:nth-child(24) {
  margin-right: 0px;
}
.listing_news .item .info {
  padding: 20px 40px 10px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  flex-grow: 1;
}
@media all and (max-width: 800px) {
  .listing_news .item .info {
    padding: 20px 20px;
  }
}
.listing_news .item .info h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "FreightDispPro";
  width: 100%;
  position: relative;
}
.listing_news .item .info .category {
  color: #939393;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 9999;
}
.listing_news .item .info .category:hover {
  color: #f3011b;
  text-decoration: underline;
}
.listing_news .item .info .text {
  font-size: 16px;
  line-height: 1.3em;
  color: #939393;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.listing_news .item .photo {
  border-bottom: 1px solid #ccc;
}
.listing_news .items {
  display: flex;
  flex-wrap: wrap;
}

.pret {
  font-size: 20px;
  color: #6b6b6b;
  margin-bottom: 10px;
  font-weight: 600;
}

.pret_detalii {
  font-size: 22px;
  color: #b6b6b6;
  margin-bottom: 10px;
  font-weight: 600;
}

.listing_carti {
  margin-bottom: 40px;
}
.listing_carti .items {
  display: flex;
  flex-wrap: wrap;
}
.listing_carti .items .item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d7d7d7;
}
@media all and (max-width: 800px) {
  .listing_carti .items .item {
    width: 100%;
    margin-right: 0;
  }
}
.listing_carti .items .item img {
  width: 100%;
}
.listing_carti .items .item:nth-child(3) {
  margin-right: 0px;
}
.listing_carti .items .item:nth-child(6) {
  margin-right: 0px;
}
.listing_carti .items .item:nth-child(9) {
  margin-right: 0px;
}
.listing_carti .items .item:nth-child(12) {
  margin-right: 0px;
}
.listing_carti .items .item:nth-child(15) {
  margin-right: 0px;
}
.listing_carti .items .item:nth-child(18) {
  margin-right: 0px;
}
.listing_carti .items .item:nth-child(21) {
  margin-right: 0px;
}
.listing_carti .items .item:nth-child(24) {
  margin-right: 0px;
}
.listing_carti .items .item .info {
  padding-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Împinge conținutul în sus și jos */
  flex-grow: 1;
}
.listing_carti .items .item .info h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "FreightDispPro";
}
.listing_carti .items .item .info .category {
  color: #939393;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 9999;
  margin-bottom: 20px;
}
.listing_carti .items .item .info .text {
  font-size: 16px;
  line-height: 1.3em;
  color: #939393;
  margin-bottom: 15px;
}

.crezul {
  background-color: #f3f1e9;
  background-image: url("../img/cerc.png"), url("../img/bg_crez.jpg");
  background-position: bottom 50%, top right;
  background-size: auto, cover;
  background-repeat: no-repeat;
  background: url("../img/cerc.png") no-repeat bottom left 30%/auto, url("../img/bg_crez.jpg") no-repeat center/cover; /* Prima imagine */
  margin-bottom: 40px;
  position: relative;
  padding: 40px 0;
  padding-bottom: 0;
}
@media all and (max-width: 768px) {
  .crezul {
    padding-bottom: 40px;
  }
}
.crezul .title {
  font-family: "FreightDispPro";
  font-size: 45px;
  margin-bottom: 30px;
  font-style: italic;
  width: calc(80% - 15px);
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .crezul .title {
    margin-left: 0px;
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .crezul .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .crezul .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 900px) {
  .crezul .logo_mirela {
    width: 270px;
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .crezul .logo_mirela {
    margin-bottom: 30px;
    display: block !important;
  }
}
@media all and (max-width: 600px) {
  .crezul .logo_mirela {
    margin-bottom: 0px;
    display: block !important;
  }
}
.crezul .subtitle {
  font-size: 33px;
  font-style: italic;
  font-family: "FreightDispPro";
  margin-bottom: 15px;
  margin-left: 40px;
  width: calc(80% - 15px);
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .crezul .subtitle {
    margin-left: 0px;
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 1200px) and (max-width: 900px) {
  .crezul .subtitle {
    font-size: 25px;
  }
}
.crezul .items {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  font-family: "FreightDispPro";
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: 40px;
}
@media all and (max-width: 1200px) {
  .crezul .items {
    margin-left: 0px;
    justify-content: space-between;
  }
}
@media all and (max-width: 768px) {
  .crezul .items {
    flex-wrap: wrap;
  }
}
.crezul .items .col {
  width: calc(40% - 15px);
  position: relative;
  padding-bottom: 40px;
}
@media all and (max-width: 1200px) {
  .crezul .items .col {
    width: calc(50% - 15px);
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .crezul .items .col {
    width: 100%;
    padding-bottom: 0px;
  }
}

.crezul .container {
  display: flex;
  align-self: center;
  flex-direction: column;
  align-items: center;
}

.adjust {
  display: flex;
  width: calc(80% - 15px);
  align-self: center;
  flex-direction: column;
  align-items: flex-end;
}
@media all and (max-width: 1200px) {
  .adjust {
    width: 100%;
  }
}

.col:first-child::before {
  content: "";
  position: absolute;
  left: -420px;
  /* top: -220px; */
  width: 400px;
  bottom: 0;
  height: 650px;
  background-image: url(../img/mirela2.png);
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .col:first-child::before {
    background-image: none;
  }
}

.banner {
  margin-bottom: 30px;
}

.lista {
  list-style: none;
  padding: 0;
}

.lista li {
  display: flex;
  align-items: center;
  gap: 10px; /* Spațiu între imagine și text */
  margin-bottom: 10px;
  align-items: flex-start;
}

.lista img {
  width: 16px; /* Dimensiunea iconiței */
  height: 22px;
  object-fit: cover;
  border-radius: 5px; /* Opțional, pentru colțuri rotunjite */
  margin-top: 2px;
}
@media all and (max-width: 768px) {
  .lista img {
    width: 13px; /* Dimensiunea iconiței */
    height: auto;
    margin-top: 4px;
  }
}

.full-link {
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
}

.gasca_zurli {
  background-image: url(../img/bg_gasca_ok.png);
  background-size: cover;
  background-position: center right;
  margin-bottom: 40px;
}
.gasca_zurli .gasca_inner {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1100px) {
  .gasca_zurli .gasca_inner {
    padding: 40px 0;
  }
}
.gasca_zurli .gasca_inner .mirela {
  width: 650px;
  margin-left: -200px;
}
@media all and (max-width: 1100px) {
  .gasca_zurli .gasca_inner .mirela {
    display: none;
  }
}
.gasca_zurli .gasca_inner .right {
  width: calc(100% - 460px);
  font-family: "FreightDispPro";
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1100px) {
  .gasca_zurli .gasca_inner .right {
    width: 100%;
  }
}
.gasca_zurli .gasca_inner .right .title {
  font-size: 45px;
  font-style: italic;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
@media all and (max-width: 900px) {
  .gasca_zurli .gasca_inner .right .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .gasca_zurli .gasca_inner .right .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.gasca_zurli .gasca_inner .right .text {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .gasca_zurli .gasca_inner .right .text {
    font-size: 18px;
  }
}
.gasca_zurli .gasca_inner .right .buttons {
  display: flex;
  font-family: "Quicksand";
  align-items: flex-start;
  align-self: start;
}
.gasca_zurli .gasca_inner .right .buttons a {
  display: flex;
  width: 260px;
  height: 62px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 15px;
  border-radius: 5px;
}
@media all and (max-width: 768px) {
  .gasca_zurli .gasca_inner .right .buttons a {
    font-size: 16px;
    width: 150px;
    height: 42px;
  }
}
.gasca_zurli .gasca_inner .right .buttons a:hover {
  background-color: #f3d50a;
}

.blog {
  background-image: url(../img/bg_gasca.png);
  background-size: cover;
  background-position: center right;
  margin-bottom: 40px;
}
.blog .blog_inner {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1100px) {
  .blog .blog_inner {
    padding: 40px 0;
  }
}
.blog .blog_inner .mirela {
  width: 450px;
  margin-left: 0px;
}
@media all and (max-width: 1100px) {
  .blog .blog_inner .mirela {
    display: none;
  }
}
.blog .blog_inner .right {
  width: calc(100% - 460px);
  font-family: "FreightDispPro";
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1100px) {
  .blog .blog_inner .right {
    width: 100%;
  }
}
.blog .blog_inner .right .title {
  font-size: 45px;
  font-style: italic;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
@media all and (max-width: 900px) {
  .blog .blog_inner .right .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .blog .blog_inner .right .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.blog .blog_inner .right .text {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .blog .blog_inner .right .text {
    font-size: 18px;
  }
}
.blog .blog_inner .right .left {
  text-align: left;
  width: 100%;
}
.blog .blog_inner .right .buttons {
  display: flex;
  font-family: "Quicksand";
  align-items: flex-start;
  align-self: start;
}
.blog .blog_inner .right .buttons a {
  display: flex;
  width: 260px;
  height: 62px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 15px;
  border-radius: 5px;
}
.blog .blog_inner .right .buttons a:hover {
  background-color: #f3d50a;
}
@media all and (max-width: 900px) {
  .blog .blog_inner .logo_mirela {
    width: 270px;
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .blog .blog_inner .logo_mirela {
    display: block !important;
  }
}
@media all and (max-width: 600px) {
  .blog .blog_inner .logo_mirela {
    display: block !important;
  }
}

@media all and (max-width: 900px) {
  .logo .logo_mirelaa {
    width: 270px;
  }
}

.item:hover h2 {
  color: #f3011b;
}

.premii .premii_wid {
  background-color: #004943;
  background-image: url("../img/premii_bg.png");
  background-size: cover;
  background-position: top center;
  padding: 30px 40px;
  position: relative;
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
  min-height: 400px;
  flex-wrap: wrap;
}
@media all and (max-width: 1100px) {
  .premii .premii_wid {
    padding: 30px 20px;
  }
}
@media all and (max-width: 800px) {
  .premii .premii_wid {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .premii .premii_wid {
    background-image: url(../img/bg_main.png);
    background-size: 150%;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 800px) {
  .premii .premii_wid .hide {
    display: none;
  }
}
.premii .premii_wid .left {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: calc(50% - 30px);
}
@media all and (max-width: 600px) {
  .premii .premii_wid .left {
    width: 100%;
  }
}
.premii .premii_wid .left .inner {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  margin-left: auto;
}
@media all and (max-width: 600px) {
  .premii .premii_wid .left .inner {
    margin-left: unset;
    margin: 0 auto 0;
    margin-bottom: 30px;
  }
}
.premii .premii_wid .left .bulina {
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #809165;
  font-size: 35px;
  font-weight: 400;
  margin: 0 auto 0;
  margin-bottom: 25px;
}
.premii .premii_wid .left .text {
  display: flex;
  flex-direction: column;
}
.premii .premii_wid .left .text .first {
  font-size: 29px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .premii .premii_wid .left .text .first {
    font-size: 20px;
  }
}
.premii .premii_wid .left .text .second {
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .premii .premii_wid .left .text .second {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  .premii .premii_wid .left .text .second {
    margin-bottom: 0px;
  }
}
.premii .premii_wid .left .text .third {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .premii .premii_wid .left .text .third {
    font-size: 16px;
  }
}
.premii .premii_wid .right {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: calc(50% - 30px);
}
@media all and (max-width: 600px) {
  .premii .premii_wid .right {
    width: 100%;
  }
}
.premii .premii_wid .right .inner {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  max-width: 270px;
  margin-left: auto;
}
@media all and (max-width: 600px) {
  .premii .premii_wid .right .inner {
    margin-left: unset;
    margin: 0 auto 0;
    margin-bottom: 20px;
  }
}
.premii .premii_wid .right .bulina {
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #809165;
  font-size: 35px;
  font-weight: 400;
  margin: 0 auto 0;
  margin-bottom: 25px;
}
.premii .premii_wid .right .text {
  display: flex;
  flex-direction: column;
}
.premii .premii_wid .right .text .first {
  font-size: 29px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .premii .premii_wid .right .text .first {
    font-size: 20px;
  }
}
.premii .premii_wid .right .text .second {
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .premii .premii_wid .right .text .second {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  .premii .premii_wid .right .text .second {
    margin-bottom: 0px;
  }
}
.premii .premii_wid .right .text .third {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .premii .premii_wid .right .text .third {
    font-size: 16px;
  }
}
.premii .premii_wid .red {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/red.png");
  z-index: 0;
  width: 100%;
  height: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
}
@media all and (max-width: 600px) {
  .premii .premii_wid .red {
    background-image: none;
    background-color: #f3011b;
    padding: 10px;
    height: auto;
    font-size: 16px;
  }
}
.premii .premii_wid .red .text {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
@media all and (max-width: 600px) {
  .premii .premii_wid .red .text {
    font-size: 16px;
  }
}
.premii .premii_wid .produse {
  text-align: center;
  display: none;
  width: 100%;
}
@media all and (max-width: 768px) {
  .premii .premii_wid .produse {
    display: block;
  }
  .premii .premii_wid .produse img {
    max-width: 200px;
    margin-bottom: 30px;
  }
}

.produse_top {
  display: none;
  text-align: center;
}
@media all and (max-width: 900px) {
  .produse_top {
    display: block;
  }
  .produse_top img {
    max-width: 300px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 768px) {
  .produse_top img {
    max-width: 200px;
  }
}

footer {
  background-color: #000;
  padding: 50px 0;
}
footer .inner {
  text-align: center;
}
footer .inner .logo {
  margin-bottom: 20px;
  text-align: center;
}
footer .inner .copy {
  color: #fff;
  font-family: "Quicksand";
  text-align: center;
  font-size: 14px;
}

.burger {
  margin-top: 13px;
  cursor: pointer;
  display: none;
  background-color: transparent;
  border: 0;
  margin-left: 15px;
}

@media all and (max-width: 1200px) {
  .burger {
    display: block;
  }
}
.burger img {
  height: 16px;
}

@media all and (max-width: 900px) {
  .header .nav .left .menu_desktop {
    display: none;
  }
}
.popup-meniu {
  position: relative;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 5150;
  background-color: #fff;
  display: none;
  color: #222;
  font-size: 14px;
  flex-direction: column;
  overflow: auto !important;
  max-width: 500px;
  font-size: 14px;
  z-index: 99999;
}

.popup-meniu .close img {
  width: 20px;
  height: auto;
}

.popup-meniu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-meniu ul li {
  width: 100%;
}

.popup-meniu ul li > a {
  display: block;
  border-bottom: 1px dotted #4a4a4a;
  padding: 10px 10px 8px;
}

.popup-meniu ul.sub_mobile li:last-child a {
  border-bottom: none;
}

.popup-meniu ul li ul {
  padding-top: 0;
}

.popup-meniu ul li ul li a {
  font-weight: 400;
  font-size: 13px;
}

.popup-meniu .bracket {
  top: -20px;
  bottom: -20px;
  background-color: #04DB3B;
  mix-blend-mode: normal;
}

.popup-meniu .bracket::before, .popup-meniu .bracket::after {
  background-color: #04DB3B;
}

.popup-meniu .bracket.bracket-left {
  left: -20px;
}

.popup-meniu .close, .search-modal .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: #eee;
}

.popup-meniu .close img .search-modal .close img {
  width: 20px;
  height: auto;
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  width: 100%;
  pointer-events: none;
}

.search-modal .controller {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

@media all and (min-width: 1150px) {
  .search-modal .controller {
    padding-top: 60px;
  }
}
.search-modal form {
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
  position: relative;
  pointer-events: auto;
}

@media all and (min-width: 768px) {
  .search-modal form {
    width: calc(100% - 40px);
  }
}
@media all and (min-width: 1150px) {
  .search-modal form {
    width: 600px;
    padding: 48px 60px 60px;
  }
}
.search-modal form .bracket {
  top: -20px;
  bottom: -20px;
  background-color: #04DB3B;
  mix-blend-mode: normal;
}

.search-modal form .bracket::before, .search-modal form .bracket::after {
  background-color: #04DB3B;
}

.search-modal form .bracket.bracket-left {
  left: -20px;
}

.search-modal form .bracket.bracket-right {
  right: -20px;
}

.search-modal label {
  font-weight: 700;
  font-size: 24px;
}

@media all and (min-width: 1150px) {
  .search-modal label {
    font-size: 26px;
  }
}
.search-modal .search-inner-wrapper {
  display: flex;
  /* justify-content: center; */
}

.search-modal .search-inner-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  margin: 0;
  border-right: none;
  padding-right: 0;
}

.search-modal .search-inner-wrapper button {
  margin: 0;
  font-weight: 700;
  text-transform: none;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 0 22px 0 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #FFF;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #C3C3C3;
  border-left: none;
  width: auto;
  width: 150px;
  height: 50px;
}

.search-modal .search-inner-wrapper button:hover, .search-modal .search-inner-wrapper button:focus {
  background-size: 80%;
}

#search-box {
  border: 1px solid #C3C3C3;
  width: calc(100% - 150px);
  padding: 0 20px;
}
@media all and (max-width: 600px) {
  #search-box {
    width: calc(100% - 60px);
  }
}

.src.soc_search {
  background: transparent;
  border: 0;
}

.shadow {
  box-shadow: 0px 2px 2px 0px rgba(173, 173, 173, 0.3);
  position: relative;
  z-index: 99;
  height: 2px;
  margin-top: -2px;
}

.pagination {
  position: relative;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  flex-wrap: wrap;
}

.pagination li {
  display: none;
  margin-right: 5px;
  margin-bottom: 10px;
}

@media all and (min-width: 1390px) {
  .pagination li {
    display: block;
  }
}
.pagination li:last-child {
  margin-right: 0;
}

.pagination li.mobilee {
  display: block;
}

.pagination li.page-selector {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}

@media all and (min-width: 1390px) {
  .pagination li.page-selector {
    display: none;
  }
}
.pagination a,
.pagination div {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.pagination a {
  color: #737373;
}

@media (hover: hover) {
  .pagination a:hover {
    -webkit-box-shadow: inset 0 0 0 1px #f3011b;
    box-shadow: inset 0 0 0 1px #f3011b;
    padding: 0;
  }
  .pagination a:hover span {
    color: #737373;
  }
}
.pagination a.selected {
  background-color: #737373;
  border: 1px solid #f3011b;
  color: #fff;
}

.pagination a.selected:hover span {
  color: #fff;
}

.pagination img {
  width: 32px;
  height: 32px;
}

.pagination div {
  background-color: transparent;
  font-weight: 400;
}

.pagination select {
  height: 46px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f3011b;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  color: #737373;
}

.pagination select:focus {
  border: 1px solid #f3011b;
}

.logo_ch {
  text-align: center;
  position: relative;
  z-index: 9999;
}

.error {
  background-color: #f3011b;
  font-size: 16px;
  color: #737373;
  padding: 4px 10px;
}

.header .nav .left .menu_desktop ul li a {
  color: #fff;
}
.header .nav .left .menu_desktop ul li a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #f3011b;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.popup-meniu ul.sub_mobile {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
.popup-meniu ul.sub_mobile li {
  margin: 0;
  padding: 0;
}
.popup-meniu ul.sub_mobile li:last-child {
  border-bottom: 1px dotted #4a4a4a;
}

.more {
  background-color: #da0326;
  color: #000;
  font-size: 12px;
  font-family: "Quicksand";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 45px;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 9999;
  border: 1px solid #da0326;
}
@media all and (max-width: 800px) {
  .more {
    margin-bottom: 0px;
  }
}
.more img {
  width: 18px !important;
  margin-right: 7px;
}
.more:hover {
  background-color: #f72b4c;
  color: #fff;
}

.inscriere {
  background-color: #f3d50a;
  color: #000;
  font-size: 22px;
  font-family: "Quicksand";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 100px;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
  border: 1px solid #f3d50a;
}
@media all and (max-width: 800px) {
  .inscriere {
    margin-bottom: 0px;
    width: 300px;
    height: 70px;
    font-size: 18px;
  }
}
.inscriere img {
  width: 18px !important;
  margin-right: 7px;
}
.inscriere:hover {
  background-color: #f7e460;
}

.centerr {
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
}

.more_cont {
  background-color: #fd0000;
  color: #fff;
  font-size: 16px;
  font-family: "Quicksand";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  margin-bottom: 4px;
  position: relative;
  z-index: 999;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
  border: 1px solid #fd0000;
}
.more_cont:hover {
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 800px) {
  .more_cont {
    margin-bottom: 0px;
  }
}
.more_cont img {
  width: 18px !important;
  margin-right: 7px;
}
.more_cont:hover {
  background-color: #000;
}

.more2 {
  background-color: #f3011b;
  color: #fff;
  font-size: 12px;
  font-family: "Quicksand";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 45px;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
}
.more2:hover {
  background-color: #c8051a;
  color: #fff;
}

.cautare_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cautare_box .left {
  width: calc(100% - 390px);
}
@media all and (max-width: 768px) {
  .cautare_box .left {
    width: 100%;
  }
}
.cautare_box .left .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.cautare_box .left .result {
  margin-bottom: 30px;
}
.cautare_box .left .result .item {
  display: block;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
  font-size: 18px;
}
.cautare_box .left .result .item:hover {
  color: #f3011b;
  text-decoration: underline;
}
.cautare_box .right {
  width: 350px;
}
@media all and (max-width: 768px) {
  .cautare_box .right {
    width: 100%;
  }
}
.cautare_box .right .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #e2e6eb;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 800px) {
  .cautare_box .right .item {
    width: 100%;
    margin-right: 0;
  }
}
.cautare_box .right .item img {
  width: 100%;
}
.cautare_box .right .item .info {
  padding: 10px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Împinge conținutul în sus și jos */
  flex-grow: 1;
}
.cautare_box .right .item .info h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 300;
}

@media all and (max-width: 900px) {
  .main .container {
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .main .container {
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .main .inner .title_site {
    padding: 0 20px;
  }
}

@media all and (max-width: 900px) {
  .main .inner .item {
    padding: 0 20px;
  }
}

.links {
  color: #fff;
  font-family: "Quicksand";
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.links a {
  color: #fff;
}
.links a:hover {
  text-decoration: underline;
}

.mains .photo img {
  width: 100%;
}

.regulament ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.regulament li {
  margin-bottom: 15px;
}

.head_int {
  background-image: url(../img/bg_int.jpg);
  background-position: center;
  text-align: center;
  height: 100%;
  margin-bottom: 40px;
}

article {
  margin-bottom: 40px;
}
article h1 {
  font-size: 42px;
  font-family: "FreightDispPro";
  font-weight: 400;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  article h1 {
    font-size: 32px;
  }
}
article .date {
  font-size: 14px;
  color: #616161;
  margin-bottom: 20px;
}
article .date img {
  width: 12px;
  margin-right: 8px;
  margin-top: 3px;
}
article .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
article .inner .gallery {
  display: flex;
  margin-top: 15px;
  margin-bottom: 20px;
}
article .inner .gallery .item {
  width: calc(33% - 10px);
  position: relative;
  margin-right: 20px;
}
@media all and (max-width: 1030px) {
  article .inner .gallery .item {
    width: calc(33% - 5px);
    margin-right: 10px;
  }
}
article .inner .gallery .item img {
  height: auto !important;
}
article .inner .gallery .item:nth-child(3) {
  margin-right: 0px;
}
article .inner .gallery .black {
  background-color: #222;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 35px;
  padding: 0;
  font-weight: 700;
}
article .inner .gallery .black img {
  width: 30px;
}
@media all and (max-width: 500px) {
  article .inner .gallery .black img {
    width: 18px;
  }
}
@media all and (max-width: 500px) {
  article .inner .gallery .black {
    font-size: 20px;
  }
}
article .inner p.content {
  font-size: 20px;
  line-height: 1.4em;
  word-break: break-word;
  margin-bottom: 25px;
  color: #616161;
}
article .inner p.content a {
  text-decoration: underline;
}
article .inner .citat {
  border-left: 4px double #616161; /* Linia dublă în stânga */
  padding-left: 40px;
  font-size: 20px;
  color: #616161;
  font-family: "FreightDispPro";
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
}
article .inner .photo_inner {
  margin-bottom: 25px;
}
article .left {
  width: calc(100% - 350px);
  border-right: 1px solid #c1c1c1;
  padding-right: 40px;
}
@media all and (max-width: 900px) {
  article .left {
    width: 100%;
    padding-right: 0px;
    border-right: 0px solid #c1c1c1;
    margin-bottom: 30px;
  }
}
article .right {
  width: 350px;
  padding-left: 40px;
}
@media all and (max-width: 900px) {
  article .right {
    width: 100%;
    padding-left: 0px;
  }
}
article .right .arhiva {
  border: 1px solid #c1c1c1;
}
article .right .arhiva .head_arhiva {
  border-bottom: 1px solid #c1c1c1;
  border-left: 6px solid #da0326;
  color: #616161;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 16px;
  font-weight: 600;
}
article .right .arhiva .inner {
  padding: 20px;
  flex-direction: column;
}
article .right .arhiva .inner select {
  appearance: none; /* Elimină stilul implicit */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  border: 1px solid #c1c1c1;
  background-color: white;
  color: #333;
  cursor: pointer;
  background-image: url("../img/down.svg"); /* Adaugă o săgeată custom */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
article .right .arhiva .inner .item {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  border-bottom: 1px solid #c1c1c1;
}
article .right .arhiva .inner .item:last-child {
  border-bottom: 0px solid #c1c1c1;
}
article .right .arhiva .foooter {
  border-top: 1px solid #c1c1c1;
  background-color: #da0326;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 400;
}
article .right .arhiva .foooter:hover {
  background-color: #f72b4c;
  color: #fff;
}
article .intro {
  font-size: 20px;
  color: #616161;
  font-family: "FreightDispPro";
  margin-bottom: 30px;
}

.breadcrumb {
  margin-bottom: 20px;
  margin-top: 20px;
}
.breadcrumb ul li {
  list-style-type: none;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  height: 14px;
  line-height: 1.3em;
}
.breadcrumb ul li a {
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: #f3011b;
  text-decoration: underline;
}
.breadcrumb ul li img {
  width: 8px;
  margin-top: 3px;
}

.cont_title {
  font-size: 42px;
  font-family: "Frank Ruhl Libre";
  margin-bottom: 20px;
  font-weight: 300;
}
@media all and (max-width: 900px) {
  .cont_title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}

.margin {
  padding: 0px;
  max-width: 500px;
}
@media all and (max-width: 500px) {
  .margin {
    padding: 20px 0;
  }
}
.margin .text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #979797;
}
.margin .text span {
  text-transform: none;
}
.margin .categorii {
  height: 55px;
  width: 100%;
  padding: 10px;
  border: 1px solid #d9d6c9;
  color: #d9d6c9;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/down.svg);
  background-repeat: no-repeat;
  background-position: right 5% bottom 45%;
  background-size: 13px 13px;
  margin-bottom: 20px;
}
.margin #art_img {
  display: none;
}
.margin .loadd {
  height: 55px;
  width: 100%;
  border: 1px solid #d9d6c9;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: #f3f1e9;
  margin-left: 0;
  display: block;
  text-transform: uppercase;
}
.margin .legend {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}
.margin .half2 {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .margin .half2 {
    flex-wrap: wrap;
  }
}
.margin .half {
  width: calc(50% - 10px);
}
@media all and (max-width: 768px) {
  .margin .half {
    width: 100%;
  }
}
.margin .simple_input {
  height: 55px;
  width: 100%;
  border: 1px solid #d9d6c9;
  background-color: #f3f1e9;
  margin-bottom: 20px;
  padding: 10px;
}
.margin .textArea {
  height: 120px;
  width: 100%;
  border: 1px solid #d9d6c9;
  padding: 10px;
  margin-bottom: 20px;
}
.margin .citeaza {
  background-color: #d9d6c9;
  padding: 15px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 14px;
}
.margin .citeaza span {
  font-weight: 700;
}

.eroare {
  color: #f3011b;
  margin-bottom: 20px;
}

.disclamer {
  color: #7e7e7e;
  margin-bottom: 20px;
}

.under {
  text-decoration: underline;
}

label {
  display: inline;
  margin-bottom: 0.5rem;
}

#termeni {
  margin-right: 4px;
}

.mb20 {
  margin-bottom: 20px;
  color: #979797;
}

.other {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 30px;
}
.other a {
  color: #979797;
}
.other a:hover {
  text-decoration: underline;
}

.two_half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.half {
  width: calc(50% - 15px);
}

.custom-select {
  appearance: none; /* Elimină stilul implicit */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f3f1e9;
  height: 55px;
  width: 100%;
  border: 1px solid #d9d6c9;
  background-color: #f3f1e9;
  margin-bottom: 20px;
  padding: 10px;
  color: #333;
  cursor: pointer;
  background-image: url("../img/down.svg"); /* Adaugă o săgeată custom */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.child-group {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  width: 100%;
}

.child-group .half {
  width: calc(50% - 10px); /* Fiecare div ocupă jumătate din lățime */
}

footer .logo_mirelaa {
  width: 220px;
}

.despre {
  margin-bottom: 40px;
  /* Imaginea pe stânga */
  /* Responsivitate pentru mobil */
}
.despre .intro {
  font-family: "Frank Ruhl Libre";
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
}
.despre h2 {
  font-family: "Frank Ruhl Libre";
  font-size: 32px;
  font-weight: 300;
}
.despre p {
  font-size: 18px;
  margin-bottom: 25px;
}
.despre .float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: auto; /* Ajustează dimensiunea imaginii */
  height: auto;
  border-radius: 10px;
}
.despre .float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: auto;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .despre .float-right, .despre .float-left {
    float: none;
    display: block;
    margin: 0 auto 10px auto;
    width: 80%; /* Imaginile mai mari pe mobil */
  }
}
.despre img {
  margin: 30px;
  margin-left: 0;
  margin-right: 0;
}

.clear {
  clear: both;
}

.webinar {
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.webinar .photo {
  position: relative;
}
.webinar .photo .play {
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .webinar .photo .play {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    padding: 10px;
  }
  .webinar .photo .play img {
    width: 100%;
  }
}

h1 {
  font-size: 42px;
  margin-bottom: 0px;
  font-family: "Frank Ruhl Libre";
  font-weight: 300;
}

h2.styled-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Frank Ruhl Libre";
  font-weight: 300;
  color: #5a5a5a;
  position: relative;
}

.styled-title {
  display: flex;
  align-items: flex-start; /* Aliniază imaginile sus */
  justify-content: center; /* Centrează conținutul */
  text-align: center;
  gap: 15px; /* Spațiu între imagini și text */
  flex-wrap: wrap; /* Permite textului să cadă pe două rânduri */
}

.styled-title::before,
.styled-title::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0; /* Previne micșorarea imaginilor */
  align-self: flex-start; /* Asigură alinierea sus */
}

.styled-title::before {
  background-image: url("../img/left.png");
  margin-right: 15px;
}

.styled-title::after {
  background-image: url("../img/right.png");
  margin-left: 15px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 28px;
    margin-bottom: 0px;
    font-family: "FreightDispPro";
    font-weight: 300;
  }
  .styled-title {
    display: grid;
    grid-template-columns: auto 1fr auto; /* Imaginile la extreme, textul centrat */
    gap: 10px;
  }
  .styled-title::before,
  .styled-title::after {
    width: 40px; /* Redimensionare imagini pe mobil */
    height: 40px;
  }
}
.share {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.share .item {
  width: 175px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}
@media all and (max-width: 768px) {
  .share .item {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .share a {
    display: flex;
    width: 100%;
  }
}
.share .face {
  background-color: #1f449c;
}
.share .face img {
  width: 11px;
  margin-right: 7px;
}
.share .what {
  background-color: #25d366;
}
.share .what img {
  width: auto;
  margin-right: 7px;
}

.comments .area {
  width: 100%;
  border: 1px solid #ccc;
  height: 140px;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.comments .input {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
  border: 1px solid #ccc;
  height: 45px;
}
.comments .area_btn {
  width: 100%;
  border: 0;
  height: 45px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #f3011b;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #f3011b;
  font-weight: 700;
  margin-bottom: 20px;
}
.comments .area_btn:hover {
  background-color: #f72b4c;
  color: #fff;
}
.comments .inner {
  background-color: #eee;
  padding: 30px;
  display: block;
}
.comments .inner .comment {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.comments .inner .comment .photo {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}
@media all and (max-width: 900px) {
  .comments .inner .comment .photo {
    display: none;
  }
}
.comments .inner .comment .messaage {
  margin-bottom: 15px;
}
@media all and (max-width: 900px) {
  .comments .inner .comment .messaage {
    width: 100%;
  }
}
.comments .inner .comment .messaage .person {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 17px;
  color: #000;
  font-family: "FreightDispPro";
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
}
.comments .inner .comment .messaage .person span {
  color: #aaa3a3;
  margin-left: 10px;
}
.comments .inner .comment .messaage .mess {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 17px;
  position: relative;
  float: left;
}
.comments .inner .more_comments {
  background-color: #f3011b;
  color: #fff;
  font-size: 12px;
  font-family: "Quicksand";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 45px;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
  border: 1px solid #f3011b;
}

.mb40 {
  margin-bottom: 40px;
}

@media all and (max-width: 800px) {
  .webinar {
    padding: 25px 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 800px) {
  .webinar h1 {
    font-size: 30px;
  }
}
.webinar h2 {
  font-size: 24px;
  font-family: "Frank Ruhl Libre";
  margin-bottom: 25px;
}
@media all and (max-width: 800px) {
  .webinar h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.webinarr {
  text-align: left;
  width: 60%;
  margin: 0 auto 0;
}
@media all and (max-width: 800px) {
  .webinarr {
    width: 100%;
  }
}
.webinarr h2 {
  font-family: "FreightDispPro";
}

.search_container h2 {
  font-family: "FreightDispPro";
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}
.search_container h2 a:hover {
  text-decoration: underline;
  color: #f3011b;
}

.galleryy {
  column-count: 3;
  --webkit-column-count: 3;
  --moz-column-count: 3;
  gap: 1rem;
  padding: 0;
}

.image img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
  .galleryy {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}
@media screen and (max-width: 500px) {
  .galleryy {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  .galleryy {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}
/* Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.lightbox .prev, .lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 1001;
}

.lightbox .prev {
  left: 20px;
}

.lightbox .next {
  right: 20px;
}

.lightbox .prev:hover, .lightbox .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.back {
  margin-bottom: 20px;
  color: #000;
  display: inline-block;
  align-items: center;
  padding: 5px 15px;
  background-color: #f0efea;
  border: 1px solid #f3d50a;
  font-size: 14px;
  text-transform: uppercase;
}
.back:hover {
  background-color: #f3d50a;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-carousel .item {
  position: relative;
}

.hero-carousel .item .top {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-carousel .item .left_c {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.hero-carousel .item .right_c {
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: auto;
}

.hero-carousel .info {
  position: absolute;
  bottom: 50px;
  width: 100%;
  color: #fff;
}
@media all and (max-width: 800px) {
  .hero-carousel .info {
    bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .hero-carousel .info {
    bottom: 10px;
  }
}
.hero-carousel .info .citatt {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 43px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 800px) {
  .hero-carousel .info .citatt {
    font-size: 30px;
  }
}
@media all and (max-width: 600px) {
  .hero-carousel .info .citatt {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.hero-carousel .info .autor {
  font-family: "Quicksand";
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 800px) {
  .hero-carousel .info .autor {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  .hero-carousel .info .autor {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.hero-carousel .info .cta {
  background-color: #da0326;
  border: 1px solid #da0326;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  width: 200px;
  height: 55px;
  margin: 0 auto 0;
  text-transform: uppercase;
}
@media all and (max-width: 800px) {
  .hero-carousel .info .cta {
    width: 190px;
    height: 45px;
  }
}
@media all and (max-width: 600px) {
  .hero-carousel .info .cta {
    width: 150px;
    height: 25px;
    font-size: 12px;
  }
}
.hero-carousel .info .cta:hover {
  background-color: #000;
}
.hero-carousel .info .recente-carousel {
  margin-bottom: 40px;
  position: relative;
  width: 100% !important;
  max-width: none !important;
}
.hero-carousel .info .recente-carousel .owl-stage {
  display: flex;
}
.hero-carousel .info .recente-carousel .owl-item {
  display: flex;
  flex: 1;
  width: auto !important;
}
.hero-carousel .info .recente-carousel .owl-stage-outer {
  width: 100% !important;
}
.hero-carousel .info .recente-carousel .item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 20px;
  margin: 10px;
  height: auto;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  width: auto !important;
  max-width: none !important;
}
.hero-carousel .info .recente-carousel .item:hover {
  transform: translateY(-5px);
}
.hero-carousel .info .recente-carousel .item .photo {
  margin-bottom: 15px;
}
.hero-carousel .info .recente-carousel .item .photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}
.hero-carousel .info .recente-carousel .item .info h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #333;
}
.hero-carousel .info .recente-carousel .item .info .text {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.4;
}
.hero-carousel .info .recente-carousel .item .padd {
  margin-bottom: 15px;
  width: 100%;
}
.hero-carousel .info .recente-carousel .item .pret {
  font-size: 18px;
  color: #da0326;
  font-weight: 600;
  margin-bottom: 10px;
}
.hero-carousel .info .recente-carousel .item .more {
  display: inline-block;
  background: #da0326;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}
.hero-carousel .info .recente-carousel .item .more:hover {
  background: #b8001f;
}
.hero-carousel .info .recente-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.hero-carousel .info .recente-carousel .owl-nav .owl-prev,
.hero-carousel .info .recente-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.hero-carousel .info .recente-carousel .owl-nav .owl-prev:hover,
.hero-carousel .info .recente-carousel .owl-nav .owl-next:hover {
  background: rgb(255, 255, 255) !important;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.hero-carousel .info .recente-carousel .owl-nav .owl-prev img,
.hero-carousel .info .recente-carousel .owl-nav .owl-next img {
  width: 20px;
  height: 20px;
  filter: invert(0);
}
.hero-carousel .info .recente-carousel .owl-nav .owl-prev {
  left: -25px;
}
.hero-carousel .info .recente-carousel .owl-nav .owl-next {
  right: -25px;
}
.hero-carousel .info .recente-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
  z-index: 10;
}
.hero-carousel .info .recente-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.hero-carousel .info .recente-carousel .owl-dots .owl-dot.active {
  background: #fff;
  transform: scale(1.2);
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.hero-carousel .info .recente-carousel .owl-dots .owl-dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}
@media all and (max-width: 768px) {
  .hero-carousel .info .recente-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .hero-carousel .info .recente-carousel .owl-nav .owl-next {
    right: 10px;
  }
  .hero-carousel .info .recente-carousel .owl-nav .owl-prev,
  .hero-carousel .info .recente-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
  .hero-carousel .info .recente-carousel .owl-nav .owl-prev img,
  .hero-carousel .info .recente-carousel .owl-nav .owl-next img {
    width: 16px;
    height: 16px;
  }
}

.grey {
  background-color: #eee;
}

.despre_proiect {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.despre_proiect .photo {
  width: 420px;
}
@media all and (max-width: 850px) {
  .despre_proiect .photo {
    width: 300px;
  }
}
@media all and (max-width: 768px) {
  .despre_proiect .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.despre_proiect .photo img {
  width: 100%;
}
.despre_proiect .info {
  width: calc(100% - 460px);
  font-style: italic;
}
@media all and (max-width: 850px) {
  .despre_proiect .info {
    width: calc(100% - 330px);
  }
}
@media all and (max-width: 768px) {
  .despre_proiect .info {
    width: 100%;
  }
}
.despre_proiect .info .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media all and (max-width: 768px) {
  .despre_proiect .info .title {
    font-size: 18px;
  }
}
.despre_proiect .info .text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.despre_proiect .info .bottom {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.black {
  padding: 30px 0;
  background-color: #222;
}

.title_section {
  margin-bottom: 40px;
}

.title_section .square_white {
  width: 10px;
  height: 17px;
  background-color: #fff;
  margin-right: 6px;
  display: inline-block;
}

.title_section .title_white {
  font-size: 29px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 900;
}

.padd {
  padding: 0 40px 20px 40px;
}
@media all and (max-width: 800px) {
  .padd {
    padding: 0px 20px 20px 20px;
  }
}

.title_section .square_black {
  width: 10px;
  height: 17px;
  background-color: #000;
  margin-right: 6px;
  display: inline-block;
}

.title_section .title_black {
  font-size: 22px;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
}

.galerie_hp {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
@media all and (max-width: 800px) {
  .galerie_hp {
    padding: 0 20px;
  }
}
.galerie_hp .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}
.galerie_hp .item img {
  width: 100%;
  margin-bottom: 15px;
}
.galerie_hp .item .title {
  font-size: 24px;
  color: #fff;
  font-family: "FreightDispPro";
  margin-bottom: 15px;
}
@media all and (max-width: 800px) {
  .galerie_hp .item {
    width: 100%;
    margin-right: 0;
  }
}
.galerie_hp .item img {
  width: 100%;
}
.galerie_hp .item:nth-child(3) {
  margin-right: 0px;
}
.galerie_hp .item:nth-child(6) {
  margin-right: 0px;
}
.galerie_hp .item:nth-child(9) {
  margin-right: 0px;
}
.galerie_hp .item:nth-child(12) {
  margin-right: 0px;
}
.galerie_hp .item:nth-child(15) {
  margin-right: 0px;
}
.galerie_hp .item:nth-child(18) {
  margin-right: 0px;
}
.galerie_hp .item:nth-child(21) {
  margin-right: 0px;
}
.galerie_hp .item:nth-child(24) {
  margin-right: 0px;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form .newsletter_input {
  width: calc((100% - 30px) / 2);
  height: 50px;
  background-color: #fff;
  padding: 0 15px;
  border: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 850px) {
  .form .newsletter_input {
    width: 100%;
  }
}

.news_butt {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #da0326;
  width: 270px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.news_butt:hover {
  background-color: #f72b4c;
  color: #fff;
}

.header .nav .left .menu_desktop ul li a {
  color: #fff;
}
.header .nav .left .menu_desktop ul li a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #f3011b;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.highlighted {
  margin-bottom: 20px;
}
.highlighted .main {
  position: relative;
}
.highlighted .main .photo {
  margin-bottom: 10px;
}
.highlighted .main .category {
  color: #939393;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 9999;
}
.highlighted .main .category:hover {
  color: #f3011b;
  text-decoration: underline;
}
.highlighted .main .text {
  font-size: 16px;
  line-height: 1.3em;
  color: #939393;
  margin-bottom: 15px;
}
.highlighted .main h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "FreightDispPro";
}
.highlighted .items .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.highlighted .items .item:last-child {
  border-bottom: 0px solid #c1c1c1;
}
.highlighted .items .item .photo {
  margin-right: 15px;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.highlighted .items .item .photo img {
  width: 100%; /* Lățimea imaginii se va adapta la lățimea div-ului părinte */
  height: 100%; /* Înălțimea imaginii se va adapta la înălțimea div-ului părinte */
  object-fit: cover; /* Asigură că imaginea se va adapta corect în cadrul pătratului */
}
.highlighted .items .item .info {
  width: calc(100% - 90px);
}
.highlighted .items .item .info .category {
  color: #939393;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 9999;
}
.highlighted .items .item .info .category:hover {
  color: #f3011b;
  text-decoration: underline;
}
.highlighted .items .item .info h3 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "FreightDispPro";
}

.main:hover h3 {
  color: #f3011b;
}

li.drop {
  background-image: url(../img/down_w.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 12px 12px;
  padding: 0 20px 0 0;
}

.submenu {
  position: absolute;
  top: 26px;
  background-color: #fff;
  min-width: 200px;
  color: #222;
  display: none;
  flex-direction: column;
  border-top: 1px solid #ccc;
  display: none;
  z-index: 99999;
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.53);
}
.submenu li {
  padding: 10px 15px 30px 15px;
  height: 15px;
  line-height: 1.3em;
  margin: 0;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid #eee;
}
.submenu li a {
  white-space: nowrap;
  color: #222;
}
.submenu li:hover {
  background-color: #fff;
  color: #222;
}
.submenu li:hover a {
  white-space: nowrap;
}
.submenu li:hover a:hover {
  color: #222;
  text-decoration: none;
}

.header .nav .right .menu_desktop ul.submenu {
  display: none;
}

.header .nav .right .menu_desktop li:hover ul.submenu {
  display: flex;
  flex-direction: column;
}

.header .nav .right .menu_desktop li:hover ul.submenu li {
  display: flex;
  flex-direction: column;
}

.header .nav .right .menu_desktop ul.submenu li a {
  color: #222;
  font-weight: 600;
}

.hero-carousel .item .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  pointer-events: none;
}

.steps {
  display: flex;
  flex-wrap: wrap;
}
.steps .step {
  width: calc((100% - 30px) / 3);
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 900px) {
  .steps .step {
    width: 100%;
  }
}
.steps .step img {
  width: 61px;
}
.steps .step .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}
.steps .step .text {
  font-size: 14px;
  color: #707070;
}

.listing_news.owl-carousel .owl-stage {
  display: flex;
}
.listing_news.owl-carousel .owl-item {
  display: flex;
  flex: 1;
}
.listing_news.owl-carousel .item {
  margin-right: 0;
  flex-shrink: 0;
  display: flex !important;
  flex-direction: column !important;
}
.listing_news.owl-carousel .item .photo {
  order: 1;
  border-bottom: 1px solid #ccc;
}
.listing_news.owl-carousel .item .info {
  order: 2;
  padding: 20px 40px 10px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media all and (max-width: 800px) {
  .listing_news.owl-carousel .item .info {
    padding: 20px 20px;
  }
}
.listing_news.owl-carousel .item .padd {
  order: 3;
}
.listing_news.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.listing_news.owl-carousel .owl-nav .owl-prev,
.listing_news.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.listing_news.owl-carousel .owl-nav .owl-prev:hover,
.listing_news.owl-carousel .owl-nav .owl-next:hover {
  background: rgb(255, 255, 255) !important;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.listing_news.owl-carousel .owl-nav .owl-prev img,
.listing_news.owl-carousel .owl-nav .owl-next img {
  width: 20px;
  height: 20px;
  filter: invert(0);
}
.listing_news.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
.listing_news.owl-carousel .owl-nav .owl-next {
  right: -25px;
}
.listing_news.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
  z-index: 10;
}
.listing_news.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.listing_news.owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
  transform: scale(1.2);
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.listing_news.owl-carousel .owl-dots .owl-dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}
@media all and (max-width: 768px) {
  .listing_news.owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .listing_news.owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  .listing_news.owl-carousel .owl-nav .owl-prev,
  .listing_news.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
  .listing_news.owl-carousel .owl-nav .owl-prev img,
  .listing_news.owl-carousel .owl-nav .owl-next img {
    width: 16px;
    height: 16px;
  }
}

.listing_news.owl-carousel .info {
  position: relative;
  bottom: 0px;
  color: #000;
}

.listing_news.owl-carousel .item .text {
  margin-left: 0px;
  width: 100%;
}

.padd {
  margin-bottom: 15px;
  width: 100%;
}

.galerie_hp .title {
  font-size: 24px;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  font-size: 12px;
  margin-bottom: 10px;
  overflow-x: hidden;
  color: #fff;
  position: relative;
}
.breadcrumbs li {
  flex-shrink: 0;
}
.breadcrumbs li + li::before {
  content: "»";
  margin: 0 8px;
}
.breadcrumbs a,
.breadcrumbs span {
  border-bottom: 1px solid transparent;
  display: inline-block;
  font-weight: 600;
  flex-shrink: 0;
}
.breadcrumbs a {
  color: #da0326;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    border-color: #da0326;
  }
}
.breadcrumbs .breadcrumb_last,
.breadcrumbs .breadcrumbs__articol {
  font-weight: 400;
}

.cat-header__title {
  line-height: 1.1;
  font-family: "Quicksand";
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
  font-size: 48px;
}
.cat-header__title + .cat-header__sub {
  margin-top: 10px;
}

.listing_news.categorie {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .listing_news.categorie {
    margin-bottom: 20px;
  }
}
.listing_news.categorie .items {
  display: flex;
  flex-wrap: wrap;
}
.listing_news.categorie .items .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 800px) {
  .listing_news.categorie .items .item {
    width: 100%;
    margin-right: 0;
  }
}
.listing_news.categorie .items .item img {
  width: 100%;
}
.listing_news.categorie .items .item:nth-child(3) {
  margin-right: 0px;
}
.listing_news.categorie .items .item:nth-child(6) {
  margin-right: 0px;
}
.listing_news.categorie .items .item:nth-child(9) {
  margin-right: 0px;
}
.listing_news.categorie .items .item:nth-child(12) {
  margin-right: 0px;
}
.listing_news.categorie .items .item:nth-child(15) {
  margin-right: 0px;
}
.listing_news.categorie .items .item:nth-child(18) {
  margin-right: 0px;
}
.listing_news.categorie .items .item:nth-child(21) {
  margin-right: 0px;
}
.listing_news.categorie .items .item:nth-child(24) {
  margin-right: 0px;
}
.listing_news.categorie .items .item .info {
  padding: 20px 40px 10px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media all and (max-width: 800px) {
  .listing_news.categorie .items .item .info {
    padding: 20px 20px;
  }
}
.listing_news.categorie .items .item .info h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "FreightDispPro";
}
.listing_news.categorie .items .item .info .category {
  color: #939393;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 9999;
}
.listing_news.categorie .items .item .info .category:hover {
  color: #f3011b;
  text-decoration: underline;
}
.listing_news.categorie .items .item .info .text {
  font-size: 16px;
  line-height: 1.3em;
  color: #939393;
  margin-bottom: 15px;
}
.listing_news.categorie .items .item .photo {
  border-bottom: 1px solid #ccc;
}

.spectacol_single .two_col {
  color: #b6b6b6;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.spectacol_single .two_col .main {
  width: calc((100% - 30px) / 2);
  border-right: 1px solid #5d5d5d;
  padding-right: 30px;
}
.spectacol_single .two_col .main .thumb {
  margin-bottom: 20px;
}
.spectacol_single .two_col .main .thumb img {
  width: 100%;
  height: auto;
}
.spectacol_single .two_col .main audio {
  width: 100%;
  margin-bottom: 20px;
}
.spectacol_single .two_col .text {
  width: calc((100% - 30px) / 2);
  padding-left: 30px;
}
.spectacol_single .two_col .text .inter {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .spectacol_single .two_col .main,
  .spectacol_single .two_col .text {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.buy {
  display: inline-block;
  background-color: #da0326;
  color: #fff;
  padding: 15px 20px;
  border: 1px solid #da0326;
  text-decoration: none;
  margin-bottom: 20px;
}
.buy:hover {
  background-color: #000;
  color: #fff;
}

.grey_bg {
  background-color: #191919;
  padding: 50px 0;
}


.popup-user {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 9999;
  pointer-events: none;
}
.popup-user .fader {
  pointer-events: none;
}
.popup-user--active .fader {
  opacity: 1;
  pointer-events: auto;
}
.popup-user--active .popup-user__inner {
  pointer-events: auto;
  transform: none;
}

.popup-user__inner {
  background-color: #FFF;
  width: 100%;
  max-width: 250px;
  position: relative;
  z-index: 10000;
  padding: 30px 25px;
  pointer-events: none;
  transform: translateX(100%);
  height: 100vh;
}
@media all and (min-width: 640px) {
  .popup-user__inner {
    max-width: 350px;
  }
}
@media all and (min-width: 1390px) {
  .popup-user__inner {
    max-width: 400px;
  }
}

.popup-user__title {
  font-size: 20px;
  padding: 4px 12px;
  margin-bottom: 10px;
}
@media all and (min-width: 640px) {
  .popup-user__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.popup-user__link {
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.1;
}
@media all and (min-width: 640px) {
  .popup-user__link {
    padding: 8px 12px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .popup-user__link:hover {
    background-color: #FF3231;
    color: #FFF;
  }
}
.close {
  position: absolute;
  top: 16px;
  right: 11px;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.menu__icon img{
  margin-top: 4px
}