@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Manrope:wght@200..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --title-font-family: "Roboto", "Cormorant SC", "Poppins", sans-serif;
  --body-font-family: "Manrope", "Roboto", "Segoe UI", sans-serif;
  --numerical-indicators: "Oswald", "Roboto", "Poppins", sans-serif;
  --head-font-family: "Cormorant SC", "Roboto", "Poppins", sans-serif;
  --icon-font-family: "Font Awesome 6 Pro";
  --icon-font-family2: "Flaticon";
  --container-width: 1290px;
  --divder-space: 200px;
  --headings-color: #181A20;
  --bg-brand: #3F4044;
  --bg-color: #F8F9FA;
  --bg-gray: #F6F6F9;
  --bg-emerald:#0B5345;
  --bg-deep-green: #2c3f38;
  --bg-erracotta: #c06b48;
  --bg-white: #f4f2ee;
  --bg-slate: #494c50;
  --bg-light-gray: #e7e9eb;
  --bg-warm-terracota: #b66746;
  --bg-sand: #E9E3DA;
  --bg-ivory: #F7F5F2;
  --bg-forest-green: #4d6052;
  --bg-deep-moss: #2d3e34;
  --bg-half-dm: #13221B;
  --color-fa: #fafafa;
  --color-sand: #E9E3DA;
  --color-terracota: #b66746;
}

html, body {
    background-color: var(--bg-sand);
    scroll-behavior: smooth;
}

.fs1 {
    font-size: 1rem;
}

.fs_h1 {
    font-size: 2.25rem;
    text-transform: uppercase;
}

.fs_h2 {
    font-size: 1.875rem;
    text-transform: uppercase;
}

.fs_h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.fs_h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.fs_h5 {
    font-size: 1.125rem;
    text-transform: uppercase;
}

.fs_h6 {
    font-size: 0.938rem;
    text-transform: uppercase;
}

.bg-F6F6F9 {
   background-color: #F6F6F9 !important;
}

.bg-emerald {
    background-color: var(--bg-emerald) !important;
}

.bg-sand {
    background-color: var(--bg-sand) !important;
}

.bg-forest-green {
    background-color: var(--bg-forest-green) !important;
}

.bg-ivory {
    background-color: var(--bg-ivory) !important;
}

.bg-deep-moss {
    background-color: var(--bg-deep-moss) !important;
}

.bg-half-dm {
    background-color: var(--bg-half-dm) !important;
}

.color-sand {
    color: var(--bg-sand) !important;
}

.color-warm-terracota {
    color: var(--bg-warm-terracota) !important;
}

.color-fa {
    color: var(--color-fa) !important;
}

.img_full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_full_bg {
  background-size: cover;
  background-position: center;
}

.no-select {
  user-select: none; /* Стандартный синтаксис */
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer, Edge */
}

.title_section {
    font-size: 3rem;
    line-height: 1.25em;
}

.paragraph_small {
    padding: 0px;
    font-size: 0.73rem;
    color: #a4b0be;
}

.p-15 {
    padding: 15px;
}

.py-30 {
    padding: 30px 0px;
}

.border-14 {
    border-radius: 14px;
}

.border-15 {
    border-radius: 15px;
}

.border-25 {
    border-radius: 25px;
}

.b-menu {
    background-color: rgba(0,0,0,0.1);
}

.b-menu .login-info {
    color: #333 !important;
}

.b-menu .ace-responsive-menu li a {
    color: #333 !important;
}

/* Кнопки */

.btn-brand-1 {
    background-color: var(--bg-warm-terracota);
    border: none;
    color: #fff;
}

/* Хэддер */

header.nav-homepage-style .ace-responsive-menu a {
  font-weight: 400;
}

.login-info {
    font-size: 1rem;
    font-weight: 400;
}

.ud-btn {
    font-weight: 400;
}

/* Фильтр */

.advance-style4 {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 0px 0px 12px 12px;
}

/* Инфографика */

.details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: var(--color-sand);
}

.details .indicator {
    /* height: 50%;
    padding-top: 2rem; */
    font-family: var(--numerical-indicators);
    font-weight: 300;
    font-size: 3.5rem;
    line-height: normal;
}

.details .text {
    /* height: 50%; */
    padding: 10px 0px;
    color: var(--color-sand);
}

.funfact_one .timer, .funfact_one span {
    font-family: var(--numerical-indicators);
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 63px;
}

.grid-container {
    max-width: 720px;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    overflow: hidden;
}

