.footer {
    background-color: #161e2d;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .top-footer {
    padding: 50px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .top-footer .content-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer .wd-social {
    display: flex;
    align-items: center;
}

.footer .inner-footer {
    padding: 50px 0px 50px;
}

.footer .content-footer-bottom {
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer .content-footer-bottom .copyright {
    color: #a3abb0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.footer .content-footer-bottom .menu-bottom {
    display: flex;
    align-items: center;
    gap: 19px;
}

.footer ul, .footer li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.box-icon.social {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.box-icon.w-40 {
    width: 40px;
    height: 40px;
}

.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.box-icon.social .icon {
    color: #ffffff;
    font-size: 18px;
}

.list-social {
    flex-wrap: wrap;
    gap: 12px;
}

.footer .wd-social span {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 16px;
}

.text-variant-2 {
    color: #a3abb0;
}

.mt-12 {
    margin-top: 12px;
}

.gap-8 {
    gap: 8px;
}

.fs-20 {
    font-size: 20px;
}

.footer .inner-footer .navigation-menu-footer li {
    margin-top: 4px;
}

.bg-white {
  background: #fff !important;
}

.partner-item img {
  width: 200px;
  height: 65px;
  object-fit: contain;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
  opacity: 0.45;
}

.partner-item img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

.wpresidence_elementor_social_sidebar_internal.social_sidebar_internal a:last-child {
  border-right: 0px;
}

.mmt-logo {
  max-height: 54px !important;
  width: auto !important;
  max-width: auto !important;
  object-fit: contain;
}

.mmt-logo-mobile {
  max-height: 35px !important;
  width: auto !important;
  max-width: auto !important;
  object-fit: contain;
}

.pick-country .wpestate-multiselect-custom-style.btn-light {
  background: transparent !important;
  padding: 0px;
  height: auto;
  border: 0px solid;
  color: #fff !important;
  font-size: 13px !important;
}

.pick-country .wpestate-multiselect-custom-style.btn-light.show {
  border: 0px solid !important;
}

.pick-country .wpestate-multiselect-custom-style.btn-light:after {
  right: -4px;
  top: 5px;
  width: 1px;
  height: 1px;
  font-size: 7px;
  color: #fff;
}

.pick-country .wpestate-multiselect-custom-style.btn-light:active {
  outline: none;
}

.pick-country .wpestatemultiselect {
  background: transparent !important;
}

.pick-country a.dropdown-item span {
  color: #0073e1 !important;
}

.pick-country-con-p {
  padding-right: 20px !important;
}

.pick-country .dropdown-menu.show:not(.inner) {
  padding-bottom: 2px !important;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.92);
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader .loader {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader .loader img {
  width: 50px;
  height: 50px;
  position: relative;
  top: -3px;
  margin-left: 2px;
}

#preloader .loader:before , .loader:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
#preloader .loader:after {
  box-shadow: 0 2px 0 #0073e1 inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}

.mobile-trigger-flag {
  color: var(--wp-estate-mobile-header-icon-color-option, var(--wp_estate_mobile_header_icon_color));
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 14px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 58px !important;
}

.lang-settings-mobile {
  width: 100%;
  height: 70px;
  background: #001a33;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.tx-4 {
  font-size: 4px !important;
}

.tx-5 {
  font-size: 5px !important;
}

.tx-6 {
  font-size: 6px !important;
}

.tx-7 {
  font-size: 7px !important;
}

.tx-8 {
  font-size: 8px !important;
}

.tx-9 {
  font-size: 9px !important;
}

.tx-10 {
  font-size: 10px !important;
}

.tx-11 {
  font-size: 11px !important;
}

.tx-12 {
  font-size: 12px !important;
}

.tx-13 {
  font-size: 13px !important;
}

.tx-14 {
  font-size: 14px !important;
}

.tx-15 {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px !important;
}

.tx-17 {
  font-size: 17px !important;
}

.tx-18 {
  font-size: 18px !important;
}

.tx-19 {
  font-size: 19px !important;
}

.tx-20 {
  font-size: 20px !important;
}

#lang-settings-mobile-close {
  position: absolute;
  z-index: 3;
  top: 75px;
  right: 10px;
}

#lang-settings-mobile-close i {
  margin: 0;
}

.lang-settings-mobile .filter-option-inner-inner {
  text-align: center;
}

.login-register-modal-image {
  background-image: url('../images/modal_register.webp');
}

.fix-lh {
  line-height: 1.34 !important;
}

.alert-container {
  font-size: 12px;
  line-height: 1.4;
  padding: 12px 10px 12px 0px !important;
}

.text-transform-none {
  text-transform: none !important;
}

.modal_login_container {
  height: 550px;
}

@media (max-width: 768px){
  .modal_login_container {
    height: 100% !important;
    top: 0 !important;
  }
}

input[type=checkbox]:checked:before {
  font-size: 9px;
  color: #fff;
  background: #0073e1;
  border-radius: 3px;
}

.alert-success {
  background-color: #27b64a;
  color: #fff;
}

.grecaptcha-badge { 
  display: none !important;
}

/* ANIM ALERTS */

.done-wrapper {
  display:flex;
  justify-content:center;
  align-items:center;
}

.done-wrapper .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: var(--primary-color);
  fill: none;
  animation: donewrapper_stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.done-wrapper .checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #0073e1;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px var(--primary-color);
  animation: donewrapper_fill .4s ease-in-out .4s forwards, donewrapper_scale .3s ease-in-out .9s both;
}

.done-wrapper .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: donewrapper_stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes donewrapper_stroke {
  100%{stroke-dashoffset: 0}
}

@keyframes donewrapper_scale {
  0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}
}

