html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;color:#333;background-color:#fff;line-height:1.6;min-width:360px}a{text-decoration:none;color:inherit}ul{list-style:none}.btn{display:inline-block;padding:12px 24px;background-color:#c5a059;color:#fff;border:none;cursor:pointer;transition:background-color .3s;font-weight:700;text-transform:uppercase;font-size:14px}.btn:hover{background-color:#ae873d}.btn-outline{background:0 0;border:2px solid #c5a059;color:#c5a059}.btn-outline:hover{background:#c5a059;color:#fff}.btn-small{padding:8px 16px;font-size:13px;text-transform:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:60px 0}h1,h2,h3{margin-bottom:20px;color:#1a1a1a}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.mobile-only{display:none}@media (max-width:991px){.mobile-only{display:block}.desktop-only{display:none!important}}.site-header{background-color:#1a1a1a;color:#fff;padding:15px 0;border-bottom:2px solid #c5a059;position:relative;z-index:1000}.site-header .menu-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:10px;z-index:1001}.site-header .menu-toggle .hamburger{display:block;width:25px;height:2px;background-color:#fff;position:relative;transition:background-color .3s}.site-header .menu-toggle .hamburger::after,.site-header .menu-toggle .hamburger::before{content:'';position:absolute;width:25px;height:2px;background-color:#fff;left:0;transition:transform .3s}.site-header .menu-toggle .hamburger::before{top:-8px}.site-header .menu-toggle .hamburger::after{top:8px}.site-header .menu-toggle.active .hamburger{background-color:transparent}.site-header .menu-toggle.active .hamburger::before{transform:translateY(8px) rotate(45deg)}.site-header .menu-toggle.active .hamburger::after{transform:translateY(-8px) rotate(-45deg)}.site-header .main-nav ul{display:flex;gap:20px}.site-header .main-nav ul li{position:relative}.site-header .main-nav ul li:hover .dropdown{display:block}.site-header .main-nav ul a{font-size:14px;text-transform:uppercase;transition:color .3s}.site-header .main-nav ul a:hover{color:#c5a059}.site-header .main-nav .dropdown{display:none;position:absolute;top:100%;left:0;background-color:#1a1a1a;min-width:250px;padding:10px 0;box-shadow:0 5px 15px rgba(0,0,0,.2);border-top:2px solid #c5a059;z-index:100}.site-header .main-nav .dropdown li{width:100%}.site-header .main-nav .dropdown li a{display:block;padding:10px 20px;text-transform:none;white-space:nowrap;font-size:14px}.site-header .main-nav .dropdown li a:hover{background-color:rgba(255,255,255,.1);color:#c5a059}.site-header .main-nav .mobile-contacts{display:none}.site-header .header-contacts{display:flex;flex-direction:row;align-items:center;gap:20px;margin-left:40px}.site-header .header-contacts .phone-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.site-header .header-contacts .phone{font-size:18px;font-weight:700}.site-header .header-contacts .btn-small{padding:5px 10px;font-size:12px}.site-header .nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:998}.site-header .location-switcher{position:relative;margin-right:auto;margin-left:40px}.site-header .location-switcher__btn{background:0 0;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;padding:5px 10px;border:1px solid rgba(255,255,255,.2);border-radius:4px;transition:all .3s}.site-header .location-switcher__btn:hover{border-color:#c5a059;color:#c5a059}.site-header .location-switcher__btn svg{color:#c5a059}.site-header .location-switcher__popup{display:none;position:absolute;top:calc(100% + 10px);left:0;background-color:#fff;color:#333;min-width:450px;box-shadow:0 10px 30px rgba(0,0,0,.15);border-radius:8px;padding:20px;z-index:1100}.site-header .location-switcher__popup.is-open{display:block}.site-header .location-switcher__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;font-weight:700;font-size:16px;color:#1a1a1a}.site-header .location-switcher__close{background:0 0;border:none;font-size:24px;cursor:pointer;line-height:1;padding:0;color:#777}.site-header .location-switcher__close:hover{color:#1a1a1a}.site-header .location-switcher__list{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-height:300px;overflow-y:auto;padding-right:10px}.site-header .location-switcher__list::-webkit-scrollbar{width:4px}.site-header .location-switcher__list::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:2px}.site-header .location-switcher__link{font-size:14px;color:#333;transition:color .2s;display:block;padding:2px 0}.site-header .location-switcher__link:hover{color:#c5a059}.site-header .location-switcher__link.is-active{color:#c5a059;font-weight:700;pointer-events:none}@media (max-width:992px){.site-header .menu-toggle{display:block}.site-header .location-switcher{margin-left:15px}.site-header .location-switcher__btn span{display:none}.site-header .location-switcher__popup{position:fixed;top:0;left:0;width:100%;height:100%;min-width:100%;border-radius:0;padding:40px 20px}.site-header .location-switcher__list{grid-template-columns:1fr;max-height:calc(100vh - 120px)}.site-header .location-switcher__link{font-size:16px;padding:8px 0}.site-header .header-contacts.desktop-only{display:none}.site-header .main-nav{position:fixed;top:0;right:-100%;width:300px;height:100vh;background-color:#1a1a1a;padding:80px 40px;transition:right .3s ease;z-index:999;box-shadow:-5px 0 15px rgba(0,0,0,.3)}.site-header .main-nav.active{right:0}.site-header .main-nav ul{flex-direction:column;gap:30px;margin-bottom:40px}.site-header .main-nav ul a{font-size:18px}.site-header .main-nav ul li:hover .dropdown{display:none}.site-header .main-nav ul li.has-dropdown .dropdown{display:block;position:static;background:0 0;box-shadow:none;padding:15px 0 0 20px;border:none;min-width:0}.site-header .main-nav ul li.has-dropdown .dropdown li{margin-bottom:10px}.site-header .main-nav ul li.has-dropdown .dropdown li:last-child{margin-bottom:0}.site-header .main-nav ul li.has-dropdown .dropdown li a{padding:0;font-size:16px;text-transform:none}.site-header .main-nav .mobile-contacts{display:flex;flex-direction:column;gap:20px}.site-header .main-nav .mobile-contacts .phone{font-size:20px;font-weight:700;color:#c5a059}.site-header.menu-open .nav-overlay{display:block}}.site-header__container{display:flex;justify-content:space-between;align-items:center}.site-header__logo-text{font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.site-header__logo-text span{color:#c5a059}.site-footer{background-color:#1a1a1a;color:#fff;padding:60px 0 0;margin-top:60px}.site-footer h4{color:#c5a059;margin-bottom:20px;text-transform:uppercase;font-size:16px}.site-footer__logo-text{font-size:24px;font-weight:700;text-transform:uppercase;margin-bottom:15px;display:block}.site-footer__logo-text span{color:#c5a059}.site-footer__container{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:40px}@media only screen and (min-width:592px){.site-footer__container{grid-template-columns:1fr 1fr;gap:20px}}@media only screen and (min-width:652px){.site-footer__container{grid-template-columns:2fr 1fr 1fr;gap:40px}}.site-footer__bottom{background-color:#0d0d0d;padding:20px 0;font-size:12px;color:#777}.site-footer__bottom a{color:#777;text-decoration:underline}.site-footer__bottom a:hover{color:#fff}.site-footer__bottom-container{display:flex;justify-content:space-between;align-items:center}@media (max-width:600px){.site-footer__bottom-container{flex-direction:column;gap:10px}}.site-footer__phone{font-size:18px;font-weight:700;display:block;margin:10px 0}.hero{background-color:#1a1a1a;color:#fff;text-align:center;padding:100px 0;background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(https://images.unsplash.com/photo-1517430816045-df4b7de11d1d?auto=format&fit=crop&q=80&w=2000);background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(https://ritual.ru/local/templates/ritual/images/main-banner4.webp);background-size:cover;background-position:center}.hero h1{font-size:36px;margin-bottom:20px;color:#c5a059}@media only screen and (min-width:592px){.hero h1{font-size:48px}}.hero p{font-size:16px;max-width:800px;margin:0 auto 40px}@media only screen and (min-width:592px){.hero p{font-size:18px}}.hero .hero-actions{display:flex;justify-content:center;gap:20px}.section-title{text-align:center;font-size:32px;margin-bottom:50px;position:relative;padding-bottom:15px}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:#c5a059}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media only screen and (min-width:822px){.services-grid{grid-template-columns:1fr 1fr 1fr}}.service-card{background:#f9f9f9;padding:20px;border-top:4px solid #c5a059;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:transform .3s;text-align:center}.service-card:hover{transform:translateY(-5px)}.service-card .service-icon{width:80px;height:80px;margin:0 auto 20px}.service-card .service-icon img{width:100%;height:100%;object-fit:contain}.service-card h3{font-size:16px;margin-bottom:15px}.service-card p{color:#777;margin-bottom:20px;min-height:50px}.service-card .link{color:#c5a059;font-weight:700;text-transform:uppercase;font-size:14px}@media only screen and (min-width:592px){.service-card{padding:40px}.service-card h3{font-size:22px}}.service-description{display:none}@media only screen and (min-width:592px){.service-description{display:block}}.cemetery-card{background:#1a1a1a;color:#fff;border-top-color:#fff}.cemetery-card h3{color:#c5a059}.cemetery-card p{color:#aaa}.cemetery-card .cemetery-selector{display:flex;flex-direction:column;gap:15px;margin-top:20px}.cemetery-card .cemetery-selector select{padding:10px;background:#333;color:#fff;border:1px solid #444;outline:0}.cemetery-card .cemetery-selector select:disabled{opacity:.5;cursor:not-allowed}.cemetery-card .cemetery-selector .btn-block{display:block;text-align:center}.cemetery-card .cemetery-selector .disabled{background-color:#555;cursor:not-allowed;pointer-events:none}.page-header{background-color:#f9f9f9;padding:40px 0 60px;border-bottom:1px solid #eee}.page-header .breadcrumb{font-size:14px;color:#777;margin-bottom:30px}.page-header .breadcrumb a{color:#c5a059}.page-header .breadcrumb a:hover{text-decoration:underline}.page-header .service-promo__grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media only screen and (min-width:652px){.page-header .service-promo__grid{grid-template-columns:1fr 600px}}.page-header .service-promo__title{font-size:32px;color:#1a1a1a;margin:0 0 20px 0;line-height:1.2}@media only screen and (min-width:652px){.page-header .service-promo__title{font-size:42px}}.page-header .service-promo__subtitle{font-size:18px;font-weight:500;margin-bottom:25px;color:#333;line-height:1.4}.page-header .service-promo__subtitle strong{color:#c5a059}.page-header .service-promo__text{font-size:16px;margin-bottom:10px;color:#333}.page-header .service-promo__text a{color:#c5a059;font-weight:700;text-decoration:none}.page-header .service-promo__text a:hover{text-decoration:underline}.page-header .service-promo__note{font-size:13px;color:#777;margin-bottom:25px}.page-header .service-promo__btn{padding:15px 40px;font-size:16px}.page-header .service-promo__image img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.service-detail .service-content{max-width:800px;margin:0 auto}.service-detail .service-content h2{margin-bottom:30px}.service-detail .service-content h3{margin-top:40px}.service-detail .service-content ul{margin:20px 0;padding-left:20px}.service-detail .service-content ul li{margin-bottom:10px;position:relative}.service-detail .service-content ul li::before{content:'•';color:#c5a059;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.service-detail .cta-box{background-color:#1a1a1a;color:#fff;padding:40px;margin-top:60px;text-align:center;border-radius:4px}.service-detail .cta-box h4{color:#c5a059;font-size:24px;margin-bottom:15px}.service-detail .cta-box p{margin-bottom:25px;color:#ccc}.service-detail .service-prices{margin-top:60px}.service-detail .service-prices .prices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:40px}.service-detail .service-prices .price-card{background-color:#f9f9f9;padding:40px 30px;border-top:4px solid #c5a059;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.05);display:flex;flex-direction:column}.service-detail .service-prices .price-card h3{font-size:20px;margin-bottom:15px;text-transform:uppercase;color:#1a1a1a}.service-detail .service-prices .price-card .price-value{font-size:28px;font-weight:700;color:#c5a059;margin-bottom:25px}.service-detail .service-prices .price-card .price-features{list-style:none;padding:0;margin:0 0 30px;flex-grow:1}.service-detail .service-prices .price-card .price-features li{padding:10px;border-bottom:1px solid #ddd;color:#777;font-size:14px;text-align:left}.service-detail .service-prices .price-card .price-features li:last-child{border-bottom:none}.cemetery-search-box{background-color:#f0f0f0;padding:30px;margin:40px 0;border-left:5px solid #c5a059}.cemetery-search-box h4{margin-bottom:20px}.cemetery-search-box .selector-container{display:grid;grid-template-columns:1fr 1fr auto;gap:15px}.cemetery-search-box .selector-container select{padding:12px;border:1px solid #ddd}.cemetery-search-box .selector-container .disabled{background-color:#ccc;pointer-events:none}.main-content{background-color:#fff}.main-content .content-wrapper{max-width:900px;margin:0 auto;position:relative;overflow:hidden;transition:max-height .5s ease-in-out}.main-content .content-wrapper.collapsible-wrapper{max-height:250px}.main-content .content-wrapper.collapsible-wrapper.expanded{max-height:2000px}.main-content .content-wrapper.collapsible-wrapper.expanded+.content-toggle-container #content-toggle-btn::after{content:' ▲'}.main-content .content-wrapper.collapsible-wrapper.expanded .content-fade{display:none}.main-content .content-fade{position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(transparent,#fff);pointer-events:none}.main-content .content-toggle-container{text-align:center;margin-top:30px}.main-content .content-toggle-container #content-toggle-btn::after{content:' ▼';font-size:10px}.main-content .content-text{font-size:16px;line-height:1.8;color:#333}.main-content .content-text p{margin-bottom:20px}.main-content .content-text h3{font-size:24px;margin:40px 0 20px;color:#1a1a1a}.main-content .content-text ul{margin-bottom:30px}.main-content .content-text ul li{margin-bottom:15px;padding-left:25px;position:relative}.main-content .content-text ul li::before{content:'✓';position:absolute;left:0;color:#c5a059;font-weight:700}.main-content .content-text ul li strong{color:#1a1a1a}.faq{background-color:#f9f9f9}.faq__list{margin:0 auto}.faq__item{background-color:#fff;margin-bottom:20px;box-shadow:0 2px 5px rgba(0,0,0,.05);border-left:4px solid #c5a059;transition:all .3s ease}.faq__question{width:100%;text-align:left;padding:25px 30px;font-size:20px;font-weight:700;color:#1a1a1a;background:0 0;border:none;cursor:pointer;position:relative;padding-right:60px;font-family:inherit}.faq__question::after{content:'▼';position:absolute;right:30px;top:50%;transform:translateY(-50%);font-size:14px;color:#c5a059;transition:transform .3s ease}.faq__question:hover{color:#c5a059}.faq__answer{max-height:0;overflow:hidden;transition:all .3s ease;padding:0 30px}.faq__answer-content{color:#777;line-height:1.6}.faq__item--active .faq__question::after{transform:translateY(-50%) rotate(180deg)}.faq__item--active .faq__answer{max-height:500px;padding-bottom:30px}.workshop-catalog,.workshop-preview,.workshop-products{padding:60px 0}.workshop-catalog .section-subtitle,.workshop-preview .section-subtitle,.workshop-products .section-subtitle{text-align:center;max-width:800px;margin:-20px auto 40px;color:#777}.workshop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;margin-bottom:40px}.workshop-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .3s ease;text-align:center;display:flex;flex-direction:column;overflow:hidden}.workshop-card:hover{transform:translateY(-5px)}.workshop-card .card-image{height:180px;background:#f5f5f5;overflow:hidden}.workshop-card .card-image img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.workshop-card:hover .card-image img{transform:scale(1.1)}.workshop-card .card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.workshop-card h3{margin:0 0 10px;font-size:1.1rem;color:#1a1a1a}.workshop-card p{margin:0 0 15px;color:#777;font-size:.85rem}.workshop-card .link{font-weight:700;color:#1a1a1a;text-decoration:none;margin-top:auto}.workshop-card .link:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card .product-image{height:250px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-card .product-image img{max-width:100%;max-height:100%;object-fit:cover}.product-card .product-image .no-image{color:#ccc;font-style:italic}.product-card .product-info{padding:20px;text-align:center}.product-card .product-info h3{margin:0 0 10px;font-size:1.1rem;min-height:2.4em;display:flex;align-items:center;justify-content:center}.product-card .product-info .product-price{font-weight:700;color:#1a1a1a;font-size:1.2rem;margin-bottom:15px}.product-card .product-info .btn{width:100%}.product-detail{padding:60px 0}.product-detail .product-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}@media (max-width:592px){.product-detail .product-layout{grid-template-columns:1fr}}.product-detail .product-gallery{background:#f9f9f9;border-radius:8px;padding:20px;display:flex;align-items:center;justify-content:center}.product-detail .product-gallery img{max-width:100%;border-radius:4px}.product-detail .product-gallery .no-image.large{height:400px;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:1.5rem}.product-detail .product-main-info .product-price{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:30px}.product-detail .product-main-info .product-description{line-height:1.6;margin-bottom:40px}.product-detail .product-main-info .product-description p{margin-bottom:15px}.product-detail .product-main-info .product-cta{background:#f4f7f6;padding:30px;border-radius:8px}.product-detail .product-main-info .product-cta p{margin-bottom:20px;font-weight:500}.section-actions{text-align:center;margin-top:40px}.cta{padding:60px 0;background:#1a1a1a;color:#fff}.cta .cta-box{text-align:center;max-width:700px;margin:0 auto}.cta .cta-box h3{font-size:2rem;margin-bottom:15px}.cta .cta-box p{font-size:1.1rem;margin-bottom:30px;opacity:.9}.cta .cta-box .btn{background:#fff;color:#1a1a1a}.cta .cta-box .btn:hover{background:#f0f0f0}.text-page{padding:60px 0}.text-page__content{max-width:800px;margin:0 auto;line-height:1.6;color:#333}.text-page__content h1{font-size:2.5rem;margin-bottom:40px;text-align:center}.text-page__content h2{font-size:1.8rem;margin:40px 0 20px;color:#1a1a1a}.text-page__content p{margin-bottom:20px}.text-page__content ul{margin-bottom:25px;list-style:disc;padding-left:20px}.text-page__content ul li{margin-bottom:10px}.text-page__content strong{color:#1a1a1a}.mobile-call-panel{display:none}@media only screen and (max-width:481px){.mobile-call-panel{display:block;position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:10px 15px;background:rgba(255,255,255,.98);box-shadow:0 -2px 15px rgba(0,0,0,.15);border-top:1px solid #eee}}.mobile-call-container{display:flex;align-items:center;justify-content:space-between}.mobile-call-info{display:flex;flex-direction:column}.mobile-call-label{font-size:11px;color:#777;text-transform:uppercase;letter-spacing:.5px}.mobile-call-number{font-size:18px;font-weight:800;color:#1a1a1a;text-decoration:none;line-height:1.2}.mobile-call-action-btn{display:flex;align-items:center;justify-content:center;width:46px;height:46px;background-color:#c5a059;color:#fff;border-radius:50%;box-shadow:0 3px 8px rgba(197,160,89,.3);transition:transform .2s ease,background-color .2s ease}.mobile-call-action-btn:active{transform:scale(.95);background-color:#be9546}.mobile-call-action-btn svg{width:22px;height:22px}@media only screen and (max-width:481px){body{padding-bottom:70px}}.contacts-section{padding:60px 0;background-color:#f9f9f9}.contacts-section .section-title{text-align:center;margin-bottom:40px}.contacts-grid{display:grid;grid-template-columns:1fr;gap:30px;align-items:stretch}@media only screen and (min-width:652px){.contacts-grid{grid-template-columns:1fr 1fr}}.contacts-info-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:center;gap:30px;height:100%}.contacts-info-card__item{display:flex;gap:15px}.contacts-info-card__icon{flex-shrink:0;width:40px;height:40px;background-color:rgba(197,160,89,.1);color:#c5a059;border-radius:50%;display:flex;align-items:center;justify-content:center}.contacts-info-card__icon svg{width:20px;height:20px}.contacts-info-card__content h3{margin:0 0 5px 0;font-size:16px;color:#777;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.contacts-info-card__content p{margin:0;font-size:16px;color:#333;line-height:1.4}.contacts-info-card__link{display:block;font-size:20px;font-weight:700;color:#1a1a1a;text-decoration:none;margin-bottom:5px}.contacts-info-card__link:hover{color:#c5a059}.contacts-info-card__note{font-size:13px;color:#c5a059}.contacts-map-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);min-height:400px;display:flex}.contacts-map-card__link{display:block;width:100%;height:100%}.contacts-map-card__image{display:block;height:100%;width:100%;object-fit:cover}.shop-layout{display:flex;gap:30px;align-items:flex-start;flex-direction:column}@media only screen and (min-width:652px){.shop-layout{flex-direction:row}}.shop-sidebar{flex:0 0 280px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);top:20px;flex:1 1 auto;width:100%;position:static}@media only screen and (min-width:652px){.shop-sidebar{flex:0 0 280px;width:auto;position:sticky}}.shop-content{flex:1 1 auto;width:100%}.shop-intro-text{margin-bottom:40px;font-size:16px;line-height:1.6;color:#333}.shop-sidebar-nav .sidebar-title{font-size:18px;margin-top:0;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #c5a059;color:#1a1a1a}.shop-sidebar-nav .sidebar-list{list-style:none;padding:0;margin:0}.shop-sidebar-nav .sidebar-item{margin-bottom:10px}.shop-sidebar-nav .sidebar-item.active>.sidebar-link{color:#c5a059;font-weight:700}.shop-sidebar-nav .sidebar-link{display:block;padding:5px 0;color:#333;text-decoration:none;font-size:16px;transition:color .2s ease}.shop-sidebar-nav .sidebar-link:hover{color:#c5a059}.shop-sidebar-nav .sidebar-sublist{list-style:none;padding-left:15px;margin-top:5px;border-left:1px solid #eee}.shop-sidebar-nav .sidebar-subitem{margin-bottom:5px}.shop-sidebar-nav .sidebar-subitem.active .sidebar-sublink{color:#c5a059;font-weight:700}.shop-sidebar-nav .sidebar-sublink{display:block;padding:3px 0;color:#777;text-decoration:none;font-size:14px;transition:color .2s ease}.shop-sidebar-nav .sidebar-sublink:hover{color:#c5a059}.search-toggle{background:0 0;border:none;cursor:pointer;color:inherit;display:flex;align-items:center;padding:8px;transition:color .3s}.search-toggle:hover{color:#c5a059}.search-toggle svg{display:block}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:2000;display:flex;justify-content:center;padding-top:100px;opacity:0;visibility:hidden;transition:all .3s}.search-overlay.active{opacity:1;visibility:visible}.search-overlay .container{position:relative;width:100%;max-width:800px}.search-close{position:absolute;top:-60px;right:20px;background:0 0;border:none;color:#fff;font-size:40px;cursor:pointer;line-height:1}.search-close:hover{color:#c5a059}#search{--pagefind-ui-primary:#c5a059;--pagefind-ui-text:#ffffff;--pagefind-ui-background:transparent;--pagefind-ui-border:#777777;--pagefind-ui-tag:#c5a059}#search .pagefind-ui__search-input{background:rgba(255,255,255,.1);border:1px solid #777;color:#fff}#search .pagefind-ui__search-input:focus{border-color:#c5a059}#search .pagefind-ui__result-link{color:#c5a059!important}#search .pagefind-ui__result-excerpt{color:#fff!important}#search .pagefind-ui__message{color:#fff!important}@media (max-width:991px){.header-contacts .search-toggle{display:none}}.cemetery-search-wrapper{margin-bottom:30px}.cemetery-search-wrapper #cemetery-search{width:100%;padding:15px 20px;font-size:1.1rem;border:2px solid #eee;border-radius:4px;transition:border-color .3s ease;outline:0}.cemetery-search-wrapper #cemetery-search:focus{border-color:#c5a059}.cemetery-search-wrapper #cemetery-search::placeholder{color:#999}.alphabet-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px;padding:20px;background:#f9f9f9;border-radius:4px}.alphabet-nav .alphabet-nav-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #ddd;color:#1a1a1a;font-weight:700;transition:all .3s ease}.alphabet-nav .alphabet-nav-link:hover{background:#c5a059;color:#fff;border-color:#c5a059}.cemetery-alphabet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px}.alphabet-group{scroll-margin-top:100px}.alphabet-group .alphabet-letter{font-size:2rem;color:#c5a059;border-bottom:2px solid #c5a059;margin-bottom:15px;padding-bottom:5px}.alphabet-group .alphabet-names{list-style:none;padding:0;margin:0}.alphabet-group .alphabet-names li{margin-bottom:10px}.alphabet-group .alphabet-names li a{color:#333;font-size:1.1rem;transition:color .3s ease}.alphabet-group .alphabet-names li a:hover{color:#c5a059}.cemetery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin:40px 0}.cemetery-card{background:#fff;border:1px solid #eee;padding:25px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.cemetery-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.05)}.cemetery-card h3{margin-top:0;margin-bottom:15px;font-size:1.25rem;color:#1a1a1a}.cemetery-card p{flex-grow:1;font-size:.95rem;line-height:1.6;color:#666;margin-bottom:20px}.cemetery-card .link{font-weight:600;color:#c5a059;text-decoration:none}.cemetery-card .link:hover{text-decoration:underline}.cemetery-detail{padding:40px 0}.cemetery-detail .cemetery-gallery{margin-bottom:30px}.cemetery-detail .cemetery-gallery .main-image{width:100%;max-height:500px;object-fit:cover;border-radius:4px}.cemetery-detail .text-content{line-height:1.8;font-size:1.1rem}.cemetery-detail .text-content h2,.cemetery-detail .text-content h3{margin-top:2em;margin-bottom:1em}.cemetery-detail .text-content p{margin-bottom:1.5em}.cemetery-detail .text-content ol,.cemetery-detail .text-content ul{margin-bottom:1.5em;padding-left:20px}.cemetery-detail .text-content ol li,.cemetery-detail .text-content ul li{margin-bottom:.5em}.cemetery-detail .text-content table{width:100%;border-collapse:collapse;margin:2em 0}.cemetery-detail .text-content table td,.cemetery-detail .text-content table th{padding:12px;border:1px solid #eee;text-align:left}.cemetery-detail .text-content table th{background:#f9f9f9}.cemetery-info{padding:3%;border:4px solid #c5a059;margin-bottom:20px}.cemetery-info p{margin-bottom:15px}.cemetery-info p:last-child{margin-bottom:0}.cemetery-info ul{list-style:none;padding:0;margin:20px 0 0 0}.cemetery-info ul li{position:relative;padding-left:25px;margin-bottom:12px;line-height:1.5;font-size:1rem}.cemetery-info ul li:last-child{margin-bottom:0}.cemetery-info ul li::before{content:"•";position:absolute;left:0;color:#c5a059;font-weight:700;font-size:1.2rem;top:-2px}.cemetery-info__phone{margin-bottom:10px}.cemetery-info__phone a{display:inline-block;padding:12px 24px;background-color:#c5a059;color:#fff;border:none;cursor:pointer;transition:background-color .3s;font-weight:700;text-transform:uppercase;font-size:14px}.cemetery-info__phone a:hover{background-color:#ae873d}.cemetery-info__address{font-style:italic;color:#777;margin-bottom:10px}.cemetery-info__coordinates{margin-bottom:10px}.cemetery-info__coordinates a{color:#c5a059;text-decoration:none;font-weight:500}.cemetery-info__coordinates a:hover{text-decoration:underline}.service-locations{background-color:#f9f9f9;border-top:1px solid #eee}.service-locations .section-title{text-align:center;margin-bottom:40px;font-size:28px}.service-locations .locations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media only screen and (min-width:592px){.service-locations .locations-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:822px){.service-locations .locations-grid{grid-template-columns:repeat(4,1fr)}}.service-locations .locations-grid li .btn-location{display:block;text-align:center;padding:10px 15px;font-size:13px;text-transform:none;background-color:#fff;color:#1a1a1a;border:1px solid #ddd;border-radius:4px}.service-locations .locations-grid li .btn-location:hover{background-color:#c5a059;color:#fff;border-color:#c5a059;text-decoration:none}.cemetery-hero{padding:40px 0;background-color:#f9f9f9}.cemetery-hero__wrapper{display:flex;gap:40px;align-items:flex-start}@media (max-width:991px){.cemetery-hero__wrapper{flex-direction:column}}.cemetery-hero__left{flex:0 0 40%}@media (max-width:991px){.cemetery-hero__left{flex:0 0 100%;width:100%}}.cemetery-hero__right{flex:1;display:flex;flex-direction:column;gap:30px}.cemetery-hero__image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.cemetery-hero__workshop h3{margin-bottom:15px;font-size:1.25rem;color:#1a1a1a}.cemetery-hero__workshop .workshop-links{display:flex;flex-wrap:wrap;gap:10px}.cemetery-hero__workshop .workshop-links .btn-workshop{background:#fff;color:#1a1a1a;border:1px solid #ddd;padding:10px 20px;text-transform:none;font-size:.9rem;font-weight:400}.cemetery-hero__workshop .workshop-links .btn-workshop:hover{background:#c5a059;color:#fff;border-color:#c5a059}.services-grid-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}@media (max-width:575px){.services-grid-mini{grid-template-columns:repeat(2,1fr)}}.service-card-mini{background:#fff;border:1px solid #eee;padding:15px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;border-radius:4px;height:100%}.service-card-mini:hover{border-color:#c5a059;box-shadow:0 5px 15px rgba(0,0,0,.05);transform:translateY(-2px)}.service-card-mini__icon{margin-bottom:10px;height:40px;display:flex;align-items:center;justify-content:center}.service-card-mini__icon img{max-width:100%;max-height:100%;object-fit:contain}.service-card-mini__title{font-size:.85rem;font-weight:600;color:#333;line-height:1.3}.workshop-category-sections{padding:0 0 60px 0}.workshop-category-sections .workshop-section{margin-bottom:60px;scroll-margin-top:100px}.workshop-category-sections .workshop-section .section-title{margin-bottom:30px;border-bottom:2px solid #eee;padding-bottom:10px}.section-nav{background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #eee;margin-bottom:20px}.section-nav__container{display:flex;flex-wrap:nowrap;gap:8px;padding-bottom:8px;padding-top:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.section-nav__container::-webkit-scrollbar{display:none}@media (max-width:1024px){.section-nav__container{padding-left:20px;padding-right:20px}}.section-nav__btn{text-transform:none;white-space:nowrap;padding:5px 12px;font-size:13px;line-height:1.2;border-width:1px;flex:1;text-align:center}.error-404{display:flex;align-items:center;justify-content:center;min-height:60vh;text-align:center}.error-404__content{max-width:600px;margin:0 auto}.error-404__title{font-size:120px;line-height:1;margin-bottom:20px;color:#c5a059;font-weight:700}.error-404__message{font-size:24px;font-weight:700;margin-bottom:15px;color:#1a1a1a}.error-404__description{font-size:16px;color:#777;margin-bottom:30px}.error-404__button{display:inline-block;padding:12px 24px;background-color:#c5a059;color:#fff;border:none;cursor:pointer;transition:background-color .3s;font-weight:700;text-transform:uppercase;font-size:14px}.error-404__button:hover{background-color:#ae873d}@media (max-width:768px){.error-404__title{font-size:80px}.error-404__message{font-size:20px}}