/*
Theme Name: Logicent
Theme URI: https://www.ejump.ro
Description: Logicent Theme
Tags: logicent, estate, realestate, portfolio, building, blog, clean, elegant, modern, design
Author: Digital Partners
Author URI: https://www.ejump.ro
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: logicent
Domain Path: /languages

CSS changes can be made in files in the /assets/css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* ============================================
   FONT FACE OPTIMIZAT - PERFORMANȚĂ MAXIMĂ
   ============================================ */

/* 1. FONT LOCAL - SATOSHI (prioritate maximă) */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* afișează text instant, apoi înlocuiește */
  src: local('Satoshi'),
       url('./assets/fonts/Satoshi.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Satoshi Bold'),
       local('Satoshi-Bold'),
       url('./assets/fonts/Satoshi-Bold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFhOHM81r4j6k0gjAW3mujVU2B2G_VB0PD2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
input[name="phoneprefix"] {
  pointer-events:  !important;
  cursor: none !important;
  z-index: -1 !important;
}

.hidden {
  display: none !important
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media screen and (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .hidden-xl,
  .hidden-md {
    display: none;
  }
  .show-on-desktop {
    display: block;
  }
  .column-left-in-container {
    padding-left: calc(50vw - 660px);
  }
  .col_image img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .column-left-in-container {
    padding-left: calc(50vw - 600px);
  }
}

@media screen and (min-width: 1601px) {
  .column-left-in-container .content-general-custom {
    max-width: 600px;
  }
  .column-left-in-container {
    padding-left: calc(50vw - 585px);
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

@media screen and (max-width: 991px) {
  .show-on-mobile {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .padding-xs-0 {
    padding: 0
  }
  .hero_section {
    min-height: 70vh;
    max-height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

*:focus {
  outline: none;
}

a {
  color: #141414;
  text-decoration: none;
  position: relative;
}

a:hover {
  color: #2D7FB4;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Satoshi", Arial, sans-serif;
  color: #141414;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: DM Serif Display;
}

p {
  font-size: 16px;
}

:focus {
  outline: 0
}

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

body {
  line-height: 26px
}

ol,
ul {
  list-style: none
}

p {
  margin: 0 0 10px;
}

article ul {
  list-style: disc
}

blockquote,
q {
  quotes: none
}

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

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%
}

video::-webkit-media-controls {
  display: none !important;
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

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

a:focus {
  outline: 0
}

a:active,
a:hover {
  outline: 0
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

figure {
  margin: 0
}

form {
  margin: 0
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible
}

button[disabled],
html input[disabled] {
  cursor: default
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

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

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

textarea {
  overflow: auto;
  vertical-align: top
}

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

html,
button,
input,
select,
textarea {
  color: #222
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}

::selection {
  background: #b3d4fc;
  text-shadow: none
}

img {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

.icon.icon-angle-down {
  display: none
}

.choose-floor {
  display: flex;
  gap: 0px;
  flex-direction: column;
  align-items: center;
}

.choose-floor button {
  background: transparent;
  border: 0;
  position: relative;
}

.choose-floor button.dropdown-toggle::after {
  top: 10px;
  right: -10px;
}

.choose_floor_custom {
  color: #333;
  font-family: Satoshi;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tax-increase_buildings section .row.justify-content-center {
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
}

.tax-increase_buildings section .row.justify-content-center .col-lg-6,
.tax-increase_buildings section .row.justify-content-center .col-md-6 {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.title-general-custom h2 {
  color: #172440;
  font-family: "Satoshi";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: inherit;
  position: relative;
  z-index: 1;
  margin: 0 0 20px
}

.title-general-custom h3 {
  color: #172440;
  font-family: "Satoshi";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px
}

.counter span,
.counter strong {
  position: relative;
  font-family: "Satoshi";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1;
  color: #172440;
  opacity: .7;
}

.title-general-custom h2 strong {
  position: relative;
  font-family: "Satoshi";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: inherit;
  line-height: 1;
  color: #333;
}

.counter span {
  text-transform: initial !important;
}

.counter span,
.counter strong {
  color: #172440;
  opacity: 1;
}

.content-general-custom {
  position: relative;
  z-index: 1
}

.content-general-custom ul {
  padding: 0 0 0 20px;
  list-style: disc;
}

.content-general-custom h2 {
  font-family: DM Serif Display;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}

@media screen and (max-width: 767px) {
  section .content-general-custom h2 {
    font-size: 24px;
  }
}

.content-general-custom p,
.content-general-custom li,
.content-general-custom {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 1.3;
  letter-spacing: 1%;
  color: #333333;
}

header .container {
  max-width: 100vw;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media screen and (min-width:1601px) {
  header .container {
    max-width: 1800px;
  }
}

@media screen and (max-width:991px) {
  .counter span,
  .counter strong,
  .title-general-custom h2 strong {
    font-size: 60px;
  }
  .title-general-custom h2 {
    font-size: 40px;
  }
  .title-general-custom h3 {
    font-size: 28px;
  }
}

@media screen and (max-width:767px) {
  .counter span,
  .counter strong,
  .title-general-custom h2 strong {
    font-size: 36px;
  }
  .title-general-custom h2 {
    font-size: 32px;
  }
  .title-general-custom h3 {
    font-size: 26px;
  }
}

@media screen and (max-width:360px) {
  .counter strong,
  .counter span,
  .title-general-custom h2 strong {
    font-size: 34px;
  }
}

@media screen and (max-width:340px) {
  .counter strong,
  .counter span,
  .title-general-custom h2 strong {
    font-size: 34px;
  }
  .title-general-custom h2 {
    font-size: 30px;
  }
  .title-general-custom h3 {
    font-size: 24px;
  }
}

@media screen and (max-width:350px) {
  .counter span,
  .counter strong,
  .title-general-custom h2 strong {
    font-size: 28px;
  }
  .title-general-custom h2 {
    font-size: 24px;
  }
  .title-general-custom h3 {
    font-size: 22px;
  }
}

.wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: -50px;
}

.wpcf7 .wpcf7-not-valid-tip,
#form-style .form-group-custom .wpcf7-not-valid-tip {
  position: absolute;
  min-width: 300px;
  top: auto;
  color: #3d7ec1;
}

.wpcf7 .acceptance-class p,
#form-style .form-group-custom .acceptance-class p {
  float: left;
  color: #5C5F66;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.page-id-3963 .wpcf7 .acceptance-class p a,
.page-id-3963 .wpcf7 .acceptance-class p,
.page-id-4365 .wpcf7 .acceptance-class p a,
.page-id-4365 .wpcf7 .acceptance-class p {
  color: #fff !important
}

.wpcf7 .acceptance-class div,
#form-style .form-group-custom .acceptance-class div {
  padding-left: 20px;
}

.wpcf7 .wpcf7-not-valid-tip,
.acceptance-class .wpcf7-not-valid-tip {
  margin: 0;
  position: absolute;
  min-width: 300px;
  top: -20px;
}

.wpcf7 .wpcf7-list-item-label,
.acceptance-class .wpcf7-list-item-label {
  display: none;
}

.single-custom-page-builder ul {
  padding-left: 20px;
  list-style: disc;
}

.text-primary {
  color: #E5B300 !important;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  background: #FED441 !important;
  color: #18233F !important;
}

.container {
  max-width: 1230px;
}

@media screen and (max-width:1300px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width:991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-small {
  max-width: 800px;
}

/* Header */

header .row-center {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: space-between;
}

#custom-header {
  padding: 0;
  background: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-cta {
  display: flex;
  justify-content: flex-end;
}

.nav-menu {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  padding: 0 5px;
  line-height: 100px;
}

.nav-menu a {
  color: #FFFFFF;
  font-family: Satoshi;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.scroll-header .nav-menu a {
  color: #000;
}

.scroll-header .nav-menu .current-menu-item {
  border-color: #000;
}

.nav-menu a:hover {
  color: #F35257;
  text-decoration: none;
}

#media_image-2 {
  filter: brightness(0) invert(1);
}

#custom-header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

body:not(.menu-active) #custom-header:not(.sticky) .icon-trigger {
  filter: brightness(0) invert(1)
}

.header-logo {
  filter: brightness(0) invert(1);
}

.scroll-header .header-logo {
  filter: none
}

.header-logo img {
  height: auto;
  width: auto;
  max-height: 66px;
}

@media screen and (max-width:767px) {
  .header-logo img {
    max-width: 90px;
  }
}

.nav-header-menu a {
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #171C26;
}

.nav-header-menu .current_page_item a {
  color: #E5B300;
}

.nav-header-menu a:focus,
.nav-header-menu a:hover {
  text-decoration: none;
}

#custom-header:not(.sticky) .nav-header-menu #top-menu>li:not(.telefon-custom)>a {
  color: #fff;
}

#custom-header:not(.sticky) .nav-header-menu #top-menu>li>a:hover {
  color: #E5B300;
}

#custom-header.sticky .nav-header-menu #top-menu>li>a:hover {
  color: #E5B300;
}

.nav-header-menu ul {
  padding: 0;
  margin: 0;
}

.nav-header-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 335px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.nav-header-menu .menu-item-has-children {
  position: relative;
}

@media screen and (min-width:992px) {
  .nav-header-menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .icon-trigger {
    display: none;
  }
}

.nav-header-menu .menu-item-has-children .sub-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  padding: 0 20px;
}

.nav-header-menu .menu-item-has-children>a::after {
  content: '';
  background: url('./assets/images/angle-menu.svg') center center no-repeat;
  transform: rotate(180deg);
  background-size: cover;
  position: absolute;
  right: -18px;
  width: 18px;
  height: 18px;
  display: block;
  top: 0;
}

.nav-header-menu .menu-item-has-children:hover>a::after {
  transform: rotate(0deg);
}

.sticky .nav-header-menu .menu-item-has-children>a::after {
  filter: invert(93%) sepia(8%) saturate(3838%) hue-rotate(183deg) brightness(97%) contrast(98%);
}

.nav-header-menu .menu-item-has-children .sub-menu a {
  color: #172440;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 0px;
  transition: .5s all;
  text-transform: inherit;
}

.nav-header-menu .menu-item-has-children .sub-menu a:hover {
  padding-left: 5px;
  transition: .5s all;
}

.nav-header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-header-menu .menu-item-has-children:hover .sub-menu a span {
  color: #172440;
  font-family: "Satoshi";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  min-width: 126px;
  text-align: center;
  background: #F6F9FC;
  padding: 6px 12px;
}

.nav-header-menu .menu-item-has-children .sub-menu #menu-item-358 a span,
.nav-header-menu .menu-item-has-children .sub-menu #menu-item-361 a span {
  color: #3D7EC1;
}

div .telefon-custom a {
  background: #FED441;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 40px;
  position: relative;
  color: #18233F;
  display: flex;
  overflow: hidden;
  border: 1px solid #FED441
}

div .telefon-custom a:hover {
  text-decoration: none;
}

header div .telefon-custom a:hover {
  background: #E5B300;
  color: #18233F;
}

header div .telefon-custom a {
  border: 1px solid #FED441 !important;
}

.form-group-custom .row {
  margin: 0
}

.section-contact div .telefon-custom a {
  letter-spacing: 1px;
  padding: 15px 47px;
}

.section-contact div .telefon-custom a:hover {
  background: #E5B300;
  color: #18233F;
}

.telefon-custom {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: inline-block;
}

#custom-header .telefon-custom {
  margin-left: 15px;
}

@media screen and (max-width:991px) {
  .nav-menu {
    display: none;
  }
  .menu-active .nav-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    justify-content: flex-start;
    padding-top: 100px;
  }
  .menu-active .nav-menu a {
    font-size: 20px;
  }
  .nav-menu li {
    line-height: 1;
    text-align: center;
  }
  .menu-active .nav-menu a {
    color: #000;
  }
  header div.telefon-custom::after,
  header div.telefon-custom a {
    font-size: 10px;
  }
  header div.telefon-custom a {
    padding: 10px 32px;
  }
  header#custom-header div.telefon-custom {
    margin: 0 10px 0 0;
  }
  #custom-header {
    padding: 15px 0;
    min-height: 74px;
  }
}

@media screen and (max-width:361px) {
  header div.telefon-custom::after,
  header div.telefon-custom a {
    font-size: 10px;
  }
  header div.telefon-custom a {
    padding: 5px 25px;
  }
  header#custom-header div.telefon-custom {
    margin: 0 10px 0 0;
  }
}

