*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:#1d2b36;background:#fff;line-height:1.6}
a{color:#0f6ea8;text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:1100px;margin:0 auto;padding:0 20px}
header{border-bottom:1px solid #e6ecf1;background:#fff;position:sticky;top:0;z-index:5}
.bar{display:flex;align-items:center;justify-content:space-between;height:68px}
.logo{font-size:20px;font-weight:700;color:#0d3550;letter-spacing:.3px}
.logo span{color:#e8853a}
nav a{margin-left:22px;color:#41586b;font-size:15px}
.hero{background:linear-gradient(135deg,#0d3550,#14618f);color:#fff;padding:74px 0}
.hero h1{font-size:38px;line-height:1.2;max-width:720px;margin-bottom:16px}
.hero p{font-size:17px;max-width:640px;opacity:.92;margin-bottom:26px}
.btn{display:inline-block;background:#e8853a;color:#fff;padding:13px 26px;border-radius:8px;font-weight:600;border:0;cursor:pointer;font-size:15px}
.btn:hover{background:#d9762c;text-decoration:none}
h2{font-size:26px;color:#0d3550;margin-bottom:8px}
h3{font-size:17px;color:#0d3550;margin-bottom:6px}
.sub{color:#6b7f91;margin-bottom:26px}
section{padding:56px 0}
.bg{background:#f6f9fb}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.card{border:1px solid #e6ecf1;border-radius:12px;overflow:hidden;background:#fff}
.card .body{padding:16px 18px}
.card p{font-size:14px;color:#5b7285}
.ph{height:150px}
.p1{background:linear-gradient(135deg,#7fb2d1,#2f6f96)}
.p2{background:linear-gradient(135deg,#f0b982,#d97b3c)}
.p3{background:linear-gradient(135deg,#9ecfb2,#3f8f6b)}
.p4{background:linear-gradient(135deg,#b3aee0,#5c53a5)}
.p5{background:linear-gradient(135deg,#f2a9a9,#c25858)}
.p6{background:linear-gradient(135deg,#8fc9d6,#2e7f92)}
.price{margin-top:10px;font-weight:700;color:#0d3550}
table.t{width:100%;border-collapse:collapse;font-size:15px;background:#fff}
table.t th,table.t td{border-bottom:1px solid #e6ecf1;padding:12px 10px;text-align:left}
table.t th{color:#0d3550}
.f{display:grid;gap:12px;max-width:520px}
.f input,.f textarea{border:1px solid #d5e0e8;border-radius:8px;padding:12px;font-size:15px;font-family:inherit}
.ok{background:#e9f7ee;border:1px solid #b7e3c6;color:#1e6b3a;padding:12px;border-radius:8px;display:none;margin-bottom:14px}
.cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
footer{background:#0d3550;color:#c7d8e4;padding:34px 0;font-size:14px}
footer a{color:#fff}
footer h4{color:#fff;font-size:15px;margin-bottom:10px}
.small{font-size:13px;color:#6b7f91}
@media(max-width:700px){.hero h1{font-size:29px}.bar{height:auto;padding:14px 0;flex-direction:column;gap:10px}nav a{margin:0 11px}}

/* --- oformlenie: logotip, kartinki, plashka --- */
.logo{display:flex;align-items:center;gap:10px}
.logo img{display:block;width:30px;height:30px}
.ph{height:180px;background:#e9eff4;overflow:hidden}
.ph img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.card:hover .ph img{transform:scale(1.04)}
.hero{position:relative;overflow:hidden;background:#0d3550}
.hero::before{content:"";position:absolute;inset:0;background:url("img/hero.jpg") center/cover no-repeat;opacity:.62}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(13,53,80,.68),rgba(20,97,143,.38))}
.hero .wrap{position:relative;z-index:2}
.notice{background:#fff6e6;border-bottom:1px solid #f0d9ae;color:#6b4b12;font-size:14px}
.notice .wrap{display:flex;gap:10px;align-items:flex-start;padding-top:11px;padding-bottom:11px}
.notice b{color:#8a5a10}
.notice svg{flex:0 0 auto;margin-top:2px}
footer .fl{display:flex;align-items:center;gap:9px;margin-bottom:9px}
footer .fl img{width:26px;height:26px;filter:brightness(0) invert(1)}

/* --- pravki 22.08: krupnaya plashka, logotip-ssylka, flagi otzyvov --- */
a.logo{color:#0d3550;text-decoration:none}
a.logo:hover{text-decoration:none;opacity:.82}
.notice{background:linear-gradient(90deg,#b93a26,#e8853a);color:#fff;border-bottom:0;font-size:16px;box-shadow:inset 0 -3px 0 rgba(0,0,0,.14)}
.notice .wrap{display:flex;gap:15px;align-items:center;padding-top:20px;padding-bottom:20px}
.notice svg{width:36px;height:36px;flex:0 0 auto;color:#fff;animation:np 1.9s ease-in-out infinite}
.notice b{display:block;font-size:21px;line-height:1.25;color:#fff;margin-bottom:3px;letter-spacing:.2px}
.notice span{display:block;font-size:15px;line-height:1.5;color:#fff;opacity:.95}
@keyframes np{0%,100%{opacity:1}50%{opacity:.45}}
@media(max-width:700px){.notice b{font-size:18px}.notice span{font-size:14px}.notice svg{width:28px;height:28px}}
.flag{display:inline-block;background:#eef4f8;color:#41586b;font-size:12px;font-weight:600;border-radius:20px;padding:2px 9px;margin-left:7px;vertical-align:middle;letter-spacing:.2px}
