.architector {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}
.architector img {
  border-radius: 50%;
  width: 30px;
}
.hero-style1 p {
  color: #fff;
}
.th-btn.btn-mask {
  mask-image: none;
}
.box-title {
  color: #fff;
}
.propertys-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 20px;
}

@media (max-width: 600px) {
  .propertys-wrapper {
    grid-template-columns: repeat(0, 1fr); /* 2 колонки для маленьких экранов */
  }
  .architector img {
    width: 1.3rem;
    margin-top: 1rem;
}
}

@media (min-width: 601px) and (max-width: 900px) {
  .propertys-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}

@media (min-width: 901px) and (max-width: 1300px) {
  .propertys-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  }
}

@media (min-width: 1301px) {
  .propertys-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}

.property-card2 .property-card-details {
  flex-direction: column;
  gap: 2rem;
}
.background-image, [data-bg-src]
 {
    background-position: right;
}
.download-area-1 {
    background-attachment: inherit;
}
.media-left {
        display: flex
;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
}
.property-card2 .property-card-title {
    text-align: center;
}
.ruble-icon {
    width: 27px;
}
.controls {
        display: flex
;
    gap: 1rem;
    padding-bottom: 2rem;
        flex-wrap: wrap;
}
.control.th-btn.btn-mask2 {
    color: var(--theme-color);
}
.property-card-location {
    text-align: center;
}
.team-area-2 {
    padding-block: 5rem;
}

/* ----------------- */

.propertys-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

.property-card2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.property-card2 .swiper-auto-disabled{
    display: grid;
}

.property-card-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.property-card-details {
  margin-top: auto;
}