.site-footer-custom {
  background: #333333;
  padding: 40px 0 20px;
}

footer .telefon-custom {
  margin: 0;
  display: inline-block;
  line-height: 10px !important;
}

footer .widget ul {
  padding: 0;
  margin: 0;
}

footer .widget a,
footer .widget p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0%;
  color: #fff;
}

footer .widget ul a {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  opacity: .8;
  color: #fff;
}

footer .widget a.harta_cta {
  color: #F35257;
  margin-left: 30px;
}

footer .widget a.harta_cta img {
  transform: translateX(0px);
  transition: .5s all;
}

footer .widget a.harta_cta:hover img {
  transform: translateX(5px);
  transition: .5s all;
}

.newsletter-footer {
  margin: 0 0 80px;
}

.newsletter-footer .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #FFFFFF33
}

footer .widget a:hover {
  color: #F35257;
  text-decoration: none;
  opacity: 1;
}

.newsletter-footer label {
  font-family: Satoshi;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  color: #fff;
}

.newsletter-footer p {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 1.3;
  letter-spacing: 1%;
  color: #fff;
  max-width: 488px;
}

.newsletter-footer h3 {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.newsletter-footer input[type="submit"] {
  border-radius: 60px;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #F35257;
  padding: 16px 30px;
}

.newsletter-footer input[type="email"] {
  border: 1px solid #FFFFFF33;
  padding: 14px 20px;
  border-radius: 60px;
  background: transparent;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  color: #fff;
}

.newsletter-footer input[type="email"]::placeholder {
  color: #fff;
  opacity: .4;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
}

.newsletter-footer .nf-field-container {
  margin: 0
}

@media screen and (max-width:992px) {
  #nf-form-2-cont nf-fields-wrap {
    flex-direction: column;
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .newsletter-footer .container {
    padding-bottom: 30px;
  }
  .newsletter-footer {
    margin-bottom: 30px;
  }
}

@media screen and (min-width:992px) {
  #text-2 li {
    float: left;
    width: 50%;
  }
  #nf-form-2-cont nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(1) {
    min-width: 70%;
    order: 1;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(2) {
    min-width: 100%;
    order: 3;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(3) {
    width: calc(30% - 20px);
    order: 2;
  }
}

footer .widget .widget-title {
  font-family: Satoshi;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
}

.telefon-custom.active-phone::after {
  display: none;
}

/* .telefon-custom::after {
    content: '031... VEZI NUMÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡RUL';
    position: absolute;
    color: #18233F;
    right: 0;
    width: 100%;
    height: 100%;
    transition: top .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 10;
    background: #FED441;
    font-family: "Satoshi";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer
} */

@media screen and (max-width:991px) {
  .wcc-revisit-bottom-left {
    bottom: 55px !important;
  }
}

@media screen and (min-width:992px) {
  .nav-header-menu ul {
    display: flex;
    align-items: center;
  }
  .nav-header-menu ul>li {
    padding: 0 10px;
    line-height: 100px;
  }
  .nav-header-menu .menu-item-has-children {
    padding-right: 30px;
  }
  #custom-header .telefon-custom {
    padding: 0;
  }
  .current-menu-item {
    border-bottom: 1px solid #FFF;
  }
  .nav-header-menu ul>li:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width:1425px) and (min-width: 1330px) {
  .nav-header-menu ul>li {
    padding: 0 10px
  }
  .nav-header-menu .menu-item-has-children {
    padding-right: 20px;
  }
}

