/*--------------------------------------------------------------
# Variables (Colors, Fonts, sizes)
--------------------------------------------------------------*/
/*
 ***********************
 *    IMPORT FONTS     *
 ***********************
*/
@import url("../fonts/Roboto.css?family=Roboto");
/* Import Google Font
 *
 * @import url('https://fonts.googleapis.com/css?family=Roboto');
 *
*/
/*--------------------------------------------------------------
# Normalize & Print
--------------------------------------------------------------*/
/*
 ***********************
 * RESET AND NORMALIZE *
 ***********************
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address,
big, code, del, dfn, em, img, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,
main, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0; }

ol, ul {
  list-style: none; }

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  line-height: 1.15; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

figure {
  margin: 1em 40px; }

img {
  border-style: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[clear] {
  clear: both; }

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*--------------------------------------------------------------
# Responsive Bug Fixes
--------------------------------------------------------------*/
/*
 *******************
 *  MEDIA QUERIES  *
 *******************
*/
/* EXTRA LARGE DISPLAY */
/* MEDIA FOR NOTEBOOK DISPLAY */
/* MEDIA FOR TABLET DISPLAY */
/* MEDIA FOR MEDIUM MOBILE DISPLAY */
/* MEDIA FOR LITTLE MOBILE DISPLAY */
webrouk-custom-range {
  --w-primary-color: hsl(35, 91%, 61%);
  --w-text-color: hsl(0, 100%, 100%);
  --w-line-color: hsl(0, 0%, 93%); }

body {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px; }

.wrap {
  width: 1680px;
  margin: 0 auto; }

.header {
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.25); }
  .header a {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer; }
    .header a:hover {
      color: #F6A940;
      border-bottom: 1px solid #F6A940; }
  .header ul {
    padding: 0;
    align-self: flex-end;
    display: flex;
    align-items: center; }
    .header ul li {
      display: flex;
      padding: 0 18px; }
  .header nav {
    margin-left: auto; }
  .header .wrap {
    padding: 20px 0;
    display: flex;
    flex: 1;
    align-items: center; }
  .header .logo {
    border: 0; }
    .header .logo:hover {
      border-bottom: 0; }
    .header .logo img {
      width: 150px; }
  .header .header_cauta {
    background: rgba(246, 169, 64, 0.41);
    border-radius: 5px;
    padding: 8px 30px;
    position: relative;
    font-size: 1rem;
    line-height: 1.125rem; }
    .header .header_cauta:before {
      display: inline-block;
      content: "";
      background-image: url(../images/cauta_icon.png);
      width: 16px;
      height: 16px;
      margin-right: 10px; }
  .header .header_echipa {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #F6A940;
    font-size: 1rem;
    line-height: 1.125rem;
    border-radius: 5px; }
  .header .mobile-menu-btn {
    display: none; }

.home-hero {
  background: url(../images/hero_image.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 10rem 0; }
  .home-hero img {
    align-self: center; }
  .home-hero select {
    color: #000;
    padding: 10px 20px;
    border-radius: 5px; }
  .home-hero--filters {
    padding: 4rem 0; }
    .home-hero--filters-cauta {
      background: #F6A940 url(../images/cauta_icon.png) no-repeat 10% center;
      border: 0;
      border-radius: 5px;
      padding: 8px 30px;
      position: relative;
      font-size: 1rem;
      line-height: 1.125rem;
      font-weight: 700; }
      .home-hero--filters-cauta:before {
        display: inline-block;
        content: "";
        background-image: url(../images/cauta_icon.png);
        width: 16px;
        height: 16px;
        margin-right: 10px; }
    .home-hero--filters .custom-select#search--area .options-wrap {
      width: 50vw; }
      .home-hero--filters .custom-select#search--area .options-wrap ul li ul {
        display: flex;
        flex-wrap: wrap; }
        .home-hero--filters .custom-select#search--area .options-wrap ul li ul li {
          width: 33%; }

