@charset "UTF-8";html{font-size:20px}@media (max-width:1200px){html{font-size:14px}}.cloud{padding:4.7rem 0 2.7rem}.mt{margin-top:1.8rem}.btn-gem{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.btn-gem.stat{text-transform:none;font-weight:400;font-size:.9rem;letter-spacing:-1%}.btn-gem.stat .btn-gem__arrow{width:32px;height:32px}.btn-gem .btn-gem__arrow{display:inline-block;width:16px;height:16px;transition:transform .2s ease-in-out}.btn-gem .btn-gem__arrow svg{display:block;width:100%;height:100%;stroke:currentColor}.btn-gem:hover:not(:disabled) .btn-gem__arrow{transform:translate(2px,2px)}.btn-gem--sm{padding:8px 16px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.btn-gem--sm .btn-gem__arrow{width:12px;height:12px}.btn-gem--md{padding:12px 24px;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;border-radius:6px}.btn-gem--md .btn-gem__arrow{width:14px;height:14px}.btn-gem--lg{padding:18px 36px;font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:8px}.btn-gem--lg .btn-gem__arrow{width:18px;height:18px}.btn-gem--primary{background-color:#0778c1;color:#fff}.btn-gem--primary:hover:not(:disabled){background-color:rgb(8.428,144.48,232.372)}.btn-gem--primary:active:not(:disabled){background-color:rgb(6.1075,104.7,168.3925)}.btn-gem--secondary{background-color:#e9eff3;color:#041b2d}.btn-gem--secondary:hover:not(:disabled){background-color:rgb(219.8,229.4,235.8)}.btn-gem--secondary:active:not(:disabled){background-color:rgb(206.6,219.8,228.6)}.btn-gem--dark{background-color:#041b2d;color:#fff}.btn-gem--dark:hover:not(:disabled){background-color:rgb(7.3306122449,49.4816326531,82.4693877551)}.btn-gem--dark:active:not(:disabled){background-color:rgb(5.6653061224,38.2408163265,63.7346938776)}.btn-gem--text{background-color:transparent;color:#041b2d;padding-left:0;padding-right:0}.btn-gem--text:hover:not(:disabled){color:#0778c1}.btn-gem--outline{background-color:transparent;border:2px solid #e6ecf2;color:#041b2d}.btn-gem--outline:hover:not(:disabled){background-color:rgba(4,27,45,.02);border-color:rgb(196.4473684211,210.5,224.5526315789)}.btn-gem--outline:active:not(:disabled){background-color:rgba(4,27,45,.05)}.btn-gem:disabled{background-color:#f1f5f9;color:#a8b2ba;cursor:not-allowed;opacity:.6}.btn-social{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;transition:all .2s ease-in-out;border:none;cursor:pointer;background-color:#e6ecf2;color:#041b2d}.btn-social svg{display:block;width:22px;height:auto}.btn-social:hover{background-color:#0778c1;color:#fff}.btn-social--white{background-color:#fff;color:#041b2d}.btn-social--white:hover{background-color:#0778c1;color:#fff}.btn-social--light{background-color:#f3f7f9;color:#041b2d}.btn-social--light:hover{background-color:#0778c1;color:#fff}.button_spec{display:flex;align-items:center;justify-content:flex-end}@media (max-width:992px){.button_spec{justify-content:flex-start;margin-top:1.5rem}}.button_spec a{display:flex;text-decoration:none;max-width:260px;font-size:.8rem;padding:23px 30px;background:#fff;border-radius:8px;align-items:flex-end;font-weight:500}@media (max-width:576px){.button_spec a{padding:16px 20px;max-width:100%}}.button_spec .btn-dowloan__box{display:flex;flex-direction:column;margin-right:1.6rem}.button_spec .btn-dowloan__box i{color:#a8b2ba;font-weight:100}.catalog-download-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;background:#fff;border-radius:8px;text-decoration:none;color:#041b2d;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;transition:all .25s ease;width:100%;max-width:320px;box-shadow:0 2px 10px rgba(4,27,45,.04);border:1px solid rgba(4,27,45,.05)}.catalog-download-btn:hover{box-shadow:0 6px 20px rgba(4,27,45,.08);border-color:rgba(7,120,193,.2)}.catalog-download-btn:hover .catalog-download-btn__icon{background-color:#0778c1;color:#fff}.catalog-download-btn__text{font-size:.85rem;font-weight:700;line-height:1.3;color:#041b2d;letter-spacing:-.01em}.catalog-download-btn__text small{display:block;font-size:.75rem;font-weight:400;color:#76848f;margin-top:2px}.catalog-download-btn__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;background-color:#f0f4f8;color:#041b2d;flex-shrink:0;transition:all .25s ease}.catalog-download-btn__icon svg{display:block;width:18px;height:18px}@media (max-width:768px){.catalog-download-btn{max-width:100%}}@media (max-width:576px){.catalog-download-btn{padding:12px 16px}.catalog-download-btn__text{font-size:.8rem}.catalog-download-btn__icon{width:34px;height:34px}.catalog-download-btn__icon svg{width:16px;height:16px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-hero-title{animation:fadeInUp .8s cubic-bezier(.215,.61,.355,1) forwards}.animate-hero-sub{opacity:0;animation:fadeInUp .8s cubic-bezier(.215,.61,.355,1) .2s forwards}.animate-hero-btn{opacity:0;animation:fadeInUp .8s cubic-bezier(.215,.61,.355,1) .4s forwards}.reveal-item{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);will-change:transform,opacity}.reveal-item--active{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.15s}.stagger-2{transition-delay:.3s}.stagger-3{transition-delay:.45s}.stagger-4{transition-delay:.6s}.stagger-5{transition-delay:.75s}.stagger-6{transition-delay:.9s}.reveal-spin{opacity:0;transform:perspective(1200px) rotateY(-360deg) scale(.85) translateY(30px);transition:opacity 1.8s cubic-bezier(.16,1,.3,1),transform 1.8s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.reveal-spin.reveal-item--active{opacity:1;transform:perspective(1200px) rotateY(0) scale(1) translateY(0)}.btn-gem{position:relative;overflow:hidden;transition:background-color .3s ease,border-color .3s ease,transform .2s ease,box-shadow .3s ease!important}.btn-gem:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(7,120,193,.25)}.btn-gem:hover .btn-gem__arrow{transform:translate(3px,-3px)}.btn-gem__arrow{transition:transform .3s cubic-bezier(.25,.46,.45,.94)!important}.js-open-equipment-modal svg,.js-open-feedback-modal svg{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.js-open-equipment-modal:hover svg,.js-open-feedback-modal:hover svg{transform:rotate(90deg) scale(1.1)}.catalog-box{transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94),border-color .4s ease}.catalog-box:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.12);border-color:rgba(7,120,193,.3)}.advante_box{transition:transform .3s ease,box-shadow .3s ease}.advante_box:hover{transform:translateY(-4px);box-shadow:0 6px 15px rgba(0,0,0,.05)}header{height:114px;display:flex;align-items:center;background-color:#f3f7f9;width:100%;position:sticky;top:0;z-index:100}.header-wrapper{display:flex;width:100%;max-width:1920px;margin:0 auto;padding:0 60px;gap:10px}@media (max-width:1400px){.header-wrapper{padding:0 30px}}.header-panel-left{flex:1;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:6px;padding:0 32px;padding-bottom:20px;padding-right:10px;padding-top:12px;display:flex;align-items:stretch;justify-content:space-between;box-shadow:0 4px 30px rgba(4,27,45,.05)}@media (max-width:1200px){.header-panel-left{width:100%;padding:0 20px;height:64px}}.header-panel-right{width:402px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:6px;padding:0 10px 0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 30px rgba(4,27,45,.05)}@media (max-width:1200px){.header-panel-right{width:100%;padding:0 20px;height:64px}}.header-panel-right .btn-gem{font-size:.8rem;font-weight:400;line-height:1;text-transform:none;text-align:left;background:#041b2d}.header-panel-right a{text-decoration:none;font-size:1.1rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1}.header-panel-right>div{margin-bottom:-8px}.btn-social{font-size:1.2rem;letter-spacing:-2px;width:100%;text-decoration:none}.header-logo{display:flex;align-items:flex-end;padding-bottom:5px;margin-right:2rem}nav{flex:2 1 auto;display:flex;align-items:flex-end}nav .catalog-toggle{margin-bottom:8px;margin-right:8px}.header-nav{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}@media (max-width:1200px){.header-nav{gap:20px}}@media (max-width:768px){.header-nav{display:none}}.header-nav a{color:#041b2d;font-weight:500;text-decoration:none;font-size:.95rem;transition:color .2s;letter-spacing:-5%}.header-nav a:hover{color:#0778c1}.header-search-btn{background:0 0;border:none;cursor:pointer;color:#041b2d;padding:4px 8px;display:flex;align-items:flex-end;justify-content:center;transition:color .2s,opacity .2s;position:relative;z-index:12}.header-search-btn:hover{color:#0778c1}.header-search-btn svg{width:24px;height:24px}.header-search-form{position:absolute;top:50%;right:80px;left:200px;height:48px;display:flex;align-items:center;opacity:0;pointer-events:none;transform:translateY(-50%) scaleX(.9);transform-origin:right center;transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1);z-index:11}.header-search-form input{width:100%;height:100%;background:#e9eff3;border:1.5px solid #e6ecf2;border-radius:24px;padding:0 45px 0 20px;color:#041b2d;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.95rem;font-weight:500;outline:0;transition:all .2s ease}.header-search-form input:focus{border-color:#0778c1;background:#fff;box-shadow:0 0 0 4px rgba(7,120,193,.1)}.header-search-form .search-close-btn{position:absolute;right:16px;background:0 0;border:none;color:#76848f;cursor:pointer;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s}.header-search-form .search-close-btn:hover{color:#fb535c}.header-panel-left{position:relative}.header-panel-left .header-nav{transition:opacity .2s ease,transform .2s ease;transform:scale(1);opacity:1}.header-panel-left.search-active .header-nav{opacity:0;pointer-events:none;transform:scale(.98)}.header-panel-left.search-active .header-search-form{opacity:1;pointer-events:auto;transform:translateY(-50%) scaleX(1)}.header-panel-left.search-active .header-search-btn{opacity:0;pointer-events:none}.header-phone-mobile{display:none}.mobile-menu-trigger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:56px;height:56px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:6px;box-shadow:0 4px 30px rgba(4,27,45,.05);cursor:pointer;padding:0;z-index:1001;transition:all .25s ease}.mobile-menu-trigger span{display:block;width:20px;height:2px;background-color:#041b2d;transition:all .3s ease;border-radius:1px;transform-origin:center}.mobile-menu-trigger:hover{background-color:#fff;border-color:rgba(7,120,193,.25)}.mobile-menu-trigger.is-open{background-color:#fff;border-color:rgba(7,120,193,.3)}.mobile-menu-trigger.is-open span:nth-child(1){transform:translateY(3.5px) rotate(45deg);background-color:#0778c1}.mobile-menu-trigger.is-open span:nth-child(2){transform:translateY(-3.5px) rotate(-45deg);background-color:#0778c1}@media (max-width:1200px){header{height:80px!important}.header-wrapper{padding:0 15px!important;flex-direction:row!important;height:80px!important;align-items:center!important;justify-content:space-between!important;gap:0!important}.header-panel-left{flex:1!important;height:56px!important;padding:0 20px!important;align-items:center!important;padding-bottom:0!important;padding-top:0!important;margin-right:12px!important;display:flex!important;justify-content:space-between!important}.header-panel-left .header-logo{padding-bottom:0!important;margin-right:0!important;align-items:center!important}.header-panel-left .header-logo img{height:24px}.header-panel-left .header-search-form{left:100px!important;right:100px!important}.header-phone-mobile{display:block!important;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.95rem;font-weight:700;color:#041b2d;text-decoration:none;line-height:1;margin:0 auto}.header-panel-right{display:none!important}.mobile-menu-trigger{display:flex!important}nav{display:none!important}}.mobile-menu{position:fixed;top:80px;left:0;width:100%;height:calc(100vh - 80px);height:calc(100dvh - 80px);background-color:#fff;z-index:999;box-shadow:0 12px 32px rgba(4,27,45,.12);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;padding:24px 20px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px)}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-menu__wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}.mobile-menu__body{flex:1;overflow-y:auto;padding-right:4px;margin-top:8px;margin-bottom:16px}.mobile-menu__body::-webkit-scrollbar{width:4px}.mobile-menu__body::-webkit-scrollbar-thumb{background:#e9eff3;border-radius:4px}.mobile-menu__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.mobile-menu__link{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.25rem;font-weight:800;color:#041b2d;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;padding:2px 0;line-height:1.2;letter-spacing:-.02em;transition:color .2s}.mobile-menu__link:hover{color:#0778c1}.mobile-menu .mobile-acc-icon{font-size:1.4rem;font-weight:400;line-height:1;color:#041b2d;width:24px;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .2s ease}.mobile-menu__subnav{list-style:none;padding:0;margin:10px 0 6px 0;display:none;flex-direction:column;gap:12px}.mobile-menu__subnav.is-open{display:flex}.mobile-menu__sublink{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.95rem;font-weight:600;color:#0778c1;text-decoration:none;line-height:1.35;display:block;padding:2px 0;transition:opacity .2s ease}.mobile-menu__sublink:hover{opacity:.8}.mobile-menu__footer{padding-top:16px;border-top:1px solid #e9eff3}.mobile-menu__footer .catalog-download-btn--mobile{width:100%;margin:0}.mobile-menu-overlay{position:fixed;top:80px;left:0;width:100%;height:calc(100vh - 80px);height:calc(100dvh - 80px);background-color:rgba(4,27,45,.35);backdrop-filter:blur(4px);z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-overlay.is-active{opacity:1;pointer-events:auto}.mega-menu{position:absolute;top:100%;left:0;right:0;margin:0 auto;width:100%;max-width:1792px;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:none;z-index:1000;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;overflow:hidden}.mega-menu.is-open{display:block;opacity:1;transform:translateY(0)}.mega-menu__container{display:flex;min-height:420px}.mega-menu__sidebar{width:320px;min-width:320px;background-color:#f3f7f9;padding:20px 0;border-right:1px solid #e9eff3}.mega-menu__sidebar ul{list-style:none;padding:0;margin:0}.mega-menu__sidebar-item{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;color:#041b2d;font-weight:500;text-decoration:none;transition:background-color .2s ease,color .2s ease;cursor:pointer}.mega-menu__sidebar-item a{color:inherit;text-decoration:none;flex:1}.mega-menu__sidebar-item.is-active,.mega-menu__sidebar-item:hover{background-color:#fff;color:#0778c1}.mega-menu__sidebar-item.is-active .arrow,.mega-menu__sidebar-item:hover .arrow{color:#0778c1}.mega-menu__sidebar-item .arrow{font-size:1.2rem;color:#a8b2ba;transition:color .2s ease}.mega-menu__content-container{flex:1;background-color:#fff;position:relative}.mega-menu__content{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;display:none}.mega-menu__content.is-active{display:block}.mega-menu__content-inner{display:flex;height:100%}.mega-menu__subcats{flex:1;padding:30px 40px;display:flex;flex-direction:column}.mega-menu__subcats-title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.15rem;font-weight:700;color:#041b2d;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #0778c1}.mega-menu__subcats-list{list-style:none;padding:0;margin:0;flex:1}.mega-menu__subcats-item:not(:last-child){border-bottom:1px solid #e6ecf2}.mega-menu__subcats-link{display:flex;align-items:center;justify-content:space-between;padding:11px 0;color:#041b2d;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s ease,padding-left .2s ease}.mega-menu__subcats-link svg{opacity:0;color:#0778c1;transition:opacity .2s ease,transform .2s ease;flex-shrink:0}.mega-menu__subcats-link:hover{color:#0778c1;padding-left:6px}.mega-menu__subcats-link:hover svg{opacity:1;transform:translateX(2px)}.mega-menu__view-all{display:inline-flex;align-items:center;gap:6px;margin-top:20px;color:#0778c1;text-decoration:none;font-size:.85rem;font-weight:500;transition:gap .2s ease}.mega-menu__view-all svg{transition:transform .2s ease}.mega-menu__view-all:hover{gap:10px}.mega-menu__view-all:hover svg{transform:translateX(3px)}.mega-menu__promo{width:340px;min-width:340px;padding:20px;display:flex;align-items:stretch}.mega-menu__promo-card{display:flex;flex-direction:column;justify-content:flex-end;width:100%;border-radius:8px;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.mega-menu__promo-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(7,120,193,.2)}.mega-menu__promo-card:hover .mega-menu__promo-img{transform:scale(1.05)}.mega-menu__promo-card:hover .mega-menu__promo-btn{background-color:rgba(255,255,255,.3)}.mega-menu__promo-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.mega-menu__promo-overlay{position:relative;z-index:2;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;background:linear-gradient(to top,rgba(4,27,45,.85) 0,rgba(4,27,45,.4) 50%,rgba(7,120,193,.15) 100%)}.mega-menu__promo-label{color:#fff;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.25;margin-bottom:12px}.mega-menu__promo-btn{display:inline-block;color:#fff;font-size:.8rem;font-weight:500;padding:8px 16px;border:1px solid rgba(255,255,255,.4);border-radius:4px;text-align:center;transition:background-color .2s ease}.mega-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.mega-menu__category h4{font-size:1.1rem;font-weight:700;margin-bottom:15px;color:#000}.mega-menu__category ul{list-style:none;padding:0;margin:0}.mega-menu__category ul li{margin-bottom:8px}.mega-menu__category ul li a{color:#555;text-decoration:none;font-size:.95rem;transition:color .2s ease}.mega-menu__category ul li a:hover{color:#0778c1}.mega-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.4);z-index:9;display:none;opacity:0;transition:opacity .3s ease}.mega-menu-overlay.is-active{display:block;opacity:1}.catalog-toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.catalog-toggle .close-icon{display:none;width:24px;height:24px;align-items:center;justify-content:center}.catalog-toggle .close-icon svg{width:100%;height:100%;display:block}.catalog-toggle.is-open{margin-bottom:0}.catalog-toggle.is-open .hamburger-icon{display:none}.catalog-toggle.is-open .close-icon{display:inline-flex}.books{margin-bottom:2.38rem}.books h2{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1.2rem}@media (max-width:992px){.books h2{font-size:1.5rem}}.books .row.revers{flex-direction:column;align-items:flex-end}@media (max-width:992px){.books .row.revers{align-items:stretch}}.popularus{margin-top:8rem}footer{display:flex;width:100%;max-width:1920px;margin:0 auto;padding:0 60px;gap:10px;margin-top:3rem}@media (max-width:1400px){footer{padding:0 20px}}@media (max-width:992px){footer{padding:0 10px}}.footer-wrapper{width:100%;background:#041b2d;padding-top:100px;border-radius:8px}@media (max-width:1400px){.footer-wrapper{padding:0 30px}}@media (max-width:992px){.footer-wrapper{padding:40px 15px;height:auto}}.footer-flex{display:flex;flex-direction:column}.footer{color:#f3f7f9;margin-top:3rem}.footer__slug{font-size:1rem;color:#f3f7f9;margin-top:1.7rem}.footer__info{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#f3f7f9;margin-top:10.6rem;display:flex;flex-direction:column;margin-bottom:2rem}@media (max-width:992px){.footer__info{margin-top:2rem}}.footer__info p{margin-bottom:0}.footer__phone{font-size:2.4rem;letter-spacing:-.5px;font-weight:600;text-decoration:none;margin-top:.5rem}@media (max-width:576px){.footer__phone{font-size:1.8rem}}.footer__mail{text-decoration:none;font-size:1.5rem;margin-top:.5rem}@media (max-width:576px){.footer__mail{font-size:1.2rem}}.footer__navi a{color:#f3f7f9;text-decoration:none}.footer__navi .navmenu li{margin-bottom:1rem}.footer__navi .navmenu li a{text-transform:uppercase}.footer__navi .dopmenu{margin:.5rem 0;padding-left:.2rem}.footer__navi .dopmenu li{margin-bottom:.5rem}.footer__navi .dopmenu li a{text-transform:none}.footer__click{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}@media (max-width:992px){.footer__click{align-items:flex-start}}.footer__click .btn-gem{font-size:.6rem;text-align:left;font-weight:100}.footer__click .btn-social{width:56px;height:56px;margin:.5rem}.footer__click__soc{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.2rem;color:#76848f}@media (max-width:992px){.footer__click__soc{margin-top:1.5rem;margin-bottom:0}}.footer__click__soc p{margin:0 .5rem}.footer__click__soc div{display:flex;justify-content:space-between}.footer__down{color:#76848f;font-size:.8rem;border-top:1px solid #76848f;padding-top:2rem;padding-bottom:2rem}.footer__down a{color:#76848f;text-decoration:none;margin-bottom:9px}.footer__down .footer-about-link{display:flex;flex-direction:column}.footer__down .footer-about-link a{text-decoration:none}.footer__down .devlop{display:flex;justify-content:end}@media (max-width:992px){.footer__down .devlop{justify-content:start}}.footer__down .devlop a{color:#0778c1}.catalog-title-section{padding:1rem 0 2rem}.catalog-title-section h1{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2.4rem;font-weight:800;text-transform:uppercase;letter-spacing:-1.5px;color:#041b2d;margin-bottom:0}.catalog-title-section .catalog-count{font-size:.9rem;color:#76848f;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;display:inline-block;align-self:flex-end;margin-bottom:.5rem}.subcategories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:2.5rem}@media (max-width:1200px){.subcategories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.subcategories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.subcategories-grid{grid-template-columns:1fr}}.subcategory-card{border:3px solid #e6ecf2;border-radius:8px;padding:20px;text-decoration:none;color:#041b2d;transition:all .25s ease;display:flex;flex-direction:row;align-items:center;text-align:center;box-shadow:0 4px 12px rgba(4,27,45,.02)}.subcategory-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(4,27,45,.06);border-color:rgba(7,120,193,.3)}.subcategory-card__text{display:flex;flex-direction:column;align-items:flex-start;margin-left:1.6rem}.subcategory-card img{max-width:80px}.subcategory-card__img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-bottom:12px;background-color:#fafbfd;border-radius:6px;padding:6px}.subcategory-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:700;line-height:1.3;margin-bottom:4px;min-height:3rem;text-align:left;height:2.6rem;align-items:flex-start;justify-content:flex-start}@media (max-width:992px){.subcategory-card__title{min-height:unset;height:auto}}.subcategory-card__count{font-size:.6rem;color:#76848f;text-transform:uppercase;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.catalog-filters{position:sticky;top:114px;z-index:7;background:#f3f7f9;padding:6px 0}@media (max-width:992px){.catalog-filters{top:80px;padding:4px 0}}.catalog-filters-bar{border-bottom:3px solid #e6ecf2;padding:12px 20px;margin-bottom:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 2px 8px rgba(4,27,45,.01)}@media (max-width:992px){.catalog-filters-bar{padding:8px 10px}}.catalog-filters-bar .row{width:100%;margin-left:-8px;margin-right:-8px}@media (max-width:992px){.catalog-filters-bar__sidebar-col{display:none!important}}@media (max-width:992px){.catalog-filters-bar__dropdowns-col{padding-right:4px}}@media (max-width:992px){.catalog-filters-bar__switcher-col{padding-left:4px}}.catalog-filters-bar__left{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px}@media (max-width:992px){.catalog-filters-bar__left{gap:6px}}.catalog-filters-bar__right{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px}.filter-pill-clear{display:inline-flex;align-items:center;gap:6px;background-color:#e9eff3;border:1px solid transparent;border-radius:6px;padding:8px 12px;font-size:.75rem;font-weight:500;color:#041b2d;cursor:pointer;transition:all .2s ease}.filter-pill-clear:hover{background-color:rgb(216.5,227,234)}.filter-pill-clear .close-icon{font-size:.85rem;line-height:1}.filter-dropdown{position:relative}.filter-dropdown__btn{display:inline-flex;align-items:center;gap:8px;background-color:#e6ecf2;border:1px solid #e6ecf2;border-radius:6px;padding:16px 16px;font-size:.75rem;font-weight:500;color:#041b2d;cursor:pointer;transition:all .2s ease}@media (max-width:768px){.filter-dropdown__btn{padding:10px 12px;font-size:.72rem}}.filter-dropdown__btn:hover{border-color:#76848f;background-color:#f2f9ff}.filter-dropdown__btn.is-active{border-color:#0778c1;background-color:#f2f9ff;color:#0778c1}.filter-dropdown__btn.is-active .caret-icon{transform:rotate(180deg);color:#0778c1}.filter-dropdown__btn .caret-icon{font-size:.65rem;transition:transform .2s ease;color:#a8b2ba}.filter-dropdown__menu{position:absolute;top:calc(100% + 6px);left:0;z-index:100;width:260px;background:#fff;border:1px solid #e6ecf2;border-radius:8px;box-shadow:0 10px 25px rgba(4,27,45,.1);padding:16px;display:none;opacity:0;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease}@media (max-width:576px){.filter-dropdown__menu{width:280px;max-width:calc(100vw - 32px)}}.filter-dropdown__menu.is-open{display:block;opacity:1;transform:translateY(0)}.filter-dropdown__option-list{max-height:200px;overflow-y:auto;margin-bottom:12px;padding-right:4px}.filter-dropdown__option-list ::-webkit-scrollbar{width:4px}.filter-dropdown__option-list ::-webkit-scrollbar-track{background:#f3f7f9}.filter-dropdown__option-list ::-webkit-scrollbar-thumb{background:#a8b2ba;border-radius:2px}.filter-dropdown__option{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:.8rem;color:#041b2d;cursor:pointer}.filter-dropdown__option input[type=checkbox]{width:16px;height:16px;border:1.5px solid #a8b2ba;border-radius:4px;cursor:pointer;accent-color:#0778c1}.filter-dropdown__actions{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #e9eff3;padding-top:12px;margin-top:8px}.filter-dropdown__action-btn{font-size:.7rem;padding:6px 12px;border-radius:4px;border:none;cursor:pointer;font-weight:500}.filter-dropdown__action-btn--apply{background-color:#0778c1;color:#fff}.filter-dropdown__action-btn--apply:hover{background-color:rgb(5.215,89.4,143.785)}.filter-dropdown__action-btn--reset{background-color:transparent;color:#76848f}.filter-dropdown__action-btn--reset:hover{color:#041b2d}.layout-switcher{display:inline-flex;border:1px solid #e6ecf2;border-radius:6px;overflow:hidden}@media (max-width:992px){.layout-switcher{display:none!important}}.layout-switcher__btn{background:#fff;border:none;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#a8b2ba;transition:all .2s ease}.layout-switcher__btn:hover{background-color:#f3f7f9;color:#041b2d}.layout-switcher__btn.is-active{background-color:#e9eff3;color:#0778c1}.layout-switcher__btn svg{width:34px;height:34px;fill:currentColor}.catalog-sidebar{background-color:#fff;border:1px solid #e6ecf2;border-radius:8px;padding:24px;box-shadow:0 4px 12px rgba(4,27,45,.01)}.catalog-sidebar__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.1rem;font-weight:700;color:#041b2d;margin-bottom:16px;display:flex;align-items:center;gap:8px}.catalog-sidebar__list{list-style:none;padding:0;margin:0}.catalog-sidebar__item{margin-bottom:12px}.catalog-sidebar__item>a{color:#041b2d;text-decoration:none;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;padding:6px 0;transition:color .2s ease}.catalog-sidebar__item>a:hover{color:#0778c1}.catalog-sidebar__item.is-active>a{color:#0778c1;font-weight:700}.catalog-sidebar__sublist{list-style:none;padding-left:12px;margin-top:6px;border-left:1px solid #e6ecf2}.catalog-sidebar__subitem{margin-bottom:8px}.catalog-sidebar__subitem a{color:#76848f;text-decoration:none;font-size:.8rem;transition:color .2s ease}.catalog-sidebar__subitem a:hover{color:#041b2d}.catalog-sidebar__subitem.is-active a{color:#0778c1;font-weight:600}.products-list-layout{display:flex;flex-direction:column;gap:16px}.products-list-layout .product-card{border-bottom:3px solid rgba(230,236,242,.8);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;transition:all .25s ease;box-shadow:0 4px 12px rgba(4,27,45,.01)}@media (max-width:768px){.products-list-layout .product-card{flex-direction:column;align-items:stretch;padding:16px}}.products-list-layout .product-card:hover{background:#fff;box-shadow:0 6px 18px rgba(4,27,45,.04);transform:translateY(-2px)}.products-list-layout .product-card__left{display:flex;align-items:center;gap:24px;flex:1}@media (max-width:768px){.products-list-layout .product-card__left{flex-direction:column;align-items:stretch;gap:12px}}.products-list-layout .product-card__img-wrapper{width:250px;height:100px;background-color:#fafbfd;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px;flex-shrink:0}@media (max-width:768px){.products-list-layout .product-card__img-wrapper{width:100%;height:140px}}.products-list-layout .product-card__img-wrapper img{width:100%;height:100%;max-height:90}.products-list-layout .product-card__img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.products-list-layout .product-card__info{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-left:2.3rem}@media (max-width:768px){.products-list-layout .product-card__info{margin-left:0}}.products-list-layout .product-card__tag{font-size:.6rem;font-weight:600;text-transform:uppercase;color:#76848f;letter-spacing:.5px;background-color:#f3f7f9;padding:4px 8px;border-radius:4px}.products-list-layout .product-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.05rem;font-weight:700;color:#041b2d;margin-bottom:0;line-height:1.3}.products-list-layout .product-card__right{margin-left:20px;flex-shrink:0}@media (max-width:768px){.products-list-layout .product-card__right{margin-left:0;margin-top:12px}.products-list-layout .product-card__right .btn-gem{width:100%;justify-content:center}}.products-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:992px){.products-grid-layout{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.products-grid-layout{grid-template-columns:1fr}}.products-grid-layout .product-card{background-color:#fff;border:1px solid rgba(230,236,242,.8);border-radius:8px;padding:24px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;transition:all .25s ease;box-shadow:0 4px 12px rgba(4,27,45,.01);height:100%}.products-grid-layout .product-card:hover{border-color:rgba(7,120,193,.25);box-shadow:0 8px 24px rgba(4,27,45,.06);transform:translateY(-4px)}.products-grid-layout .product-card__left{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;margin-bottom:20px}.products-grid-layout .product-card__img-wrapper{width:140px;height:140px;background-color:#fafbfd;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:12px}.products-grid-layout .product-card__img-wrapper img{width:100%}.products-grid-layout .product-card__img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.products-grid-layout .product-card__info{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.products-grid-layout .product-card__tag{font-size:.6rem;font-weight:600;text-transform:uppercase;color:#76848f;letter-spacing:.5px;background-color:#f3f7f9;padding:4px 8px;border-radius:4px}.products-grid-layout .product-card__title{width:100%;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.2rem;font-weight:600;color:#041b2d;margin-bottom:0;line-height:1;height:3rem;display:flex;align-items:center;justify-content:flex-start;text-align:left}.products-grid-layout .product-card__right{display:flex;justify-content:center}.products-grid-layout .product-card__right .btn-gem{width:100%;justify-content:center}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:3rem;margin-bottom:2rem;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.catalog-pagination .pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:0;margin:0;list-style:none}.catalog-pagination .pagination .page-item{display:inline-block}.catalog-pagination .pagination .page-item .page-link{height:40px;padding:0 16px;display:flex;align-items:center;justify-content:center;border:1px solid #e6ecf2;border-radius:6px;background-color:#fff;color:#041b2d;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer}.catalog-pagination__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e6ecf2;border-radius:6px;background-color:#fff;color:#041b2d;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer}.catalog-pagination__btn:hover:not(.is-disabled){border-color:#76848f;background-color:#f3f7f9}.catalog-pagination__btn.is-active{background-color:#0778c1;border-color:#0778c1;color:#fff;font-weight:700}.catalog-pagination__btn.is-disabled{color:#a8b2ba;cursor:not-allowed;border-color:#e9eff3;background-color:#fafafa}.catalog-pagination__dots{color:#76848f;font-size:.9rem;width:24px;text-align:center}.catalog-content-section{background-color:#f3f7f9;margin-top:2rem;padding-bottom:4rem}.catalog-group{margin-top:3rem;border-top:2px solid #e6ecf2;padding-top:2rem}.catalog-group__header{display:flex;align-items:baseline;gap:12px;margin-bottom:1.5rem}@media (max-width:767px){.catalog-group__header{flex-direction:column;gap:4px}}.catalog-group__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:-1px;color:#041b2d;margin:0}@media (max-width:767px){.catalog-group__title{font-size:1.2rem;text-transform:uppercase}}.catalog-group__count{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.72rem;color:#a8b2ba;text-transform:uppercase;font-weight:500;letter-spacing:.05em;white-space:nowrap}@media (max-width:767px){.cat-desktop-grid{display:none!important}}.cat-mobile-groups{display:none}@media (max-width:767px){.cat-mobile-groups{display:block}}.cat-subgroup{margin-bottom:2rem}.cat-subgroup__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cat-subgroup__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.15rem;font-weight:600;color:#041b2d;margin:0}@media (max-width:768px){.cat-subgroup__title{font-size:1rem}}.cat-subgroup__all{font-size:.9rem;font-weight:600;color:#0778c1;text-decoration:none;display:flex;align-items:center;gap:4px;white-space:nowrap;transition:opacity .2s}.cat-subgroup__all:hover{opacity:.75}.cat-subgroup__row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width:768px){.cat-subgroup__row{display:flex;overflow-x:auto;gap:10px;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cat-subgroup__row::-webkit-scrollbar{height:3px}.cat-subgroup__row::-webkit-scrollbar-thumb{background:#e6ecf2;border-radius:2px}}.cat-mini-card{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;color:#041b2d;border:1.5px solid #e6ecf2;border-radius:8px;padding:12px;transition:all .2s ease;scroll-snap-align:start}@media (max-width:768px){.cat-mini-card{min-width:130px;flex-shrink:0}}.cat-mini-card:hover{border-color:#0778c1;box-shadow:0 4px 16px rgba(7,120,193,.08);transform:translateY(-2px)}.cat-mini-card--active{border-color:#0778c1;background-color:rgba(7,120,193,.03)}.cat-mini-card__img{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:6px;margin-bottom:8px;overflow:hidden}.cat-mini-card__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cat-mini-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;font-weight:600;line-height:1.2;color:#041b2d;margin-bottom:4px}.cat-mini-card__count{font-size:.68rem;color:#a8b2ba;text-transform:uppercase;font-weight:500}.catalog-download-btn{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1.5px solid #e6ecf2;border-radius:8px;padding:16px 20px;text-decoration:none;color:#041b2d;margin-top:1.5rem;transition:all .2s ease}.catalog-download-btn:hover{border-color:#0778c1;box-shadow:0 4px 16px rgba(7,120,193,.08)}.catalog-download-btn__text{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.95rem;font-weight:600;line-height:1.3;color:#041b2d}.catalog-download-btn__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid #e6ecf2;border-radius:6px;flex-shrink:0;color:#041b2d;transition:all .2s ease}.catalog-download-btn__icon svg{width:20px;height:20px}.catalog-download-btn:hover .catalog-download-btn__icon{border-color:#0778c1;color:#0778c1}.category-card{background-color:#fff;border:1px solid rgba(233,239,243,.8);border-radius:8px;padding:24px;height:100%;display:flex;flex-direction:column;transition:all .25s ease;box-shadow:0 4px 12px rgba(4,27,45,.01)}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(4,27,45,.05);border-color:rgba(7,120,193,.25)}.category-card:hover .category-card__title{color:#0778c1}.category-card__img-wrapper{width:100%;display:flex;align-items:center;justify-content:flex-start;background-color:#fafbfd;border-radius:6px}.category-card__img-wrapper img,.category-card__img-wrapper svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.category-card__content{display:flex;flex-direction:column;flex:1}.category-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.3rem;letter-spacing:-5%;font-weight:600;line-height:1.3;color:#041b2d;margin-bottom:16px;min-height:3rem;display:flex;align-items:flex-start;transition:color .2s ease}@media (max-width:992px){.category-card__title{min-height:unset;font-size:1.15rem}}.category-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.category-card__list li{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;line-height:1.3;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.category-card__list li a{color:#041b2d;text-decoration:none;transition:color .2s ease;flex:1}.category-card__list li a:hover{color:#0778c1}.category-card__list li .count{color:#a8b2ba;font-size:.75rem;margin-left:8px}.filter-dropdown__btn--sidebar.is-active{background-color:#f2f9ff;border-color:#0778c1;color:#0778c1}#catalogSidebarCol{transition:all .3s cubic-bezier(.25,.46,.45,.94);will-change:flex,max-width,opacity}@media (max-width:992px){#catalogSidebarCol{display:none!important}}#catalogSidebarCol.is-hidden{flex:0 0 0%!important;max-width:0%!important;padding-left:0!important;padding-right:0!important;margin:0!important;opacity:0!important;overflow:hidden;pointer-events:none}#catalogProductsCol{transition:all .3s cubic-bezier(.25,.46,.45,.94);will-change:flex,max-width}#catalogProductsCol.is-expanded{flex:0 0 100%!important;max-width:100%!important}.mobile-filters-trigger-btn{display:none;align-items:center;justify-content:center;background-color:#e6ecf2;border:1px solid #e6ecf2;border-radius:6px;padding:10px 16px;font-size:.8rem;font-weight:600;color:#041b2d;cursor:pointer;width:100%;transition:all .2s ease}@media (max-width:992px){.mobile-filters-trigger-btn{display:inline-flex}}.mobile-filters-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;visibility:hidden;pointer-events:none;transition:visibility .3s ease}.mobile-filters-drawer.is-open{visibility:visible;pointer-events:auto}.mobile-filters-drawer__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(4,27,45,.4);opacity:0;transition:opacity .3s ease}.mobile-filters-drawer.is-open .mobile-filters-drawer__backdrop{opacity:1}.mobile-filters-drawer__content{position:absolute;bottom:0;left:0;right:0;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;max-height:85vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.mobile-filters-drawer.is-open .mobile-filters-drawer__content{transform:translateY(0)}.mobile-filters-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e6ecf2}.mobile-filters-drawer__header h3{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.2rem;font-weight:700;color:#041b2d;margin:0}.mobile-filters-drawer__close{background:0 0;border:none;font-size:1.8rem;line-height:1;color:#76848f;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.mobile-filters-drawer__body{flex:1;overflow-y:auto;padding:20px}.mobile-filters-drawer__body .catalog-filters-bar__left{display:flex;flex-direction:column;align-items:stretch;gap:16px;width:100%}.mobile-filters-drawer__body .filter-dropdown{position:static;width:100%;border-bottom:1px solid #fafbfd;padding-bottom:12px}.mobile-filters-drawer__body .filter-dropdown__btn{width:100%;justify-content:space-between;padding:12px 14px;background-color:#fafbfd;border:1px solid #e6ecf2;border-radius:8px;font-size:.85rem}.mobile-filters-drawer__body .filter-dropdown__btn.is-active{border-color:#0778c1;background-color:#f2f9ff}.mobile-filters-drawer__body .filter-dropdown__menu{position:static!important;width:100%!important;max-width:100%!important;box-shadow:none!important;border:none!important;padding:12px 4px 0!important;transform:none!important;opacity:1!important;display:none}.mobile-filters-drawer__body .filter-dropdown__menu.is-open{display:block}.mobile-filters-drawer__body .filter-dropdown__option-list{max-height:none!important}.mobile-filters-drawer__body .filter-dropdown__actions{display:none!important}@media (max-width:992px){#desktopFiltersContainer{display:none}#desktopFiltersContainer.is-mobile-active{display:flex}}@media (max-width:767px){.cat-desktop-grid{display:none!important}}.cat-mobile-groups{display:none}@media (max-width:767px){.cat-mobile-groups{display:block}}.cat-subgroup{margin-bottom:2rem}.cat-subgroup__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cat-subgroup__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.15rem;font-weight:700;color:#041b2d;margin:0}.cat-subgroup__all{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;font-weight:600;color:#0778c1;text-decoration:none}.cat-subgroup__all:hover{text-decoration:underline}.cat-subgroup__row{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.cat-subgroup__row::-webkit-scrollbar{display:none}.cat-mini-card{flex:0 0 140px;background:#fff;border:1px solid rgba(233,239,243,.8);border-radius:8px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;color:#041b2d;transition:all .2s ease}.cat-mini-card:hover{border-color:rgba(7,120,193,.3);box-shadow:0 4px 12px rgba(4,27,45,.05)}.cat-mini-card__img{width:100%;height:90px;background-color:#fafbfd;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.cat-mini-card__img img{max-width:80%;max-height:80%;-o-object-fit:contain;object-fit:contain}.cat-mini-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.8rem;font-weight:600;line-height:1.25;color:#041b2d;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2rem}.cat-mini-card__count{font-size:.7rem;color:#76848f;margin-top:auto}.breadcrumbs-nav{padding:.1rem 0 .5rem}.breadcrumbs-nav .breadcrumb{margin-bottom:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px;font-size:.75rem;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.breadcrumbs-nav .breadcrumb .breadcrumb-item{display:flex;align-items:center;color:#76848f}.breadcrumbs-nav .breadcrumb .breadcrumb-item a{color:#76848f;text-decoration:none;transition:color .2s ease}.breadcrumbs-nav .breadcrumb .breadcrumb-item a:hover{color:#041b2d}.breadcrumbs-nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:"/";padding-right:8px;color:#a8b2ba}.breadcrumbs-nav .breadcrumb .breadcrumb-item.active{color:#041b2d;font-weight:500}.idx-title .flex{display:flex;justify-content:space-between;align-items:center}@media (max-width:992px){.idx-title .flex{flex-direction:column;align-items:flex-start;gap:20px}}.idx-title h1{font-size:3.6rem;font-weight:600;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:-5%;font-stretch:75%;line-height:1}@media (max-width:992px){.idx-title h1{font-size:2.2rem;line-height:1.15}}@media (max-width:576px){.idx-title h1{font-size:1.7rem;line-height:1.2}}.idx-title .idx-title__click__soc{display:flex;align-items:center}@media (max-width:992px){.idx-title .idx-title__click__soc{width:100%;justify-content:flex-start}}.idx-title .idx-title__click__soc p{margin:0;margin-right:10px;font-size:.6rem;text-transform:uppercase;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:600}.idx-title .idx-title__click__soc>div{display:flex;align-items:center}.idx-title .idx-title__click__soc>div button{width:56px;height:56px}@media (max-width:576px){.idx-title .idx-title__click__soc>div button{width:44px;height:44px}}@media (max-width:992px){.cloud{padding:2.2rem 0 1.5rem!important}}.info{margin-bottom:3rem}@media (max-width:992px){.info{margin-bottom:2rem}}.info.form{margin:4rem 0}.info img{width:100%;height:auto;max-width:100%}.info h2{max-width:77%;font-size:1.1rem;letter-spacing:-.5px;line-height:1.4;margin-bottom:1.5rem}@media (max-width:992px){.info h2{max-width:100%;font-size:1rem}}.info__box{padding:1.7rem 3.3rem 1.5rem;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;align-content:flex-start;align-items:flex-start;justify-content:center;flex-wrap:wrap;height:100%}@media (max-width:992px){.info__box{padding:1.8rem 1.5rem;height:auto}}.info__descriptions{margin-top:2.3rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:600;font-size:2.3rem;line-height:1.1;text-transform:uppercase;letter-spacing:-.5px}@media (max-width:992px){.info__descriptions{font-size:1.6rem;margin-top:1.5rem}}@media (max-width:576px){.info__descriptions{font-size:1.3rem}}.card-case{border:3px solid #e9eff3;border-radius:8px;display:flex;flex-direction:row;padding:20px;margin-bottom:1rem;margin-top:0}@media (max-width:576px){.card-case{flex-direction:column;padding:14px}}.card-case__img{flex-shrink:0}.card-case__img img{width:208px;height:208px;-o-object-fit:cover;object-fit:cover;border-radius:6px}@media (max-width:576px){.card-case__img img{width:100%;height:180px;margin-bottom:1rem}}.card-case__info{margin-left:2rem;display:flex;flex-direction:column;align-items:flex-start;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}@media (max-width:576px){.card-case__info{margin-left:1rem}}.card-case__tag{width:auto;font-size:.6rem;color:#a8b2ba;background-color:#fff;padding:6px;line-height:1;margin-bottom:.8rem;text-transform:uppercase}.card-case__title{font-weight:700;letter-spacing:-6%;font-size:1.2rem;height:6rem}@media (max-width:992px){.card-case__title{height:auto;font-size:1.05rem;margin-bottom:.8rem}}.card-case__descriptions{width:100%}.card-case__click{width:100%;display:flex;align-items:center;justify-content:space-between}.card-case.counter .card-case__title{font-size:1rem;height:auto;margin-bottom:1rem}.card-case.counter .card-case__info{margin:0}.card-default{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;border:3px solid #e9eff3;border-radius:8px;display:flex;flex-direction:row;padding:8px;margin-bottom:1rem}.card-default__img{width:112px;height:112px}.card-default__info{margin-left:1.2rem;display:flex;flex-direction:column;align-items:flex-start}.card-default__title{font-weight:700;letter-spacing:-.5px;font-size:1rem;height:3rem}.card-default__descriptions{width:100%;color:#76848f;font-size:.6rem;text-transform:uppercase}.card-default__long{margin:1rem 0}.card-default__click{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:.4rem}.card-default__click .tag{background-color:#fff;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-transform:uppercase;padding:8px;line-height:1;font-size:.8rem;margin-right:1rem}.advertising_banner{margin:3rem auto}.advertising_banner .card-default{display:flex;border:1px solid rgba(233,239,243,.8);border-radius:12px;overflow:hidden;align-items:stretch;box-shadow:0 8px 30px rgba(4,27,45,.03)}@media (max-width:768px){.advertising_banner .card-default{flex-direction:column;align-items:stretch}}.advertising_banner .card-default__img{width:100%;max-width:220px;height:auto;display:flex;align-items:center;justify-content:center;background-color:rgba(233,239,243,.3);flex-shrink:0}@media (max-width:768px){.advertising_banner .card-default__img{max-width:100%;padding:30px}}.advertising_banner .card-default__img img{width:100%;max-width:220px;-o-object-fit:contain;object-fit:contain}@media (max-width:768px){.advertising_banner .card-default__img img{max-width:160px}}.advertising_banner .card-default__info{background:#fff;padding:2rem 1.8rem;align-items:flex-start;justify-content:flex-start;display:flex;flex-direction:column;flex-grow:1}@media (max-width:576px){.advertising_banner .card-default__info{padding:1.5rem 1.2rem}}.advertising_banner .card-default__title{height:auto;font-size:1.4rem;font-weight:700;margin-bottom:.8rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#041b2d}.advertising_banner .card-default__descriptions{background:#e9eff3;width:auto;padding:6px 12px;margin-bottom:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;border-radius:4px;color:#041b2d;display:inline-block}.advertising_banner .card-default__long{font-size:.85rem;color:#76848f;margin-bottom:1.5rem;line-height:1.4}.advertising_banner .card-default__click{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px;margin-top:auto}@media (max-width:576px){.advertising_banner .card-default__click{flex-direction:column;align-items:stretch;gap:12px}.advertising_banner .card-default__click .tag{margin:0!important;text-align:center}.advertising_banner .card-default__click .btn-gem{width:100%;justify-content:center}}.advertising_banner .card-default__click .tag{background-color:#e9eff3;padding:8px 12px;border-radius:4px;font-size:.75rem;font-weight:600;color:#041b2d;margin:0;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.advertising_banner .card-default__click .btn-gem{flex-shrink:0}.card-prop{padding:.4rem}.card-prop__table{border:8px solid #e9eff3;border-radius:8px;overflow:hidden}.card-prop table{width:100%}.card-prop table tr{border-bottom:2px solid #e9eff3}.card-prop table tr td,.card-prop table tr th{border-right:2px solid #e9eff3;padding:1.2rem;border-radius:8px;font-size:1rem;font-weight:400}@media (max-width:992px){.card-prop table tr td,.card-prop table tr th{padding:.8rem;font-size:.85rem}}@media (max-width:576px){.card-prop table tr td,.card-prop table tr th{padding:.6rem;font-size:.78rem}}.card-prop .row{border-bottom:2px solid #e9eff3;padding:1rem}.idx-title.stat h1{font-size:3.1rem;text-transform:none;letter-spacing:-5%}@media (max-width:992px){.idx-title.stat h1{font-size:2rem}}@media (max-width:576px){.idx-title.stat h1{font-size:1.5rem}}.stat-title-container{width:100%}@media (min-width:992px){.stat-title-container{margin-left:16.666667%!important;max-width:66.666667%!important;flex:0 0 66.666667%!important}}.idx-title.tag{padding-bottom:1.53rem}.idx-title.tag .flex{display:flex;align-items:center;justify-content:space-between}.idx-title.tag .container{display:flex;align-items:center}.idx-title.tag .container .tag{background-color:#fff;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-transform:uppercase;padding:8px;line-height:1;font-size:.8rem;margin-right:1rem}.idx-title.tag .container .data-calendar{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.8rem;text-transform:uppercase}.stat-content__pictures img{width:100%}.stat-content__autor{margin-top:2rem;display:flex;align-items:center;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin-bottom:2rem}.stat-content__autor .autor-info{margin-left:1rem}.stat-content__autor .autor-info__tag{font-size:.6rem;text-transform:uppercase}.stat-content__autor .autor-info__name{font-size:1.1rem;font-weight:700}.stat-content__autor .autor-info__position{font-size:.8rem}.stat-content__altbreadcrumps{display:flex;flex-wrap:wrap;border-top:3px solid #e9eff3;padding-top:1rem}.stat-content__altbreadcrumps a{background:#e9eff3;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-transform:uppercase;letter-spacing:-5%;font-weight:600;padding:8px;margin:.3rem;text-decoration:none}.stat-content__text{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#041b2d;font-size:1.05rem;line-height:1.65}@media (max-width:768px){.stat-content__text{font-size:.95rem;line-height:1.6}}.stat-content__text p{margin-bottom:1.6rem;line-height:inherit;color:rgba(4,27,45,.88)}.stat-content__text h2,.stat-content__text h3,.stat-content__text h4{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#041b2d;font-weight:700;line-height:1.3;margin-top:2.8rem;margin-bottom:1.2rem;text-transform:none}.stat-content__text h2{font-size:2rem;letter-spacing:-.01em}@media (max-width:768px){.stat-content__text h2{font-size:1.5rem;margin-top:2rem}}.stat-content__text h3{font-size:1.6rem}@media (max-width:768px){.stat-content__text h3{font-size:1.25rem;margin-top:1.8rem}}.stat-content__text h4{font-size:1.3rem}@media (max-width:768px){.stat-content__text h4{font-size:1.1rem}}.stat-content__text ol,.stat-content__text ul{margin-top:0;margin-bottom:1.8rem;padding-left:1.5rem}.stat-content__text ol li,.stat-content__text ul li{margin-bottom:.6rem;line-height:1.5;padding-left:4px}.stat-content__text ol li::marker,.stat-content__text ul li::marker{color:#0778c1}.stat-content__text ol li::marker{font-weight:700}.stat-content__text b,.stat-content__text strong{font-weight:700;color:#041b2d}.stat-content__text em,.stat-content__text i{font-style:italic}.stat-content__text blockquote{margin:2.5rem 0;padding:1.2rem 1.8rem;background-color:rgba(7,120,193,.03);border-left:4px solid #0778c1;border-radius:0 8px 8px 0;font-style:italic;color:rgba(4,27,45,.8)}@media (max-width:768px){.stat-content__text blockquote{margin:1.8rem 0;padding:1rem 1.2rem}}.stat-content__text blockquote p{margin-bottom:0;font-size:1.1rem;line-height:1.5}@media (max-width:768px){.stat-content__text blockquote p{font-size:1rem}}.stat-content__text img{max-width:100%;height:auto;display:block;border-radius:12px;margin:2.5rem auto;box-shadow:0 8px 30px rgba(4,27,45,.04)}@media (max-width:768px){.stat-content__text img{margin:1.8rem auto;border-radius:8px}}.stat-content__text .table-responsive,.stat-content__text table{width:100%;margin-bottom:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.stat-content__text table{border-collapse:collapse}.stat-content__text table td,.stat-content__text table th{padding:12px 16px;border-bottom:1.5px solid #e6ecf2;text-align:left;font-size:.95rem}@media (max-width:768px){.stat-content__text table td,.stat-content__text table th{padding:8px 12px;font-size:.85rem}}.stat-content__text table th{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:700;color:#041b2d;background-color:rgba(233,239,243,.5);text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}.stat-content__text table tr{transition:background-color .2s ease}.stat-content__text table tr:hover{background-color:rgba(7,120,193,.01)}.stat-content__text .stat-content__click{margin-top:3.5rem;display:flex;flex-wrap:wrap;gap:12px}@media (max-width:768px){.stat-content__text .stat-content__click{margin-top:2.5rem}}@media (max-width:576px){.stat-content__text .stat-content__click{flex-direction:column;align-items:flex-start}}.stat-carousel-section{margin-top:5rem;margin-bottom:5rem}.stat-carousel-section__btn{display:flex;justify-content:flex-end}.stat-carousel-section__back{justify-content:flex-start;display:flex}.stat-carousel-section__main-title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:-1.2px;color:#041b2d}.stat-back-link{display:inline-flex;align-items:center;gap:8px;color:#041b2d;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .25s ease}.stat-back-link:hover{color:#0778c1}.stat-back-link:hover svg{transform:translateX(-4px)}.stat-back-link svg{transition:transform .25s ease}.stat-carousel-btn{width:56px;height:56px;border-radius:8px;background-color:#fff;border:2px solid #e9eff3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;padding:0}.stat-carousel-btn:hover:not(:disabled){background-color:#0778c1;border-color:#0778c1;box-shadow:0 8px 20px rgba(7,120,193,.25)}.stat-carousel-btn:hover:not(:disabled) svg path{stroke:#fff}.stat-carousel-btn:disabled{opacity:.4;cursor:not-allowed;background-color:#fafafa}.stat-carousel-wrapper{overflow:hidden;width:100%;padding:10px 0}.stat-carousel-track{display:flex;gap:24px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.stat-carousel-slide{flex:0 0 calc(33.333% - 16px);box-sizing:border-box}@media (max-width:992px){.stat-carousel-slide{flex:0 0 calc(50% - 12px)}}@media (max-width:576px){.stat-carousel-slide{flex:0 0 100%}}.stat-card{height:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:8px;overflow:hidden;transition:transform .25s ease;padding:1rem}.stat-card:hover{transform:translateY(-4px)}.stat-card:hover .stat-card__link{color:#0778c1}.stat-card:hover .stat-card__link svg{transform:translate(2px,-2px)}.stat-card__img-wrapper{width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:8px;background-color:#e9eff3}.stat-card__img-wrapper img,.stat-card__img-wrapper svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.stat-card__info{padding:20px 0 10px;display:flex;flex-direction:column;flex:1}.stat-card__meta{display:flex;align-items:center;gap:16px;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.7rem;color:#76848f;margin-bottom:12px}.stat-card__tag{text-transform:uppercase;font-weight:600}.stat-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.4;color:#041b2d;margin-bottom:16px;height:4.8rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.stat-card__link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;font-weight:600;color:#041b2d;text-decoration:none;transition:color .25s ease}.stat-card__link svg{width:12px;height:12px;transition:transform .25s ease}.helper-section{background-color:#f3f7f9}.helper-tabs{margin-bottom:4.2rem}.helper-tabs__row{display:flex;flex-wrap:wrap;gap:8px}.helper-tab{display:inline-flex;align-items:center;justify-content:center;padding:18px 24px;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.9rem;font-weight:700;text-transform:uppercase;text-decoration:none;letter-spacing:.03em;border-radius:4px;background-color:#e9eff3;color:#041b2d;transition:all .2s ease-in-out;cursor:pointer;border:none;outline:0}.helper-tab:hover{background-color:rgb(219.8,229.4,235.8);color:#041b2d}.helper-tab--active{background-color:#041b2d;color:#fff}.helper-tab--active:hover{background-color:rgb(7.3306122449,49.4816326531,82.4693877551);color:#fff}.helper-tab-content{display:none}.helper-tab-content--active{display:block;animation:fadeInTab .3s ease-in-out}@keyframes fadeInTab{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.helper-accordion{display:flex;flex-direction:column}.helper-accordion__item{border-bottom:3px solid #e9eff3;padding:24px 0}.helper-accordion__item:first-child{padding-top:0}.helper-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;border:none;background:0 0;padding:0;cursor:pointer;text-align:left;color:#041b2d;transition:color .2s ease;outline:0}.helper-accordion__trigger:hover{color:#0778c1}.helper-accordion__trigger:hover .helper-accordion__icon svg path{stroke:#0778c1}.helper-accordion__title{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.3;letter-spacing:-.01em}.helper-accordion__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .25s ease-in-out}.helper-accordion__icon svg{display:block;width:100%;height:100%}.helper-accordion__icon svg path{transition:stroke .2s ease}.helper-accordion__content{max-height:0;overflow:hidden;transition:max-height .25s ease-in-out}.helper-accordion__content p{margin:16px 0 0 0;color:#76848f;font-size:.95rem;line-height:1.6}.helper-accordion__item--active .helper-accordion__icon{transform:rotate(45deg)}.helper-card{background-color:#fff;border:1px solid #e9eff3;border-radius:8px;padding:32px;display:flex;flex-direction:column;gap:24px;transition:box-shadow .2s ease}.helper-card:hover{box-shadow:0 10px 25px rgba(4,27,45,.03)}.helper-card__body{display:flex;align-items:flex-start;gap:16px}.helper-card__icon-box{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px}.helper-card__icon-box svg{display:block;width:100%;height:100%}.helper-card__text{margin:0;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.9rem;font-weight:500;line-height:1.4;color:#041b2d}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(4,27,45,.45);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;padding:20px}.modal-overlay--active{opacity:1;visibility:visible}.modal-container{position:relative;width:100%;max-width:540px;transform:translateY(-30px) scale(.95);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.modal-overlay--active .modal-container{transform:translateY(0) scale(1)}.modal-close-btn{position:absolute;top:0;right:-68px;width:48px;height:48px;background-color:#fff;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:background-color .2s ease,transform .2s ease;outline:0}.modal-close-btn:hover{background-color:#e9eff3;transform:scale(1.05)}.modal-close-btn:active{transform:scale(.95)}.modal-close-btn svg path{stroke:#041b2d}.modal-content{background-color:#fff;border-radius:8px;padding:48px;box-shadow:0 20px 50px rgba(4,27,45,.15)}.modal-title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2.2rem;font-weight:700;text-transform:uppercase;text-align:center;color:#041b2d;margin:0 0 12px 0;letter-spacing:-.04em;line-height:1.1}.modal-subtitle{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;font-weight:500;text-align:center;color:#76848f;line-height:1.5;margin:0 0 32px 0}.modal-subtitle a{color:#0778c1;text-decoration:none;font-weight:700;white-space:nowrap}.modal-subtitle a:hover{text-decoration:underline}.modal-form{display:flex;flex-direction:column;gap:16px}.modal-form__group{width:100%}.modal-form__input,.modal-form__textarea{width:100%;background-color:#fff;border:1px solid #e9eff3;border-radius:6px;padding:16px 20px;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.95rem;color:#041b2d;outline:0;transition:border-color .2s ease,box-shadow .2s ease}.modal-form__input::-moz-placeholder,.modal-form__textarea::-moz-placeholder{color:#a8b2ba}.modal-form__input::placeholder,.modal-form__textarea::placeholder{color:#a8b2ba}.modal-form__input:focus,.modal-form__textarea:focus{border-color:#0778c1;box-shadow:0 0 0 3px rgba(7,120,193,.1)}.modal-form__textarea{resize:none}.modal-form__submit{margin-top:8px;padding:16px;font-size:.875rem;font-weight:700;letter-spacing:.05em;border-radius:6px;background-color:#e9eff3;color:#041b2d}.modal-form__submit:hover:not(:disabled){background-color:rgb(219.8,229.4,235.8)}.modal-form__checkbox-label{display:flex;align-items:flex-start;gap:12px;margin-top:8px;cursor:pointer}.modal-form__checkbox{width:16px;height:16px;accent-color:#0778c1;margin-top:2px;flex-shrink:0;border:1.5px solid #e9eff3;border-radius:3px}.modal-form__checkbox-text{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.7rem;line-height:1.4;color:#041b2d}.modal-form__checkbox-text a{color:inherit;text-decoration:underline}.modal-form__checkbox-text a:hover{color:#0778c1}.modal-container--cookies{max-width:680px}.cookie-intro{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.75rem;line-height:1.6;color:#76848f}.cookie-intro a{color:#041b2d;text-decoration:underline}.cookie-intro a:hover{color:#0778c1}.cookie-settings-list{display:flex;flex-direction:column;gap:20px;border-top:1px solid #e9eff3;border-bottom:1px solid #e9eff3;padding:24px 0;max-height:380px;overflow-y:auto}.cookie-settings-list::-webkit-scrollbar{width:6px}.cookie-settings-list::-webkit-scrollbar-track{background:0 0}.cookie-settings-list::-webkit-scrollbar-thumb{background:#e6ecf2;border-radius:3px}.cookie-settings-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.cookie-settings-item__title{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.95rem;font-weight:700;color:#041b2d;margin:0}.cookie-settings-item__desc{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.75rem;line-height:1.5;color:#76848f;margin:0;padding-right:48px}.cookie-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0}.cookie-switch input:checked+.cookie-slider{background-color:#0778c1}.cookie-switch input:checked+.cookie-slider::before{transform:translateX(20px)}.cookie-switch input:disabled+.cookie-slider{opacity:.5;cursor:not-allowed}.cookie-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e9eff3;transition:.3s;border-radius:24px}.cookie-slider::before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.15)}.cookie-banner{position:fixed;bottom:32px;right:32px;width:calc(100% - 64px);max-width:600px;background-color:#fff;border:1px solid #e9eff3;border-radius:8px;padding:32px;box-shadow:0 10px 40px rgba(4,27,45,.08);z-index:1900;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out}.cookie-banner--active{opacity:1;visibility:visible;transform:translateY(0)}.cookie-banner__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.5rem;font-weight:700;color:#041b2d;margin:0 0 12px 0;line-height:1.2;letter-spacing:-.02em}.cookie-banner__text{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.75rem;line-height:1.6;color:#76848f;margin:0 0 24px 0}.cookie-banner__buttons{display:flex;gap:12px;flex-wrap:wrap}.cookie-banner__buttons .btn-gem{font-size:.7rem;padding:10px 18px;font-weight:700}.modal-container--split{max-width:800px}.modal-content--split{display:flex;padding:0;overflow:hidden}.modal-split-image{width:50%;background-color:#e9eff3;display:flex;align-items:center;justify-content:center;overflow:hidden}.modal-split-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal-split-form{width:50%;padding:48px}.modal-form__checkbox-wrapper{position:relative;width:100%}.callback-tooltip{position:absolute;top:calc(100% + 8px);left:0;background-color:#041b2d;color:#fff;padding:8px 12px;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.7rem;line-height:1.3;border-radius:4px;z-index:10;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease;transform:translateY(-5px);box-shadow:0 4px 10px rgba(0,0,0,.15);pointer-events:none}.callback-tooltip::after{content:"";position:absolute;bottom:100%;left:20px;border-width:5px;border-style:solid;border-color:transparent transparent #041b2d transparent}.callback-tooltip--active{opacity:1;visibility:visible;transform:translateY(0)}.modal-container--feedback{max-width:650px}.modal-container--feedback .block{border:none;padding:0;margin-bottom:0}.modal-container--feedback .block .item__pictures{max-width:140px;margin-bottom:1.5rem}.modal-container--feedback .block .item__pictures img{width:100%;height:auto}.modal-container--feedback .block .item__text{font-size:1.6rem;margin:1.2rem 0}.modal-container--feedback .block .item__description{display:block;margin-bottom:0}.modal-container--feedback .block .item__description p{font-size:.95rem;line-height:1.6;margin-right:0;margin-bottom:0;color:#76848f}.modal-container--feedback .block .item__description a{display:none!important}.modal-container--feedback .feedback-detailed-text{border-top:1px solid #e9eff3;padding-top:1.5rem;margin-top:1.5rem;font-size:.95rem;line-height:1.6;color:#041b2d}.modal-container--equipment{max-width:650px;width:90%}.modal-container--equipment .equipment-slide{display:flex;flex-direction:column;gap:1.5rem;box-shadow:none!important;background:0 0!important;transform:none!important;padding:0!important;width:100%!important;height:auto!important;position:static!important}.modal-container--equipment .equipment-slide__img{width:100%!important;height:300px!important;max-height:50vh!important;border-radius:8px;-o-object-fit:cover;object-fit:cover;position:static!important}.modal-container--equipment .equipment-slide__info{position:static!important;background:0 0!important;padding:0!important;display:block!important;width:auto!important;height:auto!important}.modal-container--equipment .equipment-slide__name{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.4rem!important;font-weight:700!important;line-height:1.3!important;color:#041b2d!important;margin-bottom:0;display:block!important;position:static!important;white-space:normal!important}.modal-container--equipment .equipment-detailed-text{border-top:1px solid #e9eff3;padding-top:1.5rem;margin-top:1.5rem;font-size:.95rem;line-height:1.6;color:#76848f}@media (max-width:640px){.modal-content--split{flex-direction:column}.modal-split-image{width:100%;height:200px}.modal-split-form{width:100%;padding:32px 24px}.cookie-banner{bottom:0;right:0;width:100%;max-width:100%;border-radius:8px 8px 0 0;padding:24px 20px;box-shadow:0 -5px 25px rgba(4,27,45,.1)}.modal-close-btn{top:12px;right:12px;width:36px;height:36px;box-shadow:none;background-color:transparent}.modal-close-btn:hover{background-color:rgba(4,27,45,.05)}.modal-content{padding:32px 24px 24px 24px}.modal-title{font-size:1.8rem}}@keyframes cnnScrollHint{0%{transform:translateX(0)}25%{transform:translateX(-40px)}50%{transform:translateX(10px)}75%{transform:translateX(-5px)}100%{transform:translateX(0)}}.cnn__navi{position:sticky;top:114px;z-index:8;background:#f3f7f9;padding:10px 0;transition:top .3s ease}@media (max-width:992px){.cnn__navi{top:80px;padding:8px 0}}.cnn__navi .navi{background:#e6ecf2;border-radius:8px;padding:6px;display:flex;justify-content:space-between;align-items:center;margin-top:0}@media (max-width:992px){.cnn__navi .navi{border-radius:6px;padding:4px}}.cnn__navi .navi ul{display:flex;justify-content:flex-start;list-style:none;margin:0;padding:0}@media (max-width:992px){.cnn__navi .navi ul{overflow-x:auto;white-space:nowrap;flex-wrap:nowrap;width:100%;-webkit-overflow-scrolling:touch;animation:cnnScrollHint 1.6s cubic-bezier(.25,1,.5,1) .6s}.cnn__navi .navi ul::-webkit-scrollbar{display:none}.cnn__navi .navi ul{-ms-overflow-style:none;scrollbar-width:none}}.cnn__navi .navi ul li{margin:3px;flex-shrink:0}.cnn__navi .navi ul li a{line-height:1;text-transform:uppercase;font-size:.9rem;text-decoration:none;padding:18px 21px;display:block;border-radius:8px;letter-spacing:-4%;font-weight:600;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;transition:all .2s ease}@media (max-width:992px){.cnn__navi .navi ul li a{padding:12px 16px;font-size:.78rem;border-radius:6px}}.cnn__navi .navi ul li a.is-active,.cnn__navi .navi ul li a:hover{background:#041b2d;color:#fff}.cnn__navi .navi__counter{color:#76848f;display:flex;align-items:center;justify-content:flex-end;padding:10px 15px;font-size:.8rem;text-transform:uppercase;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:-4%;flex-shrink:0}@media (max-width:992px){.cnn__navi .navi__counter{display:none}}.cnn__big-news{margin-top:1rem;margin-bottom:5rem}@media (max-width:992px){.cnn__big-news{margin-bottom:3rem}}.cnn__big-news img{width:100%}.cnn__big-news .container-tag{display:flex;align-items:center}.cnn__big-news .container-tag div{margin:1rem 1rem 1rem 0;font-size:.6rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#76848f;text-transform:uppercase}.cnn__big-news h2{font-weight:600;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:-4%;font-size:2.1rem;line-height:1.1;margin-bottom:1.5rem}@media (max-width:992px){.cnn__big-news h2{font-size:1.6rem}}@media (max-width:576px){.cnn__big-news h2{font-size:1.35rem}}.cnn__big-news .news-items .psbtn{background:#fff}.cnn__big-news .news-items .item.fix{padding:24px;background:#fff;border-radius:8px}@media (max-width:576px){.cnn__big-news .news-items .item.fix{padding:16px 12px}}.cnn__big-news .news-items .item.fix iframe{width:100%;height:auto!important;aspect-ratio:16/9;border-radius:10px;margin-bottom:1.5rem}.cnn__big-news .news-items .item.fix h2{font-size:1.4rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin-bottom:10px}@media (max-width:576px){.cnn__big-news .news-items .item.fix h2{font-size:1.2rem}}.cnn__big-news .news-items .item.fix .stat-content__autor{margin-bottom:2rem}.cnn__lenta-news .item{padding-bottom:5rem}@media (max-width:992px){.cnn__lenta-news .item{padding-bottom:2.5rem}}.cnn__lenta-news .container-tag{display:flex;align-items:center}.cnn__lenta-news .container-tag div{margin:1rem 1rem 1rem 0;font-size:.6rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#76848f;text-transform:uppercase}.cnn__lenta-news img{width:100%}.cnn__lenta-news h2{font-size:1.4rem;font-weight:700;line-height:1.1}@media (max-width:576px){.cnn__lenta-news h2{font-size:1.2rem}}.tovar-details-section{background-color:#f3f7f9}.tovar-details-section .row{align-items:stretch}.tovar-gallery{height:100%}@media (max-width:576px){.tovar-gallery{flex-direction:column-reverse}}.tovar-gallery__main{background-color:#fff;border:1.5px solid rgba(233,239,243,.8);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:30px;min-height:400px}.tovar-gallery__main-img-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tovar-gallery__main-img-box img{max-width:100%;max-height:340px;-o-object-fit:contain;object-fit:contain}@media (max-width:576px){.tovar-gallery__thumbs{flex-direction:row!important;justify-content:center}}.tovar-gallery__thumb{width:80px;height:80px;background-color:#fff;border:1.5px solid rgba(233,239,243,.8);border-radius:8px;padding:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;outline:0}.tovar-gallery__thumb img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.tovar-gallery__thumb:hover{border-color:rgba(7,120,193,.5)}.tovar-gallery__thumb.is-active{border-color:#0778c1;box-shadow:0 0 0 3px rgba(7,120,193,.08)}.tovar-info{display:flex;flex-direction:column;justify-content:center;height:100%}.tovar-info__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2.2rem;font-weight:900;color:#041b2d;line-height:1.15;letter-spacing:-.02em;text-transform:uppercase}@media (max-width:768px){.tovar-info__title{font-size:1.8rem}}.tovar-info__description{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;line-height:1.5;color:#76848f}.tovar-info__quick-links{border-top:1.5px solid #e6ecf2;border-bottom:1.5px solid #e6ecf2;padding:20px 0}.tovar-info .tovar-quick-link{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.72rem;font-weight:700;color:#041b2d;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color .25s ease;letter-spacing:.5px}.tovar-info .tovar-quick-link svg{transition:transform .25s ease}.tovar-info .tovar-quick-link:hover{color:#0778c1}.tovar-info .tovar-quick-link:hover svg{transform:translateX(3px)}@media (max-width:768px){.tovar-info__actions{flex-direction:column;align-items:stretch!important;gap:16px}}.tovar-info .tovar-spec-link{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.8rem;font-weight:700;color:#041b2d;text-decoration:none;transition:color .25s ease}.tovar-info .tovar-spec-link:hover{color:#0778c1}.tovar-info .tovar-share-btn{width:52px;height:52px;background-color:#fff;border:1.5px solid rgba(233,239,243,.8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#041b2d;cursor:pointer;transition:all .25s ease;outline:0}.tovar-info .tovar-share-btn:hover{background-color:#0778c1;border-color:#0778c1;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.tovar-info .tovar-share-btn{width:52px;height:52px}}.tovar-tabs-section{background-color:#f3f7f9}.tovar-tabs-header{display:flex;width:100%;background-color:#e9eff3;border-radius:8px;overflow:hidden;margin-bottom:2rem}@media (max-width:768px){.tovar-tabs-header{flex-direction:column;border-radius:6px}}.tovar-tab-btn{flex:1;border:none;background:0 0;padding:27px 10px 18px;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.3rem;font-weight:700;text-transform:uppercase;color:#041b2d;cursor:pointer;transition:all .25s ease;outline:0;text-align:center}@media (max-width:768px){.tovar-tab-btn{padding:14px 10px;border-bottom:1px solid rgba(4,27,45,.05)}.tovar-tab-btn:last-child{border-bottom:none}}.tovar-tab-btn.is-active{background-color:#041b2d;color:#fff}.tovar-tab-btn:hover:not(.is-active){background-color:rgba(4,27,45,.05)}.tovar-tabs-content-wrapper{background:#fff;border:1px solid rgba(233,239,243,.8);border-radius:8px;padding:30px;box-shadow:0 4px 12px rgba(4,27,45,.01)}@media (max-width:768px){.tovar-tabs-content-wrapper{padding:20px 15px}}.tovar-tab-content{display:none;animation:tovarFadeIn .35s ease}.tovar-tab-content.is-active{display:block}@keyframes tovarFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tovar-tab-info-text{font-size:.8rem;color:#76848f;max-width:80%;line-height:1.4}.table-responsive{width:100%}.tovar-table{width:100%;border-collapse:collapse;border:1px solid #e6ecf2;border-radius:8px;overflow:hidden;margin-top:10px}.tovar-table td,.tovar-table th{padding:14px 8px;text-align:left;font-size:.78rem;border-bottom:1px solid #e6ecf2;color:#041b2d}.tovar-table th{background-color:#e6ecf2;color:#000;font-weight:500;text-transform:uppercase;font-size:.68rem;letter-spacing:.5px;overflow-wrap:break-word;white-space:normal;max-width:120px}.tovar-table tr:last-child td{border-bottom:none}.tovar-table tr:hover td{background-color:#f3f7f9}.tovar-bim-link{display:inline-flex;align-items:center;color:#0778c1;text-decoration:none;font-weight:700;transition:all .2s ease}.tovar-bim-link:hover{color:rgb(5.215,89.4,143.785)}.tovar-bim-link:hover svg{transform:translateY(2px)}.tovar-bim-link svg{transition:transform .2s ease}.tovar-desc-block__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.1rem;font-weight:700;color:#041b2d}.tovar-desc-block__text{font-size:.85rem;line-height:1.5;color:#76848f}.tovar-estimate-card{background-color:#fff;border:2px solid #e9eff3;border-radius:8px;padding:24px}.tovar-estimate-card__icon-wrapper{width:44px;height:44px;background-color:#f3f7f9;border-radius:6px;display:flex;align-items:center;justify-content:center}.tovar-estimate-card__text{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.9rem;font-weight:600;color:#041b2d;line-height:1.4}.tovar-instructions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.tovar-instructions-list li{font-size:.8rem;line-height:1.5;color:#76848f}.tovar-instructions-list li .num-title{display:block;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:700;color:#041b2d;margin-bottom:4px}.tovar-instructions-img{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(4,27,45,.02);border:1px solid #e6ecf2}.tovar-instructions-img svg{width:100%;height:auto;display:block}.tovar-doc-card{background-color:#fff;border:2px solid #e9eff3;border-radius:8px;padding:18px 24px;transition:all .25s ease;margin-bottom:10px}@media (max-width:768px){.tovar-doc-card{flex-direction:column;align-items:flex-start!important;gap:16px}.tovar-doc-card .btn-gem{width:100%;justify-content:center}}.tovar-doc-card__left{display:flex}.tovar-doc-card:hover{border-color:rgba(7,120,193,.25);box-shadow:0 6px 18px rgba(4,27,45,.03)}.tovar-doc-card__info{margin-left:2rem}.tovar-doc-card__info h4{font-size:1.1rem;margin-bottom:2rem}.tovar-doc-card__icon-wrapper{width:200px;height:200px;background-color:#f3f7f9;border-radius:6px;display:flex;align-items:center;justify-content:center}.tovar-doc-card__icon-wrapper img{width:100%}.tovar-doc-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.95rem;font-weight:700;color:#041b2d}.tovar-doc-card__meta{font-size:.75rem;color:#a8b2ba;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-transform:uppercase;display:block}.contact .row{display:flex;align-items:stretch;flex-wrap:wrap;gap:0}@media (max-width:992px){.contact .row{gap:12px 0}}.contact .contact-items .item{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start;border:2px solid #e9eff3;padding:1.2rem;border-radius:8px;height:100%}.contact .contact-items .item__dop{font-size:.6rem;align-self:flex-start;flex:1 .5 auto;display:flex;flex-direction:column;justify-content:flex-end}.contact .contact-items .item__dop p{line-height:1;margin:.2rem}.contact .contact-items .tag{width:auto;font-size:.6rem;text-transform:uppercase;background:#e9eff3;padding:8px;margin-bottom:1rem}.contact .contact-items .phone a{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-decoration:none;font-weight:600}@media (max-width:576px){.contact .contact-items .phone a{font-size:1.15rem}}.info.form .row{margin-left:-12px;margin-right:-12px}.form__pictures{position:relative;background-image:url(../img/metal.svg);background-size:cover;background-position:center;border-radius:12px;min-height:480px;height:100%;display:flex;align-items:flex-end;padding:24px;overflow:hidden;border:1px solid rgba(233,239,243,.8)}@media (max-width:992px){.form__pictures{min-height:260px;height:260px;padding:16px}}.form__pictures__banner{background-color:#041b2d;padding:24px;border-radius:8px;max-width:320px;box-shadow:0 8px 24px rgba(4,27,45,.15)}@media (max-width:576px){.form__pictures__banner{padding:16px;max-width:100%}}.form__pictures__banner p{color:#fff;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.35}@media (max-width:576px){.form__pictures__banner p{font-size:.95rem}}.form__content-wrapper{height:100%}.form__content-wrapper .feedback-form{background:0 0!important;border:none!important;box-shadow:none!important;padding:0!important;height:100%;display:flex;flex-direction:column;justify-content:center;border-radius:12px}.form__content-wrapper .feedback-form .form-title{display:block!important;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;font-size:1.8rem!important;font-weight:700!important;color:#041b2d!important;line-height:1.25!important;margin-bottom:24px!important;max-width:95%;letter-spacing:-.02em}.form__content-wrapper .feedback-form .form-group{margin-bottom:16px}.form__content-wrapper .feedback-form .form-group .form-label{display:none!important}.form__content-wrapper .feedback-form .form-group input,.form__content-wrapper .feedback-form .form-group textarea{background-color:#fff!important;border:1.5px solid rgba(233,239,243,.8)!important;border-radius:6px!important;padding:16px 20px!important;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.9rem;color:#041b2d;transition:all .25s ease;outline:0}.form__content-wrapper .feedback-form .form-group input::-moz-placeholder,.form__content-wrapper .feedback-form .form-group textarea::-moz-placeholder{color:#a8b2ba;opacity:.8}.form__content-wrapper .feedback-form .form-group input::placeholder,.form__content-wrapper .feedback-form .form-group textarea::placeholder{color:#a8b2ba;opacity:.8}.form__content-wrapper .feedback-form .form-group input:focus,.form__content-wrapper .feedback-form .form-group textarea:focus{border-color:#0778c1!important;box-shadow:0 0 0 4px rgba(7,120,193,.08)!important;background-color:#fff!important}.form__content-wrapper .feedback-form .form-group textarea{min-height:120px}@media (max-width:768px){.form__content-wrapper .feedback-form .form-bottom-row{flex-direction:column;align-items:stretch!important;gap:16px}}.form__content-wrapper .feedback-form .btn-submit-contact{flex-shrink:0;white-space:nowrap;height:52px;padding:0 32px;background-color:#e6ecf2!important;color:#041b2d!important;border:none!important;border-radius:8px!important;font-weight:700;font-size:.85rem;letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .25s ease!important}.form__content-wrapper .feedback-form .btn-submit-contact .btn-gem__arrow svg{stroke:#041b2d!important;transition:transform .25s ease}.form__content-wrapper .feedback-form .btn-submit-contact:hover{background-color:#0778c1!important;color:#fff!important;transform:translateY(-2px)}.form__content-wrapper .feedback-form .btn-submit-contact:hover .btn-gem__arrow svg{stroke:#fff!important;transform:translate(2px,-2px)}.form__content-wrapper .feedback-form .checkbox-group{margin-top:0!important;display:flex;align-items:center;gap:10px}.form__content-wrapper .feedback-form .checkbox-group input[type=checkbox]{margin-top:0;width:18px;height:18px;min-width:18px;border:2px solid #e9eff3;border-radius:4px;accent-color:#0778c1}.form__content-wrapper .feedback-form .checkbox-group .consent-label{font-size:.7rem!important;line-height:1.35!important;color:#76848f!important;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:400}.form__content-wrapper .feedback-form .checkbox-group .consent-label a{color:#76848f;text-decoration:underline}.form__content-wrapper .feedback-form .checkbox-group .consent-label a:hover{color:#0778c1}.warehouse-office{background-color:#f3f7f9}.warehouse-office__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2rem;font-weight:700;color:#041b2d;margin-bottom:8px}@media (max-width:992px){.warehouse-office__title{font-size:1.5rem}}.warehouse-office__subtitle{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.9rem;color:#76848f}.warehouse-video{position:relative;border-radius:12px;overflow:hidden;height:380px;box-shadow:0 4px 16px rgba(4,27,45,.05);border:1.5px solid #e9eff3}@media (max-width:768px){.warehouse-video{height:240px}}.warehouse-video__cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.warehouse-video:hover .warehouse-video__cover{transform:scale(1.03)}.warehouse-video__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background-color:#0778c1;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px rgba(7,120,193,.3);padding-left:4px}.warehouse-video__play-btn:hover{background-color:rgb(5.215,89.4,143.785);transform:translate(-50%,-50%) scale(1.1);box-shadow:0 12px 28px rgba(7,120,193,.4)}.warehouse-map{border-radius:12px;overflow:hidden;height:380px;box-shadow:0 4px 16px rgba(4,27,45,.05);border:1.5px solid #e9eff3}@media (max-width:768px){.warehouse-map{height:280px}}.warehouse-map iframe{display:block}.form__content-wrapper{background:#fff;padding:2rem;border-radius:8px}.feedback-form{background:#fff;padding:40px 36px;border-radius:20px;box-shadow:0 4px 24px rgba(4,27,45,.08);border:1px solid #e6ecf2;width:100%}.form-title{font-size:2rem;font-weight:500;line-height:1.5;color:#041b2d;margin-bottom:28px;letter-spacing:-.01em;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:14px;font-weight:500;color:#041b2d;margin-bottom:5px}.form-group input,.form-group textarea{width:100%;padding:13px 16px;font-size:14px;color:#041b2d;background:#f3f7f9;border:1.5px solid #e6ecf2;border-radius:10px;transition:all .2s ease;outline:0;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:#5db4ed;background:#fff;box-shadow:0 0 0 3px rgba(93,180,237,.12)}.form-group input.error,.form-group textarea.error{border-color:#fb535c;background:#fff5f5}.form-group textarea{resize:vertical;min-height:100px;max-height:180px}.form-group .error-message{font-size:12px;color:#fb535c;margin-top:4px;display:none;align-items:center;gap:5px}.form-group .error-message.show{display:flex}.form-bottom-row{display:flex;justify-content:space-between;align-items:center}.form-bottom-row .checkbox-group{margin-left:2rem}.btn-submit{width:100%;padding:14px;background:#0778c1;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.5px;margin-top:4px}.btn-submit:hover{background:#0665a8;box-shadow:0 6px 20px rgba(7,120,193,.25);transform:translateY(-2px)}.btn-submit:active{transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkbox-group{margin-top:20px;display:flex;align-items:flex-start;gap:10px}.checkbox-group input[type=checkbox]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#0778c1;cursor:pointer;border-radius:3px;border:2px solid #a8b2ba;transition:all .15s ease}.checkbox-group input[type=checkbox]:checked{background:#0778c1;border-color:#0778c1}.checkbox-group label{font-size:13px;line-height:1.5;color:#76848f;cursor:pointer}.checkbox-group .checkbox-error{color:#fb535c;font-size:12px;margin-top:3px;display:none}.checkbox-group .checkbox-error.show{display:block}.success-message{display:none;padding:14px 18px;background:#e8f8f0;border:1px solid #a8e6cf;border-radius:10px;color:#1a7a4a;font-weight:500;font-size:14px;margin-top:16px;align-items:center;gap:10px}.success-message.show{display:flex}.success-message i{font-size:20px;color:#2ecc71}@media (max-width:768px){.col-6{width:100%;padding:0}.feedback-form{padding:28px 20px}.form-title{font-size:16px}}@media (max-width:480px){.feedback-form{padding:20px 16px}.form-title{font-size:15px;margin-bottom:20px}.form-group{margin-bottom:14px}.form-group input,.form-group textarea{padding:11px 14px;font-size:13px}.form-group label{font-size:13px}.btn-submit{font-size:14px;padding:12px}.checkbox-group label{font-size:12px}}.about__index{margin-top:8rem}@media (max-width:768px){.about__index{margin-top:4rem}}.about__index h2{font-size:2.8rem;font-weight:600;letter-spacing:-5%;text-transform:uppercase;margin-bottom:3.65rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.about__index__white{background:#fff;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;padding:82px;font-size:2.6rem;line-height:1;letter-spacing:-5%;font-weight:600;border-radius:8px}@media (max-width:992px){.about__index__white{padding:32px 24px;font-size:1.8rem}}@media (max-width:576px){.about__index__white{padding:24px 16px;font-size:1.4rem}}.about__index__banner{margin-top:8rem!important}.about__index__banner .banner_flex{display:flex;flex-direction:column;align-items:flex-start}@media (max-width:992px){.about__index__banner .banner_flex{margin-bottom:2rem}}.about__index__banner .banner_flex .ico{margin:1rem}.about__index__banner .banner_flex .description{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:-5%;font-weight:600;font-size:1.6rem;line-height:1.1}.about__index__banner .banner_button{display:flex;justify-content:space-evenly;align-items:flex-end}.about__index__banner .banner_button .row{width:100%}.about__index__banner .banner_button .button_b{background:#041b2d;border-radius:8px;padding:20px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}@media (max-width:576px){.about__index__banner .banner_button .button_b{margin-bottom:1.5rem;width:100%}}.about__index__banner .banner_button .tag{background:#fff;color:#76848f;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-transform:uppercase;font-size:.5rem;padding:4px}.about__index__banner .banner_button .spec_text{font-size:2.35rem;font-weight:600;line-height:1;letter-spacing:-5%;text-transform:uppercase;margin-bottom:1rem;margin-top:.5rem}.about__index__banner .banner_button .longtitle{font-weight:300;font-size:.6rem;min-height:2rem}.about__index__text{margin-top:4rem}.about__index__text .row{align-items:center}.about__index__text .longtitle{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.15;letter-spacing:-3%}@media (max-width:992px){.about__index__text .longtitle{font-size:1.8rem;margin-bottom:24px}}.about__index__text .textdescriptions{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.2rem}.about-tender-card{background:#fff;border:1px solid rgba(4,27,45,.08);border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:flex-start}@media (max-width:576px){.about-tender-card{padding:18px}}.about-tender-card__tag{background:#fafbfd;border:1px solid #e9eff3;color:#76848f;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.65rem;font-weight:600;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:12px;letter-spacing:.04em;display:inline-block}.about-tender-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.3;color:#041b2d;margin-bottom:20px;letter-spacing:-.01em}@media (max-width:576px){.about-tender-card__title{font-size:1rem;margin-bottom:16px}}.equipment{padding:60px 0;overflow:hidden;background-color:#f8f9fa}.equipment__header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:40px}@media (max-width:768px){.equipment__header{flex-direction:column;gap:15px}}.equipment__title{font-size:32px;line-height:1.2;font-weight:700;max-width:550px;margin:0;color:#1a1a1a}@media (max-width:768px){.equipment__title{font-size:24px}}.equipment__text{font-size:16px;line-height:1.5;max-width:450px;margin:0;color:#666}.equipment-slider{width:100%;overflow:visible!important}.equipment-controls{display:flex;justify-content:space-between;align-items:center;margin-top:25px;padding:0 10px}.equipment-pagination{font-size:16px;font-weight:500;color:#999;width:auto!important}.equipment-pagination .swiper-pagination-current{color:#1a1a1a;font-weight:700}.equipment-navigation{display:flex;gap:12px}.equipment-nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid #e0e0e0;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative}.equipment-nav-btn::after{content:"";width:8px;height:8px;border-top:2px solid #1a1a1a;border-right:2px solid #1a1a1a;position:absolute}.equipment-nav-btn.equipment-prev::after{transform:rotate(-135deg);left:18px}.equipment-nav-btn.equipment-next::after{transform:rotate(45deg);right:18px}.equipment-nav-btn:hover{background-color:#1a1a1a;border-color:#1a1a1a}.equipment-nav-btn:hover::after{border-color:#fff}.equipment-nav-btn.swiper-button-disabled{opacity:.5;pointer-events:none}.popularus h2{font-weight:600;letter-spacing:-5%}.popular-carousel-wrapper{overflow:hidden;width:100%;padding:10px 0}.popular-carousel-track{display:flex;gap:20px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.popular-carousel-slide{flex:0 0 calc(25% - 15px);box-sizing:border-box}@media (max-width:1200px){.popular-carousel-slide{flex:0 0 calc(33.333% - 13.33px)}}@media (max-width:992px){.popular-carousel-slide{flex:0 0 calc(50% - 10px)}}@media (max-width:576px){.popular-carousel-slide{flex:0 0 100%}}.popularus__btn{display:flex;justify-content:flex-end}.popular-carousel-btn{width:56px;height:56px;border-radius:8px;background-color:#fff;border:2px solid #e9eff3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;padding:0}.popular-carousel-btn:hover:not(:disabled){background-color:#0778c1;border-color:#0778c1;box-shadow:0 8px 20px rgba(7,120,193,.25)}.popular-carousel-btn:hover:not(:disabled) svg path{stroke:#fff}.popular-carousel-btn:disabled{opacity:.4;cursor:not-allowed;background-color:#fafafa}.card-default{height:100%;margin-bottom:0!important}.tovar-details-section{background-color:#f3f7f9}.tovar-details-section .row{align-items:stretch}.tovar-gallery{height:100%}@media (max-width:576px){.tovar-gallery{flex-direction:column-reverse}}.tovar-gallery__main{background-color:#fff;border:1.5px solid rgba(233,239,243,.8);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:30px;min-height:400px}.tovar-gallery__main-img-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tovar-gallery__main-img-box img{max-width:100%;max-height:340px;-o-object-fit:contain;object-fit:contain}@media (max-width:576px){.tovar-gallery__thumbs{flex-direction:row!important;justify-content:center}}.tovar-gallery__thumb{width:80px;height:80px;background-color:#fff;border:1.5px solid rgba(233,239,243,.8);border-radius:8px;padding:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;outline:0}.tovar-gallery__thumb img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.tovar-gallery__thumb:hover{border-color:rgba(7,120,193,.5)}.tovar-gallery__thumb.is-active{border-color:#0778c1;box-shadow:0 0 0 3px rgba(7,120,193,.08)}.tovar-info{display:flex;flex-direction:column;justify-content:center;height:100%}.tovar-info__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2.2rem;font-weight:900;color:#041b2d;line-height:1.15;letter-spacing:-.02em;text-transform:uppercase}@media (max-width:768px){.tovar-info__title{font-size:1.8rem}}.tovar-info__description{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;line-height:1.5;color:#76848f}.tovar-info__quick-links{border-top:1.5px solid #e6ecf2;border-bottom:1.5px solid #e6ecf2;padding:20px 0}.tovar-info .tovar-quick-link{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.72rem;font-weight:700;color:#041b2d;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color .25s ease;letter-spacing:.5px}.tovar-info .tovar-quick-link svg{transition:transform .25s ease}.tovar-info .tovar-quick-link:hover{color:#0778c1}.tovar-info .tovar-quick-link:hover svg{transform:translateX(3px)}@media (max-width:768px){.tovar-info__actions{flex-direction:column;align-items:stretch!important;gap:16px}}.tovar-info .tovar-spec-link{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.8rem;font-weight:700;color:#041b2d;text-decoration:none;transition:color .25s ease}.tovar-info .tovar-spec-link:hover{color:#0778c1}.tovar-info .tovar-share-btn{width:52px;height:52px;background-color:#fff;border:1.5px solid rgba(233,239,243,.8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#041b2d;cursor:pointer;transition:all .25s ease;outline:0}.tovar-info .tovar-share-btn:hover{background-color:#0778c1;border-color:#0778c1;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.tovar-info .tovar-share-btn{width:52px;height:52px}}.tovar-tabs-section{background-color:#f3f7f9}.tovar-tabs-header{display:flex;width:100%;background-color:#e9eff3;border-radius:8px;overflow:hidden;margin-bottom:2rem}@media (max-width:768px){.tovar-tabs-header{flex-direction:column;border-radius:6px}}.tovar-tab-btn{flex:1;border:none;background:0 0;padding:27px 10px 18px;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.3rem;font-weight:700;text-transform:uppercase;color:#041b2d;cursor:pointer;transition:all .25s ease;outline:0;text-align:center}@media (max-width:768px){.tovar-tab-btn{padding:14px 10px;border-bottom:1px solid rgba(4,27,45,.05)}.tovar-tab-btn:last-child{border-bottom:none}}.tovar-tab-btn.is-active{background-color:#041b2d;color:#fff}.tovar-tab-btn:hover:not(.is-active){background-color:rgba(4,27,45,.05)}.tovar-tabs-content-wrapper{background:#fff;border:1px solid rgba(233,239,243,.8);border-radius:8px;padding:30px;box-shadow:0 4px 12px rgba(4,27,45,.01)}@media (max-width:768px){.tovar-tabs-content-wrapper{padding:20px 15px}}.tovar-tab-content{display:none;animation:tovarFadeIn .35s ease}.tovar-tab-content.is-active{display:block}@keyframes tovarFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tovar-tab-info-text{font-size:.8rem;color:#76848f;max-width:80%;line-height:1.4}.table-responsive{width:100%}.tovar-table{width:100%;border-collapse:collapse;border:1px solid #e6ecf2;border-radius:8px;overflow:hidden;margin-top:10px}.tovar-table td,.tovar-table th{padding:14px 8px;text-align:left;font-size:.78rem;border-bottom:1px solid #e6ecf2;color:#041b2d}.tovar-table th{background-color:#e6ecf2;color:#000;font-weight:500;text-transform:uppercase;font-size:.68rem;letter-spacing:.5px;overflow-wrap:break-word;white-space:normal;max-width:120px}.tovar-table tr:last-child td{border-bottom:none}.tovar-table tr:hover td{background-color:#f3f7f9}.tovar-bim-link{display:inline-flex;align-items:center;color:#0778c1;text-decoration:none;font-weight:700;transition:all .2s ease}.tovar-bim-link:hover{color:rgb(5.215,89.4,143.785)}.tovar-bim-link:hover svg{transform:translateY(2px)}.tovar-bim-link svg{transition:transform .2s ease}.tovar-desc-block__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.1rem;font-weight:700;color:#041b2d}.tovar-desc-block__text{font-size:.85rem;line-height:1.5;color:#76848f}.tovar-estimate-card{background-color:#fff;border:2px solid #e9eff3;border-radius:8px;padding:24px}.tovar-estimate-card__icon-wrapper{width:44px;height:44px;background-color:#f3f7f9;border-radius:6px;display:flex;align-items:center;justify-content:center}.tovar-estimate-card__text{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.9rem;font-weight:600;color:#041b2d;line-height:1.4}.tovar-instructions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.tovar-instructions-list li{font-size:.8rem;line-height:1.5;color:#76848f}.tovar-instructions-list li .num-title{display:block;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:700;color:#041b2d;margin-bottom:4px}.tovar-instructions-img{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(4,27,45,.02);border:1px solid #e6ecf2}.tovar-instructions-img svg{width:100%;height:auto;display:block}.tovar-doc-card{background-color:#fff;border:2px solid #e9eff3;border-radius:8px;padding:18px 24px;transition:all .25s ease;margin-bottom:10px}@media (max-width:768px){.tovar-doc-card{flex-direction:column;align-items:flex-start!important;gap:16px}.tovar-doc-card .btn-gem{width:100%;justify-content:center}}.tovar-doc-card__left{display:flex}.tovar-doc-card:hover{border-color:rgba(7,120,193,.25);box-shadow:0 6px 18px rgba(4,27,45,.03)}.tovar-doc-card__info{margin-left:2rem}.tovar-doc-card__info h4{font-size:1.1rem;margin-bottom:2rem}.tovar-doc-card__icon-wrapper{width:200px;height:200px;background-color:#f3f7f9;border-radius:6px;display:flex;align-items:center;justify-content:center}.tovar-doc-card__icon-wrapper img{width:100%}.tovar-doc-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.95rem;font-weight:700;color:#041b2d}.tovar-doc-card__meta{font-size:.75rem;color:#a8b2ba;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-transform:uppercase;display:block}.equipment{padding:60px 0;overflow:hidden;background-color:#f8f9fa}.equipment .container-main{border-radius:8px}.equipment .container{max-width:1300px;margin:0 auto;padding:0 15px;position:relative}.equipment__header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:40px}@media (max-width:768px){.equipment__header{flex-direction:column;gap:15px}}.equipment__title{font-size:32px;line-height:1.2;font-weight:700;max-width:550px;margin:0;color:#1a1a1a}@media (max-width:768px){.equipment__title{font-size:24px}}.equipment__text{font-size:16px;line-height:1.5;max-width:450px;margin:0;color:#666}.equipment-slider{width:100%;overflow:visible!important}.equipment-slider .swiper-slide{height:auto}.equipment-slide{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease;height:100%;display:flex;flex-direction:column}.equipment-slide:hover{transform:translateY(-5px)}.equipment-controls{display:flex;justify-content:space-between;align-items:center;margin-top:30px;padding:0 5px}@media (max-width:768px){.equipment-controls{margin-top:20px}}.equipment-pagination{font-size:16px;font-weight:500;color:#999;width:auto!important}.equipment-pagination .swiper-pagination-current{color:#1a1a1a;font-weight:700}.equipment-navigation{display:flex;gap:12px}.equipment-nav-btn{width:44px;height:44px;border-radius:8px;border:1px solid #e0e0e0;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;font-size:0;flex-shrink:0}.equipment-nav-btn::after{content:"";width:8px;height:8px;border-top:2px solid #1a1a1a;border-right:2px solid #1a1a1a;position:absolute}.equipment-nav-btn.equipment-prev::after{transform:rotate(-135deg);left:17px}.equipment-nav-btn.equipment-next::after{transform:rotate(45deg);right:17px}.equipment-nav-btn:hover{background-color:#1a1a1a;border-color:#1a1a1a}.equipment-nav-btn:hover::after{border-color:#fff}.equipment-nav-btn.swiper-button-disabled{opacity:.5;pointer-events:none}.equipment-slider{width:100%;overflow:visible!important;padding:10px 0}.equipment-slider .swiper-wrapper{align-items:stretch}.equipment-slider .swiper-slide{height:auto;opacity:.5;transition:opacity .3s ease,transform .3s ease;transform:scale(1)}.equipment-slider .swiper-slide.swiper-slide-visible{opacity:1;transform:scale(1)}.equipment-slider .swiper-slide.swiper-slide-fully-visible{opacity:1;transform:scale(1)}.equipment-slider .swiper-slide.swiper-slide-active,.equipment-slider .swiper-slide.swiper-slide-next,.equipment-slider .swiper-slide.swiper-slide-prev{opacity:1;transform:scale(1)}@media (max-width:768px){.equipment-slider .swiper-slide.swiper-slide-active,.equipment-slider .swiper-slide.swiper-slide-next,.equipment-slider .swiper-slide.swiper-slide-prev{opacity:.4;transform:scale(.9)}}.equipment-slide{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.equipment-slide:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.swiper-slide:not(.swiper-slide-visible) .equipment-slide:hover{transform:none}.equipment-slide__img{width:100%;height:540px;-o-object-fit:cover;object-fit:cover;display:block;background:#e9ecef}@media (max-width:768px){.equipment-slide__img{height:180px}}.equipment-slide__info{position:absolute;bottom:0;left:0;width:100%;background:rgba(7,120,193,.65);backdrop-filter:blur(4px);padding:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:2}.equipment-slide__name{font-size:1.1rem;letter-spacing:-2%;line-height:1.2;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;color:#fff;margin-bottom:0;display:block;max-width:80%}.equipment-slide__btn{align-self:flex-start;background:0 0;padding:0;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.equipment-slide__btn:hover{background:#333;transform:scale(1.05)}.equipment-slide__btn:active{transform:scale(.95)}.about-accordion-container{width:100%;margin:40px 0;overflow:hidden}.about-accordion-gallery{display:flex;gap:20px;width:100%;height:540px;margin-bottom:30px}@media (max-width:992px){.about-accordion-gallery{height:400px;gap:12px}}@media (max-width:768px){.about-accordion-gallery{height:320px;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}}.about-slide{position:relative;flex:1;min-width:130px;border-radius:12px;overflow:hidden;opacity:.75;cursor:pointer;transition:flex .6s cubic-bezier(.25,.8,.25,1),opacity .5s ease,filter .5s ease;filter:grayscale(30%)}@media (max-width:768px){.about-slide{flex:0 0 130px;scroll-snap-align:start;opacity:.9;filter:none}}.about-slide__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.about-slide::after{content:"";position:absolute;inset:0;background:rgba(4,27,45,.45);transition:opacity .5s ease;z-index:1;pointer-events:none}.about-slide__info{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(180deg,rgba(4,27,45,0) 0,rgba(4,27,45,.85) 100%);padding:30px 24px;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .4s ease,transform .4s ease;z-index:2}@media (max-width:768px){.about-slide__info{padding:16px}}.about-slide__name{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.25;display:block;letter-spacing:-.02em}@media (max-width:992px){.about-slide__name{font-size:1.1rem}}.about-slide:hover{opacity:.9;filter:grayscale(0)}.about-slide:hover .about-slide__img{transform:scale(1.03)}.about-slide.active{flex:5.6;opacity:1;filter:grayscale(0);cursor:default}@media (max-width:768px){.about-slide.active{flex:0 0 82%!important}}.about-slide.active::after{opacity:0}.about-slide.active .about-slide__img{transform:scale(1)}.about-slide.active .about-slide__info{opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .5s ease .25s,transform .5s ease .25s}.about-controls{display:flex;justify-content:space-between;align-items:center;margin-top:25px;padding:0 5px}.about-pagination{font-size:16px;font-weight:500;color:#9ca3af;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about-pagination .about-pagination-current{color:#0f111a;font-weight:700}.about-navigation{display:flex;gap:12px}.about-nav-btn{width:44px;height:44px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;outline:0}.about-nav-btn::after{content:"";width:8px;height:8px;border-top:2px solid #0f111a;border-right:2px solid #0f111a;position:absolute}.about-nav-btn.about-prev::after{transform:rotate(-135deg);left:17px}.about-nav-btn.about-next::after{transform:rotate(45deg);right:17px}.about-nav-btn:hover{background-color:#0f111a;border-color:#0f111a}.about-nav-btn:hover::after{border-color:#fff}.about-nav-btn:disabled{opacity:.4;pointer-events:none}.gem-stats-section{padding:80px 0;background-color:#f4f8fb;overflow:hidden}@media (max-width:768px){.gem-stats-section{padding:40px 0}}.gem-stats-tag-wrapper{display:flex;justify-content:center;margin-bottom:12px}.gem-stats-tag{background:#fff;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:6px 14px;border-radius:4px;text-transform:uppercase;border:1px solid #e5e7eb}.gem-stats-title{text-align:center;font-size:2.8rem;font-weight:700;color:#041b2d;margin-bottom:50px;letter-spacing:-.03em}@media (max-width:768px){.gem-stats-title{font-size:2rem;margin-bottom:30px}}.gem-stats-grid{display:grid;grid-template-columns:490px 620px 490px;justify-content:center;gap:20px;max-width:1600px;margin:0 auto}@media (max-width:1650px){.gem-stats-grid{grid-template-columns:1fr 1.25fr 1fr;padding:0 20px}}@media (max-width:992px){.gem-stats-grid{grid-template-columns:1fr 1fr}}@media (max-width:576px){.gem-stats-grid{grid-template-columns:1fr;gap:15px;padding:0 15px}}.gem-stats-col{display:flex;flex-direction:column;gap:7px;height:851px}@media (max-width:992px){.gem-stats-col{height:auto;gap:15px}}.gem-stats-card{background:#fff;border-radius:12px;padding:36px 30px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(4,27,45,.05);box-shadow:0 4px 20px rgba(4,27,45,.02);transition:transform .3s ease,box-shadow .3s ease}.gem-stats-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(4,27,45,.06)}@media (max-width:992px){.gem-stats-card{padding:24px;min-height:180px}}@media (max-width:576px){.gem-stats-card{min-height:auto}}.gem-stats-card__num{font-size:2.1rem;font-weight:700;line-height:1.15;color:#041b2d;margin:0 0 20px 0;letter-spacing:-.02em}@media (max-width:1200px){.gem-stats-card__num{font-size:1.8rem}}.gem-stats-card__text{font-size:.95rem;line-height:1.45;color:#4b5563;margin:0}.gem-stats-card--left-top{flex:1}.gem-stats-card--left-bottom{flex:1.6}.gem-stats-card--right-top{flex:1.25}.gem-stats-card--right-bottom{flex:1.35}.gem-stats-col--center .gem-stats-img-card{height:526px;border-radius:12px;overflow:hidden;flex-shrink:0}@media (max-width:992px){.gem-stats-col--center .gem-stats-img-card{height:350px}}@media (max-width:576px){.gem-stats-col--center .gem-stats-img-card{height:220px}}.gem-stats-col--center .gem-stats-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.gem-stats-col--center .gem-stats-card--center-bottom{height:318px;flex-shrink:0;justify-content:center}@media (max-width:992px){.gem-stats-col--center .gem-stats-card--center-bottom{height:auto;min-height:150px}}.gem-stats-col--center .gem-stats-card--center-bottom .gem-stats-card__num{margin:0;font-size:1.6rem}@media (max-width:1200px){.gem-stats-col--center .gem-stats-card--center-bottom .gem-stats-card__num{font-size:1.4rem}}@media (max-width:992px){.gem-stats-grid{grid-template-columns:1fr 1fr}.gem-stats-col{height:auto}.gem-stats-col--center{grid-column:1/span 2;display:grid;grid-template-columns:1.2fr 1fr;gap:15px}.gem-stats-col--center .gem-stats-img-card{height:100%;min-height:250px}.gem-stats-col--center .gem-stats-card--center-bottom{height:100%;min-height:250px}}@media (max-width:576px){.gem-stats-grid{grid-template-columns:1fr}.gem-stats-col--center{grid-column:auto;grid-template-columns:1fr;gap:15px}.gem-stats-col--center .gem-stats-img-card{height:200px;min-height:auto}.gem-stats-col--center .gem-stats-card--center-bottom{height:auto;min-height:120px;padding:30px 20px}}.gem-mission-section{padding:40px 0;background-color:#fff;overflow:hidden}@media (max-width:768px){.gem-mission-section{padding:20px 0}}.container-1720{max-width:1720px;margin:0 auto;padding:0 20px}@media (max-width:576px){.container-1720{padding:0 15px}}.gem-mission-banner{position:relative;width:100%;height:780px;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,rgba(4,27,45,.15) 0,rgba(4,27,45,.75) 100%),url(../img/about_banner.svg) no-repeat center center;background-size:cover;display:flex;align-items:flex-end;padding:80px 100px}@media (max-width:1200px){.gem-mission-banner{padding:60px 50px;height:600px}}@media (max-width:992px){.gem-mission-banner{padding:40px 30px;height:500px}}@media (max-width:768px){.gem-mission-banner{height:auto;min-height:450px;padding:40px 20px}}.gem-mission-content{width:100%;z-index:2}.gem-mission-title{color:#fff;font-size:3.2rem;font-weight:700;line-height:1.15;margin:0 0 50px 0;letter-spacing:-.03em;text-align:center}@media (max-width:1200px){.gem-mission-title{font-size:2.6rem;margin-bottom:40px}}@media (max-width:992px){.gem-mission-title{font-size:2.2rem;margin-bottom:30px}}@media (max-width:768px){.gem-mission-title{font-size:1.65rem;line-height:1.25;margin-bottom:35px;text-align:left}}.gem-mission-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;max-width:1200px;margin:0 auto}@media (max-width:768px){.gem-mission-bottom{flex-direction:column;align-items:flex-start;gap:25px;margin:0}}.gem-mission-desc{color:rgba(255,255,255,.85);font-size:1.1rem;line-height:1.5;max-width:450px;margin:0;letter-spacing:-.01em}@media (max-width:992px){.gem-mission-desc{font-size:.95rem;max-width:380px}}@media (max-width:768px){.gem-mission-desc{max-width:100%}}.gem-mission-download{background:#fff;border-radius:12px;padding:18px 24px;display:flex;align-items:center;gap:24px;text-decoration:none;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),background-color .2s ease}@media (max-width:992px){.gem-mission-download{padding:14px 20px;gap:16px}}@media (max-width:768px){.gem-mission-download{width:100%;justify-content:space-between}}.gem-mission-download__info{display:flex;flex-direction:column}.gem-mission-download__title{color:#041b2d;font-weight:600;font-size:1rem;line-height:1.25;margin-bottom:2px}@media (max-width:992px){.gem-mission-download__title{font-size:.9rem}}.gem-mission-download__meta{color:#9ca3af;font-size:.85rem;font-weight:500}@media (max-width:992px){.gem-mission-download__meta{font-size:.8rem}}.gem-mission-download__size{color:#9ca3af}.gem-mission-download__icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.gem-mission-download__icon svg path{transition:stroke .2s ease}.gem-mission-download:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15);background-color:#f9fafb}.gem-mission-download:hover .gem-mission-download__icon{transform:translateY(2px)}.fast{margin-top:5rem}.fast .block{border:3px solid #e6ecf2;border-radius:8px;padding:15px;display:flex;flex-direction:column;margin-bottom:1.4rem}.fast .block .item__pictures img{width:100%;height:100%}.fast .block .item__text{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.4rem;font-weight:600;letter-spacing:-5%;line-height:1;margin:1.4rem 0}.fast .block .item__description{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;display:flex;align-items:flex-end;margin-bottom:1.2rem}.fast .block .item__description p{margin:0;font-size:.8rem;margin-right:2rem}.projects-map-section{background-color:#f3f7f9;padding:80px 0}@media (max-width:992px){.projects-map-section{padding:40px 0}}.projects-map-section .section-title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2.5rem;font-weight:800;text-transform:uppercase;letter-spacing:-1.2px;color:#041b2d;margin-bottom:40px;line-height:1.15}@media (max-width:768px){.projects-map-section .section-title{font-size:1.8rem;margin-bottom:24px}}.projects-map-wrapper{position:relative;width:100%;min-height:600px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:flex-end;padding:30px}@media (max-width:992px){.projects-map-wrapper{flex-direction:column;justify-content:flex-start;padding:0;min-height:auto;overflow:visible}}#map-container{position:absolute;top:0;left:0;width:100%;height:100%;background:#f3f7f9;z-index:1}@media (max-width:992px){#map-container{position:relative;height:380px;border-radius:16px;overflow:hidden}}#map{width:100%;height:100%;background:0 0}.projects-card-wrapper{position:relative;z-index:10;width:100%;max-width:480px;background:#fff;border-radius:16px;padding:28px;box-shadow:0 12px 40px rgba(4,27,45,.08);border:1px solid rgba(4,27,45,.05)}@media (max-width:992px){.projects-card-wrapper{max-width:100%;margin-top:20px;padding:20px}}.swiper-projects{width:100%}.project-card__img-wrapper{width:100%;height:240px;border-radius:12px;overflow:hidden;background-color:#fafbfd;margin-bottom:20px}@media (max-width:576px){.project-card__img-wrapper{height:180px}}.project-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-card__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.15rem;font-weight:700;color:#041b2d;line-height:1.3;margin-bottom:6px;text-transform:uppercase}@media (max-width:576px){.project-card__title{font-size:1rem}}.project-card__city{font-size:.9rem;font-weight:600;color:#76848f;margin-bottom:14px}.project-card__desc{font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.85rem;line-height:1.5;color:rgb(12.3265306122,83.2040816327,138.6734693878);margin-bottom:24px;min-height:4.5rem}@media (max-width:992px){.project-card__desc{min-height:auto}}.project-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #e6ecf2}.project-card__counter{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.1rem;font-weight:700;color:#041b2d}.project-card__counter .total{color:#76848f;font-weight:500}.project-card__nav{display:flex;align-items:center;gap:10px}.project-nav-btn{width:40px;height:40px;border-radius:8px;background-color:#e9eff3;border:none;color:#041b2d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.project-nav-btn:hover:not(:disabled){background-color:#0778c1;color:#fff}.project-nav-btn:disabled{opacity:.4;cursor:not-allowed}.project-nav-btn svg{width:18px;height:18px}@keyframes markerPulse{0%{box-shadow:0 0 0 0 rgba(7,120,193,.6)}50%{box-shadow:0 0 0 10px rgba(7,120,193,0)}100%{box-shadow:0 0 0 0 rgba(7,120,193,0)}}@keyframes activeMarkerPulse{0%{box-shadow:0 0 0 0 rgba(7,120,193,.8)}50%{box-shadow:0 0 0 14px rgba(7,120,193,0)}100%{box-shadow:0 0 0 0 rgba(7,120,193,0)}}.custom-marker-wrapper{position:relative}.custom-marker{width:14px;height:14px;background:#fff;border:3px solid #0778c1;border-radius:50%;box-shadow:0 2px 8px rgba(7,120,193,.3);transition:all .25s ease;cursor:pointer;animation:markerPulse 2s infinite ease-in-out}.custom-marker:hover{transform:scale(1.35)}.custom-marker.active{background:#0778c1;border:3px solid #fff;box-shadow:0 0 0 4px rgba(7,120,193,.3);transform:scale(1.3);animation:activeMarkerPulse 2s infinite ease-in-out}.marker-label{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.8rem;font-weight:700;color:#041b2d;white-space:nowrap;pointer-events:none;background:rgba(255,255,255,.95);padding:3px 8px;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.1);display:none}.custom-marker-wrapper.active .marker-label,.custom-marker.active+.marker-label{display:block}.tovar-gallery{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.tovar-gallery__main{flex:1;min-width:0}.tovar-gallery__thumbs{order:2;display:flex;flex-direction:column;gap:8px;flex-shrink:0;overflow:visible!important;max-height:none!important}.tovar-gallery__thumb{transition:border-color .2s ease,opacity .2s ease,transform .2s ease;opacity:.7;border:2px solid transparent!important}.tovar-gallery__thumb:hover{opacity:1;transform:scale(1.05)}.tovar-gallery__thumb.is-active{opacity:1;border-color:#3182ce!important;box-shadow:0 0 0 2px rgba(49,130,206,.3);transform:scale(1.05)}#stl-viewer-container{background:#f1f4f8;border-radius:8px;overflow:hidden;min-height:300px;position:relative}#stl-viewer{width:100%;height:100%}.stl-badge{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:6px;padding:4px 10px;background:rgba(255,255,255,.85);border-radius:6px;font-size:11px;font-weight:600;color:#4a5568;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:3}.stl-badge .stl-badge-dot{width:8px;height:8px;background-color:#3182ce;border-radius:50%}.stl-viewer-controls{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.85);padding:6px 14px;border-radius:30px;gap:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:3}.stl-viewer-controls .btn{font-size:13px;padding:4px 12px;border:none;color:#374151}.stl-viewer-controls .btn:hover{background:rgba(0,0,0,.05)}@media (max-width:991px){.tovar-gallery{flex-direction:column!important;width:100%!important;max-width:100%!important}.tovar-gallery__main{width:100%!important;max-width:100%!important}.tovar-gallery__thumbs{flex-direction:row!important;justify-content:center;width:100%!important;max-height:none!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:6px 0;gap:8px!important}.tovar-gallery__thumbs button{flex-shrink:0}#stl-viewer-container{height:300px!important;min-height:250px;width:100%!important}}.sku-accordion-modern .sku-item{border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.sku-accordion-modern .sku-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.03)}.sku-accordion-modern .sku-item.is-open{border-color:#0778c1}.sku-accordion-modern .sku-item.is-open .sku-item__header{background:#f8fafc;border-bottom:1.5px solid #e2e8f0}.sku-accordion-modern .sku-item.is-open .sku-item__toggle-icon{background:#0778c1;color:#fff}.sku-accordion-modern .sku-item.is-open .sku-item__toggle-icon .sku-icon-vertical{opacity:0;transform:scale(0)}.sku-accordion-modern .sku-item__header{width:100%;padding:16px 20px;background:#fff;border:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;transition:background .2s ease}.sku-accordion-modern .sku-item__title{font-family:inherit;font-size:1.05rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.sku-accordion-modern .sku-mobile-acc-icon{width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#0778c1;font-size:1.4rem;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sku-accordion-modern .sku-item__content{padding:20px;background:#fff}@media (max-width:768px){.sku-accordion-modern .sku-item__content{padding:12px 8px}}.sku-accordion-modern .sku-item__content .table-responsive{overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%;display:block}.sku-accordion-modern .sku-table,.sku-accordion-modern .table,.sku-accordion-modern .tovar-table{width:100%!important;min-width:100%!important;border-collapse:collapse;font-size:.9rem}.sku-accordion-modern .sku-table thead tr,.sku-accordion-modern .table thead tr,.sku-accordion-modern .tovar-table thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.sku-accordion-modern .sku-table thead th,.sku-accordion-modern .table thead th,.sku-accordion-modern .tovar-table thead th{padding:12px 14px;font-weight:700;color:#475569;text-transform:uppercase;font-size:.78rem;letter-spacing:.5px}.sku-accordion-modern .sku-table tbody tr,.sku-accordion-modern .table tbody tr,.sku-accordion-modern .tovar-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .15s ease}.sku-accordion-modern .sku-table tbody tr:hover,.sku-accordion-modern .table tbody tr:hover,.sku-accordion-modern .tovar-table tbody tr:hover{background:#f8fafc}.sku-accordion-modern .sku-table tbody tr:last-child,.sku-accordion-modern .table tbody tr:last-child,.sku-accordion-modern .tovar-table tbody tr:last-child{border-bottom:none}.sku-accordion-modern .sku-table tbody td,.sku-accordion-modern .table tbody td,.sku-accordion-modern .tovar-table tbody td{padding:12px 14px;color:#1e293b;vertical-align:middle}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}body{margin:0;font-family:Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:#f3f7f9;color:#041b2d}main{padding:0 0}.container-header{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;max-width:1920px}.container-main{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;max-width:1600px}.demo-box{background:#fff;backdrop-filter:blur(10px);border:1px solid #e6ecf2;border-radius:12px;padding:24px;margin-bottom:20px;transition:transform .2s ease,border-color .2s ease}.demo-box:hover{transform:translateY(-2px);border-color:#0778c1}.demo-title{color:#0778c1;font-weight:700;margin-top:0}.sidebar{display:flex;width:100%;max-width:1920px;margin:0 auto;padding:0 60px;gap:10px}@media (max-width:992px){.sidebar{padding:0 15px}}.sidebar .container-main-nomargin{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;max-width:1920px;background:#e6ecf2;border-radius:8px;box-shadow:-5px 4px 7px 0 rgba(34,60,80,.25);background-image:url(/img/corob.svg);background-size:cover;background-position:0 center}.sidebar .container-main-nomargin .row{margin:5rem 3.4rem}@media (max-width:768px){.sidebar .container-main-nomargin .row{margin:2rem 1.5rem}}h1{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:3.6rem;font-weight:700;letter-spacing:-5%;text-transform:uppercase}@media (max-width:768px){h1{font-size:2.2rem}}.sidebar h2{font-size:1.6rem;letter-spacing:-2%;height:auto;min-height:5rem}.sidebar .btn-gem{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:100;max-width:339px;background:#0778c1}.advante{padding:1rem 0}.advante_box{border:1px solid #e9eff3;border-radius:8px;padding:1.9rem;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.advante_box p{display:flex;flex-wrap:wrap;flex-direction:column;align-content:space-between;align-items:stretch;font-weight:700;margin-left:1.6rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.advante_box p span{font-size:.8rem;font-weight:400}.finish-product{margin-top:4.6rem;margin-bottom:3.1rem}.finish-product .row{justify-content:space-around}.finish-product .row h2{font-weight:700;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2.8rem;line-height:1;text-transform:uppercase;margin-right:auto}.finish-product .row .button_spec{margin-left:auto}.catalog-box{display:grid;grid-template-rows:1fr auto;height:100%;min-height:564px;background:#e6ecf2;border-radius:8px}.catalog-box .btn-gem{max-width:349px}.catalog-box__tag{position:relative;background:#fff;font-size:.6rem;max-width:135px;height:24px;top:20px;left:20px;padding:5px;padding-right:10px;text-align:right}.catalog-box__container{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:flex-end;align-items:center;bottom:18px;position:relative}.catalog-box__title{text-align:center;line-height:1;font-size:1.5rem;font-weight:700;margin-bottom:1.8rem}.often-order{margin-top:3.8rem}.often-order h2{font-weight:700;text-transform:uppercase;font-size:1.6rem}.items{display:flex;background:#f3f7f9;padding:0}.items img{width:148px;height:148px;margin:.5rem .1rem}.items_content{display:flex;flex-direction:row;align-items:flex-start;padding:5px;border:2px solid #e9eff3;border-radius:8px;padding:0 .3rem;margin:.5rem}.items_content .btn-gem{text-transform:none;background:0 0;font-weight:500;justify-content:flex-start}.items_text{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin:.6rem}.items_content__tag{font-size:.6rem;background:#fff;padding:7px;margin-bottom:1rem;text-transform:uppercase;color:#76848f}.items_content__title{font-weight:500;line-height:1.1;font-size:1rem}.items_content__descriptions{font-size:.9rem;font-weight:600;max-width:64%;margin-bottom:1.6rem}.banner__order{margin-top:11.5rem}.banner__order h3{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:2.7rem;font-weight:500;letter-spacing:-5%;margin-bottom:4rem}.banner__order__two{margin-top:6rem}.banner__order__two .items{display:flex;justify-content:space-between;align-items:center;border:2px solid #e6ecf2}@media (max-width:768px){.banner__order__two .items{flex-direction:column;align-items:stretch}}.banner__order__two .items__slogan{display:flex;max-width:50%;height:100%;padding-left:2.3rem;font-size:2.7rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;letter-spacing:-2.5px;align-items:center;flex-direction:row}@media (max-width:768px){.banner__order__two .items__slogan{max-width:100%;font-size:1.6rem;padding:20px;text-align:center;letter-spacing:-1px}}.banner__order__two .items__pictures{display:flex;align-items:center;justify-content:center;width:100%;max-width:50%}@media (max-width:768px){.banner__order__two .items__pictures{max-width:100%}}.banner__order__two .items img{width:100%;max-width:491px;height:399px}@media (max-width:768px){.banner__order__two .items img{height:auto;max-height:250px}}.container_tuple .items_content{width:100%;padding-left:1.6rem;flex-direction:column}@media (max-width:768px){.container_tuple .items_content{padding-left:.8rem}}.container_tuple__tag{margin-top:1.4rem}.container_tuple__title{font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:64px;letter-spacing:-2.5px;text-transform:uppercase;line-height:.95;font-weight:600;margin-bottom:1.5rem}@media (max-width:768px){.container_tuple__title{font-size:44px;letter-spacing:-1.5px}}.designer{margin-top:6rem}.designer__content__title{display:flex;align-items:flex-start;justify-content:space-between}@media (max-width:768px){.designer__content__title{flex-direction:column;align-items:stretch}}.designer__content__title h2{font-size:2.8rem;font-family:"TikTok Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-transform:uppercase;font-weight:600}@media (max-width:768px){.designer__content__title h2{font-size:2rem;margin-bottom:1rem}}.designer__content__title .article{font-size:1.8rem;font-weight:600}@media (max-width:768px){.designer__content__title .article{font-size:1.25rem}}