@media screen and (max-width:1329px) and (min-width: 1050px) {
  #custom-header .telefon-custom::after,
  #custom-header .telefon-custom * {
    font-size: 12px;
  }
  .nav-header-menu ul>li {
    padding: 0 5px;
  }
  .nav-header-menu ul>li a {
    font-size: 13px;
  }
  .nav-header-menu .menu-item-has-children {
    padding-right: 10px;
  }
  .nav-header-menu .menu-item-has-children>a::after {
    right: -15px;
  }
  #custom-header div .telefon-custom a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width:1049px) and (min-width: 992px) {
  .nav-header-menu ul>li {
    padding: 0 5px;
  }
  .nav-header-menu ul>li a {
    font-size: 11px;
  }
  .nav-header-menu .menu-item-has-children {
    padding-right: 10px;
  }
  #custom-header .telefon-custom::after,
  #custom-header .telefon-custom * {
    font-size: 12px;
  }
  .nav-header-menu .menu-item-has-children>a::after {
    right: -15px;
  }
  #custom-header div .telefon-custom a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-hero-apartments {
  margin-top: 102px
}

/* Responsive Menu Button */

@media screen and (max-width:991px) {
  .section-hero-apartments {
    margin-top: 74px;
  }
  .nav-header-menu .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: calc(100vw - 60px);
    box-shadow: none;
  }
  .nav-header-menu .menu-item-has-children>a::after {
    filter: invert(93%) sepia(8%) saturate(3838%) hue-rotate(183deg) brightness(97%) contrast(98%);
    position: relative;
    right: auto;
  }
  .nav-header-menu .menu-item-has-children>a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-trigger {
    display: inline-block;
    cursor: pointer;
  }
  body.menu-active {
    overflow: hidden;
  }
  body:not(.menu-active) #custom-header:not(.sticky) .mobile-trigger {
    /* filter: brightness(0) invert(1); */
  }
  body.menu-active .header-logo {
    /* z-index: 100000000; */
    position: relative;
    filter: none;
  }
  header li.telefon {
    display: none;
  }
  .header-phone-custom {
    margin: 0 15px;
  }
  .right-part-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .icon-trigger {
    position: relative;
    right: 0;
    top: calc( 50% - 15px);
    z-index: 101;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    float: right;
    z-index: 9999999999;
    outline: none !important
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 2px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
    display: block;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-10px, 6px);
    background-color: #000;
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -1px);
    background-color: #000;
  }
  .nav-header-menu ul li a {
    padding: 15px 0;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #000 !important;
    text-align: center;
  }
  .nav-header-menu ul li.telefon a {
    color: #fff !important;
  }
  .nav-header-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 100;
    justify-content: center;
    align-items: center;
    padding: 30px;
    z-index: 99999999;
    width: 100%;
    overflow-y: scroll;
  }
  .menu-active .nav-header-menu {
    display: flex;
    align-items: flex-start;
    padding-top: 125px;
  }
  .menu-active #custom-header .header-logo {
    filter: none !important;
    z-index: 999999999
  }
  .nav-header-menu .menu-item-has-children .sub-menu,
  .nav-header-menu .menu-item-has-children .sub-menu a {
    padding: 0;
    font-size: 18px;
  }
  footer .widget .widget-title {
    margin: 20px 0
  }
}

.back-bottom a img {
  margin-right: 5px;
  transform: translateX(0);
  transition: .3s all;
}

