@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);position:relative;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);animation:notyf-fadeoutdown .3s forwards;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translateX(13%);z-index:5;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;animation:notyf-fadeinup .3s forwards;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;animation:notyf-fadeinleft .3s forwards;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:0;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:0;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;animation:notyf-fadeinup .3s forwards;animation-delay:.25s}@font-face{font-display:swap;font-family:"Atyp Text";src:url(../fonts/AtypText-Regular/AtypText-Regular.woff2)format("woff2"),url(../fonts/AtypText-Regular/AtypText-Regular.woff)format("woff")}@font-face{font-display:swap;font-family:"Atyp Text";src:url(../fonts/AtypText-Bold/AtypText-Bold.woff2)format("woff2"),url(../fonts/AtypText-Bold/AtypText-Bold.woff)format("woff");font-weight:700}@font-face{font-display:swap;font-family:"Atyp Display";src:url(../fonts/AtypDisplay-Light/AtypDisplay-Light.woff2)format("woff2"),url(../fonts/AtypDisplay-Light/AtypDisplay-Light.woff)format("woff");font-weight:300}@font-face{font-display:swap;font-family:"Atyp Display";src:url(../fonts/AtypDisplay-Regular/AtypDisplay-Regular.woff2)format("woff2"),url(../fonts/AtypDisplay-Regular/AtypDisplay-Regular.woff)format("woff")}@font-face{font-display:swap;font-family:"Atyp Display";src:url(../fonts/AtypDisplay-Medium/AtypDisplay-Medium.woff2)format("woff2"),url(../fonts/AtypDisplay-Medium/AtypDisplay-Medium.woff)format("woff");font-weight:500}@font-face{font-display:swap;font-family:"Atyp Display";src:url(../fonts/AtypDisplay-SemiBold/AtypDisplay-Semibold.woff2)format("woff2"),url(../fonts/AtypDisplay-SemiBold/AtypDisplay-Semibold.woff)format("woff");font-weight:600}.container{max-width:1440px;margin-inline:auto;padding-inline:.9375rem}:root{--primary-color:#0970c8;--blue-color:#0057a1;--grey-color:#bec9cf;--light-grey-color:#f1f3f4;--text-color:#1a1a1a}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bg-primary{background-color:var(--primary-color)}.bg-grey{background-color:var(--grey-color)}.bg-blue{background-color:var(--blue-color)}.text-white{color:#fff}.d-none{display:none}.copy-trigger{position:relative}.copy-trigger__message{position:absolute;bottom:calc(100% + .875rem);left:50%;width:-moz-max-content;width:max-content;padding:.3125rem .4375rem;border-radius:.1875rem;transform:translateX(-50%);z-index:3;opacity:0;transition:bottom .2s,opacity .2s;background-color:rgba(0,0,0,.7);font-size:.8125rem;color:#fff}.copy-trigger__message::after{content:"";position:absolute;top:100%;left:calc(50% - .375rem);width:0;height:0;border-left:.375rem solid transparent;border-right:.375rem solid transparent;border-top:.3125rem solid rgba(0,0,0,.74)}.copy-trigger__btn{padding:0;border:0;cursor:pointer;background:0 0}.copy-trigger__btn:focus-visible .copy-trigger__svg,.copy-trigger__btn:hover .copy-trigger__svg{stroke:#0a88f3}.copy-trigger__btn:active .copy-trigger__svg{stroke:#075faa}.copy-trigger__svg{display:block;transition:stroke .35s;stroke:var(--primary-color)}.copy-trigger_copied .copy-trigger__message{bottom:calc(100% + .625rem);opacity:1}.field__input{display:block;width:100%;padding:.8125rem 1.25rem;border:.0625rem solid #bfbfbf;border-radius:2.5rem;outline:0;transition:border .25s,box-shadow .25s,background .25s;background-color:#fff;font-family:inherit;font-size:1rem}.field__input:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem rgba(9,112,200,.25)}.btn{display:inline-block;padding:1.0625rem .9375rem;border:0;border-radius:3.75rem;cursor:pointer;transition:background .35s;text-decoration:none;text-align:center;font-family:inherit;font-size:1rem;line-height:1}.btn_primary{background-color:var(--primary-color);color:#fff}.btn_primary:focus,.btn_primary:hover{background-color:#0a80e5}.btn_primary:active{background-color:#096abe}.btn_white{background-color:#fff}.headline__title{margin:0;text-transform:uppercase;font-family:"Atyp Display",sans-serif;font-weight:400;font-size:1.375rem;line-height:1.3}.headline__title:not(:last-child){margin-bottom:.75rem}.headline__title strong{font-weight:500}.application-calc__desc p,.cooperation-benefits__desc p,.faq__desc p,.headline__desc p,.individual-production__desc p,.intro__desc p,.targeted-actions__desc p{margin:0}.headline__desc p:not(:last-child){margin-bottom:.6em}.header{border-bottom:.0625rem solid #fff;color:#fff}.header__row{display:flex;justify-content:space-between;align-items:center;gap:.9375rem;padding-block:.375rem}.header__img,.header__svg{display:block}.header__contact{display:flex;align-items:center;white-space:nowrap;text-decoration:none;line-height:1.8;color:inherit}.header__circle-icon{margin-right:.1875rem}.header__svg_email{fill:#fff}.intro__main-content:not(:last-child){margin-bottom:1.875rem}.intro__headline{color:#fff}.intro__headline:not(:last-child){margin-bottom:.9375rem}.intro__headline .headline__title{line-height:1.55}.intro__headline strong{font-weight:600}.intro__headline span{display:flex;flex-direction:column}.intro__headline .headline__outside-text{font-weight:300;color:#7bc2ff}.intro__headline .headline__particles,.intro__image{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.intro__headline .headline__particles{vertical-align:sub}.intro__image{max-width:24.0625rem}.intro__img{display:block}.intro__action{display:flex;flex-direction:column;gap:.625rem;color:#fff}.intro__note{font-size:.875rem}.intro__features{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem;border-radius:1.5625rem;background-color:#fff}.intro__icon:not(:last-child){margin-bottom:.75rem}.intro__title{margin:0;font-family:"Atyp Display",sans-serif;font-weight:500;font-size:1.0625rem}.intro__title:not(:last-child){margin-bottom:.375rem}.product-variants__headline:not(:last-child){margin-bottom:1.25rem}.product-variants__grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.product-variants__cell{position:relative;display:flex;flex-direction:column;margin:0;background-color:#fff;border-radius:.9375rem;cursor:pointer;overflow:hidden}.product-variants__cell::after{content:"";position:absolute;right:calc(50% - .875rem);bottom:calc(50% - .875rem);width:1.8125rem;height:1.8125rem;border-radius:50%;transition:transform .25s;pointer-events:none;background:var(--primary-color)url(images/svg/plus.svg)no-repeat center/74%}.product-variants__cell:hover::after{transform:scale(1.125)}.product-variants__img{display:block;border-radius:inherit;background-color:#e2e2e2}.product-variants__caption{margin-top:auto;padding:.625rem;font-family:"Atyp Display",sans-serif;font-weight:500;font-size:.8125rem}.targeted-actions__boxes{display:grid;gap:1.25rem}.targeted-actions__box{padding:1.25rem;border-radius:1.5625rem;background-color:#fff}.targeted-actions__box_covered{background-color:#1b78c7}.targeted-actions__img{display:block;margin:auto}.targeted-actions__icon{display:block}.targeted-actions__icon:not(:last-child){margin-bottom:.75rem}.targeted-actions__title{margin:0;font-family:"Atyp Display",sans-serif;font-weight:500;font-size:1.0625rem}.targeted-actions__title:not(:last-child){margin-bottom:.375rem}.targeted-actions__desc:not(:last-child){margin-bottom:1rem}.targeted-actions__desc p:not(:last-child){margin-bottom:.3em}.targeted-actions__btn{width:100%}.cooperation-benefits{background:#3a3a3c url(images/cooperation-benefits/bg.webp)no-repeat center top/cover}.cooperation-benefits__headline{color:#fff}.cooperation-benefits__headline:not(:last-child){margin-bottom:1.25rem}.cooperation-benefits__items{display:flex;flex-direction:column;gap:1.25rem}.cooperation-benefits__item{padding:1.25rem;border-radius:1.5625rem;background-color:#fff}.cooperation-benefits__title{margin:0;font-family:"Atyp Display",sans-serif;font-weight:500;font-size:1.125rem;line-height:1.3;color:var(--blue-color)}.cooperation-benefits__title:not(:last-child){margin-bottom:.75rem}.cooperation-benefits__desc p:not(:last-child),.cooperation-benefits__desc ul:not(:last-child){margin-bottom:.7em}.cooperation-benefits__desc ul{margin:0;padding:0;list-style:none}.cooperation-benefits__desc ul li{position:relative;padding-left:1rem;line-height:1.15}.cooperation-benefits__desc ul li:not(:last-child){margin-bottom:.35em}.cooperation-benefits__desc ul li::before{content:"";position:absolute;top:.5625rem;left:0;width:.375rem;height:.375rem;background-color:var(--blue-color)}.application-calc__headline:not(:last-child){margin-bottom:1.25rem}.application-calc__steps{display:flex;flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none}.application-calc__step{position:relative;padding:1.25rem;border-radius:1.5625rem;background-color:#fff;color:var(--text-color)}.application-calc__step::after{content:"";position:absolute;top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--primary-color)url(images/svg/arrow-right.svg)no-repeat center/.5rem 1rem}.application-calc__step:last-child::after{background:var(--primary-color)url(images/svg/check-mark.svg)no-repeat center/1.1875rem .8125rem}.application-calc__icon{width:3.8125rem;height:3.8125rem}.application-calc__icon:not(:last-child){margin-bottom:.75rem}.application-calc__img{display:block}.application-calc__head-row{display:flex;flex-wrap:wrap;align-items:center}.application-calc__head-row .application-calc__title{margin-right:.5rem}.application-calc__title{margin:0;font-family:"Atyp Display",sans-serif;font-weight:500;font-size:1.0625rem}.application-calc__title:not(:last-child){margin-bottom:.375rem}.gallery{--items-gap:.625rem}.gallery__headline:not(:last-child){margin-bottom:1.5625rem}.gallery__headline .headline__btn{min-width:16.875rem}.gallery__items{display:flex;flex-wrap:wrap;gap:var(--items-gap)}.gallery__item{border-radius:.9375rem;background-color:#e2e2e2;flex:0 1 calc((100% - var(--items-gap))/2)}.gallery__item:nth-child(1){flex-basis:100%}.gallery__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.quality-control__headline:not(:last-child){margin-bottom:1.25rem}.quality-control__items{display:flex;flex-wrap:wrap;gap:1rem}.quality-control__item{position:relative;flex:0 1 calc((100% - 2rem)/3);border-radius:.9375rem;overflow:hidden}.quality-control__item::after,.quality-control__item::before{content:"";position:absolute;pointer-events:none}.quality-control__item::before{top:0;left:0;width:100%;height:100%;border:.1875rem solid #fff;border-radius:inherit}.quality-control__item::after{right:1rem;bottom:1rem;width:1.8125rem;height:1.8125rem;border-radius:50%;transition:transform .25s;background:var(--primary-color)url(images/svg/plus.svg)no-repeat center/74%}.quality-control__item:hover::after{transform:scale(1.125)}.quality-control__img,.quality-control__link{display:block}.quality-control__img{aspect-ratio:268/384;background-color:#e0e0e0}.individual-production__headline:not(:last-child){margin-bottom:1.6875rem}.individual-production__grid{display:grid;gap:1.25rem}.individual-production__item{padding:1.25rem;border-radius:1.5625rem;background-color:#fff}.individual-production__icon{max-width:6.5rem;aspect-ratio:1/1}.individual-production__icon:not(:last-child){margin-bottom:1.25rem}.individual-production__img{display:block}.individual-production__title{margin:0;font-family:"Atyp Display",sans-serif;font-weight:500;font-size:1.0625rem}.individual-production__title:not(:last-child){margin-bottom:.625rem}.faq__list{margin:0;padding:0;list-style:none}.faq__item{border-bottom:.0625rem solid rgba(29,37,45,.1);border-radius:.75rem;background-color:#fff}.faq__item:not(.faq__item_opened) .faq__desc{display:none}.faq__item_opened .faq__circle{background-color:var(--blue-color)}.faq__item_opened .faq__circle::before{background-color:#fff}.faq__item_opened .faq__circle::after{opacity:0}.faq__header{display:flex;gap:.625rem;width:100%;padding:1rem;border:0;background:0 0;cursor:pointer;font-family:"Atyp Display",sans-serif;font-weight:500;text-align:left;font-size:1.0625rem;line-height:1.2}.faq__circle{position:relative;width:1.5rem;height:1.5rem;flex-shrink:0;margin-top:-.0625rem;border-radius:50%;transition:background .35s;background-color:#e2e2e2}.faq__circle::after,.faq__circle::before{content:"";position:absolute;top:50%;left:50%;border-radius:.625rem;transform:translate(-50%,-50%);transition:opacity .35s,background .35s;background-color:#888}.faq__circle::before{width:.625rem;height:.125rem}.faq__circle::after{width:.125rem;height:.625rem}.faq__desc{margin-top:-.3125rem;padding:0 1rem 1rem}.faq__desc p:not(:last-child){margin-bottom:.8em}.contacts__row{display:flex;flex-direction:column;gap:1.25rem}.contacts__info{padding:1.25rem;border-radius:1.5625rem;background-color:var(--blue-color);color:#fff}.contacts__headline:not(:last-child),.contacts__list:not(:last-child){margin-bottom:1.25rem}.contacts__headline small{display:block;padding-top:.3125rem;font-size:.6875rem}.contacts__list{display:flex;flex-wrap:wrap;gap:.9375rem;margin:0;padding:0;list-style:none}.contacts__item{display:flex;align-items:flex-start;gap:.625rem}.contacts__icon{display:flex;justify-content:center;align-items:center;flex:0 0 1.875rem;height:1.875rem;border-radius:50%;background-color:#1077cf}.contacts__svg{stroke:#fff}.contacts__label{text-decoration:none;color:#fff}.contacts__btn{width:100%;max-width:15.625rem}.contacts__map{display:flex;justify-content:center;align-items:center;min-height:15.625rem;border-radius:1.5625rem;overflow:hidden;background-color:#e2e2e2}.contacts__spinner{width:9.375rem;fill:#bfbfbf}.hystmodal{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none;display:grid;grid-template-columns:100%;grid-template-rows:0 min-content 0;place-content:space-between center;visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;--hystmodal-speed:.2s;--hystmodal-zindex:70}.hystmodal::-webkit-scrollbar{display:none}.hystmodal__wrap{display:block;min-width:0;padding:1.875rem .9375rem;grid-row:2/3}.hystmodal__window{min-width:0;grid-row:2/3;position:relative;z-index:10;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:100%;max-width:22.5rem;overflow:visible;transform:scale(.95);opacity:0;margin:0 auto;border-radius:.9375rem;box-shadow:0 .5rem 1.875rem 0 rgba(0,0,0,.25)}.hystmodal__close{position:absolute;z-index:10;top:.4375rem;right:.4375rem;display:block;width:1.375rem;height:1.375rem;padding:0;border:0;background:0 0;cursor:pointer}.hystmodal__close:focus-visible .hystmodal__svg,.hystmodal__close:hover .hystmodal__svg{fill:#ea8181}.hystmodal__close:active .hystmodal__svg{opacity:.65}.hystmodal__svg{transition:opacity .25s,fill .25s;fill:#e35555}.hystmodal::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;display:block;background-color:#000;opacity:0;pointer-events:none}.hystmodal__content{padding:1.875rem 1.25rem 1.25rem;overflow:hidden;transition:opacity .25s}.hystmodal__header{margin-bottom:1.25rem;text-align:center}.hystmodal__heading{margin:0;font-family:"Atyp Display",sans-serif;font-weight:600;font-size:1.125rem;line-height:1.2}.hystmodal__heading:not(:last-child){margin-bottom:.5rem}.hystmodal__desc p{margin:0;font-size:.9375rem}.hystmodal__fields:not(:last-child){margin-bottom:1.25rem}.hystmodal__field:not(:last-child){margin-bottom:.9375rem}.hystmodal__btn{width:100%}.hystmodal__spinner{position:absolute;top:50%;left:50%;width:40%;transform:translate(-50%,-50%);visibility:hidden;opacity:0;transition:visibility .25s,opacity .25s}.hystmodal--animated::before{transition:opacity var(--hystmodal-speed) ease}.hystmodal--animated .hystmodal__window{transition:transform var(--hystmodal-speed) ease 0s,opacity var(--hystmodal-speed) ease 0s}.hystmodal--active,.hystmodal--moved{opacity:1;pointer-events:none;visibility:visible}.hystmodal--active{pointer-events:auto}.hystmodal--active::before{opacity:.7}.hystmodal--active .hystmodal__window{transform:none;opacity:1}.hystmodal_show_spinner .hystmodal__content{opacity:.35;pointer-events:none}.hystmodal_show_spinner .hystmodal__spinner{visibility:visible;opacity:1}.footer__container{padding-block:36px}.footer__img{display:block;margin:0 auto}*,::after,::before{box-sizing:border-box}body,html{height:100%;min-height:100%}html{font-size:16px}body{margin:0}img{max-width:100%;height:auto}.page-layout{display:flex;flex-direction:column;min-height:100%;margin:0 auto;background-color:var(--light-grey-color);font-family:"Atyp Text",sans-serif;color:var(--text-color)}.page-layout__content{flex:1 1 auto}.page-layout__intro{padding-top:1.875rem;padding-bottom:2.5rem}.page-layout__cooperation-benefits,.page-layout__section_default_y_offset{padding-block:1.875rem}.page-layout__section>.page-layout__section:not(:last-child){margin-bottom:1.875rem}.page-layout__faq{padding-bottom:1.4375rem}.notyf__toast{padding:0;font-family:"Atyp Text",sans-serif}.notyf__wrapper{padding:15px}.notyf__message{line-height:normal}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0-2px 7px 0 rgba(0,0,0,.13);width:100%}.notyf__dismiss{width:56px}}@media (min-width:480px){.d-sm-none{display:none}.d-sm-block{display:block}.header__row{padding-block:.625rem}.header__contact{position:relative;padding-block:.1875rem;padding-left:.3125rem;padding-right:.75rem;border:.0625rem solid #fff;border-radius:3.75rem;transition:background .35s,color .35s}.header__contact:focus-visible,.header__contact:hover{background-color:#fff;color:var(--text-color)}.header__circle-icon{display:flex;justify-content:center;align-items:center;flex:0 0 1.625rem;aspect-ratio:1/1;margin-right:.375rem;border-radius:50%;background:linear-gradient(0deg,#ff0f0f 0,#ff4141 100%)}.intro__headline span{flex-direction:row;align-items:center;gap:.625rem}.intro__headline .headline__outside-text{font-size:.75rem;line-height:1.35}.intro__action{max-width:25.75rem;flex-direction:row;align-items:center;border:.0625rem solid #fff;border-radius:3.75rem}.intro__btn.btn{margin-block:-.0625rem;margin-left:-.0625rem;white-space:nowrap}.product-variants__grid{grid-template-columns:1fr 1fr 1fr}.gallery__item{flex-basis:calc((100% - var(--items-gap)*2)/3)}.gallery__item:nth-child(1),.gallery__item:nth-child(2){flex-basis:calc(50% - var(--items-gap)/2)}.hystmodal__window{max-width:23.75rem}.hystmodal__close,.hystmodal__svg{width:1.5625rem;height:1.5625rem}.hystmodal__close{top:.75rem;right:.75rem}.hystmodal__content{padding:1.875rem}.hystmodal__heading{font-size:1.3125rem}.hystmodal__desc p{font-size:1rem}}@media (min-width:768px){.d-md-none{display:none}.d-md-block{display:block}.headline__title{font-size:1.8125rem}.header__info{display:flex;justify-content:flex-end;align-items:center;gap:1.25rem;flex-grow:1}.header__request{display:flex;align-items:flex-start;gap:.625rem;line-height:1.2}.header__request strong{font-family:"Atyp Display",sans-serif;font-weight:500}.header__icon_letter svg{fill:#fff}.header__contact_copied .header__tooltip{top:calc(100% + .625rem);opacity:1}.header__tooltip{position:absolute;top:calc(100% + .875rem);left:50%;width:-moz-max-content;width:max-content;padding:.3125rem .4375rem;border-radius:.1875rem;transform:translateX(-50%);z-index:3;opacity:0;transition:top .2s,opacity .2s;background-color:#fff;font-size:.8125rem;color:var(--text-color)}.header__tooltip::after{content:"";position:absolute;left:calc(50% - .375rem);bottom:100%;width:0;height:0;border-left:.375rem solid transparent;border-right:.375rem solid transparent;border-bottom:.3125rem solid #fff}.intro{overflow:hidden}.intro__container{position:relative}.intro__main-content:not(:last-child){margin-bottom:2.5rem}.intro__headline:not(:last-child){margin-bottom:1.75rem}.intro__headline span{gap:.9375rem}.intro__headline .headline__outside-text{font-size:.8125rem}.intro__headline .headline__particles{position:relative;bottom:.125rem;width:4.5rem;height:1.9375rem}.intro__headline .headline__desc{max-width:26.875rem}.intro__image{position:absolute;top:7.1875rem;left:28.125rem;max-width:21.875rem}.intro__action{max-width:28.125rem}.intro__btn.btn{display:flex;align-items:center;gap:.625rem;min-height:3.125rem;padding:0 .9375rem}.intro__btn.btn::after{content:"";width:1.8125rem;height:1.8125rem;border-radius:50%;background:url(images/svg/plus.svg)no-repeat center/74%,linear-gradient(0deg,#0970c8 0,#2291f0 100%)}.intro__features{flex-direction:row}.intro__feature{flex:1}.application-calc__headline:not(:last-child),.cooperation-benefits__headline:not(:last-child),.gallery__headline:not(:last-child),.product-variants__headline:not(:last-child){margin-bottom:1.875rem}.product-variants__grid{grid-template-columns:repeat(4,1fr);gap:1.1875rem}.product-variants__cell_main{grid-column:1/span 2;grid-row:1/span 2}.product-variants__caption{padding-inline:.9375rem;font-size:.875rem}.targeted-actions__boxes{grid-template-columns:1fr 1fr 1fr}.targeted-actions__box{display:flex;flex-direction:column}.targeted-actions__btn{margin-top:auto}.cooperation-benefits__items{flex-flow:row wrap;justify-content:flex-end;align-items:end;row-gap:1.6875rem}.cooperation-benefits__item{flex:0 1 calc((100% - 1.25rem)/2)}.application-calc__steps{flex-direction:row}.application-calc__step{flex:0 1 calc((100% - 2.5rem)/3);padding-bottom:1.875rem}.gallery{--items-gap:1.25rem}.gallery__headline{display:flex;align-items:flex-start;gap:3.125rem}.gallery__headline .headline__title{flex-grow:1;max-width:49.0625rem}.gallery__headline .headline__title:not(:last-child){margin-bottom:0}.gallery__headline .headline__desc p:not(:last-child){margin-bottom:.8em}.gallery__item:nth-child(1){flex-basis:calc(58.44% - var(--items-gap)/2)}.gallery__item:nth-child(2){flex-basis:calc(41.56% - var(--items-gap)/2)}.contacts__list:not(:last-child),.quality-control__headline:not(:last-child){margin-bottom:1.875rem}.quality-control__item{flex-basis:calc((100% - 4rem)/5)}.individual-production__grid{grid-template-columns:1fr 1fr 1fr}.contacts__row{flex-direction:row}.contacts__info{flex:1 1 auto;max-width:26.875rem}.contacts__map{flex-grow:1}.contacts__headline small{font-size:.875rem}.page-layout__intro{padding-top:2.5rem;padding-bottom:2.875rem}.page-layout__cooperation-benefits,.page-layout__section_default_y_offset{padding-block:2.5rem}.page-layout__section>.page-layout__section:not(:last-child){margin-bottom:2.5rem}.page-layout__faq{padding-top:.9375rem}}@media (min-width:992px){.d-lg-none{display:none}.d-lg-block{display:block}.btn,.field__input{padding-block:.9375rem;font-size:1.0625rem}.btn{padding-block:1.25rem;line-height:.942}.headline__title{font-size:2.0625rem}.headline__title:not(:last-child){margin-bottom:1.0625rem}.headline__desc{font-size:1.0625rem}.header__request{align-items:center}.header__contact{padding-block:.25rem}.header__circle-icon{flex-basis:1.875rem}.header__svg_phone{width:1.3125rem;height:1.3125rem}.intro__main-content:not(:last-child),.page-layout__section>.page-layout__section:not(:last-child){margin-bottom:3.75rem}.intro__headline .headline__outside-text{font-size:.9375rem}.intro__headline .headline__particles{width:4.875rem;height:2.0625rem}.intro__headline .headline__desc{max-width:28.75rem}.intro__image{max-width:31.25rem;left:30rem}.intro__action{max-width:30.625rem}.intro__btn.btn{min-height:3.5rem}.intro__btn.btn::after{width:2.4375rem;height:2.4375rem;background-size:58%}.contacts__headline small,.intro__note{font-size:1rem}.intro__title{font-size:1.125rem}.intro__desc{font-size:1.0625rem}.product-variants__cell::after{right:.625rem;bottom:.625rem;width:2.4375rem;height:2.4375rem}.product-variants__caption{padding-block:1.25rem;font-size:1rem}.targeted-actions__title{font-size:1.125rem}.targeted-actions__title:not(:last-child){margin-bottom:.75rem}.targeted-actions__desc{font-size:1.0625rem}.targeted-actions__desc:not(:last-child){margin-bottom:1.375rem}.cooperation-benefits__headline:not(:last-child){margin-bottom:2.1875rem}.cooperation-benefits__title{font-size:1.1875rem}.cooperation-benefits__desc{font-size:1.0625rem}.application-calc__title{font-size:1.125rem}.application-calc__desc{font-size:1.0625rem}.gallery__headline .headline__btn{min-width:18.75rem}.gallery__item{border-radius:1.5625rem}.quality-control__item::after{width:2.4375rem;height:2.4375rem}.individual-production__title{font-size:1.125rem}.individual-production__desc{font-size:1.0625rem}.faq__header{padding-block:1.25rem;font-size:1.125rem}.faq__desc{padding-bottom:1.25rem}.page-layout__intro{padding-top:3.125rem}.page-layout__cooperation-benefits,.page-layout__section_default_y_offset{padding-block:3.75rem}}@media (min-width:1200px){.d-xl-none{display:none}.d-xl-block{display:block}}@media (min-width:1400px){.d-xxl-none{display:none}.d-xxl-block{display:block}.btn{padding:2.125rem 1.25rem;font-size:1.5rem;line-height:.917}.headline__title{font-size:3rem}.headline__title:not(:last-child){margin-bottom:1.1875rem}.headline__desc{font-size:1.5rem;line-height:1.3}.header__row{padding-block:.9375rem}.header__request{gap:.8125rem}.header__icon_letter svg{width:1.5rem;height:1.5rem}.header__circle-icon{margin-right:.65rem}.intro__main-content:not(:last-child){margin-bottom:4.8125rem}.intro__headline span{gap:1.625rem}.intro__headline .headline__title{font-size:4rem;line-height:1.295}.intro__headline .headline__title:not(:last-child){margin-bottom:2rem}.intro__headline .headline__outside-text{position:relative;top:.3125rem;font-size:1.5rem;line-height:1.2}.intro__headline .headline__particles{right:.1875rem;bottom:-.125rem;width:10.75rem;height:4.625rem}.intro__headline .headline__desc{max-width:34.375rem;font-size:1.25rem;line-height:1.4}.intro__image{top:10.25rem;left:38.3125rem;right:-1.25rem;max-width:100%;height:auto}.intro__action{max-width:44.6875rem;gap:1.3125rem}.intro__btn.btn{flex:0 0 28.5625rem;min-height:5.625rem;padding-right:.9375rem}.intro__btn.btn::after{width:3.8125rem;height:3.8125rem;margin-left:auto;background-size:46%}.intro__note{font-size:1.25rem}.intro__features{padding:1.875rem}.intro__title{font-size:1.5rem}.intro__title:not(:last-child){margin-bottom:.6875rem}.intro__desc{font-size:1.25rem}.product-variants__headline:not(:last-child){margin-bottom:2.3125rem}.product-variants__cell::after{right:1.25rem;bottom:1.25rem}.product-variants__caption{padding:1.8125rem 1.25rem;font-size:1.25rem}.targeted-actions__icon{width:4.5625rem;height:4.5625rem}.targeted-actions__icon:not(:last-child){margin-bottom:1.5625rem}.targeted-actions__title{font-size:1.5rem}.targeted-actions__title:not(:last-child){margin-bottom:.6875rem}.targeted-actions__desc{font-size:1.25rem}.cooperation-benefits__headline:not(:last-child){margin-bottom:3.125rem}.cooperation-benefits__item{padding:1.875rem}.cooperation-benefits__title{font-size:2.5rem}.cooperation-benefits__desc{font-size:1.25rem}.cooperation-benefits__desc p:not(:last-child){margin-bottom:1.4em}.cooperation-benefits__desc ul:not(:last-child){margin-bottom:1.1em}.cooperation-benefits__desc ul li:not(:last-child){margin-bottom:.76em}.cooperation-benefits__desc ul li::before{top:.75rem}.application-calc__headline{display:flex;justify-content:space-between;gap:1.25rem}.application-calc__headline:not(:last-child){margin-bottom:2.4375rem}.application-calc__headline .headline__title{flex:1 1 auto;max-width:48.75rem;margin-bottom:0}.application-calc__headline .headline__desc{max-width:35.9375rem}.application-calc__icon{width:4.4375rem;height:4.4375rem}.application-calc__icon:not(:last-child){margin-bottom:1.6875rem}.application-calc__head-row .application-calc__title{margin-right:.875rem}.application-calc__title{font-size:1.5rem}.application-calc__title:not(:last-child){margin-bottom:.6875rem}.application-calc__desc{font-size:1.25rem}.gallery__headline:not(:last-child){margin-bottom:3rem}.gallery__headline .headline__btn{min-width:26.0625rem}.individual-production__icon:not(:last-child),.quality-control__headline:not(:last-child){margin-bottom:2.3125rem}.individual-production__item{padding-bottom:2.5rem}.individual-production__icon{max-width:8.375rem}.individual-production__title{font-size:1.625rem}.individual-production__title:not(:last-child){margin-bottom:1.3125rem}.individual-production__desc{font-size:1.25rem;line-height:1.7}.faq__header{padding-block:1.5625rem;font-size:1.5rem}.faq__circle{margin-top:.25rem}.faq__desc{padding-bottom:1.5625rem}.contacts__info{display:flex;flex-direction:column;max-width:36rem;padding:1.5625rem}.contacts__headline:not(:last-child){margin-bottom:1.625rem}.contacts__headline .headline__title{font-size:2.5rem}.contacts__headline small{padding-top:.125rem;font-size:1.25rem}.contacts__icon{position:relative;bottom:.1875rem}.contacts__btn{max-width:22.875rem;margin-top:auto;padding-top:1.1875rem;padding-bottom:1.4375rem;font-size:1.25rem}.contacts__map{min-height:24.0625rem}.hystmodal__btn{padding-block:1.25rem;font-size:1.0625rem;line-height:.942}.page-layout__intro{padding-top:4.1875rem}.page-layout__section_default_y_offset{padding-block:5rem}.page-layout__section>.page-layout__section:not(:last-child){margin-bottom:5rem}.page-layout__cooperation-benefits{padding-bottom:13.25rem}.page-layout__faq{padding-top:1.875rem}}@media (max-width:1399px){.header__logo{max-width:8.75rem}}@media (max-width:991px){.header__logo{max-width:8.125rem}.header__request{font-size:.8125rem}.header__contact_email{display:none}.targeted-actions__btn{max-width:15.625rem}.application-calc__copy-trigger .copy-trigger__svg{width:1.375rem;height:1.375rem}}@media (max-width:767px){.header__logo{max-width:6.5625rem}.header__request{display:none}.application-calc__step:not(:last-child)::after{transform:rotate(90deg)}}@media (max-width:479px){.intro__headline .headline__title{font-size:1.3125rem}.intro__btn,.intro__note{max-width:18.125rem;text-align:center}}@media (min-width:768px) and (max-width:991px){.targeted-actions__btn span{display:none}}@media (min-width:481px){.notyf__toast{border-radius:5px}}