@keyframes donewrapper_fill {
  100%{box-shadow: inset 0px 0px 0px 30px var(--primary-color)}
}

.register-done-title {
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-top: 12px;
  font-size: 20px;
}

#register-done p {
  font-size: 14px;
  color: #585858;
  line-height: 1.34;
}

.error-container-circle .circle,
.error-container-circle .circle-border {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.error-container-circle .circle {
  z-index: 1;
  position: relative;
  background: var(--custom-white);
  transform: scale(1);
  animation: success-anim 700ms ease;
}

.error-container-circle .circle-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background: var(--primary-color);
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}
.error-container-circle .error::before,
.error-container-circle .error::after {
  content: "";
  display: block;
  height: 4px;
  background: #fff;
  position: absolute;
}

.error::before {
  width: 30px;
  top: 48%;
  left: 20%;
  transform: rotateZ(45deg);
}

.error::after {
  width: 30px;
  top: 48%;
  left: 20%;
  transform: rotateZ(-45deg);
}

/* END ANIM ALERTS */

.swal2-confirm {
  background: #0073e1 !important;
}

.swal2-title {
  font-size: 18px !important;
}

.swal2-html-container {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.passreset-code {
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

.passreset-code::placeholder {
  letter-spacing: 0;
}

.passreset-code::-ms-input-placeholder {
  letter-spacing: 0;
}

.google-2fa-code {
  text-align: center;
  letter-spacing: 4px;
  font-weight: 600;
}

.adbox-image {
  aspect-ratio: 16/10;
  object-fit: cover;
  height: 100% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bonus-ad-icon {
  width: 15px;
  position: relative;
  top: -2px;
}

.footer-socials a {
  transition: all 0.2s ease-in-out;
}

.footer-socials a:hover {
  background: #0073e1;
}

.fix-footer-icon {
  position: relative;
  top: -1px;
}

#subscribe-form {
    position: relative;
    margin-top: 24px;
}

#subscribe-form input {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: rgb(163, 171, 176);
    font-style: unset;
    background: rgba(255, 255, 255, 0.07);
    padding: 12px 16px;
    border-color: transparent;
    border-radius: 999px;
    width: 100%;
}

#subscribe-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 0;
}

.footer-bottom-link {
  color: #a3abb0;
}

.header-subpage {
  display: none;
}

@media (min-width: 1200px){
  .header-subpage {
    min-height: 145px;
    display: block;
  }
}

.subpage-menuurl a {
  color: rgb(34,34,34) !important;
}

.subpage-menuurl:hover a {
  color: #fff !important;
}

.subpage-menuurl:hover > ul > li > a {
  color: rgb(34,34,34) !important;
}

