@charset "UTF-8";@keyframes headerAppear{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modal-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}html{color:#131313;line-height:1.3;height:100%;width:100%;font-size:100%}*,body{margin:0}.wrapper,body{position:relative}body{font-family:var(--font-primary),sans-serif;font-weight:400;font-style:normal;background-color:#fff;overflow-x:hidden;font-variant:normal;font-feature-settings:normal;height:100%;font-size:100%}.wrapper{min-height:100%;display:flex;flex-direction:column}.header,body{width:100%}.content,img{max-width:100%}.content{flex:1 1 auto}.footer{width:100%}img{display:block;height:auto;vertical-align:top}a,h1,h2,h3,h4,h5,p,small,span,strong,sub{font-family:var(--font-primary),sans-serif;margin:0}a,p,small,span,strong,sub{font-weight:inherit;font-size:inherit;line-height:130%}.container{max-width:1280px;margin:0 auto}@media (min-width:1441px){.container{max-width:1440px}}@media (max-width:1190px) and (min-width:577px){.container{padding:0 40px}}@media (max-width:576px){.container{padding:0 20px}}.home-page-section{margin:0 0 72px}*{padding:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:0}a{color:inherit}a,a:hover,a:visited{text-decoration:none}aside,footer,header,nav{display:block}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}ul li{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}.footer{background-color:#131313;color:#fff}.footer__inner{display:grid;grid-template-columns:repeat(4,255px);justify-content:space-between;padding-top:56px;padding-bottom:56px}@media (max-width:1190px){.footer__inner{grid-template-columns:repeat(4,200px)}}.footer__col{display:flex;flex-direction:column}.footer__logo{max-width:240px;width:100%;display:inline-block;background-color:#e31522;color:#fff;font-size:24px;font-weight:700;padding:10px;border-radius:4px;text-decoration:none;margin-bottom:20px;align-self:flex-start}@media (max-width:1190px){.footer__logo{max-width:max-content;font-size:16px}}.footer__desc{font-size:20px;font-weight:400;color:#fff;line-height:1.5}@media (max-width:1440px){.footer__desc{font-size:16px}}.footer__accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;background:0 0;border:0;padding:0;cursor:default;color:#fff;font-size:20px;margin-bottom:20px;pointer-events:none}@media (max-width:1440px){.footer__accordion-trigger{font-size:16px}}.footer__accordion-icon{display:none;flex-shrink:0;transition:transform .3s ease}.footer__nav{display:flex;flex-direction:column;gap:12px}.footer__nav-link{font-size:20px;font-weight:400;color:#fff;text-decoration:none;line-height:1.4;transition:color .2s ease}@media (max-width:1440px){.footer__nav-link{font-size:16px}}.footer__nav-link:hover{color:#fff}.footer__subscribe{margin-top:32px;width:370px}@media (max-width:992px){.footer__subscribe{display:none}}.footer__subscribe-mobile{display:none}@media (max-width:992px){.footer__subscribe-mobile{display:block}}.footer__input{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}.footer__input::placeholder{color:rgba(255,255,255,.4)!important}.footer__input:focus{border-color:rgba(255,255,255,.5)!important}.footer__submit{color:rgba(255,255,255,.5);transition:color .2s ease}.footer__contact-link:hover,.footer__legal a:hover,.footer__submit:hover{color:#fff}.footer__subscribe-text{margin-top:12px;font-size:14px;color:#ccc;line-height:1.6}.footer__contacts{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}@media (max-width:992px){.footer__contacts{margin:0 0 46px}}.footer__contact{display:flex;align-items:flex-start;gap:12px}.footer__contact-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;color:#e31522;margin-top:2px}.footer__contact-link{font-size:20px;font-weight:400;color:#fff;text-decoration:none;transition:color .2s ease}@media (max-width:1440px){.footer__contact-link{font-size:16px}}.footer__contact-address{font-size:20px;font-style:normal;color:#fff;line-height:1.5}@media (max-width:1440px){.footer__contact-address{font-size:16px}}.footer__bottom{border-top:1px solid #fff}.footer__bottom-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding-top:20px;padding-bottom:20px}.footer__copy{font-size:12px;color:#fff;white-space:nowrap;flex-shrink:0}.footer__legal{font-size:12px;color:#fff;line-height:1.6;flex:1 1 58%;max-width:58%;text-align:right}@media (max-width:992px){.footer__legal{flex:1 1 auto;max-width:100%;text-align:left}}.footer__legal a{color:#fff;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}@media (max-width:992px){.footer__inner{grid-template-columns:1fr;gap:0;padding-top:32px;padding-bottom:32px}.footer__col{border-bottom:1px solid #fff;padding-bottom:0}.footer__col--brand,.footer__col--contacts{border-bottom:none;padding:24px 0 16px}.footer__desc{margin-top:4px}.footer__accordion-trigger{pointer-events:auto;cursor:pointer;padding:20px 0;margin-bottom:0}.footer__accordion-trigger[aria-expanded=true] .footer__accordion-icon{transform:rotate(180deg)}.footer__accordion-icon{display:block}.footer__nav{gap:16px}.footer__accordion-trigger[aria-expanded=true]~.footer__nav{max-height:600px;opacity:1;padding-bottom:20px}.footer__nav,.footer__subscribe{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease}.footer__accordion-trigger[aria-expanded=true]~.footer__nav~.footer__subscribe,.footer__accordion-trigger[aria-expanded=true]~.footer__subscribe{max-height:300px;opacity:1;padding-bottom:20px}.footer__col--contacts{padding-top:34px}.footer__bottom-inner{flex-direction:column;gap:12px;padding-top:20px;padding-bottom:20px}}.header-top-wrapper{background:#131313;z-index:1}@media (max-width:1190px){.header-top-wrapper{display:none}}.header-top{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.header-top__address{color:#fff;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;cursor:pointer}.header-top__menu-list{color:#fff;display:flex;align-items:center;gap:24px}.header-top__menu-item{display:flex;align-items:center;gap:8px;cursor:default}.header-top__menu-item:hover .header-top__menu-item-arrow{transform:rotate(180deg)}.header-top__menu-item-text{font-size:14px;font-weight:700}.header-top__menu-item-arrow{max-width:16px;width:100%;transition:all .3s ease}.header-top__contact,.header-top__contacts{color:#fff;display:flex;align-items:center;gap:24px}.header-top__contact{gap:8px;font-size:14px;font-weight:700;cursor:pointer}.header-top__buttons{display:flex;align-items:center;gap:24px}.header-wrapper{height:62px}.header,.header.sticky{position:relative;z-index:10;background:#131313;box-shadow:0 4px 6px 0 rgba(0,0,0,.5)}.header.sticky{position:fixed;top:0;left:0;width:100%;z-index:999;box-shadow:0 4px 6px 0 rgba(0,0,0,.5019607843);animation:headerAppear .3s ease}.header-desktop{display:flex;align-items:center;justify-content:space-between;padding:4px 0}@media (max-width:767px){.header-desktop{display:none}}.header-desktop__logo{max-width:200px;width:100%}@media (max-width:1190px){.header-desktop__logo{max-width:130px}.header-desktop__logo .btn{height:32px;padding:10px;font-size:12px}.header-desktop__burger .btn{height:32px;padding:8.5px 32px;font-size:12px}}.header-desktop__search{max-width:310px;width:100%}.header-desktop__search .input{height:40px;padding:10px 24px}@media (max-width:1190px){.header-desktop__search .input{font-size:12px;height:32px}}@media (min-width:1441px){.header-desktop__search{max-width:450px}}@media (max-width:1190px){.header-desktop__search{max-width:230px}.header-desktop__login .btn{height:32px;padding:8.5px 32px;font-size:12px}}.header-desktop__products-row,.product-item{display:flex;align-items:center;gap:30px}.product-item{flex-direction:column;gap:2px;cursor:pointer}.product-item__icon{position:relative;max-width:48px;width:100%}@media (max-width:1440px){.product-item__icon{max-width:32px}}.product-item__counter{width:20px;height:20px;position:absolute;top:0;right:0;z-index:2;background:#b2b2b2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}@media (max-width:1440px){.product-item__counter{width:16px;height:16px;top:2px;right:-4px}}.product-item__counter.active{background:#e31522}.product-item__text{display:none;color:#fff;font-size:12px;font-weight:700}@media (max-width:1440px){.product-item__text{display:block}}@media (max-width:1190px){.product-item__text{display:none}}@media (min-width:768px){.header-mobile{display:none}}.header-mobile__top{width:100%;padding:8px 0;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5;background:rgba(19,19,19,.5);box-shadow:0 4px 6px 0 rgba(0,0,0,.5)}.header-mobile__burger{max-width:22px;width:100%;cursor:pointer}.header-mobile__logo{max-width:max-content;cursor:pointer}.header-mobile__logo .btn{height:36px;padding:12px 10px;font-size:10px;border-radius:8px}.header-mobile__bottom{background:#131313;padding:8px 20px;position:fixed;left:0;right:0;transition:all .3s ease;will-change:transform;visibility:hidden;transform:translateY(-52px);opacity:0;z-index:10}.header-mobile__bottom.active{visibility:visible;transition:all .3s ease;transform:translateY(0);opacity:1}.header-mobile__search input{height:36px}.header-mobile .product-item__icon{max-width:20px}.title-wrap{margin:0 0 48px}@media (max-width:1440px){.title-wrap{margin:0 0 40px}}.title{display:flex;flex-direction:column;gap:16px}.title__title{font-size:58px;font-weight:700}@media (max-width:1440px){.title__title{font-size:40px}}.title__sub-title{font-size:20px;font-weight:400}@media (max-width:1440px){.title__sub-title{font-size:16px}}.title--black{color:#131313}.title--white{color:#fff}.title-secondary{display:flex;flex-direction:column;gap:16px}.title-secondary__title{font-size:24px;font-weight:700}.btn,.btn__icon{display:inline-flex;align-items:center;justify-content:center}.btn{gap:10px;text-align:center;white-space:nowrap;user-select:none;cursor:pointer;border:0;border-radius:56px;font-weight:700;line-height:normal;transition:opacity .3s ease,background-color .3s ease}.btn__icon{flex-shrink:0}.btn--loading{cursor:wait;opacity:.8;pointer-events:none}.btn--disabled,.btn:disabled{cursor:not-allowed;pointer-events:none}.btn-primary{color:#fff;background-color:#e31522}.btn-primary:hover{background-color:#c9000d;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.btn-primary:active{box-shadow:0 6px 6px 0 rgba(0,0,0,.5) inset}.btn-primary.btn--disabled,.btn-primary:disabled{opacity:.6}.btn-secondary{color:#131313;background-color:#f6f6f6;border:1px solid #e31522}.btn-secondary:hover{background-color:#e3e3e3;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.btn-secondary:active{box-shadow:0 4px 4px 0 rgba(0,0,0,.25) inset}.btn-secondary.btn--disabled,.btn-secondary:disabled{opacity:.6}.btn-lg,.btn-md{font-size:14px;padding:14px 32px}.btn-lg .btn__icon{width:24px}.btn-md{padding:10px 32px}.btn-md .btn__icon,.btn-sm .btn__icon{width:20px}.btn-sm{font-size:12px;padding:10px 24px}.btn-logo{max-width:240px;width:100%;display:inline-block;background-color:#e31522;color:#fff;font-size:20px;font-weight:700;padding:7.5px 10px;border-radius:4px;text-decoration:none;align-self:flex-start}.input-wrap{display:flex;flex-direction:column;width:100%;position:relative}.input-label{font-size:14px;font-weight:400;line-height:1;color:#666;margin:0 0 6px}.input,.input-group{position:relative;width:100%}.input{height:44px;font-size:16px;font-weight:400;line-height:1;color:#131313;background:#fff;border:1px solid #b2b2b2;border-radius:100px;padding:12px 24px;z-index:3;transition:border-color .2s ease;outline:0}.input-group--icon-left .input{padding-left:46px}.input-group--icon-right .input{padding-right:46px}.input-group--icon-left.input-group--icon-right .input{padding-left:46px;padding-right:46px}.input:focus{border-color:#e31522}.input::placeholder{color:#666;opacity:1;transition:opacity .2s ease}.input:-ms-input-placeholder{color:#666;opacity:1}.input::-ms-input-placeholder{color:#666;opacity:1}.input:focus::placeholder,.textarea:focus::placeholder{opacity:0}.textarea{width:100%;min-height:140px;resize:vertical;font-size:16px;font-weight:400;line-height:1.5;color:#131313;background:#fff;border:1px solid #b2b2b2;border-radius:24px;padding:14px 24px;position:relative;z-index:3;transition:border-color .2s ease;outline:0;overflow:hidden}.textarea:focus{border-color:#e31522}.textarea::placeholder{color:#666;opacity:1;transition:opacity .2s ease}.textarea:-ms-input-placeholder{color:#666;opacity:1}.textarea::-ms-input-placeholder{color:#666;opacity:1}.input-group--success .input{border-color:#3fa535}.input-group--error .input{border-color:#e74040}.input-group--disabled .input{background:#f6f6f6;color:#b2b2b2;cursor:not-allowed;pointer-events:none}.input-error{font-size:12px;font-weight:400;color:#e74040;margin:4px 0 0 12px;display:none}.input-group--error~.input-error{display:block}.input-icon{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;z-index:5;color:#b2b2b2;pointer-events:none}.input-icon svg{width:100%;height:100%}.input-icon--left{left:16px}.input-icon--right{right:16px}.input-icon--clickable{pointer-events:auto;cursor:pointer}.input-icon--clickable:hover{color:#131313}.input-group--floating .input{height:52px;padding-top:20px;padding-bottom:8px}.input-group--floating .input:focus::placeholder,.input-group--floating .input:not(:placeholder-shown)::placeholder{opacity:0}.input-group--floating .input-floating-label{position:absolute;left:24px;top:50%;transform:translateY(-50%);font-size:16px;color:#666;pointer-events:none;z-index:4;transition:top .2s ease,font-size .2s ease,color .2s ease;transform-origin:left center;white-space:nowrap}.input-group--floating .input:focus~.input-floating-label,.input-group--floating .input:not(:placeholder-shown)~.input-floating-label{top:10px;transform:translateY(0);font-size:10px;color:#e31522}.input-group--floating.input-group--success .input:focus~.input-floating-label,.input-group--floating.input-group--success .input:not(:placeholder-shown)~.input-floating-label{color:#3fa535}.input-group--floating.input-group--error .input:focus~.input-floating-label,.input-group--floating.input-group--error .input:not(:placeholder-shown)~.input-floating-label{color:#e74040}input[type=date]::placeholder{color:#666;opacity:1}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:5}::-ms-reveal{display:none}.select{position:relative;width:100%;user-select:none}.select__native{display:none}.select__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:44px;padding:12px 20px 12px 24px;background:#fff;border:1px solid #b2b2b2;border-radius:100px;font-size:16px;font-weight:400;color:#131313;cursor:pointer;text-align:left;transition:border-color .2s ease;outline:0}.select__trigger:hover{border-color:#8c8c8c}.select__trigger-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666}.select--has-value .select__trigger-text{color:#131313}.select__trigger-icon{flex-shrink:0;color:#b2b2b2;transition:transform .25s ease}.select--open .select__trigger{border-color:#e31522}.select--open .select__trigger-icon{transform:rotate(180deg)}.select__dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #eaeaea;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);z-index:100;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.select--open .select__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.select__search-wrap{padding:12px 12px 8px;border-bottom:1px solid #eaeaea}.select__search{width:100%;height:36px;padding:8px 16px;font-size:14px;font-weight:400;color:#131313;background:#f6f6f6;border:1px solid transparent;border-radius:100px;outline:0;transition:border-color .2s ease}.select__search::placeholder{color:#b2b2b2}.select__search:focus{border-color:#b2b2b2}.select__list{list-style:none;margin:0;padding:8px 0;max-height:280px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#eaeaea transparent}.select__list::-webkit-scrollbar{width:4px}.select__list::-webkit-scrollbar-track{background:0 0}.select__list::-webkit-scrollbar-thumb{background:#eaeaea;border-radius:2px}.select__option{display:flex;align-items:center;gap:12px;padding:10px 16px;font-size:16px;font-weight:400;color:#131313;cursor:pointer;transition:background .15s ease}.select__option:hover{background:#f6f6f6}.select__option--hidden{display:none}.select__option--selected .select__option-checkbox{background:#e31522;background-color:#e31522;border-color:#e31522}.select__option--selected .select__option-checkbox::after{opacity:1;display:block}.select__option-checkbox{flex-shrink:0;position:relative;height:20px;width:20px;background-color:#fff;border-radius:6px;border:1px solid #b2b2b2;transition:background-color .15s ease,border-color .15s ease}.select__option-checkbox::after{content:"";position:absolute;display:none;top:5px;left:4px;width:11px;height:8px;background-image:url(/local/templates/srservis/images/icons/arrow/arrow-checkbox.svg);background-repeat:no-repeat;background-position:center}.select__option-label{flex:1;line-height:1.4}.select__empty{padding:16px;font-size:14px;color:#b2b2b2;text-align:center;display:none}.select__empty--visible{display:block}.checkbox-line{display:flex;align-items:center;position:relative;cursor:pointer;line-height:150%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-line__text{font-weight:400;font-size:14px;line-height:20px;letter-spacing:.1px;color:#131313;margin-left:10px}.checkbox-line input{position:absolute;opacity:0;cursor:pointer}.custom-box{position:absolute;top:0;right:0;height:20px;width:20px;background-color:#fff;border-radius:6px;border:1px solid #131313}.checkbox-line input:checked~.custom-box{background-color:#e31522;border:0}.custom-box:after{content:"";background-image:url(/local/templates/srservis/images/icons/arrow/arrow-checkbox.svg);background-repeat:no-repeat;background-position:center;position:absolute;display:none}.checkbox-line input:checked~.custom-box:after{display:block}.checkbox-line .custom-box:after{top:6px;left:5px;width:11px;height:8px}.modal{padding:0;border:0;width:480px;max-width:90vw;margin:auto}.modal::backdrop{background:rgba(0,0,0,.4);backdrop-filter:blur(2px)}.modal[open]{animation:modal-in .2s ease}.modal--cart{width:920px;max-width:90vw;border-radius:16px;padding:0;border:0}.modal__inner{position:relative;padding:48px}.modal__close{position:absolute;top:16px;right:16px;background:0 0;border:0;cursor:pointer;color:#b2b2b2;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modal__close:hover{color:#131313}.cart-popup__title{padding:10px;color:#131313;font-size:24px;font-weight:700;margin:0 0 24px}.cart-popup__buttons{display:flex;align-items:center;justify-content:center;gap:20px}.cart-popup__buttons .btn{min-width:220px}.content-shadow{max-width:100%;height:100%;background:#000;position:absolute;top:0;left:0;right:0;bottom:0;opacity:.3;display:none;z-index:10}.overflow-hidden{position:relative;overflow:hidden!important}.overflow-hidden .content-shadow{display:block}.breadcrumb-wrap{margin:20px 0 36px}@media (max-width:1440px){.breadcrumb-wrap{margin:20px 0 24px}}@media (max-width:992px){.breadcrumb-wrap{margin:14px 0 0}}.breadcrumb{display:flex;flex-direction:row;flex-wrap:wrap}.breadcrumb__item{float:left;white-space:nowrap;line-height:1.3;vertical-align:middle;margin:0 12px 12px 0;display:flex;align-items:center}.breadcrumb__item.last{overflow:hidden;text-overflow:ellipsis}.breadcrumb__item span{font-size:16px;white-space:nowrap}@media (max-width:1440px){.breadcrumb__item span{font-size:14px}}.breadcrumb svg{vertical-align:middle;margin-right:12px}@media (max-width:1440px){.breadcrumb svg{width:12px;line-height:0}}.breadcrumb__link{border-bottom:0;color:#666}.banner-wrap{position:relative;margin:-115px 0 72px;padding:115px 0 40px;border-radius:0 0 100px 100px;background:#010301;height:950px}@media (max-width:1440px){.banner-wrap{height:800px}}.banner-image-block{position:absolute;width:750px;top:85px;right:0}@media (max-width:1440px){.banner-image-block{width:650px;top:80px}}.banner{position:relative;padding:145px 0 60px;width:100%;display:flex;flex-direction:column}.banner__text-block{align-items:center;justify-content:center;flex:1 1 80%;max-width:80%;z-index:5}.banner__hero{color:#fff;font-size:70px;font-weight:700;margin:0 0 72px;line-height:1.3}@media (max-width:1440px){.banner__hero{font-size:58px;margin:0 0 60px}}.banner__text{color:#fff;font-size:24px;font-weight:400;margin:0 0 72px}@media (max-width:1440px){.banner__text{font-size:20px}}.banner__circle{position:absolute;right:20px;bottom:-80px;z-index:4}@media (max-width:1440px){.banner__circle{right:120px;bottom:-40px}}.banner__socials{display:flex;align-items:center;gap:24px;position:absolute;right:-10px;bottom:-180px;z-index:5}@media (max-width:1440px){.banner__socials{bottom:-80px}}.catalog-filter__title{font-size:40px;font-weight:700;margin:0 0 20px}.catalog-filter__selector-block{margin:0 0 24px}.catalog-filter__selector-row{display:flex;margin:0-12px;flex-wrap:wrap}.catalog-filter__selector-col{padding:0 12px;flex:1 1 25%;max-width:25%;margin:0 0 10px}.catalog-filter__result-button{margin:0 0 48px}.catalog-filter__result-button .btn{width:100%}.catalog-filter__sort-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.catalog-filter__sort-block{display:flex;align-items:center;gap:16px}.catalog-filter__text{font-size:16px}.catalog-filter__limit-block,.limit-item,.sort-item{display:flex;align-items:center;gap:16px}.limit-item,.sort-item{padding:8px 12px;justify-content:center;gap:10px;color:#131313;font-size:16px;background:0 0;border-radius:48px;border:1px solid #39393a;cursor:pointer}.sort-item:hover{box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.sort-item.active{background:#e31522;border:1px solid #e31522;color:#fff;cursor:default}.limit-item.active:hover,.sort-item.active:hover{box-shadow:none}.limit-item{border-radius:4px}.limit-item:hover{box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.limit-item.active{background:#e31522;border:1px solid #e31522;color:#fff;cursor:default}.catalog-section-row{display:flex;margin:0-12px;flex-wrap:wrap;row-gap:32px}.catalog-section-col{flex:1 1 33.3333333333%;max-width:33.3333333333%;padding:0 12px;display:flex}.catalog-section-col--4{flex:1 1 25%;max-width:25%}.catalog-section{width:100%;display:flex;flex-direction:column;height:300px;position:relative;padding:28px;border-radius:16px;background:rgba(19,19,19,.7);cursor:pointer}.catalog-section__text-block{display:flex;flex-direction:column;gap:20px}.catalog-section__group-name,.catalog-section__title{max-width:170px;color:#eaeaea;font-size:20px;font-weight:700;line-height:1.3}.catalog-section__group-name{max-width:160px}.catalog-section__group-name.group-name-width{max-width:270px}.catalog-section__section-name{color:#fff;font-size:16px;margin:0 0 12px}.catalog-section__image{max-width:350px;position:absolute;bottom:0;right:0}.catalog-section__image img{border-radius:0 0 16px 0}.catalog-table-wrap{width:100%;overflow-x:auto;border-radius:12px;border:1px solid #ebebeb;margin:0 0 100px;scrollbar-width:thin;scrollbar-color:#eaeaea transparent}@media (max-width:1440px){.catalog-table-wrap{margin:0 0 48px}}.catalog-table-wrap::-webkit-scrollbar{height:4px}.catalog-table-wrap::-webkit-scrollbar-track{background:0 0}.catalog-table-wrap::-webkit-scrollbar-thumb{background:#eaeaea;border-radius:2px}.catalog-table{width:100%;border-collapse:collapse;table-layout:fixed}.catalog-table .catalog-table__col--article{width:260px}.catalog-table .catalog-table__col--r{width:60px}.catalog-table .catalog-table__col--type{width:110px}.catalog-table .catalog-table__col--material{width:120px}.catalog-table .catalog-table__col--l{width:60px}.catalog-table .catalog-table__col--d{width:70px}.catalog-table .catalog-table__col--s{width:60px}.catalog-table .catalog-table__col--d1{width:70px}.catalog-table .catalog-table__col--price{width:100px}.catalog-table .catalog-table__col--qty{width:180px}.catalog-table__head{border-bottom:1px solid #ebebeb}.catalog-table__th{padding:24px 16px;font-size:16px;font-weight:700;color:#39393a;text-align:center;line-height:1.3;vertical-align:middle;white-space:normal}.catalog-table__th:first-child{text-align:center;padding-left:16px}.catalog-table__row--body{border-bottom:1px solid #ebebeb;transition:background .15s ease}.catalog-table__row--body:last-child{border-bottom:none}.catalog-table__row--body:hover{background:#fafafa}.catalog-table__td{padding:16px;font-size:16px;font-weight:400;color:#131313;text-align:center;vertical-align:middle}.catalog-table__td:first-child{padding-left:16px}.catalog-table__article{display:flex;align-items:flex-start;gap:10px;text-align:left}.catalog-table__image-wrap{flex-shrink:0;width:48px;height:48px;border-radius:6px;overflow:hidden;background:#f6f6f6}.catalog-table__image{width:100%;height:100%;object-fit:cover}.catalog-table__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.catalog-table__tags{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.catalog-table__name{font-size:16px;font-weight:700;color:#131313;text-decoration:none;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-table__name:hover{color:#e31522}.catalog-table__code{font-size:14px;color:#b2b2b2;font-weight:400}.catalog-table__actions{display:flex;align-items:center;gap:8px;margin-top:2px;flex-direction:column}.catalog-table__action{display:inline-flex;align-items:center;justify-content:center;background:0 0;border:0;padding:0;cursor:pointer;color:#b2b2b2;transition:color .15s ease}.catalog-table__action:hover{color:#131313}.catalog-table__val{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-table__price{font-size:16px;font-weight:700;color:#131313;white-space:nowrap}.catalog-table__qty-block{display:flex;flex-direction:column;align-items:center;gap:6px}.catalog-table__qty-block .qty-counter{gap:10px}.catalog-table__qty-block .qty-counter__input{font-size:16px;width:16px}.catalog-table__qty-block .qty-counter__btn{width:28px;height:20px;font-size:16px}.catalog-table__qty-block .qty-counter__btn span{margin:0!important}.catalog-table__qty-row{width:100%;display:flex;align-items:center;justify-content:space-between}.catalog-table__qty-row .btn{padding:2.5px 11.5px;height:20px;font-size:12px;margin:0 0 0 7px}.catalog-table__cart-btn{width:100%;white-space:nowrap}.catalog-table__stock{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:400}.catalog-table__stock--in{color:#3fa535}.catalog-table__stock--wait{color:#f59e0b}.catalog-table__stock--order{color:#009fe3}.catalog-table__stock--out{color:#e74040}.catalog-table__stock-qty{font-size:10px;color:#b2b2b2}.catalog-tag{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700;white-space:nowrap}.catalog-tag--green{background:#32eb72;color:#fff}.catalog-tag--red{background:#e31522;color:#fff}.catalog-tag--blue{background:#009fe3;color:#fff}.catalog-tag--orange{background:#f59e0b;color:#fff}.catalog-alloys{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.catalog-alloy{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;font-size:10px;font-weight:700;color:#fff}.catalog-alloy--p{background:#009fe3}.catalog-alloy--n{background:#3fa535}.catalog-alloy--m{background:#ffed00;color:#131313}.catalog-alloy--k{background:#cd1719}.catalog-alloy--s{background:#ef791e}.catalog-alloy--h{background:#9e9e9e}@media (max-width:1190px){.catalog-table .catalog-table__col--d,.catalog-table .catalog-table__col--d1,.catalog-table .catalog-table__col--l,.catalog-table .catalog-table__col--r,.catalog-table .catalog-table__col--s,.catalog-table__col--optional{display:none}.catalog-table .catalog-table__col--article{width:auto}.catalog-table .catalog-table__col--material,.catalog-table .catalog-table__col--type{width:120px}.catalog-table .catalog-table__col--price{width:110px}.catalog-table .catalog-table__col--qty{width:190px}}.catalog-element__top{margin:0 0 72px}@media (max-width:1440px){.catalog-element__top{margin:0 0 48px}}.catalog-element__tabs{margin:0 0 48px}.catalog-element-top__row{display:flex;margin:0-12px}.catalog-element-top__col{display:flex;flex-direction:column;padding:0 12px;flex:1 1 50%;max-width:50%}.catalog-element-top__title{color:#131313;font-size:24px;font-weight:700;display:flex;gap:20px;align-items:flex-start;justify-content:space-between;margin:0 0 28px}.catalog-element-top__share{max-width:22px;cursor:pointer}.catalog-element-top__share svg{line-height:0;width:100%}.catalog-element-top__block-row{display:flex;gap:24px;height:100%}.catalog-element-top__block{display:flex;flex:1 1 50%;max-width:50%}.product-gallery{padding:30px 24px;border-radius:12px;box-shadow:0 4px 6px 0 rgba(0,0,0,.25);background:#fff;position:relative;height:100%;display:flex}.product-gallery__image-wrap{width:100%;display:flex;align-items:center;justify-content:center}.product-gallery__image{max-width:500px;width:100%;height:100%;object-fit:contain}.product-gallery__badge{position:absolute;top:20px;left:20px;z-index:2}.product-gallery__actions{position:absolute;top:20px;right:20px;display:flex;gap:10px;z-index:2}.product-block{width:100%;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 4px 6px 0 rgba(0,0,0,.25);padding:48px 20px;background:#fff}.product-block__title{color:#131313;font-size:20px;font-weight:700;margin:0 0 32px}@media (max-width:1440px){.product-block__title{font-size:16px}}.product-block__secondary-title{color:#666;font-size:20px;font-weight:700;margin:0 0 18px}@media (max-width:1440px){.product-block__secondary-title{font-size:16px}}.product-block__list{flex:1 1 auto;list-style:none;display:flex;flex-direction:column;color:#131313;font-size:16px;margin:0 0 24px}.product-block__char-row{display:flex;align-items:flex-end;gap:4px;padding:8px 0}.product-block__dots{flex:1;border-bottom:1px dotted #b2b2b2;margin-bottom:3px;min-width:16px}.product-block__val{text-align:right;flex-shrink:0}.product-block__price{color:#39393a;font-size:40px;font-weight:700;margin:0 0 24px}.product-block__buttons{display:flex;flex-direction:column;gap:24px}.product-block__status{flex:1 1 auto}.product-block__qty-counter{margin:0 0 24px}.product-block__qty-counter .qty-counter{justify-content:space-between}.product-detail__top{display:grid;gap:24px;grid-template-columns:2fr 1fr 1fr;grid-template-areas:"gallery title title""gallery chars buy"}@media (max-width:1024px){.product-detail__top{grid-template-columns:1fr 1fr;grid-template-areas:"title   title""gallery gallery""chars   buy"}}@media (max-width:768px){.product-detail__top{grid-template-columns:1fr;grid-template-areas:"title""gallery""chars""buy"}}.product-detail__gallery{border-radius:12px;border:1px solid #f6f6f6;box-shadow:0 4px 6px 0 rgba(0,0,0,.25);padding:28px 20px;background:#fff;grid-area:gallery;position:relative;min-width:0}.product-detail__gallery-tags{position:absolute;top:20px;left:20px;display:flex;gap:6px;z-index:2}.product-detail__gallery-actions{position:absolute;top:20px;right:20px;display:flex;gap:10px;z-index:2}.product-detail__image-wrap{width:100%;display:flex;align-items:center;justify-content:center}.product-detail__image{width:100%;height:100%;object-fit:contain}.product-detail__title-block{border-radius:12px;border:1px solid #f6f6f6;box-shadow:0 4px 6px 0 rgba(0,0,0,.25);padding:28px 20px;background:#fff;grid-area:title;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.product-detail__title{font-size:20px;font-weight:700;color:#131313;line-height:1.3;margin:0}.product-detail__share{flex-shrink:0;background:0 0;border:0;cursor:pointer;color:#b2b2b2;padding:0;display:flex;align-items:center;transition:color .2s ease}.product-detail__share:hover{color:#131313}.product-detail__chars-block{border-radius:12px;border:1px solid #f6f6f6;box-shadow:0 4px 6px 0 rgba(0,0,0,.25);padding:28px 20px;background:#fff;grid-area:chars;display:flex;flex-direction:column;gap:28px}.product-detail__chars-title{font-size:20px;font-weight:700;color:#131313;margin:0}.product-detail__chars-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.product-detail__char{display:flex;align-items:baseline;gap:4px;padding:8px 0;border-bottom:1px solid #eaeaea}.product-detail__char:last-child{border-bottom:none}.product-detail__char-name{font-size:14px;font-weight:400;color:#666;flex-shrink:0}.product-detail__char-dots{flex:1;border-bottom:1px dotted #eaeaea;margin-bottom:3px;min-width:16px}.product-detail__char-val{font-size:14px;font-weight:400;color:#131313;text-align:right;flex-shrink:0}.product-detail__chars-btns{display:flex;flex-wrap:wrap;gap:10px}.product-detail__buy-block{border-radius:12px;border:1px solid #f6f6f6;box-shadow:0 4px 6px 0 rgba(0,0,0,.25);padding:28px 20px;background:#fff;grid-area:buy;display:flex;flex-direction:column;gap:12px}.product-detail__price-label{font-size:14px;color:#666;font-weight:400;margin:0}.product-detail__price{font-size:58px;font-weight:700;color:#131313;line-height:1;margin:0}@media (max-width:1440px){.product-detail__price{font-size:40px}}.product-detail__stock{display:flex;align-items:center;gap:6px;font-size:12px}.product-detail__counter{width:100%}.product-detail__counter .qty-counter__input{flex:1}.product-detail__counter .qty-counter__btn{width:40px}.product-detail__cart-btn{width:100%;gap:8px}.product-detail__one-click-btn{width:100%;background:0 0;border:1px solid #b2b2b2;border-radius:100px;color:#131313;height:44px;cursor:pointer;font-size:14px;transition:border-color .2s ease}.product-detail__one-click-btn:hover{border-color:#131313}.product-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:24px}.product-tabs__btn{display:inline-flex;align-items:center;height:40px;padding:0 20px;background:0 0;border:1px solid #b2b2b2;border-radius:100px;font-size:14px;font-weight:400;color:#666;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.product-tabs__btn:hover{border-color:#131313;color:#131313}.product-tabs__btn--active{border-color:#e31522;color:#e31522;font-weight:700;cursor:default}.product-tabs__btn--active:hover{box-shadow:none;background-color:#f6f6f6}.product-tabs__content{background:#fff;border-radius:16px;border:1px solid #eaeaea;padding:32px}.product-tabs__pane{display:none}.product-tabs__pane--active{display:block}.product-description{display:flex;gap:48px}.product-description__block{flex:1;min-width:0;display:flex;flex-direction:column}.product-description__subtitle{font-size:16px;font-weight:700;color:#131313;margin:0 0 24px}.product-description__features{margin:0 0 48px}.product-description__feature-list li,.product-description__feature-title{color:#131313;font-size:16px;line-height:1.3}.product-description__chars{list-style:none;padding:0;margin:0}.product-description__char{display:flex;align-items:baseline;margin:0 0 16px}.product-description__char:last-child{margin:0}.product-description__char-name{font-size:16px;color:#131313;flex-shrink:0}.product-description__char-dots{flex:1;border-bottom:1px dotted #eaeaea;margin-bottom:3px;min-width:16px}.product-description__char-val{font-size:16px;color:#131313;text-align:right;flex-shrink:0}.product-description__drawings{display:flex;gap:24px;flex-wrap:wrap;margin:auto 0}.product-description__drawings img{height:auto}.product-row{display:flex;flex-wrap:wrap;margin:0-12px;row-gap:25px}.product-col{display:flex;padding:0 12px;flex:1 1 25%;max-width:25%}.product-card{display:flex;flex-direction:column;padding:16px;border-radius:24px;background:#f6f6f6}.product-card__image-block{height:280px;position:relative;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 0 24px}.product-card__image{max-width:200px;width:100%}.product-card__badge{position:absolute;top:20px;left:20px}.product-card__tags{display:flex;flex-direction:column;gap:8px;position:absolute;top:20px;right:20px}.product-card__control-buttons{position:absolute;bottom:10px;right:10px;display:flex;align-items:center;gap:8px}.product-card__control-item{max-width:32px;width:100%;cursor:pointer}.product-actions__item svg,.product-card__control-item svg{display:block;line-height:0}.product-card__text-block{display:flex;flex-direction:column;gap:12px}.product-card__article{overflow:hidden;color:#666;text-overflow:ellipsis;font-size:14px}.product-card__title-row{display:flex;align-items:flex-end;gap:10px}.product-card__price,.product-card__title{color:#39393a;font-size:20px;font-weight:700}.product-card__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price{white-space:nowrap}.product-card__description{overflow:hidden;color:#666;text-overflow:ellipsis;font-size:14px}.product-card__status-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.product-card__status-block{display:flex;align-items:center;gap:4px}.product-card__icon{max-width:32px;width:100%}.product-card__quantity{color:#666;font-size:14px}.product-card__cart-button .btn{width:100%}.product-actions{display:flex;align-items:center;gap:8px}.product-actions__item{max-width:32px;width:100%;cursor:pointer}.product-badge{color:#fff;font-size:12px;font-weight:700;border-radius:24px;display:flex;align-items:center;height:28px;padding:0 12px}.product-badge--blue{background:#009fe3}.product-badge--green{background:#32eb72}.product-badge--orange{background:#f59e0b}.product-badge--red{background:#e31522}.product-tag{width:20px;height:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;text-align:center;font-size:14px;font-weight:700}.product-tag--blue{background:#009fe3}.product-tag--yellow{background:#ffed00}.product-tag--orange{background:#ef791e}.product-tag--green{background:#3fa535}.product-tag--red{background:#cd1719}.product-status{display:flex;height:28px;padding:0 12px;justify-content:center;align-items:center;border-radius:20px;font-size:12px}.product-status--blue{background:#cef0ff;color:#009fe3}.product-status--yellow{background:#fef3c7;color:#f59e0b}.product-status--green{background:#dcfce7;color:#666}.product-status--red{background:#ffe0e0;color:#e74040}.catalog-mb{margin:0 0 100px}@media (max-width:1440px){.catalog-mb{margin:0 0 48px}}.catalog-section-mb{margin:0 0 46px}.catalog-wrap .catalog-section{height:auto;padding:26px 36px}.catalog-wrap .catalog-section__image{max-width:225px}.catalog-sections-load-more{display:flex}.catalog-sections-load-more .btn{margin:0 auto}.catalog-sections-products{margin:0 0 60px}@media (max-width:1440px){.catalog-sections-products{margin:0 0 36px}}.product-cards-view,.product-table-view,.view-btn{display:none}.view-btn.active{display:inline-flex}.product-cards-view.active,.product-table-view.active{display:block}.info-card{display:flex;flex-direction:column;padding:48px 42px;border-radius:24px;background:var(--layers-black-30, rgba(0, 0, 0, 0.3));box-shadow:0 9px 5.3px 0 rgba(0,0,0,.75)}.info-card__title{color:#fff;font-size:20px;font-weight:700;margin:0 0 24px}.info-card__text{color:#fff;font-size:20px;margin:0 0 16px;flex:1 1 100%}@media (max-width:1440px){.info-card__text{font-size:16px}}.cart{display:flex;align-items:flex-start;gap:24px}@media (max-width:768px){.cart{flex-direction:column}}.cart__main{flex:1;min-width:0;border-radius:12px;border:1px solid #f6f6f6;box-shadow:0 4px 6px 0 rgba(0,0,0,.25);background:#fff;overflow:hidden;padding:24px}.cart__header{display:flex;align-items:center;justify-content:space-between;padding:0 12px;margin:0 0 36px}.cart__title{font-size:20px;color:#131313;margin:0}@media (max-width:1440px){.cart__title{font-size:16px}}.cart__clear{display:inline-flex;align-items:center;gap:6px;background:0 0;border:0;cursor:pointer;font-size:14px;font-weight:400;color:#b2b2b2;padding:0;transition:color .2s ease}.cart__clear:hover{color:#e74040}.cart__aside,.cart__list{display:flex;flex-direction:column}.cart__aside{flex-shrink:0;width:340px;gap:40px}@media (max-width:1440px){.cart__aside{width:300px}}@media (max-width:768px){.cart__aside{width:100%}}.cart-item{display:flex;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid #f6f6f6;transition:background .15s ease}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#fafafa}.cart-item__image{flex-shrink:0;width:64px;height:64px;border-radius:8px;object-fit:cover}@media (max-width:768px){.cart-item__image{width:48px;height:48px}}.cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.cart-item__name{color:#39393a;font-size:20px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s ease}@media (max-width:1440px){.cart-item__name{font-size:16px}}.cart-item__name:hover{color:#e31522}@media (max-width:1024px){.cart-item__name{font-size:14px}}.cart-item__price-type{font-size:14px;color:#b2b2b2;margin:0}.cart-item__price-type-label{color:#39393a;margin:0 8px 0 0}.cart-item__price-block{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:90px}@media (max-width:1024px){.cart-item__price-block{min-width:70px}}.cart-item__price{font-size:20px;font-weight:700;color:#131313;white-space:nowrap;display:flex;align-items:center;gap:8px}@media (max-width:1440px){.cart-item__price{font-size:16px}}.cart-item__price-label{font-size:10px;color:#b2b2b2;white-space:nowrap}.cart-item__counter{flex-shrink:0}.cart-item__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:0 0;border:0;cursor:pointer;color:#b2b2b2;padding:0;transition:color .2s ease}.cart-item__remove:hover{color:#e74040}.cart-summary{border-radius:12px;border:1px solid #f6f6f6;box-shadow:0 4px 6px 0 rgba(0,0,0,.25);background:#fff;padding:40px 20px 48px;display:flex;flex-direction:column;gap:24px}.cart-summary__total-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 16px}.cart-summary__total-label{font-size:24px;font-weight:700;color:#39393a}@media (max-width:1440px){.cart-summary__total-label{font-size:20px}}.cart-summary__total-price{font-size:20px;font-weight:700;color:#131313;white-space:nowrap}@media (max-width:1440px){.cart-summary__total-price{font-size:16px}}.cart-summary__checkout,.cart-summary__one-click{width:100%}.cart-actions{display:flex;flex-direction:column;gap:10px}.cart-actions__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;background:0 0;border:1px solid #b2b2b2;border-radius:100px;font-size:14px;font-weight:400;color:#131313;cursor:pointer;transition:border-color .2s ease,color .2s ease}.cart-actions__btn:hover{border-color:#e31522;color:#e31522}.qty-counter{display:flex;align-items:center;gap:18px}.qty-counter__btn{display:flex;align-items:center;justify-content:center;width:56px;height:40px;background:0 0;border:1px solid #b2b2b2;cursor:pointer;font-size:40px;color:#b2b2b2;flex-shrink:0;border-radius:4px;transition:color .15s ease,background .15s ease}.qty-counter__btn:hover{background:#f6f6f6;color:#131313}.qty-counter__btn.plus span{margin:-4px 0 0}.qty-counter__btn.minus span{margin:-3px 0 0}.qty-counter__input{width:32px;height:100%;border:0;outline:0;text-align:center;font-size:24px;color:#39393a;background:0 0;-moz-appearance:textfield}.qty-counter__input::-webkit-inner-spin-button,.qty-counter__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tc-wrap{margin:0 0 100px}.tc-panel{margin:0 auto;max-width:1250px;width:100%;border-radius:14px;border:2px solid #e31522;background:#fff}@media (max-width:1440px){.tc-panel{max-width:100%}}.tc-panel__header{border-radius:8px 8px 0 0;color:#fff;background:#e31522;display:flex;padding:24px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:10px}.tc-panel__title{display:flex;gap:8px;align-items:center;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:16px}.tc-form .input-label,.tc-panel__sub-title{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.tc-panel__sub-title{color:rgba(255,255,255,.9)}.tc-panel__body{display:flex;gap:24px;padding:48px 26px 26px}.tc-panel__form-block{flex:1 1 70%;max-width:70%}.tc-panel__info-block{flex:1 1 30%;max-width:30%}.tc-panel__check-list{margin:0 0 16px}.tc-form{flex-direction:column}.tc-form .input-label{color:#0a0a0a}.tc-form .btn{border-radius:8px;padding:10px 12px;font-size:14px;font-weight:400}.tc-form .btn-secondary{border:1px solid rgba(0,0,0,.1);background:#fff}.tc-form .input,.tc-form .textarea{display:flex;height:36px;padding:4px 12px;align-items:center;flex-shrink:0;align-self:stretch;border-radius:8px;border:1px solid transparent;background:#f3f3f5;color:#717182;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.tc-form .textarea{height:64px;padding:8px 12px;align-items:flex-start;line-height:20px}.tc-form,.tc-form__row{display:flex;gap:16px}.tc-form__buttons-row{display:flex;align-items:center;gap:12px}.tc-form__policy{color:#6a7282;font-size:10px;font-style:normal;font-weight:400;line-height:15px}.tc-form__policy .red{color:#e31522;cursor:pointer}.tc-check-list{font-size:12px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;border-radius:10px;background:#f9fafb}.tc-check-list__title{color:#0a0a0a;font-size:12px}.tc-check-list__list{list-style:none}.tc-check-list__list li{background-image:url(/local/templates/srservis/images/icons/arrow/arrow-green-check.svg);background-position:0 3px;background-repeat:no-repeat;padding:0 0 0 16px;margin:0 0 10px}.tc-contacts{padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;border-radius:10px;border:1px solid #e5e7eb}.tc-contacts__title{color:#0a0a0a;font-size:12px}.tc-contacts__contact{display:flex;align-items:center;gap:8px;color:#e31522;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.tc-contacts__text-block{color:#6a7282;font-size:10px;font-style:normal;font-weight:400;line-height:15px}.nav-dropdown{position:relative}.nav-dropdown__trigger{display:inline-flex;align-items:center;gap:6px;background:0 0;border:0;padding:4px 0;font-size:16px;font-weight:400;color:#fff;cursor:pointer;outline:0;transition:opacity .2s ease}.nav-dropdown--open .nav-dropdown__trigger,.nav-dropdown__trigger:hover{opacity:.75}.nav-dropdown__trigger-icon{flex-shrink:0;color:#fff;transition:transform .25s ease}.nav-dropdown--open .nav-dropdown__trigger-icon{transform:rotate(180deg)}.nav-dropdown__arrow,.nav-dropdown__menu::before{position:absolute;top:-5px;width:10px;height:10px;background:#fff;border-left:1px solid #eaeaea;border-top:1px solid #eaeaea}.nav-dropdown__menu{position:fixed;min-width:220px;background:#fff;border:1px solid #eaeaea;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:8px 0;z-index:200;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.nav-dropdown__menu::before{content:"";top:-6px;left:50%;transform:translateX(-50%) rotate(45deg)}.nav-dropdown__menu--visible{opacity:1;visibility:visible}.nav-dropdown--open .nav-dropdown__menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav-dropdown__item{display:block;padding:10px 20px;font-size:16px;font-weight:400;color:#131313;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease}.nav-dropdown__item:hover{background:#f6f6f6;color:#e31522}.nav-dropdown__item:first-child{border-radius:8px 8px 0 0}.nav-dropdown__item:last-child{border-radius:0 0 8px 8px}.products-carousel-wrap{width:100vw;margin-left:calc(50% - 50vw);padding-left:calc((100vw - 1280px)/2)}@media (min-width:1441px){.products-carousel-wrap{padding-left:calc((100vw - 1440px)/2)}}@media (max-width:1190px){.products-carousel-wrap{padding-left:40px}}@media (max-width:576px){.products-carousel-wrap{padding-left:20px}}.products-carousel{position:relative}.products-carousel__swiper{overflow:visible}.products-carousel__buttons{margin:48px 0 0;display:flex;align-items:center;gap:45px}.products-carousel__next,.products-carousel__prev{background:0 0;max-width:40px;width:100%;line-height:0}.products-carousel__next.swiper-button-disabled,.products-carousel__prev.swiper-button-disabled{opacity:.4;pointer-events:none}:root{--font-primary:"Google Sans", system-ui, -apple-system, sans-serif;--font-size-h0:70px;--font-size-h1:58px;--font-size-h2:40px;--font-size-h3:24px;--font-size-h4:20px;--font-size-h5:16px;--font-size-h6:14px;--font-size-small:12px;--font-size-xsmall:10px;--fw-regular:400;--fw-medium:500;--fw-bold:700;--accent-color:#E31522;--text-color:#131313;--second-text-color:#39393A;--gray-text-color:#666666;--muted-text-color:#B2B2B2;--light-text-color:#EAEAEA;--alert-text-color:#F59E0B;--error-text-color:#E74040;--blue-text-color:#009FE3;--success-color:#DCFCE7;--alert-color:#FFC86C;--layers-pink:#FFE0E0;--layers-yellow:#FEF3C7;--layers-blue:#E0E7FF;--alloys-n:#3FA535;--alloys-s:#EF791E;--alloys-k:#CD1719;--alloys-m:#FFED00;--alloys-p:#009FE3;--alloys-h:#9E9E9E;--tags-blue:#009FE3;--tags-green:#32EB72;--tags-orange:#F59E0B;--tags-red:#E31522;--white:#FFFFFF;--bg-color-2:#FFFFFF;--bg-color-card:#F6F6F6;--icons-color:#B2B2B2}.about-wrap{padding:80px 0 145px}.about-wrap.about-back{background:url(/local/templates/srservis/images/home-page/about/bg.jpg)no-repeat center}.about-wrap.solution-back{background:url(/local/templates/srservis/images/home-page/solution/bg.png)no-repeat center;background-size:cover}.about{color:#fff}.about__top{display:flex;align-items:center;gap:58px;margin:0 0 80px}.about__text-block{margin:0 0 72px}.about__description{font-size:20px;line-height:1.3}@media (max-width:1440px){.about__description{font-size:16px}}.about__image-block{max-width:350px;width:100%;position:relative}.about__circle{position:absolute;bottom:0;right:0}.about__cards,.geography-wrap .title-wrap{margin:0 0 72px}.about__cards-row{display:flex;margin:0-12px}.about__card-col{display:flex;padding:0 12px;flex:1 1 33.3333333333%;max-width:33.3333333333%}.about__clients{margin:110px 0 0}.about-slider{margin:50px 0 0}.geography-map{position:relative;background-color:#131313;height:830px;background-image:url(/local/templates/srservis/images/home-page/geo/map.png);background-repeat:no-repeat;background-position:center;background-size:cover}.geography-button{position:absolute;bottom:76px;left:50%;transform:translateX(-50%)}