.back-bottom a {
  color: #FFF;
  font-family: "Satoshi";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.back-bottom a:hover {
  text-decoration: none
}

.back-bottom a:hover img {
  transform: translateX(-5px);
  transition: .3s all;
}

.back-bottom {
  color: #FFF !important;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: absolute;
  top: -100px;
}

/* Top Footer*/

.section-contact {
  padding: 0 0 40px;
  overflow: hidden;
}

.section-contact .content-general-custom {
  max-width: 620px;
}

.section-contact .content-general-custom a[href^="mailto:"]::before {
  display: none !important;
}

.download-btn:focus,
.download-btn:hover {
  color: transparent;
  border: 0;
}

/* Footer */

.site-footer {
  display: flex;
  padding: 80px 0 30px;
  background: linear-gradient(257deg, #172440 0%, #254068 100%), #17233F;
  color: #fff;
  flex-direction: column;
}

.site-footer ul {
  margin: 0;
  padding: 0;
}

.nf-error .nf-error-msg {
  position: absolute;
  color: #F35257;
  opacity: 1;
  font-size: 11px;
  line-height: 1;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  color: #F35257 !important;
  font-size: 12px;
  line-height: 1;
}

.nf-form-errors {
  margin: 15px 0 0
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout {
  background: transparent !important
}

@media screen and (max-width:991px) {
  .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout {
    padding: 0 !important
  }
}

div#mkt-embedded-form-layout-container-673e0a899aecf4843003a0f1.mkt-embedded-form-layout-container input:not([type='checkbox']) {
  border: 0 !important
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-privacy-policy-input-label * {
  background: transparent !important;
  font-family: "Satoshi";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  color: #fff !important;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-powered-by {
  display: none !important
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-privacy-policy-input-label a {
  text-decoration: underline !important;
}

@media screen and (min-width:992px) {
  .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-single-bar-inputs-container {
    padding-right: 0 !important;
  }
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-subscriber-email-input {
  font-family: "Satoshi" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 30px !important;
  padding: 10px !important;
  border: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}

@media screen and (min-width:992px) {
  .form-brosura-custom .mkt-embedded-form-privacy-policy {
    min-width: 390px;
    min-height: 65px;
  }
  .form-brosura-custom .mkt-embedded-form-privacy-policy-input-wrap {
    position: absolute;
    width: 100%;
    max-width: 550px;
  }
  .form-brosura-custom .mkt-embedded-form-privacy-policy-input-wrap #mkt-embedded-form-subscriber-privacy-policy {
    top: 2px
  }
}

.form-brosura-custom .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-subscriber-email-input {
  line-height: 28px !important;
  border: 1px solid #172440 !important;
}

.form-brosura-custom .mkt-embedded-form-single-bar-inputs-container,
.form-brosura-custom .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout {
  padding: 0 !important;
}

.form-brosura-custom .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-privacy-policy-input-label * {
  color: #172440 !important
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance label .wpcf7-list-item-label {
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 10px;
  position: relative;
}

.wpcf7-acceptance label .wpcf7-list-item-label a {
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
}

.wpcf7-acceptance label .wpcf7-list-item-label a:hover {
  color: #18233F !important;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout button {
  font-family: "Satoshi";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 10px 20px !important;
  background: #FED441;
  color: #18233F;
  transition: .25s all;
  height: auto;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout button:hover {
  background: #E5B300;
  color: #18233F;
  opacity: 1;
  transition: .25s all;
}

.acceptance-class input:checked .wpcf7-list-item-label {
  position: relative;
}

.acceptance-class input:checked+.wpcf7-list-item-label:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #18233F !important;
  display: block;
  position: absolute;
  left: -10px;
  top: 4px;
  z-index: 1;
}

.acceptance-class input:checked+.wpcf7-list-item-label::after {
  border-color: #18233F !important;
  background: #fff;
  border: 1px solid #18233F;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 1px;
  bottom: auto;
}

.right-column-newsletter .acceptance-class a {
  color: #fff;
  text-decoration: underline;
}

.right-column-newsletter .gdpr-1 {
  margin-top: 10px;
}

.right-column-newsletter .acceptance-class .wpcf7-not-valid-tip {
  margin: 0;
  top: -20px
}

.email-newsletter .wpcf7-not-valid-tip {
  position: absolute;
  bottom: calc(100% + 15px);
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  display: none;
}

.acceptance-class {
  display: inline-block;
  width: 100%;
}

.nf-error.field-wrap .nf-field-element:after,
.ninja-forms-req-symbol,
.nf-form-fields-required {
  display: none;
}

.left-column-newsletter h3 {
  font-family: "Satoshi";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
  max-width: 750px;
}

.left-column-newsletter p {
  font-family: "Satoshi";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  max-width: 620px;
}

#text-4 a[target="_blank"]:hover {
  text-decoration: none;
  opacity: .8;
}

@media screen and (max-width:1441px) {
  .left-column-newsletter h3 {
    max-width: 600px;
  }
}

@media screen and (min-width:992px) {
  .top-footer .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  #text-5 .widget-title {
    margin: 0 0 10px;
    color: #98A3B2;
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
}

@media screen and (max-width:991px) {
  .left-column-newsletter h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .left-column-newsletter p {
    font-size: 16px;
    line-height: 26px;
  }
}

.right-column-newsletter form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.right-column-newsletter .acceptance-class>p {
  float: left;
}

.right-column-newsletter .acceptance-class div {
  float: left;
  width: calc(100% - 30px);
  padding-left: 10px;
}

.trimite-newsletter {
  order: 2;
}

@media screen and (min-width:992px) {
  .right-column-newsletter {
    max-width: 705px;
    float: right;
  }
  .right-column-newsletter form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  }
  .email-newsletter {
    width: 77%;
    float: left;
    order: 1;
  }
  .trimite-newsletter {
    width: 23%;
    float: left;
    position: absolute;
    right: 0;
    top: -1px;
  }
  .gdpr-1 {
    /* order: 3; */
  }
  .gdpr-2 {
    /* order: 4; */
  }
}

.top-footer {
  margin: 0;
}

.top-footer .container .row {
  padding-left: 30px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-right: 30px;
}

.top-footer .container .row::before {
  background: url(./assets/images/hero-footer.jpg?v=1) center center no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: inline-block;
  opacity: 1;
}

.top-footer .container .row .col-xs-12 {
  position: relative;
  z-index: 1;
}

.copyright-section * {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.copyright-section {
  padding: 20px 0 0;
  font-style: normal;
  /* 187.5% */
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Satoshi;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  border-top: 1px solid #FFFFFF33;
}

.copyright-section ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.toggle-gdpr.cli_settings_button,
.copyright-section ul li a {
  color: #fff;
  margin: 0;
  margin-left: 30px;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  opacity: .6;
}

.copyright-section ul li a:hover {
  text-decoration: none;
  color: #F35257
}

@media screen and (max-width:991px) {
  .site-footer {
    padding: 40px 0 20px;
  }
  .copyright-section,
  .copyright-section ul {
    flex-direction: column-reverse;
    gap: 15px;
  }
  #text-7 {
    order: 1
  }
  #text-6 {
    order: 2;
    text-align: center;
    margin: 0;
  }
  #media_image-2 {
    margin: 0 0 20px !important;
  }
  #media_image-3 {
    margin: 0 0 20px !important;
    max-width: 150px !important;
  }
  #media_image-4 {
    margin: 0 auto 20px;
    max-width: 150px !important;
  }
}

