/* ---------- Roboto ---------- */
@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/stolitsa/fonts/Roboto-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/stolitsa/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/stolitsa/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* ---------- GillSansC ---------- */
@font-face {
    font-family: 'GillSansC';
    src: url('/bitrix/templates/stolitsa/fonts/GillSansLightC.ttf') format('truetype');
    font-weight: 300;      /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'GillSansC';
    src: url('/bitrix/templates/stolitsa/fonts/GillSansC.ttf') format('truetype');
    font-weight: 400;      /* Regular / Normal */
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #000;
    font-weight: normal;
    
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 110px;
    border-bottom: 2px solid #DCB464;
}

.contacts {
    text-align: end;
    font-size: 14px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}




.mobile-menu-wrapper {
    display: none;
}


@media (max-width: 992px) {
    .desktop-only {
        display: none;
    }
    
    .mobile-menu-wrapper {
        display: block;
    }
    
    .horizontal-menu-top,
    .horizontal-menu-bottom {
        display: none;
    }
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
}

.mobile-logo img {
    height: 40px;
}

.mobile-menu-toggle {
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

.burger-line {
    width: 100%;
    height: 2px;
    background: #333;
    transition: all 0.3s;
}

.mobile-menu-toggle.active .burger-line:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}
.mobile-menu-toggle.active .burger-line:nth-child(2) {
    opacity: 0;
}
.mobile-menu-toggle.active .burger-line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

.mobile-menu {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
    transition: max-height 0.4s ease-out;
}

.mobile-menu.active {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}

.mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu__item a {
    display: block;
    padding: 15px 20px;
    font-family: "GillSansC";
    font-size: 18px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #F0F0F0;
    transition: background 0.3s;
}

.mobile-menu__item a:hover {
    background: #FAF9F8;
    color: #DCB464;
}


footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    gap: 188px;
    border-top: 2px solid #DCB464;
}

.rules {
    text-align: end;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.rules a {
    color: #000;
    text-decoration: none;
}

.copyright {
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    border-right: 2px solid #DCB464;
}

.copyright p {
    width: 138px;
}

.footer_star {
    margin-top: -87px;
}

@media (max-width: 768px) {
    footer {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        padding: 10px 20px;
    }
    
    .copyright {
        margin-top: -50px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-right: none;
        padding-right: 0;
        gap: 0px;
    }
    
    .copyright p {
        width: auto;
    }
    
    .footer_star {
        margin-top: 0;
        width: 90px;
        height: 90px;
    }
    
    .rules {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #E8E8E8;
    }
    
    .rules a p {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .footer_star {
        width: 100px;
        height: 100px;
    }
    
    .rules {
        font-size: 15px;
    }
}










.stolica-banner {
    padding: 40px 0px 0px 0px;
    display: flex;
    min-height: 400px;
    background: #fff;
    position: relative;
    overflow: hidden;
    max-width: 1610px;
    margin: 0 auto;
}

.stolica-left {
    flex: 1;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.stolica-title {
    font-family: "GillSansC";
    font-size: 48px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    margin: 0;
}

.stolica-subtitle {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

.stolica-tagline {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 36px;
    font-family: "GillSansC";
    font-weight: 300;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stolica-star-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.stolica-right {
    flex: 1;
    position: relative;
    background: url('/bitrix/templates/stolitsa/img/fasad.png') center/cover no-repeat;
}

.stolica-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.3), transparent);
}

.stolica-contacts {
    position: absolute;
    bottom: 8px;
    right: 80px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    min-width: 224px;
    z-index: 3;
}

.stolica-contacts-title {
    font-family: "GillSansC";
    font-size: 26px;
    font-weight: 500;
    color: #DCB464;
    margin: 0 0 8px 0;
}

.stolica-contacts-subtitle {
    font-family: "Roboto";
    font-size: 16px;
    color: #666;
    margin: 0 0 15px 0;
}

.stolica-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
}

.stolica-contact-item:last-child {
    margin-bottom: 0;
}

.stolica-contact-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 968px) {
    .stolica-banner {
        flex-direction: column;
        min-height: auto;
    }
    
    .stolica-left {
        padding: 40px 30px;
    }
    
    .stolica-title {
        font-size: 36px;
    }
    
    .stolica-tagline {
        font-size: 28px;
    }
    
    .stolica-subtitle {
        font-size: 15px;
    }
    
    .stolica-right {
        min-height: 300px;
    }
    
    .stolica-contacts {
        bottom: 20px;
        right: 20px;
        left: 20px;
        min-width: auto;
    }
}

@media (max-width: 768px) {
    .stolica-right {
        display: none;
    }
    
    .stolica-banner {
        padding: 10px 0;
    }
    
    .stolica-left {
        padding: 20px;
    }
    
    .stolica-tagline {
        font-size: 20px;
        gap: 8px;
        margin-bottom: 20px;
    }
    
    .stolica-star-icon {
        width: 18px;
        height: 18px;
    }
    
    .stolica-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    
    .stolica-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .stolica-contacts {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        margin: 30px 20px 0;
        min-width: auto;
    }
    
    .stolica-contacts-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .stolica-left {
        padding: 15px;
    }
    
    .stolica-tagline {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .stolica-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .stolica-title br {
        display: none;
    }
    
    .stolica-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .stolica-contacts {
        margin: 25px 15px 0;
        padding: 12px 15px;
    }
    
    .stolica-contacts-title {
        font-size: 20px;
    }
    
    .stolica-contacts-subtitle {
        font-size: 13px;
    }
}





.stolica-features-block {
    display: flex;
    max-width: 1450px;
    margin: 0 auto;
    padding: 60px 60px;
    gap: 140px;
    background: #fff;
}

.stolica-features-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DCB464;
}

.feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.feature-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px 0;
}