.subpage-menuurl:hover > ul > li:hover > a {
  color: #fff !important;
}

.subpage-menuurl svg {
  fill: rgb(34,34,34) !important;
}

.elementor-36250 .elementor-element.elementor-element-399fef8.nograd::before,
.elementor-36250 .elementor-element.elementor-element-399fef8.nograd>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36250 .elementor-element.elementor-element-399fef8.nograd>.e-con-inner>.elementor-background-video-container::before,
.elementor-36250 .elementor-element.elementor-element-399fef8.nograd>.elementor-background-slideshow::before,
.elementor-36250 .elementor-element.elementor-element-399fef8.nograd>.elementor-background-video-container::before,
.elementor-36250 .elementor-element.elementor-element-399fef8.nograd>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: transparent;
  --background-overlay:'';
  background-image:none !important;
}

.topbar-subpage {
  background: #161e2d !important;
}

.mobile_header {
  background-color: #161e2d !important;
}

.listing-map {
  width: 100%;
  height: 400px;
}

.map-popup {
  background: #fff;
  width: 350px;
  border-radius: 6px;
  display: flex;
  -webkit-box-shadow: 0px 0px 24px -14px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 24px -14px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 24px -14px rgba(66, 68, 90, 1);
}

.map-popup .header {
  position: relative;
}

.map-popup .header span.type {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 10px;
  font-weight: 500;
  background: #0073e1;
  border-radius: 4px;
  padding: 3px 6px;
  color: #fff;
}

.map-popup .header img {
  width: 110px;
  height: 100%;
  object-fit: cover;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.map-popup .content {
  padding: 14px 18px;
}

.map-popup .content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.24;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}

.map-popup .content h3:hover {
  color: #0073e1;
}

