.sppb-row-container {
      text-align: center;
}

#column-wrap-id-1520247931476 {
  color: white;
}

/* ========== TOP BAR ========== */
#sp-top-bar {
    background: #f8f9fa;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
    font-size: 14px;
}

#sp-top-bar .sp-column {
    display: flex;
    align-items: center;
    height: 100%;
}

/* ========== CONTACT INFO ========== */
.sp-contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
}

.sp-contact-info li {
    display: flex;
    align-items: center;
    color: #555;
    font-weight: 500;
    cursor: default;
}

.sp-contact-info i {
    font-size: 15px;
    margin-right: 6px;
    color: #007bff;
}

/* ========== LANG SWITCHER ========== */
.lang {
    text-align: right;
    font-size: 14px;
}

.lang span {
    font-weight: 600;
    color: #007bff;
}

.lang p {
    margin: 0;
}

/* ========== ADAPTIVE ========== */
@media (max-width: 768px) {
    #sp-top-bar {
        padding: 12px 0;
    }

    .sp-contact-info {
        justify-content: center;
        gap: 12px;
    }

    #sp-languages .lang {
        text-align: center;
        margin-top: 8px;
    }
}

@media (max-width: 576px) {
    #sp-top1 {
        display: none;
    }

    #sp-top2,
    #sp-languages {
        text-align: center;
    }

    .sp-contact-info {
        justify-content: center;
    }
  
  .sppb-btn-custom {
        background: none !important;
  }
}


.num-title {
  background: #ffae00;
  border-radius: 30px;
  text-align: center;
}


/* ===================== HEADER ===================== */
#sp-header {
background: rgba(0, 0, 0, 0.4);
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 999;
}

#sp-header .sp-column {
    display: flex;
    align-items: center;
}

/* ===================== LOGO ===================== */
#sp-logo .logo img {
    max-height: 58px;
    width: auto;
    transition: 0.3s ease;
}

@media (max-width: 576px) {
    #sp-logo .logo img {
        max-height: 46px;
    }
}

/* ===================== DESKTOP MENU ===================== */
.sp-megamenu-parent {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-megamenu-parent li a {
    color: white;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: 0.3s ease;
}

.sp-megamenu-parent li a:hover {
    color: #007bff;
}

.sp-megamenu-parent li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #007bff;
    transition: width 0.3s ease;
}

.sp-megamenu-parent li a:hover::after {
    width: 100%;
}

/* ===================== BURGER BUTTON ===================== */
#offcanvas-toggler {
    font-size: 26px;
    color: #333;
    display: flex;
    align-items: center;
}

#offcanvas-toggler:hover {
    color: #007bff;
}

/* ===================== MOBILE MENU ===================== */
@media (max-width: 768px) {
    #sp-header {
        padding: 10px 0;
    }

    #sp-menu .sp-column {
        justify-content: flex-start;
    }

    #offcanvas-toggler {
        display: flex !important;
    }


    .sp-megamenu-parent {
      flex-direction: column;
        justify-content: center;
    }
}

/* ===================== EXTRA SMALL FIX ===================== */
@media (max-width: 480px) {
    #sp-header .row {
        align-items: center;
    }

    #sp-menu {
        justify-content: flex-end;
    }

    #sp-logo {
        width: 60%;
    }


}

/* =======================================================
   MAIN BODY STRUCTURE
======================================================= */

#sp-main-body {
    padding: 20px;
    background: #ffffff;
    font-family: "Roboto", sans-serif;
}

.sppb-section {
    padding: 60px 0;
    position: relative;
}

.sppb-section-title h3,
.sppb-section-title h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.sppb-section-title p {
    color: #555;
    margin-bottom: 40px;
    font-size: 15px;
}

.sppb-row {
  display: flex;
    flex-direction: column;
    gap: 30px;
}

/* =======================================================
   HERO SLIDE
======================================================= */

.slide {
    background: url('/images/fon/slide.jpg') center center/cover no-repeat;
    min-height: 520px;
    color: #fff;
    display: flex;
    align-items: center;
}

.slide .sl-text h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
}

.slide .sl-text p {
    font-size: 18px;
    margin-top: 15px;
    max-width: 480px;
}