.d-flex {
  display: flex;
}

.d-flex a {
  margin-right: 30px;
  text-decoration: none;
  transition: .25s all;
}

.d-flex a:hover {
  opacity: .8;
  transition: .25s all;
}

.top-footer img {
  max-width: 100%;
}

.top-footer .widget-title {
  font-family: "Satoshi";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

#media_image-4 {
  max-width: 200px;
}

#media_image-2 {
  margin: 0 0 110px;
  max-width: 200px;
}

#media_image-3 {
  margin: 70px 0 20px;
  max-width: 200px;
}

.top-footer p a,
.top-footer p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.8px;
  color: #fff;
}

.top-footer p[style="color:#98A3B2"] {
  font-weight: 500;
}

#media_image-2 img {}

#text-4 p {
  margin-bottom: 0;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

#text-3 p {
  margin-bottom: 10px;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-privacy-policy * {
  background: transparent !important;
  font-family: "Satoshi";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  color: #fff !important;
  line-height: 1.3 !important;
}

.top-footer p a[href^="mailto:"] {
  margin: 20px 0;
  display: inline-block;
}

#text-2 li {
  margin-bottom: 20px;
}

a[href^="mailto:"],
.top-footer p a[href="#harta"] {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

#text-4 a {
  text-decoration: none;
}

#text-4 p,
#text-4 p a {
  font-weight: 500;
  opacity: .6;
}

.top-footer ul li a {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.8px;
  color: #fff;
  text-decoration: none;
}

.top-footer a[href="#harta"] img {
  transform: translateX(0px);
  transition: .25s all;
}

.top-footer a[href="#harta"]:hover img {
  transform: translateX(7px);
  transition: .25s all;
}

.top-footer a[href^="mailto:"]:hover:before,
#text-4 a:hover:before,
.copyright-section a:hover:before,
.top-footer ul li a:hover:before {
  width: 100%;
  -webkit-transition: width .25s ease-in-out;
  -moz-transition: width .25s ease-in-out;
  -o-transition: width .25s ease-in-out;
  transition: width .25s ease-in-out;
}

.telefon-custom a.telefon-footer {
  background: #FED441;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #18233F;
  display: inline-block;
  overflow: hidden;
  padding: 15px 47px !important;
  letter-spacing: 1px;
}

.section-2-contact div .telefon-custom a:hover,
.telefon-custom a.telefon-footer:hover {
  background: #E5B300;
  color: #18233F;
}

footer #text-3 p.telefon-custom {
  margin: 0
}

@media screen and (max-width: 1600px) {
  .copyright-section ul li a,
  .copyright-section * {
    font-size: 14px;
  }
  .copyright-section ul li .toggle-gdpr.cli_settings_button,
  .copyright-section ul li a {
    margin-left: 15px;
  }
}

@media screen and (max-width:991px) {
  .site-footer section {
    margin-bottom: 20px;
  }
  .top-footer {
    margin: 0;
  }
  .top-footer .widget-title {
    margin: 30px 0 15px;
  }
  .top-footer .container .row {
    padding: 40px 0 20px;
    margin-top: 30px;
  }
  #media_image-2 {
    margin: 0 0 20px;
  }
  .telefon-custom a.telefon-footer {
    display: flex;
  }
}

.content-area {
  padding: 40px 0
}

main.single-post {
  padding: 40px 0
}

/* HERO SECTION */

.section-hero {
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.hero_section .cta_hero a {
  gap: 5px;
  border: 0;
}

.hero_section h4 {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
}

.hero_section h1 {
  font-family: DM Serif Display;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin: 20px 0 40px;
}

@media screen and (max-width:991px) {
  .hero_section h1 {
    font-size: 42px;
  }
  .hero_section h1 br {
    display: none;
  }
}

.hero_section p {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.cta_hero {
  display: flex;
  gap: 20px;
  margin: 40px 0 0;
}

.red_button span {
  content: '';
  width: 16px;
  height: 16px;
  background: url(./assets/images/arrow___white.svg) center center no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}

.red_button {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: #F35257;
  border: 1px solid #F35257;
  padding: 16px 20px;
  border-radius: 60px;
  border-radius: 60px;
  text-decoration: none;
  color: transparent !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: auto;
  max-width: fit-content;
}

a.red_button:after {
  content: attr(title);
  position: absolute;
  color: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top .5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  top: 0;
  z-index: 1;
  padding-right: 16px;
}

a.red_button:before {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: bottom .5s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  padding-right: 16px;
}

a.red_button:hover::before {
  bottom: 0
}

a.red_button:hover:after {
  top: 100%
}

a.red_button:hover {
  opacity: 1
}

.header-cta a.red_button:before,
.header-cta a.red_button:after {
  padding-right: 0;
}

.white_button span {
  content: '';
  width: 16px;
  height: 16px;
  background: url(./assets/images/arrow___red.svg) center center no-repeat;
  background-size: cover;
  display: flex;
  margin-left: 5px;
}

.white_button {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: #fff;
  border: 1px solid #F35257;
  padding: 16px 20px;
  border-radius: 60px;
  text-decoration: none;
  color: transparent !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: auto;
  max-width: max-content;
}

a.white_button:after {
  content: attr(title);
  position: absolute;
  color: #F35257;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top .5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  letter-spacing: 0px;
  text-align: center;
  color: #F35257;
  top: 0;
  z-index: 1;
  padding-right: 16px;
}

a.white_button:before {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: bottom .5s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #F35257;
  padding-right: 16px;
}

a.white_button:hover::before {
  bottom: 0
}

a.white_button:hover:after {
  top: 100%
}

a.white_button:hover {
  opacity: 1
}

.single-increase_apartments .hero_section a.white_button span {
  background: url(./assets/images/file.svg) center center no-repeat;
}

@media screen and (max-width:991px) {
  .section-hero {
    min-height: 450px;
    padding-top: 100px;
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
  }
}

.section-hero::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center-top !important;
  background-position-x: 50% !important;
  background-position-y: 0% !important;
  -webkit-animation: zoomin 20s infinite;
}

.title_general {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
}

@media screen and (max-width:991px) {
  .title_general {
    font-size: 32px;
  }
}

.subtitle_general {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #D6989E
}

.section-hero::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1
}

