:root {
    --era-dark: #1b1b1b;
    --era-black: #0f0f0f;
    --era-primary: #1976d2;
    --era-secondary: #f97316;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    color: #222;
    padding-top: 112px;
}

.topline {
    background: #fff;
    border-bottom: 1px solid #efefef;
    color: #111;
}

.contact-accent {
    color: #ef3f33;
}

.contact-accent:hover {
    color: #d53024;
}

.navline {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.site-logo {
    height: 38px;
    width: auto;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    color: #0f172a;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #ef3f33;
}

.hero-section {
    margin-top: -112px;
}

.hero-slide {
    min-height: 74vh;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 5.5rem 0;
}

.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    color: #fff;
    max-width: 760px;
    position: relative;
    z-index: 2;
    padding-top: calc(6.5rem + 100px);
}

.hero-content h1,
.hero-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.9rem;
    font-size: clamp(2rem, 4.1vw, 4.2rem);
    line-height: 1.12;
    letter-spacing: 0.01em;
}

.hero-content p {
    font-size: clamp(1.05rem, 1.55vw, 2.15rem);
    line-height: 1.2;
    margin-bottom: 1.55rem;
    font-weight: 700;
    max-width: 780px;
}

.hero-price {
    display: inline-block;
    background: rgba(40, 52, 69, 0.9);
    border-left: 0;
    padding: 0.35rem 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.2rem;
    font-size: 1.15rem;
}

.hero-price strong {
    color: #ef3f33;
}

.hero-content .btn {
    min-width: 255px;
    border-radius: 0.35rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.45rem;
    letter-spacing: 0.02em;
    padding: 0.9rem 1.2rem;
    line-height: 1;
}

.hero-content .btn-primary {
    background: #0d87e8;
    border-color: #0d87e8;
}

.hero-content .btn-outline-light {
    border-width: 2px;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
}

.carousel-indicators .active {
    background-color: #ef3f33;
}

.section-pad {
    padding: 72px 0;
}

.section-title {
    text-transform: uppercase;
    font-weight: 700;
}

.services-section {
    background: #fff;
    color: #1f2937;
    padding: 64px 0 0;
}

.services-head {
    margin-bottom: 1.5rem;
}

.services-head .section-title {
    color: #1d2d3d;
    font-size: clamp(2rem, 2.8vw, 3rem);
    margin-bottom: 0.8rem;
}

.services-subtitle {
    color: #1f2937;
    font-size: clamp(1.35rem, 1.7vw, 2.1rem);
    font-weight: 700;
    margin-bottom: 2.4rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.service-tile {
    display: flex;
    flex-direction: column;
}

.service-image {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.service-body {
    background: #ff5246;
    color: #fff;
    padding: 1.6rem 1.4rem 1.5rem;
    min-height: 312px;
    display: flex;
    flex-direction: column;
}

.service-body h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(1.85rem, 1.95vw, 2.7rem);
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 1rem;
}

.service-body p {
    margin: 0 0 1.15rem;
    color: #ffe4df;
    font-size: clamp(1.15rem, 1.14vw, 1.45rem);
    line-height: 1.55;
    font-weight: 400;
}

.service-consult-btn {
    margin-top: auto;
    border: 0;
    border-radius: 0.3rem;
    background: #fff;
    color: #ff5246;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0.7rem 0.95rem;
    width: 100%;
}

.service-consult-btn:hover {
    background: #ffeceb;
    color: #d53024;
}

.monuments-section {
    background: #f8fafc;
    color: #1f2937;
    padding: 64px 0;
}

.monuments-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.monuments-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.7rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.monuments-item-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 340px;
}

.monuments-item-reverse .monuments-main-image-wrap {
    order: 2;
}

.monuments-item-reverse .monuments-item-text {
    order: 1;
}

.monuments-main-image-wrap {
    background: #f1f5f9;
}

.monuments-main-image {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
}

.monuments-item-text {
    padding: 2rem 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.monuments-item-text h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: clamp(1.45rem, 1.8vw, 2.1rem);
    color: #0f172a;
    line-height: 1.2;
}

.monuments-item-text p {
    margin: 0;
    font-size: clamp(1rem, 1.02vw, 1.2rem);
    line-height: 1.55;
    color: #475569;
}

.monuments-carousel {
    position: relative;
    background: #0f172a;
}

.monuments-carousel-image {
    width: 100%;
    height: auto;
    display: block;
    max-height: min(78vh, 920px);
    margin: 0 auto;
}

.monuments-carousel .carousel-control-prev,
.monuments-carousel .carousel-control-next {
    width: 56px;
    opacity: 1;
    background: rgba(15, 23, 42, 0.16);
}