.grid-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #222;
}

/* .grid-cell:hover {
    background-color: #f8f9fa;
} */

/* -тест */

/* .infos:nth-child(3n) {
  background-color: lightblue !important;
} */

/* тест- */

/* Карточка товара */

.listing-style-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    transition: box-shadow 0.5s ease-in-out;
}

.listing-style-card:hover {
    cursor: default;
    box-shadow: 0px 30px 50px rgba(0, 45, 70, 0.03);
}

.listing-style-card .title {
    margin-top: 20px;
    font-size: 1.5rem;
    font-family: var(--body-font-family);
    font-weight: 500;
    color: #000;
}

.listing-style-card .address {
    margin: 3px 0 20px;
    font-family: var(--body-font-family);
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
}

.listing-style-card .price {
    padding: 20px 0px 10px 0px;
    border-top: 1px solid #ebebeb;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
}

.listing-style-card .btn-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 3px;
    bottom: 3px;
    width: 40px;
    height: 40px;
    background: var(--bg-half-dm);
    color: #fff;
    font-size: 1.4em;
    transition: all 0.3s ease-in-out 0s;
    transform: rotate(-45deg);
}

.listing-style-card .btn-buy:hover {
    background-color: var(--bg-forest-green);
}

.tags {
    display: inline-flex;
    top: 25px;
    left: 25px;
}

/* .tags .tag {
    width: 90px;
    line-height: 27px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.12px;
    background: #E9E3DA;
    border: 1px solid #3a3c31;
} */

.tags .tag {
    width: auto;
    padding: 2px 10px;
    border: 1px solid #cfc7ba;
    background: #E9E3DA;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.tags .tag:hover {
    cursor: inherit;
}

/* Карточка проекта */

.feature-style1 .feature-content {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.28) 100%);
}

.feature-style1:hover img {
    transform: scale(1.1);
}

/* Фильтр */

.slider {
    position: relative;
    height: 2px;
    margin-top: 5px;
    background: #e5e7eb;
    border-radius: 0px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000;
}

.advance-content-style3 .btn-light {
    padding: 0px;
    border: none;
    background-color: transparent;
    outline: none;
}

.advance-content-style3 .btn-light:focus {
    outline: none !important;
}

.horizontal_range {
    display: inline-flex;
}

.horizontal_range #min, .horizontal_range #max {
    width: 50%;
    padding: 0;
    border: none;
    outline: none;
    font-size: 1rem;
    background: transparent;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
}

#min {
	/* width: 50%; */
}

#max {
	/* width: 50%; */
}

span.ui-slider-handle.ui-corner-all.ui-state-default,
span.ui-slider-handle.ui-corner-all.ui-state-default:active,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
    background-color: #fff;
    background-image: unset;
    top: -6px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    outline: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #f97316;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-slider .ui-slider-range {
    height: 2px;
    background-color: #f97316;
}

.ui-widget-content {
    border: none;
}

.widget-wrapper .list-title {
    font-weight: 600;
    text-transform: uppercase;
}

/* Карта */

.section-map {
    min-height: 480px;
}

/* Инфокарточки */

.card_info {
    height: 100%;
    min-height: 250px;
    padding: 20px;
    background-color: var(--bg-sand);
    border-radius: 12px;
    border: none;
    -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    transition: background-color 0.5s ease-in-out;
}

/* .card_info:hover {
    cursor: pointer;
} */

.card_info .text {
    transition: all 0.5s ease-in-out;
}

.card_info:hover .text {
    color: #bb6845 !important;
}

.card_info_box .text {
    color:#706e69;
    line-height: 1.5;
}

.card_info .icon {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    background-color: rgba(235, 103, 83, 0.07);
    border-radius: 50%;
    font-size: 1.5rem;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card_big_info {
    height: 100%;
    padding: 20px;
    border-radius: 12px;
    border: none;
    -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    transition: background-color 0.5s ease-in-out;
}

.card_big_info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.48) 55%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.card_big_info .title {
    font-family: var(--title-font-family);
    font-size: 1.5rem;
    color: var(--headings-color);
}

.card_big_info .title, .card_big_info .text {
    color: var(--color-sand);
    z-index: 1;
}

.card_big_info .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1rem;
    bottom: 1rem;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 1.4em;
    transition: all 0.3s ease-in-out 0s;
    transform: rotate(-45deg);
}

.card_big_info .btn:hover {
    background-color: var(--bg-warm-terracota);
    border-color: var(--bg-erracotta);
}