.feature-text {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.stolica-features-right {
    flex: 1;
    max-width: 500px;
}

.stolica-form {
    background: #fff;
    padding: 30px;
    border: 1px solid #DCB464;
    border-radius: 8px;
}

.stolica-form-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 500;
    color: #DCB464;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

.form-label {
    display: block;
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.form-label .required {
    color: #DCB464;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 15px;
    font-family: "Roboto";
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #DCB464;
}

.form-select {
    appearance: none;
    background: url('/bitrix/templates/stolitsa/img/arrow-down.svg') right 15px center no-repeat;
    background-size: 12px;
    cursor: pointer;
}

.form-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.form-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.form-checkbox-label {
    font-family: "Roboto";
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.form-checkbox-label a {
    color: #333;
    text-decoration: underline;
}

.form-submit {
    width: 100%;
    padding: 15px;
    background: #DCB464;
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.form-submit:hover {
    background: #DCB464;
}

@media (max-width: 968px) {
    .stolica-features-block {
        flex-direction: column;
        padding: 40px 30px;
    }
    
    .stolica-features-right {
        max-width: 100%;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}


@media (max-width: 480px) {

    .stolica-features-block {
        padding: 30px 30px;
        gap: 40px;
    }
}



@keyframes formBlink {
    0%, 100% {
        border-color: #DCB464;
        box-shadow: 0 0 0 rgba(220, 180, 100, 0);
    }
    25% {
        border-color: #DCB464;
        box-shadow: 0 0 20px rgba(220, 180, 100, 0.6);
    }
    50% {
        border-color: #DCB464;
        box-shadow: 0 0 0 rgba(220, 180, 100, 0);
    }
    75% {
        border-color: #DCB464;
        box-shadow: 0 0 20px rgba(220, 180, 100, 0.6);
    }
}

.stolica-form.form-blink {
    animation: formBlink 2s ease-in-out;
}






.stolica-conditions-block {
    max-width: 1610px;
    margin: 0 auto;
    padding: 80px 80px;
    background: #fff;
}

.conditions-title {
    font-family: "GillSansC";
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 60px 0;
    letter-spacing: 1px;
}

.conditions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.condition-column {
    display: flex;
    flex-direction: column;
}

.condition-header {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #DCB464;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.condition-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.condition-list li {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

.condition-list li:before {
    content: "•";
    color: #DCB464;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1.4;
}

.condition-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .conditions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stolica-conditions-block {
        padding: 60px 40px;
    }
}

@media (max-width: 768px) {
    .conditions-grid {
        grid-template-columns: 1fr;
    }
    
    .conditions-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .stolica-conditions-block {
        padding: 40px 30px;
    }
    
    .condition-header {
        font-size: 16px;
        padding: 10px 15px;
    }
}













.stolica-offers-block {
    width: 100%;
    background: #F2EBE1;
}

.stolica-offers-inner {
    max-width: 1610px;
    margin: 0 auto 20px auto;
    padding: 60px 60px;
}

.offers-title {
    font-family: "GillSansC";
    font-size: 36px;
    font-weight: 400;
    color: #DCB464;
    text-align: center;
    margin: 0 0 0 0;
}

.offers-subtitle {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    text-align: center;
    margin: 0 0 50px 0;
}

.offers-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.carousel-arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    padding: 0;
}

.carousel-arrow:hover {
    transform: scale(1.1);
}

.carousel-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.carousel-arrow:disabled:hover {
    transform: none;
}

.carousel-arrow img {
    width: 60px;
    height: 60px;
}

.offers-carousel {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.offers-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.offer-card {
    flex: 0 0 calc(24.333% - 13px);
    min-width: calc(24.333% - 13px);
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.offer-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 18px;
}

.offer-card-name {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px 0;
}

.offer-card-price {
    font-family: "GillSansC";
    font-size: 28px;
    font-weight: 400;
    color: #DCB464;
    margin: 0 0 14px 0;
}

.offer-card-desc {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0 0 16px 0;
    flex: 1;
}

.offer-card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.offer-feature {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Roboto";
    font-size: 12px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
}

.offer-feature-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.offer-card-buttons {
    display: flex;
    gap: 10px;
}

.offer-btn {
    flex: 1;
    padding: 12px 16px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    border: none;
}

.offer-btn--primary {
    background: #DCB464;
    color: #fff;
}

.offer-btn--primary:hover {
    background: #DCB464;
}

.offer-btn--secondary {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
}

.offer-btn--secondary:hover {
    border-color: #DCB464;
    color: #DCB464;
}

.offers-cta {
    background: #fff;
    max-width: 1170px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 15px 30px;
    border: 1px solid #DCB464;
    border-radius: 12px;    
}

.offers-cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.offers-cta-icon {
    flex-shrink: 0;
}

.cta-icon {
    width: 48px;
    height: 48px;
}

.offers-cta-text {
    flex: 1;
}

.offers-cta-title {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.3;
}

.offers-cta-divider {
width: 2px;
    height: 60px;
    background: #DCB464;
    margin: 0px 16px 0 -150px;
    opacity: 0.5;
}

.offers-cta-right {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-evenly;
}

.offers-cta-desc {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    margin: 0 40px 0 0;
    line-height: 1.4;
}

.offers-cta-contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.offers-cta-phone {
    display: flex;
    align-items: baseline;
    gap: 8px;
    text-decoration: none;
    transition: color 0.3s;
}

.phone-prefix {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #DCB464;
}

.phone-number {
    font-family: "GillSansC";
    font-size: 26px;
    font-weight: 400;
    color: #DCB464;
}


.offers-cta-email {
    text-align: end;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-decoration: underline;
    text-decoration-color: #DCB464;
    text-underline-offset: 3px;
    transition: color 0.3s;
}



@media (max-width: 768px) {
    .offers-cta {
        border: hidden;
        flex-direction: column;
        padding: 25px 20px;
        gap: 20px;
    }
    
    .offers-cta-left {
        width: 100%;
        gap: 25px;
    }

    .offers-cta-title {
        font-size: 18px;
    }
    
    .offers-cta-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }
    
    .offers-cta-right {
        width: 100%;
        text-align: center;
    }
    
    .offers-cta-contacts {
        align-items: center;
    }
}





.offer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.offer-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.offer-modal-wrapper {
    position: relative;
    z-index: 10000;
    width: 90%;
    max-width: 1100px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border: 2px solid #DCB464;
    border-radius: 12px;
}

.offer-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10001;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.offer-modal-close:hover {
    opacity: 0.8;
}

.offer-modal-content {
    display: flex;
    flex-direction: column;
}

.offer-modal-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.offer-modal-left {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.offer-modal-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.offer-modal-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.offer-modal-title {
    font-family: "GillSansC";
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.3;
}

.offer-modal-price {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    margin: 0;
}

.offer-modal-right {
    padding: 25px 40px 25px 25px;
    display: flex;
    flex-direction: column;
}

.offer-modal-description {
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.8;
}

.offer-modal-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-modal-description li {
    padding-left: 20px;
    margin-bottom: 6px;
    position: relative;
}

.offer-modal-description li:before {
    content: "•";
    color: #DCB464;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1.4;
}

.offer-modal-bottom {
    padding: 0 20px 20px 20px;
}

.offer-modal-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.offer-thumbnail {
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.offer-thumbnail.active {
    border-color: #DCB464;
}

.offer-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1200px) {
    .offer-modal-top {
        grid-template-columns: 1fr;
    }
    
    .offer-modal-left {
        order: -1;
    }
}

@media (max-width: 768px) {
    .stolica-offers-inner {
        padding: 40px 10px;
    }
    
    .offer-card {
        flex: 0 0 100%;
        min-width: 100%;
        padding: 16px;
    }
    
    .offer-card-img {
        height: 140px;
        margin-bottom: 12px;
        border-radius: 6px;
    }
    
    .offer-card-name {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .offer-card-price {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .offer-card-desc {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .offer-card-features {
        gap: 6px;
        margin-bottom: 14px;
    }
    
    .offer-feature {
        font-size: 11px;
        padding: 4px 8px;
    }
    
    .offer-feature-icon {
        width: 12px;
        height: 12px;
    }
    
    .offer-card-buttons {
        gap: 8px;
    }
    
    .offer-btn {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .offers-title {
        font-size: 26px;
    }
    
    .offers-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .offers-cta {
        flex-direction: column;
        padding: 25px 20px;
        gap: 20px;
    }
    
    .offers-cta-left {
        width: 100%;
    }
    
    .offers-cta-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }
    
    .offers-cta-right {
        width: 100%;
        text-align: center;
        flex-direction: column;
        gap: 15px;
    }
    
    .offers-cta-contacts {
        align-items: center;
    }
    
    .offers-cta-desc {
        margin: 0;
    }
    
    
    .offer-modal-wrapper {
        width: 95%;
    }
    
    .offer-modal-top {
        grid-template-columns: 1fr;
    }
    
    .offer-modal-left {
        padding: 20px 20px 0 20px;
        gap: 10px;
    }
    
    .offer-modal-title {
        font-size: 22px;
    }
    
    .offer-modal-price {
        font-size: 20px;
    }
    
    .offer-modal-image {
        height: 220px;
    }
    
    .offer-modal-right {
        padding: 20px;
    }
    
    .offer-modal-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .offer-modal-description li {
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .offer-modal-bottom {
        display: none;
    }
}

@media (max-width: 480px) {
    .stolica-offers-inner {
        padding: 40px 5px;
    }
    
    .offer-card {
        padding: 14px;
    }
    
    .offer-card-name {
        font-size: 16px;
    }
    
    .offer-card-price {
        font-size: 20px;
    }
    
    .offer-card-desc {
        font-size: 12px;
    }
    
    .offer-feature {
        font-size: 10px;
    }
    
    .offer-btn {
        padding: 9px 10px;
        font-size: 12px;
    }
    
    .offers-title {
        font-size: 22px;
    }
    
    .offers-subtitle {
        font-size: 13px;
    }
    
    .offer-modal-title {
        font-size: 20px;
    }
    
    .offer-modal-price {
        font-size: 18px;
    }
    
    .offer-modal-image {
        height: 200px;
    }
    
    .offer-modal-description {
        font-size: 13px;
    }
}






















.stolica-events-block {
    display: flex;
    max-width: 1450px;
    margin: 0 auto;
    /* padding: 60px 0px; */
    gap: 140px;
    background: #fff;
    box-sizing: border-box;
}

.stolica-events-left {
    flex: 1;
}

.events-header {
    margin-bottom: 50px;
}

.events-subtitle {
    display: block;
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.events-title {
    font-family: "GillSansC";
    font-size: 42px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.events-description {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.events-formats {
    margin-bottom: 40px;
}

.formats-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.format-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #DCB464;
}

.format-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.format-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.format-content {
    flex: 1;
}

.format-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px 0;
}

.format-text {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.events-download {
    margin-top: 30px;
}

.download-btn {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 18px 30px;
    background: #DCB464;
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.download-btn:hover {
    background: #DCB464;
}

.stolica-events-right {
    flex: 1;
    max-width: 500px;
}

.stolica-events-form {
    background: #fff;
    padding: 30px;
    border: 1px solid #DCB464;
    border-radius: 8px;
}

.stolica-events-form-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

.form-label {
    display: block;
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.form-label .required {
    color: #DCB464;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 15px;
    font-family: "Roboto";
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #DCB464;
}

.form-select {
    appearance: none;
    background: url('/bitrix/templates/stolitsa/img/arrow-down.svg') right 15px center no-repeat;
    background-size: 12px;
    cursor: pointer;
}

.form-input-date {
    position: relative;
}

.form-input-date .form-input {
    padding-right: 45px;
}

.form-input-date .date-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.form-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.form-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.form-checkbox-label {
    font-family: "Roboto";
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.form-checkbox-label a {
    color: #333;
    text-decoration: underline;
}

.form-submit {
    width: 100%;
    padding: 16px;
    background: #DCB464;
    color: #fff;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.form-submit:hover {
    background: #DCB464;
}

.events-form-contacts {
    border-top: 1px solid #DCB464;
    margin-top: 25px;
    padding-top: 20px;
}

.events-form-contacts-title {
    font-family: "GillSansC";
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px 0;
}

.events-form-contacts-text {
    font-family: "Roboto";
    font-size: 14px;
    color: #666;
    margin: 0 0 8px 0;
}

.events-form-contacts-phones {
    font-family: "Roboto";
    font-size: 15px;
    color: #000;
}

.events-form-contacts-phones a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.events-form-contacts-phones a:hover {
    color: #DCB464;
}

@media (max-width: 1200px) {
    .stolica-events-block {
        padding: 40px 40px;
        gap: 80px;
    }
    
    .stolica-events-right {
        max-width: 450px;
    }
}

@media (max-width: 968px) {
    .stolica-events-block {
        flex-direction: column;
        padding: 40px 30px;
    }
    
    .stolica-events-right {
        max-width: 100%;
    }
    
    .events-title {
        font-size: 32px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .stolica-events-block {
        padding: 0 20px 30px 20px;
    }
    
    .events-title {
        font-size: 28px;
    }
    
    .format-item {
        flex-direction: column;
        gap: 15px;
    }
    
    .format-icon {
        width: 40px;
        height: 40px;
    }

    .formats-title {
        text-align: center;
    }

    .format-title {
        text-align: center;
    }
}


/* ========== JQUERY UI DATEPICKER ========== */
.ui-datepicker {
    width: 240px;
    background: #fff;
    border: 1px solid #DCB464;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    z-index: 10002 !important;
}

.ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.ui-datepicker-title {
    font-family: "GillSansC";
    font-size: 16px;
    color: #333;
    flex: 1;
    text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: block;
    font-size: 0px;
    width: 0;
    height: 0;
    border-style: solid;
}

.ui-datepicker-prev span {
    border-width: 4px 6px 4px 0;
    border-color: transparent #DCB464 transparent transparent;
}

.ui-datepicker-next span {
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #DCB464;
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
}

.ui-datepicker th {
    font-size: 12px;
    font-weight: 400;
    color: #DCB464;
    padding: 5px 2px;
    text-align: center;
}

.ui-datepicker td {
    text-align: center;
    padding: 2px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

.ui-datepicker td a:hover {
    background: #F5F0E8;
}

.ui-datepicker td .ui-state-active {
    background: #DCB464;
    color: #fff;
}

.ui-datepicker td.ui-datepicker-other-month a {
    color: #ccc;
}









.stolica-schedule-block {
    width: 100%;
    background: #FAF9F8;
}

.stolica-schedule-inner {
    max-width: 1450px;
    margin: 60px auto 0px auto;
    padding: 30px 60px;
}

.schedule-subtitle {
    display: block;
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.schedule-description {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0 0 40px 0;
}

.schedule-carousel-wrapper {
    position: relative;
}

.schedule-carousel {
    display: flex;
    gap: 24px;
}

.schedule-card {
    flex: 3;
    min-width: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: flex;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
}

.schedule-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.schedule-card-image {
    position: relative;
    width: 100px;
    min-height: 120px;
    flex-shrink: 0;
    overflow: hidden;
}

.schedule-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.schedule-date-badge {
    position: absolute;
    bottom: 50px;
    left: 8px;
    background: #DCB464;
    border-radius: 10px;
    padding: 5px 8px;
    text-align: center;
    min-width: 40px;
}

.schedule-date-day {
    display: block;
    font-family: "GillSansC";
    font-size: 67px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.schedule-date-month {
    display: block;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-transform: lowercase;
}

.schedule-card-content {
    flex: 1;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;
}

.schedule-card-top {
    margin-bottom: 8px;
}

.schedule-card-type {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin: 0 0 4px 0;
}

.schedule-card-name {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.2;
    min-height: 86px; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
}

.schedule-card-middle {
    margin-top: 10px;
    margin-bottom: 40px;
}

.schedule-card-time {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0;
}

.schedule-card-bottom {
    margin-top: 8px;
}

.schedule-card-desc {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

.schedule-card-calendar {
    flex: 1;
    min-width: 0;
    background: #F5F0E8;
    border-radius: 12px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
    border: none;
    min-height: 120px;
}

.schedule-card-calendar:hover {
    background: #EDE6D8;
}

.schedule-calendar-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
}

.schedule-calendar-text {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 1.3;
    margin: 0 0 8px 0;
}

.schedule-calendar-arrow {
    width: 28px;
    height: 28px;
}

@media (max-width: 1200px) {
    .schedule-carousel {
        flex-wrap: wrap;
    }
    
    .schedule-card {
        flex: 0 0 calc(50% - 12px);
    }
    
    .schedule-card-calendar {
        flex: 0 0 calc(50% - 12px);
    }
    
    .stolica-schedule-inner {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .stolica-schedule-inner {
        padding: 40px 20px;
        margin: 0 auto 0 auto;
    }
    
    .schedule-carousel {
        flex-direction: column;
        gap: 15px;
    }
    
    .schedule-card,
    .schedule-card-calendar {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .schedule-card {
        flex-direction: row;
    }
    
    .schedule-card:nth-child(n+3) {
        display: none;
    }
    
    .schedule-card-image {
        width: 120px;
        min-height: 160px;
        flex-shrink: 0;
    }
    
    .schedule-card-content {
        padding: 12px 14px;
        min-height: auto;
    }
    
    .schedule-card-name {
        font-size: 17px;
        min-height: auto;
        -webkit-line-clamp: 2;
    }
    
    .schedule-card-type,
    .schedule-card-time,
    .schedule-card-desc {
        font-size: 16px;
    }
    
    .schedule-card-middle {
        margin-top: 8px;
        margin-bottom: 20px;
    }
    
    .schedule-card-top {
        margin-bottom: 4px;
    }
    
    .schedule-date-day {
        font-size: 50px;
    }
    
    .schedule-date-month {
        font-size: 18px;
    }
    
    .schedule-date-badge {
        min-width: 72px;
        padding: 4px 6px;
    }
    
    .schedule-card-calendar {
        flex-direction: row;
        justify-content: space-evenly;
        gap: 12px;
        padding: 18px 16px;
        min-height: auto;
    }
    
    .schedule-calendar-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 0;
    }
    
    .schedule-calendar-text {
        font-size: 15px;
        margin: 0;
    }
    
    .schedule-calendar-arrow {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    .schedule-card-image {
        width: 100px;
        min-height: 140px;
    }
    
    .schedule-card-content {
        padding: 10px 12px;
    }
    
    .schedule-card-name {
        font-size: 16px;
    }
    
    .schedule-card-type,
    .schedule-card-time,
    .schedule-card-desc {
        font-size: 16px;
        margin-bottom: 16px;
    }
    
    .schedule-date-day {
        font-size: 42px;
    }
    
    .schedule-date-month {
        font-size: 15px;
    }
}

















.event-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.event-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.event-modal-wrapper {
    position: relative;
    z-index: 10001;
    width: 90%;
    max-width: 1000px;
    background: #FFF;
    border: 2px solid #DCB464;
    border-radius: 12px;
    padding: 20px 30px;
    max-height: 90vh;
    overflow-y: auto;
}

.event-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.event-modal-close:hover {
    opacity: 0.8;
}

.event-modal-content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start;
}

.event-modal-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-modal-image-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

.event-modal-image {
    width: 100%;
    height: auto;
    display: block;
}

.event-modal-datetime {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
}

.event-date,
.event-time {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
}

.event-modal-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.event-modal-title {
    font-family: "GillSansC";
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.3;
}

.event-modal-description {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.event-modal-phone p {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.event-modal-phone a {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #DCB464;
    text-decoration: none;
    transition: color 0.3s;
}

.event-modal-phone a:hover {
    color: #C9A456;
}


@media (max-width: 900px) {
    .event-modal-content {
        grid-template-columns: 1fr;
    }
    
    .event-modal-left {
        order: -1;
    }
}

@media (max-width: 768px) {
    .event-modal-wrapper {
        width: calc(90% - 40px);
        max-width: 600px;
        margin: 20px auto;
        padding: 20px 20px 20px;
        max-height: calc(90vh - 40px);
        overflow-y: auto;
    }
    
    .event-modal-close {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
    
    .event-modal-close svg {
        width: 25px;
        height: 25px;
    }
    
    .event-modal-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .event-modal-right {
        order: -1;
        gap: 15px;
    }
    
    .event-modal-title {
        font-size: 22px;
        margin-bottom: 5px;
        padding-right: 40px;
    }
    
    .event-modal-description {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .event-modal-phone p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .event-modal-phone a {
        font-size: 16px;
    }
    
    .event-modal-left {
        order: 1;
        gap: 15px;
    }
    
    .event-modal-image-wrapper {
        border-radius: 8px;
    }
    
    .event-modal-datetime {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        padding: 10px 0;
    }
    
    .event-date,
    .event-time {
        font-size: 20px;
    }
}









.events-preview-block {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.events-preview-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.events-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.events-preview-title {
    font-family: "GillSansC";
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.events-all-link {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #5F5F5F;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color 0.3s;
}

.events-all-link:hover {
    color: #DCB464;
}

.events-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.event-preview-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #E8E8E8;
}

/* .event-preview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
} */

.event-card-image {
    width: 390px;
    flex-shrink: 0;
    overflow: hidden;
}

.event-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

/* .event-preview-card:hover .event-card-image img {
    transform: scale(1.05);
} */

.event-card-content {
    flex: 1;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-card-date {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #999;
}

.event-day {
    font-weight: 300;
    color: #999;
}

.event-month {
    text-transform: lowercase;
}

.event-card-title {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.3;
}

.event-card-more {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #DCB464;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
    align-self: flex-start;
    margin-top: auto;
}

.event-card-more:hover {
    color: #5F5F5F;
}

.event-preview-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.event-preview-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-preview-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.event-preview-modal-wrapper {
    position: relative;
    z-index: 10001;
    width: 90%;
    max-width: 1000px;
    background: #FFF;
    border-radius: 12px;
    padding: 20px 30px;
    max-height: 90vh;
    overflow-y: auto;
}

.event-preview-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.event-preview-modal-close:hover {
    opacity: 0.8;
}

.event-preview-modal-content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start;
}

.event-preview-modal-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-preview-modal-image-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

.event-preview-modal-image {
    width: 100%;
    height: auto;
    display: block;
}

.event-preview-modal-datetime {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
}

.event-date,
.event-time {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
}

.event-preview-modal-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.event-preview-modal-title {
    font-family: "GillSansC";
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.3;
}

.event-preview-modal-description {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.event-preview-modal-phone p {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.event-preview-modal-phone a {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #DCB464;
    text-decoration: none;
    transition: color 0.3s;
}

.event-preview-modal-phone a:hover {
    color: #C9A456;
}

@media (max-width: 1024px) {
    .event-card-image {
        width: 240px;
    }
}

@media (max-width: 900px) {
    .event-preview-modal-content {
        grid-template-columns: 1fr;
    }
    
    .event-preview-modal-left {
        order: -1;
    }
}

@media (max-width: 768px) {
    .events-preview-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }
    
    .events-preview-title {
        font-size: 22px;
    }
    
    .events-all-link {
        font-size: 15px;
    }
    
    .events-preview-inner {
        padding: 0 20px;
    }
    
    .events-preview-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .event-preview-card {
        flex-direction: column;
    }
    
    .event-card-image {
        width: 100%;
        height: 200px;
    }
    
    .event-card-content {
        padding: 15px 20px;
        gap: 15px;
    }
    
    .event-card-title {
        font-size: 20px;
    }
    
    .event-card-more {
        font-size: 16px;
    }
    
    
    .event-preview-modal-wrapper {
        width: calc(90% - 40px);
        max-width: 600px;
        margin: 20px auto;
        padding: 20px 20px 20px;
        max-height: calc(90vh - 40px);
        overflow-y: auto;
    }
    
    .event-preview-modal-close {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
    
    .event-preview-modal-close svg {
        width: 25px;
        height: 25px;
    }
    
    .event-preview-modal-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .event-preview-modal-right {
        order: -1;
        gap: 15px;
    }
    
    .event-preview-modal-title {
        font-size: 22px;
        margin-bottom: 5px;
        padding-right: 40px;
    }
    
    .event-preview-modal-description {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .event-preview-modal-phone p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .event-preview-modal-phone a {
        font-size: 16px;
    }
    
    .event-preview-modal-left {
        order: 1;
        gap: 15px;
    }
    
    .event-preview-modal-image-wrapper {
        border-radius: 8px;
    }
    
    .event-preview-modal-datetime {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        padding: 10px 0;
    }
    
    .event-date,
    .event-time {
        font-size: 20px;
    }
}


















.calendar-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.calendar-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.calendar-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10001;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.calendar-modal-close:hover {
    opacity: 0.8;
}

.calendar-modal-content {
    position: relative;
    z-index: 10000;

}

.calendar-modal-wrapper {
    border: 2px solid #DCB464;
    background: #FEFDFC;
    border-radius: 12px;
    padding: 16px 16px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 15px;
}

.calendar-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    margin: 0;
}

.calendar-controls .calendar-form {
    display: flex;
    gap: 10px;
}

.calendar-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 36px 6px 12px;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    user-select: none;
}



.calendar-select-wrapper:hover {
    border-color: #DCB464;
}

.calendar-select-wrapper.open {
    border-color: #DCB464;
}


.calendar-select-icon {
    width: 26px;
    height: 26px;
    opacity: 0.7;
    pointer-events: none;
    flex-shrink: 0;
}

.calendar-year-select,
.calendar-month-select {
    border: none;
    font-family: "Roboto";
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 0;
    color: #333;
    width: 100%;
}



.calendar-select-value {
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    pointer-events: none;
    white-space: nowrap;
}

.calendar-select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.2s;
}

.calendar-select-wrapper.open .calendar-select-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.calendar-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 100%;
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    z-index: 10001;
    padding: 4px 0;
    max-height: 240px;
    overflow-y: auto;
}

.calendar-select-wrapper.open .calendar-dropdown {
    display: block;
}

.calendar-dropdown-item {
    padding: 10px 16px;
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
}

.calendar-dropdown-item:hover {
    background: #F5F0E8;
}

.calendar-dropdown-item.selected {
    background: #DCB464;
    color: #fff;
}

.calendar-dropdown-item.selected:hover {
    background: #C9A456;
}

.calendar-dropdown::-webkit-scrollbar {
    width: 6px;
}
.calendar-dropdown::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.calendar-dropdown::-webkit-scrollbar-thumb {
    background: #DCB464;
    border-radius: 3px;
}


.calendar-subtitle {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.calendar-legend-wrapper {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    padding: 14px;
}

.calendar-legend {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 15px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
}

.legend-status .legend-color {
    width: 38px;
    height: 24px;
    border-radius: 4px;
    flex-shrink: 0;
}

.legend-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.legend-color.free {
    background: #FEFEFF;
    border: 1px solid #E0E0E0;
}

.legend-color.busy {
    background: #DCB464;
    border: 1px solid #DCB464;
}

.calendar-grid-wrapper {
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    padding: 4px;
    background: #fff;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-day-header {
    text-align: center;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    color: #DCB464;
    padding: 8px 4px;
    text-transform: uppercase;
}

.calendar-cell {
    min-height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto";
    font-size: 13px;
    position: relative;
    transition: all 0.3s ease;
    cursor: default;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    padding: 6px;
}

.calendar-cell.other-month {
    background: #F2EBE1;
    color: #B0A090;
    border-color: #E8E0D8;
}

.calendar-cell.empty {
    background: transparent;
    border: none;
}

.calendar-cell.free {
    background: #FEFEFF;
    color: #999;
}

.calendar-cell.busy,
.calendar-cell.concert,
.calendar-cell.conference,
.calendar-cell.event,
.calendar-cell.banquet,
.calendar-cell.exhibition,
.calendar-cell.closed {
    background: #DCB464;
    color: #fff;
    border-color: #DCB464;
}

.calendar-cell.clickable {
    cursor: pointer;
}

.calendar-cell.clickable:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(220, 180, 100, 0.4);
    z-index: 2;
}

.calendar-day-number {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
    line-height: 1;
}

.calendar-cell.other-month .calendar-day-number {
    position: absolute;
    top: 6px;
    left: 8px;
}

.calendar-event-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.calendar-event-icon {
    opacity: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-event-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.calendar-event-name {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    max-width: 90%;
    font-weight: 500;
    color: #fff;
}

.calendar-cell.clickable:hover .calendar-event-icon {
    opacity: 0;
}

.calendar-cell.clickable:hover .calendar-event-name {
    opacity: 1;
}

@media (max-width: 768px) {
    .calendar-modal-content {
        width: 95%;
    }
    
    .calendar-modal-wrapper {
        padding: 15px 6px;
    }
    
    .calendar-header {
        flex-direction: column;
        align-items: center;
    }

    .calendar-subtitle {
        text-align: center;
    }
    
    .calendar-controls .calendar-form {
        width: 100%;
    }
    
    .calendar-legend {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px 12px;
    }
    
    .legend-item {
        font-size: 11px;
    }
    
    .legend-icon,
    .legend-status .legend-color {
        width: 22px;
        height: 22px;
    }
    
    .calendar-cell {
        min-height: 25px;
        font-size: 11px;
    }
    
    .calendar-day-number {
        font-size: 12px;
        top: 4px;
        left: 6px;
    }
    
    .calendar-event-name {
        font-size: 9px;
    }
    
    .calendar-cell.busy .calendar-day-number,
    .calendar-cell.concert .calendar-day-number,
    .calendar-cell.conference .calendar-day-number,
    .calendar-cell.event .calendar-day-number,
    .calendar-cell.banquet .calendar-day-number,
    .calendar-cell.exhibition .calendar-day-number,
    .calendar-cell.closed .calendar-day-number {
        display: none;
    }
    
    .calendar-event-img {
        width: 33px;
        height: 33px;
    }
    
    .calendar-event-content {
        align-items: center;
        justify-content: center;
    }
    
    .calendar-event-icon {
        position: static;
    }
}
















.stolica-stats-block {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.stolica-stat-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.stats-line {
    width: 100%;
    height: 1px;
    background: #DCB464;
    opacity: 0.4;
    margin-bottom: 50px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.stats-item {
    display: flex;
    flex-direction: column;
}

.stats-value {
    font-family: "GillSansC";
    font-size: 48px;
    font-weight: 400;
    color: #DCB464;
    line-height: 1;
    margin-bottom: 12px;
}

.stats-value--text {
    font-size: 42px;
    letter-spacing: 1px;
}

.stats-label {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.stats-text {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0;
}


@media (max-width: 1200px) {
    .stolica-stat-inner {
        padding: 0 30px;
    }
    
    .stats-value {
        font-size: 40px;
    }
    
    .stats-value--text {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .stolica-stats-block {
        padding: 40px 0;
    }
    
    .stolica-stat-inner {
        padding: 0 20px;
    }
    
    .stats-line {
        margin-bottom: 35px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .stats-value {
        font-size: 42px;
    }
    
    .stats-value--text {
        font-size: 36px;
    }
    
    .stats-label {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .stats-text {
        font-size: 15px;
    }
}
















.stolica-gallery-block {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.stolica-gallery-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.gallery-title {
    font-family: "GillSansC";
    font-size: 30px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
}

.gallery-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.gallery-carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

/* Убираем мерцание картинок при движении */
.gallery-card-img {
    pointer-events: none; /* Клик проходит сквозь картинку на div */
    will-change: auto; 
}



.carousel-arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    padding: 0;
}

.carousel-arrow:hover {
    transform: scale(1.1);
}

.carousel-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.carousel-arrow:disabled:hover {
    transform: none;
}

.carousel-arrow img {
    width: 40px;
    height: 40px;
}

.gallery-carousel {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.gallery-carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

.gallery-card {
    flex: 0 0 calc(20% - 24px);
    min-width: calc(20% - 24px);
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: filter 0.3s;
    
    /* ПЕРЕНОСИМ аппаратное ускорение на сами карточки */
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.gallery-card:hover {
    filter: brightness(1.15);
}

.gallery-card-img {
    pointer-events: none; 
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.gallery-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.gallery-modal-content {
    position: relative;
    z-index: 10000;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10001;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.gallery-modal-close:hover {
    opacity: 0.8;
}

.gallery-modal-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}

.gallery-modal-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}

.gallery-modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.gallery-modal-arrow:hover {
    opacity: 0.8;
}

.gallery-modal-arrow--prev {
    left: 20px;
}

.gallery-modal-arrow--next {
    right: 20px;
}

.gallery-modal-arrow img {
    width: 50px;
    height: 50px;
}

@media (max-width: 1200px) {
    .gallery-card {
        flex: 0 0 calc(25% - 22.5px);
        min-width: calc(25% - 22.5px);
    }
    
    .stolica-gallery-inner {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .gallery-card {
        flex: 0 0 calc(33.333% - 20px);
        min-width: calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .gallery-carousel-track {
        gap: 20px;
    }
    
    .gallery-card {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .gallery-carousel-track {
        gap: 15px;
    }
    
    .gallery-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .gallery-carousel-wrapper {
        gap: 10px;
    }
    
    .carousel-arrow {
        width: 40px;
        height: 40px;
    }
    
    .carousel-arrow img {
        width: 30px;
        height: 30px;
    }
}












.event-detail-page {
    padding: 60px 0;
    background: #fff;
}

.event-detail-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 60px;
}

.event-detail-header {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.event-detail-header-title {
    display: block;
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.event-detail-header h1 {
    font-family: "GillSansC";
    font-size: 46px;
    font-weight: 400;
    color: #000;
    margin: 0 0 40px 0;
    line-height: 1.2;
}

.event-detail-subtitle {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.event-detail-date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Roboto";
    font-size: 18px;
    color: #DCB464;
    margin: 0 0 40px 0;
}

.date-icon {
    width: 36px;
    height: 36px;
}

.event-detail-buy-btn {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 18px 30px;
    background: #DCB464;
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.event-detail-image-block {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.event-detail-image {
    overflow: hidden;
    height: 100%;
}

.event-detail-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-detail-about {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.event-detail-section {
    margin-bottom: 0;
}

.section-title {
    font-family: "GillSansC";
    font-size: 32px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.section-content {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

.section-content p {
    margin: 0 0 15px 0;
}

.event-detail-info {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-info-block {
    background: #FEFEFF;
    border: 1px solid #DCB464;
    border-radius: 12px;
    padding: 25px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-label {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.info-value {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}

.back-link {
    font-family: "Roboto";
    font-size: 16px;
    color: #DCB464;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
}

.back-link:hover {
    color: #C9A456;
}

.event-advantages-full {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    padding-top: 40px;
}

.advantages-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.advantage-col {
    display: flex;
    align-items: center;
    gap: 22px;
}

.advantage-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.advantage-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.advantage-text h3 {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.3;
}

.advantage-text p {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1200px) {
    .event-detail-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
    }
    
    .event-detail-header {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        height: auto; /* На планшетах убираем жесткую высоту, чтобы контент шел естественно */
    }
    
    .event-detail-image-block {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    
    .event-detail-about {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    
    .event-detail-info {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    
    .advantages-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .event-detail-container {
        padding: 0 20px;
        gap: 30px;
    }
    
    .event-detail-header h1 {
        font-size: 32px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .event-info-block {
        padding: 20px;
    }
    
    .event-advantages-full {
        grid-column: 1 / -1;
        grid-row: auto;
        padding-top: 30px;
    }
    
    .advantages-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .advantage-col {
        gap: 15px;
        padding: 15px;
        border-radius: 8px;
    }
    
    .advantage-icon {
        width: 45px;
        height: 45px;
    }
    
    .advantage-text h3 {
        font-size: 18px;
    }
    
    .advantage-text p {
        font-size: 13px;
    }
}












.stolica-hall-info-block {
    width: 100%;
    background: #fff;
    padding: 60px 0 0 0;
}

.stolica-hall-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.hall-info-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
}

.hall-offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.hall-offer-card {
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 12px;
    padding: 30px;
}

.hall-offer-title {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
}

.hall-offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hall-offer-list li {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.hall-offer-list li:before {
    content: "•";
    color: #DCB464;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1.4;
}

.hall-offer-list li:last-child {
    margin-bottom: 0;
}

.hall-layout-section {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DCB464;
    align-items: flex-start;
}

.hall-layout-left {
    flex: 1;
}

.hall-layout-title,
.hall-types-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
}

.hall-layout-card {
    display: flex;
    gap: 30px;
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    align-items: center;
}

.hall-layout-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.hall-layout-preview {
    position: relative;
    width: 200px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.hall-preview-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hall-preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 180, 100, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.hall-layout-card:hover .hall-preview-overlay {
    opacity: 1;
}

.hall-preview-text {
    font-family: "GillSansC";
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.hall-info-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hall-info-name {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px 0;
}

.hall-info-capacity {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0 0 15px 0;
}

.hall-info-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hall-info-details span {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

.hall-types-section {
    flex: 1.5;
}

.hall-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    height: 100%;
}

.hall-type-card {
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 12px;
    padding: 9px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hall-type-icon {
    width: 120px;
    height: 80px;
    margin-bottom: 15px;
}

.hall-type-name {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px 0;
}

.hall-type-capacity {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0;
}

.hall-stats-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.hall-stat-item {
    text-align: left;
}

.hall-stat-value {
    font-family: "GillSansC";
    font-size: 48px;
    font-weight: 400;
    color: #DCB464;
    margin-bottom: 10px;
    line-height: 1;
}

.hall-stat-value sup {
    font-size: 24px;
}

.hall-stat-label {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 300;
    color: #DCB464;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hall-stat-desc {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.hall-layout-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.hall-layout-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hall-layout-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.hall-layout-modal-wrapper {
    position: relative;
    z-index: 10000;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hall-layout-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10001;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.hall-layout-modal-close:hover {
    opacity: 0.8;
}

.hall-layout-modal-content {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hall-layout-modal-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}

.hall-layout-modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.hall-layout-modal-arrow:hover {
    opacity: 0.8;
}

.hall-layout-modal-arrow--prev {
    display: none;
    left: 20px;
}

.hall-layout-modal-arrow--next {
    display: none;
    right: 20px;
}

.hall-layout-modal-arrow img {
    width: 50px;
    height: 50px;
}

.store-contacts-sites-row {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.store-contacts-sites-row > div {
    flex: 1;
}


.store-contact-item,
.store-site-item {
    font-family: "Roboto";
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
    transition: color 0.3s, border-bottom 0.3s;
    word-break: break-word;
}

.store-contact-item:last-child,
.store-site-item:last-child {
    padding: 6px;
    margin-bottom: 0;
}

.store-site-item {
    color: #DCB464;
}


/* Стили для телефонов и обычных контактов */
.store-contact-item:hover {
    color: #333;
}

/* Адаптив: на мобильных делаем в столбик */
@media (max-width: 768px) {
    .store-contacts-sites-row {
        flex-direction: row;
    }
    
    .store-contact-item,
    .store-site-item {
        font-size: 14px;
    }
}


@media (max-width: 1200px) {
    .hall-offers-grid,
    .hall-stats-section {
        grid-template-columns: 1fr;
    }
    
    .hall-layout-section {
        flex-direction: column;
        gap: 40px;
    }
    
    .hall-types-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .stolica-hall-inner {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {

    .hall-layout-left {
    margin: 0 auto;
}

    .hall-types-grid {
        grid-template-columns: 1fr;
    }
    
    .hall-layout-card {
        flex-direction: column;
    }
    
    .hall-layout-preview {
        width: 100%;
    }
    
    .hall-layout-modal-arrow {
        width: 50px;
        height: 50px;
    }
    
    .hall-layout-modal-arrow img {
        width: 40px;
        height: 40px;
    }
    
    .hall-layout-modal-arrow--prev {
        left: 10px;
    }
    
    .hall-layout-modal-arrow--next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .stolica-hall-inner {
        padding: 0 20px;
    }
    
    .hall-info-title {
        font-size: 24px;
    }
    
    .hall-stat-value {
        font-size: 36px;
    }
}

.store-about-text {
    padding: 0;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}


.store-bonus-plaque {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.store-bonus-plaque img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    object-fit: contain;
    margin-left: 14px;
}

.store-bonus-divider {
    width: 1px;
    height: 80%;
    background-color: #DCB464; 
    margin: 0 15px;
    flex-shrink: 0;
    align-self: center;
}


.store-bonus-plaque span {
        margin-left: auto; 
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.store-modal-bonus-fullwidth {
    width: 100%;
    margin-top: 25px;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .store-bonus-plaque span {
        font-size: 18px;
    }
    .store-modal-bonus-fullwidth {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 13px;
    }
}

.store-small-info {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.store-small-info:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .store-small-info {
        font-size: 13px;
    }
}

.store-partner-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 10;
    pointer-events: none; /* Чтобы не мешала кликам */
}

.store-partner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)); /* Лёгкая тень для читаемости */
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .store-partner-icon {
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
    }
}














.stolica-stores-block {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.stolica-stores-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.stores-filter {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 6px 12px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: "GillSansC";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: #DCB464;
    color: #fff;
    transform: translateY(-2px);
}


.filter-btn.active {
    background: #DCB464;
    color: #fff;
}

.filter-count {
    color: #DCB464;
    font-size: 18px;
    margin-left: 6px;
    font-weight: 500;
    transition: color 0.3s;
}


.filter-btn.active .filter-count,
.filter-btn:hover .filter-count {
    color: #fff;
}

.stores-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.store-card {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s, opacity 0.3s;
    position: relative;
    opacity: 1;
}

.store-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.store-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #DCB464;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
}

.store-card-image {
    width: 100%;
    /* height: 180px; */
    object-fit: contain;
    background: #f5f5f5;
    /* padding: 4px;
    border-radius: 12px; */
    box-sizing: border-box;
}

.store-card-content {
    padding: 14px;
}

.store-card-name {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 6px 0;
}

.store-card-category {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 300;
    color: #666;
    margin: 0 0 8px 0;
}

.store-card-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.store-card-floor,
.store-card-time {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Roboto";
    font-size: 13px;
    color: #999;
}

.store-card-icon {
    width: 18px;
    height: 24px;
    flex-shrink: 0;
}

.store-card-btn {
    width: 100%;
    padding: 9px;
    background: #DCB464;
    border: none;
    border-radius: 6px;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.store-card-btn:hover {
    background: #DCB464;
}

.stores-load-more {
    text-align: center;
    margin-top: 40px;
    transition: opacity 0.3s;
}

.load-more-btn {
    padding: 10px 46px;
    background: #DCB464;
    border: none;
    border-radius: 8px;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.load-more-btn:hover {
    background: #DCB464;
    transform: translateY(-2px);
}

.store-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.store-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.store-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10001;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.store-modal-close:hover {
    opacity: 0.8;
}

.store-modal-content {
    position: relative;
    z-index: 10000;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;

}

.store-modal-wrapper {
    background: #FFFFFF;
    border: 2px solid #DCB464;
    border-radius: 12px;
    padding: 20px;
}

.store-modal-header {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 30px;
    margin-bottom: 18px;
    align-items: flex-start;
}

.store-modal-logo {
    width: 150px;
    height: 150px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.store-modal-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    /* padding: 10px; */
    box-sizing: border-box;
}

.store-modal-info {
    flex: 1;
}

.store-modal-name {
    font-family: "GillSansC";
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px 0;
}

.store-modal-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.store-modal-category,
.store-modal-floor,
.store-modal-time {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.store-modal-body {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 15px;
}

.store-modal-left {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: flex-start;
}

.store-modal-subtitle {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 12px 0;
}

.store-about-text {
    padding: 6px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

.store-about-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.store-about-text li {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

.store-about-text li:before {
    content: "•";
    color: #DCB464;
    position: absolute;
    left: 0;
    font-size: 16px;
    line-height: 1.4;
}

.store-bonus-info {
    background: #fff;
    border: 1px solid #DCB464;
    border-radius: 8px;
    padding: 8px;
    margin-top: auto;
}

.store-bonus-content {
    font-family: "Roboto";
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}

.store-additional-info {
    background: #fff;
    border: 1px solid #DCB464;
    border-radius: 8px;
    padding: 20px;
    margin-top: auto;
}

.store-additional-content {
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.store-modal-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-main-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-main-image {
    flex: 1;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.store-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-photo-arrow {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    padding: 0;
    flex-shrink: 0;
}

.store-photo-arrow:hover {
    transform: scale(1.1);
}

.store-photo-arrow img {
    width: 32px;
    height: 32px;
}

.store-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.store-thumbnail {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.store-thumbnail:hover {
    border-color: #DCB464;
}

.store-thumbnail.active {
    border-color: #DCB464;
}

.store-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .stores-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .store-modal-body {
        grid-template-columns: 1fr;
    }
    
    .stolica-stores-inner {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {

    .store-card-image {
        height: 180px;
    }

    .stolica-stores-block {
    padding: 20px 0;
}



    .stores-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    
    .store-modal-wrapper {
        padding: 20px 15px;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .store-modal-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    
    .store-modal-close svg {
        width: 30px;
        height: 30px;
    }
    
    .store-modal-header {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .store-modal-logo {
        width: 120px;
        height: 120px;
    }
    
    .store-modal-name {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .store-modal-meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .store-modal-body {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .store-modal-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .store-about-text {
        font-size: 13px;
    }
    
    .store-bonus-info,
    .store-additional-info {
        margin-top: 10px;
        padding: 15px;
    }
    
    .store-bonus-content,
    .store-additional-content {
        font-size: 13px;
    }
    
    .store-main-image-wrapper {
        display: none;
    }
    
    .store-thumbnails {
        display: none;
    }
}

@media (max-width: 480px) {

    .store-card-image {
        height: 180px;
    }


    .stores-grid {
        grid-template-columns: 1fr;
    }
    
    .stolica-stores-inner {
        padding: 0 20px;
    }
}






























.stolica-stores-new-block {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.stolica-stores-new-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.stores-new-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.stores-new-title {
    font-family: "GillSansC";
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.stores-new-all-link {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #5F5F5F;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.stores-new-all-link:hover {
    color: #DCB464;
}

.stores-new-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.store-card-stores {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.store-card-image-stores {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.store-card-image-stores img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.store-card-content-stores {
    padding: 20px;
}

.store-card-name-stores {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.store-card-btn-stores {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #5F5F5F;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.store-card-btn-stores:hover {
    color: #DCB464;
}

.store-modal-stores {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.store-modal-stores.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-modal-overlay-stores {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.store-modal-close-stores {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10001;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    padding: 0;
}

.store-modal-close-stores:hover {
    opacity: 0.8;
}

.store-modal-content-stores {
    position: relative;
    z-index: 10000;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
}

.store-modal-wrapper-stores {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
}

.store-modal-header-stores {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 30px;
    margin-bottom: 18px;
    align-items: flex-start;
}

.store-modal-logo-stores {
    width: 150px;
    height: 150px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.store-modal-logo-stores img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.store-modal-info-stores {
    flex: 1;
}

.store-modal-name-stores {
    font-family: "GillSansC";
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px 0;
}

.store-modal-meta-stores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.store-modal-category-stores,
.store-modal-floor-stores,
.store-modal-time-stores {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.store-modal-body-stores {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 15px;
}

.store-modal-left-stores {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.store-modal-subtitle-stores {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 12px 0;
}

.store-about-text-stores {
    padding: 12px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

.store-about-text-stores ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.store-about-text-stores li {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

.store-about-text-stores li:before {
    content: "•";
    color: #DCB464;
    position: absolute;
    left: 0;
    font-size: 16px;
    line-height: 1.4;
}

.store-bonus-info-stores {
    background: #fff;
    border: 1px solid #DCB464;
    border-radius: 8px;
    padding: 20px;
}

.store-bonus-content-stores {
    font-family: "Roboto";
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}

.store-additional-info-stores {
    background: #fff;
    border: 1px solid #DCB464;
    border-radius: 8px;
    padding: 20px;
    margin-top: auto;
}

.store-additional-content-stores {
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.store-modal-gallery-stores {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-main-image-wrapper-stores {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-main-image-stores {
    flex: 1;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.store-main-image-stores img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-photo-arrow-stores {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    padding: 0;
    flex-shrink: 0;
}

.store-photo-arrow-stores:hover {
    transform: scale(1.1);
}

.store-photo-arrow-stores img {
    width: 32px;
    height: 32px;
}

.store-thumbnails-stores {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.store-thumbnail-stores {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.store-thumbnail-stores:hover {
    border-color: #DCB464;
}

.store-thumbnail-stores.active {
    border-color: #DCB464;
}

.store-thumbnail-stores img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .stores-new-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .store-modal-body-stores {
        grid-template-columns: 1fr;
    }
    
    .stolica-stores-new-inner {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .stores-new-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .store-card-stores:nth-child(n+3) {
        display: none;
    }
    
    .stores-new-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }
    
    .stores-new-title {
        font-size: 22px;
    }
    
    .stores-new-all-link {
        font-size: 15px;
    }
    
    .stolica-stores-new-inner {
        padding: 0 20px;
    }
    
    .store-card-image-stores {
        height: 200px;
    }
    
    .store-card-content-stores {
        padding: 15px;
    }
    
    .store-card-name-stores {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .store-card-btn-stores {
        font-size: 15px;
    }
    
    .store-card-btn-stores svg {
        width: 14px;
        height: 14px;
    }
    
    .store-modal-wrapper-stores {
        padding: 20px 15px;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .store-modal-close-stores {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    
    .store-modal-close-stores svg {
        width: 30px;
        height: 30px;
    }
    
    .store-modal-header-stores {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .store-modal-logo-stores {
        width: 120px;
        height: 120px;
    }
    
    .store-modal-name-stores {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .store-modal-meta-stores {
        flex-direction: column;
        gap: 8px;
    }
    
    .store-modal-body-stores {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .store-modal-subtitle-stores {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .store-about-text-stores {
        font-size: 13px;
    }
    
    .store-bonus-info-stores,
    .store-additional-info-stores {
        padding: 15px;
    }
    
    .store-bonus-content-stores,
    .store-additional-content-stores {
        font-size: 13px;
    }
    
    .store-main-image-wrapper-stores {
        display: none;
    }
    
    .store-thumbnails-stores {
        display: none;
    }
}










.stolica-process-block {
    width: 100%;
    background: #fff;
    padding: 0 0 60px 0;
}

.stolica-process-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.process-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

.process-line {
    flex: 1;
    max-width: 300px;
    height: 1px;
    background: #DCB464;
    opacity: 0.4;
}

.process-title {
    font-family: "GillSansC";
    font-size: 36px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.process-steps {
    display: flex;
    align-items: stretch;
    gap: 20px;
    justify-content: center;
}

.process-step {
    flex: 1;
    max-width: 380px;
    background: #fff;
    border: 1px solid #DCB464;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.step-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-divider {
    width: 1px;
    height: 100%;
    min-height: 80px;
    background: #DCB464;
    opacity: 0.4;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-title {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 12px 0;
}

.step-text {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex-shrink: 0;
    align-self: center;
}

.stolica-benefits-block {
    width: 100%;
    background: transparent;
    padding: 60px 0 0 0;
}

.stolica-benefits-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #DCB464;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-number {
    font-family: "GillSansC";
    font-size: 48px;
    font-weight: 400;
    color: #DCB464;
    flex-shrink: 0;
    line-height: 1;
}

.benefit-divider {
    width: 1px;
    height: 100%;
    min-height: 80px;
    background: #DCB464;
    opacity: 0.4;
    flex-shrink: 0;
}

.benefit-content {
    flex: 1;
}

.benefit-title {
    font-family: "GillSansC";
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0;
}

.benefit-text {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1200px) {
    .stolica-process-inner,
    .stolica-benefits-inner {
        padding: 0 30px;
    }
    
    .process-step {
        max-width: 320px;
    }
    
    .process-line {
        max-width: 200px;
    }
}

@media (max-width: 968px) {
    .process-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .process-line {
        max-width: 100%;
        width: 100%;
    }
    
    .process-steps {
        flex-direction: column;
        align-items: stretch;
    }
    
    .process-step {
        max-width: 100%;
    }
    
    .step-arrow {
        transform: rotate(90deg);
        padding: 10px 0;
        align-self: center;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .stolica-benefits-block {
        padding: 0;
    }


    .stolica-process-inner,
    .stolica-benefits-inner {
        padding: 0 20px;
    }
    
    .process-title {
        font-size: 28px;
    }
    
    .process-step {
        padding: 20px;
    }
    
    .step-arrow {
        display: none;
    }
    
    .benefit-card {
        padding: 20px;
    }
    
    .benefit-number {
        font-size: 36px;
    }
}







.stolica-stats-row {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.stolica-stats-row .stolica-stats-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.stats-row-item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    padding: 0 40px;
    position: relative;
}

.stats-row-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #DCB464;
    opacity: 0.5;
}

.stats-row-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-row-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stats-row-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.stats-row-value {
    font-family: "GillSansC";
    font-size: 42px;
    font-weight: 400;
    color: #DCB464;
    line-height: 1;
    margin-bottom: 8px;
}

.stats-row-text {
    font-family: "GillSansC";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}



@media (max-width: 1200px) {
    .stolica-stats-row .stolica-stats-inner {
        flex-wrap: wrap;
        padding: 0 30px;
        gap: 40px 0;
    }
    
    .stats-row-item {
        flex: 0 0 50%;
        padding: 0 15px;
    }
    
    .stats-row-item::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .stolica-stats-row {
        padding: 20px 0;
    }
    
    .stolica-stats-row .stolica-stats-inner {
        flex-wrap: wrap;
        padding: 0 40px;
        gap: 30px 20px;
    }
    
    .stats-row-item {
        flex: 0 0 40%;
        padding: 0 10px;
        gap: 12px;
    }
    
    .stats-row-icon {
        width: 45px;
        height: 45px;
    }
    
    .stats-row-value {
        font-size: 32px;
        margin-bottom: 5px;
    }
    
    .stats-row-text {
        font-size: 14px;
    }
}











.stolica-features-row {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.stolica-features-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.feature-row-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    padding: 0 20px;
    position: relative;
}

.feature-row-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #DCB464;
    opacity: 0.5;
}

.feature-row-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.feature-row-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-row-content {
    flex: 1;
}

.feature-row-title {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.feature-row-text {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.4;
    margin: 0;
}


@media (max-width: 1200px) {
    .stolica-features-inner {
        padding: 0 30px;
        flex-wrap: wrap;
        gap: 40px 0;
    }
    
    .feature-row-item {
        flex: 0 0 50%;
        padding: 0 15px;
    }
    
    .feature-row-item::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .stolica-features-row {
        padding: 40px 0;
    }
    
    .stolica-features-inner {
        padding: 0 20px;
        gap: 30px;
    }
    
    .feature-row-item {
        flex: 0 0 100%;
        padding: 0;
        gap: 15px;
    }
    
    .feature-row-icon {
        width: 40px;
        height: 40px;
    }
    
    .feature-row-title {
        font-size: 17px;
    }
    
    .feature-row-text {
        font-size: 14px;
    }
}

















.vacancies-block {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.vacancies-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.vacancies-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.vacancies-left {
    flex: 1;
}

.vacancies-header {
    margin-bottom: 30px;
}

.vacancies-subtitle {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.vacancies-title {
    font-family: "GillSansC";
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
}

.vacancies-description {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}

.vacancies-list {
}

.vacancy-card {
    padding: 0;
    margin-bottom: 0;
}

.vacancy-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 25px 0;
}

.vacancy-left {
    flex: 1;
    padding-right: 30px;
}

.vacancy-name {
    font-family: "GillSansC";
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0;
}

.vacancy-name a {
    color: inherit;
    text-decoration: none;
}

.vacancy-department {
    font-family: "Roboto";
    font-size: 14px;
    color: #999;
    margin: 0 0 8px 0;
}

.vacancy-desc {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0;
}


.vacancy-vertical-divider-detail {
    width: 1px;
    background: #DCB464;
    opacity: 0.4;
    flex-shrink: 0;
    align-self: stretch;
}

.vacancy-vertical-divider {
    width: 1px;
    background: #DCB464;
    opacity: 0.4;
    flex-shrink: 0;
    align-self: stretch;
    margin: 0 30px;
}

.vacancy-salary {
    text-align: right;
    flex-shrink: 0;
    padding-left: 0;
}

.salary-label {
    display: block;
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

.salary-value {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
}

.vacancy-horizontal-divider-head {
    height: 1px;
    background: #DCB464;
    opacity: 0.4;
    margin-bottom: 70px;
}


.vacancy-horizontal-divider {
    height: 1px;
    background: #DCB464;
    opacity: 0.4;
    margin-bottom: 20px;
}

.vacancy-meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Roboto";
    font-size: 14px;
    color: #999;
}

.meta-icon {
    width: 22px;
    height: 22px;
}

.vacancy-divider {
    height: 1px;
    background: #DCB464;
    opacity: 0.4;
    margin-bottom: 30px;
}

.vacancies-form {
    width: 500px;
    flex-shrink: 0;
}

.vacancies-form-wrapper {
    background: #fff;
    border: 1px solid #DCB464;
    border-radius: 12px;
    padding: 30px;
    position: sticky;
    top: 60px;
}

.form-title {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.form-subtitle {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.vacancy-form .form-group {
    margin-bottom: 20px;
}

.vacancy-form .form-label {
    display: block;
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.vacancy-form .form-label .required {
    color: #DCB464;
}

.vacancy-form .form-input,
.vacancy-form .form-textarea {
    width: 100%;
    padding: 12px 15px;
    font-family: "Roboto";
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.vacancy-form .form-input:focus,
.vacancy-form .form-textarea:focus {
    outline: none;
    border-color: #DCB464;
}

.vacancy-form .form-textarea {
    resize: vertical;
    min-height: 100px;
}

.file-upload-wrapper {
    position: relative;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-upload-placeholder {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border: 1px dashed #DCB464;
    border-radius: 4px;
    padding: 30px 15px;
    text-align: center;
    transition: background 0.3s;
}

.file-input:hover + .file-upload-placeholder {
    background: #fff9f0;
}

.upload-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    opacity: 0.6;
}

.upload-text {
    font-family: "Roboto";
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.vacancy-form .form-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}

.vacancy-form .form-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.vacancy-form .form-checkbox-label {
    font-family: "Roboto";
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.vacancy-form .form-checkbox-label a {
    color: #333;
    text-decoration: underline;
}

.vacancy-form .form-submit {
    width: 100%;
    padding: 16px;
    background: #DCB464;
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.vacancy-form .form-submit:hover {
    background: #DCB464;
}

.form-contacts {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #DCB464;
}

.contacts-title {
    font-family: "GillSansC";
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px 0;
}

.contacts-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.contacts-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 24px;
    height: 24px;
}

.contacts-item a {
    font-family: "Roboto";
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.contacts-item a:hover {
    color: #DCB464;
}

.vacancy-detail-block {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.vacancy-detail-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.vacancy-detail-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.vacancy-detail-left {
    flex: 1;
}

.vacancy-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DCB464;
}

.detail-title {
    font-family: "GillSansC";
    font-size: 48px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.detail-salary {
    text-align: right;
}

.detail-sections {
}

.detail-section {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.section-number {
    font-family: "GillSansC";
    font-size: 48px;
    font-weight: 400;
    color: #DCB464;
    line-height: 1;
    flex-shrink: 0;
}

.section-content {
    flex: 1;
}

.section-title {
    font-family: "GillSansC";
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0 0 40px 0;
}

.section-text {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

.section-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-text li {
    padding-left: 15px;
    margin-bottom: 8px;
    position: relative;
}

.section-text li:before {
    content: "•";
    color: #DCB464;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1.4;
}

.section-text p {
    margin: 0;
}

.vacancy-detail-form {
    width: 460px;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .vacancies-content,
    .vacancy-detail-content {
        flex-direction: column;
    }
    
    .vacancies-form,
    .vacancy-detail-form {
        width: 100%;
    }
    
    .vacancies-form-wrapper {
        position: static;
    }
    
    .vacancy-main {
        flex-direction: column;
        gap: 20px;
    }
    
    .vacancy-vertical-divider {
        display: none;
    }
    
    .vacancy-salary {
        text-align: left;
    }
    
    .vacancy-detail-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .detail-salary {
        text-align: left;
    }
    
    .detail-section {
        flex-direction: column;
    }
    
    .vacancies-inner,
    .vacancy-detail-inner {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .vacancies-block {
        padding: 30px 0;
    }

    .vacancies-content {
        gap: 20px;
    }


    .vacancies-title {
        font-size: 32px;
    }
    
    .vacancy-name {
        font-size: 24px;
    }
    
    .detail-title {
        font-size: 36px;
    }
    
    .section-number {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .vacancies-inner,
    .vacancy-detail-inner {
        padding: 0 20px;
    }
}














.stolica-lider-block {
    width: 100%;
    background: #fff;
    padding: 60px 0 0 0;
}

.stolica-lider-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.lider-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.lider-left {
    flex: 1;
}

.lider-subtitle {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.lider-title {
    font-family: "GillSansC";
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.lider-description {
    margin-bottom: 40px;
}

.lider-description p {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.lider-description p:last-child {
    margin-bottom: 0;
}

.lider-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.lider-download-btn {
    padding: 16px 32px;
    background: #DCB464;
    color: #fff;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.lider-download-btn:hover {
    background: #DCB464;
}

.lider-phone {
    font-family: "Roboto";
    font-size: 14px;
    color: #666;
}

.lider-phone span {
    display: block;
    margin-bottom: 5px;
}

.lider-phone a {
    color: #333;
    text-decoration: underline;
    transition: color 0.3s;
}

.lider-phone a:hover {
    color: #DCB464;
}

.lider-benefits {
    margin-top: 40px;
}

.lider-benefits-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
}

.lider-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lider-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 300;
    color: #333;
    line-height: 1.5;
}

.lider-benefits-list li:last-child {
    margin-bottom: 0;
}

.benefit-check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.lider-form {
    max-width: 500px;
    flex-shrink: 0;
}

.lider-form-wrapper {
    background: #fff;
    border: 1px solid #DCB464;
    border-radius: 12px;
    padding: 30px;
    position: sticky;
    top: 60px;
    box-sizing: border-box;
}

.lider-form-title {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.lider-form-subtitle {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.lider-form .form-group {
    margin-bottom: 20px;
}

.lider-form .form-label {
    display: block;
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.lider-form .form-label .required {
    color: #DCB464;
}

.lider-form .form-input {
    width: 100%;
    padding: 12px 15px;
    font-family: "Roboto";
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
    background: #fff;
}

.lider-form .form-input:focus {
    outline: none;
    border-color: #DCB464;
}

.lider-form .form-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.lider-form .form-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.lider-form .form-checkbox-label {
    font-family: "Roboto";
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.lider-form .form-checkbox-label a {
    color: #333;
    text-decoration: underline;
}

.lider-form .form-submit {
    width: 100%;
    padding: 16px;
    background: #DCB464;
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    box-sizing: border-box;
}

.lider-form .form-submit:hover {
    background: #DCB464;
}

@media (max-width: 1200px) {
    .lider-content {
        flex-direction: column;
    }
    
    .lider-form {
        width: 100%;
        max-width: 540px;
    }
    
    .lider-form-wrapper {
        position: static;
    }
    
    .stolica-lider-inner {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .stolica-lider-block {
        padding: 30px 0 0 0;
    }

    .lider-title {
        font-size: 32px;
    }
    
    .lider-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .lider-form {
        max-width: 100%;
    }
    
    .stolica-lider-inner {
        padding: 0 20px;
    }
}















.stolica-news-block {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.stolica-news-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.news-title {
    font-family: "GillSansC";
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.news-all-link {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #5F5F5F;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.news-all-link:hover {
    color: #C9A456;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-card {
    height: 254px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
}

/* .news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
} */

.news-card-image {
    width: 180px;
    height: 200px;
    flex-shrink: 0;

}

.news-card-image img {
    object-fit: cover;
    padding: 5px;
    width: 100%;
    height: 245px;
    border-radius: 12px;

}

/* .news-card:hover .news-card-image img {
    transform: scale(1.05);
} */

.news-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-card-date {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 10px;
}

.news-card-title {
    font-family: "GillSansC";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.news-card-desc {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0 0 15px 0;
    flex: 1;
}

.news-card-more {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #5F5F5F;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.news-card:hover .news-card-more {
    color: #DCB464;
}

@media (max-width: 768px) {
    .stolica-news-inner {
        padding: 0 20px;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-header {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    
    .news-title {
        font-size: 22px;
    }
    
    .news-all-link {
        font-size: 15px;
    }
    
    .news-card-desc {
        display: none;
    }
    
    .news-card-more {
        margin-top: auto;
    }
    
    /* .news-card:nth-child(n+3) {
        display: none;
    } */
}

@media (max-width: 768px) {
    .stolica-news-block {
        padding: 0 0 20px 0;
    }

}












.news-detail-page {
    padding: 60px 0;
    background: #fff;
}

.news-detail-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.news-back-link {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.news-detail-title {
    font-family: "GillSansC";
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 0 0 40px 0;
    line-height: 1.2;
}

.news-detail-wrapper {
    display: grid;
    grid-template-columns: 1fr 490px;
    gap: 60px;
    align-items: start;
}

.news-detail-left {
    min-width: 0;
}

.news-detail-preview {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.news-detail-section {
    margin-bottom: 40px;
}

.news-detail-section-title {
    font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}


.news-detail-section-title-gallery {
        font-family: "GillSansC";
    font-size: 24px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.news-detail-section-content {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.8;
}

.news-detail-section-content p {
    margin-bottom: 15px;
}

.news-detail-review {
    margin-top: 30px;
    padding: 30px;
    /* background: #FAF9F8; */
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.news-review-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.news-review-text {
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    font-style: italic;
    flex: 1;
}

.news-detail-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 20px;
}

.news-detail-image {
    border-radius: 12px;
    overflow: hidden;
}

.news-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

.news-detail-sidebar-block {
    display: flex;
    border: 1px solid #DCB464;
    border-radius: 12px;
    padding: 25px;
    position: relative;
}

.sidebar-block-icon {
    width: 66px;
    height: 66px;
}

.sidebar-block-title {
    font-family: "GillSansC";
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0;
    padding-right: 60px;
}

.sidebar-block-text {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.sidebar-block-btn {
    display: block;
    text-align: center;
    padding: 14px 24px;
    background: #DCB464;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400;
    transition: background 0.3s;
}

.sidebar-block-btn:hover {
    background: #C9A456;
}

@media (max-width: 1200px) {
    .news-detail-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .news-detail-right {
        position: static;
        order: -1;
    }
    
    .news-detail-container {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .news-detail-container {
        padding: 0 20px;
    }
    
    .news-detail-title {
        font-size: 32px;
    }
    
    .news-detail-section-title {
        font-size: 20px;
    }
    
    .news-detail-image {
        border-radius: 8px;
    }
}






.news-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.news-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s, filter 0.3s;
}

.news-gallery-item:hover {
    transform: translateY(-4px);
    filter: brightness(1.1);
}

.news-gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1200px) {
    .news-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .news-gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .news-gallery-item img {
        height: 240px;
    }
}
















.stolica-contacts-block {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.stolica-contacts-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.contact-section {
    margin-left: 30px;
    padding: 0 40px;
    position: relative;
}

.contact-section:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #DCB464;
    opacity: 0.5;
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

.contact-icon {
    width: 46px;
    height: 46px;
}

.contact-title {
    font-family: "GillSansC";
    font-size: 22px;
    font-weight: 400;
    color: #DCB464;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-box-icon {
    width: 34px;
    height: 34px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 8px;
}

.contact-link {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #DCB464;
}

.contact-divider-h {
    height: 2px;
    background: #DCB464;
    opacity: 0.5;
    margin: 20px 0;
}

@media (max-width: 1200px) {
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-section {
        padding: 30px 0;
        margin-left: 0;
    }
    
    .contact-section::after {
        display: none;
    }
    
    .contact-section:not(:last-child) {
        border-bottom: 2px solid #DCB464;
    }
    
    .stolica-contacts-inner {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .stolica-contacts-block {
        padding: 40px 0;
    }
    
    .stolica-contacts-inner {
        padding: 0 20px;
    }
    
    .contact-section {
        padding: 25px 0;
        text-align: center;
    }
    
    .contact-header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .contact-title {
        font-size: 18px;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-item {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .contact-icon-box {
        width: 40px;
        height: 40px;
    }
    
    .contact-box-icon {
        width: 30px;
        height: 30px;
    }
    
    .contact-info {
        padding-top: 0;
        align-items: flex-start;
    }
    
    .contact-link {
        font-size: 13px;
    }
    
    .contact-divider-h {
        margin: 15px auto;
        width: 60%;
    }
    
    .contact-section:not(:last-child) {
        border-bottom-width: 1px;
    }
}






















.stolica-cards-block {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.stolica-cards-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.card-item {
    display: flex;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.card-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    font-family: "GillSansC";
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0;
}

.card-desc {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin: 0 0 20px 0;
    flex: 1;
}

.card-btn {
    display: inline-block;
    padding: 10px 16px;
    background: #DCB464;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    transition: background 0.3s;
    align-self: flex-start;
}

.card-btn:hover {
    background: #C9A456;
}

.card-image {
    width: 200px;
    flex-shrink: 0;
    padding: 12px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

@media (max-width: 1200px) {
    .cards-grid {
        grid-template-row: 1fr;
    }
    
    .card-item {
        flex-direction: column;
    }
    
    .card-image {
        width: 100%;
        height: auto;
        padding: 12px;
    }
    
    .stolica-cards-inner {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .stolica-cards-block {
        padding: 10px 0;
    }
    
    .stolica-cards-inner {
        padding: 0 4px;
    }
    
    .cards-grid {
        gap: 10px;
    }
    
    .card-item {
        flex-direction: column;
    }
    
    .card-content {
        padding: 12px;
    }
    
    .card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .card-desc {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .card-btn {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .card-image {
        width: 96%;
        margin: 0 auto;
        padding: 2px;
    }
    
    .card-image img {
        border-radius: 8px;
    }
}