.monuments-carousel .carousel-control-prev-icon,
.monuments-carousel .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

.monuments-carousel-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.75rem 1rem 0.9rem;
    background: linear-gradient(180deg, #0f172a 0%, #111f38 100%);
    color: #e2e8f0;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.monuments-carousel-current,
.monuments-carousel-total {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.12);
}

.monuments-carousel-current {
    background: #ef4444;
    color: #fff;
}

.monuments-carousel-divider {
    color: #cbd5e1;
    text-transform: lowercase;
}

.monuments-placeholder {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #64748b;
    font-weight: 600;
    padding: 1rem;
}

.monuments-placeholder-carousel {
    min-height: 160px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.advantages-section {
    background: #000;
    color: #fff;
    padding: 72px 0 92px;
}

.advantages-title {
    font-size: clamp(2rem, 2.5vw, 2.8rem);
    margin-bottom: 3rem;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    border-left: 1px solid rgba(255, 255, 255, 0.55);
}

.adv-item {
    padding: 2.15rem 1.25rem 1.9rem;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    min-height: 420px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adv-item i {
    color: #ff4b43;
    font-size: 2.05rem;
    line-height: 1;
    margin-bottom: 1.1rem;
}

.adv-item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.55rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 0.95rem;
}

.adv-item p {
    color: #d1d5db;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
}

.adv-divider {
    width: 34px;
    height: 3px;
    background: #ff4b43;
    border-radius: 2px;
    margin-top: 0.95rem;
    margin-bottom: 0;
}

.stats-section {
    position: relative;
    background: #ff4d43;
    color: #fff;
    padding: 62px 0 60px;
    margin: 18px 0;
}

.stats-section::before,
.stats-section::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 18px;
    background:
        radial-gradient(circle at 18px 18px, #ff4d43 18px, transparent 19px) repeat-x;
    background-size: 36px 18px;
}

.stats-section::before {
    top: -18px;
    background-color: #000;
}

.stats-section::after {
    bottom: -18px;
    background-color: #949494;
    transform: rotate(180deg);
}

.stats-grid {
    align-items: stretch;
}

.stat-card {
    text-align: center;
}

.stat-card i {
    display: inline-block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.85rem;
    margin-bottom: 0.8rem;
}

.stat-num {
    font-size: clamp(2rem, 2.2vw, 2.45rem);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.portfolio-bg {
    background: #949494;
}

#portfolioCarousel {
    padding-bottom: 3rem;
}

.portfolio-collage {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 980px;
    margin: 0 auto;
}

.portfolio-item {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.7);
    transition: filter 0.25s ease, transform 0.25s ease;
}

.portfolio-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(90, 90, 90, 0.22);
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.portfolio-item:hover img,
.portfolio-item:focus-visible img {
    filter: grayscale(0) brightness(1);
    transform: scale(1.02);
}

.portfolio-item:hover::after,
.portfolio-item:focus-visible::after {
    opacity: 0;
}

.portfolio-indicators {
    position: absolute;
    bottom: -1.1rem;
    margin-bottom: 0;
}

.portfolio-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 0, 0, 0.32);
    margin: 0 5px;
}

.portfolio-indicators .active {
    background-color: #ef3f33;
}

.reviews-section {
    background: #f3f4f6;
}

.reviews-subtitle {
    color: #475569;
    font-size: 1.05rem;
    margin-bottom: 0;
}

#reviewsCarousel {
    padding-bottom: 2.6rem;
}

.review-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.2rem 1.15rem 1rem;
    margin: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.review-stars {
    color: #ef3f33;
    font-size: 0.85rem;
    letter-spacing: 0.15rem;
    margin-bottom: 0.55rem;
}

.review-card p {
    margin: 0;
    color: #1f2937;
    font-size: 0.96rem;
    line-height: 1.55;
}

.review-card footer {
    margin-top: 0.8rem;
    color: #64748b;
    font-size: 0.86rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.review-card footer strong {
    color: #0f172a;
    font-size: 0.92rem;
}

.reviews-indicators {
    position: absolute;
    bottom: -1.15rem;
    margin-bottom: 0;
}

.reviews-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #94a3b8;
    border: 1px solid rgba(15, 23, 42, 0.32);
    margin: 0 5px;
}

.reviews-indicators .active {
    background-color: #ef3f33;
}

.reviews-link-wrap {
    margin-top: 1.75rem;
    text-align: center;
}

.reviews-link {
    color: #ef3f33;
    font-weight: 700;
    text-decoration: none;
}

.reviews-link:hover {
    color: #d53024;
    text-decoration: underline;
}

