/* base */
body { font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.site-header-top * { 
    color: #313E48;
}
.site-header-top {
    background-color: #DFE6E9;
}
.link-logo {
    max-width: 235px;
    flex: 0 0 auto;
}
.maps-search {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.maps-search .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.maps-search .text .name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    color: #313E48;
    text-decoration: dotted;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.maps-search .text .value {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.phone-block a {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}
.work-block .time {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.work-block .time span:first-child {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}
.work-block .time span:last-child {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
.search-block .input-group {
    display: flex;
    height: 26px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #8BA7A5;
    background: #DFE6E9;
    padding: 0 8px;
}
.search-block .form-control {
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    width: 126px;
}
.social-block a {
    width: 32px;
    transform: scale(1);
    transition: all 0.3s;
}
.social-block a:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.social-block a svg {
    max-width: 100%;
}
.menu-mobile-block {
    position: absolute;
    top: 72px;
    padding: 32px;
    width: 100%;
    background-color: #dfe6e9;
    z-index: 100;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.menu-header {
    top: 64px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 
        opacity .25s ease,
        transform .25s ease,
        visibility .25s;
    border-radius: 12px;
    background: #DFE6E9;
    padding: 22px 34px;
    position: absolute;
    width: 252px;
    z-index: 10;
}
.button-menu:hover .menu-header{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.site-header {
    position: relative;
    z-index: 10;
}
.menu-nav {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 0;
}
.menu-nav a {
    color: #313E48;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s;
}
.menu-nav a:hover {
    color: #FF8A00;
    transition: all 0.3s;
}
.button-menu {
    background: #DFE6E9;
    border: none;
    height: 60px;
    padding: 0 24px;
}
.button-menu .toggle {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.button-menu .toggle span {
    display: inline-block;
    height: 3px;
    background: #313E48;
    width: 20px;
}
.button-menu .toggle span:last-child {
    width: 14px;
}
.button-menu .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}
.button-menu .badge-header {
    border-radius: 99px;
    background: #FF8A00;
    padding: 0 8px;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #FFF;
}
.bottom-nav .nav-link a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: #313E48;
}
.btn-sale {
    height: 30px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: #FF8A00;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: #FFF;
    transition: all 0.3s;
}
.btn-sale:hover {
    background: #D77500;
    color: #FFF;
    transition: all 0.3s;
}
.favorite-block .favorite-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #313E48;
    text-decoration: none;
}
.favorite-block .favorite-button .title {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.favorite-block .favorite-button .badge-f {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FF8A00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    color: #FFF;
    right: 10px;
    top: -6px;
}
.breadcrumb-nav .breadcrumb a {
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.60);
}
.breadcrumb-nav .breadcrumb .active a {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #313E48;
    cursor: default;
}
.breadcrumb{
  --bs-breadcrumb-divider: url("/template/images/all/arrow-right-nav.svg");
}
.breadcrumb-item + .breadcrumb-item::before{
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);

  /* Bootstrap сам подставит content из переменной */
  content: var(--bs-breadcrumb-divider, "/");

  /* чтобы svg выглядел нормально */
  opacity: .6;
  transform: translateY(2px); /* подстройка по вертикали */
}
.header-content .h1_title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #313E48;
}
/* chips */
.chip{
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    background: #313E48;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    height: 32px;
    border-radius: 6px;
}

/* promo */
.promo-card {
    background: #B6D5B5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
    flex: 0 0 auto;
    width: auto;
    max-width: 527px;
    overflow: hidden;
    text-decoration: none;
}
.promo-card.text-promo {
    width: 527px;
}
.promo-card__title {
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    color: #8BA7A5;
    text-align: center;
    flex: 1 0 0;
}
.promo-card__img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    flex: 1 0 0;
}
.product-options .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    flex: 0 0 auto;
}

.site-footer {
    background-color: #1C1E20;
}
.logo-footer {
    max-width: 235px;
}
.footer-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #7D7D7D;
}
.footer-info {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.3s;
}
.footer-info:hover {
    color: #FF8A00;
    transition: all 0.3s;
}
.footer-link {
    color: #F7F3EF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s;
}
.footer-link:hover {
    text-decoration: none;
    color: #FF8A00;
    transition: all 0.3s;
}
.phone-link {
    color: #E18335;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.phone-footer {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-footer {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    gap: 10px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.email-footer:hover {
    color: #FF8A00;
    transition: all 0.3s;
}
.copyright-footer {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-top: 4px;
}