.card_info_box .title {
    font-family: var(--title-font-family);
    color: var(--headings-color);
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

/* Инвестиции */

.chose-list .list-one .list-icon {
    background-color: rgba(77, 96, 82, 0.07);
    color: var(--bg-warm-terracota);
    display: block;
    font-size: 30px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    width: 70px;
    border-radius: 50%;
    transition: 0.4s;
}

.chose-list .title {
    font-size: 1rem;
    font-weight: 500;
}

/* Объекты */

.feature-style1 .title {
    font-size: 1.2rem;
}

.feature-style1 .text {
    font-size: 1rem;
}

/* Карта Яндекс */

ymaps3.ymaps3--map-copyrights.ymaps3--map-copyrights_bottom.ymaps3--map-copyrights_right {
    display: none !important;
}

/* Маркер */
.marker_sokolniki {
    width: 188px;
    height: 60px;
    background-image: url('https://3.rocketcube.ru/public/uploads/commerce/map/sokolniki.svg');
    background-size: cover;
    cursor: pointer;
    transform: translate(0%, -100%)
}

.marker_oganova {
    width: 188px;
    height: 68px;
    background-image: url('https://3.rocketcube.ru/public/uploads/commerce/map/oganova.svg');
    background-size: cover;
    cursor: pointer;
    transform: translate(0%, -100%)
}

.marker_grad {
    width: 150px;
    height: 68px;
    background-image: url('https://3.rocketcube.ru/public/uploads/commerce/map/grad.svg');
    background-size: cover;
    cursor: pointer;
    transform: translate(0%, -100%)
}

/* Футтер баннер */

.banner_footer {
    width: 100%;
    height: 100%;
    min-height: 800px;
    margin: 0px auto;
    padding: 0px;
    background-position: center center;
    text-align: center;
}

.chapter {
    margin-right: 2rem;
    font-family: "Garamond", "Cormorant SC", 'Oswald', Arial, sans-serif;
    font-size: 6rem;
    font-weight: 300;
    color: var(--color-terracota);
}

.banner_footer_body {
    position: absolute;
    bottom: 15rem;
    left: 15px;
}

/* Паттерн */

.pattern::after {
    position: absolute;
    bottom: 0px;
    right: -1px;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 24px 0px;
    background-image: url(/public/themes/commerce/assets/images/pattern_half_sun.svg);
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: 100% 124%;
}

.object_name {
    font-size: 1.2rem;
}

/* Логотип */

.logo_dark {
    display: none;
}

.b-menu .logo_dark {
    display: block;
}

.b-menu .logo_light {
    display: none;
}

.stricky-fixed .logo_dark {
    display: block;
}

.stricky-fixed .logo_light {
    display: none;
}

/* Временно */

.range-filter {
  width: 100%;
}

.range-label {
  display: block;
  margin-bottom: 0px;
}

/* Блок с инпутами над слайдером */
.range-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.range-input {
  width: 120px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  color: #111417;
  outline: none;
  cursor: default;
  user-select: none;
}

.range-input-max {
  text-align: right;
}

/* Скрытие стрелок в input[type=number] */
.range-input::-webkit-outer-spin-button,
.range-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.range-input[type=number] {
  -moz-appearance: textfield;
}

/* 1. Трек слайдера */
.js-range-slider.noUi-target {
  position: relative;
  height: 2px;
  background: #e0e0e0;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  /* Ровно половина ширины кружка (14px / 2 = 7px): ручки физически не вылезут за пределы трека */
  padding: 0 7px;
}

/* Линия выбранного диапазона */
.js-range-slider .noUi-connect {
  background: #111417;
}

/* 2. Ручки слайдера — восстанавливаем родную механику noUiSlider */
.js-range-slider .noUi-horizontal .noUi-handle,
.js-range-slider .noUi-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #111417;
  box-shadow: none;
  cursor: pointer;
  /* Центрирование кружка по высоте относительно 2px линии: (2px - 14px) / 2 = -6px */
  top: -6px;
  /* Смещение по горизонтали: ровно половина ширины (14px / 2 = 7px) */
  right: -7px;
  /* Сбрасываем наши прошлые свойства, которые сломали позиционирование */
  left: auto;
  transform: none;
}

/* Скрытие дефолтных рисок внутри кружков */
.js-range-slider .noUi-handle::before,
.js-range-slider .noUi-handle::after {
  display: none !important;
}