:root {
  --main-orange-color: #ff4f00;
  --light-orange-color: #ff7f50;
}
#menu-primary li:not(:last-child) a,
#menu-primary-ru li:not(:last-child) a {
  transition: 0.4s ease-in;
}
#menu-primary li:not(:nth-child(7)) a:hover,
#menu-primary-ru li:not(:nth-child(7)) a:hover {
  color: var(--main-orange-color) !important;
  transition: 0.4s ease-in;
  /* color: #fff !important; */
}
.content--visibility {
  content-visibility: auto;
  contain-intrinsic-size: 3419px;
}
.breadcrumb-item a:hover {
  color: #fff !important;
}
.page-template-template-privacy-policy a {
  font-weight: bold;
  color: #000;
}
.start_partner {
  display: flex;
  align-items: center;
  height: 100%;
}
.start_partner h2 {
  margin-bottom: 0;
}
.home1-advnc-search ul li .search_option_button button:hover {
  color: #fff !important;
}
#menu-primary .sf-icon-love:before,
#menu-primary-srb .sf-icon-love:before,
.menu-primary-ru .sf-icon-love:before {
  -webkit-text-stroke-color: #ff4f00 !important;
  color: #ff4f00 !important;
}

#menu-primary-ru .w3-btn.bdrs60 a:hover {
  color: #fff !important;
}
header.header-nav,
.header-nav {
  width: 100% !important;
}
/* .wrapper > div {
  height: auto !important;
} */
.properties_home {
  max-width: calc(33.33% - 15px);
}
.properties_huge {
  max-width: calc(66.65% - 15px);
}
.mega_dropdown_content_closer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.menu-item-wpml-ls-2-ru {
  position: absolute;
  right: 80px;
}
.menu-btn a {
  border-color: #000 !important;
}
.contact-menu a,
.main-menu .contact-menu a {
  color: #000 !important;
}
[class^="sf-icon-love"],
[class*=" sf-icon-love"] {
  font-size: 26px;
  color: transparent;
}
.gallery__grid {
  gap: 30px;
  display: flex;
}
.two-column {
  min-height: 235px;
  object-fit: cover;
}
.overlay {
  height: 100%;
}
.img-front__huge {
  min-height: 500px;
}
.thumb-small {
  max-height: 235px;
}
.gallery--reverse {
  flex-direction: row-reverse;
}
.owl-carousel .owl-item img {
  max-height: 250px;
}
.apartment_footer,
.apartment__title {
  background-color: #f7f7f7;
}
.apartment__title h2,
.apartment__title p {
  color: #000;
}
.home_adv_srch_opt .nav-pills {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.home_adv_srch_opt .nav-pills li.nav-item a.nav-link:first-child {
  margin-right: 0;
}
.home_adv_srch_opt {
  margin-top: 240px;
}
.home_adv_srch_opt .tab-content {
  margin-right: -50px;
  margin-left: -50px;
}
.menu-btn a {
  background-color: transparent;
  border: 1px solid #000 !important;
  color: #000 !important;
  padding-right: 40px;
}
.bdrs60 a {
  border-radius: 60px !important;
  display: flex !important;
  align-items: center !important;
}
.add-property a {
  font-size: 14px !important;
  height: 47px !important;
  padding: 9px 22px !important;
}
.header-nav {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.header-nav nav {
  display: flex;
  align-items: center;
}
.header-nav a {
  padding: 7px 22px !important;
}
.navbar_brand {
  padding: 0 !important;
  margin: 0 !important;
}
.ace-responsive-menu > li > a {
  font-weight: 600 !important;
}
header.header-nav.menu_style_home_one a.navbar_brand {
  padding: 0 !important;
}
.logo2,
.logo1 {
  max-width: 100px;
}
.menu-btn a:hover {
  /* background-color: #ff4f00 !important; */
  border: 1px solid #ff4f00 !important;
  color: #fff !important;
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}
.ud-btn a {
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  padding-right: 40px !important;
}
.ud-btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 45%;
  background-image: url("https://leon.w3lab.dev/wp-content/uploads/2023/08/right-arrows.png");
  width: 24px;
  height: 24px;
  transform: translateY(-50%) rotate(-45deg);
}
.ud-btn a {
  transition: 0.4s;
}
.ud-btn a:hover {
  background-color: var(--main-orange-color);
  transition: 0.4s;
}
.ud-btn a:hover::before {
  width: 200%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 100%;
}
.w3-btn {
  transition: 0.4s;
}
.w3-btn a:hover::after {
  filter: invert(10) !important;
  transition: 0.4s;
}
.text-thm {
  color: var(--main-orange-color) !important;
}
.ud-btn a::before {
  background-color: var(--light-orange-color);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  transform-origin: top left;
}
.slideInDown .menu-btn a {
  background-color: transparent;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.main-menu.stricky-fixed .menu-item a {
  color: #000 !important;
}
.slideInDown .menu-btn a:hover {
  color: #fff !important;
  border-color: var(--main-orange-color) !important;
}
.contact-menu a,
.main-menu .contact-menu a {
  color: #fff !important;
}
/* .ace-responsive-menu > li > a {
  color: #000 !important;
} */
.ace-responsive-menu > li > a {
  color: #000;
}
/* .ace-responsive-menu .menu-btn a {
  color: #000 !important;
} */
ol {
  margin: 0 !important;
}
.properties__info img {
  max-width: 18px;
  object-fit: contain;
  margin-right: 3px;
}
.properties__info a {
  margin-right: 25px !important;
}
.properties__info a {
  display: flex;
  align-items: center;
}
.fp__properties .list-inline-item {
  display: flex;
  align-items: center;
}
.properties__info {
  display: flex;
  align-items: center;
}
ul.prop_details.mb0 {
  justify-content: unset;
}
.properties__info a:first-child {
  margin: 0 !important;
}
.feat_property .details .fp_footer .fp_meta {
  display: flex;
}
.feat_property .thumb img {
  opacity: 1;
}

.our-testimonial {
  position: relative;
  background-position: center;
}
.our-testimonial::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.our-testimonial:before {
  opacity: 0 !important;
}
.testimonial_grid_slider,
.main-title.text-center {
  position: relative;
  z-index: 2;
}
.home1-advnc-search ul li .search_option_button button,
.home_adv_srch_opt .nav-pills li.nav-item a.nav-link.active,
.feat_property .thumb .thmb_cntnt ul.tag li:last-child {
  background-color: var(--main-orange-color) !important;
  border-color: var(--main-orange-color) !important;
}
.why_chose_us .icon span,
.about_counting .icon span {
  color: var(--main-orange-color) !important;
}
.bgc-thm,
.testimonial_grid.style2 .thumb .tg_quote,
.about_thumb a,
.home1-advnc-search ul li .search_option_button button,
.parner_reg_btn a.btn,
.feat_property.list .dtls_headr ul.tag li:last-child,
.why_chose_us.style2:hover:before {
  background-color: var(--main-orange-color) !important;
}
.parner_reg_btn a.btn {
  background-color: var(--light-orange-color) !important;
}
.parner_reg_btn a.btn:hover {
  color: #fff !important;
}
.testimonial_grid.style2 .thumb .tg_quote {
  background-image: unset;
}
.about_thumb a:after {
  background-color: var(--light-orange-color);
  opacity: 0.2;
}
#menu-primary,
#menu-primary-srb,
#menu-primary-ru {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#menu-primary .sf-icon-love,
#menu-primary-srb .sf-icon-love,
#menu-primary-ru .sf-icon-love {
  font-size: 30px !important;
  color: #ff4f00;
}
#menu-primary-ru #menu-item-wpml-ls-2-sr {
  right: 40px !important;
}
#menu-item-wpml-ls-2-sr,
.menu-item-wpml-ls-2-en {
  position: absolute;
  right: 40px;
}
#menu-primary #menu-item-wpml-ls-2-ru {
  right: 80px !important;
}
#menu-item-wpml-ls-2-en {
  right: 80px !important;
}
#menu-item-wpml-ls-2-ru {
  right: 40px !important;
}
.why_chose_us:hover .icon {
  background-color: var(--light-orange-color);
}
.why_chose_us:hover .flaticon-profit:before,
.why_chose_us:hover .flaticon-home-1:before,
.why_chose_us:hover .flaticon-high-five:before {
  color: #fff;
}
.simplefavorite-button.active .sf-icon-love:before {
  color: #ff4f00;
}
/* .sf-icon-love:before {
  color: transparent;
} */
button.simplefavorite-button {
  top: 10px;
  bottom: unset;
  cursor: pointer;
  transition: all 0.3s ease;
}
.simplefavorite-button:hover {
  scale: 1.4;
  rotate: 3deg;
  transition: all 0.3s ease;
}
.simplefavorite-button.active .sf-icon-love:before {
  -webkit-text-stroke-color: #ff4f00;
}
.sf-icon-love:before {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff4f00;
}
.simplefavorite-button.active .sf-icon-love {
  color: #ff4f00;
}
.simplefavorite-button.active {
  opacity: 1 !important;
}
button.simplefavorite-button {
  position: absolute;
  right: 0;
  z-index: 9;
  padding: 5px !important;
  background-color: transparent !important;
  border: unset !important;
}
.sf-icon-love:before {
  font-size: 26px;
}
.tooltip-custom {
  position: relative;
}
.tooltip-add-button,
.tooltip-remove-button {
  display: none;
  padding: 5px 8px;
  scale: 0.5;
  background-color: #000;
  border-radius: 6px;
  /* filter: blur(10px); */
  color: #fff;
  opacity: 0.7;
  z-index: 99999;
  position: absolute;
  top: 10px;
  right: 40px;
}
.tooltip-custom:hover .tooltip-add-button,
.tooltip-custom:hover .tooltip-remove-button {
  animation: pulse 0.4s forwards 0s;
}
@keyframes pulse {
  0% {
    scale: 0.5;
  }
  50% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
.footer_social_widget li {
  display: unset !important;
}
.why_chose_us {
  transition: 0.2s;
}
.why_chose_us:hover img {
  filter: brightness(500);
  transition: 0.2s;
}
.pending {
  padding: 120px 0;
  text-align: center;
}
.approve-btn {
  padding: 20px 40px;
  background-color: #ff4f00;
  color: #fff;
  cursor: pointer;
  border: 2px solid #ff4f00 !important;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  transition: 0.4s;
}
.approve-btn:hover {
  transition: 0.4s;
  background-color: #fff;
  color: #ff4f00;
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.d--none {
  display: none;
  padding-top: 50px;
  font-size: 24px;
}
.home_adv_srch_opt .nav-pills li.nav-item a.nav-link.active:before {
  background-color: #ff4f00;
}
.copyright-widget.text-right {
  display: flex;
  justify-content: flex-end;
}
.copyright-widget p a:first-child {
  padding-left: 5px;
}
.floating-telegram {
  display: none !important;
}
.floating__cta {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  left: 20px;
  z-index: 99;
}
.floating__cta img {
  max-width: 45px;
}
.our-team {
  display: none !important;
}
.gm-ui-hover-effect span {
  margin: 0 auto !important;
}
.map__infos {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.map__bed {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.map__bed img {
  max-width: 24px;
  margin: 0;
}
.location-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.location-info h3 {
  margin-right: 10px;
}
.location-info p {
  margin: 0;
}
.mouse_scroll {
  position: unset !important;
}

/* .ec-event-title {
  position: relative;
  cursor: pointer;
} */

@media only screen and (max-width: 1440px) {
  .inner_page_breadcrumb .container,
  .inner_page_breadcrumb .row {
    height: 100%;
  }
  .page-template-template-all-apartments button.simplefavorite-button {
    top: 0;
  }
  .inner_page_breadcrumb {
    height: 355px;
  }
  .breadcrumb_title {
    margin-top: 0;
  }
  .inner_page_breadcrumb .breadcrumb_content {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    justify-content: center;
    height: 100%;
  }
  .inner_page_breadcrumb .breadcrumb_content {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
  #menu-item-wpml-ls-2-ru,
  #menu-primary #menu-item-wpml-ls-2-ru {
    right: 5px !important;
  }
  #menu-primary-ru #menu-item-wpml-ls-2-sr {
    right: 5px !important;
  }
  .wpml-ls-item a {
    padding: 0 !important;
  }
  #menu-item-wpml-ls-2-en {
    right: 35px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .inner_page_breadcrumb {
    height: 300px;
  }
  .ace-responsive-menu {
    justify-content: center !important;
  }

  .apartments--background {
    background-size: cover;
    background-position-y: -100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav a {
    padding: 7px 13px !important;
  }
  .ud-btn a {
    padding-right: 40px !important;
  }
  .why_chose_us .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .why_chose_us img {
    padding: 10px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .stylehome1.h0 {
    position: sticky;
    top: 0;
    z-index: 9999999;
    background: #fff;
  }
  .menu-item-wpml-ls-2-ru,
  .wpml-ls-item {
    position: unset;
  }
  .copyright-widget.text-right,
  .footer_menu_widget.bottom-footer ul {
    justify-content: center;
  }
  section {
    padding: 40px 0;
  }
  .mb-20 {
    margin-bottom: 30px;
  }
  .hero__light {
    display: block !important;
  }
  .hero__dark {
    display: none !important;
  }
  .inner_page_breadcrumb {
    margin-top: 0;
  }
  .mobile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .parner_reg_btn.text-right.tac-smd a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .mobile-menu img {
    max-width: 85px;
  }
  .mobile-menu img {
    z-index: 999;
    position: relative;
  }
  .mobile__left {
    position: relative;
    max-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .header {
    height: unset;
  }
  .stylehome1:before,
  .header.stylehome1 {
    background-color: transparent !important;
  }
  .stylehome1:before {
    content: unset;
  }
  .line {
    width: 25px;
    height: 2px;
    background-color: #000;
    /* position: absolute; */
    margin-bottom: 5px;
  }
  .mobile-menu {
    padding: 10px 0;
  }
  .line--up {
    /* top: 0; */
  }
  .line--mid {
  }
  .line--down {
    /* bottom: 0; */
    margin-bottom: 0;
  }
  .ace-responsive-menu {
    display: flex;
    flex-direction: column;
  }
  .mm-navbar {
    display: none !important;
  }
  .mm-listitem__text {
    justify-content: flex-start !important;
  }
  .mm-menu_offcanvas {
    z-index: 999;
    display: block !important;
  }
  .ud-btn a::after {
    filter: unset !important;
    top: 48%;
  }
  .ud-btn a {
    color: #000;
    display: flex !important;
    max-width: 85%;
    color: #000 !important;
    border-color: #000 !important;
  }
  .mm-listitem:after {
    content: unset !important;
  }
  .mm-menu_offcanvas {
    max-width: 240px;
  }
  .ace-responsive-menu {
    padding-left: 20px;
  }
  .mm-panel_has-navbar {
    padding-top: 0 !important;
  }
  .mm-panel_has-navbar {
    display: block !important;
    left: -100% !important;
  }
  .mm-panel_opened.close {
    position: relative !important;
    z-index: 999 !important;
    left: 10% !important;
    max-height: 50px !important;
    max-width: 80px !important;
  }
  .line--bottom {
    margin-bottom: 0;
  }
  .mobile__hamburger {
    transition: 0.4s;
    transform: translateX(-150%);
  }
  .line--close {
    transform: rotate(45deg);
    position: absolute;
  }
  .line--close-v2 {
    transform: rotate(-45deg);
    position: absolute;
  }
  .rotate-up {
    animation: rotateHome 0.2s forwards 0s;
    position: absolute;
  }
  .rotate-bot {
    animation: rotateBot 0.2s forwards 0s;
    position: absolute;
  }
  .op-zero {
    opacity: 0;
    transition: 0.3s;
  }
  .rotate-circle {
    animation: rotateCircle 0.2s forwards 0s;
  }
  .ace-responsive-menu > li {
    border-bottom: 0 !important;
  }
  @keyframes rotateHome {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: rotate(45deg) translate(0, 100%);
    }
  }
  @keyframes rotateBot {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: rotate(-45deg) translate(0, -50%);
    }
  }
  @keyframes rotateCircle {
    to {
      transform: rotate(360deg);
    }
  }
  .footer_middle_area .container .row .col-lg-6:first-child {
    width: 36%;
  }
  .footer_middle_area .container .row .col-lg-6:last-child {
    width: 64%;
  }
}
.copyright-widget a {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .footer_menu_widget.bottom-footer ul {
    justify-content: center;
  }
  .footer_menu_widget.bottom-footer ul li:last-child {
    padding-right: 0;
  }
  .copyright-widget.text-right {
    justify-content: center;
  }
  .ace-responsive-menu li a:hover {
    background-color: transparent !important;
    color: #000 !important;
  }
}

@media only screen and (max-width: 474px) {
  .copyright-widget p {
    font-size: 12px;
  }
  .ud-btn a:hover {
    color: #fff !important;
  }
  .menu-item-2037 a {
    display: block !important;
  }
  .mb--0.position-relative {
    padding-bottom: 40px !important;
  }
  .ud-btn.w3-btn a:hover {
    color: #fff !important;
  }
  /*   .map__infos {
    display: none;
  } */
  .ps-widget .col-6 {
    padding: 0 4px;
  }
  .inner_page_breadcrumb .breadcrumb_title {
    font-size: 36px;
  }
  .main-title h2 {
    font-size: 24px;
  }
  .footer_middle_area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer_middle_area .container {
    max-width: 100%;
  }
  .inner_page_breadcrumb {
    background-size: cover;
  }
  .background---position,
  .apartments--background {
    background-position: unset !important;
  }
  .inner_page_breadcrumb {
    height: 300px;
  }
  .home1-advnc-search ul li {
    width: calc(50% - 15px);
  }
  .thumb > a > img {
    max-height: 250px !important;
  }
  .feat_property.list .fp_footer {
    display: none !important;
  }
  .mbp_pagination ul.page_navigation {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 393px) {
  .properties__info a,
  .properties__info a:first-child {
    margin-right: 15px !important;
  }
}