/* gallery */
.projectGalleryMain .swiper-slide {
    height: 600px;
}
.projectGalleryMain .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectGalleryThumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.gallery-card {
    position:relative;
    max-height: 600px;
    border-radius: 12px;
    overflow:hidden;
}
.gallery-card .badge {
    z-index: 10;
}
.gallery-card .favorite-button {
    z-index: 10;
    outline: none!important;
    border: none!important;
}
.gallery-card .favorite-button .in_compare {
    display: none;
}
.gallery-card .favorite-button.voted .no_compare {
    display: none;
}
.gallery-card .favorite-button.voted .in_compare {
    display: block;
}
.gallery-card img{ display:block; }

.gallery-thumbs {
  display:flex;
  align-items:center;
  gap: 12px;
  height: 132px;
}
.gallery-thumbs button {
    border: none;
    background-color: transparent;
}
.projectGalleryThumbs .swiper-slide{
  opacity: .75;
  cursor: pointer;
}
.projectGalleryThumbs .swiper-slide-thumb-active{
  opacity: 1;
}

/* sidebar */
.sidebar-card {
    display: flex;
    flex-direction: column;
    background: #DFE6E9;
    border-radius: 12px;
}
.sidebar-list {
    
}
.btn-orandge {
    height: 47px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    justify-content: center;
    border-radius: 12px;
    background: #EE8200;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: .9;
    color: #FFF;
    transition: all 0.3s;
}

.btn-orandge:hover {
    background: #D77500;
    color: #FFF;
    transition: all 0.3s;
}
.btn-actions-footer .btn-orandge {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 13px 40px;
    height: auto;
    border-radius: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}