/* Left column with background */
.slide-fon {
    background: rgba(0,0,0,0.4);
    padding: 40px;
    backdrop-filter: blur(4px);
    border-radius: 8px;
}

/* Price + phone */
.telefon h6,
.telefon h2 {
    color: #fff;
    margin-top: 20px;
}

.telefon span {
    color: #ffdf5a;
}

/* Button hero */
.sppb-btn-custom {
    background: #ffae00;
    color: #fff !important;
    border-radius: 30px;
    padding: 12px 24px;
    border: none;
    transition: 0.3s;
}

.sppb-btn-custom:hover {
    background: #e29a00;
    color: #fff;
}

/* =======================================================
   PROMOTIONS BLOCK
======================================================= */

.text-about2 img {
    border-radius: 8px;
    margin-bottom: 15px;
}

.text-about2 strong {
    color: #111;
}

/* Button small */
.sppb-btn-danger {
    background: #d9534f;
    border-radius: 30px;
    padding: 10px 16px;
}

.sppb-btn-danger:hover {
    background: #c23935;
}

/* =======================================================
   VIDEO PRESENTATION
======================================================= */

.sppb-addon-video iframe {
    border-radius: 8px;
}

.text-about h3 {
    margin-bottom: 20px;
}

/* =======================================================
   ADVANTAGES
======================================================= */

.sl-text h3 {
    font-size: 32px;
}

.preim-new a {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px 18px;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #f8f9fa;
    transition: 0.3s;
}

.preim-new a:hover {
    background: #ededed;
}

/* =======================================================
   IMAGE BLOCK large
======================================================= */

.foto-preim img {
    border-radius: 12px;

}

/* =======================================================
   PLANS (Планировки)
======================================================= */

.planir h6 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.planir img {
    border-radius: 8px;

}

.sppb-addon-image-overlay {
    background: rgba(0,0,0,0.25);
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.sppb-addon-image-overlay-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffae00;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 22px;
    opacity: 0;
    transition: 0.3s;
}

.sppb-addon-single-image-container:hover .sppb-addon-image-overlay {
    background: rgba(0,0,0,0.5);
}

.sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon {
    opacity: 1;
}

/* =======================================================
   THREE BUTTONS BLOCK
======================================================= */

.knopki-mobile .sppb-btn {
    padding: 14px 22px;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
}

/* =======================================================
   COMMERCIAL BLOCK
======================================================= */

.zg-komm {
    background: #f8f8f8;
}

.zg-komm .komm img {
    width: 50px;
}

.komm h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

/* =======================================================
   PARTNERS
======================================================= */

.zg-partneri img {
    max-width: 100%;
    opacity: 0.8;
    transition: 0.3s;
}

.zg-partneri img:hover {
    opacity: 1;
}

/* =======================================================
   LOCATION MAP
======================================================= */

.zg-mest {
    background: #ffffff;
}

#map2201 {
    border-radius: 8px;
    overflow: hidden;
}

/* =======================================================
   RESPONSIVE
======================================================= */

@media (max-width: 992px) {
    .slide .sl-text h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .slide {
        padding: 40px 0;
        text-align: center;
    }

    .slide-fon {
        margin-top: 20px;
    }

    .knopki-mobile .sppb-btn {
        width: 100%;
    }
}

/* =======================================================
   BOTTOM SECTION (sp-bottom)
======================================================= */

#sp-bottom {
    background: #f7f7f7;
    padding: 50px 0;
}

#sp-bottom .sp-module {
    margin-bottom: 30px;
}


/* =======================================================
   PwebContact — MODALS BASE STYLE
======================================================= */

.pwebcontact-modal .modal-dialog {
    max-width: 520px;
    margin: 60px auto;
}

.pwebcontact-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.pweb-button-close {
    font-size: 38px;
    position: absolute;
    right: 18px;
    top: 10px;
    background: none;
    border: none;
    color: #999;
    transition: 0.3s;
    cursor: pointer;
}

.pweb-button-close:hover {
    color: #333;
}

/* Title inside form */
.pweb-separator-text span,
.pweb-separator-text div {
    font-size: 30px;
    font-weight: 600;
    color: #2c1f63;
    display: block;
    margin-bottom: 25px;
}
.sppb-text-left {
  padding:10px 0;
}
/* =======================================================
   FORM FIELDS
======================================================= */

