@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
/* CSS Document */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  min-height: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus {
  outline: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.justify-fix {
  font-size: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  *zoom: 1;
}

.hidden {
  display: none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

::-moz-selection {
  background: #D70F64;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #D70F64;
  color: #FFF;
  text-shadow: none;
}

svg:not(:root) {
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #272B5C;
  background-color: #FFF;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  min-height: 100vh;
}
@media all and (min-width: 640px) {
  body.has-hero-sticky-desktop {
    margin-top: 140px;
  }
}
@media all and (min-width: 1280px) {
  body.has-hero-sticky-desktop {
    margin-top: 150px;
  }
}
@media all and (min-width: 640px) {
  body.has-hero-sticky-desktop-and-bands {
    margin-top: 97px;
  }
}
@media all and (min-width: 1280px) {
  body.has-hero-sticky-desktop-and-bands {
    margin-top: 100px;
  }
}
@media all and (min-width: 640px) {
  body.has-hero-sticky-desktop-and-bands-and-filters {
    margin-top: 170px;
  }
}
@media all and (min-width: 1280px) {
  body.has-hero-sticky-desktop-and-bands-and-filters {
    margin-top: 184px;
  }
}
body.no-header-footer {
  background-image: none;
}

.white-bg {
  background-color: #FFF;
}

.controller {
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
@media all and (min-width: 640px) {
  .controller {
    max-width: calc(100% - 100px);
  }
}
@media all and (min-width: 1280px) {
  .controller {
    max-width: 1170px;
    width: 100%;
  }
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 36px;
  line-height: 1.2;
}
@media all and (min-width: 640px) {
  h1 {
    font-size: 48px;
  }
}
@media all and (min-width: 1280px) {
  h1 {
    font-size: 60px;
    letter-spacing: -1px;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
  width: 100%;
}
@media all and (min-width: 640px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  color: #D70F64;
  letter-spacing: 2px;
}
@media all and (min-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #272B5C;
  background-color: #FFF;
  font-weight: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid rgba(39, 43, 92, 0.25);
  outline: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 16px 17px 14px;
  border-radius: 2px;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]).half,
textarea.half,
select.half {
  width: calc((100% - 10px) / 2);
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
textarea:focus,
select:focus {
  border: 1px solid #2B8CDA;
  background-color: #FFF;
}

.form-rc-group {
  display: flex;
  margin-bottom: 10px;
}
.form-rc-group input {
  margin-top: 1px;
}
.form-rc-group label {
  flex: 1;
  margin-left: 8px;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0;
}
.form-rc-group label a {
  color: #D70F64;
}
.form-rc-group label a:hover {
  text-decoration: underline;
}

select {
  background-image: url(/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
}
select.dark {
  background-image: url(/images/dropdown-arrow-white.svg);
  background-color: #272B5C;
  color: #FFF;
  border: none;
}

button,
input[type=submit],
.buton {
  display: inline-block;
  background-color: #D70F64;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  padding: 16px 35px;
  margin-top: 15px;
  letter-spacing: 1px;
  border-radius: 2px;
  cursor: pointer;
}
button:hover, button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.buton:hover,
.buton:focus {
  outline: none;
  background-color: #D70F64;
  box-shadow: 0 3px 5px rgba(39, 43, 92, 0.25);
  transform: translateY(-2px);
}

.hero {
  background-image: url(/images/bg-hero.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #FFF;
  background-color: #272B5C;
  position: relative;
  z-index: 100;
}
@media all and (min-width: 640px) {
  .hero::after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    bottom: -2px;
    width: 100vw;
    height: 24.875vw;
    background-image: url(/images/section-1-bottom-shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -3px;
  }
}
.hero.hero-interior {
  background-position: top center;
  border-radius: 0 0 0 30px;
}
@media all and (min-width: 640px) {
  .hero.hero-interior {
    border-radius: 0 0 0 45px;
  }
}
@media all and (min-width: 1280px) {
  .hero.hero-interior {
    border-radius: 0 0 0 60px;
  }
}
.hero.hero-interior::after {
  display: none;
}
.hero.hero-homepage {
  margin-bottom: 180px;
  padding-bottom: 1px;
}
@media all and (min-width: 640px) {
  .hero.hero-homepage {
    padding-bottom: 20vw;
    margin-bottom: 30vw;
  }
}
@media all and (min-width: 1280px) {
  .hero.hero-homepage {
    padding-bottom: 20vw;
    margin-bottom: 14vw;
  }
}
@media all and (min-width: 640px) {
  .hero.hero-sticky-desktop {
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.hero-text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 20px 25px;
}
@media all and (min-width: 640px) {
  .hero-text {
    padding: 50px 0 60px;
  }
}
@media all and (min-width: 1023px) {
  .hero-text {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1280px) {
  .hero-text {
    padding: 100px 0 45px;
  }
}
@media all and (min-width: 1600px) {
  .hero-text {
    margin: 1vw auto 0.5vw;
  }
}
.hero-text h1 {
  margin: 0 0 5px;
}
@media all and (min-width: 640px) {
  .hero-text h1 {
    font-size: 60px;
  }
}
@media all and (min-width: 1600px) {
  .hero-text h1 {
    margin: 0 0 13px;
    font-size: 4.15vw;
  }
}
.hero-text p {
  line-height: 1.3;
}
@media all and (min-width: 1600px) {
  .hero-text p {
    font-size: 1.25vw;
  }
}
.hero-text div {
  max-width: 500px;
}
@media all and (min-width: 640px) {
  .hero-text div {
    max-width: none;
  }
}
.hero-text div.hero-left {
  width: 100%;
  color: #D70F64;
  text-align: center;
}
@media all and (min-width: 1023px) {
  .hero-text div.hero-left {
    text-align: right;
    margin-right: 5px;
    width: 470px;
  }
}
@media all and (min-width: 1600px) {
  .hero-text div.hero-left {
    width: 34vw;
  }
}
.hero-text div.hero-left p {
  color: #D70F64;
}
.hero-text div.hero-right {
  width: 100%;
  color: #FFF;
  text-align: center;
}
@media all and (min-width: 1023px) {
  .hero-text div.hero-right {
    margin-left: 10px;
    text-align: left;
    width: 310px;
  }
}
@media all and (min-width: 1600px) {
  .hero-text div.hero-right {
    width: 25vw;
  }
}
.hero-text div.hero-right p {
  color: rgba(255, 255, 255, 0.8);
}
@media all and (min-width: 1280px) {
  .hero-text div.hero-right p {
    padding-right: 20px;
  }
}

.hero-form {
  position: relative;
  z-index: 2;
}
.hero-form form {
  margin: 0 25px;
}
@media all and (min-width: 640px) {
  .hero-form form {
    display: flex;
    width: 87%;
    align-items: flex-end;
    margin: 0 auto;
  }
}
@media all and (min-width: 1023px) {
  .hero-form form {
    width: 640px;
  }
}
.hero-form label {
  margin-bottom: 5px;
}
.hero-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.hero-form textarea,
.hero-form select {
  margin-bottom: 0;
  border: none;
  padding: 12px 18px 11px;
}
@media all and (min-width: 1023px) {
  .hero-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.hero-form textarea,
.hero-form select {
    font-size: 22px;
  }
}
.hero-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.hero-form textarea:focus,
.hero-form select:focus {
  background-color: #E6EEF8;
}
.hero-form button,
.hero-form input[type=submit],
.hero-form .buton {
  text-transform: none;
  letter-spacing: 0;
  padding: 12px 28px 11px;
  width: 100%;
  font-size: 18px;
}
@media all and (min-width: 640px) {
  .hero-form button,
.hero-form input[type=submit],
.hero-form .buton {
    width: auto;
  }
}
@media all and (min-width: 1023px) {
  .hero-form button,
.hero-form input[type=submit],
.hero-form .buton {
    font-size: 22px;
  }
}
.hero-form button:hover, .hero-form button:focus,
.hero-form input[type=submit]:hover,
.hero-form input[type=submit]:focus,
.hero-form .buton:hover,
.hero-form .buton:focus {
  background-color: #2B8CDA;
  transform: none;
}
.hero-form .form-li-group {
  width: 100%;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .hero-form .form-li-group {
    margin-bottom: 0;
    width: auto;
    flex: 1;
  }
}

.hero-video {
  padding: 30px 0 0;
  margin: 50px auto -90px;
  position: relative;
  z-index: 5;
}
@media all and (min-width: 640px) {
  .hero-video {
    margin: 70px auto -34vw;
    width: 70vw;
  }
}
@media all and (min-width: 1280px) {
  .hero-video {
    padding: 3vw 2.4vw 0 1.4vw;
    margin: 80px auto -24vw;
    width: 44vw;
  }
}

.hero-video-shape {
  position: absolute;
  width: calc(100% - 20px);
  top: 0;
  left: 10px;
}
@media all and (min-width: 640px) {
  .hero-video-shape {
    width: 100%;
  }
}
.hero-video-shape img {
  width: 100%;
}

.hero-video-container {
  position: relative;
  width: calc(100vw - 50px);
  height: calc((100vw - 50px) * 9 / 16);
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
@media all and (min-width: 640px) {
  .hero-video-container {
    width: 70vw;
    height: 39vw;
  }
}
@media all and (min-width: 1280px) {
  .hero-video-container {
    width: 41vw;
    height: 23vw;
    margin: 0;
  }
}
.hero-video-container iframe {
  width: calc(100vw - 50px);
  height: calc((100vw - 50px) * 9 / 16);
}
@media all and (min-width: 640px) {
  .hero-video-container iframe {
    width: 70vw;
    height: 39vw;
  }
}
@media all and (min-width: 1280px) {
  .hero-video-container iframe {
    width: 41vw;
    height: 23vw;
  }
}

.logo {
  display: block;
  padding-bottom: 7px;
}
@media all and (min-width: 640px) {
  .logo {
    padding-bottom: 10px;
  }
}
.logo img {
  width: 116px;
  height: 50px;
}
@media all and (min-width: 640px) {
  .logo img {
    width: 140px;
    height: 60px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 7px 28px;
  position: relative;
}
@media all and (min-width: 640px) {
  .header {
    padding: 15px 50px 12px 50px;
  }
}
@media all and (min-width: 1280px) {
  .header {
    padding: 16px 55px;
  }
}
.header.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
  background-image: url(/images/bg-hero.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 0 0 0 30px;
}
.header.header-sticky + .hero-content {
  padding-top: 80px;
}
@media all and (min-width: 640px) {
  .header.header-sticky + .hero-content {
    padding-top: 100px;
  }
}

.mobile-menu-trigger {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
@media all and (min-width: 640px) {
  .mobile-menu-trigger {
    margin-right: -15px;
  }
}
@media all and (min-width: 1280px) {
  .mobile-menu-trigger {
    display: none;
  }
}

.mobile-menu-icon {
  display: flex;
  align-items: center;
  position: relative;
}

#close-icon {
  display: none;
}

.main-menu {
  list-style-type: none;
  display: none;
  align-items: center;
  position: absolute;
  top: 74px;
  right: 0;
  width: 100%;
  flex-wrap: wrap;
  background-color: #D70F64;
  border-radius: 30px 0 0 0;
  padding: 25px 25px 35px 25px;
  z-index: 100;
}
@media all and (min-width: 640px) {
  .main-menu {
    max-width: 480px;
    top: 97px;
  }
}
@media all and (min-width: 1280px) {
  .main-menu {
    display: flex;
    position: static;
    width: auto;
    flex-wrap: nowrap;
    background-color: transparent;
    padding: 0;
    max-width: none;
  }
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  display: block;
  padding: 20px 10px 19px;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 200px;
  color: #FFF;
}
@media all and (min-width: 1280px) {
  .main-menu li a {
    padding: 15px 15px 14px;
    font-size: 16px;
    color: #E6EEF8;
  }
}
@media all and (min-width: 1400px) {
  .main-menu li a {
    padding: 15px 22px 14px;
    font-size: 18px;
  }
}
.main-menu li.text-link {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media all and (min-width: 1280px) {
  .main-menu li.text-link {
    width: auto;
    border-bottom: none;
  }
}
.main-menu li.icon-link {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 25px;
  display: none;
}
@media all and (min-width: 1280px) {
  .main-menu li.icon-link {
    margin-left: 24px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }
}
.main-menu li.icon-link > a {
  padding: 0;
  position: relative;
}
.main-menu li.icon-link + .icon-link {
  margin-left: 10px;
}
@media all and (min-width: 1280px) {
  .main-menu li.icon-link + .button-like {
    margin-left: 30px;
    width: 170px;
  }
}
@media all and (min-width: 1400px) {
  .main-menu li.icon-link + .button-like {
    width: 220px;
  }
}
.main-menu li.icon-link.icon-contul-meu {
  display: block;
  margin-left: -5px;
}
@media all and (min-width: 1280px) {
  .main-menu li.icon-link.icon-contul-meu {
    margin-left: 10px;
  }
}
.main-menu li.icon-link.icon-contul-meu > a {
  display: flex;
  align-items: center;
}
@media all and (min-width: 1280px) {
  .main-menu li.icon-link.icon-contul-meu > a {
    font-size: 0;
    background-color: #D70F64;
    margin-left: 30px;
  }
}
.main-menu li.icon-link.icon-contul-meu .sub-menu {
  padding-left: 5px;
}
@media all and (min-width: 1280px) {
  .main-menu li.icon-link.icon-contul-meu .sub-menu {
    margin-left: 30px;
    padding-left: 0;
    right: 0;
    border-radius: 0 22px;
  }
}
@media all and (min-width: 1280px) {
  .main-menu li.icon-link.icon-contul-meu + .button-like {
    margin-left: 10px;
  }
}
.main-menu li.icon-link.icon-contul-meu.user-logat > a {
  padding-left: 12px;
  margin-bottom: 15px;
}
@media all and (min-width: 1280px) {
  .main-menu li.icon-link.icon-contul-meu.user-logat > a {
    margin-bottom: 0;
    padding: 8px 38px 8px 8px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    background-color: transparent;
    background-image: url(/images/dropdown-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
  }
}
.main-menu li.icon-link.icon-contul-meu.user-logat > a .thumb {
  width: 38px;
  padding-bottom: 38px;
  border-radius: 200px;
}
.main-menu li.icon-link.icon-contul-meu.user-logat > a span {
  display: inline-block;
  margin-left: 8px;
}
@media all and (min-width: 1280px) {
  .main-menu li.icon-link.icon-contul-meu.user-logat > a span {
    margin-left: 15px;
    font-weight: normal;
    font-size: 16px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.main-menu li.button-like {
  width: 100%;
}
@media all and (min-width: 1280px) {
  .main-menu li.button-like {
    width: auto;
  }
}
.main-menu li.button-like a {
  background-color: #2B8CDA;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px 20px 15px;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
}
@media (hover: hover) {
  .main-menu li:hover > a {
    color: #FFF;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  }
  .main-menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.sub-menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding-bottom: 17px;
  margin-top: -5px;
}
@media all and (min-width: 1280px) {
  .sub-menu {
    position: absolute;
    background-color: #D70F64;
    width: 250px;
    display: block;
    padding-top: 17px;
    margin-top: 1px;
    border-radius: 22px 0;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
  }
}
.sub-menu li::after {
  content: "\2022";
  display: inline;
  color: rgba(255, 255, 255, 0.5);
}
@media all and (min-width: 1280px) {
  .sub-menu li::after {
    display: none;
  }
}
.sub-menu li:last-child::after {
  display: none;
}
.sub-menu li a {
  font-weight: normal;
  padding: 5px 10px 4px;
  display: inline-block;
  color: #E6EEF8;
  border-radius: 0;
}
@media all and (min-width: 1280px) {
  .sub-menu li a {
    width: 100%;
    padding: 10px 22px 9px;
  }
}
.sub-menu li.logout {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  display: block;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 12px;
}
@media all and (min-width: 1280px) {
  .sub-menu li.logout {
    width: 100%;
    margin-left: 0;
    padding-top: 12px;
  }
}
.sub-menu li.logout a {
  display: block;
  padding: 10px 0 9px;
}
@media all and (min-width: 1280px) {
  .sub-menu li.logout a {
    padding: 10px 22px 9px;
  }
}
@media (hover: hover) {
  .sub-menu li:hover > a {
    color: #FFF;
    box-shadow: none;
    background-color: #a70c4e;
  }
}
.nr-favorite {
  position: absolute;
  top: 5px;
  right: -1px;
  background-color: #D70F64;
  border-radius: 100px;
  font-size: 10px;
  padding: 1px 4px;
  pointer-events: none;
  min-width: 17px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  font-weight: bold;
  color: #D70F64;
  font-size: 0;
  margin-bottom: 0;
  padding: 0;
  flex-wrap: wrap;
  height: 0;
}
@media all and (min-width: 640px) {
  .breadcrumbs {
    font-size: 16px;
    margin-bottom: 20px;
    height: auto;
  }
}
.breadcrumbs a {
  border-bottom: 1px solid #FFF;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    border-color: #D70F64;
  }
}
.breadcrumbs li::after {
  content: "\BB";
  margin: 0 8px;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li.back-to-listing {
  display: none;
}
@media all and (min-width: 640px) {
  .breadcrumbs li.back-to-listing {
    display: block;
  }
}
.breadcrumbs li.back-to-listing::after {
  display: none;
}
.breadcrumbs li.back-to-listing a {
  display: flex;
  margin-top: -4px;
  align-items: center;
  color: #2B8CDA;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #E6EEF8;
  border: 1px solid rgba(43, 140, 218, 0);
  padding: 8px 10px;
  margin-right: 15px;
}
@media (hover: hover) {
  .breadcrumbs li.back-to-listing a:hover {
    border-color: #2B8CDA;
  }
}
.breadcrumbs li.back-to-listing a img {
  margin-right: 6px;
  width: 10px;
}
.breadcrumbs li.back-to-listing a span {
  line-height: 1;
  padding-top: 1px;
}

.article {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media all and (min-width: 640px) {
  .article {
    margin-top: 40px;
  }
}
@media all and (min-width: 1280px) {
  .article {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.article h1 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media all and (min-width: 640px) {
  .article h1 {
    font-size: 42px;
    margin-bottom: 35px;
  }
}
@media all and (min-width: 1280px) {
  .article h1 {
    font-size: 48px;
  }
}
.article h1 + .zona-proprietate {
  margin-top: -10px;
}
@media all and (min-width: 640px) {
  .article h1 + .zona-proprietate {
    margin-top: -25px;
  }
}
.article h2 {
  color: #D70F64;
  margin: 40px 0 25px;
  border-bottom: 3px dotted #D70F64;
  padding-bottom: 8px;
}
@media all and (min-width: 640px) {
  .article h2 {
    margin: 50px 0 30px;
  }
}
.article h3 {
  margin-bottom: 12px;
}
.article p {
  font-size: 18px;
  margin-bottom: 25px;
  color: rgba(39, 43, 92, 0.8);
}
@media all and (min-width: 640px) {
  .article p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.article .zona-proprietate {
  font-size: 16px;
  margin-bottom: 18px;
}
@media all and (min-width: 640px) {
  .article .zona-proprietate {
    margin-bottom: 25px;
  }
}
.article ol,
.article ul:not(.breadcrumbs):not(.share-buttons-list):not(.pagination):not(.bara-categorii__lista) {
  font-size: 18px;
  margin-bottom: 25px;
  color: rgba(39, 43, 92, 0.8);
  padding-left: 30px;
}
@media all and (min-width: 640px) {
  .article ol,
.article ul:not(.breadcrumbs):not(.share-buttons-list):not(.pagination):not(.bara-categorii__lista) {
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 50px;
  }
}
.article p a,
.article ol a,
.article ul a,
.article h2 a,
.article h3 a,
.article .citat a {
  color: #D70F64;
  border-bottom: 1px solid rgba(215, 15, 100, 0);
}
@media (hover: hover) {
  .article p a:hover,
.article ol a:hover,
.article ul a:hover,
.article h2 a:hover,
.article h3 a:hover,
.article .citat a:hover {
    border-color: #D70F64;
  }
}
.article iframe,
.article embed,
.article video {
  width: 100vw;
  height: 56.25vw;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: -25px;
}
@media all and (min-width: 640px) {
  .article iframe,
.article embed,
.article video {
    margin-left: -50px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
@media all and (min-width: 1280px) {
  .article iframe,
.article embed,
.article video {
    width: 100%;
    height: 433px;
    margin-left: 0;
  }
}
.article table {
  font-size: 15px;
  width: 100%;
  color: rgba(39, 43, 92, 0.8);
}
.article table td {
  border-bottom: 1px solid rgba(39, 43, 92, 0.2);
  padding: 8px 0;
  width: 50%;
  line-height: 1.2;
}
@media all and (min-width: 640px) {
  .article table td {
    padding: 11px 0;
  }
}
.article table td.nume-detaliu {
  padding-right: 10px;
}
.article table td.valoare-detaliu {
  padding-left: 10px;
  text-align: right;
  font-weight: bold;
}
@media all and (min-width: 640px) {
  .article table.doua-coloane tbody {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: 100%;
  }
}
@media all and (min-width: 640px) {
  .article table.doua-coloane tr {
    display: flex;
    width: 100%;
  }
}
.article table.ne-tabel {
  display: block;
  padding-top: 15px;
}
.article table.ne-tabel thead,
.article table.ne-tabel th,
.article table.ne-tabel tbody {
  display: block;
}
@media all and (min-width: 640px) {
  .article table.ne-tabel tbody {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.article table.ne-tabel tbody tr {
  display: inline-block;
  margin-top: 8px;
  line-height: 1.2;
  width: 100%;
}
.article table.ne-tabel tr,
.article table.ne-tabel td {
  display: inline;
  border-bottom: none;
}
.article table.ne-tabel th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid rgba(39, 43, 92, 0.2);
  padding-bottom: 6px;
  margin-bottom: 4px;
}
.article table.ne-tabel td:first-child {
  text-transform: uppercase;
}
.article table.ne-tabel td:first-child::after {
  content: ":";
}
.article table.ne-tabel + .ne-tabel {
  margin-top: 10px;
}
.article .bara-categorii {
  position: relative;
  width: 100vw;
  margin-left: -25px;
  border-radius: 25px 0;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .article .bara-categorii {
    width: 100%;
    margin-left: 0;
  }
}
.article .bara-categorii::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-image: linear-gradient(90deg, rgba(215, 15, 100, 0) 0%, #D70F64 100%);
}
.article .bara-categorii__inner {
  background-color: #D70F64;
  border-radius: 25px 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100vw;
  overflow-y: hidden;
  scrollbar-color: rgba(255, 255, 255, 0.35) #D70F64;
  scrollbar-width: thin;
}
.article .bara-categorii__inner::-webkit-scrollbar {
  height: 5px;
  background-color: #bf0d59;
}
.article .bara-categorii__inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
@media all and (min-width: 1280px) {
  .article .bara-categorii__inner {
    width: 100%;
  }
}
.article .bara-categorii__inner .bara-categorii__lista {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  display: flex;
  flex-wrap: nowrap;
}
.article .bara-categorii__inner li:nth-child(even) a {
  border-radius: 0 20px;
}
.article .bara-categorii__inner a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: bold;
  display: block;
  padding: 13px 15px 11px;
  line-height: 1;
  border: none;
  border-radius: 20px 0;
  display: block;
  white-space: nowrap;
}
@media all and (min-width: 1280px) {
  .article .bara-categorii__inner a {
    font-size: 16px;
    padding: 15px 25px 12px;
    letter-spacing: 1px;
  }
}
.article .bara-categorii__inner a.selected {
  background-color: #FFF !important;
  color: #D70F64;
}
@media (hover: hover) {
  .article .bara-categorii__inner a:hover {
    background-color: #a70c4e;
  }
}

.user-container .controller {
  width: calc(100% - 50px);
  max-width: 700px;
}
.user-container h1 {
  color: #D70F64;
}
.user-container input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.user-container textarea,
.user-container select {
  margin-bottom: 20px;
}
.user-container .form-rc-group {
  margin-bottom: 15px;
}
.user-container .form-rc-group input {
  margin-top: 5px;
}
.user-container .form-rc-group label {
  font-size: 18px;
}

.user-photo {
  border: 1px solid #C7CECA;
  border-radius: 2px;
  display: flex;
  padding: 20px;
  margin-bottom: 30px;
  align-items: center;
}
@media all and (min-width: 640px) {
  .user-photo {
    padding: 30px;
  }
}
.user-photo .thumb {
  width: 120px;
  padding-bottom: 120px;
  border-radius: 50%;
  margin-right: 20px;
  background-image: url(/images/user-default.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (min-width: 640px) {
  .user-photo .thumb {
    margin-right: 30px;
    width: 200px;
    padding-bottom: 200px;
  }
}

.user-photo__buttons {
  flex: 1;
}
@media all and (min-width: 640px) {
  .user-photo__buttons {
    display: flex;
  }
}
.user-photo__buttons .buton {
  margin-top: 0;
  width: 100%;
  text-align: center;
  padding: 12px 20px 9px;
  border: 1px solid #D70F64;
  background-color: transparent;
  color: #D70F64;
}
.user-photo__buttons .buton + .buton {
  margin-top: 10px;
}
@media all and (min-width: 640px) {
  .user-photo__buttons .buton + .buton {
    margin-top: 0;
    margin-left: 10px;
  }
}

.da-nu-wrapper {
  margin-bottom: 20px;
}
.da-nu-wrapper > * {
  width: 100%;
}
.da-nu-wrapper + .form-rc-group {
  margin-top: 30px;
}

.da-nu-wrapper__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.da-nu-wrapper__inner input[type=radio] {
  display: none;
}
.da-nu-wrapper__inner input[type=radio]:checked + label {
  background-color: #2B8CDA;
  color: #FFF;
}
.da-nu-wrapper__inner input[type=radio]:checked + label + .da-nu-compania {
  display: block;
}
.da-nu-wrapper__inner > label {
  padding: 15px 0 13px;
  border-radius: 2px;
  background-color: #E6EEF8;
  border: 1px solid #E6EEF8;
  text-align: center;
  width: calc(50% - 5px);
  cursor: pointer;
}
.da-nu-wrapper__inner > label:hover {
  border: 1px solid #2B8CDA;
}

.da-nu-compania {
  display: none;
  width: 100%;
  order: 2;
  margin-top: 15px;
}
.da-nu-compania input {
  margin-bottom: 10px !important;
}

.parola-uitata {
  text-align: right;
  margin-top: -10px;
}
.parola-uitata a {
  display: inline-block;
  margin: 0 0 20px;
  color: #2B8CDA;
  border-bottom: 1px solid #FFF;
}
@media (hover: hover) {
  .parola-uitata a:hover {
    border-bottom: 1px solid #2B8CDA;
  }
}

.listings-title {
  margin-bottom: 0;
  position: relative;
  z-index: 50;
  background-color: #FFF;
  box-shadow: 0 -33px 0 0 #FFF;
}
@media all and (min-width: 1280px) {
  .listings-title .controller {
    max-width: calc(100% - 110px);
  }
}
.listings-title h1 {
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .listings-title h1 {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1280px) {
  .listings-title h1 {
    margin-bottom: 28px;
  }
}
.listings-title h1.titlu-listing-agenti {
  padding-right: 620px;
}
.listings-title .title-separator {
  display: none;
}
@media all and (min-width: 640px) {
  .listings-title .title-separator {
    display: block;
  }
}
.listings-title + .listing-proprietati .controller {
  padding-top: 0;
}
@media all and (min-width: 640px) {
  .listings-title + .listing-proprietati .controller {
    padding-top: 30px;
  }
}

.pret-si-id {
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .pret-si-id {
    padding-top: 22px;
  }
}
.pret-si-id > * {
  flex: 1;
}
.pret-si-id h2 {
  margin: 0;
  font-size: 24px;
  border: none;
  padding-bottom: 0;
}
@media all and (min-width: 640px) {
  .pret-si-id h2 {
    font-size: 30px;
  }
}
@media all and (min-width: 640px) {
  .pret-si-id h2 br {
    display: none;
  }
}
.pret-si-id h2 .pret-redus {
  color: #FFF;
  margin-left: 0;
}
@media all and (min-width: 640px) {
  .pret-si-id h2 .pret-redus {
    margin-top: 8px;
    margin-left: 15px;
  }
}
.pret-si-id p {
  text-align: right;
  margin: 0;
  font-size: 24px;
  color: #272B5C;
}
@media all and (min-width: 640px) {
  .pret-si-id p {
    font-size: 30px;
  }
}

.sectiune-proprietate {
  margin-bottom: 35px;
}
@media all and (min-width: 640px) {
  .sectiune-proprietate {
    margin-bottom: 45px;
  }
}
.sectiune-proprietate.sectiune-highlight {
  background-color: rgba(215, 15, 100, 0.06);
  padding: 30px 25px;
  width: 100vw;
  margin-left: -25px;
}
@media all and (min-width: 640px) {
  .sectiune-proprietate.sectiune-highlight {
    width: 100%;
    margin-left: 0;
    padding: 32px 30px 35px;
  }
}
.sectiune-proprietate iframe,
.sectiune-proprietate embed,
.sectiune-proprietate video {
  margin-top: 0;
  margin-bottom: 0;
}

.thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden;
  background-color: #E6EEF8;
  transition: all 0.5s ease;
}
.thumb.main-article-image {
  width: 100vw;
  padding-bottom: 0;
  height: auto;
  margin-left: -25px;
}
@media all and (min-width: 640px) {
  .thumb.main-article-image {
    margin-left: -50px;
  }
}
@media all and (min-width: 1280px) {
  .thumb.main-article-image {
    width: 100%;
    margin-left: 0;
  }
}
.thumb.main-article-image > img {
  position: static;
  width: 100%;
}
.thumb.main-article-image + .title-separator {
  display: none;
}
.thumb > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.5s ease;
}
.thumb.video-thumb::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-image: url(/images/video-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.title-separator {
  margin: 0;
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(39, 43, 92, 0.15);
  position: relative;
  z-index: 0;
}
.title-separator + .listing-articole {
  margin-top: -36px;
}
@media all and (min-width: 640px) {
  .title-separator + .listing-articole {
    margin-top: 0;
  }
}

.article-body {
  padding-top: 25px;
  position: relative;
  width: 100%;
}
@media all and (min-width: 640px) {
  .article-body {
    padding-top: 50px;
  }
}
@media all and (min-width: 1280px) {
  .article-body {
    padding-left: 400px;
  }
}
.article-body > *:first-child {
  margin-top: 0;
}
.article-body > *:last-child {
  margin-bottom: 0;
}

.event-box {
  background-color: #D70F64;
  padding: 30px 30px 20px;
  margin-bottom: 30px;
  background-image: url(/images/calendar.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 30px 35px;
}
.event-box h2 {
  color: #FFF;
  margin: 3px 0 15px;
  padding-left: 80px;
  min-height: 66px;
}
@media all and (min-width: 640px) {
  .event-box h2 {
    padding-left: 90px;
    min-height: 0;
  }
}
.event-box p {
  color: #FFF;
  margin: 0 0 10px;
}
@media all and (min-width: 640px) {
  .event-box p {
    padding-left: 90px;
  }
}

@media all and (min-width: 1280px) {
  .share-buttons-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    padding-top: 53px;
    pointer-events: none;
  }
}
@media all and (min-width: 1280px) {
  .share-buttons-wrapper .share-buttons {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100vh - 282px);
    pointer-events: auto;
    padding: 20px 30px;
  }
}
@media all and (min-width: 1280px) {
  .share-buttons-wrapper .share-buttons--1items {
    top: calc(100vh - 142px);
  }
}
@media all and (min-width: 1280px) {
  .share-buttons-wrapper .share-buttons--2items {
    top: calc(100vh - 202px);
  }
}
@media all and (min-width: 1280px) {
  .share-buttons-wrapper .share-buttons--3items {
    top: calc(100vh - 262px);
  }
}
@media all and (min-width: 1280px) {
  .share-buttons-wrapper .share-buttons--4items {
    top: calc(100vh - 322px);
  }
}
@media all and (min-width: 1280px) {
  .share-buttons-wrapper .share-buttons--5items {
    top: calc(100vh - 382px);
  }
}

.article-body-proprietate {
  padding-top: 0;
}
@media all and (min-width: 1280px) {
  .article-body-proprietate {
    padding-left: 0;
    padding-right: 400px;
  }
}
.article-body-proprietate p {
  font-size: 15px;
}

.galerie-foto {
  width: 100vw;
  margin-left: -25px;
  margin-bottom: 25px;
}
@media all and (min-width: 640px) {
  .galerie-foto {
    margin-left: -50px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1280px) {
  .galerie-foto {
    width: 770px;
    margin-left: 0;
  }
}

.galerie-foto-principala {
  width: 100vw;
  padding-bottom: 66.66%;
}
@media all and (min-width: 1280px) {
  .galerie-foto-principala {
    width: 770px;
    padding-bottom: 513px;
  }
}
.galerie-foto-principala::before, .galerie-foto-principala::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.75;
  height: 120px;
  opacity: 0.5;
}
.galerie-foto-principala::before {
  top: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.galerie-foto-principala::after {
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.galerie-foto-principala .card-open-house {
  margin-bottom: 5px;
}

.galerie-foto-carusel {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-color: #92AED1 #E6EEF8;
  padding: 6px 0;
  scrollbar-width: thin;
}
@media all and (min-width: 640px) {
  .galerie-foto-carusel {
    padding: 10px 0;
  }
}
.galerie-foto-carusel::-webkit-scrollbar {
  height: 6px;
  background-color: #E6EEF8;
}
@media all and (min-width: 640px) {
  .galerie-foto-carusel::-webkit-scrollbar {
    height: 10px;
  }
}
.galerie-foto-carusel::-webkit-scrollbar-thumb {
  background: #92AED1;
  border-radius: 100px;
}

.galerie-foto-lista {
  display: flex;
}
.galerie-foto-lista .thumb {
  width: 100px;
  padding-bottom: 66px;
}
@media all and (min-width: 640px) {
  .galerie-foto-lista .thumb {
    width: 135px;
    padding-bottom: 90px;
  }
}
.galerie-foto-lista .thumb + .thumb {
  margin-left: 6px;
}
@media all and (min-width: 640px) {
  .galerie-foto-lista .thumb + .thumb {
    margin-left: 10px;
  }
}

.marker {
  background-color: rgba(215, 15, 100, 0.2);
  color: #272B5C;
  padding: 0 5px;
}

.citat {
  background-image: linear-gradient(180deg, #ECF5FF 0%, #DFEAF7 100%);
  padding: 75px 50px 60px;
  margin: 25px 0 30px -25px;
  position: relative;
  width: 100vw;
}
@media all and (min-width: 640px) {
  .citat {
    padding: 40px 133px 35px;
    margin: 50px 0;
    width: 100%;
  }
}
.citat::before, .citat::after {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 43px;
  height: 50px;
}
@media all and (min-width: 640px) {
  .citat::before, .citat::after {
    width: 53px;
    height: 61px;
  }
}
.citat::before {
  background-image: url(/images/citatA.svg);
  top: 20px;
  left: 20px;
}
@media all and (min-width: 640px) {
  .citat::before {
    top: 40px;
    left: 40px;
  }
}
.citat::after {
  background-image: url(/images/citatB.svg);
  bottom: 20px;
  right: 20px;
}
@media all and (min-width: 640px) {
  .citat::after {
    bottom: 40px;
    right: 40px;
  }
}
.citat p {
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  margin-bottom: 15px;
}
@media all and (min-width: 640px) {
  .citat p {
    font-size: 22px;
  }
}
.citat p.nume-autor {
  color: #D70F64;
}

.cifra {
  padding: 53px 0 45px;
  text-align: center;
  position: relative;
  margin: 20px 0 30px;
}
@media all and (min-width: 640px) {
  .cifra {
    margin: 40px 0 50px;
    padding: 63px 20px 50px;
  }
}
@media all and (min-width: 1280px) {
  .cifra {
    position: absolute;
    width: 350px;
    left: 0;
    margin: 0;
  }
}
.cifra::before, .cifra::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cifra::before {
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 27.7px 16px;
  border-color: transparent transparent #D70F64 transparent;
}
.cifra::after {
  bottom: 0;
  width: 28px;
  height: 28px;
  border: 3px solid #2B8CDA;
  border-radius: 50%;
}

.cifra-cantitate {
  display: block;
  font-size: 40px;
  line-height: 1.1;
  color: #D70F64;
}
@media all and (min-width: 640px) {
  .cifra-cantitate {
    font-size: 48px;
  }
}

.cifra-descriere {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  color: rgba(39, 43, 92, 0.8);
  font-weight: bold;
}
@media all and (min-width: 640px) {
  .cifra-descriere {
    font-size: 22px;
  }
}

.fact {
  position: relative;
  padding: 45px 0 53px;
  text-align: center;
  line-height: 1.2;
  color: #D70F64;
  font-size: 28px;
  margin: 20px 0 25px;
}
@media all and (min-width: 640px) {
  .fact {
    font-size: 30px;
    margin: 30px 0 35px;
    padding: 45px 20px 53px;
  }
}
@media all and (min-width: 1280px) {
  .fact {
    margin: 0;
    position: absolute;
    width: 350px;
    left: 0;
  }
}
.fact::before, .fact::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fact::before {
  top: 0;
  right: 44px;
  background-image: url(/images/factA.svg);
  width: 27px;
  height: 27px;
}
.fact::after {
  bottom: 0;
  left: 30px;
  background-image: url(/images/factB.svg);
  width: 34px;
  height: 34px;
}

.attachment {
  display: block;
  position: relative;
  text-align: center;
  background-image: url(/images/file.svg);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: top center;
  padding: 85px 0 0;
  margin: 45px 0 40px;
}
@media all and (min-width: 640px) {
  .attachment {
    margin: 55px 0 50px;
    padding: 127px 0 0;
    background-size: 180px;
  }
}
@media all and (min-width: 1280px) {
  .attachment {
    position: absolute;
    width: 350px;
    left: 0;
    margin: 0;
  }
}

.attachment-title {
  font-size: 40px;
  color: #D70F64;
  line-height: 1.1;
  display: block;
}
@media all and (min-width: 640px) {
  .attachment-title {
    font-size: 48px;
  }
}

.attachment-cta {
  display: inline-block;
  color: rgba(39, 43, 92, 0.8);
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  margin-top: 10px;
}
@media all and (min-width: 640px) {
  .attachment-cta {
    font-size: 20px;
  }
}
.attachment-cta:hover {
  border-color: rgba(39, 43, 92, 0.8);
}

.share-buttons {
  position: relative;
  width: 100%;
  padding: 25px;
  background-color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(39, 43, 92, 0.2);
  margin-top: 40px;
}
@media all and (min-width: 1280px) {
  .share-buttons {
    width: 350px;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
}
.share-buttons h6 {
  font-size: 18px;
  color: #D70F64;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
@media all and (min-width: 1280px) {
  .share-buttons h6 {
    font-size: 20px;
  }
}
.share-buttons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  .share-buttons ul {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1280px) {
  .share-buttons ul {
    flex-wrap: wrap;
  }
}
.share-buttons ul li {
  width: 100%;
}
@media all and (min-width: 640px) {
  .share-buttons ul li + li {
    margin-left: 10px;
  }
}
@media all and (min-width: 1280px) {
  .share-buttons ul li + li {
    margin-left: 0;
  }
}
.share-buttons ul a {
  display: block;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 24px center;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 24px 18px 70px;
  border-radius: 2px;
  margin-bottom: 10px;
  border: none;
}
.share-buttons ul a.share-facebook {
  background-image: url(/images/share-facebook.svg);
  background-color: #3A559F;
}
.share-buttons ul a.share-whatsapp {
  background-image: url(/images/share-whatsapp.svg);
  background-color: #4CAF50;
}
.share-buttons ul a.share-instagram {
  background-image: url(/images/share-instagram.svg);
  background-color: #BC2A8D;
}
@media (hover: hover) {
  .share-buttons ul a:hover {
    opacity: 0.9;
  }
}

#share-buttons-target {
  position: absolute;
  height: 0;
  width: 0;
  top: -100px;
}

.more {
  display: block;
  color: #D70F64;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.more::before {
  position: absolute;
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(0deg, #FFF 20%, rgba(255, 255, 255, 0.1) 100%);
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.more a {
  position: relative;
}

.listing-articole {
  padding-top: 35px;
}
@media all and (min-width: 640px) {
  .listing-articole {
    padding-top: 45px;
  }
}
@media all and (min-width: 1023px) {
  .listing-articole {
    padding-top: 50px;
  }
}

.rezultate-cautare {
  padding-top: 65px;
}
@media all and (min-width: 640px) {
  .rezultate-cautare {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.rezultate-cautare > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1.1;
  color: #D70F64;
  border-bottom: 2px solid rgba(215, 15, 100, 0.75);
  padding-bottom: 5px;
}
@media all and (min-width: 640px) {
  .rezultate-cautare > h3 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media all and (min-width: 1280px) {
  .rezultate-cautare > h3 {
    padding-bottom: 10px;
  }
}
.rezultate-cautare .news-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(39, 43, 92, 0.15);
  padding: 20px 0;
  margin-bottom: 0;
}
@media all and (min-width: 640px) {
  .rezultate-cautare .news-item {
    display: block;
    width: calc((100% - 60px) / 2);
    border-bottom: none;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media all and (min-width: 1023px) {
  .rezultate-cautare .news-item {
    width: calc((100% - 90px) / 3);
  }
}
@media (hover: hover) {
  .rezultate-cautare .news-item:hover h2 {
    border-bottom: 1px solid #FFF;
  }
}
.rezultate-cautare .news-item .thumb {
  width: 100px;
  padding-bottom: 100px;
  margin: 0 15px 0 0;
}
@media all and (min-width: 640px) {
  .rezultate-cautare .news-item .thumb {
    width: 100%;
    padding-bottom: 66.66%;
    margin-bottom: 15px;
  }
}
.rezultate-cautare .news-item .news-item-info h2 {
  font-size: 18px;
  padding: 0;
  color: #272B5C;
}
@media all and (min-width: 1280px) {
  .rezultate-cautare .news-item .news-item-info h2 {
    font-size: 20px;
  }
}
.rezultate-cautare .news-item .news-item-info p {
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .rezultate-cautare .news-item .news-item-info p {
    font-size: 16px;
    padding-top: 5px;
  }
}
.rezultate-cautare .news-item + h3 {
  margin-top: 40px;
}
@media all and (min-width: 640px) {
  .rezultate-cautare .news-item + h3 {
    margin-top: 30px;
  }
}
@media all and (min-width: 1280px) {
  .rezultate-cautare .news-item + h3 {
    margin-top: 50px;
  }
}

.event-box-data {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #D70F64;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  line-height: 1.1;
  padding: 8px 10px 7px;
  max-width: calc(100% - 20px);
}
@media all and (min-width: 640px) {
  .event-box-data {
    font-size: 14px;
  }
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .news-item {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 50px;
  }
}
.news-item .thumb {
  width: 100vw;
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 56.25vw;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .news-item .thumb {
    width: 300px;
    padding-bottom: 169px;
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1023px) {
  .news-item .thumb {
    width: 400px;
    padding-bottom: 225px;
  }
}
@media all and (min-width: 1280px) {
  .news-item .thumb {
    width: 500px;
    padding-bottom: 281px;
    margin-right: 40px;
  }
}
.news-item .news-item-info {
  flex: 1;
}
.news-item .news-item-info h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  border-bottom: 1px solid rgba(215, 15, 100, 0);
  padding-top: 2px;
  padding-bottom: 5px;
}
@media all and (min-width: 640px) {
  .news-item .news-item-info h2 {
    padding-bottom: 7px;
  }
}
@media all and (min-width: 1023px) {
  .news-item .news-item-info h2 {
    font-size: 28px;
    padding-bottom: 9px;
  }
}
@media all and (min-width: 1280px) {
  .news-item .news-item-info h2 {
    font-size: 32px;
  }
}
.news-item .news-item-info p {
  font-size: 15px;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
@media all and (min-width: 640px) {
  .news-item .news-item-info p {
    padding-top: 7px;
  }
}
@media all and (min-width: 1023px) {
  .news-item .news-item-info p {
    font-size: 18px;
    padding-top: 9px;
  }
}
@media all and (min-width: 1280px) {
  .news-item .news-item-info p {
    font-size: 20px;
  }
}

@media (hover: hover) {
  a.news-item:hover .thumb img {
    transform: scale(1.05);
  }
  a.news-item:hover h2 {
    border-bottom: 1px solid #D70F64;
  }
}

.pagination {
  display: flex;
  list-style-type: none;
  padding: 20px 0 0;
  width: 100%;
}
@media all and (min-width: 640px) {
  .pagination {
    padding: 30px 0 0;
  }
}
.pagination li {
  display: none;
  margin-right: 5px;
}
@media all and (min-width: 1023px) {
  .pagination li {
    display: block;
    margin-right: 8px;
  }
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li.mobile {
  display: block;
}
.pagination li.page-selector {
  flex: 1;
  display: block;
}
@media all and (min-width: 1023px) {
  .pagination li.page-selector {
    display: none;
  }
}
@media all and (min-width: 640px) {
  .pagination li.back-to {
    width: calc(50% - 5px);
  }
}
.pagination li.back-to a {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination li.back-to a span {
  margin-left: 5px;
}
.pagination li.back-to:first-child {
  flex: 1;
}
.pagination li.back-to:last-child {
  width: 80px;
}
@media all and (min-width: 640px) {
  .pagination li.back-to:last-child {
    flex: 1;
    width: auto;
  }
}
.pagination li.back-to:last-child span {
  display: none;
}
@media all and (min-width: 640px) {
  .pagination li.back-to:last-child span {
    display: inline;
  }
}
.pagination a,
.pagination div {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.pagination a {
  color: #2B8CDA;
  border: 1px solid rgba(43, 140, 218, 0);
  background-color: #E6EEF8;
}
@media (hover: hover) {
  .pagination a:hover {
    border: 1px solid #2B8CDA;
  }
}
.pagination a.selected {
  background-color: #D70F64;
  border: 1px solid #D70F64;
  color: #FFF;
  border-radius: 100px;
}
.pagination a.selected:hover span {
  color: #FFF;
}
.pagination div {
  background-color: transparent;
  font-weight: normal;
  margin: 0 -4px 0 -3px;
}
.pagination div span {
  margin-top: 5px;
  font-size: 12px;
}
.pagination select {
  height: 52px;
  padding-top: 13px;
  margin: 0 5px 0 0;
  width: 100%;
  background-color: #FFF;
  border: 1px solid rgba(43, 140, 218, 0);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  background-color: #E6EEF8;
}
.pagination select:focus {
  border: 1px solid #2B8CDA;
}

@media all and (min-width: 1280px) {
  .C2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 370px;
  }
}
.C2 .share-buttons {
  position: relative;
  width: 100%;
}

.C2-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.C2-wrapper .box-agent {
  flex-direction: row;
  flex-wrap: wrap;
}
.C2-wrapper .box-agent > .thumb {
  border-radius: 200px;
  width: 100px;
  padding-bottom: 100px;
  margin-right: 20px;
  margin-left: -3px;
}

.C2-wrapper-fara-header {
  top: 30px;
}

.box-contact {
  box-shadow: 0 1px 4px 0 rgba(39, 43, 92, 0.2);
  padding: 25px;
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .box-contact {
    padding: 35px 30px;
  }
}
.box-contact h3 {
  margin-bottom: 22px;
}

.box-agent {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.box-agent .box-agent__inner {
  display: flex;
  width: 100%;
  align-items: center;
  flex: 1;
}
.box-agent .box-agent__inner > .thumb {
  border-radius: 200px;
  width: 100px;
  padding-bottom: 100px;
  margin-right: 20px;
  margin-left: -3px;
}
.box-agent .box-agent__inner .thumb--agentie {
  border-radius: 0;
  background-color: transparent;
}
.box-agent .box-agent__inner .thumb--agentie img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.box-agent .buton {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (hover: hover) {
  .box-agent .buton:hover {
    color: #FFF;
  }
}
.box-agent .buton + .buton {
  margin-top: 10px;
}
.box-agent .buton.buton-secundar {
  background-color: transparent;
  color: #D70F64;
  border: 1px solid rgba(215, 15, 100, 0.25);
}
@media (hover: hover) {
  .box-agent .buton.buton-secundar:hover {
    color: #D70F64;
  }
}
.box-agent .card-nume-agentie {
  height: 21px;
}
.box-agent .card-nume-agentie .thumb {
  right: auto;
  left: -20px;
}
.box-agent .card-nume-agentie .thumb img {
  -o-object-position: center left;
     object-position: center left;
}

.box-agent-info {
  flex: 1;
  font-size: 13px;
}
.box-agent-info h4 {
  font-size: 22px;
  margin: 0 0 7px;
  line-height: 1.1;
}
.box-agent-info span {
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.4;
}
.box-agent-info a {
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.4;
}
@media (hover: hover) {
  .box-agent-info a:hover {
    color: #D70F64;
  }
}

.butoane-agent {
  display: flex;
  width: 100%;
  margin-top: 20px;
  box-shadow: 0 -1px 0 rgba(39, 43, 92, 0.15);
}

.buton-agent {
  text-align: center;
  width: 50%;
  color: #D70F64;
  padding: 17px 15px 15px;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buton-agent:first-child {
  box-shadow: 1px 0 0 rgba(39, 43, 92, 0.15);
}
@media (hover: hover) {
  .buton-agent:hover {
    background-color: rgba(215, 15, 100, 0.06);
    color: #D70F64;
  }
}

.buton-agent--disabled:not([href]):not([tabindex]) {
  color: rgba(39, 43, 92, 0.5);
  pointer-events: none;
}

.nume-agentie {
  color: #2B8CDA;
  font-weight: bold;
}

.box-contact-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.box-contact-form textarea,
.box-contact-form select {
  font-size: 15px;
  padding: 9px 14px 7px;
}
.box-contact-form button,
.box-contact-form input[type=submit],
.box-contact-form .buton {
  font-size: 14px;
  width: 100%;
}

.buton-interesat {
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #D70F64;
  color: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  padding: 20px 20px 19px;
  border-radius: 2px;
  margin-bottom: 50px;
}
@media (hover: hover) {
  .buton-interesat:hover {
    color: #FFF;
    box-shadow: 0 3px 5px rgba(39, 43, 92, 0.25);
    transform: translateY(-2px);
  }
}

.filtre {
  display: none;
  padding: 0 25px 25px;
}
@media all and (min-width: 640px) {
  .filtre {
    padding: 0 45px 28px;
    display: block;
  }
}
@media all and (min-width: 1280px) {
  .filtre {
    padding: 0 55px 35px;
  }
}
.filtre .separator {
  width: 15px;
  margin-right: 20px;
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 640px) {
  .filtre-trigger {
    display: none;
  }
}
.filtre-trigger a {
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  color: #D70F64;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  padding: 20px 20px 0;
  margin-top: -5px;
}
.filtre-trigger a#filtre-off {
  display: none;
  border: none;
}

.filtre-wrapper {
  display: none;
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  .filtre-wrapper {
    flex-wrap: nowrap;
    display: flex;
  }
}
.filtre-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.filtre-wrapper textarea,
.filtre-wrapper select {
  border: none;
  padding: 10px 15px 9px;
}
.filtre-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.filtre-wrapper textarea:focus,
.filtre-wrapper select:focus {
  background-color: #E6EEF8;
}
@media all and (min-width: 640px) {
  .filtre-wrapper > input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.filtre-wrapper > textarea,
.filtre-wrapper > select {
    margin-bottom: 0;
    margin-right: 5px;
    flex: 1;
  }
}
.filtre-wrapper input[type=search] {
  background-image: url(/images/filters-search.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 50px;
}
.filtre-wrapper select {
  padding-right: 40px;
}
.filtre-wrapper .buton {
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  font-weight: normal;
  width: 100%;
  padding: 10px 15px 9px;
  margin: 0 0 10px;
}
@media all and (min-width: 640px) {
  .filtre-wrapper .buton {
    width: auto;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1280px) {
  .filtre-wrapper .buton {
    padding: 9px 20px 8px;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media all and (min-width: 1400px) {
  .filtre-wrapper .buton {
    width: 220px;
  }
}
.filtre-wrapper .buton:hover, .filtre-wrapper .buton:focus {
  box-shadow: none;
  transform: none;
  background-color: #FFF;
  color: #D70F64;
}
.filtre-wrapper .buton.buton-secundar {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  margin-top: 30px;
}

.filtre-item-wrapper {
  width: 100%;
  position: relative;
  color: #272B5C;
}
@media all and (min-width: 640px) {
  .filtre-item-wrapper {
    width: auto;
    margin-right: 5px;
    flex: 1;
  }
}
@media all and (min-width: 640px) {
  .filtre-item-wrapper > input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.filtre-item-wrapper > textarea,
.filtre-item-wrapper > select {
    margin-bottom: 0;
    margin-right: 5px;
    flex: 1;
  }
}

.fake-input {
  background-color: #FFF;
  border-radius: 2px;
  width: 100%;
  display: block;
  padding: 10px 15px 9px;
  margin-bottom: 10px;
}
@media all and (min-width: 640px) {
  .fake-input {
    margin-bottom: 0;
  }
}

.fake-select {
  background-image: url(/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
}

.filtre-popup {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
  height: 100vh;
  overflow-y: scroll;
}
@media all and (min-width: 640px) {
  .filtre-popup {
    display: none;
  }
}
.filtre-popup .filtre-wrapper {
  display: flex;
}
.filtre-popup .filtre-trigger a {
  border-top: none;
  color: #FFF;
}

.fake-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  display: none;
}
.fake-close::after {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: #FFF;
  background-image: url(/images/dropdown-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
}

.autocomplete-result-list, .dropdown-judete {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
  background-color: #FFF;
  z-index: 400;
  width: calc(100% + 20px);
  top: 47px;
  left: -10px;
  border-radius: 2px;
  max-height: 300px;
  overflow-y: scroll;
  box-shadow: 0 10px 5px rgba(39, 43, 92, 0.5);
  color: #272B5C;
}
@media all and (min-width: 640px) {
  .autocomplete-result-list, .dropdown-judete {
    box-shadow: 0 10px 15px rgba(39, 43, 92, 0.25);
    left: 0;
    width: 350px;
  }
}
.autocomplete-result-list a, .dropdown-judete a {
  padding: 6px 15px 5px;
  display: block;
  border-top: 1px solid rgba(39, 43, 92, 0.15);
}
.autocomplete-result-list li:first-child a, .dropdown-judete li:first-child a {
  border-top: none;
}

.autocomplete-result-list, .dropdown-filtru {
  display: block;
  display: none;
  background-color: #FFF;
  z-index: 400;
  width: calc(100% + 20px);
  position: absolute;
  top: 47px;
  left: -10px;
  border-radius: 2px;
  padding: 18px 15px;
  margin: 0 0 30px;
  box-shadow: 0 10px 5px rgba(39, 43, 92, 0.5);
}
@media all and (min-width: 640px) {
  .autocomplete-result-list, .dropdown-filtru {
    box-shadow: 0 10px 15px rgba(39, 43, 92, 0.25);
    left: 0;
    width: 350px;
    overflow-y: scroll;
  }
}
.autocomplete-result-list input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.autocomplete-result-list textarea,
.autocomplete-result-list select, .dropdown-filtru input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.dropdown-filtru textarea,
.dropdown-filtru select {
  border: 1px solid rgba(39, 43, 92, 0.25);
}
.autocomplete-result-list button, .dropdown-filtru button {
  margin-top: 0;
  padding: 10px 15px;
  width: 100%;
  background-color: rgba(215, 15, 100, 0.1);
  color: #D70F64;
  border: 1px solid #D70F64;
}
.autocomplete-result-list .form-rc-group, .dropdown-filtru .form-rc-group {
  margin: 15px 0 0;
}
.autocomplete-result-list > label, .dropdown-filtru > label {
  font-size: 16px;
  width: 100%;
  font-weight: bold;
}
.autocomplete-result-list hr, .dropdown-filtru hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(39, 43, 92, 0.15);
  margin: 12px 0 14px;
}
.autocomplete-result-list.dropdown-incaperi > label, .dropdown-filtru.dropdown-incaperi > label {
  margin-bottom: 10px;
}
.autocomplete-result-list.dropdown-incaperi .form-rc-group, .dropdown-filtru.dropdown-incaperi .form-rc-group {
  margin: 10px 0 10px;
}
.autocomplete-result-list.dropdown-incaperi button, .dropdown-filtru.dropdown-incaperi button {
  margin-top: 15px;
}
@media all and (min-width: 640px) {
  .autocomplete-result-list.dropdown-altele, .dropdown-filtru.dropdown-altele {
    right: 0;
    left: auto;
    width: 650px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.autocomplete-result-list.dropdown-altele button, .dropdown-filtru.dropdown-altele button {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .autocomplete-result-list.dropdown-altele button, .dropdown-filtru.dropdown-altele button {
    margin-bottom: 0;
  }
}
.autocomplete-result-list.dropdown-altele::after, .dropdown-filtru.dropdown-altele::after {
  content: "";
  display: block;
  width: 100vw;
  height: 120px;
  background-color: #272B5C;
  box-shadow: 0 30px 0 #272B5C;
  margin-left: -30px;
}
@media all and (min-width: 640px) {
  .autocomplete-result-list.dropdown-altele::after, .dropdown-filtru.dropdown-altele::after {
    display: none;
  }
}

.nr-camere {
  border: 1px solid #2B8CDA;
  color: #2B8CDA;
  border-radius: 200px;
  padding: 3px 8px 2px;
  display: inline-block;
  margin-bottom: 4px;
}
.nr-camere.selected {
  background-color: rgba(43, 140, 218, 0.15);
}
@media (hover: hover) {
  .nr-camere:hover {
    background-color: rgba(43, 140, 218, 0.25);
    color: #2B8CDA;
  }
}

.min-max-wrapper {
  display: flex;
  justify-content: space-between;
}

.dropdown-altele-col {
  flex: 1;
}
.dropdown-altele-col > label {
  font-size: 16px;
  width: 100%;
  font-weight: bold;
}
.dropdown-altele-col + hr {
  width: 1px;
  height: auto;
  margin: 0 15px;
}

.tip-wrapper {
  border-top: 1px solid rgba(39, 43, 92, 0.15);
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.tip-wrapper:first-child {
  border-top: none;
  margin-top: -10px;
}
.tip-wrapper label {
  margin: 2px 0 0 10px;
  flex: 1;
}
.tip-wrapper + button {
  margin-top: 10px;
}

.banda-comision {
  background-color: #D70F64;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 3;
  height: 90px;
  overflow: hidden;
  padding: 52px 70px 0;
  position: relative;
  z-index: 99;
  margin-top: -60px;
  border-radius: 0 0 0 40px;
}
@media all and (min-width: 640px) {
  .banda-comision {
    font-size: 20px;
    margin-top: -60px;
    padding: 50px 100px 0;
    border-radius: 0 0 0 79px;
    height: 100px;
  }
}
@media all and (min-width: 1280px) {
  .banda-comision {
    padding: 50px 130px 0;
    border-radius: 0 0 0 97px;
  }
}
.banda-comision::before {
  content: "\2022\A0";
}
.banda-comision span {
  display: inline-block;
}
.banda-comision span::after {
  content: "\A0\A0\2022\A0";
}

@media all and (min-width: 1280px) {
  .banda-comision-fara-header {
    border-radius: 0 0 0 43px;
  }
}

.banda-comision-secundara {
  z-index: 98;
  background-color: #E6EEF8;
  color: #272B5C;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  padding: 68px 20px 0;
  height: 110px;
  border-radius: 0 0 0 50px;
  display: none;
}
@media all and (min-width: 640px) {
  .banda-comision-secundara {
    display: block;
    padding: 122px 50px 0;
    height: 150px;
    border-radius: 0 0 0 100px;
    margin-top: -110px;
  }
}
@media all and (min-width: 1280px) {
  .banda-comision-secundara {
    font-size: 16px;
    padding: 120px 120px 0;
    border-radius: 0 0 0 125px;
  }
}
.banda-comision-secundara::before {
  display: none;
}
.banda-comision-secundara span {
  background-color: #2B8CDA;
  color: #FFF;
  font-weight: bold;
  padding: 2px 4px;
  margin: 0;
  font-size: 12px;
}
@media all and (min-width: 1280px) {
  .banda-comision-secundara span {
    padding: 4px 7px;
    margin: -2px 2px 0;
    font-size: 14px;
  }
}
.banda-comision-secundara span::after {
  display: none;
}

.shape-related {
  margin-top: -20px;
  margin-bottom: 10px;
}
@media all and (min-width: 640px) {
  .shape-related {
    margin-top: -50px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1280px) {
  .shape-related {
    margin-top: -100px;
    margin-bottom: 35px;
  }
}
.shape-related img {
  width: 100%;
}

.shape-related-inverse {
  margin-bottom: -2.7vw;
}
.shape-related-inverse img {
  width: 100%;
}

.listing-proprietati {
  margin-bottom: 0;
}
@media all and (min-width: 640px) {
  .listing-proprietati {
    margin-bottom: 10px;
  }
}
.listing-proprietati .controller {
  max-width: calc(100% - 50px);
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (min-width: 640px) {
  .listing-proprietati .controller {
    max-width: calc(100% - 80px);
  }
}
@media all and (min-width: 1280px) {
  .listing-proprietati .controller {
    max-width: calc(100% - 90px);
    width: 100%;
  }
}
.listing-proprietati h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1.1;
  color: #D70F64;
  border-bottom: 2px solid rgba(215, 15, 100, 0.75);
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .listing-proprietati h3 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media all and (min-width: 1280px) {
  .listing-proprietati h3 {
    padding-bottom: 10px;
    margin-top: 20px;
  }
}
.listing-proprietati .card-proprietate {
  width: 100%;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .listing-proprietati .card-proprietate {
    margin: 0 10px 20px;
    width: calc((100% - 40px) / 2);
  }
}
@media all and (min-width: 1023px) {
  .listing-proprietati .card-proprietate {
    width: calc((100% - 60px) / 3);
  }
}
@media all and (min-width: 1600px) {
  .listing-proprietati .card-proprietate {
    width: calc((100% - 80px) / 4);
  }
}
@media all and (min-width: 2150px) {
  .listing-proprietati .card-proprietate {
    width: calc((100% - 100px) / 5);
  }
}
@media all and (min-width: 2700px) {
  .listing-proprietati .card-proprietate {
    width: calc((100% - 120px) / 6);
  }
}
.listing-proprietati.proprietati-related .controller {
  justify-content: center;
}
.listing-proprietati.proprietati-related + .disclaimer .controller {
  max-width: 1330px;
}
.listing-proprietati .pagination {
  position: -webkit-sticky;
  position: sticky;
  bottom: -1px;
  z-index: 10;
  padding: 10px;
  background-color: #FFF;
  width: 100vw;
  margin: 0 -25px;
  box-shadow: 0 -1px 4px rgba(39, 43, 92, 0.2);
}
@media all and (min-width: 640px) {
  .listing-proprietati .pagination {
    position: static;
    width: 100%;
    padding: 30px 10px 10px 10px;
    margin: 0;
    border: none;
    box-shadow: none;
  }
}
.listing-proprietati .box-agent {
  box-shadow: 0 1px 4px 0 rgba(39, 43, 92, 0.2);
  margin-bottom: 30px;
  padding: 20px 0 0;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 640px) {
  .listing-proprietati .box-agent {
    margin: 0 10px 20px;
    width: calc((100% - 40px) / 2);
  }
}
@media all and (min-width: 1023px) {
  .listing-proprietati .box-agent {
    width: calc((100% - 60px) / 3);
  }
}
@media all and (min-width: 1600px) {
  .listing-proprietati .box-agent {
    width: calc((100% - 80px) / 4);
  }
}
@media all and (min-width: 2150px) {
  .listing-proprietati .box-agent {
    width: calc((100% - 100px) / 5);
  }
}
@media all and (min-width: 2700px) {
  .listing-proprietati .box-agent {
    width: calc((100% - 120px) / 6);
  }
}
.listing-proprietati .box-agent .thumb {
  margin-left: 20px;
}
@media (hover: hover) {
  .listing-proprietati .box-agent .buton-agent:first-child {
    width: 0;
    opacity: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .listing-proprietati .box-agent .buton-agent + .buton-agent {
    width: auto;
    flex: 1;
  }
  .listing-proprietati .box-agent:hover .buton-agent:first-child {
    padding-left: 15px;
    padding-right: 15px;
    width: 140px;
    opacity: 1;
  }
}
.listing-proprietati .box-agent-info {
  margin-right: 20px;
}
.listing-proprietati .box-agent-info span {
  word-break: normal;
}

.card-proprietate {
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .card-proprietate:hover .thumb img {
    transform: scale(1.05);
  }
  .card-proprietate:hover .card-nume-agentie .thumb img {
    transform: none;
  }
}

.card-nume-agentie {
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
}
.card-nume-agentie .thumb {
  position: absolute;
  width: 60px;
  padding-bottom: 16px;
  top: 3px;
  right: 0;
  background-color: transparent;
}
.card-nume-agentie .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}

.card-inner {
  border-radius: 2px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(39, 43, 92, 0.2);
  flex: 1;
}
.card-inner.card-ad {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-image-area {
  position: relative;
}
.card-image-area::before, .card-image-area::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.75;
}
.card-image-area::before {
  top: 0;
  bottom: 55%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.card-image-area::after {
  bottom: 0;
  top: 55%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.card-zona-pret {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 60px;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(39, 43, 92, 0.5);
  line-height: 1.2;
  z-index: 3;
  pointer-events: none;
}

.card-open-house {
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 10px;
}
.card-open-house span {
  background-color: rgba(10, 194, 155, 0.9);
  display: inline-block;
  padding: 6px 8px;
}

.card-zona {
  margin: 0 0 3px;
  font-size: 14px;
}

.card-pret {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.pret-redus {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  padding: 4px 7px 0 8px;
  height: 20px;
  margin-left: 10px;
  background-color: #2B8CDA;
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}

.card-labels {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 15px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  pointer-events: none;
}
.card-labels div {
  padding: 7px 10px 0;
  height: 27px;
  margin-right: 5px;
}
.card-labels div.card-label-nou {
  background-color: #D70F64;
}
.card-labels div.card-label-zero {
  background-color: #2B8CDA;
}
.card-labels div.card-label-precontract {
  background-color: #ff6600;
}

.card-icons {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  display: flex;
  pointer-events: none;
}
.card-icons img {
  width: 27px;
  margin-left: 15px;
}
.card-icons a {
  pointer-events: auto;
}

.card-heart {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 15px;
}
.card-heart img {
  width: 27px;
}

.card-text-area {
  padding: 14px 15px 15px;
  font-size: 16px;
}

.card-text-detalii {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.card-text-detalii li + li {
  margin-left: 15px;
}

.card-text-adresa {
  margin: 0;
}

.card-text-reveal {
  color: #D70F64;
  text-decoration: underline;
}
@media (hover: hover) {
  .card-text-reveal:hover {
    color: #2B8CDA;
    text-decoration: underline;
  }
}

.optiuni-afisare {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 30px;
}
@media all and (min-width: 640px) {
  .optiuni-afisare {
    padding: 10px 10px 30px;
  }
}
.optiuni-afisare select,
.optiuni-afisare input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  margin-bottom: 0;
  padding: 9px 14px 8px;
  height: 46px;
}
@media all and (min-width: 640px) {
  .optiuni-afisare select,
.optiuni-afisare input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: 310px;
  }
}
@media all and (min-width: 1280px) {
  .optiuni-afisare.optiuni-agenti {
    position: absolute;
    right: 0;
    top: -80px;
    display: flex;
    width: auto;
    z-index: 50;
  }
}
@media all and (min-width: 1280px) {
  .optiuni-afisare.optiuni-agenti {
    top: -90px;
  }
}
.optiuni-afisare.optiuni-agenti .view-modes {
  margin-left: 0;
  margin-right: 10px;
}
@media all and (min-width: 1280px) {
  .optiuni-afisare.optiuni-agenti .view-modes {
    margin-right: 20px;
  }
}

.view-modes {
  display: flex;
  margin-left: 20px;
}

.view-list,
.view-map,
.view-agent,
.view-agency {
  height: 46px;
  background-color: #E6EEF8;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
@media all and (min-width: 1280px) {
  .view-list,
.view-map,
.view-agent,
.view-agency {
    font-size: 18px;
    background-position: 24px center;
    width: auto;
    padding: 10px 25px 0 52px;
  }
}
@media (hover: hover) {
  .view-list:hover,
.view-map:hover,
.view-agent:hover,
.view-agency:hover {
    background-color: #dae6f5;
  }
}
.view-list.selected,
.view-map.selected,
.view-agent.selected,
.view-agency.selected {
  color: #FFF;
  background-color: #D70F64;
}
@media (hover: hover) {
  .view-list.selected:hover,
.view-map.selected:hover,
.view-agent.selected:hover,
.view-agency.selected:hover {
    background-color: #c90e5d;
  }
}

.view-list {
  border-radius: 2px 0 0 2px;
  background-image: url(/images/icon-list-notselected.svg);
}
.view-list.selected {
  background-image: url(/images/icon-list-selected.svg);
}

.view-map {
  border-radius: 0 2px 2px 0;
  background-image: url(/images/icon-map-notselected.svg);
}
.view-map.selected {
  background-image: url(/images/icon-map-selected.svg);
}

.view-agent {
  border-radius: 2px 0 0 2px;
  background-image: url(/images/icon-agent-notselected.svg);
}
.view-agent.selected {
  background-image: url(/images/icon-agent-selected.svg);
}

.view-agency {
  border-radius: 0 2px 2px 0;
  background-image: url(/images/icon-agentie-notselected.svg);
}
.view-agency.selected {
  background-image: url(/images/icon-agentie-selected.svg);
}

.listing-harta-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.listing-harta-wrapper .card-proprietate {
  width: 100%;
}
@media all and (min-width: 1600px) {
  .listing-harta-wrapper .card-proprietate {
    width: calc(50% - 20px);
  }
}
.listing-harta-wrapper + .pagination {
  display: none;
}
@media all and (min-width: 1023px) {
  .listing-harta-wrapper + .pagination {
    display: flex;
  }
}

.listing-harta {
  display: none;
}
@media all and (min-width: 1023px) {
  .listing-harta {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1280px) {
  .listing-harta {
    width: 35%;
  }
}
@media all and (min-width: 1600px) {
  .listing-harta {
    width: calc(50% - 12px);
  }
}

.harta-listing {
  width: 100vw;
  margin-left: -25px;
}
@media all and (min-width: 640px) {
  .harta-listing {
    margin: 10px 0 0 -40px;
  }
}
@media all and (min-width: 1023px) {
  .harta-listing {
    width: auto;
    margin: 29px 10px 20px 30px;
    flex: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.harta-listing iframe {
  width: 100%;
  height: 90vh;
}
@media all and (min-width: 1023px) {
  .harta-listing iframe {
    height: 100vh;
  }
}

.numere {
  display: flex;
  padding: 0 25px 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media all and (min-width: 640px) {
  .numere {
    padding: 0 10% 30px;
    justify-content: space-around;
  }
}
@media all and (min-width: 1023px) {
  .numere {
    padding: 0 10% 60px;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1600px) {
  .numere {
    padding: 0 17% 60px;
  }
}

.numar {
  text-align: center;
  width: 50%;
  margin-bottom: 40px;
}
@media all and (min-width: 1023px) {
  .numar {
    width: auto;
    margin-bottom: 0;
  }
}
.numar img {
  margin-bottom: 23px;
}
@media all and (min-width: 1600px) {
  .numar img {
    width: 7.85vw;
  }
}
.numar h4 {
  font-size: 28px;
  font-weight: normal;
  color: #D70F64;
  margin: 0;
}
@media all and (min-width: 640px) {
  .numar h4 {
    font-size: 48px;
  }
}
.numar p {
  margin: -5px 0 0;
  font-size: 22px;
}

.mls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 25px 70px;
}
@media all and (min-width: 640px) {
  .mls {
    padding: 30px 6.5vw 70px;
  }
}
@media all and (min-width: 1023px) {
  .mls {
    flex-wrap: nowrap;
    padding: 40px 5% 70px;
  }
}

.mls-text {
  width: 100%;
}
@media all and (min-width: 1023px) {
  .mls-text {
    width: 46.5vw;
    margin-right: 9vw;
  }
}
.mls-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .mls-text h2 {
    font-size: 60px;
    margin-bottom: 33px;
  }
}
.mls-text .thumb {
  padding-bottom: 56.25%;
  box-shadow: 15px 15px 0 #E6EEF8;
  margin-bottom: 35px;
}
@media all and (min-width: 640px) {
  .mls-text .thumb {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 1023px) {
  .mls-text .thumb {
    margin-bottom: 65px;
    box-shadow: 30px 30px 0 #E6EEF8;
  }
}
.mls-text p {
  color: rgba(39, 43, 92, 0.8);
  font-size: 16px;
}
@media all and (min-width: 640px) {
  .mls-text p {
    font-size: 18px;
  }
}

.mls-list {
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
  background-color: #E6EEF8;
  background-image: url(/images/mls-illustration.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding: 10vw 10vw 85vw;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.65;
}
@media all and (min-width: 640px) {
  .mls-list {
    padding: 40px;
    background-size: 300px;
    background-position: right -172px;
    height: 340px;
  }
}
@media all and (min-width: 1023px) {
  .mls-list {
    width: 25.7vw;
    padding: 40px 40px 24vw;
    background-position: bottom;
    background-size: 100%;
    height: auto;
  }
}
.mls-list a {
  display: block;
}
@media (hover: hover) {
  .mls-list a:hover {
    color: #D70F64;
  }
}
.mls-list.apair-list {
  background-image: url(/images/apair-illustration.svg);
  padding: 10vw 10vw 90vw;
  margin-bottom: -30px;
}
@media all and (min-width: 640px) {
  .mls-list.apair-list {
    height: 300px;
    padding: 40px;
    background-position: right -223px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1023px) {
  .mls-list.apair-list {
    padding: 40px 40px 27vw;
    margin-top: 0;
    margin-bottom: 0;
    background-position: bottom;
    background-size: 100%;
    height: auto;
  }
}

.logo-apair {
  margin-bottom: 30px;
}

.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.news + .events {
  margin-top: 40px;
}
@media all and (min-width: 1600px) {
  .news + .events {
    margin-top: 4.5vw;
  }
}

.news-top,
.news-bottom {
  width: 91.80555vw;
  margin: 0 auto;
  position: relative;
}
.news-top img,
.news-bottom img {
  width: 100%;
  pointer-events: none;
}

.news-bottom .see-all {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-55px);
  z-index: 1;
  width: 71.52795vw;
  text-align: center;
}
@media all and (min-width: 640px) {
  .news-bottom .see-all {
    transform: translateX(-50%) translateY(-40px);
    width: auto;
  }
}
@media all and (min-width: 1023px) {
  .news-bottom .see-all {
    transform: translateX(-50%) translateY(-20px);
  }
}
@media all and (min-width: 1280px) {
  .news-bottom .see-all {
    transform: translateX(-50%);
  }
}

.news-wrapper {
  width: 91.80555vw;
  background-image: url(/images/news-shape-2.svg);
  background-size: 100% 100%;
  padding: 0 10.1388vw 60px;
  text-align: center;
  margin: -2px 0;
}
@media all and (min-width: 640px) {
  .news-wrapper {
    padding: 0 10.1388vw 40px;
  }
}
@media all and (min-width: 1023px) {
  .news-wrapper {
    padding: 0 10.1388vw 20px;
  }
}
@media all and (min-width: 1280px) {
  .news-wrapper {
    padding: 0 10.1388vw;
  }
}
.news-wrapper h4 {
  text-align: center;
  color: #D70F64;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  position: relative;
}
@media all and (min-width: 640px) {
  .news-wrapper h4 {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1023px) {
  .news-wrapper h4 {
    margin-top: -25px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1280px) {
  .news-wrapper h4 {
    margin-top: -40px;
  }
}
@media (hover: hover) {
  .news-wrapper .news-item:hover .news-item-info h2 {
    border-bottom-color: transparent;
    color: #D70F64;
  }
}
.news-wrapper > .news-item {
  margin-bottom: 30px;
  text-align: left;
}
@media all and (min-width: 640px) {
  .news-wrapper > .news-item {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1023px) {
  .news-wrapper > .news-item {
    flex-wrap: nowrap;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1280px) {
  .news-wrapper > .news-item {
    margin-bottom: 90px;
  }
}
.news-wrapper > .news-item .thumb {
  width: 71.5vw;
  padding-bottom: 47.66vw;
  box-shadow: 15px 15px 0 rgba(215, 15, 100, 0.08);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
}
@media all and (min-width: 1023px) {
  .news-wrapper > .news-item .thumb {
    width: 32.6388vw;
    padding-bottom: 21.7361vw;
    margin-right: 90px;
    box-shadow: 30px 30px 0 rgba(215, 15, 100, 0.08);
    margin-bottom: 0;
  }
}
.news-wrapper > .news-item .news-item-info h2 {
  font-size: 28px;
  line-height: 1.15;
  padding-bottom: 5px;
}
@media all and (min-width: 640px) {
  .news-wrapper > .news-item .news-item-info h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 1280px) {
  .news-wrapper > .news-item .news-item-info h2 {
    font-size: 48px;
  }
}
.news-wrapper > .news-item .news-item-info p {
  font-size: 16px;
  color: rgba(39, 43, 92, 0.8);
}
@media all and (min-width: 640px) {
  .news-wrapper > .news-item .news-item-info p {
    font-size: 18px;
  }
}

.secondary-news-wrapper {
  text-align: left;
}
@media all and (min-width: 640px) {
  .secondary-news-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media all and (min-width: 640px) {
  .secondary-news-wrapper .news-item {
    flex-wrap: wrap;
    width: calc((100% - 60px) / 3);
  }
}
.secondary-news-wrapper .news-item .thumb {
  margin-left: 0;
  margin-right: 15px;
  margin-bottom: 0;
  width: 80px;
  padding-bottom: 80px;
}
@media all and (min-width: 640px) {
  .secondary-news-wrapper .news-item .thumb {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    padding-bottom: 66.66%;
  }
}
.secondary-news-wrapper .news-item .news-item-info {
  margin-top: -3px;
}
@media all and (min-width: 640px) {
  .secondary-news-wrapper .news-item .news-item-info {
    margin-top: 0;
  }
}
.secondary-news-wrapper .news-item .news-item-info h2 {
  font-size: 18px;
}
@media all and (min-width: 1023px) {
  .secondary-news-wrapper .news-item .news-item-info h2 {
    font-size: 22px;
  }
}

.see-all {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #D70F64;
  border: 1px solid #D70F64;
  border-radius: 100px;
  line-height: 1.1;
  padding: 15px 30px 14px;
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .see-all:hover {
    color: #FFF;
    background-color: #D70F64;
  }
}

.events {
  text-align: center;
  padding: 90px 0 10vw;
  background-image: url(/images/bg-section-events.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  color: #FFF;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 640px) {
  .events {
    padding: 120px 0 15vw;
  }
}
@media all and (min-width: 1023px) {
  .events {
    padding: 10vw 0;
  }
}
.events::before, .events::after {
  content: "";
  display: block;
  position: absolute;
  width: 102vw;
  left: -1vw;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.events::before {
  background-image: url(/images/shape-section-events-top.svg);
  height: 80px;
  background-size: cover;
  background-position: center;
  top: 0;
  box-shadow: inset 0 1px 0 #FFF;
}
@media all and (min-width: 1023px) {
  .events::before {
    height: 8.57083vw;
    background-size: contain;
  }
}
.events::after {
  background-image: url(/images/shape-section-events-bottom.svg);
  height: 30.30179vw;
  bottom: 0;
  box-shadow: inset 0 -1px 0 #FFF;
}
.events .controller {
  max-width: 1030px;
  margin: 0 25px;
}
@media all and (min-width: 640px) {
  .events .controller {
    margin: 0 6.5vw;
  }
}
@media all and (min-width: 1280px) {
  .events .controller {
    margin: 0 auto;
  }
}
@media all and (min-width: 1600px) {
  .events .controller {
    max-width: 71.53vw;
  }
}
.events h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
}
@media all and (min-width: 640px) {
  .events h4 {
    margin-bottom: 65px;
  }
}
.events .news-item {
  margin-bottom: 20px;
  text-align: left;
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  .events .news-item {
    flex-wrap: nowrap;
    margin-bottom: 80px;
  }
}
.events .news-item .thumb {
  margin-left: 0;
  margin-right: 0;
}
@media all and (min-width: 640px) {
  .events .news-item .thumb {
    width: 32.6388vw;
    padding-bottom: 21.7361vw;
    box-shadow: 30px 30px 0 rgba(0, 0, 0, 0.5);
    margin-right: 90px;
  }
}
.events .news-item .news-item-info h2 {
  font-size: 36px;
  line-height: 1.15;
  padding-bottom: 10px;
  color: #2B8CDA;
}
@media all and (min-width: 640px) {
  .events .news-item .news-item-info h2 {
    font-size: 48px;
  }
}
.events .news-item .news-item-info p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
@media all and (min-width: 640px) {
  .events .news-item .news-item-info p {
    font-size: 22px;
  }
}
@media (hover: hover) {
  .events .news-item:hover .news-item-info h2 {
    border-bottom-color: transparent;
    color: #D70F64;
  }
}
.events .see-all {
  margin-top: 30px;
  margin-bottom: 25px;
  width: 100%;
  background-color: #D70F64;
  color: #FFF;
  border: none;
}
@media all and (min-width: 640px) {
  .events .see-all {
    margin-top: 60px;
    padding: 29px 45px 27px;
    font-size: 22px;
    width: auto;
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .events .see-all:hover {
    background-color: #2B8CDA;
  }
}

.events-table {
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  display: block;
}
@media all and (min-width: 640px) {
  .events-table {
    display: table;
    font-size: 22px;
  }
}
.events-table tr {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0 18px;
}
@media all and (min-width: 640px) {
  .events-table tr {
    display: table-row;
    border-bottom: none;
    padding: 0;
  }
}
.events-table td {
  display: block;
  padding: 0;
}
@media all and (min-width: 640px) {
  .events-table td {
    display: table-cell;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 20px;
  }
}
@media all and (min-width: 1023px) {
  .events-table td {
    padding: 20px 30px;
  }
}
@media all and (min-width: 640px) {
  .events-table td:first-child {
    width: 320px;
  }
}
.events-table a {
  color: #2B8CDA;
  font-weight: bold;
}
@media (hover: hover) {
  .events-table a:hover {
    color: #D70F64;
  }
}

.flexmls {
  padding: 4.2vw 0;
}
@media all and (min-width: 640px) {
  .flexmls .controller {
    max-width: 81.25vw;
    display: flex;
    align-items: center;
  }
}
.flexmls h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
@media all and (min-width: 640px) {
  .flexmls h2 {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
.flexmls ul {
  list-style-type: none;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
@media (hover: hover) {
  .flexmls ul a:hover {
    color: #D70F64;
  }
}

.flexmls-info {
  padding: 10vw;
}
@media all and (min-width: 640px) {
  .flexmls-info {
    padding: 5vw 10vw 5vw 0;
  }
}
@media all and (min-width: 1023px) {
  .flexmls-info {
    width: 40vw;
    background-image: url(/images/flex-mls-ill-01.svg), url(/images/flex-mls-ill-02.svg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    padding: 8.125vw 0 13vw 6.9vw;
  }
}
@media all and (min-width: 1280px) {
  .flexmls-info {
    width: 30vw;
  }
}

.flexmls-illustration {
  flex: 1;
  margin-bottom: 20px;
}
.flexmls-illustration img {
  width: 100%;
}

.testimoniale {
  text-align: center;
  padding-top: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media all and (min-width: 640px) {
  .testimoniale {
    margin-bottom: 70px;
  }
}
.testimoniale .controller {
  overflow-x: scroll;
  display: flex;
  scrollbar-color: #FFF #FFF;
  scrollbar-width: thin;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media all and (min-width: 640px) {
  .testimoniale .controller {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1600px) {
  .testimoniale .controller {
    max-width: 82vw;
  }
}
.testimoniale .controller::-webkit-scrollbar {
  height: 0;
  background-color: #FFF;
}
.testimoniale .controller::-webkit-scrollbar-thumb {
  background: #FFF;
}
.testimoniale .news-item {
  background-color: #E6EEF8;
  align-items: flex-start;
  margin-bottom: 0;
  text-align: left;
  width: calc(100vw - 60px);
  padding: 25px;
  flex-direction: column;
}
@media all and (min-width: 640px) {
  .testimoniale .news-item {
    padding: 32px 35px 40px 32px;
    width: 570px;
    flex-direction: row;
  }
}
@media all and (min-width: 1600px) {
  .testimoniale .news-item {
    width: calc((82vw - 30px) / 2);
  }
}
.testimoniale .news-item + .news-item {
  margin-left: 10px;
}
@media all and (min-width: 640px) {
  .testimoniale .news-item + .news-item {
    margin-left: 30px;
  }
}
.testimoniale .thumb {
  width: 120px;
  padding-bottom: 120px;
  border-radius: 500px;
  margin-left: 0;
  margin-right: 0;
}
@media all and (min-width: 640px) {
  .testimoniale .thumb {
    width: 160px;
    padding-bottom: 160px;
    margin-right: 32px;
  }
}
.testimoniale .news-item-info {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.testimoniale .news-item-info p {
  flex: 1;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.35;
}
@media all and (min-width: 640px) {
  .testimoniale .news-item-info p {
    font-size: 22px;
  }
}
.testimoniale .see-all {
  margin-top: 30px;
  width: calc(100% - 50px);
}
@media all and (min-width: 640px) {
  .testimoniale .see-all {
    margin-top: 60px;
    width: auto;
  }
}

.testimoniale-wrapper {
  display: flex;
}

.testimonial-nume {
  font-weight: bold;
  font-size: 22px;
  margin-top: 15px;
}

.testimonial-functie {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(39, 43, 92, 0.5);
}

.testimoniale-arrow {
  display: none;
}
@media all and (min-width: 1280px) {
  .testimoniale-arrow {
    position: absolute;
    top: calc((100% - 190px) / 2);
    display: block;
    padding: 30px;
  }
}
.testimoniale-arrow.arrow-prev {
  left: 2%;
}
@media (hover: hover) {
  .testimoniale-arrow.arrow-prev:hover img {
    transform: translateX(-5px);
  }
}
.testimoniale-arrow.arrow-next {
  right: 2%;
}
@media (hover: hover) {
  .testimoniale-arrow.arrow-next:hover img {
    transform: translateX(5px);
  }
}

.education {
  padding: 11vw 0 3vw;
  background-image: url(/images/education-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  color: #FFF;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 640px) {
  .education {
    padding: 14vw 0 6vw;
  }
}
@media all and (min-width: 1280px) {
  .education {
    padding: 11vw 0 3vw;
  }
}
.education::before, .education::after {
  content: "";
  display: block;
  position: absolute;
  width: 102vw;
  left: -1vw;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.education::before {
  background-image: url(/images/education-ill-1.svg);
  height: 80px;
  background-size: cover;
  background-position: center;
  top: 0;
  box-shadow: inset 0 1px 0 #FFF;
}
@media all and (min-width: 1023px) {
  .education::before {
    height: 7.9333vw;
  }
}
.education::after {
  background-image: url(/images/education-ill-2.svg);
  height: 5.3833vw;
  bottom: 0;
  box-shadow: inset 0 -1px 0 #FFF;
  z-index: 3;
}
.education .controller {
  display: flex;
  flex-direction: column-reverse;
}
@media all and (min-width: 640px) {
  .education .controller {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: none;
    margin-top: 40px;
  }
}
@media all and (min-width: 1023px) {
  .education .controller {
    margin-top: 0;
  }
}

@media all and (min-width: 640px) {
  .education-illustration {
    width: 25vw;
  }
}
@media all and (min-width: 1023px) {
  .education-illustration {
    width: 38.4722vw;
    padding: 0 55px;
  }
}
.education-illustration img {
  width: 100%;
}
@media all and (min-width: 1280px) {
  .education-illustration img {
    transform: translateY(20px);
  }
}
@media all and (min-width: 1600px) {
  .education-illustration img {
    transform: none;
  }
}

.education-info {
  padding: 20vw 10vw 10vw;
}
@media all and (min-width: 640px) {
  .education-info {
    width: 60vw;
    padding: 0 0 10vw 7vw;
  }
}
@media all and (min-width: 1023px) {
  .education-info {
    width: 42.7777vw;
    padding: 1.11vw 0 7.8333vw 3.1944vw;
  }
}
.education-info h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .education-info h2 {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
.education-info ul {
  list-style-type: none;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media all and (min-width: 640px) {
  .education-info ul {
    margin-bottom: 60px;
  }
}
.education-info ul a {
  display: block;
}
@media (hover: hover) {
  .education-info ul a:hover {
    color: #D70F64;
  }
}
.education-info .see-all {
  border: none;
  border-bottom: 1px solid #D70F64;
  border-radius: 0;
  padding: 0 0 3px;
  margin: 0 0 5px;
}
@media all and (min-width: 640px) {
  .education-info .see-all {
    margin: 0;
  }
}
@media (hover: hover) {
  .education-info .see-all:hover {
    color: #2B8CDA;
    border-bottom: 1px solid #2B8CDA;
    background-color: transparent;
  }
}

.education-videos {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  .education-videos {
    flex-wrap: nowrap;
  }
}
.education-videos .news-item {
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  align-items: center;
}
@media all and (min-width: 640px) {
  .education-videos .news-item {
    width: calc((100% - 90px) / 3);
    flex-wrap: wrap;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.education-videos .news-item .thumb {
  margin-left: 0;
  width: 80px;
  padding-bottom: 80px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media all and (min-width: 640px) {
  .education-videos .news-item .thumb {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 66.66%;
  }
}
.education-videos .news-item .news-item-info p {
  font-size: 18px;
  padding: 0;
}
@media all and (min-width: 640px) {
  .education-videos .news-item .news-item-info p {
    padding: 15px 0 0;
  }
}
@media (hover: hover) {
  .education-videos .news-item:hover .news-item-info p {
    color: #D70F64;
  }
}

.ready {
  text-align: center;
  padding: 40px 25px 60px;
}
@media all and (min-width: 640px) {
  .ready {
    padding: 60px 50px 10vw;
  }
}
@media all and (min-width: 1280px) {
  .ready {
    padding: 40px 50px 6vw;
  }
}
.ready h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
@media all and (min-width: 640px) {
  .ready h2 {
    font-size: 60px;
  }
}
.ready p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
}
@media all and (min-width: 640px) {
  .ready p {
    font-size: 18px;
  }
}
.ready .see-all {
  background-color: #2B8CDA;
  color: #FFF;
  border: none;
  margin-top: 30px;
}
@media all and (min-width: 640px) {
  .ready .see-all {
    margin-top: 60px;
    font-size: 22px;
    padding: 29px 70px 27px;
  }
}
@media (hover: hover) {
  .ready .see-all:hover {
    background-color: #D70F64;
  }
}

.agentii {
  text-align: center;
}
.agentii .controller {
  border-top: 1px solid rgba(39, 43, 92, 0.25);
  padding: 40px 0;
}
@media all and (min-width: 640px) {
  .agentii .controller {
    padding: 100px 0;
  }
}
.agentii h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .agentii h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

.sticky-listing-mobil {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  top: 0;
  z-index: 10;
  padding: 10px;
  background-color: #FFF;
  width: 100vw;
  margin: -100px -25px 30px;
  box-shadow: 0 1px 4px rgba(39, 43, 92, 0.2);
}
@media all and (min-width: 640px) {
  .sticky-listing-mobil {
    display: none;
  }
}
.sticky-listing-mobil select,
.sticky-listing-mobil .sticky-filter {
  display: block;
  height: 52px;
  padding: 13px 17px 14px;
  margin: 0 5px 0 0;
  width: calc((100% - 62px) / 2);
  border: 1px solid rgba(43, 140, 218, 0);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  background-color: #E6EEF8;
  background-image: url(/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
}
.sticky-listing-mobil select:focus,
.sticky-listing-mobil .sticky-filter:focus {
  border: 1px solid #2B8CDA;
}
.sticky-listing-mobil input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  display: block;
  height: 52px;
  padding: 13px 17px 14px;
  margin: 0 5px 0 0;
  width: calc((100% - 62px) / 2);
  border: 1px solid rgba(43, 140, 218, 0);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  background-color: #E6EEF8;
}
.sticky-listing-mobil input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
  border: 1px solid #2B8CDA;
}
.sticky-listing-mobil .sticky-heart {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6EEF8;
}
.sticky-listing-mobil.sticky-agenti {
  justify-content: space-between;
}
.sticky-listing-mobil.sticky-agenti select,
.sticky-listing-mobil.sticky-agenti .sticky-filter,
.sticky-listing-mobil.sticky-agenti input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: calc(50% - 3px);
  margin-right: 0;
}

.sticky-proprietate {
  display: flex;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px;
  background-color: #FFF;
  width: 100vw;
  box-shadow: 0 1px 4px rgba(39, 43, 92, 0.2);
  align-items: center;
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .sticky-proprietate {
    display: none;
  }
}
.sticky-proprietate .breadcrumbs {
  font-size: 14px;
  height: auto;
}

.sticky-proprietate-fara-header {
  display: none;
}
@media all and (min-width: 640px) {
  .sticky-proprietate-fara-header {
    transform: translateY(-200px);
  }
}

.sticky-bottom {
  top: auto;
  bottom: 0;
}
.sticky-bottom > * + * {
  margin-left: 5px;
}
.sticky-bottom + footer {
  padding-bottom: 120px;
}
@media all and (min-width: 640px) {
  .sticky-bottom + footer {
    padding-bottom: 5vw;
  }
}

.sticky-proprietate-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 10px 0 5px;
  overflow: hidden;
}

.sticky-nume-proprietate {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-mls-id {
  font-weight: bold;
}

.sticky-close {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6EEF8;
}

.sticky-button {
  display: flex;
  flex: 1;
  background-color: #E6EEF8;
  align-items: center;
  height: 52px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #2B8CDA;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  padding: 0 10px;
}

.sticky-red {
  background-color: #ef1f78;
}
.sticky-red .sticky-button,
.sticky-red .sticky-close {
  background-color: rgba(255, 255, 255, 0.15);
  background-color: #D70F64;
  color: #FFF;
}

.fader {
  display: none;
  background-color: rgba(39, 43, 92, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 290;
}
.fader.fader-higher {
  z-index: 390;
}

.modal-contact {
  transform: translateY(-150%);
  position: fixed;
  z-index: 300;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.popup-contact {
  max-width: calc(100vw - 40px);
  background-color: #FFF;
  padding: 30px;
  margin: 20px auto;
  pointer-events: auto;
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  position: relative;
}
@media all and (min-width: 640px) {
  .popup-contact {
    max-width: 500px;
  }
}
@media all and (min-width: 1280px) {
  .popup-contact {
    margin: 10vh auto 0;
  }
}
.popup-contact h3 {
  margin-bottom: 20px;
}
.popup-contact h6 {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(39, 43, 92, 0.2);
  letter-spacing: 1px;
  padding: 12px 0 10px;
  color: rgba(39, 43, 92, 0.5);
}
.popup-contact p a {
  color: #2B8CDA;
}
@media (hover: hover) {
  .popup-contact p a:hover {
    text-decoration: underline;
  }
}

.close {
  position: absolute;
  top: 5px;
  right: 2px;
}

.desktop-sticky {
  display: none;
}
@media all and (min-width: 1280px) {
  .desktop-sticky {
    display: block;
    position: fixed;
    top: -150px;
    z-index: 280;
    width: 100%;
  }
}
.desktop-sticky .sub-menu {
  margin-top: 11px;
}

.desktop-sticky__main {
  height: 60px;
  background-image: url(/images/bg-hero.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #FFF;
  background-color: #272B5C;
  position: relative;
  width: 100%;
  border-radius: 0 0 0 15px;
  z-index: 1002;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.desktop-sticky__main .header {
  padding: 0 15px 0 20px;
  height: 60px;
}
.desktop-sticky__main .logo {
  padding-bottom: 0;
  margin-top: -3px;
}
.desktop-sticky__main .logo img {
  width: 100px;
  height: 43px;
}
.desktop-sticky__main .main-menu > li > a {
  font-size: 16px;
  padding: 11px 20px 10px;
  position: relative;
}
.desktop-sticky__main .main-menu > li > a::after {
  left: 0;
  top: 100%;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  background-color: rgba(255, 255, 255, 0);
}
.desktop-sticky__main .main-menu > li.icon-link > a {
  padding: 0;
}
.desktop-sticky__main .main-menu > li.icon-link > a img {
  width: 36px;
  height: 36px;
}
@media all and (min-width: 1400px) {
  .desktop-sticky__main .main-menu > li.button-like {
    width: 190px;
  }
}
.desktop-sticky__main .main-menu > li.button-like a {
  font-size: 14px;
  width: 190px;
  text-align: center;
}
.desktop-sticky__main .main-menu > li.icon-contul-meu.user-logat > a {
  padding: 4px 34px 4px 4px;
  background-position: calc(100% - 13px) center;
}
.desktop-sticky__main .main-menu > li.icon-contul-meu.user-logat > a .thumb {
  width: 30px;
  padding-bottom: 30px;
  border-radius: 200px;
}
.desktop-sticky__main .main-menu > li.icon-contul-meu.user-logat > a span {
  margin-left: 8px;
  margin-bottom: 2px;
}

.desktop-sticky__secondary {
  height: 60px;
  width: 100%;
  background-color: #FFF;
  border-radius: 0 0 0 15px;
  position: relative;
  z-index: 1001;
  box-shadow: 0 -20px 0 #FFF, 0 1px 20px rgba(0, 0, 0, 0.2);
}
.desktop-sticky__secondary input[type=search] {
  background-size: 19px 19px;
}
.desktop-sticky__secondary .filtre {
  padding: 12px 15px 0 20px;
  font-size: 16px;
}
.desktop-sticky__secondary .filtre .separator {
  width: 23px;
  margin-right: 28px;
  border-right: 1px dashed rgba(39, 43, 92, 0.5);
}
.desktop-sticky__secondary .filtre-wrapper > .buton {
  font-size: 16px;
  padding: 5px 15px;
  width: 190px;
  text-align: center;
  border: 1px solid rgba(43, 140, 218, 0.5);
  color: #2B8CDA;
}
@media (hover: hover) {
  .desktop-sticky__secondary .filtre-wrapper > .buton:hover {
    border: 1px solid #2B8CDA;
    background-color: rgba(43, 140, 218, 0.15);
  }
}
.desktop-sticky__secondary .filtre-item-wrapper > input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.desktop-sticky__secondary .filtre-item-wrapper > textarea,
.desktop-sticky__secondary .filtre-item-wrapper > select, .desktop-sticky__secondary .autocomplete > input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.desktop-sticky__secondary .autocomplete > textarea,
.desktop-sticky__secondary .autocomplete > select {
  background-color: #E6EEF8;
  font-size: 16px;
  padding: 6px 15px;
}
.desktop-sticky__secondary .fake-input {
  padding: 6px 15px;
}
.desktop-sticky__secondary .fake-select {
  background-color: #E6EEF8;
}
.desktop-sticky__secondary .fake-close::after {
  background-color: #E6EEF8;
  height: 30px;
}
.desktop-sticky__secondary .sticky-close {
  width: 36px;
  height: 36px;
}
.desktop-sticky__secondary .sticky-proprietate-text {
  padding: 0 20px;
}
.desktop-sticky__secondary .breadcrumbs {
  font-size: 14px;
  margin-bottom: 0;
}
@media (hover: hover) {
  .desktop-sticky__secondary .sticky-close:hover {
    box-shadow: inset 0 0 0 1px #2B8CDA;
  }
}

.desktop-sticky__secondary__inner {
  display: flex;
  align-items: center;
  padding: 0 15px 0 20px;
  height: 60px;
  font-size: 14px;
}

.filtre--sub-header {
  display: none;
}
@media all and (min-width: 1280px) {
  .filtre--sub-header {
    display: block;
    z-index: 51;
    height: auto;
    box-shadow: 0 0 20px rgba(39, 43, 92, 0.15);
    border-radius: 0;
    position: relative;
  }
}
.filtre--sub-header::before {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  top: -50px;
  left: 0;
  right: 0;
  background-color: #FFF;
}
@media all and (min-width: 1280px) {
  .filtre--sub-header .filtre {
    padding: 25px 55px 24px;
  }
}

.popup-cautare {
  display: none;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 300;
}
@media all and (min-width: 640px) {
  .popup-cautare {
    overflow-y: scroll;
  }
}
.popup-cautare .fader {
  z-index: 0;
}

.popup-cautare__inner {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  max-width: 480px;
}
@media all and (min-width: 640px) {
  .popup-cautare__inner {
    top: 30px;
  }
}
@media all and (min-width: 1280px) {
  .popup-cautare__inner {
    top: 50px;
  }
}
.popup-cautare__inner .close {
  position: static;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-cautare__inner .filtre-wrapper {
  display: flex;
}
@media all and (min-width: 640px) {
  .popup-cautare__inner .filtre-wrapper {
    flex-wrap: wrap;
  }
  .popup-cautare__inner .filtre-wrapper > * {
    width: 100%;
    flex: none;
    margin-bottom: 10px;
  }
}
.popup-cautare__inner .filtre-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.popup-cautare__inner .filtre-wrapper textarea,
.popup-cautare__inner .filtre-wrapper select,
.popup-cautare__inner .filtre-wrapper .fake-input,
.popup-cautare__inner .filtre-wrapper .fake-select {
  border: 1px solid rgba(39, 43, 92, 0.25);
}
.popup-cautare__inner .filtre-wrapper .fake-close::after {
  right: 1px;
  width: 38px;
}
.popup-cautare__inner .filtre-wrapper .autocomplete-result-list, .popup-cautare__inner .filtre-wrapper .dropdown-judete,
.popup-cautare__inner .filtre-wrapper .dropdown-filtru {
  border: 1px solid rgba(39, 43, 92, 0.25);
  box-shadow: 0 2px 8px rgba(39, 43, 92, 0.15);
}
@media all and (min-width: 640px) {
  .popup-cautare__inner .filtre-wrapper .autocomplete-result-list, .popup-cautare__inner .filtre-wrapper .dropdown-judete,
.popup-cautare__inner .filtre-wrapper .dropdown-filtru {
    width: calc(100% + 20px);
    left: -10px;
  }
}
.popup-cautare__inner .filtre-wrapper .autocomplete-result-list.dropdown-altele, .popup-cautare__inner .filtre-wrapper .dropdown-judete.dropdown-altele,
.popup-cautare__inner .filtre-wrapper .dropdown-filtru.dropdown-altele {
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  .popup-cautare__inner .filtre-wrapper .autocomplete-result-list.dropdown-altele, .popup-cautare__inner .filtre-wrapper .dropdown-judete.dropdown-altele,
.popup-cautare__inner .filtre-wrapper .dropdown-filtru.dropdown-altele {
    left: -110px;
    width: 640px;
    justify-content: space-between;
  }
}
.popup-cautare__inner .filtre-wrapper .autocomplete-result-list.dropdown-altele::after, .popup-cautare__inner .filtre-wrapper .dropdown-judete.dropdown-altele::after,
.popup-cautare__inner .filtre-wrapper .dropdown-filtru.dropdown-altele::after {
  background-color: #FFF;
  box-shadow: 0 30px 0 #FFF;
  display: none;
}
.popup-cautare__inner .filtre-wrapper .dropdown-altele-col {
  width: 100%;
  flex: none;
}
@media all and (min-width: 640px) {
  .popup-cautare__inner .filtre-wrapper .dropdown-altele-col {
    flex: 1;
  }
}
.popup-cautare__inner .filtre-wrapper .buton {
  background-color: #D70F64;
  margin-top: 15px;
}
@media (hover: hover) {
  .popup-cautare__inner .filtre-wrapper .buton:hover {
    color: #FFF;
    box-shadow: 0 3px 5px rgba(39, 43, 92, 0.25);
    transform: translateY(-2px);
  }
}

.popup-cautare__trigger {
  display: none;
}
.popup-cautare__trigger:checked + .popup-cautare__tab {
  background-color: #FFF;
  color: #D70F64;
  padding-top: 4px;
}
.popup-cautare__trigger:checked + .popup-cautare__tab + .popup-cautare__wrapper {
  display: block;
}

.popup-cautare__tab {
  width: calc((100% - 64px) / 2);
  background-color: #D70F64;
  color: #FFF;
  height: 64px;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 2px;
  transition: none;
  cursor: pointer;
}

.popup-cautare__wrapper {
  background-color: #FFF;
  width: 100%;
  height: calc(100vh - 94px);
  overflow-y: scroll;
  overflow-x: hidden;
  order: 3;
  display: none;
  border-radius: 0 30px;
  padding: 40px 30px;
}
@media all and (min-width: 640px) {
  .popup-cautare__wrapper {
    height: auto;
    overflow: visible;
  }
}

.popup-cautare__wrapper--articole {
  height: auto;
}
.popup-cautare__wrapper--articole input[type=submit],
.popup-cautare__wrapper--articole button {
  width: 100%;
  padding: 10px 15px 9px;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.container404 .controller {
  padding: 40px 0 30px;
}
@media all and (min-width: 640px) {
  .container404 .controller {
    max-width: 400px;
    padding-top: 50px;
  }
}
@media all and (min-width: 1023px) {
  .container404 .controller {
    display: flex;
    align-items: center;
    padding-top: 80px;
    max-width: 1170px;
  }
}
.container404 img {
  margin-bottom: 30px;
}
@media all and (min-width: 1023px) {
  .container404 img {
    margin-left: 50px;
    margin-right: 80px;
    max-width: 500px;
  }
}
.container404 h1 {
  margin-bottom: 20px;
}
@media all and (min-width: 1023px) {
  .container404 h1 {
    margin-bottom: 40px;
  }
}
.container404 a {
  color: #2B8CDA;
  border-bottom: 1px solid #FFF;
}
@media (hover: hover) {
  .container404 a:hover {
    border-color: #2B8CDA;
  }
}

.login-with-social {
  padding-top: 30px;
}
@media all and (min-width: 640px) {
  .login-with-social {
    display: flex;
    padding-top: 50px;
  }
}

.login-with-social--register {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media all and (min-width: 640px) {
  .login-with-social--register {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

.login-with {
  display: flex;
  border: 1px solid #2B8CDA;
  align-items: center;
  border-radius: 2px;
  padding: 15px 20px 12px;
  color: #2B8CDA;
  margin-top: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1;
}
@media all and (min-width: 640px) {
  .login-with {
    flex: 1;
    margin-top: 0;
  }
}
.login-with img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
@media all and (min-width: 640px) {
  .login-with + .login-with {
    margin-left: 10px;
  }
}
@media (hover: hover) {
  .login-with:hover {
    background-color: rgba(43, 140, 218, 0.1);
    color: #2B8CDA;
  }
}

.cautare-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.cautare-item + .cautare-item {
  padding-top: 20px;
  border-top: 1px solid rgba(39, 43, 92, 0.15);
}
.cautare-item:last-child {
  padding-bottom: 0;
}

.cautare-item__text {
  flex: 1;
  padding-right: 10px;
}
.cautare-item__text span {
  display: block;
}
@media (hover: hover) {
  .cautare-item__text:hover .cautare-item__titlu {
    color: #D70F64;
  }
}

.cautare-item__titlu {
  font-weight: bold;
  line-height: 1.2;
  color: #2B8CDA;
}

.cautare-item__descriere {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.3;
}

.cautare-item__icon {
  width: 48px;
  border-radius: 100px;
}
.cautare-item__icon img {
  width: 100%;
}
@media (hover: hover) {
  .cautare-item__icon:hover {
    box-shadow: inset 0 0 0 1px rgba(43, 140, 218, 0.75);
  }
}

.pin {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
}
.pin .card-proprietate {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
}
.pin .card-zona-pret {
  left: 10px;
  bottom: 8px;
}
.pin .card-text-detalii {
  font-size: 12px;
  font-weight: normal;
}
.pin .card-text-detalii li + li {
  margin-left: 5px;
}
.pin .card-pret {
  font-size: 20px;
}
.pin .card-heart {
  right: 11px;
  bottom: 10px;
}
.pin .card-labels {
  top: 10px;
  left: 10px;
  transform: scale(0.9);
  transform-origin: top left;
}
.pin:hover .pin__point {
  background-color: #FFF;
  border-color: #D70F64;
}
.pin:hover .pin__pret {
  color: #FFF;
  background-color: #D70F64;
  box-shadow: 0 0 0 1px #D70F64;
}

.pin--clicked .pin__point {
  background-color: #FFF;
  border: 2px solid #D70F64;
}
.pin--clicked .pin__pret {
  color: #FFF;
  background-color: #D70F64;
  box-shadow: 0 0 0 1px #D70F64;
}
.pin--clicked:hover .pin__point {
  background-color: #FFF;
}

.pin__point {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  background-color: #D70F64;
  z-index: 2;
  cursor: pointer;
}

.pin__pret {
  position: absolute;
  background-color: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-weight: bold;
  transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  z-index: 1;
  line-height: 1;
  border-radius: 2px;
  padding: 4px 5px;
  cursor: pointer;
}

.pin--hover-in-lista {
  transform: scale(1.2);
  transform-origin: center 50%;
}
.pin--hover-in-lista .pin__pret {
  color: #FFF;
  background-color: #D70F64;
  box-shadow: 0 0 0 1px #D70F64;
}
.pin--hover-in-lista .pin__point {
  background-color: #FFF;
  border-color: #D70F64;
}

.pin--orange .pin__point {
  background-color: #ff6600;
}
.pin--orange:hover .pin__point {
  background-color: #2B8CDA;
  background-color: #FFF;
  border-color: #ff6600;
}
.pin--orange:hover .pin__pret {
  background-color: #ff6600;
  box-shadow: 0 0 0 1px #ff6600;
}
.pin--orange.pin--clicked .pin__point {
  background-color: #FFF;
  border: 2px solid #ff6600;
}
.pin--orange.pin--clicked .pin__pret {
  color: #FFF;
  background-color: #ff6600;
  box-shadow: 0 0 0 1px #ff6600;
}
.pin--orange.pin--clicked:hover .pin__point {
  background-color: #FFF;
}
.pin--orange.pin--hover-in-lista .pin__pret {
  background-color: #ff6600;
  box-shadow: 0 0 0 1px #ff6600;
}
.pin--orange.pin--hover-in-lista .pin__point {
  background-color: #FFF;
  border-color: #ff6600;
}

.fara-rezultate {
  padding: 20px 0 0;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 640px) {
  .fara-rezultate {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1280px) {
  .fara-rezultate {
    padding: 30px 0 20px;
  }
}
.fara-rezultate img {
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .fara-rezultate img {
    width: 45%;
  }
}
@media all and (min-width: 640px) {
  .fara-rezultate p {
    flex: 1;
    margin-left: 50px;
    font-size: 30px;
    line-height: 1.3;
  }
}
@media all and (min-width: 1280px) {
  .fara-rezultate p {
    font-size: 36px;
  }
}

.separator-1px {
  height: 0;
  border: none;
  border-top: 1px solid rgba(39, 43, 92, 0.25);
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 20px auto;
}
@media all and (min-width: 640px) {
  .separator-1px {
    max-width: calc(100% - 100px);
  }
}
@media all and (min-width: 1280px) {
  .separator-1px {
    max-width: 1170px;
  }
}
@media all and (min-width: 1600px) {
  .separator-1px {
    max-width: 82vw;
  }
}
.separator-1px + .numere {
  margin-top: 60px;
}
@media all and (min-width: 640px) {
  .separator-1px + .numere {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

.numere__titlu {
  text-align: center;
  margin-bottom: 40px;
}
.numere__titlu h4 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2B8CDA;
  margin-bottom: 0;
}
.numere__titlu p {
  font-size: 18px;
  color: rgba(39, 43, 92, 0.8);
}
.numere__titlu p a {
  border-bottom: 1px dashed rgba(39, 43, 92, 0.5);
}
@media (hover: hover) {
  .numere__titlu p a:hover {
    color: #D70F64;
    border-bottom: 1px solid #D70F64;
  }
}
.numere__titlu select {
  width: 350px;
  max-width: 80vw;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.numere--statistici {
  justify-content: center;
}
@media all and (min-width: 640px) {
  .numere--statistici {
    justify-content: space-around;
  }
}

.disclaimer {
  margin-bottom: 40px;
}
@media all and (min-width: 640px) {
  .disclaimer {
    margin-bottom: 50px;
  }
}
.disclaimer .controller {
  background-color: #E6EEF8;
  max-width: calc(100% - 50px);
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  .disclaimer .controller {
    max-width: calc(100% - 100px);
    padding: 45px 50px 50px;
  }
}
@media all and (min-width: 1600px) {
  .disclaimer .controller {
    max-width: calc(100% - 110px);
  }
}
@media all and (min-width: 1600px) {
  .disclaimer .controller {
    padding: 45px 15vw 50px;
  }
}
.disclaimer .controller h4 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.disclaimer .controller p {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}

footer {
  background-image: url(/images/footer-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
  color: #E6EEF8;
  padding: 60px 50px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  footer {
    padding: 7vw 9.375vw 5vw;
    flex-wrap: nowrap;
  }
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/footer-shape.svg);
  background-position: top left;
  pointer-events: none;
}
@media all and (min-width: 640px) {
  footer::before {
    left: 0;
  }
}
@media all and (min-width: 1280px) {
  footer::before {
    background-size: 100% 100%;
  }
}
@media all and (min-width: 640px) {
  footer div + div {
    margin-left: 50px;
  }
}
@media all and (min-width: 1280px) {
  footer div + div {
    margin-left: 100px;
  }
}

.footer-mls {
  margin-bottom: 40px;
}
@media all and (min-width: 640px) {
  .footer-mls {
    margin-bottom: 0;
  }
}
.footer-mls ul {
  list-style-type: none;
  display: flex;
  font-weight: bold;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .footer-mls ul {
    flex-wrap: nowrap;
  }
}
.footer-mls ul li {
  margin-right: 25px;
}
@media all and (min-width: 640px) {
  .footer-mls ul li {
    width: 100%;
  }
}
@media all and (min-width: 1023px) {
  .footer-mls ul li {
    margin-right: 0;
    width: auto;
  }
}
@media all and (min-width: 1280px) {
  .footer-mls ul li + li {
    margin-left: 32px;
  }
}
.footer-mls ul a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
@media (hover: hover) {
  .footer-mls ul a:hover {
    border-color: #FFF;
  }
}

.footer-logo {
  display: block;
  margin-bottom: 25px;
}
.footer-logo img {
  width: 123px;
  height: 53px;
}
@media all and (min-width: 640px) {
  .footer-logo img {
    width: 163px;
    height: 70px;
  }
}

.footer-apair {
  margin-bottom: 40px;
}
@media all and (min-width: 640px) {
  .footer-apair {
    max-width: 400px;
    margin-bottom: 0;
  }
}
.footer-apair p {
  font-size: 14px;
  margin-bottom: 0;
}

.footer-logo-apair {
  display: block;
  margin-bottom: 20px;
}
.footer-logo-apair img {
  width: 125px;
  height: 23px;
}
@media all and (min-width: 640px) {
  .footer-logo-apair img {
    width: 165px;
    height: 31px;
  }
}

.footer-social {
  display: flex;
}
@media all and (min-width: 640px) {
  .footer-social {
    padding-bottom: 38px;
    width: 120px;
  }
}
.footer-social a {
  display: block;
  width: 44px;
  margin-right: 10px;
}
@media all and (min-width: 640px) {
  .footer-social a {
    margin-right: 0;
    margin-left: 10px;
  }
}

@media print {
  @page {
    size: A4 portrait;
  }
  @page :left {
    margin-left: 3cm;
    @bottom-left {
      margin: 10pt 0 30pt 0;
      border-top: 0.25pt solid #666;
      content: "A1";
      font-size: 9pt;
      color: #333;
    }
  }
  @page :right {
    margin-left: 4cm;
    @bottom-right {
      content: "Pagina " counter(page) " din " counter(pages);
    }
  }
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img, table, figure {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.active-filter .dropdown-filtru {
  display: block;
}

.active-filter .fake-close {
  display: block;
}

.hero-form {
  z-index: 10 !important;
}

.autocomplete-result-list {
  display: block !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.meter {
  height: 5px;
  position: relative;
  background: transparent;
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
}

.progress {
  background-color: #D70F64;
  -webkit-animation: progressBar 3s ease-in-out;
          animation: progressBar 3s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 0%;
  transition: width 10s;
}

.finish {
  transition: width 0.1s;
}

.article-body .hidden-block {
  display: none;
}
.article-body.show-hidden-block .hidden-block {
  display: block;
}
.article-body.show-hidden-block a.more {
  display: none;
}

.slick-slide {
  display: flex !important;
  outline: none;
}
.slick-slide:hover {
  cursor: pointer;
}

@media all and (max-width: 1023px) {
  .testimoniale-arrow {
    display: none !important;
  }

  .slick-slider {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
}
.white-border {
  border-bottom: 1px solid white !important;
}

.pink-border {
  border-bottom: 1px solid transparent !important;
}

.unique-link {
  color: #d70f64 !important;
  margin-left: 60px;
}

.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat !important;
}

.article-body form .form-group a {
  color: #D70F64;
}

.form-group.error label {
  color: red;
}

.form-group.error p {
  color: red;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select {
  border-color: red !important;
}

@media all and (min-width: 1280px) {
  .form-success {
    min-height: 500px;
  }
}
@media all and (max-width: 1023px) {
  .form-success {
    min-height: 200px;
  }
}
.popup-contact .links a:first-child {
  margin-left: 0 !important;
}

/*
@media all and (min-width: 1280px) {
    .article-body {
        a {
            &.attachment {
                z-index: 50;
            }
        }
    }
    .share-buttons-wrapper {
        .share-buttons {
            z-index: 100;
        }
    }
    .main-article-image {
        img {
            object-fit: contain!important;
        }
    }
}
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .has-very-dark-gray-color {
  color: #313131;
}

/**
 * Colors
 */
.wp-block-table {
  border-collapse: collapse;
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}
.wp-block-table figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.alignleft td,
.wp-block-table.alignleft th, .wp-block-table.aligncenter td,
.wp-block-table.aligncenter th, .wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #F6F6F7;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #F6F6F7;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

:root .has-small-font-size {
  font-size: 13px;
}
:root .has-regular-font-size,
:root .has-normal-font-size {
  font-size: 16px;
}
:root .has-medium-font-size {
  font-size: 20px;
}
:root .has-large-font-size {
  font-size: 36px;
}
:root .has-larger-font-size,
:root .has-huge-font-size {
  font-size: 42px;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}

.has-text-align-right {
  /*rtl:ignore*/
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.wp-block-columns {
  display: flex;
}

.info-activated {
  text-align: center;
  color: #fff;
  background-color: #3490dc;
  font-size: 17px;
}
.info-activated > a {
  text-transform: uppercase;
  text-decoration: underline;
  #color: #e3342f;
}

.open-house-section-title {
  color: #04B331;
}

.sectiune-openhouse {
  background-color: rgba(15, 215, 111, 0.06) !important;
}

.article table td.valoare-detaliu.open-house {
  padding-left: 0;
  text-align: left;
  width: 100%;
}
.article .sectiune-openhouse table td.nume-detaliu {
  border-bottom: none;
}
.article .sectiune-openhouse table td.nume-detaliu a {
  color: #d70f64;
}

.disclaimer .controller span {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

h2.card-zona {
  line-height: unset;
  font-weight: unset;
}

.listing-harta-wrapper {
  width: 100%;
}

.invalid-feedback {
  color: #e3342f;
}

.nr-camere {
  margin-right: 4px;
}

.footer-social-a {
  display: block;
  margin-right: 10px;
  font-size: 15px;
}

.footer-mls-social-media {
  display: flex;
}

.policies {
  display: block !important;
  margin-top: 10px;
}

.menu-item-with-top-separator {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  display: block;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 12px;
}
.menu-item-with-top-separator a {
  padding-left: 0;
}

@media all and (min-width: 1280px) {
  .menu-item-with-top-separator {
    width: 100%;
    margin-left: 0;
    padding-top: 12px;
  }
}
@media all and (min-width: 1280px) {
  .submenu-item-two-columns {
    -moz-columns: 2;
         columns: 2;
    list-style: none;
  }

  .submenu-extra-large {
    width: 500px;
    margin-left: -250px;
  }
}
.radio-wrapper {
  display: flex;
  border-top: 3px solid #80808054;
  padding-top: 8px;
  padding-bottom: 2px;
}
.radio-wrapper label {
  display: inline;
  flex: 1;
}
.radio-wrapper label input {
  margin-right: 12px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.form-rc-group #form_error {
  color: red;
}

.card-text-area .card-text-detalii {
  font-size: 20px;
}

.article-155 .article-body,
.article-156 .article-body,
.article-157 .article-body,
.article-158 .article-body,
.article-159 .article-body,
.article-160 .article-body,
.article-161 .article-body {
  padding-left: 0 !important;
}
.article-155 .fact,
.article-155 .cifra,
.article-155 .share-buttons-wrapper,
.article-156 .fact,
.article-156 .cifra,
.article-156 .share-buttons-wrapper,
.article-157 .fact,
.article-157 .cifra,
.article-157 .share-buttons-wrapper,
.article-158 .fact,
.article-158 .cifra,
.article-158 .share-buttons-wrapper,
.article-159 .fact,
.article-159 .cifra,
.article-159 .share-buttons-wrapper,
.article-160 .fact,
.article-160 .cifra,
.article-160 .share-buttons-wrapper,
.article-161 .fact,
.article-161 .cifra,
.article-161 .share-buttons-wrapper {
  display: none;
}
.article-155 .attachment,
.article-156 .attachment,
.article-157 .attachment,
.article-158 .attachment,
.article-159 .attachment,
.article-160 .attachment,
.article-161 .attachment {
  position: relative;
  background: none;
  margin: 0;
  padding: 10px 0 0;
  text-align: inherit;
}
.article-155 .attachment .attachment-title,
.article-156 .attachment .attachment-title,
.article-157 .attachment .attachment-title,
.article-158 .attachment .attachment-title,
.article-159 .attachment .attachment-title,
.article-160 .attachment .attachment-title,
.article-161 .attachment .attachment-title {
  font-size: 25px;
}
.article-155 .attachment .attachment-cta,
.article-156 .attachment .attachment-cta,
.article-157 .attachment .attachment-cta,
.article-158 .attachment .attachment-cta,
.article-159 .attachment .attachment-cta,
.article-160 .attachment .attachment-cta,
.article-161 .attachment .attachment-cta {
  display: none;
}

.location-map {
  width: 100%;
  overflow: inherit;
}
@media (max-width: 1280px) {
  .location-map {
    overflow: hidden;
  }
}
@media all and (max-width: 639px) {
  .location-map {
    overflow: inherit;
  }
}
.location-map iframe {
  border: 0;
  margin-top: -150px;
}
@media all and (max-width: 639px) {
  .location-map iframe {
    margin-top: 0 !important;
  }
}

.logo img,
.footer-logo img {
  width: auto;
  height: 38px;
}

.desktop-sticky__main .logo img {
  height: 38px;
  width: auto;
}

@media all and (max-width: 639px) {
  .logo img {
    height: 27px;
  }
}
@media (max-width: 412px) {
  .logo img {
    height: 23px;
  }
}