

/* Start:/local/templates/prestige/styles.css?17823281161550*/
/* ==========================================================================
   Престиж Агро — стили КОНТЕНТНОЙ области (styles.css)
   Подключается Битриксом автоматически. Сюда — оформление текста, который
   редакторы вводят через визуальный редактор в "рабочей области" страниц.
   ========================================================================== */
.content-area{max-width:var(--maxw);margin:0 auto;padding:24px 20px;line-height:1.6}
.content-area h1{font-size:30px;font-weight:800;margin:0 0 16px}
.content-area h2{font-size:24px;font-weight:700;margin:28px 0 12px}
.content-area h3{font-size:19px;font-weight:700;margin:22px 0 10px}
.content-area p{margin:0 0 14px}
.content-area a{color:var(--green-m);text-decoration:underline}
.content-area a:hover{color:var(--green)}
.content-area ul,.content-area ol{margin:0 0 14px 22px}
.content-area li{margin:0 0 6px}
.content-area img{border-radius:10px;margin:10px 0}
.content-area table{border-collapse:collapse;width:100%;margin:14px 0}
.content-area th,.content-area td{border:1px solid var(--line);padding:10px 12px;text-align:left}
.content-area th{background:var(--tint2)}

/* Хлебные крошки (компонент bitrix:breadcrumb, шаблон по умолчанию) */
.breadcrumb{font-size:13px;color:var(--muted);padding:14px 0}
.breadcrumb a{color:var(--green-m)}
.breadcrumb a:hover{color:var(--green)}

/* End */


/* Start:/local/templates/prestige/template_styles.css?178232808512790*/
/* ==========================================================================
   Престиж Агро — стили шаблона (template_styles.css)
   Подключается Битриксом автоматически.
   ========================================================================== */