.swiper-auto-disabled .swiper-button-next, .swiper-auto-disabled .swiper-button-prev{
    top: var(--swiper-navigation-top-offset, 50%);
}
.th-btn.btn-mask2.active {
  border-radius: 50px;
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn.btn-mask2.active.th-btn-icon:after {
    filter: none;
}
html {
  scroll-behavior: smooth;
}
.media-left {
    align-items: flex-start;
}
.hero-hot__item::after {
    content: "🔥";
}
.hero-hot__item {
    color: #e63925!important;
}
.download-desc {
    display: flex
;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
}
.social-tg {
    color: #fff!important;
    border: 1px solid #fff!important;
}
.social-wp {
    color: #2cb742!important;
    border: 1px solid #2cb742!important;
}
.social-vk {
    color: #4d7198!important;
    border: 1px solid #4d7198!important;
}
.give-consent input[type=checkbox] {
    display:none;
}
.give-consent input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 12px 0 12px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: inherit;
    color: #333333;
        padding-left: 0;
}
.apply-form__link-apply:hover {
    color:#337AB7;
}
.give-consent input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    line-height: 22px;
    left: -30px;
    top: 3px;
    border: 1px solid #808080;
}
.give-consent input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #337AB7; 
}
.give-consent button[type=submit] {
    display: block;
    cursor: pointer;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    color: #FFF;
    text-transform: uppercase;
    transition: .4s all;
    font-weight: bold;
}
.give-consent button[type=submit]:hover {
    background: var(--theme-color);
}
.give-consent button[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.give-consent {
    display: flex
;
    flex-direction: column-reverse;
    align-items: center;
}
.apply-form__link-apply {
    
}
.bootstrap-dialog .bootstrap-dialog-message {
    font-size: inherit!important;
}
.modal.fade .modal-dialog {
    transform: inherit!important;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: initial!important;
    }
}
.bootstrap-dialog.type-default .modal-header {
    display: none!important;
}
@media (min-width: 992px) {
    .modal-lg {
        width: inherit!important;
    }
}
.catalog-card__price-value {
    font-size: 24px;
    font-weight: 600;
}
.page-img img {
    border-radius: 25px;
}
.modal-content {
    -webkit-box-shadow: none!important;
}
.text-white, .text-white p, .text-white h4 {
    color: #fff;
}
@media (max-width: 767px) {
    .h1, h1 {
        font-size: 20px;
    }
}
.s-content {
    padding-top: 155px;
    background: var(--theme-color);
    padding-bottom: 45px;
    margin: 0;
}
.s-content h2, .s-content p, .s-content h3 {
    color: #fff;
}
.cookie-message {
            position: fixed;
            z-index: 1000;
            bottom: 20px;
            left: 20px;
            right: 20px;
            max-width: 350px;
            padding: 0;
            font-family: Arial, sans-serif;
            animation: fadeIn 0.5s ease-in-out;
            display: none;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .cookie-message-inner {
            display: grid;
            justify-items: start;
            grid-gap: 15px;
            font-size: 14px;
            padding: 20px;
            line-height: 1.5;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
        }
        
        .cookie-message-text {
            color: #5a5a5a;
        }
        
        .cookie-message-link {
            color: #01356f;
            text-decoration: underline;
        }
        
        .cookie-message-inner .button {
            background: #e1e1e1;
            color: #878787;
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
                width: 100%;
        }
        
        .cookie-message-inner .button:hover {
            background-color: #01356f;
            color: #fff;
        }
        
        @media (max-width: 480px) {
            .cookie-message {
                max-width: 100%;
                left: 10px;
                right: 10px;
                bottom: 10px;
            }
        }
        .mobile-logo img {
        }
        .property-card2 .property-card-meta {
    justify-content: center;
}
.checklist.style3 li {
    color: #ffffff;
}
.checklist ul {
    padding-block: 20px;
}
.about-contact-grid {
    align-items: center;
    justify-content: center;
}
.about-contact-grid .info-box_link {
    font-size: 48px;
}
.header-phone {
    font-size: 16px; /* Размер шрифта */
    color: var(--white-color); /* Цвет текста */
    margin-right: 20px; /* Отступ справа */
    display: inline-block; /* Чтобы избежать лишних отступов */
}

@media (max-width: 1200px) {
    .header-phone {
        font-size: 14px; /* Уменьшить размер шрифта на меньших экранах */
    }
}
.th-btn.btn-mask {
    color: var(--white-color);
    border-radius: 50px;
}
@media (max-width: 760px) {
    .about-contact-grid .info-box_link {
    font-size: 22px;
}
    .property-card-wrap {
        display: none;
    }
    .testi-thumb {
       display: none; 
    }
}
.main-menu > ul > li {
    margin: 0;
    margin-right: 14px;
}
.swiper-container {
    overflow: hidden; /* Скрыть лишние слайды */
}

.swiper-slide {
    width: 100%; /* Или установите фиксированную ширину */
}
.header-logo img {
        max-width: 100%;
}
.about-logo img {
}
.header-logo-wrap {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 0;
}
@media (max-width: 590px) {
    .header-button {
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 991px) {
    .header-logo {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.header-logo-block {
    height: 80px;
    max-height: 100%;
    display: flex
;
    align-items: center;
}
@media (max-width: 991px) {
    .footer-layout1 .widget-area {
        padding-top: 1rem;
    }
}
.th-widget-contact .info-box_text {
    align-items: center;
}
.th-btn.th-btn-icon:after {
    display: none;
}
.header-logo-wrap {
    justify-content: space-between!important;
}
.sidemenu-wrapper .sidemenu-content {
    background-color: #002e5a;
}
.sidemenu-wrapper .sidemenu-content p, .sidemenu-wrapper .sidemenu-content h3 {
    color: #fff;
}
.sidemenu-content .info-box_text .icon {
    background: #fff;
}
.p-ab-desc {
    color: var(--white-color);
    margin-top: 4rem;
}
.footer-widget {
    margin: 50px 0;
}
.th-widget-contact .social-tg {
    border: none!important;
    color: #b2c0cd !important;
}
.footer-text {
    font-size: 12px;
margin: 1rem 0;
}
.footer-links ul {
    flex-direction: column;
}
@media (max-width: 760px) {
.header-logo-wrap {
    padding: 1rem;
}
.header-logo img {
    width: 180px;
}
.footer-layout1 .copyright-wrap .copyright-text {
    font-size: 15px;
}
}
.s-content a {
    color: white;
}
.th-mobile-menu.desktop {
    overflow-y: unset;
}
.desktop .navbar-nav-mobile {
    padding: 0;
}
.th-mobile-menu.desktop ul li a {
    color: #ffffff;
}
.main-menu > ul > li > a {
    text-transform: uppercase;
}
.widget_title:after {
    display: none;
}
.checklist.style3 h2, .checklist.style3 h3 {
        font-size: 2rem;
    line-height: 1.333;
    color: #fff;
}
.propertys-wrapper {
  grid-template-rows: auto auto auto;
  grid-auto-flow: dense;
}
.propertys-wrapper .ms2_product,
.propertys-wrapper .property-card2 {
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
}