.btn-dark {
    background: #313E48;
    transition: all 0.3s;
}
.btn-dark:hover {
    background: #455765;
    transition: all 0.3s;
}
.btn-actions-footer .btn-dark {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    background: #313E48;
}
.btn-actions-footer .btn-dark:hover {
    background: #455765;
    transition: all 0.3s;
}
hr {
    margin: 0;
}
.sidebar-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #C2C2C2;
}
.sidebar-action a {
    color: #313E48;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    transform: scale(1);
    transition: all 0.3s;
}
.sidebar-action a:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.sidebar-action .info-text {
    color: #313E48;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}
.text-orandge {
    color: #E18335!important;
}
.sidebar-action .price {
    color: #313E48;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}
.sidebar-action .phone {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.sidebar-action .phone-logo {
    width: 36px;
}
.sidebar-action .phone .phone-number {
    color: #313E48;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}
.sidebar-action .phone .link-orange {
    color: #E18335;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.sidebar-action .social-icons svg {
    width: 40px;
    height: 40px;
}
/* section bg */
.section-gray {
    background:#DFE6E9;
}
.title-section {
    color: #313E48;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; 
}
.sidebar-card .text {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}
.sidebar-card .sidebar-list .text {
    color: #313E48;
}
.sidebar-card .sidebar-list .value {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35.1px;
    color: #313E48;
}
.link-comparison {
    color: #FF8B00;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.count-work {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FF8A00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    color: #FFF;
    right: -17px;
    top: -6px;
}
/* white cards inside gray section */
.card-white {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-white img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* specs */
.spec-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    width: 450px;
}
.spec-row .text {
    color: #313E48;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}
.spec-row .value {
    color: #313E48;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

/* breadcrumb tuning */
.breadcrumb a{ text-decoration:none; }
.breadcrumb-item + .breadcrumb-item::before{ opacity: .5; }

/* header small tweaks */


/* footer links hover */
.site-footer a:hover{ color: #FF8A00!important; transition: all 0.3s;}

/* ===== Комплектации ===== */
.kit-card {
    background: #DFE6E9;
    border-radius: 12px;
    padding: 20px;
}
.kit-title {
    color: #313E48;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.kit-subtitle {
    color:#6c757d; font-size:12px; margin-top:2px;
}
.kit-text {
    color: #8BA7A5;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
}
.kit-link{
    text-decoration: none;
    color: #313E48;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.kit-link:hover{ text-decoration:underline; }

.kit-price{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #313E48;
}

.kit-table {
    padding-left: 24px;
}
.kit-row {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #A8AAAC;
}
.kit-row--last{ border-bottom:0; }
.kit-k {
    color: #313E48;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;

}
.kit-v {
    color: #313E48;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;

}

.kit-icons {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.kit-ico {
    display:flex;
    gap: 10px;
    align-items:center;
}
.kit-ico span {
    color: #313E48;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}
.kit-ico__emoji{ font-size:16px; }
.search-block {
    cursor: pointer;
}
/* ===== Баннер ипотеки ===== */
.mortgage-banner {
    display: block;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #B6D5B5;
    height: 150px;
    overflow: hidden;
    text-decoration: none;
}
.mortgage-banner.text-mortage {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
}
.mortgage-banner__label {
    color: #8BA7A5;
    font-family: Montserrat;
    font-size: 48.324px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.mortgage-banner__img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/* ===== Доп. опции ===== */
.prep-check-title {
    color: #313E48;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}
.prep-check-desc {
    color: #313E48;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.opt-card {
    background: #DFE6E9;
    border-radius: 13px;
    padding: 20px;
}
.opt-title{
    margin-bottom: 20px;
    color: #313E48;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.opt-text{
    color: #313E48;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;

}
.contact-card .text-phone {
    color: #313E48;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}
.contact-card .text-link {
    color: #E18335;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.contact-card img {
    width: 46px;
}
.contact-card {
  background:#fff;
  border-radius:12px;
  padding: 18px;
}

/* ===== Отзывы ===== */
.review-card {
    position:relative;
    height: 580px;
}
.review-card__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.review-card__overlay{
    position: absolute;
    padding: 26px;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.54);
}
.review-card__title{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    max-width: 60%;
}
.review-card__meta{
color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}
.review-card__time {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.review-card__btn{
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;    
}
.review-card__play{
    width: 40px;
    height: 40px;
}
.swiper-nav .button-nav {
    z-index: 1;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.70);
}
.swiper-nav .nav-prev {
    left: 5px;
}
.swiper-nav .nav-next {
    right: 5px;
}
/* ===== О нас / Контакты ===== */
.about-dark{
    position: relative;
    overflow: hidden;
    background-image: url(/template/images/all/bg_about.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
}
.about-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}
.about-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    color: #FFF;
}
.metric-num {
    color: #FF8A00;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.metric-text {
    margin-top: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.video-mini__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.video-mini__btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.social__text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    max-width: 190px;
}
.video-mini__text { 
    max-width: 140px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}
.video-mini .image-block {
    position: relative;
    width: 180px;
    height: 100px;
}
.contact-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.contact-city a {
    color: #F08302;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font; 
}
.contact-dark{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  padding: 16px;
}
.contact-city{
  color:#fff;
  font-weight:800;
  margin-bottom: 12px;
}
.contact-item {
    display: flex;
    align-items: start;
    gap: 10px;
}
.contact-desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.nav-link {
    color: #313E48;
    transition: all 0.3s;
}
.nav-link:hover {
    text-decoration: none;
    color: #FF8A00;
    transition: all 0.3s;
}
.nav-link.active {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 12px;
    background-color: #FF8A00;
    color: #fff;
    transition: all 0.3s;
}
.nav-link.active:hover {
    background: #D77500;
    transition: all 0.3s;
}
.btn-white {
    border-radius: 12px;
    background: #E3E3E3;
    height: 40px;
    color: #313E48;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.btn-white:hover {
    background: #E3E3E3;
    color: #313E48;
    transition: all 0.3s;
}
.contact-item:first-of-type{ border-top:0; }
.contact-dot {
    text-align: center;
    flex: 0 0 auto;
}

.map-card img{ border-radius:18px; }
.section-gray .image-info > .card-white {
    height: 440px;
}
.card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.subtitle-section {
    color: #313E48;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
}
.image-ico {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.section-desc {
    color: #313E48;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}
.section-desc a {
    color: #313E48;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.text-orange {
    color: #FF8A00!important;
}
.section-desc span {
    color: #FF8A00;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.fasads-info .title {
    color: #313E48;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
}
.text-har {
    color: #313E48;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}
.text-muted {
    color: #8BA7A5!important;
}
.price-fasad-row {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
}
.text-old {
    position: relative;
    display: inline-block;
}
.text-old::after {
    content: "";
    position: absolute;
    left: -1%;
    top: 55%;
    width: 125px;
    height: 3px;
    background: #FF8A00;
    transform: rotate(7deg);
    transform-origin: center;
}
.text-price {
    color: #313E48;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}
.btn-fasad {
    height: 60px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #EE8200;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s
}
.btn-fasad:hover {
    color: #FFF;
    background: #D77500;
    transition: all 0.3s
}
.fasads-info .text-link {
    color: #FF8A00;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: 25%;
}

/*модалки*/
.mortgage-modal .modal-dialog {
    max-width: 600px;
}

.mortgage-modal__content {
    position: relative;
    border: 0;
    border-radius: 12px;
    background: #DFE6E9;
    padding: 60px;
}

.mortgage-modal__body {
    position: relative;
}

.mortgage-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.mortgage-modal__close img {
    display: block;
    width: 30px;
    height: 30px;
}

.mortgage-modal__title {
    margin-bottom: 60px;
    color: #313E48;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.mortgage-form__group {
    margin-bottom: 20px;
}

.mortgage-form__input {
    width: 100%;
    height: 43px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #FFF;
    outline: none;
    box-shadow: none;

    color: #313E48;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.304px;
}

.mortgage-form__input::placeholder {
    color: #8BA7A5;
    opacity: 1;
}

.mortgage-form__input:focus {
    border-color: #8BA7A5;
}

.mortgage-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 30px 0 60px;
    cursor: pointer;
}

.mortgage-form__checkbox input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.mortgage-form__checkbox span,
.mortgage-form__checkbox a {
    color: #313E48;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.mortgage-form__checkbox a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.mortgage-form__submit {
    min-height: 43px;
    height: 60px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;    
}
.mortgage-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.mortgage-form__input.is-invalid {
    border-color: #dc3545;
}

.mortgage-form__checkbox input.is-invalid {
    outline: 1px solid #dc3545;
    outline-offset: 2px;
}

.mortgage-form__checkbox input {
    display: none;
}

.checkbox-icon {
    width: 24px;
    height: 24px;
}

.checkbox-icon svg {
    width: 24px;
    height: 24px;
}

.checkbox-box {
    stroke: #8BA7A5;
    fill: none;
    stroke-width: 2;
}

.checkbox-check {
    stroke: #8BA7A5;
    stroke-width: 3;
    fill: none;
    opacity: 0;
    transition: opacity .2s ease;
}

/* включено */

.mortgage-form__checkbox input:checked + .checkbox-icon .checkbox-check {
    opacity: 1;
}
/********/
.mortgage-form__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 46px;
    background-image: url('/template/images/all/arrow-down-ico.svg');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 30px 30px;

    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.mortgage-form__select option {
    color: #000;
}

.thanks-modal .modal-dialog {
    max-width: 360px;
}

.thanks-modal__content {
    position: relative;
    border: 0;
    border-radius: 12px;
    background: #DFE6E9;
    padding: 40px 20px;
}

.thanks-modal__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.thanks-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.thanks-modal__close img {
    display: block;
    width: 30px;
    height: 30px;
}

.thanks-modal__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    display: block;
}

.thanks-modal__title {
    margin-bottom: 40px;
    color: #313E48;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}

.thanks-modal__text {
    margin-bottom: 40px;
    color: #313E48;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.thanks-modal__button {
    height: 60px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.map-card {
    position: relative;
    width: 100%;
    height: 335px;
    border-radius: 12px;
    overflow: hidden;
}

.contacts-map {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
/* затемнение карты */
/* .map-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    pointer-events: none;
    z-index: 2;
} */

/* Чтобы голубые метки остались цветными */
.contacts-map .ymaps-2-1-79-image,
.contacts-map .ymaps-2-1-79-image-with-content,
.contacts-map .ymaps-2-1-79-default-image {
    filter: grayscale(0) !important;
}
/* точки выше затемнения */
.custom-map-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #E18335;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px rgba(225,131,53,0.25);
    position: relative;
    z-index: 5;
}

.custom-map-dot::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(225,131,53,.35);
    animation: mapPulse 2s infinite;
}
.contact-card-sosial a {
    transform: scale(1);
    transition: all 0.3s;
}
.contact-card-sosial a:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.footer-social a {
    transform: scale(1);
    transition: all 0.3s;
}
.footer-social a:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
@keyframes mapPulse {
    0% { transform: scale(0.7); opacity: .8; }
    70% { transform: scale(1.4); opacity: 0; }
    100% { transform: scale(1.4); opacity: 0; }
}