:root{
  --green:#0e3a1c; --green2:#0c2f17; --green-d:#14692b; --green-m:#1f7d36;
  --lime:#9bc85f; --tint:#e7f1d8; --tint2:#eef3e3; --gold:#e6b93f;
  --brown:#5c5142; --ink:#33291c; --muted:#8a8174; --line:#e4e8d8; --bglight:#f6f8f0;
  --maxw:940px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{font-family:'PT Sans',-apple-system,'Segoe UI',Roboto,Arial,sans-serif;color:var(--ink);background:#fff;font-size:15px;line-height:1.5}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:'Montserrat',sans-serif;color:var(--green);line-height:1.15}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}
/* full-width bars: header + footer span the whole viewport */
.topbar .container,
.header .container,
.footer .container,
.foot-bottom .container{max-width:none;padding-left:clamp(20px,3vw,48px);padding-right:clamp(20px,3vw,48px)}

/* ===== Top utility bar ===== */
.topbar{background:var(--green);color:#fff;font-size:13px}
.topbar .container{display:flex;justify-content:flex-end;align-items:center;gap:26px;height:34px}
.topbar a{color:#e8efe2;opacity:.9}
.topbar a:hover{opacity:1}
.topbar .phone{color:#fff;font-weight:700}

/* ===== Header / nav ===== */
.header{background:#fff;border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;gap:14px;height:74px}
.logo{flex:0 0 auto;line-height:0}
.logo img{height:46px;width:auto;max-width:none}
.menu{display:flex;align-items:center;gap:17px;font-size:14px;font-weight:700;font-family:'Montserrat';white-space:nowrap}
.menu a{color:var(--green)}
.menu a:hover{color:var(--green-m)}
.menu a.active{color:var(--green)}
.search{flex:0 1 300px;position:relative;min-width:120px;margin-left:auto}
.search input{width:100%;height:42px;border:1px solid #dfe4d4;border-radius:8px;padding:0 14px 0 38px;font-family:inherit;font-size:14px;color:var(--ink);background:#fff}
.search input::placeholder{color:#9aa090}
.search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9aa090}
.btn{display:inline-flex;align-items:center;justify-content:center;font-family:'Montserrat';font-weight:700;border:none;cursor:pointer;white-space:nowrap}
.btn-gold{background:var(--gold);color:var(--green);height:42px;padding:0 16px;border-radius:8px;font-size:13.5px;flex:0 0 auto}
.btn-gold:hover{background:#dcab2d}

/* ===== Hero ===== */
.hero{position:relative;line-height:0}
.hero img{width:100%;height:auto}
.hero-dots{position:absolute;left:0;right:0;bottom:18px;display:flex;justify-content:center;gap:8px}
.hero-dots i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.55)}
.hero-dots i.on{background:#fff;width:22px;border-radius:5px}

/* ===== Stats ===== */
.stats{background:var(--green)}
.stats .container{display:grid;grid-template-columns:repeat(4,1fr);padding-top:28px;padding-bottom:28px}
.stat{text-align:center;padding:6px 10px}
.stat+.stat{border-left:1px solid rgba(255,255,255,.12)}
.stat b{display:block;font-family:'Montserrat';font-weight:800;font-size:44px;color:var(--gold);line-height:1}
.stat span{display:block;margin-top:10px;font-size:15px;color:#c7d2bd}

/* ===== Generic section ===== */
.section{padding:34px 0}
.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.sec-head h2{font-size:30px;font-weight:800}
.pill{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--green-m);color:var(--green-m);background:transparent;border-radius:999px;padding:9px 20px;font-family:'Montserrat';font-weight:700;font-size:14px;cursor:pointer}
.pill:hover{background:var(--green-m);color:#fff}

/* ===== Culture cards (4) ===== */
.cult-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cult{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1/1;box-shadow:0 6px 16px rgba(14,58,28,.10)}
.cult img{width:100%;height:100%;object-fit:cover}
.cult::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,40,20,.78) 0%,rgba(8,40,20,.15) 45%,rgba(8,40,20,0) 70%)}
.cult b{position:absolute;left:16px;bottom:14px;z-index:2;color:#fff;font-family:'Montserrat';font-weight:700;font-size:19px}

/* ===== Dark partner section ===== */
.dark{background:var(--green);color:#fff;position:relative;overflow:hidden}
.dark .eyebrow{display:flex;align-items:center;gap:8px;color:var(--lime);font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-family:'Montserrat'}
.dark-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}
.tabs{display:flex;gap:8px;flex-wrap:wrap}
.tab{padding:8px 18px;border-radius:999px;font-family:'Montserrat';font-weight:600;font-size:14px;color:#9fc08a;cursor:pointer}
.tab.active{background:rgba(255,255,255,.12);color:#fff}
.tab:hover{color:#fff}
.dark h2{color:#fff;font-size:30px;font-weight:800;margin-bottom:10px}
.dark .lead{color:#bcceae;max-width:620px;margin-bottom:22px;font-size:15px}

/* tinted media cards (sakata + fertilizer) */
.tile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tile{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/2.25;cursor:pointer}
.tile img{width:100%;height:100%;object-fit:cover}
.tile::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(11,47,23,.92),rgba(11,47,23,.45) 55%,rgba(11,47,23,.5));mix-blend-mode:normal}
.tile .cnt{position:absolute;top:14px;left:16px;z-index:2;color:var(--gold);font-weight:700;font-size:13px;font-family:'Montserrat'}
.tile .name{position:absolute;left:16px;bottom:14px;z-index:2;color:#fff;font-family:'Montserrat';font-weight:700;font-size:21px}
.tile .arr{position:absolute;right:14px;bottom:14px;z-index:2;color:var(--lime);font-size:18px}
.tile:hover img{transform:scale(1.04)}
.tile img{transition:transform .4s ease}
.side-arrow{position:absolute;top:50%;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;z-index:5}
.side-arrow.l{left:10px}.side-arrow.r{right:10px}
.side-arrow:hover{background:rgba(255,255,255,.2)}

/* ===== Novinki (catalog) ===== */
.catalog{display:grid;grid-template-columns:212px 1fr;gap:26px;align-items:start}
.filter{background:var(--bglight);border:1px solid var(--line);border-radius:12px;padding:18px 16px}
.filter h4{font-size:12px;letter-spacing:.1em;color:var(--muted);text-transform:uppercase;font-family:'Montserrat';margin:6px 4px 12px}
.filter h4+h4{margin-top:20px}
.fitem{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;font-size:14px;color:var(--ink);cursor:pointer}
.fitem .ic{font-size:15px;width:18px;text-align:center}
.fitem .ct{margin-left:auto;color:var(--muted);font-size:13px}
.fitem:hover{background:#eef3e3}
.fitem.active{background:var(--tint);color:var(--green);font-weight:700}
.fitem.active .ct{color:var(--green-m)}

.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.prod{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}
.prod:hover{box-shadow:0 10px 24px rgba(14,58,28,.12);transform:translateY(-2px)}
.prod .ph{aspect-ratio:1/.86;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.prod .ph img{width:100%;height:100%;object-fit:cover}
.prod .body{padding:13px 14px 15px}
.prod .nm{font-family:'Montserrat';font-weight:700;font-size:16px;color:var(--green);margin-bottom:5px}
.prod .sub{font-size:13px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:8px}
.badge{display:inline-block;background:var(--tint);color:var(--green-m);font-weight:700;font-size:12px;border-radius:6px;padding:3px 9px;white-space:nowrap;font-family:'Montserrat'}

/* ===== Feature cards (3) ===== */
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 20px}
.feat .ico{width:46px;height:46px;border-radius:10px;background:var(--tint);color:var(--green-m);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.feat h3{font-size:18px;font-weight:700;margin-bottom:8px}
.feat p{color:var(--muted);font-size:14px;margin-bottom:14px}
.feat .lnk{color:var(--green-m);font-weight:700;font-family:'Montserrat';font-size:14px}
.feat .lnk:hover{color:var(--green)}

/* ===== News ===== */
.news-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px}
.ntab{padding:8px 18px;border-radius:999px;font-family:'Montserrat';font-weight:600;font-size:14px;color:var(--muted);background:#f1f4ea;cursor:pointer}
.ntab.active{background:var(--green);color:#fff}
.ntab:hover{color:var(--green)}
.ntab.active:hover{color:#fff}
.news-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-bottom:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.featured{display:grid;grid-template-columns:1fr 1fr}
.featured .img{min-height:220px;background-size:cover;background-position:center}
.featured .ct{padding:18px 20px}
.eyebrow2{color:var(--green-m);font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-family:'Montserrat'}
.featured h3{font-size:19px;font-weight:700;margin:8px 0 10px}
.featured p{color:var(--muted);font-size:14px;line-height:1.55}
.featured .date{display:block;margin-top:16px;color:#a7ad9c;font-size:13px}
.promo{display:flex;flex-direction:column}
.promo .img{height:120px;background-size:cover;background-position:center}
.promo .ct{padding:18px;display:flex;flex-direction:column;height:100%}
.promo h3{font-size:16px;font-weight:700;margin:8px 0 8px}
.promo p{color:var(--muted);font-size:13.5px}
.promo .date{margin-top:auto;color:#a7ad9c;font-size:13px;padding-top:14px}
.news-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mini{display:grid;grid-template-columns:96px 1fr;gap:0}
.mini .img{background-size:cover;background-position:center;min-height:92px}
.mini .ct{padding:14px 16px}
.mini .eyebrow2{font-size:11px}
.mini h3{font-size:15px;font-weight:700;margin:5px 0 8px;line-height:1.25}
.mini .date{color:#a7ad9c;font-size:12.5px}

/* ===== Footer ===== */
.footer{background:var(--green);color:#cdddc2;padding:40px 0 0}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:24px}
.foot-brand .lg{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.foot-brand .lg img{width:52px;height:52px}
.foot-brand .lg b{font-family:'Montserrat';font-weight:800;color:#fff;font-size:20px;line-height:1.05;letter-spacing:.02em}
.foot-brand .lg b span{display:block;color:#d6e2cb;font-size:15px;font-weight:700}
.foot-brand p{font-size:14px;color:#a9c19b;max-width:240px;line-height:1.5}
.footer h4{color:#fff;font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-family:'Montserrat';margin-bottom:16px}
.footer ul{list-style:none}
.footer li{margin-bottom:11px}
.footer li a{color:#a9c19b;font-size:14px}
.footer li a:hover{color:#fff}
.contacts .ph{color:#fff;font-weight:700;font-size:15px;margin-bottom:8px}
.socials{display:flex;gap:10px;margin-top:14px}
.socials a{width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff}
.socials a:hover{background:rgba(255,255,255,.2)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px}
.foot-bottom .container{display:flex;justify-content:space-between;align-items:center;height:56px;font-size:13px;color:#8fa982}
.foot-bottom a{color:#8fa982}.foot-bottom a:hover{color:#fff}

/* ===== Responsive ===== */
@media(max-width:920px){
  .menu{display:none}
  .catalog{grid-template-columns:1fr}
  .news-grid{grid-template-columns:1fr}
  .featured{grid-template-columns:1fr}
}
@media(max-width:760px){
  .stats .container{grid-template-columns:repeat(2,1fr);gap:24px 0}
  .stat:nth-child(3){border-left:none}
  .cult-grid,.tile-grid,.prod-grid,.feat-grid,.news-bottom{grid-template-columns:repeat(2,1fr)}
  .topbar .container{gap:14px;font-size:12px}
  .sec-head h2,.dark h2{font-size:24px}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .cult-grid,.tile-grid,.prod-grid,.feat-grid,.news-bottom{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr}
}

/* End */
/* /local/templates/prestige/styles.css?17823281161550 */
/* /local/templates/prestige/template_styles.css?178232808512790 */