.single-post .section-hero::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1
}

.section-hero .container {
  position: relative;
  z-index: 2;
}

.section-hero h1 {
  color: #FFF;
  font-family: "Satoshi";
  font-size: 50px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 20px
}

.section-hero p {
  color: #FFF;
  max-width: 660px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width:991px) {
  .section-hero h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .section-hero p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width:767px) {
  .section-hero h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.down-btn img {
  animation: moveUpDown 2s infinite;
}

@media screen and (min-width:992px) {
  .single-article {
    padding: 60px 0;
  }
  .down-btn {
    position: absolute;
  }
}

@media screen and (min-width:992px) {
  .down-btn {
    top: 45vh;
  }
}

.down-btn {
  color: #FFF !important;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}

.down-btn img {
  margin-right: 20px
}

.down-btn:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width:991px) {
  .down-btn {
    display: none
  }
}

/* Form style */

#form-style .form-group-custom {
  background: #F6F9FC;
  padding: 30px;
}

#form-style .form-group-custom .col-xs-12 {
  margin-bottom: 10px;
}

#form-style .form-group-custom label {
  color: #172440;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 15px;
}

.wpcf7 select,
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
#form-style .form-group-custom select,
#form-style .form-group-custom input[type="email"],
#form-style .form-group-custom input[type="text"] {
  -webkit-appearance: none;
  background: #F6F9FC;
  max-height: 100px;
  width: 100%;
  padding: 10px;
  border: 0;
  color: #5C5F66;
  border-bottom: 1px solid #98A3B2;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.wpcf7 textarea,
#form-style .form-group-custom textarea {
  background: #F6F9FC;
  max-height: 100px;
  width: 100%;
  padding: 10px;
  border: 0;
  color: #5C5F66;
  border-bottom: 1px solid #98A3B2;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.wpcf7 *,
#form-style * {
  font-family: "Satoshi";
}

.wpcf7 a,
#form-style .form-group-custom a {
  text-decoration: underline;
  color: #172440 !important;
}

.wpcf7 .wpcf7-submit,
#form-style .form-group-custom .wpcf7-submit {
  background: linear-gradient(257deg, #172440 0%, #254068 100%);
  padding: 15px 42px;
  text-align: center;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #172440;
  transition: .5s all;
}

.wpcf7 .wpcf7-submit:hover,
#form-style .form-group-custom .wpcf7-submit:hover {
  color: #172440;
  background: #fff;
  transition: .5s all;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.fancybox-thumbs__list a:before {
  border-color: #18233F !important
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  width: 100%;
}

.fancybox-navigation .fancybox-button--arrow_right div,
.fancybox-navigation .fancybox-button--arrow_left div {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
  width: 64px !important;
  height: 64px !important;
  background: url(./assets/images/arrow-right.svg) center center no-repeat;
  background-size: cover !important;
}

.fancybox-navigation .fancybox-button--arrow_left {
  width: 64px !important;
  height: 64px !important;
  background: url(./assets/images/arrow-left.svg) center center no-repeat;
  background-size: cover !important;
}

.fancybox-thumbs {
  z-index: 99995;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
}

.fancybox-thumbs__list {
  margin: 0 auto;
  display: table;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  width: 64px !important;
  height: 64px !important;
  background: url(./assets/images/left_arrow_red.svg) center center no-repeat !important;
  background-size: cover !important;
  z-index: 10 !important;
  top: calc(50% - 12px) !important;
  bottom: auto;
  left: 10px !important;
  transform: none;
}

.swiper-button-next {
  width: 64px !important;
  height: 64px !important;
  background: url(./assets/images/left_arrow_red.svg) center center no-repeat !important;
  transform: rotate(180deg);
  background-size: cover !important;
  z-index: 10 !important;
  top: calc(50% - 12px) !important;
  bottom: auto;
  right: 10px !important;
}

@media screen and (min-width:1600px) {
  #form-style .form-group-custom {
    padding: 100px
  }
}

@media screen and (min-width:992px) {
  #form-style .form-group-custom .wpcf7-submit {
    float: right;
  }
  header:not(.sticky) .whatsapp_icon a:hover {
    color: #fff !important;
  }
}

@media screen and (max-width:991px) {
  #form-style .form-group-custom {
    padding: 15px 0 10px;
    margin: 0px 0 0;
  }
  #form-style .form-group-custom .col-xs-12 {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}

header .nav-header-menu .menu-item-has-children .sub-menu li.tagline-custom a {
  pointer-events: none;
  cursor: none;
  color: #98A3B2 !important;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

header .nav-header-menu .menu-item-has-children .sub-menu li.tagline-custom {
  margin-bottom: 0px !important;
}

header ul li.tagline-custom#menu-item-400 {
  margin-top: 20px !important;
}

.ty-cariere a {
  position: relative;
}

.ty-cariere a::after {
  content: '';
  background: #e0be4e;
  color: #18233F;
  width: 28px;
  height: 1.5px;
  position: absolute;
  top: calc(50% - 0.5px);
  right: -35px;
  display: inline-block;
  transition: .25s all;
  opacity: .6
}

.ty-cariere a:before {
  right: 0;
  content: '';
  background: url(./assets/images/arrow-red.svg) center center no-repeat;
  background-size: cover;
  width: 28px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  opacity: 0;
  transform: translateX(0);
  display: block;
  transition: .25s all;
  z-index: -1;
}

.ty-cariere a:hover:after {
  opacity: 0;
  transition: .1s all;
}

.ty-cariere a:hover:before {
  transform: translateX(35px);
  display: block;
  opacity: 1;
  transition: .25s all;
}

.mkt-embedded-form-single-bar-headline-container,
#gdpr2 .wpcf7-list-item-label,
#gdpr .wpcf7-list-item-label {
  display: none !important
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-privacy-policy a {
  text-decoration: underline;
}

.form-brosura-custom .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-privacy-policy * {
  color: #172440 !important;
}