.map-popup .content .price {
  color: #0073e1;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}

.map-popup .content .icons span {
  margin-right: 6px;
  font-size: 12px;
  font-weight: 500;
}

.map-popup .content .icons span:last-child {
  margin-right: 0px;
}

.map-popup .content .icons svg {
  position: relative;
  top: -2px;
}

.wpresidence_dropdown.wpresidence_filters_dropdown .btn:not(:disabled):not(.disabled).active:focus, .wpresidence_dropdown.wpresidence_filters_dropdown .btn:not(:disabled):not(.disabled):active:focus {
  border: 1px solid #e7e7e7 !important;
}

.fix-icon {
  position: relative;
  top: -1px;
}

.fix-icon--2 {
  position: relative;
  top: -2px;
}

.cursor-pointer {
  cursor: pointer !important;
}

.btn-reset-filters {
  text-transform: uppercase;
  font-weight: 500;
}

.cursor-default {
  cursor: default !important;
}

.video-cover-adpage {
  height: 400px !important;
  object-fit: cover;
}

@media (max-width: 768px){
  .video-cover-adpage {
    height: 280px !important;
    object-fit: cover;
  }
}

.submit_action .topmenu-myacc {
  color: #fff;
  font-weight: 700;
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.subpage-menuurl .topmenu-myacc {
  color: #202020;
  font-weight: 700;
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.navbar-fixed-top .topmenu-myacc {
  color: #202020;
  font-weight: 700;
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.navbar-fixed-top {
  top: 0;
}

.header_transparent .submit_action:hover .topmenu-myacc {
  opacity: 0.75 !important;
}

.header_transparent .submit_action svg {
  transition: all 0.2s ease-in-out;
}

.ad-page-cologo {
  max-width: 100%;
  height: auto !important;
}

.fix-icon--3 {
  position: relative;
  top: -3px;
}

.fix-icon--2 {
  position: relative;
  top: -2px;
}

.fix-icon--1 {
  position: relative;
  top: -1px;
}

.fix-icon {
  position: relative;
  top: 0;
}

.fix-icon1 {
  position: relative;
  top: 1px;
}

.fix-icon2 {
  position: relative;
  top: 2px;
}

.fix-icon3 {
  position: relative;
  top: 3px;
}

.adpage-map {
  width: 100%;
  height: 300px;
}

.agent_submit_class:disabled {
  opacity: 0.75;
}

.profile-tag-span {
  background: transparent;
  margin-bottom: 15px;
  margin-top: 0;
  box-shadow: none;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%, transparent);
  border-radius: 17px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  float: left;
  font-size: 13px;
  line-height: 1.65em;
  margin-right: 10px;
  padding: 5px 17px;
  text-transform: capitalize;
  -webkit-transform-style: preserve-3d;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.subpage-megaheader {
  background-image: url('../images/bg-lines-svg.svg');
  height:300px;
}

.subpage-megaheader .wpestate_header_image_overlay {
  background-color: #0b1933;
  opacity:0.5;
}

.partners-ad-count {
  left: auto;
  right: 0px;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.partner-list-container h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner-list-container .social-wrapper {
  top: 15px !important;
  right: 15px !important;
}

.partner-list-container .sub_agent img {
  width: 82px !important;
  height: 30px !important;
  object-fit: cover;
}

.contact-ad-img {
  width: 105px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: 5px !important;
}

.contact-ad-name {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-blog-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.contact-blog-list li:before {
  margin-top: 1px !important;
}

.alert-dark {
  background-color: #ececec !important;
  border-color: #e0e0e0 !important;
}

.tour360-container iframe {
  height: 400px;
}

@media (min-width: 1200px){
  .elementor-36250 .elementor-element.elementor-element-612aed3 {
    top: 190px;
  }

  .index-1200-last {
    padding-top: 65px !important;
  }
}

.wpresidence_button_inverse.but_muted {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #a5a5a5), color-stop(50%, #fff));
    background-image: linear-gradient(to right, #a5a5a5 50%, hsla(0, 0%, 100%, .012) 50%);
    color: #a5a5a5;
    border-color: #a5a5a5;
}

.wpresidence_button_inverse.but_muted.but-fb {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #3b5598), color-stop(50%, #fff));
    background-image: linear-gradient(to right, #3b5598 50%, hsla(0, 0%, 100%, .012) 50%);
    color: #3b5598;
    border-color: #3b5598;
}

.wpresidence_button_inverse.but_muted.but-fb:hover {
    color: #fff;
}

.wpresidence_button_inverse.but_muted.but-ig {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #dd2a7b), color-stop(50%, #fff));
    background-image: linear-gradient(to right, #dd2a7b 50%, hsla(0, 0%, 100%, .012) 50%);
    color: #dd2a7b;
    border-color: #dd2a7b;
}

.wpresidence_button_inverse.but_muted.but-ig:hover {
    color: #fff;
}

.wpresidence_button_inverse.but_muted.but-tt {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #383838), color-stop(50%, #fff));
    background-image: linear-gradient(to right, #383838 50%, hsla(0, 0%, 100%, .012) 50%);
    color: #383838;
    border-color: #383838;
}

.wpresidence_button_inverse.but_muted.but-tt:hover {
    color: #fff;
}

.lh-2-1 {
  line-height: 2.1;
}

.www-icon-color {
  background: linear-gradient(
    45deg,
    #4A4A4A,  /* neutralny grafit */
    #3B82F6,  /* stonowany niebieski */
    #14B8A6   /* przygaszony turkus */
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.fb-icon-color {
  color: #3b5998 !important;
}

.ig-icon-color {
  background: linear-gradient(45deg,
    #f58529, #feda77, #dd2a7b, #8134af, #515bd4);
  -webkit-background-clip: text; /* Safari/Chrome */
  background-clip: text;         /* standard */
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 200% 200%;
  animation: socialShift 6s ease infinite;
}

.yt-icon-color {
  background: linear-gradient(
    45deg,
    #B22222,  /* ciemna czerwień (bordo) */
    #FF0000,  /* klasyczna czerwień YouTube */
    #722424   /* grafit */
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 200% 200%;
  animation: socialShift 6s ease infinite;
}

.tt-icon-color {
  background: linear-gradient(90deg, 
    #25F4EE,   /* turkus */
    #FE2C55,   /* róż */
    #25F4EE    /* biały */
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 200% 200%;
  animation: socialShift 6s ease infinite;
}

.x-icon-color {
  color: #202020;
}

@keyframes socialShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.featured_div {
  max-width: none;
}