:root{--color-header:#151b24;--color-footer:#102f52;--color-text:#44536a;--color-muted:#8a97a8;--color-accent:#cfa969;--container-width:1280px}*{box-sizing:border-box}html{min-width:320px}body{min-height:100vh;color:var(--color-text);flex-direction:column;margin:0;font-family:Arial,sans-serif;font-size:14px;line-height:1.45;display:flex}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.l-container{width:min(100% - 48px, var(--container-width));margin:0 auto}.l-main{flex:1 0 auto;min-height:400px}.page-intro{color:#fff;background:linear-gradient(120deg,#17212d,#304962);padding:96px 0}.page-intro h1{max-width:760px;margin:0;font-size:clamp(36px,5vw,64px);font-weight:600;line-height:1.1}.page-intro p{color:#d4dce5;max-width:510px;margin:18px 0 0;font-size:18px}.product-section{padding:72px 0}.product-section_premium{background:#f1f4f7}.product-section__heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.product-section__heading h1,.product-section__heading h2{color:#263d58;margin:0;font-size:30px;font-weight:600}.product-section__heading p{color:var(--color-muted);margin:8px 0 0;font-size:16px}.product-section__link{color:#304962;text-transform:uppercase;border:1px solid #9eacbb;border-radius:4px;flex:none;padding:10px 16px;font-size:12px;font-weight:600;transition:border-color .2s,color .2s}.product-section__link:hover,.product-section__link:focus-visible{color:#17212d;border-color:#304962}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-card{background:#fff;border:1px solid #dfe5eb;border-radius:10px;flex-direction:column;min-height:100%;padding:18px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.product-card:hover{border-color:var(--color-accent);transform:translateY(-3px);box-shadow:0 12px 28px #1b30471a}.product-card__label{z-index:1;color:#62758a;text-transform:uppercase;background:#edf1f5;border-radius:3px;padding:4px 7px;font-size:10px;font-weight:600;position:absolute;top:28px;left:28px}.product-card__image{aspect-ratio:4/3;object-fit:contain;background:#f7f8f9;border-radius:6px;width:100%;margin-bottom:18px}.product-card h2,.product-card h3{color:#40536a;margin:0;font-size:15px;font-weight:600;line-height:1.35}.product-card__price{color:#263d58;margin:auto 0 0;padding-top:14px;font-size:17px;font-weight:700}.product-card_premium{border-color:#d7c39d}.product-card_premium .product-card__label{color:#765b2c;background:#eee0c4}.app-header{z-index:10;color:#fff;background:var(--color-header);position:relative}.app-header__top{grid-template-columns:1fr auto 1fr;align-items:center;min-height:68px;display:grid}.app-header__city,.app-header__action{cursor:pointer;background:0 0;border:0;padding:0}.app-header__city{color:#c9ced5;justify-self:start;font-size:12px}.app-header__city:before{content:"⌖";color:#fff;margin-right:8px}.app-header__logo{width:118px;display:block}.app-header__logo img{width:100%;height:auto;display:block}.app-header__contacts{flex-direction:column;justify-self:end;align-items:flex-end;font-size:12px;display:flex}.app-header__hours{color:#98a1ad;font-size:10px}.app-header__contacts a{margin-top:2px;font-size:13px;font-weight:700}.app-header__bottom{border-top:1px solid #ffffff0d}.app-header__bottom-inner{justify-content:space-between;align-items:center;gap:18px;min-height:47px;display:flex}.app-header__nav,.app-header__actions{align-items:center;display:flex}.app-header__nav{white-space:nowrap;scrollbar-width:none;gap:21px;overflow-x:auto}.app-header__nav::-webkit-scrollbar{display:none}.app-header__nav a{color:#d5d9df;letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:600;transition:color .2s}.app-header__nav a:hover,.app-header__nav a:focus-visible{color:var(--color-accent)}.app-header__actions{flex:none;gap:16px}.app-header__action{color:#fff;place-items:center;width:18px;height:24px;font-size:20px;display:inline-grid;position:relative}.app-header__counter{background:var(--color-accent);color:#27313e;border-radius:50%;place-items:center;min-width:14px;height:14px;padding:0 3px;font-size:8px;font-weight:700;display:grid;position:absolute;top:-2px;left:-8px}.app-footer{color:#9faec0;background:var(--color-footer);margin-top:72px;padding-top:38px;font-size:12px}.app-footer__main{grid-template-columns:236px 1.15fr 1fr 1.35fr;gap:42px;padding-bottom:34px;display:grid}.app-footer__shops{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#0c1b3029,#0c1b30ad),linear-gradient(135deg,#a49381,#34485f);border-radius:13px;justify-content:center;align-items:flex-start;min-height:170px;padding-top:30px;font-size:13px;font-weight:600;display:flex}.app-footer__column h2{color:#d6dfeb;letter-spacing:.06em;text-transform:uppercase;margin:0 0 15px;font-size:11px;font-weight:600}.app-footer ul{margin:0;padding:0;list-style:none}.app-footer li+li{margin-top:8px}.app-footer a:hover,.app-footer a:focus-visible{color:#fff}.app-footer__contacts{line-height:1.45}.app-footer__phone{color:#fff;margin-bottom:12px;font-size:15px;font-weight:700;display:inline-block}.app-footer address{font-style:normal}.app-footer__contacts p{margin:26px 0 0;font-size:10px;line-height:1.5}.app-footer__bottom{color:#7f91a5;border-top:1px solid #ffffff1a;justify-content:space-between;padding:18px 0;font-size:10px;display:flex}@media (width<=980px){.app-header__nav{gap:15px}.app-footer__main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.l-container{width:min(100% - 32px, var(--container-width))}.app-header__top{grid-template-columns:1fr auto;min-height:58px}.app-header__logo{grid-area:1/1;justify-self:start}.app-header__city{display:none}.app-header__contacts{grid-area:1/2}.app-header__hours{display:none}.app-header__bottom-inner{min-height:44px}.app-header__nav{gap:18px}.app-header__actions{display:none}.page-intro{padding:64px 0}.page-intro p{font-size:16px}.product-section{padding:48px 0}.product-section__heading{flex-direction:column;align-items:start}.product-section__heading h1,.product-section__heading h2{font-size:26px}.product-grid{grid-template-columns:1fr}.app-footer{margin-top:48px}.app-footer__main{grid-template-columns:1fr;gap:30px}.app-footer__shops{min-height:130px}.app-footer__bottom{flex-direction:column;gap:12px}}