.mktr-embedded-form-container input[type="email"] {
  border-radius: 0 !important;
  min-height: 50px !important;
}

.wt-cli-cookie-bar-container[data-banner-version="3.0"] .cli-plugin-button {
  font-size: 14px;
}

@media screen and (min-width:767px) {
  .cli-preference-btn-wrapper {
    flex-wrap: nowrap;
  }
}

.page-template-template-utile .vc_do_btn a,
.page-template-template-utile .vc_do_btn {
  display: inline-block;
  width: 100%;
}

.page-template-template-utile .vc_do_btn a::after {
  content: '';
  background: url(./assets/images/mdi_eye.svg) center center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 20px;
}

.page-template-template-utile .vc_row {
  margin: 0 auto 40px;
  max-width: 1020px;
  display: table;
  width: 100%;
}

.page-template-template-utile .vc_do_btn a {
  margin: 20px 0 0;
  color: #172440 !important;
  font-family: "Satoshi" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  transition: .5s all !important;
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  padding: 40px 30px;
  background: #fff !important;
  border: 1px solid #ccc !important;
  line-height: 35px;
  padding-right: 75px !important;
}

.page-template-template-utile .vc_do_btn a span {
  transform: translateX(0px);
  transition: .5s all !important;
}

.page-template-template-utile .vc_do_btn a:hover span {
  transform: translateX(10px);
  transition: .5s all !important;
}

.page-template-template-utile .vc_do_btn a:hover {
  text-decoration: none;
}

.single-template-page {
  padding: 40px 0;
}

@media screen and (min-width:1600px) {
  .single-template-page {
    padding: 100px 0;
  }
}

.single-post .section-hero h1 {
  max-width: 1000px;
}

.single-template-page ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc;
}

.single-template-page ol {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc;
}

