*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#1d2933;font:17px/1.65 Roboto,Arial,sans-serif}.container{width:min(1180px,calc(100% - 48px));margin:auto}h1,h2{font-family:Alice,Georgia,serif;font-weight:400;line-height:1.15;color:#142b3b}h1{font-size:clamp(42px,6vw,76px)}h2{font-size:clamp(34px,4vw,52px);margin:0 0 24px}a{color:inherit}.site-header{height:70px;width:min(1280px,calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between}.logo{color:#176d95;font:28px Alice,serif;text-decoration:none}.site-header nav{display:flex;gap:28px}.site-header nav a{text-decoration:none;font-size:15px;font-weight:500}.site-header nav a:hover,.text-link{color:#1385b8}.hero{position:relative;min-height:540px;padding:60px 24px;display:grid;place-items:center;overflow:hidden;text-align:center;color:white}.hero__slides,.hero__slide{position:absolute;inset:0}.hero__slide{opacity:0;background-position:center;background-size:cover;transition:opacity 1s ease}.hero__slide.is-active{opacity:1}.hero__content{position:relative;z-index:1}.hero h1{margin:10px 0;color:white}.hero__eyebrow,.overline{margin:0;color:#247ca4;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero__eyebrow{color:#bfe6f7}.hero__lead{max-width:650px;margin:0 auto 30px;font-size:clamp(18px,2.4vw,25px);line-height:1.4}.hero__dots{display:flex;justify-content:center;gap:9px;margin-top:34px}.hero__dot{width:10px;height:10px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer}.hero__dot.is-active{background:#fff}.button{display:inline-block;border:0;border-radius:3px;padding:15px 27px;background:#176d95;color:white;font:500 16px Roboto,Arial,sans-serif;text-decoration:none;cursor:pointer}.button:hover{background:#0e587a}.button--light{background:white;color:#176d95}.section{padding:90px 0}.intro{padding:40px 0;text-align:center;color:#4d6572;font-size:20px}.intro p{margin:0}.section--muted{background:#f1f7f9}.two-columns{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.lead{font-size:21px;line-height:1.55}.prose p{margin:0 0 20px}.prose ul{padding-left:24px}.prose li{margin:0 0 12px}.service-card{max-width:840px;padding:34px 40px;border-left:4px solid #64cbf6;background:#f8fbfc}.text-link{font-weight:700;text-decoration:none}.feedback{padding:80px 0;background:#64cbf6}.feedback__inner{max-width:580px}.feedback h2{color:white}.feedback .overline{color:#eafaff}.contact-form{display:grid;gap:15px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #b8dcea;border-radius:3px;padding:17px 18px;background:white;font:16px Roboto,Arial,sans-serif}.contact-form textarea{height:118px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid #176d95}.contact-form .button{background:#176d95}.form-message{min-height:24px;margin:0;color:#fff;text-align:center}.contacts{position:relative;min-height:450px}.map{display:block;width:100%;height:450px;border:0}.contacts__card{position:absolute;z-index:1;top:50%;left:max(24px,calc((100% - 1180px)/2));width:min(340px,calc(100% - 48px));padding:35px;background:white;transform:translateY(-50%);box-shadow:0 5px 24px #17394733}.contacts__card h2{font:700 21px Roboto,Arial,sans-serif;margin-bottom:18px}.contacts__card p{margin:0 0 8px}.page{min-height:calc(100vh - 130px);padding:80px 0}.page__content{max-width:820px}.page__content h1{margin-top:8px}.contact-details{margin:25px 0;padding:20px 25px;border-left:4px solid #64cbf6;background:#f1f7f9}.page__map{margin-top:35px}.site-footer{padding:22px;text-align:center;background:#142b3b;color:#dcebf2;font-size:14px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:700px){.site-header{height:auto;min-height:64px;padding:14px 0;align-items:flex-start}.site-header nav{gap:13px;padding-top:5px}.site-header nav a{font-size:13px}.logo{font-size:23px}.hero{min-height:420px}.section{padding:58px 0}.two-columns{grid-template-columns:1fr;gap:18px}.contacts{display:flex;flex-direction:column-reverse}.contacts__card{position:static;width:100%;max-width:none;transform:none;box-shadow:none}.map{height:340px}.page{padding:50px 0}.service-card{padding:25px}.container{width:min(100% - 40px,1180px)}}

/* Переключаемая тёмная тема */
html[data-theme="dark"]{color-scheme:dark}html[data-theme="dark"] body{background:#071016;color:#b9c8d0}html[data-theme="dark"] .site-header{background:#071016}html[data-theme="dark"] .logo{color:#6fcef3}html[data-theme="dark"] .site-header nav a{color:#c4d3db}html[data-theme="dark"] .site-header nav a:hover,html[data-theme="dark"] .text-link{color:#70d4fb}html[data-theme="dark"] h1,html[data-theme="dark"] h2{color:#f1f7f9}html[data-theme="dark"] .hero{background-color:#071016!important}html[data-theme="dark"] .hero__eyebrow{color:#8edbf7}html[data-theme="dark"] .hero h1{color:#fff}html[data-theme="dark"] .intro{color:#9eb4be}html[data-theme="dark"] .section--muted{background:#0c1a22}html[data-theme="dark"] .overline{color:#65c8ee}html[data-theme="dark"] .lead{color:#d0dde2}html[data-theme="dark"] .service-card{border-color:#268eb8;background:#0d1e28;box-shadow:inset 0 1px #ffffff0b}html[data-theme="dark"] .feedback{background:#0b2735}html[data-theme="dark"] .feedback .overline{color:#76d9fc}html[data-theme="dark"] .contact-form input,html[data-theme="dark"] .contact-form textarea{border-color:#28566a;background:#0b1921;color:#ecf6fa}html[data-theme="dark"] .contact-form input::placeholder,html[data-theme="dark"] .contact-form textarea::placeholder{color:#83a0ad}html[data-theme="dark"] .contact-form input:focus,html[data-theme="dark"] .contact-form textarea:focus{outline-color:#61cbed}html[data-theme="dark"] .contact-form .button{background:#1c8bb6}html[data-theme="dark"] .contact-form .button:hover{background:#2ea8d6}html[data-theme="dark"] .button{background:#208bb4}html[data-theme="dark"] .button:hover{background:#3aadd9}html[data-theme="dark"] .button--light{background:#d7f2fb;color:#063146}html[data-theme="dark"] .contacts{background:#071016}html[data-theme="dark"] .contacts__card{background:#0b1921;box-shadow:0 5px 24px #0009}html[data-theme="dark"] .contacts__card h2{color:#fff}html[data-theme="dark"] .contact-details{border-color:#268eb8;background:#0d1e28}html[data-theme="dark"] .site-footer{background:#03080c;color:#77929e}html[data-theme="dark"] .page{background:#071016}html[data-theme="dark"] .prose a{color:#70d4fb}.theme-toggle{display:inline-grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid #a6bac4;border-radius:50%;background:transparent;color:inherit;cursor:pointer;font-size:18px;line-height:1}.theme-toggle:hover{border-color:#176d95;color:#176d95}html[data-theme="dark"] .theme-toggle{border-color:#518195;color:#9eddf6}html[data-theme="dark"] .theme-toggle:hover{border-color:#9eddf6;color:#fff}html[data-theme="dark"] .theme-toggle span[aria-hidden="true"]{font-size:0}html[data-theme="dark"] .theme-toggle span[aria-hidden="true"]::after{content:'◐';font-size:18px}
