/*
 Theme Name:   Theme from Denis
 Description:  Wordpress Theme From Denis
 Author:       Denis R
 Version: 1.1
*/

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 17px;
    color: #000;
    line-height: normal;
    min-height: 100vh;
    overflow-x: hidden;
  }

  body {
    position: relative;
    overflow-y: hidden;
  }

  a {
    text-decoration: none !important;
  }

  a:hover {
  }

  img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
  }

  button {
    cursor: pointer;
  }


  h1, h2, h3, h4, h6 {
    font-family: 'Maitree';
    font-weight: 300;
    line-height: 1;
  }

  h1, h2 {
    font-size: 48px;
  }

  .container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .flexed {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .flexed--between {
    justify-content: space-between;
  }

  .flexed--around {
    justify-content: space-around;
  }

  .flexed--top {
    align-items: flex-start;
  }
  
  .flexed--bottom {
    align-items: flex-end;
  }

  .flexed--center {
    justify-content: center;
  }

  .rel {
    position: relative;
  }

  header .menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  header .menu li {
      display: block;
  }

  .mb1 {
    margin-bottom: 20px;
  }

  .mt1 {
    margin-top: 20px;
  }

  .mb2 {
    margin-bottom: 30px;
  }

  .mt2 {
    margin-top: 30px;
  }

  .mb3 {
    margin-bottom: 40px;
  }

  .mt3 {
    margin-top: 40px;
  }

  .pb1 {
    padding-bottom: 20px;
  }

  .pt1 {
    padding-top: 20px;
  }

  .pb2 {
    padding-bottom: 30px;
  }

  .pt2 {
    padding-top: 30px;
  }

  .pb3 {
    padding-bottom: 40px;
  }

  .pt3 {
    padding-top: 40px;
  }

  .logo {
      width: 105px;
      transition: 0.3s;
  }

  header.active .logo {
    width: 75px;
  }

  input[type="submit"],
  button[type="submit"],
  .get-started-btn a {
      padding: 8px 29px;
      background: #D2383A;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      border: none;
      width: 190px;
      display: block;
      line-height: 1.5;
      text-align: center;
  }

  nav {
      font-family: 'Prompt';
      font-size: 20px;
      gap: 20px;
  }

  .whatslink a {
      text-indent: -99999px;
      display: block;
      width: 30px;
      background: url('img/whatsapp.png') 50% 50% no-repeat;
      transition: 0.3s;
      opacity: 0.7;
      background-size: contain;
  }

  .whatslink a:hover {
      opacity: 1;
  }

  nav ul {
      display: flex;
      align-items: center;
      gap: 20px;
      text-transform: uppercase;
  }

  nav ul li {
    display: block;
  }

  .map-text a,
  .footer-main a,
  nav ul li a {
      position: relative;
      color: #000;
  }

  .whatslink {
      margin-left: 30px;
  }

  .map-text a:after,
  .footer-main a:after,
  nav ul li a:after {
      content: '';
      width: 0;
      height: 1px;
      background: #000;
      transition: 0.4s;
      position: absolute;
      left: 0;
      bottom: 0;
  }

  .map-text a:hover:after,
  .footer-main a:hover:after,
  nav ul li a:hover:after {
      width: 100%;
  }

  .footer-form {
      background: #F4F5F7;
  }

  .form-form {
      max-width: 450px;
      background: #fff;
      padding: 20px 30px;
      width: 100%;
      margin-right: -30px;
      position: relative;
  }

  .form-form input, .form-form select, .form-form textarea {
      font-family: 'Poppins';
      width: 100%;
  }

  .form-form span {
      display: block;
      margin-top: 10px;
  }

  .footer-form-text {
      flex: 1;
      margin-top: 20px;
  }

  hr {
      width: 75px;
      margin: 20px 0;
      height: 2px;
      border-top: 2px solid #D2383A;
  }

  .footer-form-text ul li {
      margin-bottom: 20px;
      display: block;
      padding-left: 50px;
      font-size: 18px;
      background: url('img/check-red.png') 0 5px no-repeat;
      background-size: 40px auto;
  }

  .footer-form-inner {
      gap: 50px;
  }

  .footer-main strong, .footer-main b {
      font-size: 19px;
      font-family: 'Prompt';
      font-weight: 600;
      text-transform: uppercase;
      color: #000;
  }

  .footer-main-right {
      max-width: 450px;
      width: 100%;
  }

  .footer-main-left {
      flex: 1;
      max-width: 430px;
  }

  .footer-main-inner {
      gap: 70px;
  }

  .footer-main-left p {
      margin-bottom: 20px;
  }

  .footer-main-right-menu {
      text-align: right;
  }

  .footer-main-right-menu li {
      display: block;
  }

  .footer-main-right-menu hr {
      margin-left: auto;
      margin-right: 18px;
  }

  .footer-search-inner {
      position: relative;
  }

  .footer-search-inner:after {
      content: '';
      width: calc(100% + 40px);
      height: 2px;
      background: #A5A5A5;
      position: absolute;
      bottom: 0;
      left: -20px;
  }

  .footer-search-inner form {
      justify-content: flex-end;
  }

  .footer-search-inner form input {
      padding: 11px;
      border: 2px solid #d2383a;
      width: 260px;
      font-family: 'Poppins';
  }

  .footer-search {
      margin-top: 60px;
  }

  .hero-inner {
      justify-content: flex-end;
  }

  .form-form input:not([type="submit"]), .form-form textarea, .form-form select {
      background-color: #F4F5F7;
      border: none;
      padding: 10px 10px 10px 40px;
      background-repeat: no-repeat;
      background-position: 8px 6px, calc(100% - 10px) 5px;
      background-size: 25px;
  }

  span.wpcf7-character-count.down {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 10px;
      text-transform: uppercase;
      color: #A5A5A5;
  }

  .form-form .wpcf7-not-valid-tip {
      margin: 0;
      font-size: 12px;
      margin-bottom: -5px;
  }

  span.wpcf7-character-count.down:after {
      content: ' characters left';
  }

  .form-form select {
      appearance: none;
      background-image: url('img/grid.png'), url('img/angle-down.svg');
  }

  .form-form textarea {
      height: 90px;
      resize: none;
      background-image: url('img/box.png');
  }

  .form-form input[type="submit"] {
      width: 190px;
      margin-left: auto;
      margin-top: 10px;
  }

  .form-form input[name="your-email"] {
      background-image: url('img/envelope.png');
  }

  .form-form input[name="your-name"] {
      background-image: url('img/people.png');
  }

  .wpcf7-spinner {
      position: absolute;
      bottom: 30px;
  }

  .prices-gird-item {
      width: 50%;
  }

  .prices-gird-item.prices-condos .prices-grid-item-title {
    background-image: url('/wp-content/uploads/2025/07/building_1065680.png');
  }

  .prices-gird-item.prices-aparts .prices-grid-item-title {
    background-image: url('/wp-content/uploads/2025/07/apartment_3530069.png');
  }

  .prices-gird-item.prices-houses .prices-grid-item-title {
    background-image: url('/wp-content/uploads/2025/07/house_18819572.png');
  }

  .prices-gird-item.prices-land .prices-grid-item-title {
    background-image: url('img/land.png');
  }

  .prices-gird-item.prices-population .prices-grid-item-title {
    background-image: url('img/people2.png');
  }

  .prices-grid-item-title {
      background-position: 0% 100%;
      padding-left: 60px;
      margin-top: 10px;
      background-size: 45px auto;
      background-repeat: no-repeat;
  }

  .prices-grid-item-title:first-line {
      font-family: 'Prompt';
      text-transform: uppercase;
  }

  .prices-grid-item-vals {
      padding-left: 75px;
      padding-top: 15px;
      max-width: 365px;
      width: 100%;
      min-height: 65px;
  }

  .prices-item-val-item {
      justify-content: space-between;
      align-items: flex-end;
  }

  .prices-grid-item.prices-empty {
      width: 50%;
  }

  .prices-item-val span:first-child {
      font-size: 26px;
      font-weight: 500;
      font-family: 'Prompt';
      line-height: 1;
  }

  .prices-item-val span + span {
      text-transform: uppercase;
      font-size: 14px;
      width: 25px;
      display: inline-block;
  }

  .prices-item-label {
      font-family: 'Prompt';
      line-height: 1.3;
  }

  .prices-item-val-item + .prices-item-val-item {
      margin-top: 5px;
  }

  blockquote,
  .wider {
      background: #F5F3F3;
      padding: 30px 60px;
      margin-left: -50px;
      width: calc(100% + 100px);
  }

  blockquote {
    background: url('img/quote.png') 50px 25px #F5F3F3 no-repeat;
    background-size: 35px auto;
    padding-left: 100px;
    font-weight: 300;
  }

  .toc-list a {
      color: inherit;
      text-transform: uppercase;
      font-family: 'Prompt';
      font-size: 20px;
      position: relative;
  }

  .toc-list a:after {
      content: '';
      width: 0;
      height: 1px;
      position: absolute;
      bottom: 5px;
      left: 0;
      transition: 0.3s;
      background: #000;
  }

  .toc-list a:hover:after {
      width: 100%;
  }

  .section-content li a,
  .section-content p a,
  .profile-text li a,
  .profile-text p a,
  .prices-bottom-text a {
      color: inherit;
      font-weight: 700;
      text-decoration: underline !important;
  }

  .profile-gallery-item {
      width: calc(25% - 15px);
  }

  .profile-gallery {
      gap: 20px;
  }

  .profile-gallery-item img {
      height: 240px;
      width: 100%;
      object-fit: cover;
  }

  .icons-block-img {
      max-width: 65px;
      margin: 0 auto 10px;
  }

  .icons-block-item {
      max-width: 200px;
      text-align: center;
  }

  .footer-trust-item {
      height: 70px;
  }

  .footer-trust-item img {
      height: 100%;
  }

  .footer-trust-inner {
      justify-content: space-around;
  }

  .get-started-btn {
      display: flex;
      justify-content: flex-end;
  }

  .icons-block {
      gap: 75px;
      line-height: 1.2;
  }

  .section-content ul,
  .profile-text p, .profile-text > ul {
      margin-bottom: 20px;
  }

  .section-content ul,
  .profile-text > ul {
      margin-left: 0;
      padding-left: 30px;
  }

  .section-content ul ul {
    padding-left: 0;
  }

  .section-content ul li,
  .profile-text > ul li {
      display: block;
      position: relative;
  }

  .section-content ul ul,
  .profile-text > ul ul {
    margin-bottom: 10px;
  }

  .section-content ul li:before,
  .profile-text > ul li:before {
      content: '';
      height: 15px;
      width: 15px;
      position: absolute;
      top: 13px;
      left: -26px;
      background: #d2383a;
      border-radius: 20px;
      transform: translateY(-50%);
  }

  .section-content ul li li:before,
  .profile-text > ul li li:before {
      height: 4px;
  }

  .section-content ul li:first-child:last-child:has(ul):before {
    display: none;
  }

  header {
      position: fixed;
      top: 0;
      width: 100%;
      background: #fff;
      z-index: 3;
      transition: 0.3s;
  }

  header.active {
    padding: 10px 0;
  }

  header.active,
  header:not(:has(+.website-wrap .hero)) {
    border-bottom: 1px solid #707070;
  }

  .admin-bar header {
      top: 32px;
  }

  .website-wrap {
    padding-top: 165px;
  }

  .icons-block-text p {
    margin-bottom: 0;
  }

  blockquote p:not(:last-child) {
      margin-bottom: 20px;
  }

  .posts-list {
      gap: 20px;
  }

  .post-list-item {
      width: calc(25% - 15px);
      overflow: hidden;
  }

  .post-list-item img {
      height: 240px;
      object-fit: cover;
      width: 100%;
      transition: 0.3s;
  }

  .post-list-item span {
      color: #000;
      font-family: 'Prompt';
      text-transform: uppercase;
      margin-top: 10px;
      display: block;
  }

  .post-list-item:hover img {
      transform: scale(1.1);
  }

  .profile-text ol {
      margin-bottom: 20px;
      margin-left: 20px;
  }

  .profile-text h2:not(:has(+hr)) {
      margin-bottom: 20px;
  }

  .profile-text h3 {
      margin-bottom: 10px;
  }

  blockquote:not(:last-child) {
      margin-bottom: 20px;
  }

  section.default-content h2:first-child + p {
      margin-top: 30px;
  }

  .how-works-point {
      flex: 1;
  }

  .how-works-point-title {
      font-family: 'Prompt';
      font-size: 20px;
      line-height: 1.2;
      min-height: 48px;
  }

  .how-works-points {
      gap: 50px;
  }

  .how-works-point-index {
      font-size: 28px;
      font-weight: 300;
      width: 44px;
      text-align: center;
      margin: 0 auto;
      border: 1px solid currentColor;
      border-radius: 40px;
  }

  .how-works-point:last-child .how-works-point-index {
      text-indent: -999999px;
      border: none;
      background: url('img/check-filled.png') 50% 50% no-repeat;
      background-size: contain;
  }

  .how-works-point:not(:last-child):after {
      content: '........';
      letter-spacing: 2px;
      position: absolute;
      top: 6px;
      left: calc(100% + 5px);
  }

  .section-content p:not(:last-child) {
      margin-bottom: 20px;
  }

  .services-point-img img {
      width: 48px;
      height: auto;
  }

  .services-points {
      max-width: 530px;
      margin: 0 auto;
  }

  .services-point:not(:last-child) {
      margin-bottom: 10px;
  }

  .services-point {
      gap: 15px;
      flex: 1;
  }

  .contact-wrap > div {
      flex: 1;
      position: relative;
  }

  .contact-wrap {
      gap: 50px;
  }

  .form-form2 label span:first-child {
      display: block;
      margin-top: 10px;
  }

  .form-form2 label span input, .form-form2 label span textarea {
      width: 100%;
      resize: none;
      border: 2px solid #000;
      border-radius: 5px;
      padding: 10px;
  }

  .form-form2 .flexed > label {
      flex: 1;
  }

  .form-form2 .flexed {
      gap: 10px;
  }

  .form-form2 label span:first-child:has(+span [aria-required="true"]):after {
      content: '*';
      color: #d2383a;
  }

  .form-form2 input[type="submit"] {
      margin-left: auto;
      margin-top: 20px;
  }

  .big-search input {
      flex: 1;
      width: 100%;
      padding: 10px;
      border: 2px solid #000;
  }

  .big-search form {
      display: flex;
  }

  .search-results .footer-trust {
      display: none;
  }

  .search-results main {
      padding-bottom: 100px;
  }

  .section-content .get-started-btn + * {
      margin-top: 40px;
  }

  .section-content p + h2 {
      padding-top: 10px;
  }

  .map-inner {
      max-width: 525px;
  }

  .map-text {
      flex: 1;
  }

  .map-caption {
      text-align: right;
  }

  .hotspots-interaction {
      margin: 0 !important;
  }

  .menu-icon {
    display: none;
  }

  .menu-icon {
    height: 25px;
    cursor: pointer;
    width: 40px;
    position: relative;
    overflow: hidden;
  }
  .menu-icon:before, .menu-icon:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    border-radius: 10px;
    transform-origin: center center;
    background-color: #000;
  }
  .menu-icon:before {
    position: absolute;
    top: 0;
    left: 18px;
    transform: rotate(-45deg);
  }
  .menu-icon:after {
    position: absolute;
    top: 0;
    right: 18px;
    transform: rotate(45deg);
  }
  .menu-icon .bar {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
    width: 100%;
    height: 5px;
    background-color: #000;
    border-radius: 20px;
  }
  .menu-icon .bar-1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu-icon .bar-2 {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .menu-icon .bar-3 {
    position: absolute;
    top: 20px;
    left: 0;
  }
  .menu-icon.opened .bar {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
  .menu-icon.opened:before, .menu-icon.opened:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
  }
  .menu-icon-4:before {
    transform: scale(0, 1) rotate(-45deg);
  }
  .menu-icon-4:after {
    transform: scale(0, 1) rotate(45deg);
  }
  .menu-icon-4.opened:before {
    transform: scale(1, 1) rotate(-45deg);
  }
  .menu-icon-4.opened:after {
    transform: scale(1, 1) rotate(45deg);
  }
  .menu-icon-4.opened .bar {
    transform: scale(0.4);
    opacity: 0;
  }