.faq-section {
    background: #fff;
}

.faq-head {
    margin-bottom: 2.35rem;
}

.faq-head .section-title {
    color: #0f172a;
    font-size: clamp(2rem, 2.8vw, 3.15rem);
}

.faq-list {
    border-top: 1px solid #f1f5f9;
}

.faq-item {
    padding: 0.35rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.faq-question-row {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 1rem 0;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}

.faq-question-row h3 {
    margin: 0;
    color: #1e293b;
    font-size: clamp(1.28rem, 1.55vw, 2.05rem);
    line-height: 1.25;
    font-weight: 700;
}

.faq-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 2px solid #64748b;
    border-radius: 50%;
    position: relative;
}

.faq-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 2px;
    background: #64748b;
    transform: translate(-50%, -50%);
}

.faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 8px;
    background: #64748b;
    transform: translate(-50%, -50%);
}

.faq-question-row[aria-expanded="true"] .faq-icon::after {
    display: none;
}

.faq-answer-wrap {
    padding-bottom: 1rem;
}

.faq-separator {
    width: 100%;
    height: 1px;
    background: #ff7a73;
    margin: 0.92rem 0 0.9rem;
}

.faq-item p {
    margin: 0;
    color: #334155;
    font-size: clamp(1rem, 1.08vw, 1.37rem);
    line-height: 1.55;
}

.hall-section {
    background: #fff;
    padding: 0 0 28px;
}