.single-template-page h2 {
  color: #172440;
  font-family: "Satoshi";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

a.disable-click {
  pointer-events: none !important
}

@media screen and (max-width:767px) {
  .single-template-page h1 {
    font-size: 30px;
  }
  .single-template-page h2 {
    font-size: 26px;
  }
  .table-custom {
    max-width: 100vw;
    overflow-x: scroll;
  }
}

.single-template-page h3 {
  color: #172440;
  font-family: "Satoshi";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.single-template-page li {
  margin-bottom: 10px;
}

.single-template-page table {
  border-collapse: collapse;
  width: 100%;
}

.single-template-page td,
.single-template-page th {
  border: 1px solid #172440;
  text-align: left;
  padding: 8px;
}

.single-template-page tr:nth-child(even) {
  background-color: #ddd;
}

.single-template-page li,
.single-template-page p {
  color: #171C26;
  font-family: "Satoshi";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.single-template-page a {
  color: #171C26;
  font-family: "Satoshi";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-decoration: underline;
  word-break: break-word;
}

.increase-im-info.bg-light,
.dropdown-item.active,
.dropdown-item:active,
.increase-im-info.bg-light {
  background: #18233F !important;
}

.increase-im-info.bg-light {
  color: #fff !important;
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f0f0f0 !important;
}

.increase-im-info {
  color: #fff !important
}

.alege-etaj .dropdown,
.alege-etaj .dropdown-menu {
  z-index: 999999999;
}

.archive .content-general-custom {
  position: relative;
  z-index: 10;
}

.tax-increase_buildings .content-general-custom {
  max-width: 800px;
  margin: 0 auto;
}

.navigation_floor .dropdown {
  display: flex;
}

.navigation_floor button:focus,
.navigation_floor button:active,
.navigation_floor button {
  outline: none;
  box-shadow: none;
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F35257;
  padding: 16px 30px;
  background: transparent;
  border: 0;
  border: 1px solid #F35257;
  border-radius: 120px;
  min-width: 280px;
}

.navigation_floor button:focus,
.navigation_floor button:active {
  background: #F35257;
  color: #fff;
}

.dropdown-menu.show a {
  background: transparent !important;
  color: #F35257 !important;
  padding: 10px;
}

.dropdown-menu.show {
  outline: none;
  box-shadow: none;
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F35257;
  padding: 12px;
  background: #fff;
  border: 0;
  border: 1px solid #F35257;
  border-radius: 0;
  min-width: 280px;
  border-top: 0;
}

.navigation_floor .dropdown-toggle::after {
  right: 10px;
  top: 45%;
}

.tax-increase_buildings .justify-content-center .content-general-custom * {
  text-align: center;
}

button.mkt-embedded-form-subscribe-button {
  border: 0 !important;
  border-radius: 0 !important;
}

.col-md-12 .wpcf7-not-valid-tip {
  display: none !important
}

.top-content-rooms {
  padding-top: 0;
  padding-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  position: relative;
  bottom: 0;
  width: auto;
  max-width: max-content;
}

.wpcf7-form-control-wrap.recaptcha {
  margin-top: 10px !important
}

.pret-custom.subtitle-small-general-custom {
  color: #fff;
  font-family: 'Satoshi';
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}

.cta-small-general-custom a {
  background: #fff;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 40px;
  position: relative;
  color: #171C26;
  display: inline-block;
  overflow: hidden;
}

#media_image-5 {
  filter: brightness(0) invert(1);
}

.btnnav,
.navig {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.navig div {
  display: flex !important;
  align-items: center;
  margin: 0 0 15px !important;
}

.navig {
  margin: 10px 0
}

.navig div p {
  font-weight: 500;
  flex-direction: row !important;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}

#contacteaza {
  position: relative;
  top: -100px;
  width: 100%;
  display: inline-block;
}

.sticky-contact-area {
  display: none
}

@media screen and (max-width: 991px) {
  .sticky-contact-area a {
    color: #18233F;
    text-align: center;
    font-size: 14px;
    text-decoration: none
  }
  .sticky-contact-area .col-md-6:first-child {
    border-right: 1px solid #18233F;
  }
  .sticky-contact-area {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FED441;
    padding: 10px 0;
    z-index: 99;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .cta_hero {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cta_hero a {
    margin-top: 15px;
  }
  .cta_hero #btn_solicita_oferta,
  .cta_hero .vezi_apartamente {
    display: none !important;
  }
}

.mkt-embedded-form-subscribe-button:hover,
#btn_solicita_oferta:hover {
  background: #E5B300 !important;
  color: #18233F !important;
}

@media screen and (max-width: 389px) {
  .cta_hero a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px !important;
  }
  .sticky-contact-area a {
    font-size: 13px;
  }
}

.wcc-consent-container.wcc-popup-center,
.wcc-consent-container .wcc-consent-bar {
  max-width: 650px !important;
  width: 100% !important;
}

.wcc-notice .wcc-title {
  color: #172339;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-family: 'Satoshi' !important;
}

.wcc-consent-container * {
  font-family: 'Satoshi' !important;
}

.wcc-consent-container .wcc-consent-bar .wcc-notice-des a {
  color: #172339;
  text-decoration: underline;
}

.wcc-consent-container .wcc-consent-bar .wcc-notice-des {
  color: rgb(51, 51, 51) !important;
  font-family: 'Satoshi' !important;
  font-weight: 300 !important;
}

.wcc-btn.wcc-btn-accept {
  order: -1;
}

.mktr-embedded-form-container * {
  font-family: "Satoshi" !important;
}

.phone_custom .intl-tel-input .selected-flag .iti-arrow {
  right: 0
}

.phone_custom p {
  display: flex;
  gap: 0;
}

.phone_custom p span.prefix {
  max-width: 80px;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.phone_custom p .selected-flag {
  background: transparent !important;
}

.sticky_contacts {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 11;
}

.go-to-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  z-index: 11;
  background: #fff;
  backdrop-filter: blur(2px);
}

.go-to-top:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.go-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.go-to-top svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: white;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s;
}

.go-to-top:hover svg {
  transform: translateY(-3px);
}

@media (max-width: 640px) {
  .go-to-top {
    width: 48px;
    height: 48px;
    bottom: 80px;
    right: 1.3rem;
  }
  .go-to-top svg {
    width: 24px;
    height: 24px;
  }
}

.go-to-top:focus-visible {
  outline-offset: 2px;
}

.go-to-top:active {
  transform: scale(0.96);
}

.content-section-1 h4,
.content-section-1 h2,
.content-section-1 h3 {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: Regular;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.image_row_custom {
  overflow: hidden;
}

.image_row_custom {
  overflow: hidden;
}

.image_row_custom .row {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.image_row_custom [class*="col-"] {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.image_row_custom .col-md-6 .row {
  flex: 1;
  display: flex;
  align-items: stretch;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}

.image_row_custom .col-md-6 .row>div {
  width: 100%;
  display: flex;
}

.image_row_custom img {
  width: 100%;
  height: auto;
  display: block;
}

.section-8-homepage {
  padding: 50px 0 50px;
  position: relative;
  margin-top: 50px;
}

.section-8-homepage::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  background: #FAF7F7;
  width: 100%;
  height: 570px;
  z-index: 0;
}

.section-8-homepage .title_general {
  margin: 20px 0;
}

@media screen and (min-width: 992px) {
  .image_row_custom {
    display: flex;
    align-items: stretch;
  }
  .image_row_custom .row {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .image_row_custom .col-md-6.column-left-in-container {
    display: flex;
    align-items: stretch;
    padding-left: calc(50vw - 600px);
    padding-right: 15px;
  }
  .image_row_custom .col-md-6.column-left-in-container .row {
    border-radius: 30px;
    overflow: hidden;
  }
  .image_row_custom .col-md-6:not(.column-left-in-container) {
    display: flex;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 0;
  }
  .image_row_custom .col-md-6 .row {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
  }
  .image_row_custom .col-md-6 .row>div {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
  }
  .image_row_custom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .page-template-template-thank-you .section-8-homepage {
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .section-8-homepage {
    margin: 0;
  }
  .section-8-homepage::before {
    top: 0;
  }
  .page-template-template-thank-you .section-8-homepage {
    padding: 0;
  }
  .image_row_custom .col-md-6 {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .image_row_custom .col-md-6:last-child {
    margin-bottom: 0;
  }
  .image_row_custom .col-md-6.column-left-in-container {
    padding-left: 15px;
  }
  .image_row_custom img {
    height: auto;
    width: 100%;
  }
}

/* TY PAGE  */

.row__listing__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 40px 0;
}

.row__listing {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.row__listing__wrapper .row__listing .box__text {
  max-width: 590px;
}

@media screen and (min-width: 992px) {
  .row__listing__wrapper .row__listing:nth-child(2n+1) .col-md-6:nth-child(1) {
    order: 2;
  }
  .row__listing__wrapper .row__listing:nth-child(2n+2) .col-md-6:nth-child(2) {
    order: 1;
    padding-left: 60px;
  }
  .row__listing__wrapper .row__listing:nth-child(2n+1) .col-md-6:nth-child(2) {
    order: 1;
    padding-left: calc(50vw - 600px);
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .box__text {
    margin: 30px 0;
  }
  .row__listing {
    flex-direction: column;
  }
}

/* FAQ */

.faq_section {
  padding: 50px 0;
}

.faq_section .container {
  max-width: 800px;
}

.faq_box {
  border: 1px solid #FCC9C666;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 790px;
  margin-bottom: 20px;
}

.faq_box.active {
  padding-bottom: 10px;
}

.faq_question {
  cursor: pointer;
  font-family: Satoshi;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  position: relative;
  padding-right: 30px;
}

.faq_box .faq_answer ul {
  padding-left: 20px;
  list-style: disc;
}

.faq_box .faq_answer {
  display: none;
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  color: #333333;
  margin-top: 10px;
}

.faq_box .faq_answer ul li {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  color: #333333;
  margin: 0 0 5px;
}
.faq_box .faq_answer a{
	color:#F35257;
}
.faq_box.active {
  background: #FCFAFA;
}

.faq_box.active .faq_answer {
  display: block;
}

.faq_box .faq_question:after {
  content: '+';
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  font-size: 28px;
}

.faq_box.active .faq_question:after {
  content: '-';
}

/* Breadcrumb */

.breadcrumb_custom {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #FCC9C6;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
}

.breadcrumb_custom .container {
  padding: 0;
}

.breadcrumb_custom a {
  font-family: Satoshi;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.breadcrumb_custom a img {
  vertical-align: baseline;
}

@media screen and (max-width:991px) {
  .breadcrumb_custom {
    top: 85px;
  }
  .section-hero-apartments .breadcrumb_custom {
    top: 100px;
    left: 20px;
    filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1659%) hue-rotate(201deg) brightness(100%) contrast(89%);
  }
  .section-hero-apartments .breadcrumb_custom .container {
    filter: brightness(0) invert(1);
  }
  .breadcrumb_custom a,
  .breadcrumb_custom {
    font-size: 12px;
  }
}

.mb-3 {
  margin-bottom: 30px;
}