@layer base{*,:after,:before{box-sizing:border-box}:focus{outline:none}::selection{background:#b8b3fe66}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:100%}body{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background-color:var(--color-bg);min-width:320px;min-height:100dvh;margin:0}body.admin-bar{min-height:calc(100dvh - var(--wp-admin-bar))}canvas,img,picture,svg,video{max-width:100%;display:block}img{height:auto}button,input,select,textarea{font:inherit;margin:0}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ol,ul{padding:0;list-style:none}figure,ol,ul{margin:0}.body--locked{overflow:hidden}}@layer fonts{@font-face{font-display:swap;font-family:Onest;font-style:normal;font-weight:100 900;src:url(/wp-content/themes/orient/dist/assets/Onest-variable-DxyYaHog.woff2)format("woff2")}}@layer typography{body{color:var(--color-primary);font-family:var(--font-base);font-size:var(--font-size-base,1rem);line-height:var(--lh-base,1.6)}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:var(--lh-tight);text-wrap:balance;margin-block:0}h1{font-size:clamp(2rem,5vw,4.5rem);font-weight:700}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:clamp(1.125rem,2vw,1.5rem)}h5{font-size:clamp(1rem,1.5vw,1.25rem)}h6{font-size:clamp(.875rem,1.2vw,1rem)}p{margin-block:0}a{color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover)}blockquote,ol,ul{padding-inline-start:var(--space-md)}blockquote{border-inline-start:3px solid var(--color-link);margin:0}.content{--flow-space:var(--space-fluid-md);-webkit-hyphens:auto;hyphens:auto;font-size:clamp(1.125rem,1.4vw,1.375rem);font-weight:300;line-height:var(--lh-normal);overflow-wrap:break-word;text-wrap:pretty}.content>*+*{margin-top:var(--flow-space)}.content :is(h2,h3,h4){--flow-space:var(--space-fluid-lg)}.content :is(ul,ol){--flow-space:var(--space-sm)}.content blockquote{--flow-space:var(--space-fluid-lg)}.kg-embed-card{flex-direction:column;align-items:center;width:100%;display:flex}figure.kg-card.kg-embed-card>iframe{aspect-ratio:16/9;width:100%;height:auto}}@layer layout{.row{align-items:flex-start}.row,main{flex-wrap:wrap;width:100%;display:flex}main{min-height:calc(100dvh - 573.17px)}body.admin-bar main{min-height:calc(100dvh - 573.17px - var(--wp-admin-bar))}main>section{width:100%;display:inline-flex}.container,.container-full,.container-wide{width:100%;margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.container{max-width:var(--container)}.container-wide{max-width:var(--container-wide)}.container-full{max-width:100%}.content{grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.content>*{grid-column:1/-1}@media (width>=768px){.content>*{grid-column:4/span 6}.content>.wide,.kg-width-wide{grid-column:2/span 10}.content>.full,.kg-width-full{grid-column:1/-1}}}@layer components{.header{background-color:var(--color-dark);flex-direction:column;padding-block:14px;display:flex}.header .container{align-items:center;display:flex}.header__mob{cursor:pointer;background-color:#0000;border:none;outline:none;flex-direction:column;justify-content:center;align-items:center;width:16px;height:16px;margin-right:15px;padding:0;display:inline-flex;position:relative}.header__mob>span{background-color:#fff;width:100%;height:3px;display:inline-flex}.header__mob>span+span{margin-top:5px}.header__mob>span:nth-of-type(3){width:50%;margin-right:auto}body.navOpen .header__mob>span:first-of-type{animation:.85s ease-out forwards stick-1-open}body.navOpen .header__mob>span:nth-of-type(2){animation:.85s linear forwards stick-2-open}body.navOpen .header__mob>span:nth-of-type(3){animation:.85s linear forwards stick-3-open}body.navClose .header__mob>span:first-of-type{width:3px;animation:.85s ease-out forwards stick-1-close}body.navClose .header__mob>span:nth-of-type(2){margin-left:0;animation:.85s ease-out forwards stick-2-close}body.navClose .header__mob>span:nth-of-type(3){animation:.85s ease-out forwards stick-3-close}.header__cart-mob{margin-left:auto;position:relative}.header__cart-mob:before{background-color:var(--color-orange);border-radius:var(--radius-full);color:var(--color-dark);content:attr(data-items);z-index:1;height:12px;padding-inline:2.33px;font-size:.5rem;display:inline-flex;position:absolute;bottom:60%;right:65%}.header__callback-mob,.header__search-mob{margin-left:20px}.header__nav{opacity:0;visibility:hidden;z-index:9;background-color:#323232;flex-direction:column;width:100%;min-height:calc(100dvh - 64px);transition:opacity .3s,visibility .3s;display:flex;position:absolute}body.admin-bar .header__nav{min-height:calc(100dvh - 110px)}.header__nav ul{flex-direction:column;width:100%;padding:0;display:inline-flex}.header__nav ul>li{padding-block:18px;padding-inline:16px;display:inline-flex}.header__nav ul>li>a{color:var(--color-text-w);font-size:var(--text-lg);font-weight:600;line-height:var(--lh-normal)}body.navOpen>.header__nav{opacity:1;visibility:visible}.header__link,.header__phone{color:#e6e7e8;display:none}.header__link:hover,.header__phone:hover{color:var(--color-link)}.header__phone{font-size:var(--lh-normal);margin-inline:60px;font-weight:600}.header__search{color:#e6e7e8;font-size:var(--text-base);align-items:center;gap:8px;margin-left:auto;display:none}@media (width>=768px){.header{padding-block:24px}.header__logo-pic>img{width:115px}.header__callback-mob,.header__cart-mob,.header__mob,.header__search-mob{display:none}.header__nav{background-color:var(--color-orange);opacity:1;visibility:visible;transition:none;position:static}.header__nav,body.admin-bar .header__nav{min-height:fit-content}.header__nav ul{flex-direction:unset;width:fit-content;margin-inline:auto}.header__nav ul>li{padding:0}.header__nav ul>li>a{color:#010101;font-size:var(--text-base);align-items:center;gap:12px;height:68px;padding-inline:20px;font-weight:400;display:inline-flex}.header__nav ul>li>a:hover,body.single-catalog .header__nav ul>li.menu-item-15>a,body.tax-orient_catalog_category .header__nav ul>li.menu-item-15>a,body:not(.home) .header__nav ul>li.current-menu-item>a{background-color:var(--color-dark);color:var(--color-orange)}.header__nav ul>li.menu-item-15>a:before{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23010101' d='M1.6 0a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2M8 0a1.6 1.6 0 1 1 0 3.2A1.6 1.6 0 0 1 8 0m6.4 0a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2M1.6 6.4a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2m6.4 0a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2m6.4 0a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2M1.6 12.8a1.6 1.6 0 1 1 0 3.198 1.6 1.6 0 0 1 0-3.198m6.4 0a1.6 1.6 0 1 1 0 3.198A1.6 1.6 0 0 1 8 12.8m6.4 0a1.6 1.6 0 1 1 0 3.199 1.6 1.6 0 0 1 0-3.199'/%3E%3C/svg%3E") 50% no-repeat;width:16px;height:16px;display:inline-flex}.header__nav ul>li.menu-item-15>a:hover:before,body.single-catalog .header__nav ul>li.menu-item-15>a:before,body.tax-orient_catalog_category .header__nav ul>li.menu-item-15>a:before,body:not(.home) .header__nav ul>li.menu-item-15.current-menu-item>a:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fbaf1a' d='M1.6 0a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2M8 0a1.6 1.6 0 1 1 0 3.2A1.6 1.6 0 0 1 8 0m6.4 0a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2M1.6 6.4a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2m6.4 0a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2m6.4 0a1.6 1.6 0 1 1 0 3.2 1.6 1.6 0 0 1 0-3.2M1.6 12.8a1.6 1.6 0 1 1 0 3.198 1.6 1.6 0 0 1 0-3.198m6.4 0a1.6 1.6 0 1 1 0 3.198A1.6 1.6 0 0 1 8 12.8m6.4 0a1.6 1.6 0 1 1 0 3.199 1.6 1.6 0 0 1 0-3.199'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat}.header__logo{margin-right:auto}.header__link,.header__phone,.header__search{display:inline-flex}}.footer{background-color:var(--color-grey);color:var(--color-text-g);padding-block:var(--space-lg);padding-top:clamp(1.9375rem,2vw,2.375rem);padding-bottom:clamp(2.75rem,2vw,2.9375rem);display:flex}.footer .container{grid-row-gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr));display:grid}.footer__copy{flex-direction:column;align-items:center;display:inline-flex}.footer__logo{margin-bottom:1rem;display:inline-flex}.footer__copy>p{font-size:.875rem}.footer__adr,.footer__contacts{flex-direction:column;gap:32px;display:inline-flex}.footer__adr>p,.footer__contacts>p{color:var(--color-text-w);flex-direction:column;font-size:1.25rem;display:inline-flex}.footer__adr-city,.footer__adr-comp,.footer__contacts-email,.footer__contacts-tel{padding-left:36px;position:relative}.footer__adr-city:before,.footer__adr-comp:before,.footer__contacts-email:before,.footer__contacts-tel:before{content:"";width:20px;height:20px;display:inline-flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.footer__contacts-tel:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fbaf1a' d='M18.475 1.517 17.6.758a2.58 2.58 0 0 0-3.65 0c-.025.025-1.566 2.034-1.566 2.034-.95 1-.95 2.575 0 3.566l.966 1.217c-1.216 2.758-3.108 4.658-5.775 5.792l-1.216-.975a2.57 2.57 0 0 0-3.567 0S.784 13.933.759 13.958C-.25 14.967-.25 16.6.717 17.567l.833.958c.959.958 2.25 1.483 3.65 1.483 6.367 0 14.8-8.441 14.8-14.8a5.12 5.12 0 0 0-1.525-3.683zM5.2 18.333c-.95 0-1.825-.35-2.425-.958l-.833-.958a.917.917 0 0 1-.033-1.259S3.9 13.625 3.925 13.6c.342-.342.942-.342 1.292 0 .025.025 1.7 1.367 1.7 1.367a.83.83 0 0 0 .817.125c3.45-1.317 5.925-3.784 7.35-7.342a.84.84 0 0 0-.125-.833s-1.342-1.684-1.359-1.7a.91.91 0 0 1 0-1.292c.025-.025 1.559-2.017 1.559-2.017.358-.325.916-.316 1.3.067l.875.758c.641.642 1 1.517 1 2.467 0 5.8-8.142 13.133-13.134 13.133'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat}.footer__contacts-email:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fbaf1a' d='M15.833.833H4.167A4.17 4.17 0 0 0 0 5v10a4.17 4.17 0 0 0 4.167 4.167h11.666A4.17 4.17 0 0 0 20 15V5A4.17 4.17 0 0 0 15.833.833M4.167 2.5h11.666a2.5 2.5 0 0 1 2.317 1.572l-6.382 6.383a2.506 2.506 0 0 1-3.536 0L1.85 4.072A2.5 2.5 0 0 1 4.167 2.5m11.666 15H4.167a2.5 2.5 0 0 1-2.5-2.5V6.25l5.386 5.383a4.17 4.17 0 0 0 5.894 0l5.386-5.383V15a2.5 2.5 0 0 1-2.5 2.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat}.footer__contacts-email>a,.footer__contacts-tel>a{color:var(--color-text-w)}.footer__contacts-email>a:hover,.footer__contacts-tel>a:hover{color:var(--color-link)}.footer__contacts-tel>button{color:var(--color-text-g);font-size:var(--text-sm);line-height:var(--lh-tight);width:fit-content;padding-inline:0;display:inline-flex}.footer__contacts-tel>button:hover{color:var(--color-text-w)}.footer__contacts-soc{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:fit-content;margin-inline:auto;display:grid}.footer__contacts-soc>a{border:1px solid #939598;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.footer__contacts-soc>a:hover{border-color:#fbaf1a}.footer__contacts-soc>a>svg{fill:#939598}.footer__contacts-soc>a:hover>svg{fill:#fbaf1a}.footer__adr-city:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' fill='none' viewBox='0 0 17 20'%3E%3Cpath fill='%23fbaf1a' d='m8.374 19.999-.58-.498C6.991 18.831 0 12.791 0 8.374a8.374 8.374 0 0 1 16.748 0c0 4.418-6.992 10.457-7.79 11.13zm0-18.188a6.57 6.57 0 0 0-6.563 6.563c0 2.775 4.302 7.208 6.563 9.237 2.262-2.03 6.564-6.465 6.564-9.237a6.57 6.57 0 0 0-6.564-6.563'/%3E%3Cpath fill='%23fbaf1a' d='M8.374 11.694a3.32 3.32 0 1 1 0-6.64 3.32 3.32 0 0 1 0 6.64m0-4.98a1.66 1.66 0 1 0 0 3.32 1.66 1.66 0 0 0 0-3.32'/%3E%3C/svg%3E") 50% no-repeat}.footer__adr-comp:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fbaf1a' d='M5.833 11.667A.833.833 0 0 1 5 12.5h-.833a.833.833 0 1 1 0-1.667H5a.833.833 0 0 1 .833.834m3.334-.834h-.834a.833.833 0 1 0 0 1.667h.834a.833.833 0 1 0 0-1.667M5 14.167h-.833a.834.834 0 0 0 0 1.666H5a.834.834 0 0 0 0-1.666m4.167 0h-.834a.834.834 0 0 0 0 1.666h.834a.834.834 0 0 0 0-1.666M5 4.167h-.833a.833.833 0 1 0 0 1.666H5a.833.833 0 1 0 0-1.666m4.167 0h-.834a.833.833 0 1 0 0 1.666h.834a.833.833 0 1 0 0-1.666M5 7.5h-.833a.833.833 0 1 0 0 1.667H5A.833.833 0 0 0 5 7.5m4.167 0h-.834a.833.833 0 0 0 0 1.667h.834a.833.833 0 0 0 0-1.667M20 8.333v7.5A4.17 4.17 0 0 1 15.833 20H4.167A4.17 4.17 0 0 1 0 15.833V4.167A4.17 4.17 0 0 1 4.167 0h5a4.17 4.17 0 0 1 4.166 4.167h2.5A4.17 4.17 0 0 1 20 8.333m-15.833 10h7.5V4.167a2.5 2.5 0 0 0-2.5-2.5h-5a2.5 2.5 0 0 0-2.5 2.5v11.666a2.5 2.5 0 0 0 2.5 2.5m14.166-10a2.5 2.5 0 0 0-2.5-2.5h-2.5v12.5h2.5a2.5 2.5 0 0 0 2.5-2.5zm-2.5 2.5a.833.833 0 1 0 0 1.666.833.833 0 0 0 0-1.666m0 3.334a.833.833 0 1 0 0 1.665.833.833 0 0 0 0-1.665m0-6.667a.833.833 0 1 0 0 1.666.833.833 0 0 0 0-1.666'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat}.footer__dev{color:var(--color-text-w);justify-content:center;align-items:center;gap:12px;display:flex}.footer__newsletter-btn{color:var(--color-text-w);font-size:var(--text-lg);height:58px;line-height:var(--lh-normal);background-color:#039be5;border:1px solid #039be5;border-radius:8px;align-items:center;gap:32px;width:100%;padding-inline:20px;display:inline-flex}.footer__newsletter-btn>svg{fill:var(--color-text-w);margin-left:auto}.footer__newsletter-btn:hover{color:#039be5;background-color:#0000}.footer__newsletter-btn:hover>svg{fill:#039be5}@media (width>=768px){.footer .container{grid-column-gap:5.2rem;grid-row-gap:3.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.footer__copy{order:1;align-items:flex-start}.footer__logo{margin-bottom:.6875rem}.footer__contacts{order:2}.footer__contacts-soc{margin-inline:0}.footer__adr{order:3}.footer__dev{order:4;justify-content:flex-start}.footer__newsletter{order:5}.footer__newsletter-btn{width:fit-content}}.articles{gap:var(--space-xl);display:grid}article{align-items:center;gap:var(--space-lg);width:100%;display:flex}.article__thumb{flex:60%}.article__thumb figure{aspect-ratio:16/9;border-radius:var(--radius-md);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.article__thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}article:hover .article__thumb img{transform:scale(1.05)}.article__content{flex:40%;position:relative}.article__content h2,.article__content p{margin-bottom:var(--space-fluid-md)}.article__content.nothumb{flex:100%}.article__content-info{gap:var(--space-sm);flex-direction:column;display:flex}.article__content-category{font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase;font-weight:500}.article__content-category a{color:var(--color-link)}.article__content-category a:hover{color:var(--color-link-hover)}.article__content-info h2{color:var(--color-primary);font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:var(--lh-tight)}.article__content-info p{color:var(--color-text);font-size:var(--text-base);line-height:var(--lh-loose);max-width:unset}.article__content-more{color:var(--color-primary);font-size:var(--text-sm);align-items:center;gap:var(--space-xs);text-transform:uppercase;font-weight:500;display:inline-flex}.article__content-more svg{width:24px;height:auto;transition:transform .3s,fill .3s}.article__content-info a:hover .article__content-more{color:var(--color-link)}.article__content-info a:hover svg{fill:var(--color-link);transform:translate(6px)}@media (width<=768px){article{flex-direction:column;align-items:flex-start}.article__content{width:100%}}.paginate{align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);margin-top:var(--space-xl);justify-content:space-between;width:100%;display:flex}.paginate__left,.paginate__right{font-size:var(--text-lg);flex:2;align-items:center;font-weight:700;display:flex}.paginate__right{justify-content:flex-end;margin-inline-start:auto}.paginate a{color:var(--color-primary);align-items:center;gap:var(--space-2xs);transition:color .2s;display:inline-flex}.paginate a:hover{color:var(--color-link)}.paginate__pageNumber{border:1px solid var(--color-disable);border-radius:var(--radius-xs);color:var(--color-disable);font-size:var(--text-sm);min-height:44px;padding-inline:var(--space-sm);white-space:nowrap;justify-content:center;align-items:center;font-weight:600;display:inline-flex}@media (width<=640px){.paginate{align-items:stretch;gap:var(--space-sm);flex-direction:column}.paginate__right{justify-content:flex-end;margin-inline-start:0}}.modal{background-color:#fff;border:none;border-radius:8px;width:100%;max-width:535px;padding:26px 0 24px;padding-inline:27px;position:relative;box-shadow:0 15px 20px #00000026}.modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009}.modal>.form{position:unset}.form{flex-direction:column;width:100%;display:inline-flex;position:relative}.form>h2{color:#1b1c1d;font-size:var(--text-xl);line-height:var(--lh-normal);margin-bottom:13px}.form__row+.form__row{margin-top:12px}.form__input,.form__textarea{flex-direction:column;width:100%;display:inline-flex;position:relative}.form__label{color:#1b1c1d;font-size:var(--text-sm);line-height:var(--lh-tight);margin-bottom:4px}.form__input input{color:var(--color-primary);font-size:var(--text-sm);background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;width:100%;height:43px;padding-inline:11px}.form__input input[type=text]::-moz-placeholder{color:var(--color-text-g)}.form__input input[type=text]::placeholder{color:var(--color-text-g)}.form__input input[type=text]:-ms-placeholder-shown{color:var(--color-text-g)}.form__input input:focus,.form__textarea textarea:focus{border-color:var(--color-link)}.form__textarea textarea{color:var(--color-primary);resize:none;background:#f9fafb;border:1px solid #d1d5db;height:82px;padding-block:13px;padding-inline:11px}.form__btn,.form__textarea textarea{font-size:var(--text-sm);border-radius:8px;width:100%}.form__btn{background-color:var(--color-orange);border:1px solid var(--color-orange);color:#010101;justify-content:center;align-items:center;gap:12px;height:50px;margin-top:20px;font-weight:600;display:inline-flex}.form__btn:hover{background-color:#0000}.form__policy{color:var(--color-text-g);font-size:.75rem;line-height:var(--lh-none);margin-top:var(--space-sm);text-align:center}.form__loading,.form__message{z-index:5;background-color:#fff;justify-content:center;align-items:center;width:100%;display:none;position:absolute;inset:0}.form__message.error,.form__message.error_captcha,.form__message.success,form.form.sending>.form__loading{display:inline-flex}.form__loading-spinner{width:56px;height:56px;position:relative}.form__loading-spinner:after,.form__loading-spinner:before{border:11.2px solid var(--color-spinner-bg);box-sizing:border-box;content:"";border-radius:50%;width:100%;height:100%;animation:1.2s linear infinite spinner-rfi6tk;position:absolute}.form__loading-spinner:before{border-right-color:var(--color-spinner);animation-direction:reverse;right:calc(50% - 5.6px)}.form__loading-spinner:after{border-left-color:var(--color-spinner);left:calc(50% - 5.6px)}.form__message.error,.form__message.success{color:#fff;font-size:var(--text-xl)}.form__message.success{background-color:#5c7c64}.form__message.error{background-color:#b86b6b}.btn{background-color:var(--color-orange);border:2px solid var(--color-orange);color:#010101;font-size:var(--text-lg);height:64px;font-weight:600;line-height:var(--lh-normal);border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.btn:hover{background-color:#0000}.btn.btn__w{background-color:var(--color-text-w);color:#1b1c1d;border:1px solid #1b1c1d}.btn.btn__w:hover{color:var(--color-text-w);background-color:#1b1c1d}.btn.btn-sm{font-size:var(--text-base);height:48px}.btn.btn-md{height:50px;font-size:.875rem}.catalogCats{grid-template-columns:repeat(1,minmax(0,1fr));gap:10px;display:grid}.catalogCat{padding-top:12px;padding-bottom:24px;background-color:#f4f4f4;border:1px solid #f4f4f4;border-radius:12px;flex-direction:column;gap:24px;width:100%;min-height:280px;padding-inline:29px;display:inline-flex;position:relative}.catalogCat>img{max-width:fit-content;max-height:200px;margin-inline:auto}.catalogCat__info{color:#010101;flex-direction:column;align-items:center;display:inline-flex}.catalogCat__info>h4{font-size:2rem;line-height:var(--lh-tight);text-align:center;margin-bottom:5px}.catalogCat__info>p{font-size:var(--text-lg);line-height:var(--lh-tight)}.catalogCat__info>p>a{color:#010101;z-index:2;position:relative}.catalogCat__info>p>a:hover{color:#fbaf1a}.catalogCat:hover{background-color:#fff;border:1px solid #fbaf1a;box-shadow:0 10px 30px #00000026}.catalogCat:hover .catalogCat__info>h4{color:#fbaf1a}.catalogCat__link{z-index:1;width:100%;height:100%;display:inline-flex;position:absolute}.pageHeader{padding-top:48px;padding-bottom:32px}.pageHeader h1{color:#010101;font-size:clamp(2rem,3vw,2.5rem);line-height:var(--lh-tight);margin-bottom:8px}.watched{background-color:#f4f4f4;padding-block:clamp(80px,4vw,100px)}.archiveText,.singleContent{margin-bottom:clamp(80px,4vw,100px)}.tabs{gap:24px;width:100%;display:inline-flex;overflow:scroll}.tabs>button{color:#4b5563;font-size:clamp(1rem,3vw,1.25rem);line-height:var(--lh-tight);text-wrap:nowrap;border-bottom:3px solid #0000;padding:0 0 3px}.tabs>button.tabActive,.tabs>button:hover{border-color:var(--color-link);color:#010101;font-weight:600}.tabContent{flex-direction:column;width:100%;display:none}.tabContent.tabActive{display:flex}@media (width>=768px){.catalogCats{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.catalogCat{flex-direction:unset;align-items:center;gap:30px;padding-bottom:12px;padding-left:12px;padding-right:30px}.catalogCat__info{align-items:unset}.catalogCat__info>h4{text-align:unset}.tabs{overflow:unset;gap:40px;width:fit-content}}.breadcrumbs{color:#000;font-size:clamp(var(--text-base),2vw,1.125rem);text-wrap:nowrap;grid-column-gap:12px;grid-row-gap:8px;flex-wrap:wrap;align-items:center;width:100%;display:inline-flex}.breadcrumbs__link{color:#939598}.breadcrumbs__link:hover{color:var(--color-link)}.breadcrumbs__sep{border-radius:var(--radius-full);background-color:#fbaf1a;width:8px;height:8px;display:flex}.item{background-color:#fff;border:1px solid #dbdbdb;border-radius:8px;flex-direction:column;width:100%;padding:20px;display:flex;position:relative}.item[data-label]:before{color:#000;content:attr(data-label);font-size:var(--text-base);line-height:var(--lh-none);z-index:2;background-color:#fcb01a;width:fit-content;padding-block:4px;padding-inline:8px;display:flex;position:absolute;top:20px;left:20px}.item__img{justify-content:center;align-items:center;width:100%;min-height:157px;margin-bottom:16px;display:inline-flex}.item>a>h4,.item>h4{color:#000;font-size:var(--text-base);-webkit-line-clamp:2;line-height:var(--lh-tight);min-height:calc(var(--text-base)*var(--lh-tight)*2);word-break:break-word;-webkit-box-orient:vertical;margin-bottom:8px;display:-webkit-box;overflow:hidden}.item>a:hover>h4{color:var(--color-link)}.item__extra{flex-wrap:wrap;gap:8px;width:100%;margin-top:8px;margin-bottom:16px;display:inline-flex}.item__madeOrder{color:#d00101;font-size:var(--text-sm);line-height:var(--lh-tight);align-items:center;gap:8px;display:inline-flex}.item__madeOrder:before{border-radius:var(--radius-full);content:"";background-color:#d00101;width:5px;height:5px;display:inline-flex}.item__madeOrder.item__madeOrder-stock{color:#52b461}.item__madeOrder.item__madeOrder-stock:before{background-color:#52b461}.item__code{color:#636363}.item__code,.item__price{font-size:var(--text-base);line-height:var(--lh-tight)}.item__price{color:#000;margin-bottom:16px;font-weight:700}.item>.btn{margin-top:auto}.rating{--stars-size:23px;--stars-color:#bdbdbd;--stars-active:#f5b133;--rating:0;font-size:var(--stars-size);line-height:1;position:relative}.rating,.rating__bottom,.rating__top{width:fit-content;display:inline-flex}.rating__bottom,.rating__top{letter-spacing:0}.rating__bottom{color:var(--stars-color)}.rating__top{color:var(--stars-active);width:calc(var(--rating)/5*100%);position:absolute;inset:0;overflow:hidden}.quantity{align-items:center;width:100%;display:inline-flex}.quantity>input{color:#010101;font-size:var(--text-base);text-align:center;width:100%;max-width:100%}.quantity>input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity>input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity>input[type=number]{appearance:textfield}.quantity>button,.quantity>input{background-color:#e6e7e8;border:none;height:48px}.quantity>button{color:#010101;font-size:var(--text-base);padding-inline:20px}.quantity>button[data-quantity-minus]{border-top-left-radius:8px;border-bottom-left-radius:8px}.quantity>button[data-quantity-plus]{border-top-right-radius:8px;border-bottom-right-radius:8px}@media (width>=768px){.item__madeOrder{font-size:var(--text-base)}}.embla{position:relative}.embla__viewport{overflow:hidden}.embla__container{touch-action:pan-y pinch-zoom;gap:24px;display:flex}.watched__slider{margin-top:32px}.watched__slider .item{flex:0 0 100%;min-width:0}.watched__slider-viewport .embla__controls{margin-top:24px;width:fit-content;margin-inline:auto;display:flex}.recommend__slider{margin-top:0}.recommend__slider .item{flex:0 0 100%;min-width:0}.recommend__slider-viewport .embla__controls{margin-top:24px;width:fit-content;margin-inline:auto;display:flex}.embla__buttons{gap:12px;width:fit-content;display:flex}.embla__button{border:1px solid #000;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;display:inline-flex}.embla__button:hover{background-color:var(--color-orange);border-color:var(--color-orange)}.embla__button--disabled{opacity:.6;pointer-events:none}.embla__dots{justify-content:center;gap:8px;margin-top:24px;display:flex}.embla__dot{border-radius:var(--radius-full);background-color:#d9d9d9;width:10px;height:10px;padding-inline:0;display:inline-flex}.embla__dot.embla__dot--selected{background-color:var(--color-orange)}@media (width>=768px){.watched__slider .item{flex:0 0 calc(25% - 18px);min-width:0}.watched__slider-viewport .embla__controls{z-index:2;margin-top:0;position:absolute;bottom:calc(100% + 35px);right:0}.recommend__slider{margin-inline:54px}.recommend__slider-viewport .embla__controls{margin-top:0}.recommend__slider-viewport .embla__controls .embla__button{z-index:2;position:absolute;top:50%;transform:translateY(-50%)}.recommend__slider-viewport .embla__controls .embla__button.embla__button--prev{left:-62px}.recommend__slider-viewport .embla__controls .embla__button.embla__button--next{right:-62px}.embla__dots{display:none}.recommend__slider .embla__dots{display:flex}}.filters{gap:24px;display:flex}.filters,.filtersBlock{flex-direction:column;width:100%}.filtersBlock{display:inline-flex}.filtersBlock__header{border-radius:var(--radius-sm);color:#010101;font-size:var(--text-lg);height:76px;font-weight:600;line-height:var(--lh-tight);background-color:#e6e7e8;align-items:center;gap:24px;width:100%;padding-inline:20px;display:inline-flex}.filtersBlock:first-of-type>.filtersBlock__header{gap:8px}.filtersBlock__header>a{color:#010101;border-bottom:4px solid #0000;font-weight:400}.filtersBlock__header>a:hover{border-color:#fbaf1a}body.term-benzinovye-generatory .filtersBlock__header>a.benzinovye-generatory,body.term-dgu-otkrytogo-tipa .filtersBlock__header>a.dizelnye-generatory,body.term-dgu-v-kozhuhe .filtersBlock__header>a.dizelnye-generatory,body.term-dizelnye-generatory .filtersBlock__header>a.dizelnye-generatory,body.term-transformatornye-podstancii .filtersBlock__header>a.transformatornye-podstancii{border-color:#fbaf1a;font-weight:600}.filtersBlock__main{gap:20px;width:100%;padding:20px;display:inline-flex}.filtersBlock.filtersBlock__mini>.filtersBlock__main{flex-direction:column}.filtersBlock__main>h3{color:#010101;font-size:var(--text-lg);line-height:var(--lh-tight);align-items:center;gap:8px;width:100%;display:inline-flex}.filtersBlock__main.filtersBlock__main-grid{grid-template-columns:repeat(1,minmax(0,1fr));display:grid}.filterCheck{color:#010101;cursor:pointer;font-size:var(--text-base);line-height:var(--lh-none);align-items:center;gap:8px;width:fit-content;display:inline-flex}.filterCheck>input{display:none}.filterCheck>span{background-color:#e6e7e8;border:1px solid #939598;border-radius:2px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.filterCheck>span:before{content:"";width:10px;height:8px;display:flex}.filterCheck>input:checked+span{background-color:#fbaf1a;border-color:#fbaf1a}.filterCheck>input:checked+span:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none' viewBox='0 0 10 8'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='m1 4 2.692 2.5L8.5 1'/%3E%3C/svg%3E")}.filterSort{flex-direction:column;width:100%;display:inline-flex}.filterSort>summary{cursor:pointer;justify-content:space-between;align-items:center;width:100%;list-style:none;display:inline-flex}.filterSort>summary:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%23010101' d='M0 0h8L4 4.8z'/%3E%3C/svg%3E");width:8px;height:5px;display:inline-flex}.filterSort[open]>summary:after{transform:rotate(180deg)}.filterSort__list{flex-direction:column;margin-top:8px}.filterSort__item,.filterSort__list{width:100%;display:inline-flex}.filterSort__item>input{display:none}.filterSort__item>span{color:#010101;cursor:pointer;font-size:var(--text-sm);height:50px;line-height:var(--lh-tight);border-radius:8px;align-items:center;width:100%;padding-inline:16px;display:inline-flex}.filterSort__item>input:checked+span{background-color:#e6e7e8}.filtersBlock__main-block{gap:20px}.filterRow,.filtersBlock__main-block{flex-direction:column;width:100%;display:inline-flex}.filterRow{align-items:flex-start;gap:18px}.filterRow__title{align-items:center;gap:10px;width:100%;display:inline-flex}.filterRow__title:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none' viewBox='0 0 7 11'%3E%3Cpath fill='%23fbaf1a' d='M0 10.147V.83A.833.833 0 0 1 1.425.246l4.65 4.65a.833.833 0 0 1 0 1.184l-4.65 4.65A.833.833 0 0 1 0 10.146'/%3E%3C/svg%3E");width:7px;height:11px;display:inline-flex}.filterRow__value{flex-direction:column;gap:8px;width:100%;display:inline-flex}.filterRow__value>.filterSort>summary{background-color:#e6e7e8;border-radius:8px;height:36px;padding-inline:16px}.range{flex-direction:column}.range,.range__values{width:100%;display:inline-flex}.range__values{color:#939598;justify-content:space-between;padding-inline:16px;font-size:12px;line-height:15px}.range__slider{height:40px;margin-inline:16px;position:relative}.range__track{background:#ddd;width:100%;left:0}.range__progress,.range__track{border-radius:999px;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.range__progress{background:orange}.range input[type=range]{appearance:none;pointer-events:none;background:0 0;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.range input[type=range]::-webkit-slider-thumb{appearance:none;border-radius:var(--radius-full);cursor:pointer;pointer-events:auto;background-color:orange;border:10px solid #fff;width:28px;height:28px;box-shadow:0 0 5.8px #00000017}.range__inputs{width:100%;display:flex}.range__inputs input{color:#e6e7e8;font-size:var(--text-base);text-align:center;border:1px solid #e6e7e8;width:50%;height:31px}.range__inputs input:first-of-type{border-radius:8px 0 0 8px}.range__inputs input:last-of-type{border-left:none;border-radius:0 8px 8px 0}.fromToRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px;display:grid}.fromTo{color:#010101;font-size:var(--text-base);align-items:center;gap:8px;width:100%;display:inline-flex}.fromTo>input{-moz-appearance:textfield;color:#939598;background-color:#e6e7e8;border:1px solid #e6e7e8;border-radius:2px;width:100%;height:27px;padding-inline:8px;font-size:.75rem}.fromTo>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fromTo>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filterSortCheck{flex-direction:column;width:100%;display:inline-flex}.filterSortCheck>summary{cursor:pointer;padding-block:10px;background-color:#e6e7e8;border-radius:8px;flex-wrap:wrap;align-items:flex-start;gap:8px;width:100%;min-height:36px;padding-left:16px;padding-right:30px;list-style:none;display:inline-flex;position:relative}.filterSortCheck>summary:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%23010101' d='M0 0h8L4 4.8z'/%3E%3C/svg%3E");width:8px;height:5px;display:inline-flex;position:absolute;top:16px;right:16px}.filterSortCheck[open]>summary:after{transform:rotate(180deg)}.filterSortCheck>summary:before{content:"";z-index:2;width:100%;height:100%;display:inline-flex;position:absolute;top:0;left:0}.filterSortCheck__list{flex-direction:column;width:100%;display:inline-flex}.filterSortCheck__list>label{padding-block:8px;padding-inline:16px}.filterBtns{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto;display:grid}@media (width>=768px){.filters{flex-direction:row}.filtersBlock__mini{max-width:302px}.filtersBlock__main.filtersBlock__main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filterRow{flex-direction:row}.filterRow__value{min-width:278px;max-width:278px}}@keyframes stick-1-open{0%{width:29px}30%{width:3px;transform:translate(14px)}65%{width:3px;animation-timing-function:cubic-bezier(0,1,1,1);transform:translate(14px,-29px)}to{width:2px;transform:translate(5px,12px)}}@keyframes stick-2-open{65%{transform:translate(0)rotate(0)}to{transform:translate(0)rotate(45deg)}}@keyframes stick-3-open{65%{width:100%;transform:translate(0)rotate(0)}to{width:100%;transform:translateY(-7px)rotate(-45deg)}}@keyframes stick-1-close{0%,70%{width:0;transform:translate(0)}to{width:100%;transform:translate(0)}}@keyframes stick-2-close{0%{width:100%;transform:translate(0)rotate(45deg)}20%{width:3px;transform:translate(0)rotate(45deg)}40%{width:0}65%{animation-timing-function:cubic-bezier(0,1,1,1);transform:translateY(-26px)}80%{width:0}to{width:100%;transform:translate(0)}}@keyframes stick-3-close{0%{margin-right:unset;width:100%;transform:translateY(-8px)rotate(-45deg)}20%{margin-right:unset;width:3px;transform:translateY(-8px)rotate(-45deg)}65%{margin-right:unset;animation-timing-function:cubic-bezier(0,1,1,1);transform:translateY(-35px)}90%{margin-right:unset;width:3px}to{width:50%;margin-right:auto;transform:translate(0)}}@keyframes spinner-rfi6tk{0%{transform:rotate(0)}50%,to{transform:rotate(1turn)}}}@layer pages;:root{--color-primary:#202124;--color-text:#5f6368;--color-text-g:#9ca3af;--color-text-w:#fff;--color-text-r:#d00101;--color-link:#fbaf1a;--color-link-hover:#0544cb;--color-disable:#d9d9d9;--color-meta:#788193;--color-orange:#fbaf1a;--color-dark:#1e1d1c;--color-grey:#323232;--color-bg:#fff;--color-spinner:#fbaf1a;--color-spinner-bg:#9ca3af;--gh-font-heading:var(--font-base);--gh-font-body:var(--font-base);--space-2xs:.25rem;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-xxl:6rem;--space-fluid-2xs:clamp(.25rem,2vw,.5rem);--space-fluid-xs:clamp(.5rem,2vw,.75rem);--space-fluid-sm:clamp(.75rem,2vw,1rem);--space-fluid-md:clamp(1rem,3vw,1.5rem);--space-fluid-lg:clamp(1.5rem,4vw,2.5rem);--space-fluid-xl:clamp(2rem,6vw,4rem);--space-fluid-xxl:clamp(3rem,8vw,6rem);--font-base:"Onest",sans-serif;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-xxl:3.5rem;--lh-none:1;--lh-tight:1.2;--lh-normal:1.5;--lh-loose:1.8;--container:1400px;--container-wide:1800px;--header-height:64px;--header-gap:var(--space-lg);--footer-height:57px;--footer-gap:0px;--wp-admin-bar:32px;--main-offset:calc(var(--header-height) + var(--header-gap) + var(--footer-height) + var(--footer-gap));--shadow-card:0 1px 3px #3640434d,0 4px 8px 3px #36404326;--shadow-img:0 10px 30px 0 #0003;--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-xxl:32px;--radius-full:9999px}