.hall-wrap {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.hall-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hall-image-block img,
.hall-bottom-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hall-image-block {
    min-height: 740px;
}

.hall-text-block {
    background: #ff5246;
    color: #fff;
    padding: 3.2rem 2.15rem 2.4rem;
}

.hall-text-block h2 {
    margin: 0 0 1.3rem;
    text-transform: uppercase;
    font-size: clamp(2rem, 2.45vw, 3rem);
    line-height: 1.1;
    font-weight: 700;
}

.hall-text-block p {
    margin: 0 0 1.2rem;
    color: #fff2f0;
    font-size: clamp(1rem, 1.02vw, 1.24rem);
    line-height: 1.58;
}

.hall-book-btn {
    display: block;
    width: min(270px, 100%);
    text-align: center;
    margin: 1.3rem auto 0;
    background: #fff;
    color: #374151;
    text-decoration: none;
    border-radius: 0.3rem;
    padding: 0.68rem 1rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hall-book-btn:hover {
    color: #1f2937;
}

.hall-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hall-bottom-image {
    min-height: 330px;
}

.hall-carousel .hall-control {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.92);
    opacity: 1;
}

.hall-carousel .carousel-control-prev {
    left: calc(50% - 44px);
}

.hall-carousel .carousel-control-next {
    right: calc(50% - 44px);
}

.hall-carousel .carousel-control-prev-icon,
.hall-carousel .carousel-control-next-icon {
    filter: invert(34%) sepia(8%) saturate(665%) hue-rotate(179deg) brightness(90%) contrast(90%);
}

.contacts-section {
    background: #232b39;
    padding: 0;
}

.contacts-wrap {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    min-height: 640px;
}

.contacts-map {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    background: #1a2230;
}

.contacts-map-legend {
    margin: 0;
    padding: 0.85rem 1rem;
    text-align: center;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: #cbd5e1;
    text-transform: uppercase;
    font-weight: 700;
}

.contacts-yandex-map {
    flex: 1;
    width: 100%;
    min-height: 440px;
}

.contacts-map-fallback {
    padding: 1rem 1rem 1.25rem;
    text-align: center;
    font-size: 0.9rem;
    color: #e2e8f0;
}

.contacts-map-fallback a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.contacts-map-fallback a:hover {
    color: #ffe7e3;
}

.contacts-branches-intro {
    font-size: clamp(0.9rem, 0.95vw, 1rem);
    margin-bottom: 1rem !important;
}

.contacts-branch-tabs {
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem !important;
}

.contacts-branch-tabs .nav-item {
    flex: 1 1 0;
    min-width: 0;
}

.contacts-branch-tabs .nav-link {
    width: 100%;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(31, 41, 55, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 0.5rem 0.55rem;
    white-space: normal;
    line-height: 1.25;
}

.contacts-branch-tabs .nav-link:hover {
    color: #fff;
    background: rgba(31, 41, 55, 0.55);
}

.contacts-branch-tabs .nav-link.active {
    background: #1f2937;
    border-color: #1f2937;
    color: #fff;
}

.contacts-branch-panes {
    margin-bottom: 0.75rem;
}

.contacts-branch-panes .tab-pane p {
    margin-bottom: 0.65rem;
}

.contacts-branch-link {
    margin-bottom: 0 !important;
}

.contacts-branch-link a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.contacts-branch-link a:hover {
    color: #ffe7e3;
}

.contacts-info {
    background: #ff5246;
    color: #fff;
    padding: 2rem 1.9rem 1.6rem;
}

.contacts-badge {
    display: inline-block;
    margin: 0 0 1rem;
    background: #1f2937;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.35rem 0.6rem;
}

.contacts-info h2 {
    margin: 0 0 1.2rem;
    text-transform: uppercase;
    font-size: clamp(2rem, 2.7vw, 3.1rem);
    line-height: 1.08;
}

.contacts-info p {
    margin: 0 0 1rem;
    color: #ffe7e3;
    font-size: clamp(0.95rem, 1vw, 1.18rem);
    line-height: 1.45;
}

.contact-list {
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.contact-list li {
    margin-bottom: 0.75rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 700;
}

.contact-list li span {
    color: #ffd6d1;
    margin-right: 0.5rem;
}

.contact-list li a {
    color: #fff;
    text-decoration: none;
}

.contact-list li a:hover {
    color: #fff;
    text-decoration: underline;
}

.contacts-social {
    margin-top: 1rem;
    display: flex;
    gap: 0.55rem;
}

.contacts-social a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #ff5246;
    text-decoration: none;
}

.contacts-social a:hover {
    color: #d83c31;
}

.contacts-social .contacts-max-btn {
    width: auto;
    height: auto;
    padding: 0.62rem 1.05rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: #fff;
    color: #ff5246;
}

.contacts-social .contacts-max-btn:hover {
    color: #d83c31;
    background: #fff4f3;
}

.contacts-form-wrap {
    background: #232b39;
    color: #fff;
    padding: 2rem 1.85rem 1.6rem;
}

.contacts-form-wrap h3 {
    margin: 0 0 0.55rem;
    text-align: center;
    font-size: clamp(2rem, 2.2vw, 2.7rem);
    font-weight: 700;
}

.contacts-form-wrap > p {
    margin: 0 auto 1.1rem;
    text-align: center;
    color: #cfd5df;
    font-size: 0.95rem;
    max-width: 330px;
    line-height: 1.4;
}

.form-status {
    margin: 0 0 0.8rem;
    padding: 0.55rem 0.7rem;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 0.2rem;
}

.form-status-success {
    background: rgba(34, 197, 94, 0.28);
    color: #14532d;
    border: 1px solid rgba(21, 128, 61, 0.5);
}

.form-status-error {
    background: rgba(220, 38, 38, 0.22);
    color: #fee2e2;
    border: 1px solid rgba(248, 113, 113, 0.4);
}

.contacts-form input,
.contacts-form select,
.contacts-form textarea {
    width: 100%;
    border: 0;
    background: #ff5246;
    color: #fff;
    margin-bottom: 0.75rem;
    padding: 0.8rem 0.9rem;
    font-size: 0.95rem;
}

.contacts-form input::placeholder,
.contacts-form select,
.contacts-form textarea::placeholder {
    color: #ffd7d2;
}

.contacts-form select {
    color: #ffd7d2;
}

.contacts-form select:valid {
    color: #fff;
}

.consent-text {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    color: #9ca3af;
    font-size: 0.74rem;
    line-height: 1.25;
    margin: 0.25rem 0 0.9rem;
}

.consent-text a {
    color: #dbeafe;
}

.consent-text a:hover {
    color: #ffffff;
}

.consent-text input {
    width: 13px;
    height: 13px;
    margin: 0.15rem 0 0;
    accent-color: #3b82f6;
    padding: 0;
}

.contacts-form button {
    width: 100%;
    border: 0;
    background: #fff;
    color: #374151;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.8rem 1rem;
    border-radius: 0.2rem;
}

.contacts-form button:hover {
    background: #f3f4f6;
}

.callback-modal .modal-content {
    border: 0;
    border-radius: 0.5rem;
}

.callback-modal .modal-header {
    border-bottom: 1px solid #e5e7eb;
}

.callback-modal .modal-title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.callback-form input {
    width: 100%;
    border: 1px solid #d1d5db;
    padding: 0.7rem 0.85rem;
    margin-bottom: 0.75rem;
}

.callback-contact-methods {
    border: 1px solid #e5e7eb;
    border-radius: 0.35rem;
    margin: 0 0 0.8rem;
    padding: 0.7rem 0.85rem 0.65rem;
}

.callback-contact-methods legend {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #334155;
}

.callback-contact-methods label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.45rem;
    font-size: 0.92rem;
    color: #1f2937;
    cursor: pointer;
}

.callback-contact-methods input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #ef3f33;
}

