 @font-face{font-family:'Manrope';font-style:normal;font-weight:400;font-display:optional;src:url('/fonts/Manrope-Regular.woff2') format('woff2')}@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:optional;src:url('/fonts/Manrope-Bold.woff2') format('woff2')}@font-face{font-family:'Manrope';font-style:normal;font-weight:800;font-display:optional;src:url('/fonts/Manrope-ExtraBold.woff2') format('woff2')}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{height:100%;font-size:10px;scroll-behavior:smooth}body{margin:0;padding:0;color:#000000;font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:1.6rem;line-height:1.6;text-align:left;word-break:normal;min-height:100vh;display:flex;flex-direction:column;background:#ffffff}a{color:#f97316;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}ul{list-style:none}.header-wrap{position:fixed;top:0;left:0;right:0;z-index:100;width:100%}.header-spacer{height:110px;flex-shrink:0}.header{background:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,0.08)}.header__inner{max-width:1280px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;gap:20px}.header__logo{display:flex;align-items:center;gap:12px;flex-shrink:0;text-decoration:none}.header__logo-img{width:38px;height:42px;border-radius:10px}.header__logo-text{font-size:1.7rem;font-weight:800;color:#0f172a;line-height:1.15;text-decoration:none;white-space:nowrap;letter-spacing:-0.3px}.header__logo-text span{display:block;font-size:1.05rem;font-weight:500;color:#64748b;letter-spacing:0;margin-top:1px}.header__region{display:flex;align-items:center;gap:5px;color:#64748b;font-size:1.3rem;cursor:pointer;padding:5px 12px;border-radius:8px;transition:all 0.15s;background:transparent;border:1px solid #e2e8f0;white-space:nowrap}.header__region:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.header__region svg{width:14px;height:14px;fill:currentColor;flex-shrink:0}.header__spacer{flex:1}.header__phone-box{display:flex;flex-direction:column;align-items:flex-end}.header__phone{display:flex;align-items:center;gap:8px;color:#0f172a;font-size:1.45rem;font-weight:700;text-decoration:none;white-space:nowrap;letter-spacing:0.2px}.header__phone:hover{text-decoration:none}.header__phone-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;display:inline-block;box-shadow:0 0 0 4px rgba(34,197,94,0.12);animation:pulse-ring 2.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse-ring{0%,100%{box-shadow:0 0 0 4px rgba(34,197,94,0.12)}50%{box-shadow:0 0 0 8px rgba(34,197,94,0.06)}}.header__phone-text{font-size:1.1rem;color:#64748b;font-weight:500;letter-spacing:0.02em;white-space:nowrap}.header__social{display:flex;align-items:center;gap:4px}.header__social-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#f1f5f9;transition:all 0.15s;text-decoration:none}.header__social-btn:hover{background:#e2e8f0;text-decoration:none}.header__social-btn img{width:20px;height:20px;transition:transform 0.15s}.header__social-btn:hover img{transform:scale(1.1)}.header__burger{display:none;width:40px;height:40px;border:none;background:#f1f5f9;border-radius:8px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px;transition:background 0.15s}.header__burger:hover{background:#e2e8f0}.header__burger span{display:block;width:18px;height:2px;background:#334155;border-radius:2px;transition:all 0.3s;transform-origin:center}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;background:rgba(0,0,0,0.5)}.mobile-menu.open{display:block}.mobile-menu__panel{position:absolute;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:#ffffff;display:flex;flex-direction:column;animation:slideIn 0.25s ease}@keyframes slideIn{from{transform:translateX(-100%)}to{transform:translateX(0)}}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9}.mobile-menu__city{display:flex;align-items:center;gap:8px;width:100%;padding:12px 20px;background:#fff7ed;border:none;border-bottom:1px solid #fed7aa;color:#9a3412;font-size:1.4rem;font-weight:600;cursor:pointer;transition:background 0.15s}.mobile-menu__city:hover{background:#ffedd5}.mobile-menu__city svg{width:16px;height:16px;fill:#f97316;flex-shrink:0}.mobile-menu__close{width:32px;height:32px;background:#f1f5f9;border:none;border-radius:8px;color:#334155;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s}.mobile-menu__close:hover{background:#e2e8f0}.mobile-menu__nav{flex:1;padding:8px 0;overflow-y:auto}.mobile-menu__nav a{display:block;padding:12px 20px;color:#64748b;font-size:1.4rem;font-weight:600;text-decoration:none;transition:all 0.15s;border-left:3px solid transparent}.mobile-menu__nav a:hover,.mobile-menu__nav a.active{color:#0f172a;background:#f8fafc;border-left-color:#fb923c}.mobile-menu__contacts{padding:16px 20px;border-top:1px solid #f1f5f9}.mobile-menu__phone{display:flex;align-items:center;gap:8px;color:#0f172a;font-size:1.5rem;font-weight:700;text-decoration:none;margin-bottom:12px}.mobile-menu__phone svg{width:16px;height:16px;fill:#22c55e}.mobile-menu__social{display:flex;gap:8px}.header__nav{background:#ffffff;border-top:1px solid #f1f5f9;box-shadow:0 1px 3px rgba(0,0,0,0.06)}.header__menu{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:0;list-style:none}.header__menu li{display:block}.header__menu-item{position:relative}.header__menu-link{display:flex;align-items:center;gap:4px;padding:12px 18px;color:#64748b;font-size:1.35rem;font-weight:600;text-decoration:none;transition:color 0.15s;white-space:nowrap;border-bottom:2px solid transparent}.header__menu-link svg{width:12px;height:12px;fill:currentColor;transition:transform 0.2s}.header__menu-link:hover,.header__menu-link.active{color:#0f172a;border-bottom-color:#fb923c}.header__menu-item:hover>.header__menu-link svg{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;left:0;min-width:240px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:6px;list-style:none;opacity:0;visibility:hidden;transform:translateY(4px);transition:all 0.2s ease;box-shadow:0 12px 40px rgba(0,0,0,0.12);z-index:200}.header__menu-item:hover>.header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-link{display:flex;align-items:center;gap:10px;padding:10px 14px;color:#334155;font-size:1.3rem;font-weight:500;text-decoration:none;border-radius:8px;transition:all 0.15s;white-space:nowrap}.header__dropdown-link:hover{background:#f1f5f9;color:#0f172a}.header__dropdown-link svg{width:16px;height:16px;fill:#fb923c;flex-shrink:0}.header__dropdown-divider{height:1px;background:#e2e8f0;margin:4px 10px}.no-scroll{overflow:hidden}.hidden{display:none !important}.visible{display:block !important}.header__burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.content{flex:1;width:100%}.container{max-width:1280px;margin:0 auto;padding:0 20px}.main_offer{position:relative;width:100%;padding:0;margin:0;background:url('../img/fon/gruzchik_fon_1230.webp') center center / cover no-repeat;color:#ffffff;overflow:hidden}.main_offer::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,0.92) 0%,rgba(30,41,59,0.85) 100%);pointer-events:none}.main_offer__inner{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:48px 20px 44px;display:flex;flex-direction:row;align-items:center;gap:40px;box-sizing:border-box}.main_offer__left{flex:1;min-width:0}.main_offer__title{margin:0 0 6px 0;padding:0;font-size:3.4rem;font-weight:900;line-height:1.08;letter-spacing:-0.3px}.main_offer__subtitle{margin:0 0 24px 0;padding:0;font-size:1.5rem;font-weight:400;color:rgba(255,255,255,0.7)}.main_offer__advantages{list-style:none;margin:0 0 28px 0;padding:0;display:flex;flex-direction:column;gap:10px}.main_offer__advantages li{display:flex;align-items:center;gap:10px;font-size:1.4rem;font-weight:500;line-height:1.3;color:#ffffff}.main_offer__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.main_offer__stats{display:flex;gap:28px}.main_offer__stat{display:flex;flex-direction:column;gap:2px}.main_offer__stat strong{font-size:1.8rem;font-weight:800;color:#f97316}.main_offer__stat span{font-size:1.2rem;font-weight:500;color:rgba(255,255,255,0.6)}.main_offer__right{flex:0 0 420px;min-width:0}.main_offer__card{position:relative;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:0;overflow:hidden}.main_offer__card-header{padding:24px 28px 20px}.main_offer__card-title{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:4px}.main_offer__card-sub{font-size:1.3rem;color:#64748b;font-weight:400}.main_offer__card .main_fields{display:none}.main_offer__phone-row{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:10px;background:#ffffff;margin-bottom:12px;transition:border-color 0.2s}.main_offer__phone-row:focus-within{border-color:#f97316}.main_offer__phone-icon{display:flex;align-items:center;justify-content:center;padding-left:14px;flex-shrink:0}.main_offer__input--phone{border:none !important;background:transparent !important;margin-bottom:0 !important;padding-left:10px !important;color:#0f172a !important}.main_offer__input--phone::placeholder{color:#94a3b8}.main_offer__input--phone:focus{border-color:transparent !important;box-shadow:none !important}.main_offer__input{display:block;width:100%;padding:13px 16px;border:1px solid #cbd5e1;border-radius:10px;background:#ffffff;color:#0f172a;font-size:1.5rem;font-family:inherit;font-weight:500;outline:none;margin-bottom:10px;box-sizing:border-box;transition:border-color 0.2s}.main_offer__input::placeholder{color:#94a3b8;font-weight:400}.main_offer__input:focus{border-color:#f97316}.main_offer__btn{display:block;width:100%;padding:14px 24px;border:none;border-radius:10px;background:linear-gradient(135deg,#f97316,#ea580c);color:#ffffff;font-size:1.5rem;font-weight:700;font-family:inherit;cursor:pointer;margin-bottom:14px;transition:transform 0.15s,box-shadow 0.2s;box-shadow:0 4px 14px rgba(249,115,22,0.35)}.main_offer__btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(249,115,22,0.45)}.main_offer__btn:active{transform:translateY(0)}.main_offer__trust{display:flex;gap:16px;margin-bottom:14px}.main_offer__trust-item{display:flex;align-items:center;gap:5px;font-size:1.15rem;font-weight:500;color:#475569}.main_offer__check{display:flex;align-items:center;gap:6px;font-size:1.1rem;color:#64748b}.main_offer__check input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:14px;height:14px;border:1.5px solid #cbd5e1;border-radius:3px;background:#ffffff;cursor:pointer;flex-shrink:0;position:relative}.main_offer__check input[type="checkbox"]:checked{background:#f97316;border-color:#f97316}.main_offer__check input[type="checkbox"]:checked::after{content:'✓';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:0.9rem;font-weight:700}.main_offer__check a{color:#64748b;text-decoration:none;border-bottom:1px dotted #94a3b8}.main_offer__check a:hover{color:#f97316;border-bottom-color:#f97316}#offer_form{border:none;background:none;width:100%;padding:0 28px 28px;margin:0}#offer_form .main_fields{display:none;visibility:hidden}.messengers{display:flex;flex-direction:row;gap:12px;margin-bottom:24px}.messengers div{flex:1;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;text-align:center;transition:border-color 0.25s,transform 0.2s}.messengers div:hover{border-color:#f97316;transform:translateY(-2px)}.messengers div form{border-radius:inherit;width:100%;height:auto;margin:0;padding:0}.messengers div form button{border:none;border-radius:inherit;width:100%;height:52px;margin:0;padding:0;color:#334155;font-weight:700;font-size:1.4rem;text-align:center;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;background:transparent;cursor:pointer;font-family:inherit;transition:color 0.2s}.messengers div form button span:nth-child(1){display:block;width:28px;height:28px;background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0}.messengers div form button span:nth-child(2){display:block;visibility:visible;width:auto;height:auto;flex-grow:0}.messengers div form.vkontakte button span:nth-child(1){background-image:url('../img/icons/vkontakte_36.webp')}.messengers div form.max button span:nth-child(1){background-image:url('../img/icons/max_36.webp')}.messengers div form.telegram button span:nth-child(1){background-image:url('../img/icons/telegram_36.webp')}.messengers div form.vkontakte:hover{color:#5d8def}.messengers div form.max:hover{color:#a78bfa}.messengers div form.telegram:hover{color:#38bdf8}.section__header{text-align:center;margin-bottom:40px}.section__header--left{text-align:left}.section__title{font-size:2.8rem;font-weight:800;color:#0f172a;margin-bottom:6px}.section__title-accent{display:inline;background:linear-gradient(180deg,transparent 0%,transparent 50%,rgba(249,115,22,0.3) 50%,rgba(249,115,22,0.3) 100%);padding:0 6px}.section__subtitle{font-size:1.5rem;color:#64748b}.section__title--light{color:#ffffff}.section__title-accent--light{background:linear-gradient(180deg,transparent 0%,transparent 50%,rgba(249,115,22,0.4) 50%,rgba(249,115,22,0.4) 100%)}.section__subtitle--light{color:#94a3b8}.services{padding:40px 0;background:#f8fafc}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all 0.3s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.service-card:hover{border-color:#f97316;box-shadow:0 8px 30px rgba(249,115,22,0.12);transform:translateY(-2px);text-decoration:none}.service-card__image{width:100%;height:200px;object-fit:cover}.service-card__placeholder{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ea580c);position:relative;overflow:hidden}.service-card__placeholder::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,0.15),transparent 60%)}.service-card__placeholder svg{width:72px;height:72px;position:relative;z-index:1;opacity:0.9}.service-card__placeholder[data-service="gruzchiki"]{background:linear-gradient(135deg,#f97316,#ea580c)}.service-card__placeholder[data-service="pereezd-kvartiry"]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.service-card__placeholder[data-service="pereezd-ofisa"]{background:linear-gradient(135deg,#6366f1,#4f46e5)}.service-card__placeholder[data-service="transportirovka"]{background:linear-gradient(135deg,#14b8a6,#0d9488)}.service-card__placeholder[data-service="vyvoz-musora"]{background:linear-gradient(135deg,#64748b,#475569)}.service-card__placeholder[data-service="perevozka-pianino"]{background:linear-gradient(135deg,#a855f7,#9333ea)}.service-card__body{padding:20px;flex:1;display:flex;flex-direction:column}.service-card__title{font-size:1.8rem;font-weight:700;color:#0f172a;margin-bottom:8px}.service-card__desc{font-size:1.4rem;color:#64748b;margin-bottom:16px;flex:1;line-height:1.5}.service-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.service-card__price{font-size:1.8rem;font-weight:800;color:#0f172a;white-space:nowrap}.service-card__price small{font-size:1.2rem;font-weight:400;color:#64748b}.service-card__link{display:inline-flex;align-items:center;gap:4px;color:#c2410c;font-size:1.4rem;font-weight:600;white-space:nowrap}.service-card__link svg{width:14px;height:14px;fill:currentColor}.promotions{padding:60px 0;background:#f8fafc}.promotions__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.promo-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all 0.3s;text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative}.promo-card:hover{border-color:#f97316;box-shadow:0 8px 30px rgba(249,115,22,0.12);transform:translateY(-2px);text-decoration:none}.promo-card__top{width:100%;height:120px;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);display:flex;align-items:center;justify-content:center}.promo-card__top--green{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.promo-card__discount{font-size:3.6rem;font-weight:800;color:#f97316;line-height:1}.promo-card__top--green .promo-card__discount{color:#16a34a}.promo-card__body{padding:20px;flex:1;display:flex;flex-direction:column}.promo-card__badge{display:inline-block;width:fit-content;padding:4px 12px;background:linear-gradient(135deg,#FFF100,#FFC600);color:#0f172a;border-radius:20px;font-size:1.2rem;font-weight:700;margin-bottom:12px;position:absolute;right:5px;top:5px}.promo-card__title{font-size:1.8rem;font-weight:700;color:#0f172a;margin-bottom:8px}.promo-card__desc{font-size:1.4rem;color:#64748b;line-height:1.5}.reviews-page{padding:40px 0px}.reviews{padding:60px 0}.reviews__list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.review-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.review-card__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.review-card__avatar{width:48px;height:48px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#64748b;flex-shrink:0}.review-card__name{font-size:1.6rem;font-weight:700;color:#0f172a}.review-card__date{font-size:1.2rem;color:#94a3b8}.review-card__stars{display:flex;gap:2px;margin-bottom:10px}.review-card__star{width:18px;height:18px;fill:#FFC600}.review-card__star--empty{fill:#e2e8f0}.review-card__text{font-size:1.4rem;color:#475569;line-height:1.6}.faq{padding:60px 0;background:#f8fafc}.faq__list{}.faq-item{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;overflow:hidden}.faq-item__question{width:100%;padding:18px 24px;background:none;border:none;text-align:left;font-size:1.6rem;font-weight:700;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:inherit}.faq-item__question:hover{color:#f97316}.faq-item__icon{width:24px;height:24px;flex-shrink:0;transition:transform 0.3s;fill:#64748b}.faq-item.open .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{padding:0 24px 18px;font-size:1.4rem;color:#475569;line-height:1.6;display:none}.faq-item.open .faq-item__answer{display:block}.districts{padding:60px 0}.districts__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.district-tag{display:block;padding:10px 16px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-size:1.4rem;font-weight:600;text-decoration:none;transition:all 0.2s;text-align:center}.district-tag:hover{background:#f97316;color:#ffffff;border-color:#f97316;text-decoration:none}.map-section{padding:60px 0;background:#f8fafc}.map-section__container{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);height:400px}.map-section__container iframe{width:100%;height:100%;border:none}.service-page{padding:40px 0}.service-page__header{margin-bottom:32px}.service-page__title{font-size:2.8rem;font-weight:800;color:#0f172a;margin-bottom:12px}.service-page__image{width:100%;max-height:400px;object-fit:cover;border-radius:16px;margin-bottom:24px}.service-page__content{font-size:1.6rem;line-height:1.7;color:#334155}.service-page__content h2{font-size:2.2rem;font-weight:700;color:#0f172a;margin:32px 0 16px}.service-page__content h3{font-size:1.8rem;font-weight:700;color:#0f172a;margin:24px 0 12px}.service-page__content p{margin-bottom:16px}.service-page__content ul,.service-page__content ol{margin-bottom:16px;padding-left:24px}.service-page__content ul{list-style:disc}.service-page__content ol{list-style:decimal}.service-page__content li{margin-bottom:8px;line-height:1.6}.service-page__price-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:16px}.service-page__price-label{font-size:1.4rem;color:#64748b}.service-page__price-value{font-size:2.4rem;font-weight:800;color:#0f172a}.service-page__price-value small{font-size:1.4rem;font-weight:400;color:#64748b}.services-page{padding:40px 0}.page{padding:40px 0}.page__title{font-size:2.8rem;font-weight:800;color:#0f172a;margin-bottom:24px}.page__content{font-size:1.6rem;line-height:1.7;color:#334155;max-width:800px}.page__content h2{font-size:2.2rem;font-weight:700;color:#0f172a;margin:32px 0 16px}.page__content h3{font-size:1.8rem;font-weight:700;color:#0f172a;margin:24px 0 12px}.page__content p{margin-bottom:16px}.page__content ul,.page__content ol{margin-bottom:16px;padding-left:24px}.page__content ul{list-style:disc}.page__content ol{list-style:decimal}.page__content li{margin-bottom:8px;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:1.5rem;font-weight:700;font-family:inherit;text-decoration:none;transition:all 0.2s;cursor:pointer;border:none;line-height:1}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn--primary{background:linear-gradient(135deg,#f97316,#ea580c);color:#ffffff;box-shadow:0 4px 14px rgba(249,115,22,0.35)}.btn--primary:hover{box-shadow:0 6px 20px rgba(249,115,22,0.45)}.btn--secondary{background:linear-gradient(135deg,#f97316,#ea580c);color:#ffffff;box-shadow:0 4px 14px rgba(249,115,22,0.35)}.btn--secondary:hover{box-shadow:0 6px 20px rgba(249,115,22,0.45)}.btn--outline{background:transparent;border:2px solid #f97316;color:#f97316}.btn--outline:hover{background:#f97316;color:#ffffff}.btn--lg{padding:16px 32px;font-size:1.7rem}.btn--sm{padding:8px 16px;font-size:1.3rem}.cta-section{padding:40px 0;background:linear-gradient(135deg,#1a0e08 0%,#0f172a 50%,#1e293b 100%);color:#ffffff;text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(249,115,22,0.12) 0%,transparent 60%);pointer-events:none}.cta-section__inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.cta-section__title{font-size:3rem;font-weight:800;margin-bottom:10px}.cta-section__subtitle{font-size:1.6rem;color:#cbd5e1;margin-bottom:28px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-section__phone{display:inline-flex;align-items:center;gap:10px;margin-bottom:28px;text-decoration:none;color:#ffffff;transition:opacity 0.2s}.cta-section__phone:hover{opacity:0.85;text-decoration:none;color:#fff}.cta-section__phone svg{width:22px;height:22px;fill:#f97316;flex-shrink:0}.cta-section__phone-number{font-size:2.2rem;font-weight:800;letter-spacing:0.5px}.cta-section__trust{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:24px;flex-wrap:wrap}.cta-section__trust-item{display:flex;align-items:center;gap:6px;font-size:1.3rem;font-weight:500;color:rgba(255,255,255,0.7)}.cta-section__trust-item svg{width:16px;height:16px;fill:#22c55e;flex-shrink:0}.footer{background:#0f172a;color:#cbd5e1;padding:48px 0 0}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:32px;padding-bottom:32px}.footer__brand-name{font-size:2rem;font-weight:800;color:#ffffff;margin-bottom:12px}.footer__brand-desc{font-size:1.3rem;color:#94a3b8;margin-bottom:16px;line-height:1.5}.footer__brand-addr{font-size:1.3rem;color:#94a3b8;margin-bottom:8px;display:flex;align-items:flex-start;gap:8px}.footer__brand-addr svg{width:14px;height:14px;fill:#64748b;margin-top:3px;flex-shrink:0}.footer__col-title{font-size:1.5rem;font-weight:700;color:#ffffff;margin-bottom:16px}.footer__list{display:flex;flex-direction:column;gap:8px}.footer__list a{color:#94a3b8;font-size:1.3rem;text-decoration:none;transition:color 0.2s}.footer__list a:hover{color:#FFC600}.footer__contact{display:flex;align-items:center;gap:8px;margin-bottom:10px}.footer__contact svg{width:14px;height:14px;fill:#64748b;flex-shrink:0}.footer__contact a,.footer__contact span{color:#cbd5e1;font-size:1.4rem;text-decoration:none}.footer__contact a:hover{color:#FFC600}.footer__bottom{border-top:1px solid rgba(255,255,255,0.08);padding:20px 0;text-align:center}.footer__copy{font-size:1.2rem;color:#94a3b8}.footer__legal{margin-top:8px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}.footer__legal a{color:#94a3b8;font-size:1.3rem;text-decoration:none;transition:color 0.2s}.footer__legal a:hover{color:#FFC600}.footer__legal-sep{color:#334155;font-size:1.3rem}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:300;background:rgba(0,0,0,0.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.open{display:flex;align-items:center;justify-content:center}.modal{background:#ffffff;border-radius:16px;padding:32px;max-width:480px;width:90%;position:relative;animation:modalIn 0.2s ease}.modal--callback{overflow:hidden}@keyframes modalIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#f1f5f9;border:none;border-radius:8px;font-size:1.8rem;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal__close:hover{background:#e2e8f0;color:#0f172a}.modal__title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:20px}.city-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-height:50vh;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.city-list::-webkit-scrollbar{width:6px}.city-list::-webkit-scrollbar-track{background:transparent}.city-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.city-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.city-search{margin-bottom:16px}.city-search__input{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:1.5rem;font-family:inherit;outline:none;background:#f8fafc;color:#1e293b;transition:border-color 0.2s,box-shadow 0.2s}.city-search__input::placeholder{color:#94a3b8}.city-search__input:focus{border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,0.15);background:#ffffff}.city-search__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;color:#94a3b8;font-size:1.4rem;text-align:center}.city-link{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:#334155;transition:all 0.2s}.city-link:hover{border-color:#f97316;background:#fff7ed;text-decoration:none}.city-link.active{border-color:#22c55e;background:#f0fdf4}.city-link__icon{width:32px;height:32px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.city-link__icon svg{width:18px;height:18px;fill:#64748b}.city-link__name{font-size:1.5rem;font-weight:600}.callback-form__header{display:flex;align-items:center;gap:14px;margin-bottom:8px}.callback-form__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f97316,#ea580c);display:flex;align-items:center;justify-content:center;flex-shrink:0}.callback-form__icon svg{width:24px;height:24px;fill:#ffffff}.callback-form__subtitle{font-size:1.4rem;color:#64748b;margin-bottom:24px;line-height:1.5}.callback-form{padding:0}.callback-form__input{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:1.5rem;font-family:inherit;margin-bottom:12px;outline:none;background:#f8fafc;color:#1e293b;transition:border-color 0.2s,box-shadow 0.2s}.callback-form__input::placeholder{color:#94a3b8}.callback-form__input:focus{border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,0.15);background:#ffffff}.callback-form__submit{width:100%;padding:16px 24px;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:12px;color:#ffffff;font-size:1.6rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all 0.2s;margin-top:4px;box-shadow:0 4px 14px rgba(249,115,22,0.35)}.callback-form__submit:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(249,115,22,0.45)}.cookie-note{position:fixed;bottom:0;left:0;right:0;z-index:150;background:#0f172a;color:#cbd5e1;padding:16px 20px;display:flex;align-items:center;justify-content:center;gap:16px;font-size:1.3rem;border-top:1px solid rgba(255,255,255,0.08)}.cookie-note.hidden{display:none}.cookie-note__accept{padding:8px 20px;background:#FFC600;color:#000000;border:none;border-radius:8px;font-size:1.3rem;font-weight:700;cursor:pointer;white-space:nowrap}.social-fab{position:fixed;bottom:20px;right:20px;z-index:160;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.social-fab__btn{width:56px;height:56px;border-radius:50%;border:none;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(59,130,246,0.4);transition:transform 0.2s,background 0.2s;position:relative}.social-fab__btn:hover{transform:scale(1.1);background:#2563eb}.social-fab__icon{position:absolute;transition:opacity 0.2s,transform 0.2s}.social-fab__icon--close{opacity:0;transform:rotate(-90deg)}.social-fab.is-open .social-fab__icon:not(.social-fab__icon--close){opacity:0;transform:rotate(90deg)}.social-fab.is-open .social-fab__icon--close{opacity:1;transform:rotate(0deg)}.social-fab__menu{display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;transform:translateY(-10px) scale(0.9);transition:opacity 0.25s,transform 0.25s,visibility 0.25s}.social-fab.is-open .social-fab__menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.social-fab__item{display:flex;align-items:center;gap:8px;padding:0 16px 0 0;height:48px;border-radius:28px;text-decoration:none;color:#fff;font-size:14px;font-weight:600;white-space:nowrap;box-shadow:0 4px 14px rgba(0,0,0,0.2);transition:transform 0.2s;transform:translateY(20px);opacity:0}.social-fab.is-open .social-fab__item{transform:translateY(0);opacity:1}.social-fab.is-open .social-fab__item:nth-child(1){transition-delay:0.05s}.social-fab.is-open .social-fab__item:nth-child(2){transition-delay:0.1s}.social-fab.is-open .social-fab__item:nth-child(3){transition-delay:0.15s}.social-fab__item:hover{transform:scale(1.08)}.social-fab__item--vk{background:#4a76a8}.social-fab__item--vk:hover{background:#3b6491}.social-fab__item--tg{background:#2AABEE}.social-fab__item--tg:hover{background:#229ed9}.social-fab__item--phone{background:#22c55e}.social-fab__item--phone:hover{background:#16a34a}.social-fab__item svg{width:22px;height:22px;fill:#fff;flex-shrink:0;margin-left:14px}.breadcrumbs{padding:16px 0}.breadcrumbs__list{display:flex;align-items:center;gap:8px;font-size:1.3rem;color:#94a3b8}.breadcrumbs__list a{color:#94a3b8;text-decoration:none}.breadcrumbs__list a:hover{color:#f97316}.breadcrumbs__sep{color:#cbd5e1}.breadcrumbs__current{color:#475569;font-weight:600}.features{padding:40px 0;background:#f8fafc}.features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all 0.3s;display:flex;flex-direction:column}.feature-card:hover{border-color:#f97316;box-shadow:0 8px 30px rgba(249,115,22,0.12);transform:translateY(-2px)}.feature-card__top{width:100%;height:140px;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);display:flex;align-items:center;justify-content:center}.feature-card__icon{width:64px;height:64px;border-radius:16px;background:rgba(255,255,255,0.8);display:flex;align-items:center;justify-content:center}.feature-card__icon svg{width:32px;height:32px;fill:#f97316}.feature-card__body{padding:20px;flex:1;display:flex;flex-direction:column}.feature-card__title{font-size:1.6rem;font-weight:700;color:#0f172a;margin-bottom:8px}.feature-card__desc{font-size:1.3rem;color:#64748b;line-height:1.5}.text-content{max-width:800px;font-size:1.6rem;line-height:1.7;color:#334155}.text-content h1{font-size:2.8rem;font-weight:800;color:#0f172a;margin-bottom:24px}.text-content h2{font-size:2.2rem;font-weight:700;color:#0f172a;margin:32px 0 16px}.text-content h3{font-size:1.8rem;font-weight:700;color:#0f172a;margin:24px 0 12px}.text-content p{margin-bottom:16px}.text-content ul,.text-content ol{margin-bottom:16px;padding-left:24px}.text-content ul{list-style:disc}.text-content ol{list-style:decimal}.text-content li{margin-bottom:8px;line-height:1.6}.text-content a{color:#f97316}.text-content strong{font-weight:700}.contacts{padding:40px 0}.contacts__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contacts__info{display:flex;flex-direction:column;gap:16px}.contacts__item{display:flex;align-items:flex-start;gap:12px}.contacts__item-icon{width:40px;height:40px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contacts__item-icon svg{width:20px;height:20px;fill:#64748b}.contacts__item-label{font-size:1.2rem;color:#94a3b8;margin-bottom:2px}.contacts__item-value{font-size:1.5rem;font-weight:600;color:#0f172a}.contacts__item-value a{color:#0f172a}.contacts__item-value a:hover{color:#f97316}.not-found{padding:80px 0;text-align:center}.not-found__code{font-size:8rem;font-weight:800;color:#e2e8f0;line-height:1;margin-bottom:16px}.not-found__text{font-size:1.8rem;color:#64748b;margin-bottom:32px}.loading{display:flex;align-items:center;justify-content:center;padding:60px 0;color:#94a3b8;font-size:1.5rem}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:260px;background:#0f172a;color:#cbd5e1;display:flex;flex-direction:column;flex-shrink:0}.admin-sidebar__brand{padding:20px;border-bottom:1px solid rgba(255,255,255,0.08)}.admin-sidebar__brand a{color:#ffffff;font-size:1.6rem;font-weight:700;text-decoration:none}.admin-sidebar__nav{flex:1;padding:12px 0}.admin-sidebar__link{display:flex;align-items:center;gap:10px;padding:10px 20px;color:#94a3b8;font-size:1.4rem;font-weight:500;text-decoration:none;transition:all 0.2s;border-left:3px solid transparent}.admin-sidebar__link:hover{color:#ffffff;background:rgba(255,255,255,0.05);text-decoration:none}.admin-sidebar__link.active{color:#ffffff;background:rgba(255,255,255,0.08);border-left-color:#FFC600}.admin-sidebar__link svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}.admin-sidebar__footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,0.08)}.admin-main{flex:1;display:flex;flex-direction:column;min-width:0}.admin-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 32px;background:#ffffff;border-bottom:1px solid #e2e8f0}.admin-topbar__user{display:flex;align-items:center;gap:10px;font-size:1.4rem;font-weight:500}.admin-content{flex:1;padding:32px;background:#f8fafc}.admin-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:24px}.admin-card__title{font-size:1.8rem;font-weight:700;margin-bottom:16px}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.admin-stat{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.admin-stat__label{font-size:1.2rem;color:#94a3b8;margin-bottom:4px}.admin-stat__value{font-size:2.4rem;font-weight:800;color:#0f172a}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:10px 12px;font-size:1.2rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:0.5px;border-bottom:2px solid #e2e8f0}.admin-table td{padding:12px;font-size:1.4rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.admin-table tr:hover td{background:#f8fafc}.admin-table .badge{display:inline-block;padding:3px 10px;border-radius:6px;font-size:1.2rem;font-weight:600}.admin-table .badge--active{background:#dcfce7;color:#166534}.admin-table .badge--inactive{background:#fee2e2;color:#991b1b}.admin-form__group{margin-bottom:16px}.admin-form__label{display:block;font-size:1.3rem;font-weight:600;color:#475569;margin-bottom:6px}.admin-form__input,.admin-form__textarea,.admin-form__select{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:1.4rem;font-family:inherit;background:#ffffff;color:#0f172a;outline:none;transition:border-color 0.2s}.admin-form__input:focus,.admin-form__textarea:focus,.admin-form__select:focus{border-color:#f97316}.admin-form__textarea{min-height:100px;resize:vertical}.admin-form__actions{display:flex;gap:12px;margin-top:20px}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f8fafc;padding:20px}.login-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:40px;width:100%;max-width:400px}.login-card__title{font-size:2.2rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:8px}.login-card__subtitle{font-size:1.4rem;color:#64748b;text-align:center;margin-bottom:32px}.login-card .admin-form__input{padding:12px 16px;font-size:1.5rem}.login-card .admin-form__submit{width:100%;padding:14px;background:linear-gradient(180deg,#FFF100 0%,#FFC600 100%);border:none;border-radius:10px;color:#000000;font-size:1.6rem;font-weight:800;font-family:inherit;cursor:pointer;text-transform:uppercase;margin-top:8px}.login-card .admin-form__submit:hover{box-shadow:0 4px 16px rgba(255,198,0,0.4)}@media (min-width:1000px){.main_offer__inner{padding:56px 20px 48px}.main_offer__title{font-size:3.8rem}.messengers{display:none;visibility:hidden}}@media (max-width:1000px){.footer__inner{grid-template-columns:1fr 1fr;gap:28px}.features__grid{grid-template-columns:repeat(2,1fr)}.districts__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.header-spacer{height:56px}.header__social{display:none}.header__phone>span:first-child{display:none}.header__phone-text{display:none}.header__region{display:none}.header__nav{display:none}.header__burger{display:flex}.main_offer__right{flex:0 0 340px}.services__grid{grid-template-columns:repeat(2,1fr)}.contacts__grid{grid-template-columns:1fr}}@media (max-width:768px){.header-spacer{height:56px}.main_offer__inner{padding:36px 16px 32px;flex-direction:column;align-items:flex-start;gap:28px}.main_offer__right{flex:none;width:100%}.main_offer__title{font-size:2.4rem}.main_offer__subtitle{font-size:1.3rem;margin-bottom:18px}.main_offer__advantages{gap:8px;margin-bottom:20px}.main_offer__advantages li{font-size:1.25rem}.main_offer__stats{gap:20px}.main_offer__stat strong{font-size:1.5rem}.main_offer__stat span{font-size:1.1rem}.main_offer__card-header{padding:20px 20px 16px}#offer_form{padding:0 20px 20px}.section__title{font-size:2.2rem}.promotions__grid{grid-template-columns:1fr}.reviews__list{grid-template-columns:1fr}.footer__inner{grid-template-columns:1fr;gap:24px}.districts__grid{grid-template-columns:repeat(2,1fr)}.city-list{grid-template-columns:1fr}.promos-page .promos-grid{grid-template-columns:1fr}.home-promos .promos-grid,.promos-grid{grid-template-columns:1fr !important}.promos-grid>.promo-card{min-width:0;width:100%}.home-reviews .reviews-grid{grid-template-columns:1fr !important}.home-reviews .reviews-grid>div{min-width:0}.home-articles .articles-grid,.articles-grid{grid-template-columns:1fr !important}.articles-grid>a{min-width:0}.home-reviews .review-stats-row{flex-direction:column;gap:16px;padding:20px}.home-reviews .review-stats-row .review-stats-divider{width:60px !important;height:1px !important}.admin-sidebar{display:none}.admin-content{padding:16px}.admin-topbar{padding:12px 16px}}@media (max-width:600px){.main_offer__inner{padding:28px 16px 24px}.main_offer__title{font-size:2rem}.main_offer__subtitle{font-size:1.2rem}.main_offer__advantages li{font-size:1.15rem}.main_offer__stats{flex-wrap:wrap;gap:16px}.messengers{gap:8px;margin-bottom:16px}.messengers div{border-radius:12px}.messengers div form button{height:44px;font-size:1.25rem;gap:6px}.messengers div form button span:nth-child(1){width:22px;height:22px}.services__grid{grid-template-columns:1fr}.features__grid{grid-template-columns:1fr}.districts__grid{grid-template-columns:1fr}.cta-section__title{font-size:2.2rem}.cta-section__phone-number{font-size:1.8rem}.cta-section__trust{gap:16px}}@media (max-width:480px){.header-spacer{height:50px}.header__inner{padding:8px 12px}.header__logo-text{font-size:1.5rem}.header__logo-img{width:36px;height:40px}.main_offer__inner{padding:24px 12px 20px}.main_offer__title{font-size:1.8rem}.main_offer__subtitle{font-size:1.1rem;margin-bottom:14px}.main_offer__advantages li{font-size:1.1rem;gap:8px}.main_offer__stats{gap:14px}.main_offer__stat strong{font-size:1.3rem}.main_offer__stat span{font-size:1rem}.main_offer__card-header{padding:16px 16px 14px}.main_offer__card-title{font-size:1.7rem}.main_offer__card-sub{font-size:1.2rem}#offer_form{padding:0 16px 16px}.main_offer__input{font-size:1.4rem;padding:12px 14px}.main_offer__btn{font-size:1.4rem;padding:12px 18px}.messengers div form button{height:40px;font-size:1.15rem}.section__title{font-size:1.9rem}.social-fab{bottom:16px;right:12px}.social-fab__btn{width:48px;height:48px}.social-fab__btn svg{width:24px;height:24px}.social-fab__item{height:42px;font-size:13px;padding-right:12px}.social-fab__item svg{width:18px;height:18px;margin-left:12px}}.page-title{font-size:3.2rem;font-weight:800;color:#0f172a;margin-bottom:32px}@media only screen and (max-width:1024px){.page-title{font-size:2.4rem}}.reviews-page .reviews-form{background:#f8fafc;border-radius:16px;padding:32px}.reviews-page .review-card:hover{border-color:#f97316;box-shadow:0 2px 12px rgba(37,99,235,0.08)}.promos-page{padding:40px 0px}.promos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.promo-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all 0.3s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.promo-card:hover{border-color:#f97316;box-shadow:0 8px 30px rgba(249,115,22,0.12);transform:translateY(-2px);text-decoration:none}.promo-card--featured{border:2px solid #f97316}.promo-card__top{width:100%;height:120px;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);display:flex;align-items:center;justify-content:center}.promo-card__top--green{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.promo-card__discount{font-size:3.6rem;font-weight:800;color:#f97316;line-height:1}.promo-card__top--green .promo-card__discount{color:#16a34a}.promo-card__body{padding:20px;flex:1;display:flex;flex-direction:column}.promo-card__badge{display:inline-block;width:fit-content;padding:4px 12px;background:linear-gradient(135deg,#FFF100,#FFC600);color:#0f172a;border-radius:20px;font-size:1.2rem;font-weight:700;margin-bottom:12px}.promo-card__title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:10px}.promo-card__desc{color:#64748b;font-size:1.5rem;line-height:1.6;margin-bottom:16px;flex:1}.promo-card__link{color:#c2410c;font-weight:600;font-size:1.5rem;text-decoration:none;transition:gap 0.15s;display:inline-flex;align-items:center;gap:4px;margin-top:auto}.promo-card__link:hover{text-decoration:underline}.promo-card__link svg{width:16px;height:16px;fill:currentColor}.promo-card__promo{display:inline-block;width:fit-content;padding:8px 16px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid #fed7aa;border-radius:10px;font-size:1.4rem;font-weight:700;color:#9a3412;margin-bottom:16px}.promo-card__icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#fff7ed,#ffedd5);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.promo-card--featured .promo-card__icon{background:linear-gradient(135deg,#fef3c7,#fde68a)}.promos-page .promos-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.contacts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-bottom:40px}.contacts-card{background:#f8fafc;border-radius:12px;padding:24px;text-align:center}.contacts-card__icon{width:56px;height:56px;margin:0 auto 12px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center}.contacts-card__title{font-size:1.6rem;font-weight:700;color:#475569;margin-bottom:8px}.contacts-card__value{color:#0f172a;text-decoration:none}.contacts-card__value:hover{color:#f97316}.about-page .about-content{background:#fff;border-radius:16px;padding:40px;border:1px solid #e5e7eb}.faq__item--open .faq__answer{display:block !important}.faq__item--open .faq__arrow{transform:rotate(45deg)}.faq__toggle:hover{background:#f1f5f9 !important}.services-page .services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.service-page__title{font-size:3.2rem;font-weight:800;color:#0f172a;margin-bottom:24px}.service-page__image{width:100%;max-height:400px;object-fit:cover;border-radius:16px;margin-bottom:32px}.service-page__price-box{display:inline-flex;align-items:center;gap:16px;background:linear-gradient(135deg,#FFF100,#FFC600);padding:16px 28px;border-radius:12px;margin-bottom:32px}.service-page__price-label{font-size:1.4rem;color:#475569}.service-page__price-value{font-size:2.4rem;font-weight:800;color:#0f172a}.service-page__content{color:#475569;line-height:1.8;font-size:1.6rem}.service-page__content h2,.service-page__content h3{color:#0f172a;margin:24px 0 12px}.service-page__content p{margin-bottom:16px}.service-page__content ul,.service-page__content ol{padding-left:24px;margin-bottom:16px}.article-content{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1.7rem;line-height:1.85;color:#374151;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.article-content>*:first-child{margin-top:0}.article-content>*:last-child{margin-bottom:0}.article-text{margin-bottom:28px}.article-text p{margin-bottom:20px;font-size:1.7rem;line-height:1.85;color:#374151}.article-text p:last-child{margin-bottom:0}.article-text strong,.article-text b{color:#111827;font-weight:700}.article-text em,.article-text i{font-style:italic;color:#4b5563}.article-text a{color:#ea580c;text-decoration:underline;text-decoration-color:rgba(234,88,12,0.3);text-underline-offset:3px;transition:text-decoration-color 0.2s}.article-text a:hover{text-decoration-color:#ea580c}.article-text ul,.article-text ol{padding-left:28px;margin-bottom:20px}.article-text li{margin-bottom:8px;line-height:1.75;padding-left:4px}.article-text img{max-width:100%;height:auto;border-radius:12px;margin:24px 0;box-shadow:0 4px 20px rgba(0,0,0,0.08)}.article-text blockquote{margin:28px 0;padding:20px 24px;border-left:4px solid #ea580c;background:linear-gradient(135deg,#fff7ed 0%,#fef3c7 100%);border-radius:0 12px 12px 0;font-style:italic;color:#92400e}.article-text code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:0.9em;color:#dc2626}.article-text pre{background:#1e293b;color:#e2e8f0;padding:20px 24px;border-radius:12px;overflow-x:auto;margin:24px 0;line-height:1.6}.article-text pre code{background:none;color:inherit;padding:0}.article-heading{color:#0f172a;font-weight:800;line-height:1.25;letter-spacing:-0.02em;margin:48px 0 20px;position:relative}.article-heading--h2{font-size:2.6rem;padding-bottom:12px;border-bottom:3px solid #ea580c}.article-heading--h3{font-size:2.1rem;padding-left:16px;border-left:4px solid #ea580c}.article-heading--h4{font-size:1.8rem;color:#374151;font-weight:700}.article-figure{margin:40px 0;position:relative}.article-figure img{width:100%;display:block;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.article-figure img:hover{transform:scale(1.01);box-shadow:0 12px 40px rgba(0,0,0,0.15)}.article-figcaption{text-align:center;font-size:1.3rem;color:#9ca3af;margin-top:14px;font-style:italic;line-height:1.5;letter-spacing:0.01em}.article-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin:40px 0}.article-gallery__item{margin:0;overflow:hidden;border-radius:12px;background:#f9fafb}.article-gallery__img{width:100%;height:220px;object-fit:cover;display:block;border-radius:12px;transition:transform 0.3s ease}.article-gallery__item:hover .article-gallery__img{transform:scale(1.05)}.article-gallery__item .article-figcaption{padding:10px 14px;font-size:1.25rem}.article-quote{margin:40px 0;padding:32px 36px;border-left:5px solid #ea580c;background:linear-gradient(135deg,#fff7ed 0%,#fef3c7 50%,#fff7ed 100%);border-radius:0 16px 16px 0;position:relative;box-shadow:0 4px 16px rgba(234,88,12,0.06)}.article-quote::before{content:'\201C';position:absolute;top:12px;left:20px;font-size:5rem;font-family:Georgia,'Times New Roman',serif;color:rgba(234,88,12,0.15);line-height:1;pointer-events:none}.article-quote p{font-size:1.8rem;line-height:1.75;color:#92400e;font-style:italic;font-weight:500;margin:0 0 12px;position:relative;z-index:1;padding-left:16px}.article-quote p:last-child{margin-bottom:0}.article-quote__author{font-size:1.35rem;color:#b45309;font-style:normal;font-weight:600;display:block;padding-left:16px;margin-top:4px}.article-list{margin:28px 0;padding-left:0;list-style:none;counter-reset:article-counter}.article-list li{margin-bottom:12px;line-height:1.7;padding:12px 16px 12px 48px;background:#f9fafb;border-radius:10px;border-left:3px solid #e5e7eb;position:relative;transition:border-color 0.2s,background 0.2s}.article-list li:hover{border-left-color:#ea580c;background:#fff7ed}.article-list--ol{counter-reset:article-counter}.article-list--ol li{counter-increment:article-counter}.article-list--ol li::before{content:counter(article-counter);position:absolute;left:14px;top:50%;transform:translateY(-50%);width:26px;height:26px;background:#ea580c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.article-list--ul li::before{content:'';position:absolute;left:18px;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#ea580c;border-radius:50%}.article-divider{border:none;height:1px;background:linear-gradient(90deg,transparent,#d1d5db,transparent);margin:48px 0}.article-content h2{font-size:2.4rem;font-weight:800;color:#0f172a;margin:44px 0 16px;line-height:1.25;letter-spacing:-0.02em;padding-bottom:10px;border-bottom:3px solid #ea580c}.article-content h3{font-size:2rem;font-weight:700;color:#0f172a;margin:36px 0 14px;line-height:1.3;padding-left:16px;border-left:4px solid #ea580c}.article-content h4{font-size:1.7rem;font-weight:700;color:#374151;margin:28px 0 12px}.article-content p{font-size:1.7rem;line-height:1.85;color:#374151;margin-bottom:20px}.article-content ul,.article-content ol{margin:20px 0;padding-left:0;list-style:none}.article-content li{margin-bottom:10px;line-height:1.7;padding:10px 16px 10px 44px;background:#f9fafb;border-radius:10px;border-left:3px solid #e5e7eb;position:relative}.article-content ol{counter-reset:ac-counter}.article-content ol li{counter-increment:ac-counter}.article-content ol li::before{content:counter(ac-counter);position:absolute;left:14px;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#ea580c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700}.article-content ul li::before{content:'';position:absolute;left:18px;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#ea580c;border-radius:50%}.article-content img{max-width:100%;height:auto;border-radius:14px;margin:28px 0;box-shadow:0 6px 24px rgba(0,0,0,0.08)}.article-content a{color:#ea580c;text-decoration:underline;text-decoration-color:rgba(234,88,12,0.3);text-underline-offset:3px}.article-content a:hover{text-decoration-color:#ea580c}.article-content blockquote{margin:32px 0;padding:24px 28px;border-left:5px solid #ea580c;background:linear-gradient(135deg,#fff7ed,#fef3c7);border-radius:0 14px 14px 0;font-style:italic;color:#92400e}.article-content strong{color:#111827;font-weight:700}.article-content hr{border:none;height:1px;background:linear-gradient(90deg,transparent,#d1d5db,transparent);margin:44px 0}