﻿.product-categories-header-slim{font-size:14px}.price-number{font-size:26px}.products-view-name-link{font-size:14px;font-weight:300}.price-unknown{font-size:13.5px;color:#e20000}.h3{color:#e20000}.available{display:none}li.menu-general-item:nth-child(5){background-color:#f00}.menu__item.menu__item--root.menu__item--alt.cs-br-1:nth-child(8){background-color:#f00}.price-currency{font-size:24px}.products-view-item.text-static.js-products-view-item.photo-view-list{background-color:#f9f9f9}:root{--iv-green:#2E7D32;--iv-green-light:#E8F5E9;--iv-green-dark:#1B5E20;--iv-blue:#1565C0;--iv-blue-light:#E3F2FD;--iv-red:#C62828;--iv-red-light:#FFEBEE;--iv-yellow:#F9A825;--iv-yellow-light:#FFF8E1;--iv-purple:#7B1FA2;--iv-purple-light:#F3E5F5;--iv-white:#FFFFFF;--iv-bg:#F5F5F5;--iv-text:#212121;--iv-text-light:#616161;--iv-border:#E0E0E0;--iv-radius:10px;--iv-radius-sm:6px;--iv-shadow:0 2px 10px rgba(0,0,0,.08);--iv-shadow-hover:0 8px 28px rgba(0,0,0,.14);--iv-transition:.22s ease}.iv-hero{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 50%,#1565c0 100%);background-size:200% 200%;animation:iv-gradientShift 8s ease infinite;color:#fff;padding:80px 0 70px;overflow:hidden;position:relative}.iv-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.iv-hero__inner{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;max-width:720px}.iv-hero__title{font-size:clamp(26px,4.5vw,50px);font-weight:700;line-height:1.15;margin:0 0 18px;color:#fff;animation:iv-fadeSlideUp .7s ease both}.iv-hero__subtitle{font-size:17px;line-height:1.7;margin-bottom:32px;opacity:.92;animation:iv-fadeSlideUp .7s .15s ease both;max-width:620px}.iv-hero__btns{display:flex;gap:14px;flex-wrap:wrap;animation:iv-fadeSlideUp .7s .3s ease both}.iv-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--iv-radius);font-weight:600;font-size:15px;line-height:1;transition:all var(--iv-transition);cursor:pointer;white-space:nowrap;text-decoration:none !important;border:none}.iv-btn--white{background:#fff;color:var(--iv-green) !important}.iv-btn--white:hover{background:var(--iv-green-light);box-shadow:0 4px 16px rgba(255,255,255,.3);color:var(--iv-green) !important}.iv-btn--outline-white{border:2px solid rgba(255,255,255,.75);color:#fff !important;background:transparent}.iv-btn--outline-white:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff !important}.iv-btn--green{background:var(--iv-green);color:#fff !important}.iv-btn--green:hover{background:var(--iv-green-dark);box-shadow:0 4px 16px rgba(46,125,50,.35);color:#fff !important}.iv-btn--outline-green{border:2px solid var(--iv-green);color:var(--iv-green) !important;background:transparent}.iv-btn--outline-green:hover{background:var(--iv-green-light)}.iv-section{padding:64px 0}.iv-section--gray{background:var(--iv-bg)}.iv-container{max-width:1200px;margin:0 auto;padding:0 20px}.iv-section__title{font-size:clamp(20px,3vw,30px);font-weight:700;text-align:center;color:var(--iv-text);margin:0 0 10px;line-height:1.3}.iv-section__subtitle{font-size:15px;text-align:center;color:var(--iv-text-light);max-width:620px;margin:0 auto 44px;line-height:1.7}.iv-section__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:36px}.iv-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.iv-cards-grid--4{grid-template-columns:repeat(4,1fr)}.iv-cards-grid--2{grid-template-columns:repeat(2,1fr)}.iv-card{background:#fff;border-radius:var(--iv-radius);padding:26px 22px;border:1px solid var(--iv-border);box-shadow:var(--iv-shadow);transition:transform var(--iv-transition),box-shadow var(--iv-transition)}.iv-card:hover{transform:translateY(-4px);box-shadow:var(--iv-shadow-hover)}.iv-card--link{text-decoration:none !important;color:var(--iv-text) !important;display:block}.iv-card__icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:21px}.iv-card__title{font-size:15px;font-weight:700;margin:0 0 7px;line-height:1.4;color:var(--iv-text)}.iv-card__text{font-size:13px;color:var(--iv-text-light);line-height:1.6;margin:0}.iv-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.iv-about-grid__text .iv-section__title{text-align:left}.iv-about-list{list-style:none;padding:0;margin:18px 0 28px;display:flex;flex-direction:column;gap:10px}.iv-about-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--iv-text)}.iv-about-list li .iv-check-icon{color:var(--iv-green);font-weight:bold;flex-shrink:0;font-size:16px}.iv-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.iv-stat-card{background:#fff;border-radius:var(--iv-radius);padding:22px;border:1px solid var(--iv-border);box-shadow:var(--iv-shadow);text-align:center;transition:transform var(--iv-transition),box-shadow var(--iv-transition)}.iv-stat-card:hover{transform:translateY(-3px);box-shadow:var(--iv-shadow-hover)}.iv-stat-card__number{font-size:40px;font-weight:700;color:var(--iv-green);line-height:1;margin-bottom:6px}.iv-stat-card__label{font-size:12px;color:var(--iv-text-light);line-height:1.4}.iv-float-tg{position:fixed;bottom:28px;right:28px;z-index:9999;width:58px;height:58px;border-radius:50%;background:#229ed9;color:#fff !important;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 4px 20px rgba(34,158,217,.5);transition:transform var(--iv-transition),box-shadow var(--iv-transition);text-decoration:none !important}.iv-float-tg:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 28px rgba(34,158,217,.6);color:#fff !important}.iv-float-tg::after{content:'';position:absolute;inset:0;border-radius:50%;background:#229ed9;animation:iv-pulseRing 2.2s ease-out infinite;z-index:-1}@keyframes iv-fadeSlideUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes iv-gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes iv-pulseRing{0%{transform:scale(1);opacity:1}100%{transform:scale(1.55);opacity:0}}.iv-reveal{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.iv-reveal.iv-visible{opacity:1;transform:translateY(0)}.iv-reveal:nth-child(2){transition-delay:.08s}.iv-reveal:nth-child(3){transition-delay:.16s}.iv-reveal:nth-child(4){transition-delay:.24s}.iv-reveal:nth-child(5){transition-delay:.32s}.iv-reveal:nth-child(6){transition-delay:.4s}@media(max-width:1024px){.iv-cards-grid--4{grid-template-columns:repeat(2,1fr)}.iv-about-grid{grid-template-columns:1fr;gap:36px}}@media(max-width:768px){.iv-hero{padding:50px 0 44px}.iv-hero__btns{flex-direction:column}.iv-hero__btns .iv-btn{justify-content:center}.iv-section{padding:44px 0}.iv-cards-grid{grid-template-columns:1fr}.iv-cards-grid--4{grid-template-columns:repeat(2,1fr)}.iv-stats-grid{grid-template-columns:repeat(2,1fr)}.iv-section__cta{flex-direction:column;align-items:stretch}.iv-section__cta .iv-btn{justify-content:center}.iv-float-tg{bottom:20px;right:16px;width:52px;height:52px;font-size:22px}}@media(max-width:480px){.iv-cards-grid--4{grid-template-columns:1fr}.iv-stats-grid{grid-template-columns:1fr}.iv-stat-card__number{font-size:32px}}@media(prefers-reduced-motion:reduce){.iv-reveal,.iv-hero__title,.iv-hero__subtitle,.iv-hero__btns{opacity:1 !important;transform:none !important;animation:none !important;transition:none !important}.iv-float-tg::after{display:none}.iv-hero{animation:none !important;background-size:100% !important}}body.iv-homepage .site-body-aside{display:none !important}body.iv-homepage .site-body-main{width:100% !important;max-width:100% !important;flex:0 0 100% !important}.site-body-inner:has(.iv-hero-3d).site-body-aside{display:none !important;}.site-body-inner:has(.iv-hero-3d).site-body-main{width:100% !important;max-width:100% !important;}.news-block{display:none !important}.site-menu-row{background:#0e1c0e !important}.menu-general-root-link{color:rgba(255,255,255,.88) !important;letter-spacing:.06em !important;padding:12px 18px !important;transition:color .2s,background .2s !important}.menu-general-root-link:hover,.menu-general-item:hover>.menu-general-root-link{color:#81c784 !important;background:rgba(255,255,255,.06) !important;text-decoration:none !important}.menu-general-root-link-text{font-weight:600 !important}.iv-hero-3d{position:relative;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#060f1e 0%,#0a2010 50%,#060f1e 100%);margin:0 -15px;padding:72px 32px 64px;box-sizing:border-box}#iv-three-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.iv-hero3d-content{position:relative;z-index:2;display:flex;align-items:center;gap:48px;width:100%;max-width:1140px;margin:0 auto}.iv-hero3d-text{flex:1 1 55%;min-width:0}.iv-hero3d-h1{font-size:clamp(28px,4vw,52px);font-weight:800;line-height:1.12;color:#fff;margin:0 0 22px;animation:iv-fadeSlideUp .9s ease both;text-shadow:0 2px 20px rgba(0,0,0,.4)}.iv-hero3d-h1 em{font-style:normal;color:#81c784}.iv-hero3d-sub{font-size:clamp(14px,1.5vw,17px);line-height:1.75;color:rgba(255,255,255,.78);margin:0 0 38px;animation:iv-fadeSlideUp .9s .18s ease both;max-width:520px}.iv-hero3d-btns{display:flex;gap:14px;flex-wrap:wrap;animation:iv-fadeSlideUp .9s .34s ease both}.iv-hero3d-right{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.iv-hero-cube{perspective:700px;width:160px;height:160px}.iv-hero-cube__inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:iv-cube-spin 22s linear infinite}.iv-hero-cube__face{position:absolute;width:160px;height:160px;display:flex;align-items:center;justify-content:center;font-size:54px;background:rgba(46,125,50,.1);border:2px solid rgba(100,210,110,.3);border-radius:10px;backdrop-filter:blur(4px);box-shadow:0 0 30px rgba(100,200,100,.08) inset}.iv-hero-cube__face--front{transform:rotateY(0deg) translateZ(80px)}.iv-hero-cube__face--back{transform:rotateY(180deg) translateZ(80px)}.iv-hero-cube__face--right{transform:rotateY(90deg) translateZ(80px)}.iv-hero-cube__face--left{transform:rotateY(-90deg) translateZ(80px)}.iv-hero-cube__face--top{transform:rotateX(90deg) translateZ(80px)}.iv-hero-cube__face--bottom{transform:rotateX(-90deg) translateZ(80px)}@keyframes iv-cube-spin{0%{transform:rotateX(0deg) rotateY(0deg)}100%{transform:rotateX(360deg) rotateY(540deg)}}.iv-hero3d-ministats{display:flex;gap:20px}.iv-hero3d-ministat{text-align:center;color:#fff}.iv-hero3d-ministat span{display:block;font-size:26px;font-weight:800;color:#81c784;line-height:1}.iv-hero3d-ministat small{font-size:10px;opacity:.65}.iv-sec{padding:0}.iv-sec-inner{max-width:1140px;margin:0 auto;padding:68px 20px}.iv-sec-title{font-size:clamp(20px,2.8vw,30px);font-weight:800;text-align:center;color:#111;margin:0 0 10px;letter-spacing:-.01em}.iv-sec-subtitle{text-align:center;color:var(--iv-text-light);margin:0 0 48px;font-size:15px;line-height:1.7}.iv-flip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.iv-flip-card{perspective:1200px;height:230px;cursor:pointer}.iv-flip-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,0,.2,1)}.iv-flip-card:hover .iv-flip-inner,.iv-flip-card:focus-within .iv-flip-inner{transform:rotateY(180deg)}.iv-flip-front,.iv-flip-back{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:16px;padding:24px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.iv-flip-front{background:#fff;border:1px solid #e8e8e8;box-shadow:0 4px 18px rgba(0,0,0,.07)}.iv-flip-back{background:linear-gradient(145deg,#0d1f0d,#0f1923);color:#fff;transform:rotateY(180deg)}.iv-flip-icon{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:14px;box-shadow:0 4px 16px rgba(0,0,0,.18)}.iv-flip-title{font-size:14px;font-weight:700;line-height:1.4;color:#1a1a1a}.iv-flip-back-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:8px}.iv-flip-back p{font-size:12px;line-height:1.6;color:rgba(255,255,255,.75);margin:0 0 14px}.iv-flip-link{color:#81c784 !important;text-decoration:none !important;font-size:13px;font-weight:600;padding:6px 18px;border:1px solid rgba(129,199,132,.45);border-radius:20px;transition:all .2s}.iv-flip-link:hover{background:rgba(129,199,132,.15);color:#b9f6ca !important}.iv-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.iv-why-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:28px 22px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .28s ease,box-shadow .28s ease}.iv-why-card:hover{transform:translateY(-7px) perspective(700px) rotateX(4deg);box-shadow:0 16px 40px rgba(46,125,50,.14)}.iv-why-icon{font-size:38px;margin-bottom:14px;display:block}.iv-why-card h3{font-size:15px;font-weight:700;color:#111;margin:0 0 8px;line-height:1.4}.iv-why-card p{font-size:13px;color:var(--iv-text-light);line-height:1.6;margin:0}.iv-about-wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.iv-about-text h2{font-size:clamp(22px,2.8vw,32px);font-weight:800;color:#111;margin:0 0 16px;letter-spacing:-.01em}.iv-about-text p{color:var(--iv-text-light);line-height:1.75;margin:0 0 20px;font-size:15px}.iv-about-list{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}.iv-about-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:#333}.iv-about-list li::before{content:'✓';color:var(--iv-green);font-weight:800;font-size:16px;flex-shrink:0}.iv-stats-2x2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.iv-sc2{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:26px 20px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .22s,box-shadow .22s}.iv-sc2:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(46,125,50,.13)}.iv-sc2-num{font-size:44px;font-weight:800;color:var(--iv-green);line-height:1}.iv-sc2-suf{font-size:26px;font-weight:700;color:var(--iv-green);opacity:.75}.iv-sc2-lbl{font-size:12px;color:var(--iv-text-light);line-height:1.4;margin-top:6px}.iv-reveal{opacity:0;transform:perspective(600px) translateY(36px) rotateX(10deg);transition:opacity .6s ease,transform .6s ease;transform-origin:top center}.iv-reveal.iv-visible{opacity:1;transform:perspective(600px) translateY(0) rotateX(0)}li.menu-general-item:nth-child(5){background-color:rgba(46,125,50,.35) !important}li.menu-general-item:nth-child(5) .menu-general-root-link{color:#c8e6c9 !important;font-weight:700 !important}li.menu-general-item:nth-child(5):hover{background-color:rgba(46,125,50,.55) !important}@media(max-width:1024px){.iv-flip-grid{grid-template-columns:repeat(2,1fr)}.iv-why-grid{grid-template-columns:repeat(2,1fr)}.iv-about-wrap{grid-template-columns:1fr;gap:36px}.iv-hero3d-right{display:none}}@media(max-width:768px){.iv-hero-3d{padding:44px 16px;margin:0 -10px}.iv-hero3d-content{flex-direction:column}.iv-flip-grid{grid-template-columns:1fr 1fr}.iv-why-grid{grid-template-columns:1fr}.iv-stats-2x2{grid-template-columns:repeat(2,1fr)}.iv-sec-inner{padding:44px 16px}#iv-three-canvas{display:none}}@media(max-width:480px){.iv-flip-grid{grid-template-columns:1fr}.iv-flip-card{height:190px}.iv-stats-2x2{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.iv-hero-cube__inner{animation:none !important}.iv-flip-inner{transition:none !important}.iv-why-card:hover{transform:none !important}.iv-reveal{opacity:1 !important;transform:none !important;transition:none !important}}@media(min-width:769px){.toolbar-top{display:none}.site-head{border-bottom:1px solid var(--iv-border);background:var(--iv-white)}.site-head-inner{padding-top:18px;padding-bottom:18px}.menu-header{display:flex;align-items:center;gap:4px;min-height:36px}.menu-header-item{margin-right:0}.menu-header-link{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:var(--iv-radius-sm);font-size:13px;line-height:1;color:var(--iv-text-light);transition:background-color var(--iv-transition),color var(--iv-transition)}.menu-header-link:hover{background:var(--iv-green-light);color:var(--iv-green-dark)}.menu-header-link[href="/pages/dokumenty-fgos"]{min-height:36px;margin-left:6px;padding:0 16px;background:#e85d4a;color:#fff;font-weight:700;box-shadow:none}.menu-header-link[href="/pages/dokumenty-fgos"]:hover{background:#c94636;color:#fff}.site-head-search-input{border-color:#d6ddd7;border-radius:var(--iv-radius-sm) 0 0 var(--iv-radius-sm)}.site-head-search-input:focus{border-color:var(--iv-green);box-shadow:0 0 0 2px rgba(46,125,50,.12)}.site-head-search-btn{border-radius:0 var(--iv-radius-sm) var(--iv-radius-sm) 0;background:var(--iv-green);font-weight:700}.site-head-search-btn:hover{background:var(--iv-green-dark)}}@media(min-width:769px){.menu-header-link[href="/pages/dokumenty-fgos"]{min-width:112px;white-space:nowrap;justify-content:center;box-sizing:border-box}}@media(min-width:769px){.site-menu-row,.menu-general-wrap,.menu-general{height:auto !important;min-height:0 !important}.menu-general{display:flex !important;flex-wrap:wrap !important;align-items:stretch;width:100%}.menu-general>.menu-general-item:not(.menu-general-tile){display:block !important;width:auto !important;min-width:0;flex:1 1 16.666% !important}.menu-general>.menu-general-tile{display:none !important}.menu-general-root-link{display:flex !important;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:58px;padding:9px 8px !important;font-size:13px !important;line-height:1.2;text-align:center;white-space:normal}.menu-general-icon{flex:0 0 28px;width:28px;margin-right:7px}.menu-general-icon-img{display:block;width:28px !important;height:28px !important;object-fit:contain}}@media(min-width:769px) and (max-width:1050px){.menu-general>.menu-general-item:not(.menu-general-tile){flex-basis:33.333% !important}}@media(min-width:769px){.menu-general-icon{display:inline-flex !important;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;margin-right:7px;border-radius:4px;background:rgba(255,255,255,.96);overflow:hidden}.menu-general-icon-img{width:26px !important;height:26px !important;object-fit:contain}}@media(min-width:769px){.product-categories-item-slim:has(a[href$="/categories/osnaschenie-grupp"]).product-categories-item-inner-slim::after,.product-categories-item-slim:has(a[href$="/categories/stem-i-robototekhnika"]).product-categories-item-inner-slim::after,.product-categories-item-slim:has(a[href$="/categories/patrioticheskoe-i-kraevedcheskoe-vospitanie"]).product-categories-item-inner-slim::after,.product-categories-item-slim:has(a[href$="/categories/sportivnyi-zal"]).product-categories-item-inner-slim::after,.product-categories-item-slim:has(a[href$="/categories/progulochnye-uchastki"]).product-categories-item-inner-slim::after,.product-categories-item-slim:has(a[href$="/categories/mebel-i-sistemy-khraneniya"]).product-categories-item-inner-slim::after,.product-categories-item-slim:has(a[href$="/categories/oformlenie-pomeschenii"]).product-categories-item-inner-slim::after{display:flex;align-items:center;justify-content:center;min-height:104px;font-size:48px;line-height:1;}.product-categories-item-slim:has(a[href$="/categories/osnaschenie-grupp"]).product-categories-item-inner-slim::after{content:"🧸";}.product-categories-item-slim:has(a[href$="/categories/stem-i-robototekhnika"]).product-categories-item-inner-slim::after{content:"🤖";}.product-categories-item-slim:has(a[href$="/categories/patrioticheskoe-i-kraevedcheskoe-vospitanie"]).product-categories-item-inner-slim::after{content:"🗺️";}.product-categories-item-slim:has(a[href$="/categories/sportivnyi-zal"]).product-categories-item-inner-slim::after{content:"🏀";}.product-categories-item-slim:has(a[href$="/categories/progulochnye-uchastki"]).product-categories-item-inner-slim::after{content:"🌳";}.product-categories-item-slim:has(a[href$="/categories/mebel-i-sistemy-khraneniya"]).product-categories-item-inner-slim::after{content:"🪑";}.product-categories-item-slim:has(a[href$="/categories/oformlenie-pomeschenii"]).product-categories-item-inner-slim::after{content:"🎨";}}@media(min-width:769px){a.product-categories-header-slim-title[href$="/categories/osnaschenie-grupp"],a.product-categories-header-slim-title[href$="/categories/stem-i-robototekhnika"],a.product-categories-header-slim-title[href$="/categories/patrioticheskoe-i-kraevedcheskoe-vospitanie"],a.product-categories-header-slim-title[href$="/categories/sportivnyi-zal"],a.product-categories-header-slim-title[href$="/categories/progulochnye-uchastki"],a.product-categories-header-slim-title[href$="/categories/mebel-i-sistemy-khraneniya"],a.product-categories-header-slim-title[href$="/categories/oformlenie-pomeschenii"]{display:flex !important;flex-direction:column;align-items:center;box-sizing:border-box;min-height:138px;padding:0 8px}a.product-categories-header-slim-title[href$="/categories/osnaschenie-grupp"]::after,a.product-categories-header-slim-title[href$="/categories/stem-i-robototekhnika"]::after,a.product-categories-header-slim-title[href$="/categories/patrioticheskoe-i-kraevedcheskoe-vospitanie"]::after,a.product-categories-header-slim-title[href$="/categories/sportivnyi-zal"]::after,a.product-categories-header-slim-title[href$="/categories/progulochnye-uchastki"]::after,a.product-categories-header-slim-title[href$="/categories/mebel-i-sistemy-khraneniya"]::after,a.product-categories-header-slim-title[href$="/categories/oformlenie-pomeschenii"]::after{display:block;margin-top:22px;font-size:48px;line-height:1}a.product-categories-header-slim-title[href$="/categories/osnaschenie-grupp"]::after{content:"🧸"}a.product-categories-header-slim-title[href$="/categories/stem-i-robototekhnika"]::after{content:"🤖"}a.product-categories-header-slim-title[href$="/categories/patrioticheskoe-i-kraevedcheskoe-vospitanie"]::after{content:"🗺️"}a.product-categories-header-slim-title[href$="/categories/sportivnyi-zal"]::after{content:"🏀"}a.product-categories-header-slim-title[href$="/categories/progulochnye-uchastki"]::after{content:"🌳"}a.product-categories-header-slim-title[href$="/categories/mebel-i-sistemy-khraneniya"]::after{content:"🪑"}a.product-categories-header-slim-title[href$="/categories/oformlenie-pomeschenii"]::after{content:"🎨"}}.iv-home__institution{position:relative;display:flex !important;flex-direction:row !important;align-items:center;justify-content:flex-start !important;gap:18px;box-sizing:border-box;min-height:156px;padding:24px !important;overflow:hidden;border-left:3px solid var(--iv-green) !important;background:#fff;transition:border-color var(--iv-transition),box-shadow var(--iv-transition),transform var(--iv-transition)}.iv-home__institution:hover{border-color:var(--iv-green) !important;box-shadow:var(--iv-shadow-hover);transform:translateY(-2px)}.iv-home__institution .iv-home__mark{display:inline-flex !important;align-items:center;justify-content:center;flex:0 0 64px;width:64px !important;height:64px !important;margin:0;border:1px solid rgba(33,33,33,.06);border-radius:8px !important;background-position:center !important;background-repeat:no-repeat !important;background-size:44px 44px !important;color:transparent !important;font-size:0 !important}.iv-home__institution>span:not(.iv-home__mark){min-width:0}.iv-home__institution strong{display:block;margin-bottom:7px;font-size:18px;line-height:1.2;color:var(--iv-text)}.iv-home__institution strong+span{display:block;font-size:14px;line-height:1.45;color:var(--iv-text-light)}.iv-home__institution[href="/categories/osnaschenie-detskogo-sada"]{border-left-color:#2e7d32 !important}.iv-home__institution[href="/categories/osnaschenie-detskogo-sada"] .iv-home__mark{background-color:#e8f5e9;background-image:url("/pictures/category/icon/6108383.png")}.iv-home__institution[href="/categories/osnaschenie-shkol"]{border-left-color:#1565c0 !important}.iv-home__institution[href="/categories/osnaschenie-shkol"] .iv-home__mark{background-color:#e3f2fd;background-image:url("/pictures/category/icon/6108384.png")}.iv-home__institution[href="/categories/osnaschenie-muzeev"]{border-left-color:#c46a14 !important}.iv-home__institution[href="/categories/osnaschenie-muzeev"] .iv-home__mark{background-color:#fff3e0;background-image:url("/pictures/category/icon/6188205.png")}.iv-home__institution[href="/categories/dopolnitelnomu-obrazovaniyu"]{border-left-color:#7b1fa2 !important}.iv-home__institution[href="/categories/dopolnitelnomu-obrazovaniyu"] .iv-home__mark{background-color:#f3e5f5;background-image:url("/pictures/category/icon/11105161.png")}.iv-home__institution[href="/categories/oborudovanie-dlya-detei-s-ovz"]{border-left-color:#00838f !important}.iv-home__institution[href="/categories/oborudovanie-dlya-detei-s-ovz"] .iv-home__mark{background-color:#e0f7fa;background-image:url("/pictures/category/icon/11105162.png")}@media(max-width:480px){.iv-home__institution{min-height:132px;gap:14px;padding:18px !important}.iv-home__institution .iv-home__mark{flex-basis:56px;width:56px !important;height:56px !important;background-size:38px 38px !important}}.iv-home__task{display:grid !important;grid-template-columns:46px minmax(0,1fr) 22px;align-items:center;gap:14px !important;box-sizing:border-box;min-height:92px;padding:16px 18px !important;border-left:3px solid #2e7d32 !important;border-radius:6px !important;background:#fff;transition:border-color var(--iv-transition),box-shadow var(--iv-transition),transform var(--iv-transition)}.iv-home__task::before{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:8px;background:#e8f5e9;font-size:27px;line-height:1}.iv-home__task>span{font-size:15px;font-weight:700;line-height:1.35;color:var(--iv-text)}.iv-home__task>b{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;color:var(--iv-green);font-size:18px;transition:transform var(--iv-transition),background-color var(--iv-transition)}.iv-home__task:hover{border-color:var(--iv-green) !important;box-shadow:var(--iv-shadow-hover);transform:translateY(-2px)}.iv-home__task:hover>b{background:var(--iv-green-light);transform:translateX(3px)}.iv-home__task:nth-child(1)::before{content:"🧸";background:#e8f5e9}.iv-home__task:nth-child(2)::before{content:"🧠";background:#fff3e0}.iv-home__task:nth-child(3)::before{content:"🤖";background:#e3f2fd}.iv-home__task:nth-child(4)::before{content:"🏛️";background:#f3e5f5}.iv-home__task:nth-child(5)::before{content:"🧩";background:#e0f7fa}.iv-home__task:nth-child(6)::before{content:"🔎";background:#fff8e1}@media(max-width:480px){.iv-home__task{grid-template-columns:42px minmax(0,1fr) 20px;min-height:82px;gap:12px !important;padding:13px 14px !important}.iv-home__task::before{width:42px;height:42px;font-size:24px}}.iv-home__procure{position:relative;display:grid !important;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);align-items:center;gap:46px;box-sizing:border-box;padding:34px 36px !important;overflow:hidden;border-left:5px solid #e85d4a;border-radius:6px !important;background:#115849 !important}.iv-home__procure h2{margin:0 0 10px;color:#fff}.iv-home__procure h2::before{content:"44-ФЗ • 223-ФЗ";display:block;margin-bottom:10px;color:#b9ddd4;font-size:12px;font-weight:700;line-height:1}.iv-home__procure p{max-width:690px;margin:0;color:#e4f0ed;line-height:1.55}.iv-home__procure .iv-home__actions{display:grid;gap:10px}.iv-home__procure .iv-home__btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;padding:10px 18px;border:1px solid rgba(255,255,255,.28);border-radius:6px !important;background:#fff;color:#174d42;font-weight:700;line-height:1.25;text-align:center}.iv-home__procure .iv-home__btn--accent{border-color:#e85d4a;background:#e85d4a;color:#fff}.iv-home__procure .iv-home__btn--accent:hover{border-color:#c94636;background:#c94636}.iv-home__trust{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px !important}.iv-home__trust-item{position:relative;box-sizing:border-box;min-height:158px;padding:58px 20px 20px !important;border:1px solid var(--iv-border);border-top:3px solid var(--iv-green);border-radius:6px;background:#fff}.iv-home__trust-item::before{position:absolute;top:17px;left:20px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;background:var(--iv-green-light);color:var(--iv-green-dark);font-size:13px;font-weight:800;line-height:1}.iv-home__trust-item:nth-child(1)::before{content:"01"}.iv-home__trust-item:nth-child(2)::before{content:"02";background:#e3f2fd;color:#1565c0}.iv-home__trust-item:nth-child(3)::before{content:"03";background:#fff3e0;color:#a65308}.iv-home__trust-item:nth-child(4)::before{content:"04";background:#e0f7fa;color:#00747d}.iv-home__trust-item:nth-child(2){border-top-color:#1565c0}.iv-home__trust-item:nth-child(3){border-top-color:#c46a14}.iv-home__trust-item:nth-child(4){border-top-color:#00838f}.iv-home__trust-item strong{display:block;margin-bottom:9px;font-size:17px;line-height:1.25;color:var(--iv-text)}.iv-home__trust-item span{display:block;font-size:14px;line-height:1.5;color:var(--iv-text-light)}@media(max-width:900px){.iv-home__procure{grid-template-columns:1fr;gap:24px}.iv-home__trust{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.iv-home__procure{padding:26px 22px !important}.iv-home__trust{grid-template-columns:1fr}}.products-specials-container{margin-top:44px}.products-specials-container .products-specials-block{margin-bottom:46px;border:0 !important;background:transparent}.products-specials-container .products-specials-header{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--iv-border)}.products-specials-container .products-specials-header .h2{margin:0;font-size:0 !important;color:var(--iv-text) !important}.products-specials-container .products-specials-best-h::after,.products-specials-container .products-specials-new-h::after,.products-specials-container .products-specials-discount-h::after{font-size:25px;font-weight:600;line-height:1.2;color:var(--iv-text)}.products-specials-container .products-specials-best-h::after{content:"Популярное оборудование"}.products-specials-container .products-specials-new-h::after{content:"Новые поступления"}.products-specials-container .products-specials-discount-h::after{content:"Специальные предложения"}.products-specials-container .products-specials-header a{color:var(--iv-green);font-size:13px;font-weight:700}.products-specials-container .products-view-block{display:flex}.products-specials-container .products-view-item{position:relative;display:flex !important;flex:1 1 auto;flex-direction:column;box-sizing:border-box;width:100%;min-height:472px !important;padding:0 !important;overflow:hidden;border:1px solid var(--iv-border) !important;border-radius:6px !important;background:#fff !important;box-shadow:none;transition:border-color var(--iv-transition),box-shadow var(--iv-transition),transform var(--iv-transition)}.products-specials-container .products-view-item:hover{border-color:#b8c9c0 !important;box-shadow:var(--iv-shadow-hover);transform:translateY(-3px)}.products-specials-container .products-view-pictures{position:relative !important;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100% !important;height:230px;margin:0;padding:18px;border-bottom:1px solid #eef1ef;background:#fff}.products-specials-container .products-view-picture-link{display:flex !important;align-items:center;justify-content:center;width:100%;height:194px !important}.products-specials-container .products-view-picture{width:auto !important;max-width:100%;height:auto !important;max-height:194px;object-fit:contain}.products-specials-container .products-view-rating,.products-specials-container .products-view-photos-count,.products-specials-container .products-view-meta:empty{display:none !important}.products-specials-container .products-view-info{padding:17px 18px 0}.products-specials-container .products-view-name{min-height:60px;margin:0}.products-specials-container .products-view-name-link{display:block;font-size:15px !important;font-weight:600 !important;line-height:1.4;color:var(--iv-text) !important}.products-specials-container .products-view-labels{top:12px;right:12px;left:auto}.products-specials-container .products-view-label-inner{padding:6px 9px;border-radius:4px;box-shadow:none;font-size:12px;font-weight:700}.products-specials-container .product-view-price-data{margin-top:auto;padding:8px 18px 16px}.products-specials-container .products-view-price-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.products-specials-container .price-current{display:flex;align-items:baseline;white-space:nowrap}.products-specials-container .price-number{font-size:25px !important;font-weight:700;color:var(--iv-text)}.products-specials-container .price-currency{margin-left:4px;font-size:15px !important;color:var(--iv-text-light)}.products-specials-container .products-view-buy{min-height:40px;padding:9px 15px;border:0;border-radius:6px;background:var(--iv-green);color:#fff;font-weight:700}.products-specials-container .products-view-buy:hover{background:var(--iv-green-dark)}.products-specials-container .products-view-footer-additional{margin-top:0;padding:11px 18px;border:0 !important;border-top:1px solid #eef1ef !important;background:#fafbfa}.products-specials-container .compare-control{font-size:12px;color:var(--iv-text-light)}@media(max-width:520px){.products-specials-container .products-specials-header{align-items:flex-start;flex-direction:column;gap:7px}.products-specials-container .products-view-item{min-height:440px !important}}.products-specials-container .products-specials-header>a{font-size:0 !important}.products-specials-container .products-specials-header>a::after{content:"Смотреть все";font-size:13px;font-weight:700;color:var(--iv-green)}