.home-promovate {
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  padding: 9rem 0; }
  .home-promovate h3 {
    font-size: 2.25rem;
    padding-bottom: 2.75rem; }
  .home-promovate--anunturi {
    display: flex;
    gap: 4rem; }
  .home-promovate--anunt {
    width: 33%;
    box-shadow: 0px 0px 3px #C4C4C4;
    border-radius: 2px; }
    .home-promovate--anunt img {
      max-width: 100%;
      height: 250px;
      width: 100%; }
    .home-promovate--anunt p {
      line-height: 1.25rem;
      padding: 1.5rem;
      word-break: break-all; }
    .home-promovate--anunt a {
      border: 1px solid #636060;
      text-decoration: none;
      border: 1px solid #000;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      display: inline-block;
      padding: 0.5rem 2.5rem; }
      .home-promovate--anunt a:hover {
        background: #F6A940; }
  .home-promovate .wrap {
    width: 1280px; }

.home-recomandate {
  padding: 9rem 0; }
  .home-recomandate h3 {
    font-size: 2.25rem;
    padding-bottom: 2.75rem; }
  .home-recomandate .wrap {
    width: 1280px; }
  .home-recomandate a {
    text-decoration: none;
    color: inherit; }
  .home-recomandate--anunturi {
    display: flex;
    gap: 4rem; }
  .home-recomandate--anunt {
    width: 33%;
    box-shadow: 0px 0px 3px #C4C4C4;
    border-radius: 2px; }
    .home-recomandate--anunt p {
      padding: 1.25rem 1rem;
      overflow: hidden;
      height: 115px;
      word-break: break-word; }
    .home-recomandate--anunt-img {
      position: relative; }
      .home-recomandate--anunt-img span {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        background: #11AA4E;
        padding: 0.25rem 0.5rem;
        color: #fff;
        text-transform: uppercase; }
      .home-recomandate--anunt-img img {
        height: 250px;
        width: 100%;
        object-fit: cover; }
    .home-recomandate--anunt-info {
      margin-top: auto;
      display: flex;
      background: #F2F2F2; }
      .home-recomandate--anunt-info div {
        padding: 0.875rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        .home-recomandate--anunt-info div img {
          margin-right: 10px;
          width: 20px;
          height: 20px; }
    .home-recomandate--anunt-pret {
      background: #F6A940;
      font-weight: bold;
      color: #fff;
      margin-left: auto; }
  .home-recomandate .bx-wrapper {
    box-shadow: none;
    border: 0; }
  .home-recomandate .bx-wrapper .bx-controls-direction a {
    display: none; }
  .home-recomandate .bx-wrapper .bx-pager {
    bottom: -3rem; }
  .home-recomandate .bx-wrapper .bx-pager.bx-default-pager a {
    width: 1.5rem;
    height: 1.5rem;
    background: #E2E0E0;
    border-radius: 0.75rem; }
  .home-recomandate .bx-wrapper .bx-pager.bx-default-pager a.active, .home-recomandate .bx-wrapper .bx-pager.bx-default-pager a:focus, .home-recomandate .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #F6A940; }

.pag-listare {
  display: flex;
  flex-wrap: wrap; }

.breadcrumbs {
  width: 100%;
  text-align: left;
  padding: 15px 0; }
  .breadcrumbs a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    cursor: pointer; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs a.breadcrumbs-active {
    color: #F6A940;
    font-weight: 700; }

.sidebar-filtre {
  background: #fcfcfc;
  width: 350px;
  padding: 0 30px 20px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
  .sidebar-filtre--titlu {
    font-size: 1.20rem;
    color: #5D5D5D;
    font-weight: 700;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    margin: 20px 0 10px; }
  .sidebar-filtre label {
    cursor: pointer;
    font-size: 1.25rem; }
  .sidebar-filtre #search-offers-btn {
    background: #F6A940;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    border: 0;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer; }
    .sidebar-filtre #search-offers-btn:hover {
      background: #fdc87e; }
  .sidebar-filtre #filter-floor-min,
  .sidebar-filtre #filter-floor-max {
    width: 100px;
    margin-right: 10px; }
  .sidebar-filtre .css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .sidebar-filtre label,
  .sidebar-filtre .css-checkbox + label {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    height: 22px;
    color: #616161;
    display: flex;
    align-items: end; }
  .sidebar-filtre label {
    display: inline; }
  .sidebar-filtre .css-checkbox + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #F6A940;
    border-radius: 2px;
    box-shadow: none;
    margin-right: 7px; }
  .sidebar-filtre .css-checkbox:checked + label {
    color: #F6A940; }
  .sidebar-filtre .css-checkbox:checked + label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZjViZTE4IiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 22px;
    width: 22px; }
  .sidebar-filtre li {
    padding-bottom: 5px; }
    .sidebar-filtre li ul {
      margin-top: 7px;
      padding-left: 15px; }
  .sidebar-filtre #filter-zones {
    --w-primary-color-fb: #F6A940; }
    .sidebar-filtre #filter-zones .subtitle {
      text-transform: capitalize;
      font-weight: bold;
      margin-bottom: 5px; }

.listare {
  flex: 1;
  width: calc(100% - 450px);
  margin-left: 100px; }
  .listare-anunt {
    width: 100%;
    box-shadow: 0px 0px 3px #C4C4C4;
    display: flex;
    flex-direction: row;
    border-radius: 2px;
    margin-bottom: 30px; }
    .listare-anunt p {
      padding: 1.25rem 0; }
    .listare-anunt-img {
      position: relative;
      width: 30%;
      flex: 0 0 auto; }
      .listare-anunt-img_wrap {
        display: flex;
        justify-content: center; }
      .listare-anunt-img a {
        display: flex; }
      .listare-anunt-img img {
        width: 100%;
        object-fit: cover;
        height: 220px; }
      .listare-anunt-img .label {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        display: flex; }
        .listare-anunt-img .label span {
          display: inline-block;
          padding: 0.25rem 0.5rem;
          width: 100px; }
        .listare-anunt-img .label .green {
          background: #11AA4E; }
        .listare-anunt-img .label .red {
          background-color: #C64444; }
    .listare-anunt-info {
      margin-top: auto;
      display: flex;
      background: #F2F2F2; }
      .listare-anunt-info div {
        font-size: 0.875rem;
        font-weight: 500;
        padding: 0.875rem 1rem;
        display: flex;
        align-items: baseline;
        justify-content: center; }
        .listare-anunt-info div.listare-anunt-pret {
          align-items: center;
          font-weight: bold;
          background: #F6A940;
          color: #fff;
          margin-left: auto; }
        .listare-anunt-info div img {
          margin-right: 10px;
          width: 20px;
          height: 20px; }
    .listare-anunt--detalii {
      text-align: left;
      margin-left: 50px;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding: 15px 20px 15px 0;
      overflow-wrap: anywhere; }
      .listare-anunt--detalii-titlu {
        font-size: 1.5rem;
        line-height: 1.875rem; }
        .listare-anunt--detalii-titlu a {
          text-decoration: none;
          padding-bottom: 10px;
          color: #000; }
          .listare-anunt--detalii-titlu a:hover {
            color: #F6A940; }
      .listare-anunt--detalii-text {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin: 1rem auto;
        word-break: break-word;
        margin-top: auto;
        color: #5D5D5D; }
      .listare-anunt--detalii > a {
        display: inline-block;
        margin-top: auto;
        background: #11AA4E;
        text-transform: uppercase;
        padding: 8px 10px;
        color: #ffff;
        text-decoration: none;
        width: auto; }
        .listare-anunt--detalii > a:hover {
          background: #0d853d; }
  .listare h1 {
    text-align: left;
    color: #5D5D5D;
    font-size: 2rem;
    margin: 0;
    padding-bottom: 10px; }
  .listare-ordonare {
    display: flex;
    margin-bottom: 60px; }
    .listare-ordonare--numar {
      margin-right: auto;
      color: #898989;
      font-size: 1.25rem; }
    .listare-ordonare--sort {
      margin-left: auto; }
      .listare-ordonare--sort label {
        color: #898989;
        font-size: 1.25rem; }
      .listare-ordonare--sort select {
        padding: 10px 16px;
        background: #F2F2F2;
        border: 1px solid #c7c7c7;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15); }
  .listare-wrap {
    position: relative; }
    .listare-wrap.loading .loading-wrapper {
      display: block; }
    .listare-wrap .loading-wrapper {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 2; }

.pag-search .listare {
  width: 100%;
  margin-left: 0; }

.paginare > div {
  display: flex; }
.paginare a {
  font-size: 16px;
  width: 20px;
  height: 20px;
  color: #333; }

.agent {
  width: 260px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #5D5D5D; }
  .agent--image {
    margin-bottom: 10px;
    width: 180px;
    height: 180px;
    border-radius: 50%; }
    .agent--image img {
      max-width: 100%; }
  .agent--nume {
    font-weight: 700;
    margin-bottom: 10px; }
  .agent--post {
    margin-bottom: 10px; }
  .agent--tel {
    color: #0F75CE;
    text-decoration: none;
    margin-bottom: 10px; }
    .agent--tel:hover {
      text-decoration: underline; }
  .agent--call, .agent--whatsap {
    display: inline-block;
    text-decoration: none;
    width: 200px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #11AA4E;
    padding: 10px 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .agent--call:before, .agent--whatsap:before {
      content: "";
      display: inline-block;
      background: url(../images/whatsapp_icon.png) no-repeat center;
      width: 25px;
      height: 24px;
      margin-right: 10px; }
  .agent--call {
    background: #F6A940; }
    .agent--call:before {
      background: url(../images/phone_icon.png) no-repeat center;
      width: 24px;
      height: 24px; }

.anunt {
  width: calc(100% - 325px);
  text-align: left;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 30px; }
  .anunt h6 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #5D5D5D;
    margin-top: 1rem; }
  .anunt-galerie {
    margin-bottom: 3.25rem; }
    .anunt-galerie .bx-wrapper {
      box-shadow: none;
      border: 0; }
      .anunt-galerie .bx-wrapper .bx-pager {
        position: relative;
        top: 0; }
        .anunt-galerie .bx-wrapper .bx-pager-item {
          width: 150px;
          height: 100px;
          border: 4px solid #fff;
          box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.15);
          border-radius: 4px;
          margin: 5px 10px; }
          .anunt-galerie .bx-wrapper .bx-pager-item img {
            width: 150px;
            height: 92px; }
      .anunt-galerie .bx-wrapper li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
      .anunt-galerie .bx-wrapper img {
        max-height: 400px; }
  .anunt-text {
    margin-bottom: 3.25rem;
    display: flex; }
    .anunt-text p {
      font-size: 1rem;
      line-height: 1.25rem; }
    .anunt-text--info {
      width: 60%;
      padding-right: 20px;
      word-break: break-word; }
    .anunt-text--img {
      width: 40%; }
      .anunt-text--img img {
        width: 100%; }
  .anunt-detalii {
    margin-bottom: 3.25rem; }
    .anunt-detalii ul {
      margin-top: 1rem;
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .anunt-detalii ul li {
        width: calc(50% - 5px);
        border-bottom: 1px solid #898989;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: flex;
        color: #5D5D5D; }
    .anunt-detalii--val {
      margin-left: auto;
      font-weight: bold; }
  .anunt-facilitati ul {
    display: flex;
    flex-wrap: wrap; }
    .anunt-facilitati ul li {
      position: relative;
      color: #5D5D5D;
      font-size: 1rem;
      padding: 10px 0;
      margin-right: 20px; }
      .anunt-facilitati ul li:before {
        content: "";
        display: inline-block;
        transform: rotate(45deg);
        height: 1rem;
        width: 1rem;
        border-bottom: 4px solid #11AA4E;
        border-right: 4px solid #11AA4E;
        margin-right: 10px; }
  .anunt-tag {
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    background-color: #F6A940;
    color: #fff;
    font-weight: bold; }

.pagination {
  display: flex;
  margin-bottom: 2rem;
  flex-wrap: wrap; }
  .pagination li {
    margin-bottom: 10px; }
    .pagination li span,
    .pagination li a {
      display: inline-block;
      width: 2.25rem;
      height: 2.25rem;
      text-align: center;
      line-height: 2.25rem;
      margin-right: 1rem;
      border-radius: 5px;
      background: #fcfcfc;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
      text-decoration: none;
      color: #333; }
      .pagination li span:hover,
      .pagination li a:hover {
        background-color: #fbe0b9;
        color: #fff; }
    .pagination li.active span,
    .pagination li.active a {
      background-color: #F6A940;
      font-weight: 700;
      color: #fff; }

.footer {
  background: #F2F2F2;
  padding: 0.75rem; }
  .footer .wrap {
    width: 90%;
    display: flex; }
  .footer-links {
    width: 20%;
    text-align: left; }
    .footer-links h5 {
      font-weight: 700;
      padding-bottom: 5px; }
    .footer-links li {
      padding: 2.5px 0; }
    .footer-links a {
      text-decoration: none;
      font-size: 0.875rem;
      color: #000; }
      .footer-links a:hover {
        text-decoration: underline; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px); }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #F6A940;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F6A940 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/**** Responsive *****/
@media only screen and (max-width: 1700px) {
  .wrap {
    width: 90%;
    padding: 0; }

  .header a {
    font-size: 1rem;
    line-height: 1.5rem; }
  .header .logo {
    width: 150px; }
    .header .logo img {
      max-width: 100%; } }
@media only screen and (max-width: 1440px) {
  html {
    font-size: 14px; }

  .sidebar-filtre {
    width: 300px; }

  .listare {
    width: calc(100% - 350px);
    margin-left: 50px; }
    .listare-anunt-img {
      width: 40%; }
    .listare-anunt-info div {
      padding: 0.5rem;
      align-items: center; }

  .anunt {
    width: calc(100% - 220px); }

  .agent {
    width: 200px; }
    .agent--image {
      max-width: 100%; } }
@media only screen and (max-width: 1280px) {
  .sidebar-filtre {
    padding: 0 15px 20px; }

  .agent--call, .agent--whatsap {
    width: 100%;
    font-size: 1rem; }

  .anunt {
    width: calc(100% - 170px); }

  .agent {
    width: 150px; }

  .agent--call:before, .agent--whatsap:before {
    background-size: contain;
    width: 20px; }

  .home-promovate .wrap,
  .home-recomandate .wrap {
    width: 90%; }

  .home-promovate--anunturi {
    gap: 2rem; } }
@media only screen and (max-width: 890px) {
  html {
    font-size: 13px; }

  .header {
    position: relative;
    z-index: 2; }
    .header .wrap {
      padding: 10px 0; }
    .header .mobile-menu-btn {
      display: inline-block;
      background-color: transparent;
      border: 0;
      cursor: pointer;
      margin-left: auto;
      height: 50px;
      margin-left: auto;
      outline: 0;
      position: relative;
      width: 50px; }
      .header .mobile-menu-btn span {
        left: 10px;
        top: 24px; }
        .header .mobile-menu-btn span::before {
          top: -8px; }
        .header .mobile-menu-btn span::after {
          bottom: -8px; }
        .header .mobile-menu-btn span::before, .header .mobile-menu-btn span::after {
          content: ''; }
      .header .mobile-menu-btn span,
      .header .mobile-menu-btn span::before,
      .header .mobile-menu-btn span::after {
        display: block;
        background-color: black;
        height: 4px;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 30px; }
      .header .mobile-menu-btn.active span {
        background-color: transparent; }
        .header .mobile-menu-btn.active span::before, .header .mobile-menu-btn.active span::after {
          background-color: black;
          top: 0; }
        .header .mobile-menu-btn.active span::before {
          transform: rotate(45deg); }
        .header .mobile-menu-btn.active span::after {
          transform: rotate(-45deg); }
    .header .logo img {
      width: 120px; }
    .header .main-menu {
      display: none; }
      .header .main-menu.active {
        display: inline-block;
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #F6A940;
        border-bottom: 2px solid #F6A940; }
      .header .main-menu a {
        border-bottom: 1px solid #fff; }
        .header .main-menu a:hover {
          border-bottom: 1px solid #F6A940; }
      .header .main-menu ul {
        padding: 10px 0;
        flex-direction: column; }
        .header .main-menu ul li {
          padding: 5px 0; }

  .home-hero {
    padding: 5rem 0; }
    .home-hero--filters {
      padding: 4rem 0 0;
      width: 90%;
      margin: 0 auto; }
      .home-hero--filters-cauta {
        margin-top: 5px; }
      .home-hero--filters .custom-select {
        max-width: 100%;
        margin: 5px 0;
        position: relative;
        border-radius: 5px;
        padding: 10px; }
        .home-hero--filters .custom-select#search--area .options-wrap {
          width: 100%; }
        .home-hero--filters .custom-select .options-wrap {
          z-index: 3;
          width: 100%; }

  .home-recomandate {
    padding: 5rem 0; }

  .home-promovate {
    padding: 4rem 0; }
    .home-promovate--anunturi {
      flex-direction: column; }
    .home-promovate--anunt {
      width: 100%; }

  .sidebar-filtre {
    width: 100%; }

  .listare {
    width: 100%;
    margin-left: 0; }
    .listare h1 {
      padding-bottom: 5px; }
    .listare-ordonare {
      margin-bottom: 10px;
      flex-direction: column; }
      .listare-ordonare--sort {
        margin: 20px auto 0 0; }
    .listare-anunt {
      flex-direction: column; }
      .listare-anunt-img {
        width: 100%; }
      .listare-anunt--detalii {
        width: calc(100% - 30px);
        padding: 0;
        margin: 15px;
        overflow: hidden; }

  .anunt {
    width: 100%;
    padding: 15px; }
    .anunt-detalii ul li {
      width: 100%; }
    .anunt-galerie .bx-wrapper img {
      max-height: 50vh; }
    .anunt-galerie .bx-wrapper .bx-controls-direction {
      position: relative;
      top: -30px; }
    .anunt-galerie .bx-wrapper .bx-pager {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-items: center;
      justify-content: center; }
      .anunt-galerie .bx-wrapper .bx-pager-item {
        box-shadow: 0;
        border-width: 2px;
        margin: 3px;
        width: 70px;
        height: 70px; }
        .anunt-galerie .bx-wrapper .bx-pager-item img {
          object-fit: cover; }

  .agent {
    margin: 0 0 30px 0;
    width: 100%; }

  .footer-links {
    width: 100%;
    margin-bottom: 1rem; }
  .footer .wrap {
    flex-direction: column; } }

/*# sourceMappingURL=style.css.map */