.callback-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.3;
    margin: 0.15rem 0 0.95rem;
}

.callback-consent input {
    width: 14px;
    height: 14px;
    margin-top: 0.15rem;
}

.callback-consent a {
    color: #ef3f33;
}

.callback-form button {
    width: 100%;
    border: 0;
    background: #ef3f33;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.callback-form button:hover {
    background: #d53024;
}

.site-footer {
    background: #fff;
    color: #4b5563;
    font-size: 1rem;
    padding: 1.15rem 0 1.35rem;
}

.site-footer p {
    margin: 0 0 0.35rem;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    body {
        padding-top: 74px;
    }

    .hero-section {
        margin-top: -74px;
    }

    .hero-slide {
        min-height: 66vh;
        padding: 4.25rem 0;
    }

    .hero-content {
        padding-top: calc(3rem + 100px);
    }

    .hero-content .btn {
        min-width: auto;
        width: 100%;
        font-size: 1rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .monuments-item-top {
        min-height: 280px;
    }

    .monuments-main-image {
        min-height: 280px;
    }

    .monuments-item-text {
        padding: 1.5rem 1.2rem;
    }

    .service-image {
        height: 220px;
    }

    .service-body {
        min-height: 280px;
    }

    .advantages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adv-item {
        min-height: 340px;
    }

    .adv-item h3 {
        font-size: 1.25rem;
    }

    .adv-item p {
        font-size: 0.95rem;
    }

    .stats-section {
        padding: 46px 0 44px;
    }

    .stat-card i {
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
    }

    .faq-question-row h3 {
        font-size: 1.15rem;
    }

    .faq-item p {
        font-size: 0.95rem;
    }

    .hall-top-grid {
        grid-template-columns: 1fr;
    }

    .hall-image-block {
        min-height: 460px;
    }

    .hall-text-block {
        padding: 2.2rem 1.5rem 2rem;
    }

    .hall-book-btn {
        font-size: 1.25rem;
    }

    .hall-bottom-image {
        min-height: 240px;
    }

    .hall-carousel .carousel-control-prev {
        left: 0.5rem;
    }

    .hall-carousel .carousel-control-next {
        right: 0.5rem;
    }

    .contacts-grid {
        grid-template-columns: 1fr;
    }

    .contacts-map {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding-top: 48px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .monuments-section {
        padding: 48px 0;
    }

    .monuments-item-top {
        grid-template-columns: 1fr;
    }

    .monuments-item-reverse .monuments-main-image-wrap,
    .monuments-item-reverse .monuments-item-text {
        order: initial;
    }

    .monuments-main-image {
        min-height: 220px;
    }

    .monuments-item-text {
        padding: 1.2rem 1rem;
    }

    .monuments-carousel .carousel-control-prev,
    .monuments-carousel .carousel-control-next {
        width: 44px;
    }

    .services-subtitle {
        font-size: 1.2rem;
        margin-bottom: 1.8rem;
    }

    .service-image {
        height: 210px;
    }

    .service-body {
        min-height: auto;
    }

    .advantages-section {
        padding: 56px 0 72px;
    }

    .advantages-title {
        margin-bottom: 2rem;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .adv-item {
        min-height: auto;
    }

    .stats-section {
        padding: 40px 0 38px;
    }

    .stats-section::before,
    .stats-section::after {
        height: 12px;
        background:
            radial-gradient(circle at 14px 14px, #ff4d43 14px, transparent 15px) repeat-x;
        background-size: 28px 12px;
    }

    .stats-section::before {
        top: -12px;
    }

    .stats-section::after {
        bottom: -12px;
    }

    .stat-label {
        font-size: 0.68rem;
    }

    .faq-item {
        padding: 0.2rem 0;
    }

    .faq-question-row h3 {
        font-size: 1rem;
    }

    .faq-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .faq-item p {
        font-size: 0.9rem;
    }

    .portfolio-collage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .hall-image-block {
        min-height: 320px;
    }

    .hall-text-block h2 {
        font-size: 1.6rem;
    }

    .hall-text-block p {
        font-size: 0.92rem;
    }

    .hall-bottom-grid {
        grid-template-columns: 1fr;
    }

    .hall-bottom-image {
        min-height: 220px;
    }

    .contacts-info,
    .contacts-form-wrap {
        padding: 1.4rem 1rem 1.2rem;
    }

    .contact-list li {
        font-size: 0.82rem;
    }

    .site-footer {
        font-size: 0.85rem;
    }
}

@media (max-width: 575px) {
    .portfolio-collage {
        grid-template-columns: 1fr;
    }
}