.pweb-field-container {
    margin-bottom: 18px;
}

.pweb-label label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
    display: block;
    color: #333;
}

.pweb-field input[type="text"],
.pweb-field input[type="email"],
.pweb-field input[type="tel"] {
    width: 100%;
    padding: 11px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: 0.3s;
}

.pweb-field input:focus {
    border-color: #7c62ff;
    box-shadow: 0 0 0 3px rgba(124, 98, 255, 0.2);
}

.pweb-asterisk {
    color: #d33;
}

/* =======================================================
   SUBMIT BUTTONS
======================================================= */

.pweb-field-buttons .btn {
    background: #7c62ff;
    color: #fff;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 16px;
    width: 100%;
    transition: 0.3s;
}

.pweb-field-buttons .btn:hover {
    background: #6a52e6;
}

/* =======================================================
   MESSAGE TEXT
======================================================= */

.pweb-msg-after {
    margin-top: 20px;
}

.pweb-progress {
    background: #fafafa;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #666;
}

/* =======================================================
   MODAL FORM VARIANTS
======================================================= */

/* Form with red theme */
.pweb-form-red .pweb-field input {
    border-color: #d84747;
}

.pweb-form-red .btn {
    background: #d84747;
}

.pweb-form-red .btn:hover {
    background: #c93333;
}

/* Label above fields */
.pweb-labels-above label {
    margin-bottom: 6px;
}

/* Labels over (floating-like effect) */
.pweb-labels-over .pweb-label label {
    font-size: 14px;
    opacity: 0.9;
}

/* Inline labels */
.pweb-labels-inline .pweb-label {
    width: 35%;
    float: left;
    text-align: right;
    padding-right: 12px;
}

.pweb-labels-inline .pweb-field {
    width: 60%;
    float: left;
}

.pweb-labels-inline .pweb-field-container::after {
    content: "";
    clear: both;
    display: block;
}

/* =======================================================
   BACKDROP STYLE
======================================================= */

.modal-backdrop {
    background: rgba(0,0,0,0.65);
}

/* =======================================================
   BUTTON TRIGGER STYLES
======================================================= */

.sppb-btn-custom,
.sppb-btn-dark {
    border-radius: 30px;
    padding: 12px 22px !important;
    font-size: 15px;
}

.sppb-btn-dark {
    background: #333;
    color: #fff;
}

.sppb-btn-dark:hover {
    background: #000;
}

/* =======================================================
   ADAPTIVE
======================================================= */

@media (max-width: 576px) {

    .pwebcontact-box {
        padding: 25px;
    }

    .pweb-separator-text span {
        font-size: 26px;
    }

    .pweb-labels-inline .pweb-label,
    .pweb-labels-inline .pweb-field {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .pweb-labels-inline .pweb-label {
        margin-bottom: 4px;
    }

    .pweb-field input {
        font-size: 16px;
    }
}
/* =======================================================
   FOOTER BASE
======================================================= */

#sp-footer {
    background: #1e1e1e;
    color: #dcdcdc;
    padding: 35px 0;
    font-size: 14px;
    line-height: 1.6;
}

#sp-footer .sp-column {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Left text block */
#sp-footer1 {
    padding-right: 30px;
}

#sp-footer1 span {
    font-size: 14px;
    color: #cfcfcf;
    display: block;
}

/* =======================================================
   RIGHT SIDE (developer block)
======================================================= */

.razrab {
    text-align: right;
    font-size: 13px;
    color: #b5b5b5;
    opacity: 0.8;
    transition: 0.3s;
}

.razrab:hover {
    opacity: 1;
    color: #ffffff;
}

/* =======================================================
   LINKS
======================================================= */

#sp-footer a {
    color: #e2e2e2;
    text-decoration: underline;
}

#sp-footer a:hover {
    color: #fff;
}

/* =======================================================
   ADAPTIVE
======================================================= */

@media (max-width: 768px) {
    #sp-footer {
        text-align: center;
    }

    #sp-footer .sp-column {
        justify-content: center;
    }

    #sp-footer1 {
        margin-bottom: 15px;
        padding-right: 0;
    }

    .razrab {
        text-align: center;
        margin-top: 10px;
    }
}

