

/* Start:/local/templates/edisontheme/css/fonts.css?1782793967656*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/local/templates/edisontheme/css/../fonts/montserrat-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/local/templates/edisontheme/css/../fonts/montserrat-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* End */


/* Start:/local/templates/edisontheme/css/normalize.css?17815156806162*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/edisontheme/css/style.min.css?1785213371278877*/
#bx-panel.bx-panel-fixed{z-index:10000!important}#bx-panel-back{height:auto!important}.container{max-width:1440px;margin:0 auto;padding:0 15px}html{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{min-width:320px;margin:0;padding:0;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:normal;background:#f8f8f8}.body-background{background:#fff}.wrap,body{width:100%;overflow-x:hidden}.wrap{max-width:1920px;margin:0 auto}img{max-width:100%;height:auto}a,a:focus,button,button:focus,input,input:focus{outline:0;text-decoration:none}ul{margin:0;padding:0;list-style:none}.fancybox__container{z-index:7500}.form-checkbox{position:relative;display:flex;align-items:center}.form-checkbox label{display:block;position:relative;padding-left:26px;font-weight:400;font-size:16px;color:#464646;cursor:pointer}.form-checkbox label::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;width:16px;height:16px;border:1px solid rgba(197,197,197,.8);background-color:transparent}.form-checkbox label a{color:#464646;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.form-checkbox input{position:absolute;opacity:0;left:2px;top:20px}.form-checkbox input:checked+label::before{border-color:#ff8e16;background-color:#ff8e16;background-image:url(/local/templates/edisontheme/css/../icons/check.svg);background-position:center;background-repeat:no-repeat;background-size:14px}.form-group input{width:100%;height:40px;padding:0 20px;border:1px solid transparent;background:#ececec;font-weight:400;font-size:16px;color:#464646;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.form-group input::-webkit-input-placeholder,.form-group textarea::-webkit-input-placeholder{opacity:.3}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{opacity:.3}.form-group input:-moz-placeholder,.form-group textarea:-moz-placeholder{opacity:.3}.form-group input:-ms-input-placeholder,.form-group textarea:-ms-input-placeholder{opacity:.3}.form-group textarea{display:block;width:100%;min-height:170px;padding:15px 20px;border:1px solid transparent;outline:0;background:#ececec;font-weight:400;font-size:16px;color:#464646;resize:vertical}.form-file{position:relative}.form-file input[type=file]{display:none}.form-file label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:5px 20px;width:100%;height:50px;background:#f8f8f8;cursor:pointer}.form-file label svg{-webkit-box-flex:0;-ms-flex:none;flex:none;width:16px;height:16px;fill:#464646;opacity:.5}.form-file label.active{background:#ff8e16}.form-file label.active svg{fill:#f8f8f8;opacity:1}.form-file .filename,.form-file .placeholder{font-weight:400;font-size:16px;white-space:nowrap}.form-file .placeholder{color:rgba(70,70,70,.5);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.form-file .filename{width:calc(100% - 50px);color:#f8f8f8;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.form-file .file-remove,.header__contacts::before{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.form-file .file-remove{display:none;right:20px;width:15px;height:15px;padding:0;border:0;background:0 0;cursor:pointer}.form-file .file-remove svg{width:100%;height:100%;fill:none;stroke:#fcfcfc}.form-file label svg,.form-group textarea,.header,.search-form button svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.header{position:fixed;z-index:6000;top:0;left:0;width:100%;padding-top:20px;background:rgba(70,70,70,.9)}.header.scroll{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:rgba(70,70,70,.5)}.header__contacts,.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;row-gap:12px}.header__contacts{gap:25px;position:relative;padding-left:26px}.header__contacts::before{content:"";left:0;width:1px;height:24px;background:#ececec}.h-contacts__item_socials,.header__contacts .socials__header{display:flex;align-items:center;gap:6px}.h-contacts__item_socials a,.header__contacts .socials__header a{width:30px;height:30px}.footer__logo_socials-item img,.h-contacts__item_socials a img,.header__contacts .socials__header a img{width:100%;height:100%;object-fit:contain;display:block}.header__navbar{width:1039px}.header__umenu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.header__search{position:relative}.logo,.logo img{display:block;width:143px;height:57px}.footer__logo{display:flex;flex-direction:column;justify-content:space-between;gap:30px}.footer__logo_socials{display:flex;align-items:center;gap:6px}.footer__logo_socials-item{width:30px;height:30px}.logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.search{width:548px}.search-form,.search-form button{display:-webkit-box;display:-ms-flexbox;display:flex}.search-form{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;width:100%;height:50px;background:#f8f8f8;border:1px solid #ececec}.search-form button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:46px;padding-left:20px;padding-right:10px;border:0;background:0 0;cursor:pointer}.search-form button svg{width:16px;height:16px;fill:none;stroke:#464646;opacity:.3}.search-form input{width:calc(100% - 46px);padding-right:20px;border:0;background:0 0;font-weight:600;font-size:16px;color:#464646}.search-form input::-webkit-input-placeholder{opacity:.3;-webkit-transition:.3s linear;transition:.3s linear}.search-form input::-moz-placeholder{opacity:.3;-moz-transition:.3s linear;transition:.3s linear}.search-form input:-moz-placeholder{opacity:.3;-moz-transition:.3s linear;transition:.3s linear}.search-btn{display:none;width:24px;height:24px}.search-btn svg{width:100%;height:100%;fill:none;stroke:#f8f8f8}.h-contacts,.h-contacts__icon,.h-contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex}.h-contacts{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.h-contacts__icon,.h-contacts__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.h-contacts__item{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.h-contacts__icon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#ff8e16}.h-contacts__icon svg{width:10px;height:10px;fill:#fff}.h-contacts__link{font-weight:600;font-size:17px;color:#f8f8f8;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.btn,.menu{display:-webkit-box;display:-ms-flexbox;display:flex}.btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px;border:1px solid #ff8e16;background:#ff8e16;font-weight:600;font-size:16px;color:#f8f8f8;cursor:pointer;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.menu{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.menu__item{position:relative}.drop-menu__link span,.menu__link{font-weight:600;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.menu__link{display:block;padding:21px 0;font-size:17px;color:#f8f8f8}.menu__link.current{color:#ff8e16}.dropdown{display:none;position:absolute;z-index:100;left:0;top:100%;width:412px;padding-top:10px}.drop-menu,.drop-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.drop-menu{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:35px 25px;background:#ececec}.drop-menu__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.drop-menu__link img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.drop-menu__link span{font-size:16px;color:#464646}.burger{display:none}.burger span,.burger span::after,.burger span::before{position:relative;width:100%;height:2px;border-radius:2px;background:#f8f8f8}.burger span::after,.burger span::before{content:"";position:absolute;left:0}.burger span::before{bottom:7px}.burger span::after{top:7px}.lang{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;position:relative}.lang__icon{width:24px;height:24px}.lang__icon svg{width:100%;height:100%;fill:#f8f8f8}.lang__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding:10px 0;cursor:pointer}.lang__toggle span{font-weight:600;font-size:17px;color:#f8f8f8}.lang__toggle svg{width:14px;height:14px;fill:#f8f8f8}.card__toggle.open .card__icon svg,.lang__toggle.open svg,.mob-sorting__header.open::after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.lang__list{display:none;flex-direction:column;position:absolute;z-index:100;left:0;top:100%;width:100%;padding:15px;border-radius:4px;background:#ececec}.lang__2item,.lang__toggle span,.lang__toggle svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.lang__2item{display:block;margin-bottom:5px;font-weight:400;font-size:16px}.lang__2item,.lang__item{color:#464646}.lang__item:last-child{margin-bottom:0}.lang__item.current{color:#ff8e16}.cart{position:relative
    top: auto!important}.cart__toggle,.cart__toggle span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart__toggle{position:relative;gap:14px;cursor:pointer}.cart__toggle svg{-webkit-box-flex:0;-ms-flex:none;flex:none;width:24px;height:24px;fill:#f8f8f8}.cart__toggle span{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:12px;min-width:15px;height:16px;padding:2px;border-radius:4px;font-weight:400;font-size:10px;text-align:center;color:#f8f8f8;background:#ff8e16}.cart__sum,.compare__toggle svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.cart__sum,.cart__text{font-weight:600;color:#f8f8f8}.cart__sum{margin:0;font-size:17px}.cart__text{font-size:15px}.cart__text span{color:#ff8e16}.compare{position:relative;padding-left:15px;padding-right:15px;border-left:1px solid #ececec;border-right:1px solid #ececec}.compare__toggle{position:relative;width:24px;height:24px;cursor:pointer}.compare__toggle svg{width:100%;height:100%;fill:none;stroke:#f8f8f8}.compare__toggle span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:12px;min-width:15px;height:16px;padding:2px;border-radius:4px;font-weight:400;font-size:10px;text-align:center;color:#f8f8f8;background:#ff8e16}.compare__text{font-weight:600;font-size:15px;color:#f8f8f8}.compare__text span{color:#ff8e16}.cart-dropdown{display:none;position:absolute;z-index:100;right:0;top:calc(100% + 30px);width:465px;background:#ececec}.cart-dropdown__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:50px;background:#ff8e16;font-weight:600;font-size:16px;color:#f8f8f8;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.cart-dropdown__list{height:327px;overflow-y:auto}.cart-dropdown__list::-webkit-scrollbar{width:15px}.cart-dropdown__list::-webkit-scrollbar-track{background:#ececec}.cart-dropdown__list::-webkit-scrollbar-thumb{background-color:#c5c5c5;border-radius:0;border:0}.cart-item{position:relative;padding:25px}.cart-item__del{position:absolute;z-index:10;top:20px;right:20px;width:15px;height:15px;opacity:.5;cursor:pointer;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.cart-item__del svg,.mobile-dropdown__close svg{width:100%;height:100%;fill:none;stroke:#464646}.cart-item__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.cart-item__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66px;height:59px}.cart-item__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-item__desc{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cart-item__title{margin:0 0 15px;font-weight:700;font-size:20px;color:#464646}.cart-item__footer{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;width:100%}.cart-item__model{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;font-weight:400;font-size:16px;color:#464646}.cart-item__qnt{-webkit-box-flex:0;-ms-flex:none;flex:none;font-weight:400;font-size:16px;color:rgba(70,70,70,.5)}.mobile-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:fixed;z-index:7000;top:0;left:-101%;width:375px;height:100vh;padding:30px;background:#464646;overflow-y:auto;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.mobile-dropdown.open{left:0}.mobile-dropdown__close{position:absolute;z-index:10;top:30px;right:30px;width:15px;height:15px}.mobile-dropdown__close svg{stroke:#f8f8f8}.mobile-dropdown .logo{margin-bottom:60px}.mobile-dropdown__footer,div[data-entity=items-row] .card div[data-entity=buttons-block]{margin-top:auto}.mobile-dropdown__section{padding:40px 0;border-top:1px solid rgba(197,197,197,.2)}.catalog__name br,.mobile-dropdown__section.hidden{display:none}.mobile-dropdown .btn{width:100%;height:47px;margin-top:20px;padding:0}.mob-menu{margin-bottom:40px}.mob-menu__section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding-bottom:40px}.mob-menu__section:nth-child(2){padding-bottom:0;padding-top:40px;border-top:1px solid rgba(197,197,197,.2)}.mob-menu__link,.sorting__btn span{font-weight:600;font-size:16px;color:#f8f8f8}.mob-menu__link.current{color:#ff8e16}.mob-menu__title{margin:0;padding-bottom:10px;font-weight:700;font-size:18px;color:#f8f8f8}.main{margin-top:151px;padding:25px 0 120px}.main--product .title{margin-bottom:50px;font-weight:600;font-size:30px;text-align:left}.main--news,.main--services{position:relative}.breadcrumbs,.main--news .container,.main--services .container{position:relative;z-index:10}.main--news::before{content:"";position:absolute;z-index:1;top:125px;right:-317px;width:1262px;height:949px;background:url(/local/templates/edisontheme/css/../img/bg-news.webp)center/contain no-repeat}.main--news::after,.main--services::before{content:"";position:absolute;z-index:1;width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.main--news::after{bottom:-151px;left:-415px}.main--services::before{top:98px;left:-157px}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;overflow-x:auto;margin-bottom:45px;padding-bottom:5px;row-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;z-index:100}.breadcrumbs__item{font-weight:400;font-size:16px;color:#464646;white-space:nowrap}.bottom p a,.breadcrumbs__link{color:rgba(70,70,70,.5);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.breadcrumbs__link::after{content:"";position:relative;top:2px;display:inline-block;width:12px;height:16px;margin-left:10px;background:url(/local/templates/edisontheme/css/../icons/slash.svg)center/contain no-repeat}.breadcrumbs--light .breadcrumbs__item{color:#f8f8f8}.breadcrumbs--light .breadcrumbs__link{color:rgba(248,248,248,.5)}.catalog,.title{position:relative}.title{z-index:10;margin:0 0 50px;font-family:Montserrat,sans-serif;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646;text-align:center}.catalog{overflow:hidden}.catalog__bg{position:absolute;z-index:1;right:-261px;top:-165px;width:1036px;height:983px}.catalog__bg--prod{top:-282px;right:-86px;height:954px}.card__img img,.catalog__bg img,.catalog__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.catalog .container{position:relative;z-index:10}.catalog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.catalog__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:30px 20px;background:#ececec}.catalog__name{margin:0;font-weight:700;font-size:20px;text-align:center;color:#464646;text-transform:uppercase}.catalog__img{height:250px;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.category__header{display:grid;grid-template-columns:1fr 472px;gap:20px;margin-bottom:50px}.category__row{display:grid;grid-template-columns:330px 1fr;gap:30px}.category__grid{display:grid;grid-auto-rows:minmax(300px,auto);grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:40px}.sorting{display:grid;grid-template-columns:1fr 210px;gap:20px}.mob-sorting__header::after,.sorting__btn{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.sorting__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;width:100%;height:50px;border:1px solid transparent;background:#ececec;cursor:pointer}.mob-sorting__header svg,.mob-sorting__item svg,.sorting__btn svg{width:20px;height:20px;fill:#ff8e16}.sorting__btn span{color:#464646}.mob-sorting{display:none;position:relative}.mob-sorting__header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding-right:35px}.card__toggle span,.mob-sorting__header span,.mob-sorting__item span{font-weight:600;font-size:14px;color:#464646}.mob-sorting__header::after{content:"";position:absolute;right:0;top:0;width:20px;height:20px;background:url(/local/templates/edisontheme/css/../icons/chevron.svg)center/contain no-repeat}.mob-sorting__list{display:none;position:absolute;z-index:100;left:0;top:calc(100% + 5px);width:100%;padding:5px;background:#f8f8f8}.mob-sorting__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:10px}.filter .form-checkbox:last-child,.info__text p:last-child,.mob-sorting__item:last-child{margin-bottom:0}.card{display:flex;flex-direction:column;height:100%;position:relative;padding:30px 24px;border:1px solid #ececec;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.card__fav,.card__link{display:-webkit-box;display:-ms-flexbox;display:flex}.card__fav,.card__fav svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.card__fav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:10;top:30px;left:25px;width:36px;height:36px;padding:0;border:0;border-radius:4px;background:#ececec;cursor:pointer}.card__fav svg{width:20px;height:20px;fill:none;stroke:#464646}.card__fav.active,.gallery__carousel .slick-arrow:hover{background:#ff8e16}.card__fav.active svg{stroke:#f8f8f8}.card__link{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:20px}.card__img{height:250px}.card__title{margin:0;font-weight:600;font-size:16px;line-height:1.25;color:#464646}.card__chars{margin-bottom:20px}.card__info,.card__info p{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.card__info p{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px 30px;margin:0}.card__info p span{font-weight:400;font-size:16px;color:#464646}.card__info p span:first-child{opacity:.8}.card__info p span:nth-child(2){-webkit-box-flex:0;-ms-flex:none;flex:none;white-space:nowrap}.card .btn{width:191px;height:50px;padding:0;cursor:pointer}.card__toggle{display:none;height:30px}.card .btn,.card__icon,.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card__icon{width:30px;height:30px;padding-left:2px;padding-bottom:2px;background:rgba(236,236,236,.5)}.card__icon svg{fill:#464646}.pagination{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.card__icon svg,.pagination__arr{width:20px;height:20px;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.pagination__arr{margin-right:8px;opacity:.5}.pagination__arr svg{width:100%;height:100%;fill:#ff8e16}.pagination__arr:last-child{margin-left:8px;margin-right:0}.pagination__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;background-color:transparent;font-weight:600;font-size:16px;text-align:center;color:#464646;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.pagination__link.current{background:#464646;color:#f8f8f8}.filter{border:1px solid #ececec}.filter.open{left:0}.filter__close{display:none;position:absolute;top:30px;right:30px;width:15px;height:15px}.filter__close svg{width:100%;height:100%;stroke:#464646;opacity:.5}.filter__header{display:none;margin:0 0 40px;padding:0 20px;font-weight:700;font-size:18px;color:#464646}.filter__section{border-top:1px solid #ececec;padding:25px 24px}.filter__section:first-child{border-top:none}.filter__title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.filter-btn span,.filter__reset span,.filter__title span{font-weight:600;font-size:16px;color:#464646}.filter__title svg{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20px;height:20px;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.filter__title.close svg{-webkit-transform:rotateX(0);transform:rotateX(0)}.filter__wrap{padding-top:21px}.filter .btn{width:100%;height:50px;margin-bottom:10px}.filter__reset,.filter__row{display:-webkit-box;display:-ms-flexbox;display:flex}.filter__reset{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;width:100%;border:0;background:0 0;cursor:pointer;opacity:.5;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.filter__reset svg{width:16px;height:16px;fill:#464646}.filter .form-checkbox{margin-bottom:15px}.filter__row{gap:15px}.filter__row .form-group{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.filter__row .form-group input{padding:0 40px;text-align:center}.filter__row .form-group span{position:absolute;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;color:rgba(70,70,70,.5)}.filter__row .form-group span:last-child{left:auto;right:15px}.filter-btn{display:none}.filter-btn svg{width:20px;height:20px;fill:#ff8e16}.product{margin-bottom:80px}.product__grid{display:grid;grid-template-columns:690px 1fr;gap:30px}.product__right{display:flex;flex-direction:column;justify-content:space-between;max-height:564px}.gallery{position:relative}.gallery__carousel{margin-bottom:15px}.gallery__carousel .slick-slide{padding:0 2px}.gallery__carousel .slick-arrow,.gallery__carousel .slick-arrow svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.gallery__carousel .slick-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:100;bottom:20px;width:49px;height:49px;padding:0;border:0;border-radius:0;background:#f0f0f0;cursor:pointer}.gallery__carousel .slick-arrow svg{width:20px;height:20px;fill:rgba(255,142,22,.5)}.gallery__carousel .slick-arrow:hover svg{fill:#f8f8f8}.gallery__carousel .slick-arrow.prev{right:78px}.gallery__carousel .slick-arrow.next{right:20px}.gallery__item{display:block!important;height:548px;background:#fff}.gallery__item img,.info__img img{display:block}.gallery__thumbs{margin:0-5px}.gallery__thumbs .slick-slide{padding:0 5px}.gallery__thumbs .item{display:block!important;height:111px}.gallery__item img,.gallery__thumbs .item img,.gallery__thumbs .slick-current .item img,.info__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery__thumbs .slick-current .item{padding:1px 0}.gallery__thumbs .slick-current .item img{display:block;outline:#ff8e16 solid 1px}.data{margin-bottom:15px}.data__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;padding:16px 0 17px;border-top:1px solid rgba(197,197,197,.2)}.data__item:first-child{padding-top:0;border-top:none}.data__item:last-child{padding-bottom:0}.data__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.data__name svg,.data__value{-webkit-box-flex:0;-ms-flex:none;flex:none}.data__name svg{width:16px;height:16px;fill:#ff8e16}.data__name span{font-weight:400;font-size:16px;color:rgba(70,70,70,.8)}.data__value{font-weight:400;font-size:16px;color:#464646;text-align:right}.quantity,.tocart{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tocart{gap:15px;margin-bottom:15px;padding:20px 30px;background:#ececec}.tocart .btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0}.quantity{width:115px;height:50px;background:#f8f8f8}.quantity input{width:41px;height:50px;border:0;background-color:transparent;font-weight:600;font-size:16px;text-align:center;color:#464646;-moz-appearance:textfield}.filter__row .form-group input::-webkit-inner-spin-button,.filter__row .form-group input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:36px;height:50px;padding:0;border:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.quantity__btn svg{fill:#464646}.quantity__btn:first-child{padding-left:25px}.quantity__btn:first-child svg{width:6px;height:12px}.quantity__btn:last-child{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:25px}.quantity__btn:last-child svg{width:8px;height:12px}.doc{display:grid;grid-template-columns:40px 1fr 219px;gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 20px 29px;border:1px solid #ececec;background:#f8f8f8}.doc svg{width:40px;height:40px}.doc__btn,.doc__text{font-weight:600;font-size:16px;color:#464646}.doc__text{margin:0}.doc__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:50px;border:1px solid #ff8e16;padding:0;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.info{position:relative;z-index:10;margin-bottom:120px;padding:80px 0;background:#ececec}.info__nav{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:6px;height:60px;margin-bottom:40px;border:1px solid rgba(197,197,197,.8)}.info__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin:-1px;padding:10px 31px 10px 30px;background-color:transparent}.info__btn span{font-weight:600;font-size:16px;color:#464646}.info__btn.active{background:#ff8e16}.info__btn.active .info__icon{background:#f8f8f8}.doc svg,.info__btn.active .info__icon svg{fill:#ff8e16}.info__btn.active span{color:#f8f8f8}.info__btn,.info__btn span,.info__icon,.info__icon svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.info__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#ff8e16}.info__icon svg{width:12px;height:12px;fill:#f8f8f8}.err404__text br,.hero__subtitle br,.hero__title br,.info__tab,.show-toggle input{display:none}.carousel .slick-dots li,.info__tab.active{display:block}.info__title{margin:0 0 30px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.info__text p{margin:0 0 15px;font-weight:400;font-size:16px;line-height:1.25;color:rgba(70,70,70,.8)}.info__section{display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin-bottom:25px}.info__section:last-child{margin-bottom:0}.info__section:last-child .info__img{height:339px}.info__img{height:335px}.section{position:relative;padding-bottom:111px}.section.section--similar{padding-bottom:0}.section.section--video{padding-top:120px}.article__text p:last-child,.banner--company .banner__text p:last-child,.banner__list ul li:last-child,.crushers__advants li:last-child,.requisites__val a:last-child,.section:last-child{margin-bottom:0}.section .container{position:relative;z-index:10}.section__title{margin:0 0 50px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.section--parts::before{content:"";position:absolute;z-index:1;top:-197px;right:calc(50% + 135px);width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.section--news::before,.section--similar::before{content:"";position:absolute;z-index:1;width:945px;height:842px}.section--similar::before{top:-120px;left:calc(50% + 15px);background:url(/local/templates/edisontheme/css/../img/bg-section-similar.webp)center/contain no-repeat}.section--news{margin-bottom:77px;padding-top:2px}.section--news::before{top:-169px;right:0;background:url(/local/templates/edisontheme/css/../img/bg-news-main.webp)center/contain no-repeat}.section--news .news__grid{margin-bottom:0}.section--catalog .section__title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section--catalog .section__title .btn{width:175px;height:50px;padding:0;font-size:16px;text-transform:none}.carousel{margin:0-10px}.carousel::after{content:"";position:absolute;z-index:10;right:10px;top:0;width:330px;height:100%;background:-webkit-gradient(linear,left top,right top,color-stop(.01%,rgba(248,248,248,0)),to(rgba(248,248,248,.8)));background:-o-linear-gradient(left,rgba(248,248,248,0) .01%,rgba(248,248,248,.8) 100%);background:linear-gradient(90deg,rgba(248,248,248,0) .01%,rgba(248,248,248,.8) 100%)}.carousel .slick-slide{padding:0 10px}.carousel .slick-slide .card__img{height:250px!important}.carousel .slick-slide .card .btn{width:100%}.carousel .slick-arrow,.carousel .slick-dots li button,.carousel-width .slick-dots li button{padding:0;border:0;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.carousel .slick-arrow,.carousel .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:10}.carousel .slick-arrow{top:-99px;width:49px;height:49px;background:#f8f8f8;cursor:pointer}.carousel .slick-arrow svg{width:20px;height:20px;fill:rgba(255,142,22,.5);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.carousel .slick-arrow:hover{background:#ff8e16}.carousel .slick-arrow:hover svg{fill:#f8f8f8}.carousel .slick-arrow.prev{right:68px}.carousel .slick-arrow.next{right:10px}.carousel .slick-dots{margin:0;padding:0;list-style:none;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;left:0;right:0;bottom:20px}.carousel .slick-dots li button,.carousel-width .slick-dots li button{display:block;width:7px;height:7px;border-radius:4px;font-size:0;background:rgba(206,215,217,.5)}.carousel .slick-dots li.slick-active button,.carousel-width .slick-dots li.slick-active button{width:14px;background:#fff}.news{position:relative}.news::after,.news::before{content:"";position:absolute;z-index:-1}.news::before{bottom:-64px;left:-415px;width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.news::after{top:-99px;right:-317px;width:1262px;height:949px;background:url(/local/templates/edisontheme/css/../img/bg-features.webp)center/contain no-repeat}.news__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:40px}.news__btn,.preview__img img,.service-preview__img img{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.news__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-100px;right:15px;width:156px;height:50px;border:1px solid #ff8e16;font-weight:600;font-size:16px;color:#464646}.preview{position:relative}.preview__date{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;position:absolute;z-index:10;left:0;top:20px;width:141px;height:28px;padding-left:20px;background:#ff8e16;font-weight:400;font-size:16px;color:#f8f8f8}.preview__date svg{width:16px;height:16px;fill:#f8f8f8}.preview__date::after{content:"";position:absolute;top:0;left:100%;width:0;height:0;border-top:28px solid #ff8e16;border-right:22px solid transparent}.preview__img{height:300px;margin-bottom:20px;overflow:hidden}.preview__img img,.service-preview__img img{width:100%;height:100%}.preview__title{margin:0 0 15px;font-weight:700;font-size:20px;text-transform:uppercase;color:#464646}.preview__text{margin:0 0 20px;font-weight:400;font-size:16px;line-height:1.25;color:rgba(70,70,70,.5)}.preview__arr{width:24px;height:24px;opacity:0;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.preview__arr svg{width:100%;height:100%;fill:none;stroke:#ff8e16}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.service-preview{height:100%;min-height:637px}.service-preview__img{position:relative;height:300px;overflow:hidden}.service-preview__desc::before,.service-preview__img::after{display:none;content:"";position:absolute;z-index:10;left:-1px;width:calc(100% + 1px)}.service-preview__img::after{bottom:-1px;height:50%;background:url(/local/templates/edisontheme/css/../icons/triangle-white.svg)left bottom/100%no-repeat}.service-preview__desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:calc(100% - 300px);padding:30px 24px 29px;background:#ececec;border:1px solid transparent;border-top:none;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.service-preview__desc::before{bottom:calc(100% - 2px);height:200px;background:url(/local/templates/edisontheme/css/../icons/triangle-grey.svg)left bottom/100%no-repeat}.article__text h2,.service-preview__title{margin:0 0 10px;font-weight:700;font-size:20px;color:#464646}.service-preview__text{margin:0 0 25px;font-weight:400;font-size:16px;line-height:1.25;color:rgba(70,70,70,.8)}.service-preview .btn{-ms-flex-item-align:start;align-self:flex-start;width:208px;height:50px;margin-top:auto;padding-left:0;padding-right:0}.article{position:relative;margin-bottom:-1px;padding-top:30px}.article::after,.article::before{content:"";position:absolute;z-index:1}.article::before{top:30px;right:-317px;width:1262px;height:949px;background:url(/local/templates/edisontheme/css/../img/bg-news.webp)center/contain no-repeat}.article::after{bottom:-64px;left:-415px;width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.article .container{position:relative;z-index:10}.article__img{height:600px;margin-bottom:50px}.article__gallery img,.article__img img,.preview__img img,.service-preview__img img{display:block;-o-object-fit:cover;object-fit:cover}.article__img img{width:100%;height:100%}.article__title{margin:0 0 10px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.article__date{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;position:relative;width:141px;height:28px;margin-bottom:30px;padding-left:20px;background:#ff8e16;font-weight:400;font-size:16px;color:#f8f8f8}.article__date svg{width:16px;height:16px;fill:#f8f8f8}.article__date::after{content:"";position:absolute;top:0;left:100%;width:0;height:0;border-top:28px solid #ff8e16;border-right:22px solid transparent}.article__text h2{margin:0 0 30px}.article__text p{margin:0 0 16px;font-weight:400;font-size:16px;line-height:1.245;color:#464646}.article__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin:40px 0}.article__gallery img{height:600px}.err404{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:51px}.err404__title{margin:0;font-weight:700;font-size:380px;line-height:1;color:#ff8e16}.err404__subtitle,.err404__text{max-width:615px;margin:-19px 0 25px;font-weight:800;font-size:36px;text-align:center;color:#464646}.err404__text{max-width:508px;margin:0 0 42px;font-weight:400;font-size:16px}.err404 .btn{width:216px;height:50px;padding:0}.footer{position:relative;z-index:20;padding:60px 0;background:#ececec}.bottom,.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__row{margin-bottom:32px;padding-right:2px}.bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:30px;border-top:1px solid rgba(70,70,70,.2)}.bottom p{margin:0;font-size:16px;color:rgba(70,70,70,.5)}.f-menu{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(4,auto);gap:20px 25px;grid-auto-flow:column}.f-menu__link{font-weight:600;font-size:17px;color:rgba(70,70,70,.8);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.f-contacts{display:grid;grid-template-columns:repeat(2,auto);gap:41px 40px}.f-contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.f-contacts__item:last-child{grid-column-start:1;grid-column-end:-1}.f-contacts__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;width:52px;height:52px;border-radius:50%;background:#ff8e16}.f-contacts__icon svg{width:26px;height:26px;fill:#f8f8f8}.f-contacts__title{margin:0 0 10px;font-weight:700;font-size:20px;color:#464646}.f-contacts__text{margin:0;font-weight:400;font-size:16px;color:#464646;font-style:normal}.contacts__desc a,.f-contacts__desc a{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.contacts__desc address,.f-contacts__desc address{max-width:360px}.questions{position:relative}.questions .container{position:relative;z-index:10}.questions::before{content:"";position:absolute;top:-445px;left:0;width:1920px;height:1445px;background:url(/local/templates/edisontheme/css/../img/bg-questions.webp)center/contain no-repeat}.questions__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.questionnaire{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:15px;padding:29px 24px;border:1px solid #ececec;background:#ececec;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.questionnaire__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:278px;height:200px}.questionnaire__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.questionnaire__grid{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:grid;grid-template-columns:1fr 118px;gap:25px 10px}.questionnaire__load,.questionnaire__text{font-weight:600;font-size:16px;color:#464646}.questionnaire__text{grid-column-start:1;grid-column-end:-1;min-height:40px;margin:0}.questionnaire .btn{height:50px;padding-left:0;padding-right:0;gap:5px}.questionnaire__load{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #ff8e16;height:50px;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.basket,.basket__wrap{position:relative}.basket .container{position:relative;z-index:10}.basket::before{content:"";position:absolute;top:-194px;left:-415px;width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.basket__total-qnt{margin:0 0 40px;font-weight:700;font-size:20px;color:#464646}.basket__total-qnt span:nth-child(2){margin-left:15px;font-weight:600;font-size:16px}.basket__header{display:grid;grid-template-columns:1fr 191px 155px;gap:15px;margin-bottom:39px}.basket__header .search-form{width:auto;margin-right:5px}.basket__header .btn{width:100%;padding-left:0;padding-right:0}.basket__clear,.basket__list{display:-webkit-box;display:-ms-flexbox;display:flex}.basket__clear{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:50px;border:1px solid #ff8e16;font-weight:600;font-size:16px;color:#464646;cursor:pointer;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.basket__list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.basket__item{padding-bottom:30px;border-bottom:1px solid rgba(197,197,197,.2)}.basket__item:last-child{padding-bottom:0;border-bottom:none}.basket__grid{display:grid;grid-template-columns:330px 1fr 92px;gap:30px}.basket__img{grid-area:1/1/3/2;height:200px}.basket__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.basket__del{grid-area:1/-2/2/-1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:92px;height:20px;padding:0;border:0;background:0 0;opacity:.4;cursor:pointer;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.basket__del svg{width:16px;height:16px;fill:#464646}.basket__del span,.basket__qnt span{font-weight:600;font-size:16px;text-align:center}.basket__del span{color:#464646}.basket__title{margin:1px 0 0;font-weight:600;font-size:16px;color:#464646}.basket__qnt,.empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.basket__qnt{-ms-flex-item-align:end;align-self:end;-ms-flex-wrap:wrap;flex-wrap:wrap}.basket__qnt span{color:rgba(70,70,70,.7)}.basket__qnt .quantity{background:#ececec}.empty{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;padding-top:71px}.empty__text,.empty__title{margin:0;font-weight:700;font-size:20px;color:#464646}.empty__text{font-weight:400;font-size:16px}.comparison__row,.empty__btn{display:-webkit-box;display:-ms-flexbox;display:flex}.empty__btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:210px;height:50px;border:1px solid #ff8e16;font-weight:600;font-size:16px;color:#464646;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.comparison__row{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;margin-bottom:30px}.comparison__item{position:relative;width:calc((100% - 24px)/3)}.compare-toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:5px;height:60px;margin-bottom:40px;border:1px solid rgba(197,197,197,.8)}.compare-toggle__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin:-1px;padding:10px 31px 10px 30px;background-color:transparent;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.compare-toggle__btn.active{background:#ff8e16}.compare-toggle__btn.active .compare-toggle__icon{background:#f8f8f8}.compare-toggle__btn.active .compare-toggle__icon svg{fill:#ff8e16}.compare-toggle__btn.active span{color:#f8f8f8}.compare-toggle__btn span,.compare-toggle__icon,.compare-toggle__icon svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.compare-toggle__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#ff8e16}.compare-toggle__icon svg{width:12px;height:12px;fill:#f8f8f8}.compare-param{margin-bottom:40px;padding:41px 25px 38px;background:#ececec}.compare-param.open{right:0}.compare-param__title{margin:0 0 27px;font-weight:600;font-size:16px;color:#464646}.compare-param__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.compare-param .form-checkbox{min-height:20px}.compare-param__close{display:none;position:absolute;top:20px;right:15px;width:15px;height:15px;opacity:.5}.compare-param__close svg{width:100%;height:100%;fill:none;stroke:#464646}.compare-param .btn{display:none;width:100%;border-radius:6px;margin-bottom:15px;margin-top:auto}.compare-param__reset{display:none;border:0;background:0 0;opacity:.5}.compare-param__reset svg{width:16px;height:16px;fill:#464646}.compare-param__reset span,.compare-toggle__btn span,.param-btn span{font-weight:600;font-size:16px;color:#464646}.specifications__section{padding:30px 0 31px;background:#ececec}.specifications__section:nth-child(even){background:#f8f8f8}.specifications__title{margin:0 0 10px;padding-left:25px;font-weight:700;font-size:20px;color:#464646}.specifications__row{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.specifications__item{padding-left:25px;font-weight:400;font-size:16px;color:#464646}.compare-carousel{height:439px;border:1px solid #ececec;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.compare-carousel .slick-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:10;bottom:30px;width:49px;height:49px;padding:0;border:0;background:#f8f8f8;cursor:pointer;opacity:.5}.card-sm__fav svg,.compare-carousel .slick-arrow svg{width:20px;height:20px;fill:#ff8e16}.compare-carousel .slick-arrow.prev{right:calc(50% + 32px)}.compare-carousel .slick-arrow.next{left:calc(50% + 32px)}.card-sm{position:relative;padding:29px 23px}.card-sm__fav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10;top:30px;left:25px;width:36px;height:36px;padding:0;border:0;border-radius:4px;background:#ececec;cursor:pointer}.card-sm__fav svg,.compare-carousel .slick-arrow{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.card-sm__fav svg{fill:none;stroke:#464646}.card-sm__fav.active{background:#ff8e16}.card-sm__fav.active svg{stroke:#f8f8f8}.card-sm__del,.card-sm__fav,.show-toggle label::after,.show-toggle label::before{position:absolute;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.card-sm__del{z-index:10;top:30px;right:25px;width:15px;height:15px;padding:0;border:0;background:0 0;opacity:.5;cursor:pointer}.card-sm__del svg{display:block;width:100%;height:100%;fill:none;stroke:#464646}.card-sm__link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.card-sm__img{height:250px}.card-sm__img img,.member__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.card-sm__title{margin:0;line-height:1.25}.card-sm__title,.counter,.show-toggle label{font-weight:600;font-size:16px;color:#464646}.counter,.show-toggle::after,.show-toggle::before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.counter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;z-index:1;bottom:44px}.param-btn{display:none;height:40px;padding:5px 10px;background:#ececec;margin-bottom:20px}.param-btn__arr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#464646}.param-btn__arr svg{width:12px;height:12px;fill:#f8f8f8}.show-toggle{display:none;position:relative;margin-bottom:20px;padding:23px 0 19px}.show-toggle::after,.show-toggle::before{content:"";width:302px;height:1px;background:#ececec}.show-toggle::before{top:0}.show-toggle::after{bottom:0}.show-toggle label{position:relative;display:block;width:100%}.show-toggle label::after,.show-toggle label::before{content:""}.show-toggle label::before{right:0;top:-6px;width:51px;height:26px;border-radius:13px;background:#464646}.show-toggle label::after{right:3px;top:-3px;width:20px;height:20px;border-radius:50%;background:#f8f8f8}.show-toggle input:checked+label::before{background:#ff8e16}.show-toggle input:checked+label::after{right:28px}.contacts{position:relative;padding:757px 0 40px}.contacts--main{padding-top:526px}.contacts--mrgn{margin-top:-247px;margin-bottom:80px}.contacts .container{position:relative;z-index:10}.contacts__left,.contacts__right,.contacts__row{display:-webkit-box;display:-ms-flexbox;display:flex}.contacts__row{gap:92px;height:134px}.contacts__left,.contacts__right{-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;background:rgba(70,70,70,.9)}.contacts__left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:none;flex:none;width:360px;padding-left:40px}.contacts__left::after,.contacts__right::before{content:"";position:absolute;top:0;width:0;height:0}.contacts__left::after{left:100%;border-top:134px solid rgba(70,70,70,.9);border-right:66px solid transparent}.contacts__right{gap:26px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:30px 40px 20px 17px}.contacts__right::before{right:100%;border-bottom:134px solid rgba(70,70,70,.9);border-left:66px solid transparent}.contacts__title{margin:0;font-weight:900;font-size:40px;text-transform:uppercase;color:#f8f8f8}.contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.contacts__item:last-child{grid-column-start:1;grid-column-end:-1}.contacts__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;width:52px;height:52px;border-radius:50%;background:#ff8e16}.contacts__icon svg{width:26px;height:26px;fill:#f8f8f8}.contacts__addr p,.contacts__subtitle{margin:0 0 10px;font-weight:700;font-size:20px;color:#f8f8f8}.contacts__addr address,.contacts__text{font-weight:400;color:#f8f8f8;font-style:normal}.contacts__text{margin:0;font-size:16px}.contacts__addr{display:none;margin-left:-15px;padding:10px 16px;background:url(/local/templates/edisontheme/css/../icons/rectangle-contacts.svg)left center/contain no-repeat}.contacts__addr p{margin:0 0 5px;font-size:18px}.contacts__addr address{max-width:321px;font-size:15px;line-height:1.33333}.map{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.team{position:relative;margin-bottom:120px;overflow:hidden}.requisites::before,.team::before{content:"";position:absolute;z-index:1;width:1127px;height:849px}.team::before{top:80px;right:-182px;background:url(/local/templates/edisontheme/css/../img/bg-catalog.webp)center/contain no-repeat}.requisites .container,.team .container{position:relative;z-index:10}.team__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.member{border:1px solid #ececec;padding:29px 29px 30px}.member__department{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:67px;margin-left:-30px;margin-bottom:10px;padding-left:20px;font-weight:600;font-size:30px;text-transform:uppercase;color:#f8f8f8;background:url(/local/templates/edisontheme/css/../icons/bg-label-team.svg)left center/contain no-repeat}.member__img{width:198px;height:261px;margin-bottom:20px}.member-contacts__text p,.member__name{margin:0 0 11px;font-weight:700;font-size:20px;color:#464646}.member__role{margin:0 0 30px;font-weight:400;font-size:16px;color:#464646}.member-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:21px 40px}.member-contacts__item{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.member-contacts__icon,.member-contacts__item,.member-contacts__text{display:-webkit-box;display:-ms-flexbox;display:flex}.member-contacts__icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;background:#ff8e16;border-radius:50%}.member-contacts__icon svg{width:10px;height:10px;fill:#f8f8f8}.member-contacts__text{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.member-contacts__text p{margin:0}.member-contacts__text a{font-weight:400;font-size:16px;color:#464646}.requisites{position:relative}.requisites::before{top:197px;right:-23px;background:url(/local/templates/edisontheme/css/../img/bg-requisites.webp)center/contain no-repeat}.requisites__arr,.requisites__title{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.requisites__title{margin:0 0 50px;font-family:Montserrat,sans-serif;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.requisites__title.open .requisites__arr{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.requisites__arr{display:none;width:20px;height:20px;border-radius:50%;background:#464646}.requisites__arr svg{width:12px;height:12px;fill:#f8f8f8}.requisites__wrap.open{padding-top:10px;padding-bottom:10px;border-color:#ececec}.requisites__wrap.open .btn{width:100%;margin-left:0;margin-right:0}.requisites__grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ececec;margin-bottom:28px;padding:17px}.requisites__item{display:grid;grid-template-columns:40px 1fr;gap:2px 15px;-ms-flex-line-pack:start;align-content:start;min-height:168px;border-right:1px solid #ececec;padding:13px 15px 14px 14px}.requisites__item:nth-child(n+5){border-top:1px solid #ececec}.requisites__item:nth-child(4n){border-right:none}.requisites__item:first-child .requisites__name,.requisites__item:nth-child(2) .requisites__name{padding-top:0;padding-bottom:8px}.requisites__item:nth-child(15) .requisites__name,.requisites__item:nth-child(16) .requisites__name{padding-bottom:8px}.requisites__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ff8e16}.requisites__icon svg{width:20px;height:20px;fill:#f8f8f8}.requisites__name{margin:0;padding-top:8px;font-weight:700;font-size:20px;color:#464646}.requisites__val{grid-column-start:2;margin:0;font-weight:400;font-size:16px;line-height:1.25;color:#464646}.requisites__val span{display:block;margin-top:5px;color:rgba(70,70,70,.5)}.requisites__val a{display:block;margin-bottom:5px;color:#464646}.requisites .btn{width:228px;height:50px;margin:0 auto;padding:0}.howtoget{position:relative;margin-bottom:120px;overflow:hidden}.howtoget::before{content:"";position:absolute;z-index:1;top:-528px;left:-295px;width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.howtoget .container{position:relative;z-index:10}.howtoget__title{margin:0 0 50px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.howtoget__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.howtoget__item{width:calc(50% - 15px);position:relative}.howtoget__item:nth-child(3),.howtoget__item:nth-child(4){width:calc((100% - 90px)/4)}.howtoget__num{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;top:20px;width:137px;height:79px;padding-left:20px;background:url(/local/templates/edisontheme/css/../icons/bg-label-howtoget.svg)left center/contain no-repeat;font-weight:900;font-size:40px;text-transform:uppercase;color:#f8f8f8}.howtoget__img{height:300px;margin-bottom:20px}.howtoget__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.howtoget__text{margin:0;font-weight:400;font-size:16px;line-height:1.25;color:#464646}.howtoget .slick-list{overflow:visible}.howtoget .slick-slide{padding-right:30px}.hero{position:relative;z-index:10;margin-top:-151px;margin-bottom:120px;padding-top:839px;padding-bottom:97px}.hero__bg,.hero__bg::before{position:absolute;top:0;left:0;width:100%;height:100%}.hero__bg{overflow:hidden}.hero__bg::before{content:"";z-index:2;background:-webkit-gradient(linear,left top,left bottom,color-stop(30.5%,rgba(60,60,60,.19)),to(rgba(228,228,228,0))),-webkit-gradient(linear,left top,left bottom,color-stop(46.5%,rgba(228,228,228,0)),color-stop(91.67%,#e4e4e4),to(#e4e4e4));background:-o-linear-gradient(top,rgba(60,60,60,.19) 30.5%,rgba(228,228,228,0) 100%),-o-linear-gradient(top,rgba(228,228,228,0) 46.5%,#e4e4e4 91.67%,#e4e4e4 100%);background:linear-gradient(180deg,rgba(60,60,60,.19) 30.5%,rgba(228,228,228,0) 100%),linear-gradient(180deg,rgba(228,228,228,0) 46.5%,#e4e4e4 91.67%,#e4e4e4 100%)}.hero__bg video{display:block;width:100%;height:auto}.hero .container{position:relative;z-index:10}.hero__row{display:grid;grid-template-columns:1fr 330px;gap:60px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.hero__left{position:relative;padding-top:31px;padding-left:35px;background:rgba(70,70,70,.8)}.hero__left::before{content:"";position:absolute;top:0;left:100%;border-left:46px solid rgba(70,70,70,.8);border-bottom:243px solid transparent}.hero__right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:243px;padding-left:25px;background:rgba(248,248,248,.8)}.hero__right::before{content:"";position:absolute;top:0;right:100%;border-right:46px solid rgba(248,248,248,.8);border-top:243px solid transparent}.about__img img,.advant__icon img,.brands__item img,.hero__right img{display:block;width:280px;height:111px;-o-object-fit:contain;object-fit:contain}.hero__subtitle,.hero__title{margin:0;font-weight:800;font-size:39px;text-transform:uppercase;color:#f8f8f8}.hero__subtitle{margin:0 0 25px}.hero__subtitle::before{display:none;content:"";position:absolute;top:50%;left:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:2px;height:54px;background:#ff8e16}.hero__footer{display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-right:38px}.hero__footer .btn{-webkit-box-flex:0;-ms-flex:none;flex:none;width:148px;height:50px}.hero__text{margin:0;font-weight:600;font-size:16px;line-height:1.25;color:rgba(248,248,248,.7);text-transform:lowercase}.hero__text span{text-transform:none}.gratitude-carousel{margin:0-15px}.gratitude-carousel .slick-list{overflow:visible}.gratitude-carousel .slick-slide,.sert::before{opacity:.5;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.gratitude-carousel .slick-slide{padding:0 15px}.advant__arr.open::after,.gratitude-carousel .slick-slide.slick-active{opacity:1}.gratitude-carousel .slick-arrow,.gratitude-carousel .slick-arrow svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.gratitude-carousel .slick-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:10;top:-99px;width:49px;height:49px;padding:0;border:0;background:#f8f8f8;cursor:pointer}.gratitude-carousel .slick-arrow svg{width:20px;height:20px;fill:rgba(255,142,22,.5)}.gratitude-carousel .slick-arrow:hover{background:#ff8e16}.carousel-width .slick-arrow:hover svg,.gratitude-carousel .slick-arrow:hover svg{fill:#f8f8f8}.gratitude-carousel .slick-arrow.prev{right:73px}.gratitude-carousel .slick-arrow.next{right:15px}.crushers,.sert{position:relative}.sert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:518px;padding:40px;background:rgba(236,236,236,.9)}.sert::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:146px;height:146px;background:url(/local/templates/edisontheme/css/../icons/zoom.svg)center/contain no-repeat}.crushers{margin-bottom:120px;padding-top:32px}.crushers::before{content:"";position:absolute;z-index:2;top:-187px;left:0;width:1920px;height:980px;background:url(/local/templates/edisontheme/css/../img/bg-crushers.webp)center/contain no-repeat}.crushers .container{position:relative;z-index:100}.crushers__wrap{position:relative;padding:32px 60px;background:url(/local/templates/edisontheme/css/../icons/rectangle-crushers.svg)left top/812px no-repeat}.crushers__wrap::after{content:"";position:absolute;bottom:1px;right:0;width:859px;height:594px;background:url(/local/templates/edisontheme/css/../img/img-crushers.webp)right bottom/contain no-repeat}.crushers__content{max-width:605px}.crushers__title{margin:0 0 31px;padding-left:14px;border-left:2px solid #ff8e16;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.crushers__advants li,.crushers__text{font-weight:400;font-size:16px;line-height:1.25}.crushers__text{margin:0 0 21px;color:rgba(70,70,70,.7)}.crushers__advants{max-width:432px;margin-bottom:28px}.crushers__advants li{position:relative;margin-bottom:3px;padding-left:29px;color:#464646}.crushers__advants li::before{content:"";position:absolute;top:7px;left:0;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.crushers .btn{width:210px;height:50px;padding:0}.about{z-index:2;margin-top:-1px;margin-bottom:120px;padding-bottom:72px}.about::before{display:none}.about::after{content:"";position:absolute;z-index:1;right:0;top:-162px;width:945px;height:842px;background:url(/local/templates/edisontheme/css/../img/bg-about.webp)center/contain no-repeat}.about .container,.advant .container{position:relative;z-index:100}.about,.about__desc p,.about__wrap{position:relative}.about__content{width:calc(50% - 15px)}.about__title{margin:0 0 50px;padding-left:15px;border-left:2px solid #ff8e16;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.about__desc,.about__text{margin-bottom:20px}.about__desc p{padding-left:29px;padding-right:5px}.about__desc p::before,.about__text::before{content:"";position:absolute;left:0;height:8px}.about__desc p::before{top:6px;width:17px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.about__text{position:relative;padding:25px;background:#ececec}.about__desc p,.about__text p{margin:0;font-weight:400;font-size:16px;line-height:1.25;color:rgba(70,70,70,.7)}.about__text::before{display:none;top:0;width:98px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.about__img{position:absolute;z-index:1;top:0;right:0;width:357px;height:641px}.about__img img,.advant__icon img,.brands__item img{width:100%;height:100%}.about__img img:nth-child(1){display:none}.about__video{position:absolute;z-index:2;top:6px;right:108px;width:586px;height:552px;overflow:hidden;-webkit-clip-path:url(#clip-path);clip-path:url(#clip-path)}.about__video video{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:auto;height:100%}.brands{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.brands__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #ececec;height:120px}.advant{position:relative;margin-bottom:120px;padding-bottom:18px}.advant::before{content:"";position:absolute;top:-120px;left:0;width:100%;height:1116px;background:-webkit-gradient(linear,left top,left bottom,color-stop(65.06%,#e4e4e4),to(#f8f8f8));background:-o-linear-gradient(top,#e4e4e4 65.06%,#f8f8f8 100%);background:linear-gradient(180deg,#e4e4e4 65.06%,#f8f8f8 100%)}.advant::after{content:"";position:absolute;top:-151px;left:-173px;width:1262px;height:949px;background:url(/local/templates/edisontheme/css/../img/bg-advant.webp)center/contain no-repeat}.advant__wrap{position:relative;margin-left:-90px;padding:60px 0 56px 90px;background:url(/local/templates/edisontheme/css/../icons/rectangle-advant.svg)left center/contain no-repeat}.advant__wrap::before{content:"";position:absolute;top:34px;right:-195px;width:633px;height:536px;background:url(/local/templates/edisontheme/css/../img/img-advant1.webp)center/contain no-repeat}.advant__wrap::after{content:"";position:absolute;top:74px;right:59px;width:680px;height:691px;background:url(/local/templates/edisontheme/css/../img/img-advant2.webp)center/contain no-repeat}.advant__content{position:relative;z-index:10;max-width:600px}.advant__title{margin:0 0 50px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.advant__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.advant__item{position:relative;min-height:103px}.advant__icon{width:30px;height:30px;margin-bottom:25px}.advant__arr,.advant__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.advant__name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px}.advant__name span{font-weight:700;font-size:20px;color:#464646}.advant__arr{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;position:relative;width:30px;height:30px;border-radius:50%;background:#464646;cursor:pointer}.advant__arr,.advant__arr svg,.advant__arr::after{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.advant__arr svg{width:16px;height:16px;fill:#f8f8f8}.advant__arr::after{content:"";position:absolute;right:-50px;top:calc(50% - 24px);width:25px;height:40px;background:url(/local/templates/edisontheme/css/../icons/triangle-orange.svg)center/contain no-repeat;opacity:0}.advant__arr.open{background:#ff8e16}.advant__arr.open svg{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.advant__tooltip{position:absolute;z-index:100;top:0;left:calc(100% + 50px);padding:20px;width:451px;background-color:#ff8e16;background-position:right bottom;background-repeat:no-repeat;background-size:90px;display:none}.advant .advant__list .advant__item:nth-child(1) .advant__tooltip{background-image:url(/local/templates/edisontheme/css/../icons/adv-bg-icon1.svg)}.advant .advant__list .advant__item:nth-child(2) .advant__tooltip{background-image:url(/local/templates/edisontheme/css/../icons/adv-bg-icon2.svg)}.advant .advant__list .advant__item:nth-child(3) .advant__tooltip{background-image:url(/local/templates/edisontheme/css/../icons/adv-bg-icon3.svg)}.advant .advant__list .advant__item:nth-child(4) .advant__tooltip{background-image:url(/local/templates/edisontheme/css/../icons/adv-bg-icon4.svg)}.advant__tooltip::before{display:none;content:"";position:absolute;right:0;bottom:100%;width:19px;height:19px;background:url(/local/templates/edisontheme/css/../icons/triangle-orange-md.svg)center/contain no-repeat}.advant__tooltip p{margin:0;font-weight:400;font-size:16px;color:#f8f8f8}.modal{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:9900}.modal__inner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:814px;padding:79px 40px 40px;background:#ececec;z-index:9999}.modal__close{position:absolute;top:40px;right:40px;width:15px;height:15px;cursor:pointer}.modal__close svg{width:100%;height:100%;fill:none;stroke:#464646;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.modal__title{position:relative;margin:0 0 24px;padding-left:22px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.modal__title::before{content:"";position:absolute;left:0;top:7px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)left center/contain no-repeat}.modal__subtitle{margin:0 0 48px;color:#555;font-family:"Helios C";font-size:16px;font-weight:400}.modal__btn{width:100%;height:68px;margin:34px 0 49px}.modal__text{max-width:364px;margin:0 auto;padding-top:44px;text-align:center;color:rgba(85,85,85,.8);font-family:"Helios C";font-size:14px;font-weight:400;line-height:23.38px;background:url(/local/templates/edisontheme/css/../img/icons/icon-shild.svg)center top/27px no-repeat}.modal__text a{color:#555;text-decoration:underline}.contactus__row{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin-bottom:15px}.contactus__btn,.contactus__col,.contactus__footer,.contactus__row{display:-webkit-box;display:-ms-flexbox;display:flex}.contactus__col{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;width:calc(50% - 10px)}.contactus .form-group input{height:50px;background:#f8f8f8}.contactus .form-group textarea{background:#f8f8f8;height:170px;min-height:auto}.contactus__btn,.contactus__footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contactus__footer{gap:30px;margin-top:20px}.contactus__btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;width:193px;height:50px;padding:0;border:0;background:#ff8e16;font-weight:600;font-size:16px;color:#f8f8f8;cursor:pointer;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.contactus .form-checkbox label{padding-left:32px}.banner{position:relative;z-index:10;height:801px;margin-top:-246px;padding-top:265px}.banner__img,.banner__img::after{position:absolute;left:0;width:100%}.banner__img{top:-135px;height:100%}.banner__img img,.banner__video video,.pictures__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.banner__img::after{content:"";bottom:-10px;height:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:0 0}.banner .container{position:relative;z-index:100}.banner__title{margin:0 0 31px;font-weight:900;font-size:40px;text-transform:uppercase;color:#f8f8f8}.banner__text{margin-bottom:25px;font-weight:600;line-height:1.25}.banner__text p{margin:0}.banner__list p,.banner__list ul li,.banner__text{font-size:16px;color:rgba(248,248,248,.8)}.banner__list p{margin:0 0 10px;font-weight:600}.banner__list ul li{position:relative;margin-bottom:5px;padding-left:25px;font-family:Montserrat,sans-serif;font-weight:400;line-height:1.25}.banner--company .banner__text p::before,.banner--plastic .banner__text::before,.banner-modal__list ul li::before,.banner__list ul li::before{content:"";position:absolute;left:0;top:8px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)left center/contain no-repeat}.banner__more{display:none}.banner__video,.banner__video::before{position:absolute;top:0;left:0;width:100%;height:100%}.banner__video{overflow:hidden}.banner__video::before{content:"";z-index:2;background:url(/local/templates/edisontheme/css/../img/bg-banner-video.webp)center/cover no-repeat}.banner--prod .banner__content{max-width:640px}.banner--company{height:851px;padding-top:276px}.banner--company .banner__content{max-width:688px}.banner--company .banner__text p{position:relative;margin-bottom:25px;padding-left:30px}.banner--company .banner__more,.banner--conveyor .banner__list ul li{font-weight:600}.banner--plastic{height:735px;padding-top:272px}.banner--plastic .banner__content{max-width:624px}.banner--plastic .banner__text{position:relative;margin-bottom:0;padding-left:26px}.banner--conveyor{height:735px;padding-top:273px}.banner--conveyor::after{display:none;content:"";position:absolute;left:0;top:99%;width:100%;height:87px;background:#e4e4e4}.banner--conveyor .banner__title{margin-bottom:26px}.banner--conveyor .banner__text{max-width:640px;margin-bottom:10px}.pictures{position:relative}.pictures::after{display:none;content:"";position:absolute;bottom:-403px;left:-137px;width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-pictures.webp)center/contain no-repeat}.pictures .container{position:relative;z-index:10}.pictures__title{margin:0 0 50px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.pictures__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:30px}.pictures__grid .slick-list{overflow:visible}.pictures__grid .slick-slide{padding-right:15px}.pictures__item{position:relative}.pictures__item:nth-child(2){grid-column-start:2;grid-column-end:-1}.pictures27 .pictures__item:nth-child(3){grid-column-start:1;grid-column-end:3}.pictures27 .pictures__item:nth-child(4){grid-area:2/3/4/-1}.pictures11 .pictures__item:nth-child(2){grid-column-start:auto;grid-column-end:auto}.pictures11 .pictures__item:nth-child(3){grid-row:span 2/span 2}.pictures11 .pictures__item:nth-child(4){grid-column:span 2/span 2;grid-row-start:2}.pictures__img{position:relative;height:100%}.pictures__img::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(248,248,248,0)),to(rgba(70,70,70,.8)));background:-o-linear-gradient(top,rgba(248,248,248,0)0,rgba(70,70,70,.8) 100%);background:linear-gradient(180deg,rgba(248,248,248,0)0,rgba(70,70,70,.8) 100%)}.pictures__text{position:absolute;left:25px;right:25px;bottom:25px;margin:0;font-weight:400;font-size:16px;color:#f8f8f8}.pictures--company{margin-bottom:120px}.pictures--company::before{content:"";position:absolute;left:0;top:-190px;display:block;width:100%;height:1070px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(65.06%,rgba(228,228,228,0)),to(#f8f8f8));background-image:-o-linear-gradient(top,rgba(228,228,228,0) 65.06%,#f8f8f8 100%);background-image:linear-gradient(180deg,rgba(228,228,228,0) 65.06%,#f8f8f8 100%)}.pictures--company::after{content:"";position:absolute;top:91px;left:-415px;display:block;width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.pictures--company .pictures__item:nth-child(2){grid-column-start:2;grid-column-end:3}.pictures--company .pictures__item:nth-child(3){grid-column-start:1;grid-column-end:3}.pictures--company .pictures__item:nth-child(4){grid-area:1/3/3/-1}.pictures--service{margin-bottom:121px}.pictures--service .pictures__item:first-child{grid-row-start:1;grid-row-end:3}.pictures--service .pictures__item:nth-child(2){grid-column-start:2;grid-column-end:-1}.pictures--service .pictures__item:nth-child(3),.pictures--service .pictures__item:nth-child(4),.pictures--service .pictures__item:nth-child(5){grid-area:auto}.pictures--service .pictures__item:nth-child(6){grid-column-start:2;grid-column-end:-1}.features{position:relative;margin-bottom:120px}.features::before{content:"";position:absolute;left:0;top:-195px;width:100%;height:767px;background:0 0,-webkit-gradient(linear,left top,left bottom,color-stop(65.06%,rgba(228,228,228,0)),to(#f8f8f8));background:0 0,-o-linear-gradient(top,rgba(228,228,228,0) 65.06%,#f8f8f8 100%);background:0 0,linear-gradient(180deg,rgba(228,228,228,0) 65.06%,#f8f8f8 100%)}.features::after{content:"";position:absolute;top:-288px;right:0;width:864px;height:651px;background:url(/local/templates/edisontheme/css/../img/bg-features.webp)center/contain no-repeat}.features .container{position:relative;z-index:100}.features__title{margin:0 0 50px;padding-left:15px;border-left:2px solid #ff8e16;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.features__row,.features__toggle .icon{display:-webkit-box;display:-ms-flexbox;display:flex}.features__row{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.features__col{width:calc(50% - 15px)}.features__toggle,.video-block__wrap.playing img{display:none}.features__toggle span{font-weight:600;font-size:14px;color:#464646}.features__toggle .icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;background:rgba(236,236,236,.5);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.features__toggle .icon svg{width:18px;height:18px;fill:#464646}.features__arr.open svg,.features__toggle.open .icon{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.features__item{margin-bottom:25px}.banner-modal__list ul li:last-child,.banner-modal__text--marker p:last-child,.features__item:last-child{margin-bottom:0}.features__icon{width:30px;height:30px;margin-bottom:15px}.features__bg-icon img,.features__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.features__arr,.features__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.features__name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px}.features__name span{font-weight:700;font-size:20px;color:#464646;text-transform:uppercase}.features__arr{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none;position:relative;width:30px;height:30px;border-radius:50%;background:#464646;cursor:pointer}.features__arr,.features__arr svg,.images__item img{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.features__arr svg{width:16px;height:16px;fill:#f8f8f8}.features__arr svg .xs-block9{width:12px;height:12px}.features__arr.open{background:#ff8e16}.features__hidden{display:none;padding-top:29px}.features__text{position:relative;min-height:90px;padding:25px 31px;background-color:#ff8e16}.features__text::before{content:"";position:absolute;right:0;bottom:100%;display:block;width:34px;height:19px;background:url(/local/templates/edisontheme/css/../icons/triangle-orange-lg.svg)center/contain no-repeat}.features__text p{position:relative;z-index:10;margin:0;font-weight:400;font-size:16px;color:#f8f8f8}.features__bg-icon{position:absolute;z-index:1;bottom:0;right:0;width:90px;height:90px}.images{position:relative;z-index:20;margin-bottom:97px;margin-top:-72px}.images__row{display:grid;grid-template-columns:repeat(6,1fr);-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px;height:170px;padding:0 26px}.images__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:sticky;width:220px;height:115px;-webkit-transform:skewX(-23deg);-ms-transform:skewX(-23deg);transform:skewX(-23deg);overflow:hidden;-webkit-transition:.3s linear;transition:width .3s linear,height .3s linear,transform .3s linear}.images__item img{display:block;max-width:none;width:calc(100% + 70px);height:100%;margin-left:-14px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transform:skewX(23deg) translateX(-15px);-ms-transform:skewX(23deg) translateX(-15px);transform:skewX(23deg) translateX(-15px)}.video-block{position:relative}.video-block__wrap{position:relative;height:750px;overflow:hidden}.video-block video,.video-block__wrap img{width:100%;height:100%}.video-block video{object-fit:cover}.video-block__wrap:not(.playing) video{display:none}.video-block .play{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:10;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:69px;height:69px;padding:0;border:0;border-radius:50%;background:url(/local/templates/edisontheme/css/../icons/play.svg)center/contain no-repeat;cursor:pointer}.video-block .play.playing{background:url(/local/templates/edisontheme/css/../icons/pause.svg)center/contain no-repeat}.video-block__title{position:absolute;z-index:2;left:50px;bottom:50px;max-width:600px;margin:0;padding-left:15px;border-left:2px solid #ff8e16;font-weight:900;font-size:40px;text-transform:uppercase;color:#f8f8f8}.video-block .video-block__wrap::after{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0)0,rgba(21,21,21,.65) 72.8%)}.banner-modal{display:none;position:fixed;z-index:7000;top:0;left:0;width:100%;height:100%;padding:55px 15px 20px;overflow-y:auto;background-color:#f8f8f8;background-image:url(/local/templates/edisontheme/css/../img/bg-banner-modal.webp);background-position:center bottom 30px;background-repeat:no-repeat;background-size:526px}.banner-modal__close{position:absolute;top:20px;right:15px;width:15px;height:15px;cursor:pointer}.banner-modal__close svg{width:100%;height:100%;fill:none;stroke:#464646;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.banner-modal__title{margin:0 0 20px;text-align:center;font-weight:900;font-size:26px;text-transform:uppercase;color:#464646}.banner-modal__text{margin-bottom:20px;font-weight:600;font-size:15px;line-height:1.33333;color:#464646}.banner-modal__text p{margin:0}.banner-modal__text--400,.banner-modal__text--marker{font-weight:400}.banner-modal__text--400 p{margin-bottom:15px}.banner-modal__list ul li,.banner-modal__text--marker p{position:relative;margin-bottom:5px;padding-left:26px}.banner-modal__text--marker p::before{content:"";position:absolute;left:0;top:6px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)left center/contain no-repeat}.banner-modal__list p{margin:0 0 10px;font-weight:600;font-size:16px;color:#464646}.banner-modal__list ul li{padding-left:25px;font-family:Montserrat,sans-serif;font-weight:400;font-size:15px;line-height:1.33333;color:#464646}.fancybox__container{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1410px;max-height:957px}.fancybox__backdrop{background:#f8f8f8}.fancybox__toolbar .fancybox__toolbar__items--left{display:none}.fancybox__button--fullscreen,.fancybox__button--zoom{display:none!important}.fancybox__button--close{width:20px;height:20px;margin-right:5px;margin-top:5px}.fancybox__button--close svg{width:15px!important;height:15px!important;stroke:#464646!important;-webkit-filter:none;filter:none}.fancybox__slide{padding:40px 15px 15px;background:#f8f8f8}.fancybox__caption,.vacancy{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.fancybox__caption{-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:1000;top:15px;left:0;width:613px;height:55px;padding-top:0;padding-left:15px;padding-right:15px;background:#ff8e16;font-family:Montserrat,sans-serif;font-weight:600;font-size:17px;color:#f8f8f8}.fancybox__caption::after{content:"";position:absolute;left:100%;top:0;display:block;width:0;height:0;border-left:63px solid #ff8e16;border-bottom:55px solid transparent}.vacancy{gap:30px}.vacancy__col{width:calc(50% - 15px)}.vacancy__item{margin-bottom:30px;padding:30px 25px;background:#ececec}.making-two__desc ul li:last-child,.vacancy__item:last-child{margin-bottom:0}.vacancy__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;cursor:pointer}.vacancy__arr,.vacancy__icon{-webkit-box-flex:0;-ms-flex:none;flex:none}.vacancy__arr,.vacancy__arr svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.vacancy__arr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:45px;height:45px;background:#f8f8f8}.vacancy__arr svg{width:25px;height:25px;fill:#464646}.vacancy__arr.open{background:#ff8e16}.vacancy__arr.open svg{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);fill:#f8f8f8}.vacancy__icon{width:20px;height:20px}.vacancy__icon svg{width:100%;height:100%;fill:#ff8e16}.vacancy__title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;font-weight:700;font-size:20px;color:#464646}.vacancy__hidden{display:none;padding-top:19px}.vacancy__text{margin-bottom:19px;font-weight:400;font-size:16px;color:rgba(70,70,70,.5)}.geography__desc p,.vacancy__text p{margin:0}.vacancy__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:188px;height:47px;border:1px solid #ff8e16;font-weight:600;font-size:14px;color:#464646;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.geography{position:relative;margin-bottom:120px}.geography::after{content:"";position:absolute;left:0;top:274px;width:945px;height:842px;background:url(/local/templates/edisontheme/css/../img/bg-geography.webp)center/contain no-repeat}.geography .container{position:relative;z-index:100}.geography__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:50px}.geography__title{margin:0;font-weight:900;font-size:40px;text-transform:uppercase;text-align:center;color:#464646}.geography__desc{width:730px;margin-left:auto;padding:20px;font-weight:400;font-size:16px;line-height:1.25;color:#000;background:#ececec}.geography__box{width:calc(1440px - 30px)}.geography__map{position:relative;display:block;height:722px;background:url(/local/templates/edisontheme/css/../icons/map.svg)center/contain no-repeat}.map-item{position:absolute;width:20px;height:20px}.map-item__marker{width:100%;height:100%;border:4px solid #ff8e16;border-radius:50%;background:#f8f8f8;cursor:pointer;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.map-item:first-child{top:449px;left:828px}.map-item:nth-child(2){top:470px;left:641px}.map-item:nth-child(3){top:412px;left:377px;z-index:1}.map-item:nth-child(4){top:414px;left:367px}.map-item:nth-child(5){top:544px;left:293px}.map-item:nth-child(6){top:615px;left:462px}.map-item:nth-child(7){top:649px;left:182px}.map-item:nth-child(8){top:503px;left:296px}.map-item:nth-child(9){top:556px;left:1122px}.map-item:nth-child(10){top:520px;left:310px}.map-item:nth-child(11){top:408px;left:110px}.map-item:nth-child(12){top:503px;left:139px}.map-item:nth-child(13){top:445px;left:275px}.map-item:nth-child(14){top:441px;left:253px}.map-item:nth-child(15){top:395px;left:92px}.map-item:nth-child(16){top:547px;left:971px}.map-item:nth-child(17){top:419px;left:344px}.map-item:nth-child(18){top:328px;left:122px}.map-item:nth-child(19){top:479px;left:324px}.map-item:nth-child(20){top:496px;left:822px}.map-item:nth-child(21){top:549px;left:771px}.map-item:nth-child(22){top:358px;left:1242px}.map-item:nth-child(23){top:523px;left:158px}.map-item:nth-child(24){top:455px;left:349px}.map-item:nth-child(25){top:498px;left:485px}.map-item:nth-child(26){top:454px;left:596px}.map-item:nth-child(27){top:488px;left:166px}.map-item:nth-child(28){top:643px;left:905px}.map-item:nth-child(29){top:628px;left:917px}.map-item:nth-child(30){top:608px;left:200px}.map-item:nth-child(31){top:509px;left:228px}.map-item:nth-child(32){top:512px;left:447px}.map-item:nth-child(33){top:536px;left:486px}.map-item:nth-child(34){top:533px;left:559px}.map-item:nth-child(35){top:526px;left:613px}.map-item:nth-child(36){top:487px;left:610px}.map-item:nth-child(37){top:482px;left:555px}.map-item:nth-child(38){top:509px;left:547px}.map-item:nth-child(39){top:507px;left:513px}.map-item:nth-child(40){top:476px;left:515px}.map-item:nth-child(41){top:464px;left:489px}.map-item:nth-child(42){top:593px;left:933px}.map-item:nth-child(43){top:573px;left:993px}.map-item:nth-child(44){top:453px;left:1073px}.map-item:nth-child(45){top:495px;left:312px}.map-item:nth-child(46){top:398px;left:130px}.map-item:nth-child(47){top:426px;left:358px}.map-item:nth-child(48){top:424px;left:305px}.map-item:nth-child(49){top:531px;left:711px}.map-item:nth-child(50){top:425px;left:639px}.map-item:nth-child(51){top:424px;left:515px}.map-item:nth-child(52){top:452px;left:567px}.map-item__tooltip{position:absolute;z-index:10;bottom:calc(100% + 24px);left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:410px;padding:20px;background:#ff8e16;display:none}.map-item__tooltip::after{content:"";position:absolute;top:100%;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);width:0;height:0;border-top:19px solid #ff8e16;border-left:10px solid transparent;border-right:10px solid transparent}.map-item__tooltip p:first-child{margin:0 0 10px;font-weight:600;font-size:16px;color:#f8f8f8}.map-item__tooltip p:nth-child(2){margin:0;font-weight:400;font-size:16px;color:#f8f8f8}.images-brands{position:relative;z-index:20;padding-bottom:120px;background:linear-gradient(0deg,#e4e4e4,#e4e4e4),linear-gradient(180deg,rgba(228,228,228,0) 61.65%,#f8f8f8 86.74%)}.pictures.pictures11{background:linear-gradient(0deg,#fff,#e4e4e4),linear-gradient(180deg,rgba(228,228,228,0) 61.65%,#f8f8f8 86.74%)}.images-brands__row{display:-webkit-box;display:-ms-flexbox;display:flex}.images-brands__item{height:120px;width:323px}.images-brands__item:last-child,.images-brands__item:nth-child(2){margin-left:-20px}.images-brands__item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;filter:drop-shadow(0 4px 20px #00000040)}.banner-service{position:relative;height:727px;margin-top:-246px}.banner-service__img{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.banner-service__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.banner-service .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative;z-index:2;height:100%;padding-bottom:60px}.banner-service__title{margin:0;padding-left:15px;border-left:2px solid #ff8e16;font-weight:800;font-size:54px;text-transform:uppercase;color:#f8f8f8}.feedback,.feedback__row{position:relative}.feedback::after{display:none;content:"";position:absolute;left:0;top:-121px;width:100%;height:832px;background-color:#d9d9d9;background-image:url(/local/templates/edisontheme/css/../img/bg-feedback.webp);background-position:center;background-size:cover;background-repeat:no-repeat}.feedback__row{z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}.feedback__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:571px}.feedback__img img,.making-one__img img,.making-three__img img,.making-two__pic img,.park__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.feedback__form{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;z-index:1;padding:30px;background:#ececec}.feedback__form::after{content:"";position:absolute;bottom:0;left:100%;border-bottom:437px solid #ececec;border-right:180px solid transparent}.feedback__title{position:relative;margin:0 0 24px;padding-left:22px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.feedback__title::before{content:"";position:absolute;left:0;top:7px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.feedback .contactus,.park .container{position:relative;z-index:10}.park{position:relative;margin-bottom:120px}.park::before{content:"";position:absolute;left:-408px;top:-297px;width:945px;height:842px;background:url(/local/templates/edisontheme/css/../img/bg-park.webp)center/contain no-repeat}.park .container{z-index:100}.park__row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:90px;height:260px}.park__left{-webkit-box-flex:0;-ms-flex:none;flex:none;position:relative;width:624px;padding-top:60px;padding-left:30px;background:#464646}.park__left::after,.park__right::before{content:"";position:absolute;width:0;height:0}.park__left::after{top:0;left:100%;border-top:260px solid #464646;border-right:66px solid transparent}.park__right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;padding-left:31px;background:#ececec}.park__right::before{bottom:0;right:100%;border-bottom:260px solid #ececec;border-left:66px solid transparent}.park__title{margin:0 0 20px;font-weight:900;font-size:40px;text-transform:uppercase;color:#f8f8f8}.park__text{margin:0;font-weight:700;font-size:20px;color:#f8f8f8}.park__img{width:278px;height:200px}.park__info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px 10px;max-width:347px}.park__doc,.park__info p{font-weight:600;font-size:16px}.park__info p{width:100%;margin:0;color:#464646}.park__doc{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:219px;height:50px;background:#ff8e16;color:#ececec;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.park__doc span,.quest__doc span{margin-left:5px}.park__doc,.park__load,.steps{display:-webkit-box;display:-ms-flexbox;display:flex}.park__load{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:118px;height:50px;border:1px solid #ff8e16;font-weight:600;font-size:16px;color:#464646;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.park--plastic::before{display:none}.park--plastic .park__left{padding-top:106px;padding-left:93px}.park--plastic .park__info{row-gap:44px}.park--plastic .park__doc,.park--plastic .park__load{height:50px;border-radius:6px;font-size:16px}.park--tradein .park__left{padding-top:72px}.park--dev .park__left{padding-top:105px;padding-left:63px}.steps{gap:83px}.steps__item{position:relative;width:210px;background:#ececec;height:264px}.steps__item:first-child{padding-left:18px;background:#ff8e16}.steps__item:first-child::after{content:"";position:absolute;top:0;left:100%;width:0;height:0;border-top:264px solid #ff8e16;border-right:53px solid transparent}.steps__item:first-child::before{display:none;content:"";position:absolute;top:0;right:calc(100% - 1px);background:#ff8e16}.steps__item:first-child .steps__num{margin-left:13px;color:rgba(248,248,248,.3)}.steps__item:first-child .steps__title{margin-top:-8px;margin-bottom:11px;color:#f8f8f8}.steps__item:first-child .steps__text{color:#f8f8f8;padding-left:2px}.steps__item:nth-child(2){padding-left:5px}.steps__item:nth-child(3){padding-left:5px;padding-right:24px}.steps__item:nth-child(4){padding-right:24px}.steps__item:nth-child(2)::before,.steps__item:nth-child(3)::before,.steps__item:nth-child(4)::before{content:"";position:absolute;bottom:0;right:100%;width:0;height:0;border-bottom:264px solid #ececec;border-left:53px solid transparent}.steps__item:nth-child(2)::after,.steps__item:nth-child(3)::after,.steps__item:nth-child(4)::after{content:"";position:absolute;top:0;left:100%;width:0;height:0;border-top:264px solid #ececec;border-right:53px solid transparent}.steps__item:nth-child(2){padding-right:5px}.steps__item:nth-child(2) .steps__title{margin-top:-8px}.steps__item:nth-child(3) .steps__title{margin-top:-4px}.steps__item:nth-child(4){padding-left:0}.steps__item:nth-child(4) .steps__num{margin-left:15px}.steps__item:nth-child(4) .steps__title{margin-top:-4px}.steps__item:last-child{width:238px;padding-left:5px;padding-right:44px;background:#ff8e16}.steps__item:last-child::before{content:"";position:absolute;bottom:0;right:100%;width:0;height:0;border-bottom:264px solid #ff8e16;border-left:53px solid transparent}.steps__item:last-child::after{display:none;content:"";position:absolute;top:0;left:calc(100% - 1px);background:#ff8e16}.steps__item:last-child .steps__num{color:rgba(248,248,248,.3)}.steps__item:last-child .steps__title{margin-top:-4px;margin-bottom:11px;color:#f8f8f8}.steps__item:last-child .steps__text{color:#f8f8f8}.steps__num{position:relative;z-index:10;display:block;margin-left:10px;font-weight:800;font-size:110px;text-transform:uppercase;color:rgba(70,70,70,.3)}.steps__text,.steps__title{position:relative;z-index:10;margin:0 0 10px;font-weight:700;font-size:20px;color:#464646}.steps__text{margin:0;font-weight:400;font-size:16px;line-height:1.25}.making{position:relative;margin-bottom:120px;padding-top:90px}.making::before{content:"";position:absolute;top:-352px;right:-62px;width:1127px;height:849px;background:url(/local/templates/edisontheme/css/../img/bg-making.webp)center/contain no-repeat}.making::after{content:"";position:absolute;top:205px;left:-415px;width:1240px;height:933px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.making .container{position:relative;z-index:100}.making-one{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:90px}.making-one__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:762px;height:462px}.making-one__desc{position:relative;width:646px;height:372px;padding:67px 50px 20px 28px;background:#ececec}.making-one__desc::before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-top:372px solid #ececec;border-left:106px solid transparent}.making-one__title{margin:0 0 40px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.making-one__text,.making-two__desc ul li{font-weight:400;font-size:18px;color:#464646}.making-one__text,.making-two__desc p{position:relative;margin:0;padding-left:27px}.making-one__text::before,.making-two__desc p::before{content:"";position:absolute;left:0;top:7px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.making-two{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:90px}.making-two__desc{-webkit-box-flex:0;-ms-flex:none;flex:none;width:480px;padding-top:39px}.making-two__desc p{margin:0 0 30px;font-weight:700;font-size:18px;color:#464646}.making-two__desc ul{padding-left:45px}.making-two__desc ul li{margin-bottom:10px;list-style:disc}.making-two__desc ul li::before{display:none;content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)right center/cover no-repeat}.making-two__imgs{display:-webkit-box;display:-ms-flexbox;display:flex}.making-two__pic:first-child{width:547px;height:321px}.making-two__pic:nth-child(2){width:456px;height:321px;margin-left:-74px}.making-three{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.making-three__img{width:762px;height:462px}.making-three__desc{position:relative;width:646px;height:372px;padding:28px 37px 10px 0;background:#ececec}.making-three__desc::before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-top:372px solid #ececec;border-left:106px solid transparent}.making-three__text{position:relative;margin:0;padding-left:27px;font-weight:400;font-size:18px;color:#464646}.making-three__text::before{content:"";position:absolute;left:0;top:7px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.making-three__text p{margin:0 0 15px}.making-three__text p:last-child{margin-bottom:0;font-weight:600}.advant-plastic{position:relative;z-index:10;margin-bottom:120px;margin-top:14px}.advant-plastic .container{position:relative;z-index:100}.advant-plastic__header{position:relative;max-width:880px;margin-bottom:30px}.advant-plastic__header h2{max-width:1000px;margin:0 0 30px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.advant-plastic__header p{position:relative;margin:0;padding-left:28px;font-weight:700;font-size:20px;color:#464646}.advant-plastic__header p::before{content:"";position:absolute;top:8px;left:0;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.advant-plastic__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:393px;gap:30px}.advant-plastic__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:30px;background:#ececec;overflow:hidden;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.advant-plastic__item.open .advant-plastic__num{color:#f8f8f8}.advant-plastic__item.open .advant-plastic__desc{top:0}.advant-plastic__img{background:#ececec}.advant-plastic__img img,.specif__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.advant-plastic__num{position:relative;z-index:10;font-weight:800;font-size:134px;line-height:1;top:-20px;left:-1px;color:#ff8e16;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.advant-plastic__title{position:relative;z-index:1;margin:0;font-weight:600;font-size:28px;text-transform:uppercase;color:#464646}.advant-plastic__arr svg,.advant-plastic__desc{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.advant-plastic__desc{position:absolute;z-index:5;left:0;top:101%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100%;padding:30px;background:#ff8e16}.advant-plastic__desc p{margin:0;font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;color:#f8f8f8}.advant-plastic__arr{display:none;position:absolute;z-index:10;top:20px;right:20px;width:45px;height:45px;background:#f8f8f8}.advant-plastic__arr svg{width:25px;height:25px;fill:#464646}.advant-plastic__arr.open svg{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.advant-plastic--repair .advant-plastic__desc p{font-weight:600;font-size:17px}.advant-plastic--dev::before,.specif::before{content:"";position:absolute;width:1240px;height:933px}.advant-plastic--dev::before{top:-281px;left:-122px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat}.specif{position:relative;margin-bottom:120px}.specif::before{left:0;top:-255px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.png)center/contain no-repeat}.specif .container{position:relative;z-index:10}@media screen and (max-width:413px){.specif .container,.specif__row{position:static!important}}.specif__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:38px;position:relative}.specif__row::before{content:"";position:absolute;z-index:1;left:0;top:87px;width:945px;height:723px;background:url(/local/templates/edisontheme/css/../icons/rectangle-plastic.svg)center/contain no-repeat}.specif__img{position:relative;z-index:10;-webkit-box-flex:0;-ms-flex:none;flex:none;width:554px;height:671px;margin-top:5px}.specif__img img{display:block}.specif__desc{position:relative;z-index:5;padding:46px 60px 45px 0;background:#ececec}.specif__desc::before{content:"";position:absolute;left:-159px;top:0;width:978px;height:100%;background:url(/local/templates/edisontheme/css/../icons/rectangle-specif.svg)center/contain no-repeat}.specif__img img,.specif__text{position:relative;z-index:10}.specif__text>p{margin:0 0 20px;font-weight:400;font-size:18px;color:#464646}.specif__text>p strong{font-weight:700;font-size:20px}.specif__text>p:last-child{margin-bottom:0;margin-top:-5px}.specif__list{margin-bottom:40px}.specif__item{position:relative;margin-bottom:10px;padding-left:27px}.specif__item::before{content:"";position:absolute;left:0;top:8px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.offer__text ul li:last-child,.specif__item:last-child{margin-bottom:0}.specif__item p:first-child{margin:0 0 5px;font-weight:600;font-size:18px;color:#464646}.specif__item p:nth-child(2){margin:0;font-weight:400;font-size:18px;color:#464646}.tradein{margin-bottom:90px;padding-top:30px}.tradein__title{margin:0 0 51px;padding-left:15px;border-left:2px solid #ff8e16;font-weight:800;font-size:54px;text-transform:uppercase;color:#464646}.tradein__wrap{position:relative}.tradein__img{position:absolute;z-index:10}.tradein__img:first-child{top:40px;left:0;width:522px;height:280px}.tradein__img:nth-child(2){top:80px;left:439px;width:522px;height:280px}.offer__img img,.repair__img img,.support__img img,.tradein__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.tradein__text{position:relative;z-index:1;width:927px;height:399px;margin-left:auto;padding-top:80px;padding-right:30px;background:#ececec}.tradein__text::before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-right:161px solid #ececec;border-top:399px solid transparent}.tradein__text p{width:376px;position:relative;margin:0 0 10px auto;padding-left:27px}.tradein__text p:first-child{font-weight:400;font-size:18px;color:#464646}.tradein__text p:last-child{margin-bottom:0;font-weight:600;font-size:18px;color:#464646}.tradein__text p:last-child span{display:none}.tradein__text p::before{content:"";position:absolute;left:0;top:7px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.tradein-steps{position:relative;margin-bottom:145px}.tradein-steps::before{content:"";position:absolute;top:-238px;right:-62px;width:1127px;height:849px;background:url(/local/templates/edisontheme/css/../img/bg-requisites.webp)center/contain no-repeat}.tradein-steps .container{position:relative;z-index:100}.tradein-steps__title{margin:0 0 30px;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.tradein-steps__row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:141px}.tradein-steps__item{position:relative;height:248px;background:#ff8e16}.tradein-steps__item:first-child{width:360px;padding-left:30px;padding-right:20px}.tradein-steps__item:first-child::before{display:none;content:"";position:absolute;width:0;height:0}.tradein-steps__item:first-child::after{content:"";position:absolute;top:0;left:100%;width:0;height:0;border-left:91px solid #ff8e16;border-bottom:248px solid transparent}.tradein-steps__item:nth-child(2){width:360px;padding-left:10px;background:#ececec}.tradein-steps__item:nth-child(2)::before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-right:91px solid #ececec;border-top:248px solid transparent}.tradein-steps__item:nth-child(2)::after{content:"";position:absolute;top:0;left:100%;width:0;height:0;border-left:91px solid #ececec;border-bottom:248px solid transparent}.tradein-steps__item:nth-child(2) .tradein-steps__num,.tradein-steps__item:nth-child(2) .tradein-steps__subtitle{color:#464646}.tradein-steps__item:nth-child(2) .tradein-steps__text{margin:0-15px 0 0;color:#464646}.tradein-steps__item:last-child{width:408px;padding-left:10px;padding-right:40px}.tradein-steps__item:last-child::before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-right:91px solid #ff8e16;border-top:248px solid transparent}.tradein-steps__item:last-child::after{display:none;content:"";position:absolute;width:0;height:0}.tradein-steps__num{margin:0;font-weight:800;font-size:110px;text-transform:uppercase;color:#f8f8f8;opacity:.3}.tradein-steps__subtitle{margin:-4px 0 10px;font-weight:700;font-size:20px;color:#f8f8f8}.tradein-steps__text{position:relative;z-index:10;margin:0;font-weight:400;font-size:16px;line-height:1.25;color:#f8f8f8}.repair{position:relative;margin-bottom:90px;padding-top:90px}.repair::before{content:"";position:absolute;top:-352px;right:-62px;width:1127px;height:849px;background:url(/local/templates/edisontheme/css/../img/bg-requisites.webp)center/contain no-repeat}.offer .container,.repair .container{position:relative;z-index:100}.repair__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transform:translateX(2px);-ms-transform:translateX(2px);transform:translateX(2px)}.repair__img{width:782px;height:462px}.repair__wrap{position:relative;width:621px;height:394px;padding-top:34px;padding-right:30px;background:#ececec}.repair__wrap::before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-right:112px solid #ececec;border-top:394px solid transparent}.repair__desc{position:relative;z-index:10;width:566px;margin-left:auto}.repair__title{margin:0 0 40px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.offer__text p,.repair__text{margin:0;font-size:18px;color:#464646}.offer__text ul li,.repair__text{position:relative;padding-left:27px;font-weight:400}.offer__text ul li::before,.repair__text::before{content:"";position:absolute;left:0;top:7px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.offer{position:relative;margin-bottom:120px;margin-top:-31px}.offer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.offer__img{width:717px;height:522px}.offer__wrap{position:relative;width:685px;height:406px;padding-top:40px;padding-left:11px;padding-right:30px;background:#ececec}.offer__wrap::before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-right:88px solid #ececec;border-bottom:406px solid transparent}.offer__title{margin:0 0 20px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.offer__text ul{padding-right:80px}.offer__text ul li{margin-bottom:15px;font-size:18px;color:#464646}.offer__text ul li::before{left:-1px;top:9px}.offer__text p{font-weight:600}.offer__item,.offer__text ul{margin-bottom:20px}.offer__item:last-child{margin-bottom:0}.offer__item p{margin:0;font-weight:400;font-size:18px;color:#464646}.offer__item p:first-child{font-weight:600}.offer--visits .offer__img{width:732px;height:474px}.offer--visits .offer__wrap{width:677px;height:365px;padding-top:30px;padding-right:30px;padding-left:4px}.offer--visits .offer__wrap::before{border-right-width:92px;border-bottom-width:365px}.offer--visits__desc{width:100%}.offer--visits .offer__title{position:relative;margin-bottom:20px;padding-left:27px;font-weight:700;font-size:20px;color:#464646;text-transform:none}.offer--visits .offer__title::before{content:"";position:absolute;left:0;top:8px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.support{position:relative;margin-bottom:90px;padding-top:90px}.support::before{content:"";position:absolute;top:-352px;right:-62px;width:1262px;height:946px;background:url(/local/templates/edisontheme/css/../img/bg-making.webp)center/contain no-repeat}.choose .container,.support .container{position:relative;z-index:100}.support__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.support__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:867px;height:376px}.support__desc{padding-right:20px}.support__title{margin:0 0 40px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.support__text{position:relative;margin:0;padding-left:27px;font-weight:400;font-size:18px;color:#464646}.support__text::before{content:"";position:absolute;left:0;top:8px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.choose{position:relative;margin-bottom:120px}.choose::before{content:"";position:absolute;top:100px;right:0;width:1120px;height:842px;background:url(/local/templates/edisontheme/css/../img/bg-section-similar.webp)center/contain no-repeat}.choose__row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:28px}.choose__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:450px;height:487px}.choose__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.choose__wrap{position:relative;z-index:10}.choose__title{margin:0 0 30px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.choose__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:38px 30px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.choose__item{padding-right:5px}.choose__desc{padding:15px;background:#ff8e16}.choose__desc p{margin:0;font-weight:600;font-size:18px;color:#f8f8f8}.choose__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:44px;margin-bottom:10px;border-radius:2px;background:#ff8e16}.choose__icon img{display:block;width:30px;height:30px}.choose__subtitle{margin:0 0 10px;font-weight:700;font-size:20px;color:#464646}.choose__text{margin:0;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;color:#464646}.choose--dev .choose__img{height:435px}.choose--dev .choose__item{padding-right:0}.choose--dev .choose__desc{padding-top:10px;padding-bottom:10px}.choose--conveyor .choose__row{gap:31px}.choose--conveyor .choose__img{height:435px}.choose--conveyor .choose__grid{row-gap:60px}.choose--conveyor .choose__desc{padding-top:11px;padding-bottom:11px}.development{padding-top:90px;margin-bottom:120px}.development__title{margin:0 0 30px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.development__subtitle{position:relative;margin:0 0 30px;padding-left:27px;font-weight:700;font-size:20px;color:#464646}.development__subtitle::before{content:"";position:absolute;left:0;top:8px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.development__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px}.development__grid .slick-slide{padding-right:30px}.development__grid .slick-slide>div{height:100%}.development__grid .slick-list{overflow:visible}.development__grid .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.development__item{position:relative}.development__item:first-child{grid-column-start:1;grid-column-end:4}.development__item:nth-child(2){grid-column-start:4;grid-column-end:-1}.development__item:nth-child(3){grid-column-start:1;grid-column-end:3}.development__item:nth-child(4){grid-column-start:3;grid-column-end:5}.development__item:nth-child(5){grid-column-start:5;grid-column-end:-1}.development__num{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:10;left:0;top:20px;width:79px;height:79px;padding-left:35px;background:#ff8e16;font-weight:900;font-size:48px;text-transform:uppercase;color:rgba(248,248,248,.5)}.development__num::after,.modern__wrap::after{content:"";position:absolute;top:0;left:100%;width:0;height:0;border-top:79px solid #ff8e16;border-right:58px solid transparent}.development__img{height:300px;margin-bottom:5px}.development__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.development__desc{height:calc(100% - 305px);padding:20px;background:#ececec}.development__name{margin:0 0 10px;font-weight:700;font-size:20px;color:#464646}.development__text{font-weight:400;font-size:18px;color:#464646}.development__text p,.modern__text p{margin:0}.modern{margin-bottom:120px}.modern__row,.modern__wrap{position:relative}.modern__wrap{width:1078px;height:386px;padding-top:60px;padding-left:30px;background:#ececec}.modern__wrap::after{border-top:386px solid #ececec;border-right:80px solid transparent}.modern__title{max-width:570px;margin:0 0 30px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.modern__text{position:relative;max-width:500px;padding-left:27px;font-weight:400;font-size:18px;color:#464646}.modern__text::before{content:"";position:absolute;left:0;top:8px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.modern__img{position:absolute;z-index:10;right:0;top:60px;width:838px;height:261px}.modern__img img{width:100%;-o-object-fit:contain;object-fit:contain;display:block}.automation{position:relative;margin-bottom:119px}.automation::before{position:absolute;top:57px;right:-85px;width:945px;height:842px;background:url(/local/templates/edisontheme/css/../img/bg-about.webp)center/contain no-repeat}.automation .container{position:relative;z-index:100}.automation__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;position:relative}.automation__left,.automation__right{width:calc(((100% - ((12 - 1)*20px))/12*6) + ((6 - 1)*20px))}.automation__left{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.automation__right{padding-left:7px}.automation__img{height:388px}.automation__img:nth-child(2){height:390px}.automation__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.automation__title{position:relative;margin:0 0 30px;padding-left:27px;font-weight:700;font-size:20px;color:#464646}.automation__item::before,.automation__title::before,.conveyors__text p::before,.drive__text p::before,.rollsup__text p::before,.tension__text p::before{content:"";position:absolute;left:0;top:8px;width:17px;height:8px;background:url(/local/templates/edisontheme/css/../icons/marker-list.svg)center/contain no-repeat}.automation__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:30px}.automation__item::before{display:none}.automation__desc p,.automation__item p{margin:0;font-weight:600;font-size:18px;color:#464646}.automation__item p:nth-child(2){font-weight:400}.automation__desc{padding:25px;background:#ececec}.conveyors{position:relative;z-index:100;margin-top:-30px;margin-bottom:90px}.conveyors__row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.conveyors__img{position:absolute;z-index:10;left:0;top:50px;width:810px;height:550px}.conveyors__img img,.quest__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.conveyors__wrap{position:relative;width:973px;height:650px;padding-top:98px;padding-right:90px;background:#ececec}.conveyors__wrap::before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-right:184px solid #ececec;border-top:650px solid transparent}.conveyors__desc{width:480px;margin-left:auto}.conveyors__title{margin:0 0 28px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.conveyors__text{font-weight:400;font-size:18px;color:#464646}.conveyors__text p{position:relative;margin:0 0 15px;padding-left:27px}.conveyors__text p:last-child,.drive__text p:last-child,.rollsup__text p:last-child{margin-bottom:0}.quest{padding:20px;background:#f8f8f8;border:1px solid transparent;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.quest__img{height:242px;margin-bottom:15px}.quest__info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.quest__doc,.quest__info p,.quest__load{width:100%;font-weight:600;font-size:16px}.quest__info p{min-height:40px;margin:0 0 15px;color:#464646}.quest__doc,.quest__load{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:50px;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.quest__doc{background:#ff8e16;color:#ececec}.quest__load{border:1px solid #ff8e16;color:#464646}.carousel-width{margin:0 0 0-10px}.carousel-width::after{content:"";position:absolute;z-index:10;right:0;top:0;width:330px;height:100%;background:-webkit-gradient(linear,left top,right top,color-stop(.01%,rgba(248,248,248,0)),to(rgba(248,248,248,.8)));background:-o-linear-gradient(left,rgba(248,248,248,0) .01%,rgba(248,248,248,.8) 100%);background:linear-gradient(90deg,rgba(248,248,248,0) .01%,rgba(248,248,248,.8) 100%)}.carousel-width .slick-slide{width:326px;padding:0 10px}.carousel-width .slick-arrow,.carousel-width .slick-dots{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:10}.carousel-width .slick-arrow,.carousel-width .slick-arrow svg{-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.carousel-width .slick-arrow{top:-99px;width:49px;height:49px;border:0;background:#f8f8f8;cursor:pointer}.carousel-width .slick-arrow svg{width:20px;height:20px;fill:rgba(255,142,22,.5)}.carousel-width .slick-arrow:hover{background:#ff8e16}.carousel-width .slick-arrow.prev{right:68px}.carousel-width .slick-arrow.next{right:10px}.carousel-width .slick-dots{margin:0;list-style:none;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;left:0;right:0;bottom:20px}.carousel-width .slick-dots li{display:block}.drive{margin-bottom:90px;margin-top:-30px}.drive::before{content:"";position:absolute;right:0;top:-382px;width:864px;height:651px;background:url(/local/templates/edisontheme/css/../img/bg-features.png)center/contain no-repeat}.drive .container,.rollers .container,.rollsup .container{position:relative;z-index:100}#js-modal-contactus .form-group,.drive,.drive__row{position:relative}.drive__img{position:absolute;z-index:100;bottom:0;right:-437px;width:766px;height:403px}.drive__img img,.rollers__img img,.tension__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.drive__img2{display:none}.drive__wrap{position:relative;width:973px;height:505px;padding-top:40px;padding-left:45px;background:#ececec}.drive__wrap::after,.rollsup__wrap::after{content:"";position:absolute;top:0;left:100%;width:0;height:0}.drive__wrap::after{border-left:184px solid #ececec;border-top:505px solid transparent}.drive__content{width:600px}.drive__title{margin:0 0 28px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.drive__text{font-weight:400;font-size:18px;color:#464646}.drive__text p,.rollsup__text p,.tension__text p{position:relative;margin:0 0 15px;padding-left:27px}.tension{margin-bottom:120px}.tension__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:50px}.tension__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:760px;height:380px}.rollers__img img,.tension__img img{display:block}.tension__text{font-weight:400;font-size:18px;color:#464646}.rollsup__text p,.tension__text p{margin:0}.rollsup{margin-bottom:112px}.rollsup__wrap{position:relative;width:793px;height:544px;padding-top:46px;padding-left:45px;background:#ececec}.rollsup__wrap::after{z-index:1;border-left:294px solid #ececec;border-bottom:544px solid transparent}.rollsup__img{position:absolute;z-index:10;top:0;right:-617px;width:589px;height:564px}.rollsup__content{width:682px}.rollsup__title{margin:0 0 28px;font-weight:600;font-size:30px;text-transform:uppercase;color:#464646}.rollsup__text{font-weight:400;font-size:18px;color:#464646}.rollsup__text p{margin:0 0 20px}.rollers{position:relative;margin-bottom:120px;padding-top:83px}.rollers::after{content:"";position:absolute;left:0;top:-104px;width:100%;height:812px;background:url(/local/templates/edisontheme/css/../img/bg-gratitude.png)center/cover no-repeat}.rollers__wrap{position:relative;width:636px;height:478px;padding-top:40px;padding-left:59px;background:#f8f8f8}.rollers__wrap::after{content:"";position:absolute;z-index:-1;top:0;left:100%;border-left:201px solid #f8f8f8;border-bottom:478px solid transparent}.rollers__content{width:605px}.rollers__title{margin:0 0 35px;padding-left:14px;border-left:2px solid #ff8e16;font-weight:900;font-size:40px;text-transform:uppercase;color:#464646}.rollers__text{margin-bottom:35px;margin-right:-40px;font-weight:400;font-size:16px;line-height:1.25;color:rgba(70,70,70,.7)}.rollers__text p{margin:0}.rollers__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:208px;height:50px;background:#ff8e16;font-weight:600;font-size:16px;color:#f8f8f8;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.rollers__img{position:absolute;z-index:10;bottom:0;right:-773px;width:749px;height:561px}.carousel::after{pointer-events:none}.bx-touch .smart-filter-popup-result{display:none!important}.requisites{overflow:hidden}.requisites__arr.open{transform:rotate(180deg)}.f-menu__link.current{color:#ff8e16}.popup-window.popup-window-with-titlebar{max-width:100%;padding:30px 40px 40px;background:#ececec}.popup-window-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;row-gap:15px;column-gap:10px}.popup-window .popup-window-buttons .btn{margin-right:0!important}.popup-window .popup-window-titlebar{text-align:center;margin-bottom:15px;height:auto}.popup-window .popup-window-titlebar-text{position:relative;font-weight:900;font-size:30px;text-transform:uppercase;color:#464646;padding:0;line-height:normal;overflow:initial;text-overflow:unset;white-space:normal}.popup-window-content{position:relative;font-weight:400;font-size:16px;color:#464646;cursor:pointer;background:0 0!important;padding:0!important}.compare{top:0!important;display:flex!important}.contactus .form-group,.feedback__form{max-width:100%}.category__grid .card__info p{flex-wrap:wrap}.smart-filter-input-group-number .d-flex.justify-content-between{display:flex;justify-content:space-between;margin-bottom:15px}.vacancy__btn{cursor:pointer}.cart__sum{display:none}.popup-window-overlay,.popup-window.popup-window-with-titlebar{display:none!important}#cart-success{gap:30px}#cart-error,#cart-success{display:flex;justify-content:center}#cart-error,#cart-success{display:none;margin-top:60px}.has-image[data-image-fit=contain] .fancybox__content{align-items:center;width:100%!important}.carousel__button svg{stroke:#000}.fancybox__nav .carousel__button svg{stroke:#ff8e16}.fancybox__counter{color:#000}.fancybox__toolbar__items--right .carousel__button{height:20px;width:20px;margin-right:10px;margin-top:5px}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{border-color:#ff8e16}.fancybox__thumbs{z-index:10}.card__info p span:first-child{max-width:75%}.card__info p span:nth-child(2){max-width:100%}.form-checkbox.error label::before{border-color:red}.category__header.category__header_spares{grid-template-columns:1fr 210px}.wrap{min-height:100vh}.bottom p{font-weight:400}.catalog__item.no-scale:hover .catalog__img{transform:scale(1)}.catalog__item.no-scale{cursor:default}.specifications__row{grid-template-columns:repeat(3,calc(33% - 4px))}#bx-panel{z-index:6001!important}#js-modal-contactus .error-message{position:absolute;color:red;left:5px;font-size:14px}.has-image[data-image-fit=contain] .fancybox__image{width:100%!important;height:100%!important;transform:none!important}@media screen and (max-width:1629px){.container{width:1440px;padding:0 15px}.geography__wrap{margin-left:calc(((100vw - 1440px)/2 + 15px)*-1);margin-right:calc(((100vw - 1440px)/2 + 15px)*-1);padding-left:calc((100vw - 1440px)/2 + 110px);padding-right:calc((100vw - 1440px)/2 + 110px);overflow-x:auto}}@media (min-width:1440px){.hero{padding-top:688px;padding-bottom:97px;margin-top:0}}@media screen and (max-width:1439px){.container{width:1366px;padding:0 15px}.header__navbar{width:1004px}.main--news::before{top:-281px;right:-271px}.main--news::after{top:482px;bottom:auto;left:-290px}.main--services::before{top:0;left:-415px}.title{margin-bottom:30px}.catalog__bg{top:-115px;right:-228px}.catalog__grid{gap:30px}.category__header{grid-template-columns:1fr 482px;gap:30px;margin-bottom:25px}.category__row{grid-template-columns:311px 1fr}.category__sidebar{padding-top:15px}.category__grid{margin-bottom:30px}.sorting{gap:30px}.card__img{height:234px}.card__info p{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.product{margin-bottom:120px}.product__grid{grid-template-columns:653px 1fr}.gallery__carousel{margin-bottom:10px}.gallery__item{height:543px}.data,.tocart{margin-bottom:10px}.doc{grid-template-columns:40px 1fr 204px}.info{padding:30px 0}.info__nav{gap:7px}.info__btn{padding-right:30px}.section--parts::before{top:323px;right:185px}.carousel::after,.section--similar::before{display:none}.carousel{margin:0-6px}.carousel .slick-slide{padding:0 6px}.news{padding-top:1px}.news__grid{margin-bottom:30px}.preview__img{height:283px}.services{padding-top:20px}.service-preview{min-height:641px}.service-preview__img{height:284px}.service-preview__desc{height:calc(100% - 284px)}.article{padding-top:0}.article::before{top:-70px;right:-631px}.article::after{bottom:467px;left:-544px}.article__gallery img,.article__img{height:568px}.err404{padding-top:77px}.bottom p{font-weight:700}.f-menu{width:457px;-webkit-column-gap:37px;-moz-column-gap:37px;column-gap:37px}.questions{padding-top:20px}.questions::before{left:-306px}.questionnaire__img{width:228px;height:164px}.questionnaire__grid{grid-template-columns:1fr 131px}.basket{padding-top:20px}.basket__item:last-child{padding-bottom:30px;border-bottom:1px solid rgba(197,197,197,.2)}.comparison__row{-webkit-column-gap:31px;-moz-column-gap:31px;column-gap:31px;margin-bottom:89px}.comparison__item{width:calc((100% - 62px)/3)}.compare-toggle{gap:7px}.compare-toggle__btn{padding-right:30px}.compare-carousel{height:auto}.compare-carousel .slick-arrow{top:calc(100% + 20px);bottom:auto}.compare-carousel .slick-arrow.next{left:calc(50% + 33px)}.card-sm__img{height:228px}.counter{top:calc(100% + 34px);bottom:auto}.contacts{padding-top:498px;padding-bottom:30px}.contacts--main{margin-bottom:18px;padding-top:527px;padding-bottom:39px}.contacts--main .contacts__title{font-weight:700}.contacts--main .contacts__right{padding-left:40px;padding-right:0}.contacts--main .contacts__text{font-weight:700}.contacts--mrgn{margin-top:-95px}.contacts__row{gap:87px}.contacts__left{width:340px;padding-left:38px}.contacts__left::after{border-right-width:63px}.contacts__right{padding-right:30px}.contacts__right::before{border-left-width:62px}.contacts__desc address{max-width:318px}.team::before{top:187px;right:-543px}.requisites::before{top:158px;right:-277px}.requisites__wrap{padding:40px 33px 19px;border:1px solid #ececec}.requisites__grid{grid-template-columns:314px repeat(2,1fr) 310px;margin-bottom:20px;padding:0;border:0}.requisites__item{row-gap:10px;min-height:1px;padding:0 11px 20px 12px}.requisites__item:nth-child(n+5){padding-top:20px}.requisites__item:first-child .requisites__name,.requisites__item:last-child,.requisites__item:nth-child(15) .requisites__name,.requisites__item:nth-child(16) .requisites__name,.requisites__item:nth-child(2) .requisites__name,.requisites__item:nth-last-child(2),.requisites__item:nth-last-child(3),.requisites__item:nth-last-child(4){padding-bottom:0}.requisites__item:nth-child(4n-3){padding-left:0}.requisites__item:nth-child(4n){padding-right:0}.requisites__item:nth-child(13),.requisites__item:nth-child(14),.requisites__item:nth-child(15),.requisites__item:nth-child(16){padding-bottom:40px}.requisites__icon{grid-row-start:1;grid-row-end:3}.requisites__name{padding-top:0}.requisites .btn{position:relative;left:-6px;width:216px}.howtoget::before{top:-464px;left:-363px}.howtoget__row{row-gap:20px}.howtoget__num{top:12px}.howtoget__img{height:284px}.hero{margin-bottom:98px;padding-top:606px;padding-bottom:40px}.hero__row{gap:56px}.hero__left{padding-top:43px;padding-left:33px}.hero__left::before{border-bottom-width:236px}.hero__right{height:236px}.hero__right::before{border-top-width:236px}.hero__subtitle,.hero__title{font-size:34px}.hero__footer{padding-right:10px}.hero__footer .btn{margin-bottom:2px}.sert{height:490px}.sert img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.crushers{margin-bottom:147px;padding-top:9px}.crushers::before{top:-142px;height:884px;background-size:cover}.crushers__wrap{padding-top:30px;padding-bottom:30px;background-size:auto 101%}.crushers__wrap::after{bottom:28px;width:735px;height:508px}.crushers__content{max-width:573px}.banner--company .banner__title,.crushers__text{margin-bottom:31px}.about{padding-bottom:26px}.about__desc p,.offer__text ul{padding-right:0}.about__img{top:-25px;width:340px}.about__video{top:-10px;right:103px;width:552px;height:542px}.advant{margin-bottom:140px;padding-bottom:0}.advant::before{height:1020px}.advant::after{top:-305px;left:-33px;width:1120px;height:843px}.advant__wrap{margin-left:0;padding:50px 0 49px 50px}.advant__wrap::before{top:40px;right:0;width:430px;height:364px}.advant__wrap::after{top:59px;right:95px;width:585px;height:595px}.advant__title{margin-bottom:30px}.advant__list{gap:15px}.advant__tooltip{padding-top:18px;padding-bottom:18px}.contactus .form-checkbox label{margin-right:-36px}.banner{height:680px;padding-top:221px}.banner__title{margin-bottom:11px}.banner__text{margin-bottom:15px}.banner__list,.banner__text{padding-left:4px}.banner__video::before{background:url(/local/templates/edisontheme/css/../img/bg-banner-video-xl.webp)center/cover no-repeat}.banner--company{height:639px;margin-top:-165px;padding-top:140px}.banner--company .banner__text{padding-left:0}.banner--plastic{height:684px;padding-top:246px}.banner--plastic .banner__content{max-width:680px}.banner--plastic .banner__title{margin-bottom:51px}.banner--conveyor{height:650px;padding-top:242px}.banner--conveyor::after{display:block}.banner--conveyor .banner__title{margin-bottom:31px}.banner--conveyor .banner__text{margin-bottom:20px}.pictures__grid{grid-auto-rows:285px;row-gap:31px}.pictures__text{left:24px;bottom:23px}.pictures--company{margin-bottom:87px}.pictures--company .pictures__title{margin-bottom:45px}.pictures--company .pictures__grid,.pictures--service .pictures__grid{grid-auto-rows:300px;row-gap:30px}.images{margin-top:-60px;margin-bottom:120px}.video-block__wrap{height:710px}.video-block .play{width:66px;height:66px}.video-block__title{left:47px;bottom:42px}.fancybox__container{width:923px;max-height:640px}.fancybox__caption::after{left:calc(100% - 1px)}.geography{margin-bottom:200px}.geography::after{top:258px}.geography__wrap{margin-left:calc(((100vw - 1366px)/2 + 15px)*-1);margin-right:calc(((100vw - 1366px)/2 + 15px)*-1);padding-left:calc((100vw - 1366px)/2 + 110px);padding-right:calc((100vw - 1366px)/2 + 110px)}.geography__map{height:684px}.map-item:first-child{top:423px;left:780px}.map-item:nth-child(2){top:442px;left:610px}.map-item:nth-child(3){top:396px;left:356px}.map-item:nth-child(4){top:401px;left:346px}.map-item:nth-child(5){top:511px;left:279px}.map-item:nth-child(6){top:581px;left:432px}.map-item:nth-child(7){top:610px;left:174px}.map-item:nth-child(8){top:481px;left:278px}.map-item:nth-child(9){top:530px;left:1062px}.map-item:nth-child(10){top:493px;left:295px}.map-item:nth-child(11){top:385px;left:107px}.map-item:nth-child(12){top:475px;left:132px}.map-item:nth-child(13){top:426px;left:258px}.map-item:nth-child(14){top:423px;left:241px}.map-item:nth-child(15){top:374px;left:90px}.map-item:nth-child(16){top:513px;left:917px}.map-item:nth-child(17){top:394px;left:325px}.map-item:nth-child(18){top:307px;left:115px}.map-item:nth-child(19){top:460px;left:302px}.map-item:nth-child(20){top:470px;left:786px}.map-item:nth-child(21){top:524px;left:716px}.map-item:nth-child(22){top:328px;left:1182px}.map-item:nth-child(23){top:497px;left:145px}.map-item:nth-child(24){top:428px;left:332px}.map-item:nth-child(25){top:480px;left:462px}.map-item:nth-child(26){top:435px;left:558px}.map-item:nth-child(27){top:461px;left:158px}.map-item:nth-child(28){top:613px;left:855px}.map-item:nth-child(29){top:600px;left:871px}.map-item:nth-child(30){top:573px;left:193px}.map-item:nth-child(31){top:484px;left:214px}.map-item:nth-child(32){top:480px;left:421px}.map-item:nth-child(33){top:512px;left:462px}.map-item:nth-child(34){top:508px;left:528px}.map-item:nth-child(35){top:508px;left:585px}.map-item:nth-child(36){top:459px;left:580px}.map-item:nth-child(37){top:454px;left:525px}.map-item:nth-child(38){top:490px;left:512px}.map-item:nth-child(39){top:489px;left:485px}.map-item:nth-child(40){top:460px;left:488px}.map-item:nth-child(41){top:440px;left:466px}.map-item:nth-child(42){top:563px;left:877px}.map-item:nth-child(43){top:537px;left:940px}.map-item:nth-child(44){top:430px;left:1021px}.map-item:nth-child(45){top:470px;left:295px}.map-item:nth-child(46){top:374px;left:124px}.map-item:nth-child(47){top:410px;left:333px}.map-item:nth-child(48){top:402px;left:286px}.map-item:nth-child(49){top:509px;left:671px}.map-item:nth-child(50){top:399px;left:608px}.map-item:nth-child(51){top:399px;left:489px}.map-item:nth-child(52){top:430px;left:534px}.images-brands{margin-top:-35px}.feedback__row{gap:32px}.feedback__img{width:542px}.feedback__img img{-o-object-fit:cover;object-fit:cover;-o-object-position:left top;object-position:left top}.feedback__form::after{border-right-width:171px}.park__row{height:224px}.park__left{width:586px;padding-top:41px;padding-left:20px;padding-right:30px}.park__left::after{border-top-width:224px}.park__right::before{border-bottom-width:224px}.park__img{width:228px;height:164px}.park__info{row-gap:45px;max-width:370px}.park__load{width:131px}.park--plastic .park__left{padding-top:88px;padding-left:65px}.park--tradein .park__left{padding-top:41px;padding-right:45px}.park--tradein .park__info{row-gap:26px}.park--repair .park__left{padding-top:29px;padding-right:0}.park--repair .park__title{position:relative;z-index:10;margin-right:-20px}.park--repair .park__text{padding-right:70px}.park--dev .park__left{padding-top:88px;padding-left:20px}.park--dev .park__info{row-gap:25px}.steps{gap:79px;padding-right:2px}.steps__item{width:200px}.steps__item:first-child{padding-left:7px}.steps__item:nth-child(2){padding-left:0;padding-right:0}.steps__item:nth-child(2) .steps__num{margin-left:6px}.steps__item:nth-child(2) .steps__text,.steps__item:nth-child(2) .steps__title{margin-left:-4px}.steps__item:nth-child(3),.steps__item:nth-child(4){padding-left:9px;padding-right:8px}.steps__item:last-child{width:227px;padding-left:10px;padding-right:25px}.making{padding-top:86px}.making-one{margin-bottom:120px}.making-one__img{width:737px}.making-one__desc{width:675px;margin-left:-100px;padding-left:56px}.making-one__desc::before{border-left-width:121px}.making-two{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:120px}.making-two__desc{padding-top:26px}.making-two__pic:first-child{width:489px}.making-two__pic:nth-child(2){width:408px;margin-left:-66px}.making-three__img{width:726px}.making-three__desc{width:602px;padding-right:15px}.making-three__text{margin-left:-26px}.advant-plastic{margin-top:80px}.advant-plastic__num{left:-5px}.advant-plastic--repair{margin-bottom:120px}.advant-plastic--dev .advant-plastic__title{margin-right:-30px}.specif::before{display:none}.specif__row{gap:33px}.specif__img{width:509px;height:617px}.specif__desc{padding-right:36px;padding-bottom:46px}.specif__desc::before{left:-184px}.tradein{margin-bottom:120px}.tradein__img:first-child{top:30px;width:406px;height:217px}.tradein__img:nth-child(2){top:60px;left:340px;width:406px;height:217px}.tradein__text{width:1036px;height:307px;padding-top:43px}.tradein__text::before{border-right-width:197px;border-top-width:307px}.tradein__text p{width:540px}.tradein-steps{margin-bottom:120px}.tradein-steps__row{gap:136px}.tradein-steps__item:first-child{width:341px;padding-left:28px}.tradein-steps__item:first-child::after{border-left-width:86px}.tradein-steps__item:nth-child(2){width:338px;padding-left:7px}.tradein-steps__item:nth-child(2)::before{border-right-width:86px}.tradein-steps__item:nth-child(2)::after{border-left-width:86px}.tradein-steps__item:last-child{width:385px;padding-left:7px}.tradein-steps__item:last-child::before{border-right-width:86px}.tradein-steps__item:last-child .tradein-steps__subtitle{margin-top:-4px}.tradein-steps__subtitle{margin-top:-2px}.repair{margin-bottom:120px}.repair__row{-webkit-transform:none;-ms-transform:none;transform:none}.repair__img{width:740px}.repair__wrap{width:588px;padding-right:0}.repair__wrap::before{border-right-width:106px}.offer{margin-top:0}.offer__img{width:681px}.offer__wrap{width:649px}.offer__wrap::before{border-right-width:83px}.offer--visits .offer__img{width:687px}.offer--visits .offer__wrap{width:644px;height:408px;padding-left:2px}.offer--visits .offer__wrap::before{border-right-width:87px;border-bottom-width:408px}.support{margin-bottom:120px}.support__img{width:767px}.support__desc{padding-right:50px}.choose--dev .choose__row{gap:31px}.choose--dev .choose__img{width:424px;height:457px}.choose--dev .choose__grid{row-gap:39px}.choose--dev .choose__desc{padding-top:11px;padding-bottom:11px}.choose--conveyor .choose__img{width:424px;height:457px}.choose--conveyor .choose__desc{padding-top:23px;padding-bottom:22px}.development{margin-bottom:110px}.development__num{top:12px}.development__img{height:284px}.development__desc{height:calc(100% - 289px)}.modern__wrap{width:978px;height:442px}.modern__wrap::after{border-top-width:442px;border-right-width:180px}.modern__title{max-width:400px;margin-bottom:40px}.modern__text{max-width:374px}.modern__img{top:108px;width:881px;height:274px}.automation__row{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.automation__left{width:calc(((100% - ((12 - 1)*20px))/12*5) + ((5 - 1)*20px));gap:14px}.automation__right{width:calc(((100% - ((12 - 1)*20px))/12*7) + ((7 - 1)*20px));padding-left:5px}.automation__img{width:539px;height:314px}.automation__img:nth-child(2){height:314px}.conveyors{margin-top:-14px;margin-bottom:120px}.conveyors__img{top:52px;width:766px;height:458px}.conveyors__wrap{height:562px;padding-top:54px;padding-right:59px}.conveyors__wrap::before{border-top-width:562px}.carousel-width::after{display:none}.drive{margin-top:0;margin-bottom:120px}.drive__img{bottom:60px;right:-363px}.drive__wrap{height:537px;padding-top:45px}.drive__wrap::after{border-top-width:537px}.drive__content{width:582px}.tension{margin-bottom:128px}.tension__row{gap:37px}.tension__text{padding-top:32px}.rollsup{margin-bottom:142px}.rollsup__wrap{width:709px}.rollsup__img{top:-8px;right:-625px;width:590px;height:565px}.rollers{padding-top:79px}.rollers__wrap{width:576px;height:451px;padding-top:26px;padding-left:40px}.rollers__wrap::after{border-left-width:191px;border-bottom-width:451px}.rollers__title{margin-right:-35px}.rollers__text{margin-right:-60px}.rollers__img{right:-759px;width:709px;height:531px}.images-brands{margin-bottom:0}.banner__video::before{background:linear-gradient(to top,#e4e4e4 7%,rgba(255,255,255,0) 50%),url(/local/templates/edisontheme/img/bg-banner-video.webp)center/cover no-repeat!important}}@media (max-width:1439px){.contacts.contacts--mrgn .container{top:-20px}}@media screen and (max-width:1365px){.container{width:1024px;padding:0 15px}.header{padding:13px 0}.header__row{row-gap:0}.header__contacts,.header__navbar .menu,.header__umenu .lang{display:none}.header__logo{margin-right:auto}.header__navbar{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:422px}.header__search{width:100%;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.header__search .search-form{height:40px;border-radius:10px}.search{display:none;width:100%;padding-top:15px}.search-btn{display:block}.h-contacts{gap:20px}.h-contacts__link{font-size:16px}.burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.lang__icon{width:20px;height:20px}.lang__icon svg{fill:#ff8e16}.lang__toggle{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:100px}.cart__sum,.lang__toggle span{font-size:16px}.main{margin-top:76px;padding-bottom:100px}.main--product .title{margin-bottom:40px}.main--news::before{top:-217px;right:-463px}.main--news::after{bottom:54px;top:auto;left:-415px}.main--services::before{top:-41px;left:-34px;width:669px;height:503px}.breadcrumbs{margin-bottom:35px;margin-top:20px}.title{margin-bottom:40px;font-size:32px}.catalog__bg{top:-82px;right:-217px}.catalog__item{min-height:311px}.catalog__name{font-size:18px}.catalog__img{height:187px}.category__header{grid-template-columns:141px 1fr 462px;gap:10px;margin-bottom:30px}.category__row{display:block}.category__sidebar{width:0;padding:0}.category__grid{gap:30px;margin-bottom:28px}.sorting{gap:10px}.card__img{height:227px}.card__title{font-size:14px}.card__chars{margin-bottom:18px}.card__info p span{line-height:1.2}.card__info p span:first-child{max-width:211px}.card .btn{width:100%;height:47px;font-size:14px}.pagination__link{height:37px}.filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:fixed;z-index:7000;top:0;left:-101%;width:375px;height:100vh;overflow-y:auto;padding:40px 0 0;border:0;border-right:1px solid #464646;background:#f8f8f8;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.filter__close,.filter__header{display:block}.filter__form{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filter__section{border:0}.filter__section:last-child{margin-top:auto}.filter__section:last-child .filter__wrap{display:block}.filter__title svg{-webkit-transform:rotateX(0);transform:rotateX(0)}.filter__title.close svg{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.filter__wrap{display:none}.filter-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;width:100%;height:50px;border:0;background:#ececec}.product{margin-bottom:101px}.product__grid{display:block}.product__right{display:grid;grid-template-columns:427px 1fr;gap:0 30px}.gallery{width:100%;margin-bottom:30px}.gallery__carousel{margin-bottom:15px}.gallery__carousel .slick-arrow{bottom:49px}.gallery__carousel .slick-arrow.prev{right:137px}.gallery__carousel .slick-arrow.next{right:79px}.gallery__item{height:825px}.gallery__thumbs .item{height:170px}.data{grid-column-start:1;grid-column-end:-1;margin-bottom:26px}.data__item{padding:13px 0 12px}.tocart{margin-bottom:0}.tocart .btn{height:47px}.doc{grid-template-columns:40px 1fr 198px;padding:17px 20px}.basket__header .search-form input,.doc__text,.info__btn span,.tocart .btn{font-size:14px}.info{margin-bottom:100px;padding:0;background:0 0}.info__wrap{padding:30px 15px;background:#ececec}.info__nav{height:59px;margin-bottom:25px}.info__btn:first-child{width:177px}.info__btn:nth-child(2){width:205px}.info__title{margin-bottom:20px;font-size:32px}.section{margin-bottom:99px;padding-bottom:100px}.section__title{margin-bottom:30px;font-size:32px}.section--parts::before{top:199px;right:-163px}.section--similar .card__title{font-size:16px}.section--similar .card__chars{margin-bottom:19px}.section--similar .card .btn{height:50px;font-size:16px}.section--news .news{margin-top:0;padding-top:3px}.section--gratitude{margin-bottom:102px}.section--catalog{margin-bottom:0}.section--catalog .section__title{margin-bottom:34px}.section--catalog .section__title .btn{position:relative;top:4px;width:159px;height:47px;font-size:14px}.section--video{margin-bottom:100px}.carousel .slick-list{overflow:visible}.carousel .slick-slide{width:352px}.news{margin-top:-1px;padding-top:0}.news__grid{row-gap:73px}.news__btn{top:-76px;right:16px;width:143px;height:47px;font-size:14px}.preview__date{top:11px;width:123px;padding-left:10px}.preview__date::after{border-right-width:18px}.preview__img{height:209px}.preview__title{font-size:18px}.preview__text{margin-bottom:0}.preview__arr,.requisites__val br{display:none}.services{padding-top:0;margin-top:-1px}.services__grid{grid-template-columns:repeat(2,1fr)}.service-preview{min-height:633px}.service-preview__img{height:324px}.service-preview__desc{height:calc(100% - 324px)}.service-preview__title{font-size:18px}.service-preview__text{margin-bottom:29px}.err404 .btn,.service-preview .btn{width:100%;height:47px;font-size:14px}.article::before{top:-294px;right:-365px}.article::after{bottom:-40px;left:-415px}.article__img{height:423px;margin-bottom:40px}.article__title{font-size:32px}.article__date{width:112px;margin-bottom:25px;padding-left:10px}.article__date::after{border-right-width:17px}.article__text h2{margin-bottom:26px;font-size:18px}.article__gallery img{height:419px}.err404{padding-top:137px;padding-bottom:79px}.err404__title{font-size:250px}.err404__subtitle{max-width:550px;margin-top:27px;font-size:30px}.err404 .btn{width:512px}.footer{padding:30px 0}.footer__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.footer .logo{width:179px;height:71px}.f-menu{width:100%;grid-template-columns:repeat(4,auto);grid-template-rows:repeat(2,auto);gap:17px 20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.f-menu__link{font-size:16px}.f-contacts{grid-template-columns:repeat(3,auto);-webkit-column-gap:72px;-moz-column-gap:72px;column-gap:72px}.f-contacts__item:last-child{grid-column-start:auto}.f-contacts__icon{width:30px;height:30px}.f-contacts__icon svg{width:16px;height:16px}.f-contacts__title{margin-bottom:5px;font-size:18px}.f-contacts__desc address{max-width:none}.questions{padding-top:0}.questions::before{top:-339px;left:0;width:1024px;height:1445px}.questionnaire{display:block;padding:14px}.questionnaire__img{width:100%;height:323px;margin-bottom:15px}.questionnaire__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.questionnaire__text{margin-bottom:15px;font-size:14px}.questionnaire .btn,.questionnaire__load{height:47px;font-size:14px}.basket{padding-top:0}.basket::before{top:-3px}.basket__header{grid-template-columns:1fr 174px 142px}.basket__header .search-form{height:47px}.basket__clear,.basket__header .btn{height:47px;font-size:14px}.basket__item:last-child{padding-bottom:0;border-bottom:none}.basket__grid{grid-template-columns:330px 1fr;grid-template-rows:16px auto;-webkit-column-gap:29px;-moz-column-gap:29px;column-gap:29px;row-gap:15px;-ms-flex-line-pack:start;align-content:start}.basket__img{grid-row-end:4}.basket__del{margin-left:auto;height:16px}.basket__del span,.basket__qnt span,.basket__title,.compare-toggle__btn span{font-size:14px}.basket__qnt{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.empty{padding-top:0;margin-top:-9px;padding-bottom:228px}.empty__title{font-size:18px}.empty__btn{width:190px;height:47px;font-size:14px}.comparison__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.comparison__item{width:calc(50% - 15px)}.compare-toggle{width:100%;gap:10px;margin-bottom:30px}.compare-toggle__btn:first-child{width:467px}.compare-toggle__btn:nth-child(2){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.compare-param{margin-bottom:17px;padding:20px 15px}.compare-param__title{margin-bottom:15px;font-size:14px}.compare-param__grid{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.specifications__section{padding-left:25px;padding-right:25px}.specifications__title{margin-bottom:12px;padding-left:0;font-size:18px}.specifications__row{grid-template-columns:repeat(2,1fr);gap:30px}.specifications__item{padding-left:0}.compare-carousel .slick-arrow.prev{left:0;right:auto}.compare-carousel .slick-arrow.next{right:0;left:auto}.card-sm{padding-bottom:28px}.card-sm__img{height:227px}.card-sm__title,.counter{font-size:14px}.counter{top:calc(100% + 36px);gap:3px}.contacts{padding-top:361px;padding-bottom:20px}.contacts--main{margin-bottom:0;padding-top:362px;padding-bottom:21px}.contacts--main .contacts__title{font-weight:900}.contacts--main .contacts__left{padding-left:52px}.contacts--main .contacts__right{-webkit-column-gap:61px;-moz-column-gap:61px;column-gap:61px;padding-left:58px}.contacts--main .contacts__text{font-weight:600}.contacts--mrgn{margin-top:-77px}.contacts__row{gap:65px;height:204px}.contacts__left{display:block;width:311px;padding-top:29px;padding-left:30px}.contacts__left::after{border-top-width:204px;border-right-width:47px}.contacts__right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:31px 41px;padding-top:29px;padding-left:22px}.contacts__right::before{border-bottom-width:204px;border-left-width:46px}.contacts__title{font-size:32px}.contacts__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__item:last-child{grid-column-start:auto}.contacts__icon{width:40px;height:40px}.contacts__icon svg{width:20px;height:20px}.contacts__subtitle{margin-bottom:3px;font-size:18px}.contacts__text{font-weight:600;font-size:14px}.team{margin-bottom:100px}.team::before{top:-208px;right:-78px}.member{padding-top:19px;padding-bottom:20px;padding-right:10px}.member__department{width:406px;height:62px;background-size:cover;font-size:26px}.member-contacts__text p,.member__name{font-size:18px}.requisites{margin-top:-2px}.requisites::before{top:681px;right:-17px}.requisites__title{margin-bottom:16px;font-size:32px}.requisites__wrap{padding:36px 15px 39px}.requisites__grid{grid-template-columns:repeat(2,1fr);margin-bottom:34px}.requisites__item:nth-child(n+3){border-top:1px solid #ececec}.requisites__item:nth-child(odd){padding:15px 83px 13px 0}.requisites__item:nth-child(even){border-right:none;padding:15px 0 13px 100px}.requisites__item:first-child,.requisites__item:nth-child(2){padding-top:0;padding-bottom:3px}.requisites__item:last-child,.requisites__item:nth-last-child(2){padding-bottom:0}.requisites__item:nth-child(3) .requisites__val{max-width:260px}.requisites__item:nth-child(10){padding-bottom:26px}.requisites__item:nth-child(n+13){padding-top:13px}.advant__name span,.features__name span,.requisites__name{font-size:18px}.requisites .btn{left:0;width:252px;height:47px;font-size:14px}.howtoget{margin-bottom:99px}.howtoget::before{top:-323px;left:auto;right:0}.banner--plastic .banner__text::before,.banner-service__title br,.contactus .form-checkbox label br,.howtoget__title{display:none}.howtoget__row{display:block}.howtoget__item{width:342px!important}.howtoget__num{top:13px;width:149px;height:48px;font-size:32px;background:url(/local/templates/edisontheme/css/../icons/bg-label-howtoget-lg.svg)left center/contain no-repeat}.howtoget__img{height:311px}.hero{margin-top:81px;margin-bottom:100px;padding-top:372px;padding-bottom:0}.hero__bg{height:548px}.hero__bg video{min-width:100%;min-height:100%}.hero__row{grid-template-columns:1fr 314px;gap:54px;padding-left:5px}.hero__left{padding-top:22px;padding-left:15px}.hero__left::before{border-bottom-width:285px}.hero__right{height:285px}.hero__right::before{border-top-width:285px}.hero__title{font-size:30px}.hero__subtitle{margin-bottom:15px;padding-right:50px;font-size:30px}.hero__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:23px;padding-right:28px}.hero__footer .btn{width:100%;height:47px;font-size:14px}.hero__text{font-size:14px}.gratitude-carousel{margin:0}.gratitude-carousel .slick-slide{padding-left:0}.sert{width:226px;height:260px;padding:20px}.crushers{margin-bottom:101px;padding-top:0}.crushers__wrap{padding-left:15px;background-size:903px}.crushers__wrap::after{bottom:0;width:504px;height:349px}.crushers__content{max-width:none}.crushers__title{margin-bottom:25px;font-size:32px}.crushers__text{max-width:584px;margin-bottom:15px}.crushers__advants{margin-bottom:25px}.crushers .btn{width:190px;height:47px;font-size:14px}.about{padding-bottom:0;margin-bottom:100px}.about::after{top:-77px;right:-131px;width:720px;height:642px}.about__content{width:566px}.about__title{margin-bottom:25px;font-size:32px}.about__text{padding:20px}.about__img{top:80px;width:189px;height:360px}.about__video{top:193px;right:89px;width:309px;height:310px}.advant{margin-bottom:114px}.advant::before{top:-200px;height:1113px}.advant::after{top:-314px}.advant__wrap{padding:29px 0 36px 20px;background-position:left -180px center}.advant__wrap::before{top:74px;right:-35px;width:316px;height:310px;background:url(/local/templates/edisontheme/css/../img/img-advant1-lg.webp)center/contain no-repeat}.advant__wrap::after{top:90px;right:81px;width:419px;height:507px;background:url(/local/templates/edisontheme/css/../img/img-advant2-lg.webp)center/contain no-repeat}.advant__title{font-size:32px}.advant__list{width:416px;margin-left:3px}.advant__item{min-height:100px}.advant__item:first-child .advant__name span{padding-right:80px}.advant__name{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.contactus .form-checkbox label{margin-right:0}.banner{height:655px;margin-top:-160px;padding-top:153px}.banner__title{margin-bottom:15px;font-size:32px}.banner__text{margin-bottom:20px;font-weight:400}.banner__list,.banner__text{padding-left:0}.banner__list p{margin-bottom:13px;font-size:14px}.banner__video::before{background:url(/local/templates/edisontheme/css/../img/bg-banner-video-lg.webp)center/cover no-repeat}.banner--prod .banner__content{max-width:510px}.banner--company{height:650px;padding-top:145px}.banner--company .banner__content{max-width:680px}.banner--company .banner__title,.banner--plastic .banner__text p{margin-bottom:15px}.banner--plastic{height:731px;padding-top:215px}.banner--plastic .banner__title{margin-bottom:16px}.banner--plastic .banner__text{max-width:445px;padding-left:0}.banner--conveyor{height:650px;padding-top:191px}.banner--conveyor::after{top:calc(100% - 2px);background:#f8f8f8;height:10px}.banner--conveyor .banner__title{margin-bottom:16px}.banner--conveyor .banner__text{max-width:580px}.pictures::after{display:block}.pictures__title{margin-bottom:30px;font-size:32px}.pictures__grid{grid-auto-rows:390px;row-gap:30px}.pictures__text{left:15px;right:20px;bottom:16px}.pictures--company,.pictures--service{margin-bottom:100px}.pictures--company .pictures__title{margin-bottom:44px}.pictures--company .pictures__grid{grid-template-rows:409px 412px}.features{margin-bottom:94px}.features::before{top:-224px;height:875px}.features::after{top:-284px;right:-240px}.features__title{margin-bottom:30px;font-size:32px}.features__item{margin-bottom:19px}.features__icon{margin-bottom:11px}.features__name{gap:10px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.features__arr{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}.images{margin-top:-46px;margin-bottom:100px}.images__row{margin-left:calc(((100vw - 1024px)/2 + 15px)*-1);margin-right:calc(((100vw - 1024px)/2 + 15px)*-1);padding-left:calc((100vw - 1024px)/2 + 43px);padding-right:calc((100vw - 1024px)/2 + 43px);overflow-x:auto}.images__item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex:none;flex:none;width:240px;height:136px}.images__item img{width:calc(100% + 60px);-webkit-transform:skewX(23deg) translateX(-20px);-ms-transform:skewX(23deg) translateX(-20px);transform:skewX(23deg) translateX(-20px)}.video-block__wrap{height:528px}.video-block .play{width:49px;height:49px}.video-block__title{left:30px;bottom:30px;font-size:32px}.vacancy{gap:20px}.vacancy__col{width:100%}.vacancy__item{margin-bottom:20px}.vacancy__title{font-size:18px}.vacancy__btn{width:100%}.geography{padding-top:1px;margin-bottom:100px}.geography::after{width:1022px;height:910px;top:35px}.geography__title{margin-bottom:30px;font-size:32px}.geography__desc{width:100%}.geography__wrap{margin-left:calc(((100vw - 1024px)/2 + 15px)*-1);margin-right:calc(((100vw - 1024px)/2 + 15px)*-1);padding-left:calc((100vw - 1024px)/2 + 110px);padding-right:calc((100vw - 1024px)/2 + 110px)}.geography__map{width:1430px;height:722px}.map-item:first-child{top:449px;left:838px}.map-item:nth-child(2){top:471px;left:651px}.map-item:nth-child(3){top:412px;left:387px}.map-item:nth-child(4){top:414px;left:378px}.map-item:nth-child(5){top:544px;left:303px}.map-item:nth-child(6){top:615px;left:472px}.map-item:nth-child(7){top:649px;left:192px}.map-item:nth-child(8){top:503px;left:306px}.map-item:nth-child(9){top:550px;left:1135px}.map-item:nth-child(10){top:520px;left:321px}.map-item:nth-child(11){top:408px;left:120px}.map-item:nth-child(12){top:502px;left:149px}.map-item:nth-child(13){top:445px;left:286px}.map-item:nth-child(14){top:441px;left:264px}.map-item:nth-child(15){top:395px;left:102px}.map-item:nth-child(16){top:547px;left:982px}.map-item:nth-child(17){top:418px;left:355px}.map-item:nth-child(18){top:328px;left:132px}.map-item:nth-child(19){top:479px;left:335px}.map-item:nth-child(20){top:496px;left:832px}.map-item:nth-child(21){top:549px;left:781px}.map-item:nth-child(22){top:350px;left:1261px}.map-item:nth-child(23){top:523px;left:168px}.map-item:nth-child(24){top:455px;left:360px}.map-item:nth-child(25){top:498px;left:496px}.map-item:nth-child(26){top:454px;left:607px}.map-item:nth-child(27){top:488px;left:176px}.map-item:nth-child(28){top:643px;left:916px}.map-item:nth-child(29){top:628px;left:928px}.map-item:nth-child(30){top:608px;left:211px}.map-item:nth-child(31){top:509px;left:239px}.map-item:nth-child(32){top:512px;left:458px}.map-item:nth-child(33){top:536px;left:497px}.map-item:nth-child(34){top:534px;left:570px}.map-item:nth-child(35){top:526px;left:624px}.map-item:nth-child(36){top:487px;left:621px}.map-item:nth-child(37){top:482px;left:566px}.map-item:nth-child(38){top:510px;left:558px}.map-item:nth-child(39){top:507px;left:524px}.map-item:nth-child(40){top:476px;left:526px}.map-item:nth-child(41){top:464px;left:500px}.map-item:nth-child(42){top:593px;left:944px}.map-item:nth-child(43){top:573px;left:1004px}.map-item:nth-child(44){top:455px;left:1085px}.map-item:nth-child(45){top:495px;left:323px}.map-item:nth-child(46){top:398px;left:140px}.map-item:nth-child(47){top:426px;left:369px}.map-item:nth-child(48){top:424px;left:316px}.map-item:nth-child(49){top:531px;left:722px}.map-item:nth-child(50){top:425px;left:650px}.map-item:nth-child(51){top:424px;left:526px}.map-item:nth-child(52){top:452px;left:578px}.images-brands{margin-top:-81px}.images-brands__item{width:341px;height:116px}.images-brands__item:nth-child(2){width:342px;margin-left:-15px}.images-brands__item:last-child{margin-left:-15px}.banner-service{height:553px;margin-top:-160px}.banner-service .container{padding-bottom:30px}.banner-service__title{font-size:36px}.feedback__row{gap:15px}.feedback__img{width:469px}.feedback__form{padding:15px 17px 10px 15px}.feedback__form::after{border-bottom-width:576px;border-right-width:36px}.feedback__title{font-size:32px}.feedback .contactus__row{gap:5px}.feedback .contactus__col{width:100%;gap:5px}.feedback .contactus__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.feedback .contactus__btn{width:100%;height:46px;font-size:14px}.feedback .form-group textarea{min-height:92px;height:92px}.park{margin-bottom:101px}.park__row{gap:86px;height:400px}.park__left{width:608px;padding-top:139px;padding-left:60px}.park__left::after{left:calc(100% - 1px);border-top-width:400px;border-right-width:67px}.park__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px 15px 5px 25px}.park__right::before{border-bottom-width:400px}.park__title{font-size:32px}.park__text{font-size:18px}.park__img{width:260px;height:186px}.park__info{row-gap:10px}.park__info p{margin-bottom:20px;padding-right:10px;font-size:14px;line-height:1.25}.park__doc,.park__load{width:100%;height:47px;font-size:14px}.park--plastic .park__left{padding-top:181px;padding-left:60px}.park--plastic .park__right{padding-left:25px}.park--plastic .park__info{row-gap:10px}.park--tradein .park__left{padding-top:127px}.park--tradein .park__text{max-width:331px}.park--tradein .park__info{row-gap:10px}.park--repair .park__left{padding-top:107px}.park--repair .park__title{max-width:360px;margin-right:0}.park--repair .park__text{max-width:360px;padding-right:0}.park--dev .park__left{padding-top:192px;padding-left:60px}.park--dev .park__info{row-gap:10px}.park--dev .park__info p{margin-bottom:2px;padding-right:0}.steps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding-right:0}.steps__item{display:grid;grid-template-columns:auto 1fr;gap:5px 15px;width:calc(100% - 38px)!important;height:104px;margin-left:19px;padding-left:21px!important}.steps__item:first-child::after{left:calc(100% - 1px);border-top-width:104px;border-right-width:20px}.steps__item:first-child::before{display:block;width:20px;height:100%}.steps__item:nth-child(2)::before,.steps__item:nth-child(3)::before,.steps__item:nth-child(4)::before{right:calc(100% - 1px);border-bottom-width:104px;border-left-width:20px}.steps__item:nth-child(2)::after,.steps__item:nth-child(3)::after,.steps__item:nth-child(4)::after{left:calc(100% - 1px);border-top-width:104px;border-right-width:20px}.steps__item:last-child::before{right:calc(100% - 1px);border-bottom-width:104px;border-left-width:20px}.steps__item:last-child::after{display:block;width:20px;height:100%}.steps__num{grid-row-start:1;grid-row-end:3;-ms-flex-line-pack:center;align-content:center;margin-left:0!important;font-size:90px;line-height:1}.steps__title{-ms-flex-item-align:end;align-self:end;margin:0!important;font-size:18px}.making{padding-top:80px}.making,.making-one{margin-bottom:100px}.making-one__img{width:567px;height:366px}.making-one__desc{width:470px;height:296px;padding-left:16px;padding-top:39px;padding-right:30px}.making-one__desc::before{border-left-width:79px;border-top-width:296px}.making-one__title{margin-bottom:20px;font-size:26px}.making-one__text,.making-two__desc p{font-size:16px;line-height:1.25}.making-two{display:block;margin-bottom:100px}.making-two__desc{width:100%;margin-bottom:30px;padding-top:0}.making-two__desc p{margin-bottom:20px;font-weight:600}.making-two__desc ul{padding-left:23px}.making-two__desc ul li{margin-bottom:5px;font-size:15px;line-height:1.33333}.making-two__pic:first-child{width:518px;height:238px}.making-two__pic:nth-child(2){width:543px;height:238px}.making-three__img{width:465px;height:350px}.making-three__desc{width:516px;height:350px;padding-top:11px;padding-right:10px}.making-three__desc::before{border-top-width:410px;border-left-width:44px}.making-three__text{margin-left:-9px;font-size:16px;line-height:1.25}.making-three__text p:last-child{font-weight:400}.advant-plastic{margin-top:-65px;margin-bottom:98px}.advant-plastic__header{max-width:760px;margin-bottom:27px}.advant-plastic__header h2{font-size:26px}.advant-plastic__item{padding:20px}.advant-plastic__num{left:-1px}.advant-plastic__title{font-size:20px}.advant-plastic__desc{padding:20px}.advant-plastic__desc p{font-size:16px}.advant-plastic__arr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.advant-plastic--repair{margin-top:0;margin-bottom:100px}.advant-plastic--repair .advant-plastic__desc p{font-size:14px}.advant-plastic--repair .advant-plastic__header,.advant-plastic--visits .advant-plastic__header{margin-bottom:30px}.advant-plastic--conveyor .advant-plastic__header p,.advant-plastic--dev .advant-plastic__header p,.advant-plastic--repair .advant-plastic__header p,.advant-plastic--visits .advant-plastic__header p,.specif__text>p strong{font-size:18px}.advant-plastic--dev,.advant-plastic--visits{margin-top:0}.advant-plastic--dev .advant-plastic__header{max-width:none;margin-bottom:30px}.advant-plastic--conveyor{margin-top:0;margin-bottom:100px}.advant-plastic--conveyor .advant-plastic__header{margin-bottom:30px}.specif{margin-bottom:100px}.specif__img{position:absolute;z-index:20;bottom:12px;width:350px;height:305px}.specif__desc{padding:20px 20px 148px}.specif__desc::before{display:none}.offer__text ul li,.specif__text>p{font-size:16px;line-height:1.25}.specif__text>p:last-child,.specif__text>p:nth-last-child(2){width:578px;margin-left:auto}.specif__item p:first-child{font-weight:700}.specif__item p:nth-child(2){font-size:16px;line-height:1.25}.tradein{margin-bottom:100px;padding-top:13px}.tradein__title{margin-bottom:30px;font-size:36px}.tradein__img:first-child{width:397px;height:165px}.tradein__img:nth-child(2){top:210px;left:0;width:397px;height:165px}.tradein__text{width:629px;height:405px;padding-top:66px;padding-right:55px}.tradein__text::before{border-right-width:193px;border-top-width:405px}.tradein__text p{width:512px;margin-bottom:8px}.tradein__text p:first-child{font-size:16px;line-height:1.25}.tradein__text p:last-child{font-size:14px;line-height:1.25}.tradein__text p:last-child span{display:inline}.tradein-steps{margin-bottom:100px}.tradein-steps__title{font-size:32px}.tradein-steps__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.tradein-steps__item{display:grid;grid-template-columns:auto 1fr;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;row-gap:5px;height:104px}.tradein-steps__item:first-child{width:calc(100% - 19px);padding-left:40px}.tradein-steps__item:first-child::after{border-left-width:19px;border-bottom-width:104px}.tradein-steps__item:nth-child(2){width:calc(100% - 38px);margin-left:19px;padding-left:22px;padding-right:20px}.tradein-steps__item:nth-child(2)::before{border-right-width:19px;border-top-width:104px}.tradein-steps__item:nth-child(2)::after{border-left-width:19px;border-bottom-width:104px}.tradein-steps__item:last-child{width:calc(100% - 19px);margin-left:19px;padding-left:20px}.tradein-steps__item:last-child::before{border-right-width:19px;border-top-width:104px}.tradein-steps__num{grid-area:1/1/3/2;align-self:center;font-size:90px;line-height:1}.tradein-steps__subtitle{-ms-flex-item-align:end;align-self:end;margin:0;font-size:18px}.tradein-steps__text{-ms-flex-item-align:start;align-self:start}.repair{padding-top:80px;margin-bottom:100px}.repair__img{width:508px;height:366px}.repair__wrap{width:479px;height:366px;padding-top:30px;padding-right:27px}.repair__wrap::before{border-right-width:86px;border-top-width:366px}.repair__desc{max-width:451px}.repair__title{margin-bottom:30px;font-size:26px}.repair__text{padding-right:10px;font-size:16px;line-height:1.25}.offer{margin-bottom:100px}.offer__img{width:477px;height:444px}.offer__wrap{width:505px;height:444px;padding-top:30px;padding-left:13px}.offer__wrap::before{border-right-width:74px;border-bottom-width:444px}.offer__title{margin-bottom:30px;font-size:26px}.offer__text ul li:nth-child(2){max-width:290px}.offer__text p{font-weight:700}.offer__item{margin-bottom:22px}.offer__item p{font-size:16px;line-height:1.25}.offer--visits{padding-top:2px}.offer--visits .offer__img{width:480px}.offer--visits .offer__wrap{width:510px;height:369px;padding-top:20px;padding-left:25px;padding-right:20px}.offer--visits .offer__wrap::before{border-right-width:59px;border-bottom-width:369px}.offer--visits .offer__title{margin-bottom:22px;font-size:18px}.support{padding-top:54px;margin-bottom:100px}.support__img{width:620px}.support__desc{padding-right:5px}.support__title{margin-bottom:30px;font-size:26px}.choose__desc p,.support__text{font-size:16px;line-height:1.25}.choose{margin-bottom:100px}.choose__row{gap:30px}.choose__img{width:311px;height:540px}.choose__title{font-size:26px}.choose__grid{gap:20px 22px}.choose__subtitle{font-size:18px}.choose__text{font-size:16px;line-height:1.25}.choose--dev .choose__img{width:311px;height:448px}.choose--dev .choose__grid{row-gap:10px}.choose--dev .choose__item:nth-child(3){-ms-flex-item-align:end;align-self:end}.choose--dev .choose__desc{padding-top:16px;padding-bottom:14px}.choose--conveyor .choose__img{width:311px;height:448px}.choose--conveyor .choose__grid{row-gap:30px}.choose--conveyor .choose__desc{padding-top:16px;padding-bottom:14px}.development{padding-top:80px;margin-bottom:100px}.development__title{padding-right:30px;font-size:26px}.development__subtitle{font-size:18px}.development__grid{display:block}.development__item{width:290px!important;height:100%}.development__num{top:20px;width:46px;height:45px;padding-left:15px;font-size:36px;line-height:1}.development__num::after{border-top-width:45px;border-right-width:33px}.development__img{height:184px}.development__desc{height:calc(100% - 189px);min-height:364px;padding:15px}.development__name{font-size:18px}.automation__desc p,.automation__item p,.development__text{font-size:16px;line-height:1.25}.modern{margin-bottom:100px}.modern__wrap{width:687px;height:289px;padding-top:30px}.modern__title{max-width:500px;margin-bottom:20px;font-size:26px}.modern__text{max-width:400px;font-size:16px;line-height:1.25}.modern__img{top:94px;width:538px;height:170px}.automation{margin-bottom:100px}.automation__row{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.automation__left,.automation__right{width:calc(((100% - ((12 - 1)*20px))/12*6) + ((6 - 1)*20px))}.automation__left{padding-top:10px;gap:17px}.automation__right{padding-top:2px;padding-left:3px}.automation__img{width:481px;height:278px}.automation__img:nth-child(2){height:278px}.automation__title{font-size:18px}.automation__desc{padding:16px 15px 15px}.conveyors{margin-top:-51px;margin-bottom:100px}.conveyors__row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:414px}.conveyors__img{top:auto;bottom:0;left:0;width:994px;height:384px}.conveyors__wrap{padding-top:30px;padding-left:30px;padding-right:0;width:832px;height:307px}.conveyors__wrap::before{right:auto;left:calc(100% - 1px);border-right:none;border-left:162px solid #ececec;border-top-width:307px}.conveyors__desc{width:738px;margin-left:0}.conveyors__title{margin-bottom:20px;font-size:26px}.conveyors__text{font-size:16px;line-height:1.25}.quest{border-color:rgba(197,197,197,.8);padding:9px}.quest__img{height:170px}.quest__info{gap:5px}.quest__info p{min-height:66px;font-weight:700;font-size:18px}.quest__doc{width:100%}.quest__doc,.quest__load{height:47px;font-size:14px}.carousel-width{margin:0-5px}.carousel-width .slick-list{overflow:visible}.carousel-width .slick-slide{width:236px;padding:0 5px}.drive{padding-bottom:553px;margin-bottom:100px}.drive__img{bottom:-553px;right:auto;left:0;width:994px;height:523px}.drive__wrap{padding-top:30px;padding-left:30px;padding-right:0;width:853px;height:367px}.drive__wrap::after{right:auto;left:100%;border-right:none;border-left:141px solid #ececec;border-top-width:367px}.drive__content{width:793px}.drive__title{font-size:26px}.drive__text{font-size:16px;line-height:1.25}.tension{margin-bottom:145px}.tension__row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:30px}.tension__img{width:100%;height:513px}.tension__text{padding-top:0;font-size:16px;line-height:1.25}.rollsup{padding-bottom:606px;margin-bottom:23px}.rollsup__wrap{width:853px;height:404px;padding-top:30px;padding-left:30px}.rollsup__wrap::after{border-left-width:141px;border-bottom:none;border-top:404px solid transparent}.rollsup__img{top:auto;bottom:-606px;left:0;width:994px;height:576px}.rollsup__content{width:781px}.rollsup__title{margin-bottom:21px;font-size:26px}.rollsup__text{font-size:16px;line-height:1.25}.rollsup__text p{padding-left:24px}.rollers{padding-top:77px;margin-bottom:102px}.rollers__wrap{padding-top:30px;padding-left:30px;width:545px;height:425px}.rollers__wrap::after{border-left-width:165px;border-bottom-width:425px}.rollers__content{width:567px}.rollers__title{margin-right:0;font-size:32px}.rollers__text,.rollers__title{margin-bottom:20px}.rollers__btn{width:188px;height:47px;font-size:14px}.rollers__img{right:-449px;width:441px;height:502px}.banner__video::before{background:linear-gradient(to top,#e4e4e4 17%,rgba(255,255,255,0) 50%),url(/local/templates/edisontheme/img/bg-banner-video.webp)center/cover no-repeat!important}.banner.banner--company{height:605px}.images-brands{margin-bottom:0}.comparison__item:last-child,.specifications__item:last-child{display:block}}@media screen and (min-width:1365px){.howtoget{margin-bottom:100px}}@media screen and (max-width:1365px){.category__header.category__header_spares{grid-template-columns:141px 1fr 210px}.specifications__row{grid-template-columns:repeat(2,calc(50% - 15px))}.comparison__item,.specifications__row>.specifications__items{display:none}.specifications__row>.specifications__items:nth-child(1),.specifications__row>.specifications__items:nth-child(2){display:block}.comparison__item:last-child{display:none}.comparison__item:nth-child(1),.comparison__item:nth-child(2){display:block}}@media (max-width:1365px){.contacts.contacts--main .container{top:-20px}.article__date{flex-wrap:nowrap}}@media screen and (min-width:1024px) and (max-width:1365px){.contactus .form-checkbox label{padding-right:27px}}@media screen and (max-width:1025px){.howtoget__row{display:block}}@media screen and (max-width:1025px) and (min-width:585px){.howtoget__item{width:342px!important}}@media screen and (max-width:1023px){.container{width:768px;padding:0 15px}.form-checkbox label{line-height:1.25}.header__navbar{width:294px}.burger{width:19px;height:20px;margin-top:4px}.burger span::before{bottom:6px}.burger span::after{top:6px}.main{padding-bottom:90px}.main--news::before{top:0;left:138px;right:auto;width:735px;height:552px}.main--news::after{bottom:62px;left:-174px;width:707px;height:533px}.breadcrumbs__item{font-size:14px}.catalog__bg{top:-29px;right:-192px;width:614px;height:582px}.catalog__item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:226px;min-height:1px;padding:5px 14px}.catalog__img{height:130px}.category__header{grid-template-columns:125px 1fr 360px;margin-bottom:20px}.sorting{grid-template-columns:1fr 155px}.card__img{height:160px}.card__info p{gap:0}.product{margin-bottom:89px}.product__right{display:block}.gallery__carousel{margin-bottom:12px}.gallery__carousel .slick-arrow{bottom:24px}.gallery__carousel .slick-arrow.prev{right:89px}.gallery__carousel .slick-arrow.next{right:31px}.gallery__item{height:613px}.gallery__thumbs .item{height:125px}.data{margin-bottom:31px}.tocart{margin-bottom:10px}.doc{grid-template-columns:40px 1fr 289px;padding:30px 20px}.info{margin-bottom:91px}.info__img{height:474px!important}.section{margin-bottom:90px}.section--parts::before{display:none}.section--news,.section--news .news{padding-top:4px}.section--catalog,.section--video{margin-bottom:0;padding-bottom:90px}.news__grid{row-gap:74px}.preview__img{height:151px}.services{margin-top:0}.service-preview{min-height:629px}.service-preview__img{height:236px}.service-preview__desc{height:calc(100% - 236px)}.article{margin-bottom:0}.article::before{top:-77px;right:-105px;width:735px;height:552px}.article::after{bottom:-51px;left:-174px;width:707px;height:533px}.article__img{height:314px}.article__gallery{margin-top:20px}.article__gallery img{height:308px}.err404{padding-top:60px;padding-bottom:0}.footer__row{display:grid;grid-template-columns:367px 1fr;gap:60px;margin-bottom:33px}.footer .logo{grid-column-start:1;grid-column-end:-1}.bottom{padding-top:31px}.f-menu{width:auto;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(4,auto);gap:27px 60px;-ms-flex-line-pack:start;align-content:start}.f-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:21px}.questions::before{top:221px;left:-55px;width:877px;height:659px}.questionnaire__img{height:186px}.basket::before{top:-174px;left:0;width:497px;height:435px}.empty{margin-bottom:-38px;padding-bottom:0}.compare-toggle{margin-bottom:40px}.compare-toggle__btn:first-child{width:347px}.compare-param{margin-bottom:-8px;padding-bottom:19px}.card-sm{padding-bottom:27px}.card-sm__link{gap:22px}.card-sm__img{height:160px}.contacts--main{padding-top:361px}.contacts--main .contacts__left{padding-left:12px}.contacts--main .contacts__right{-webkit-column-gap:41px;-moz-column-gap:41px;column-gap:41px;padding-left:10px}.contacts--mrgn{margin-bottom:60px}.contacts__row{gap:48px}.contacts__left{width:231px;padding-left:12px}.contacts__left::after{border-right-width:35px}.contacts__right{padding-left:10px}.contacts__right::before{border-left-width:34px}.team{margin-bottom:90px}.team::before{top:-90px;right:-45px;width:893px;height:671px}.member{padding-right:4px}.member__department{width:calc(100% + 18px);background-position:right center}.requisites{margin-top:0}.requisites__wrap{padding-bottom:29px}.requisites__grid{margin-bottom:22px}.requisites__item:nth-child(odd){padding-right:5px}.requisites__item:nth-child(even){padding-left:15px}.requisites__item:nth-last-child(4) .requisites__val{margin-right:-10px}.requisites__item:nth-child(10){padding-bottom:5px}.requisites__item:nth-child(n+13){padding-top:14px;padding-bottom:12px}.requisites .btn{width:216px}.howtoget{margin-bottom:89px}.hero{margin-bottom:53px;padding-top:422px}.hero__bg{height:487px}.hero__bg video{width:auto;height:100%}.hero__row{grid-template-columns:1fr 246px;gap:45px;padding-left:0}.hero__left{padding-top:15px}.hero__left::before{border-bottom-width:272px;border-left-width:35px}.hero__right{height:272px;padding-left:13px;padding-top:16px}.hero__right::before{border-top-width:272px;border-right-width:35px}.hero__right img{width:223px}.hero__subtitle,.hero__title{font-size:24px}.hero__footer{padding-right:29px}.crushers{margin-bottom:91px;padding-top:0}.crushers::before{top:-39px;height:586px}.crushers__wrap{padding-top:20px;padding-bottom:20px;background:url(/local/templates/edisontheme/css/../icons/rectangle-crushers-md.svg)left top/contain no-repeat}.crushers__wrap::after{width:331px;height:249px;background:url(/local/templates/edisontheme/css/../img/img-crushers-md.webp)right bottom/contain no-repeat}.crushers__title{margin-bottom:31px}.crushers__text{max-width:560px}.crushers__advants{margin-bottom:29px}.about{margin-bottom:90px}.about::after{top:0;right:-69px;width:520px;height:464px}.about__content{width:100%}.about__title{margin-bottom:30px}.about__desc{max-width:483px}.about__text{margin-bottom:15px}.about__img{top:44px;width:113px;height:241px}.about__video{top:63px;right:44px;width:181px;height:180px}.advant{margin-bottom:86px}.advant::before{top:-260px;height:1035px}.advant::after{top:-196px;width:753px;height:567px}.advant__wrap{padding-top:30px;padding-bottom:40px;background:url(/local/templates/edisontheme/css/../icons/rectangle-advant-md.svg)left center/contain no-repeat}.advant__wrap::before{top:35px;right:-114px;width:284px;height:287px;background:url(/local/templates/edisontheme/css/../img/img-advant1-md.webp)center/contain no-repeat}.advant__wrap::after{top:80px;right:-1px;width:295px;height:484px;background:url(/local/templates/edisontheme/css/../img/img-advant2-md.webp)center/contain no-repeat}.advant__list{margin-left:0}.modal__inner{width:738px;padding:69px 30px 30px}.modal__close{top:30px;right:30px}.modal__title{font-size:32px}.contactus__row{margin-bottom:25px}.contactus__btn{height:47px;font-size:14px}.banner{height:670px;padding-top:195px}.banner__list ul li,.banner__text{font-size:14px;line-height:1.21}.banner--prod .banner__content{max-width:380px}.banner--company{height:775px;margin-top:-147px;padding-top:200px}.banner--company .banner__content{max-width:420px}.banner--company .banner__text{font-size:12px;font-weight:600;line-height:1.25}.banner--company .banner__text p{margin-bottom:10px;padding-left:26px}.banner--company .banner__text p::before{top:5px}.banner--plastic{height:731px;padding-top:215px}.banner--conveyor .banner__list ul li,.banner--plastic .banner__text{font-size:16px;line-height:1.25}.banner--conveyor{height:782px;padding-top:213px}.banner--conveyor .banner__text{margin-bottom:25px;font-size:16px;line-height:1.25}.pictures::after{display:none}.pictures__grid{grid-auto-rows:285px}.pictures__text{left:10px;bottom:11px}.features,.pictures--company,.pictures--service{margin-bottom:90px}.pictures--company .pictures__title{margin-bottom:30px}.pictures--company .pictures__grid{grid-template-rows:none;grid-auto-rows:300px}.features::before{top:-158px;height:778px}.features::after{display:none}.features__icon,.features__item,.offer__text ul{margin-bottom:15px}.features__name{gap:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.features__arr{-webkit-transform:none;-ms-transform:none;transform:none}.features__hidden{padding-top:28px}.features__text{padding:20px 15px;width:100%}.features__text::before{width:18px;height:18px;background:url(/local/templates/edisontheme/css/../icons/triangle-orange-md.svg)center/contain no-repeat}.images{margin-top:-86px;margin-bottom:70px}.images__row{margin-left:calc(((100vw - 768px)/2 + 15px)*-1);margin-right:calc(((100vw - 768px)/2 + 15px)*-1);padding-left:calc((100vw - 768px)/2 + 38px);padding-right:calc((100vw - 768px)/2 + 38px)}.images__item{width:191px;height:108px}.video-block__wrap{height:392px}.video-block .play{width:37px;height:37px}.video-block__title{left:20px;bottom:20px}.fancybox__container{width:738px}.fancybox__caption{height:48px;font-size:16px}.fancybox__caption::after{left:100%;border-bottom-width:48px}.geography{padding-top:0;margin-bottom:89px}.geography__header{margin-bottom:19px}.geography__desc{padding-left:25px;padding-right:25px}.geography__wrap{margin-left:calc(((100vw - 768px)/2 + 15px)*-1);margin-right:calc(((100vw - 768px)/2 + 15px)*-1);padding-left:calc((100vw - 768px)/2 + 110px);padding-right:calc((100vw - 768px)/2 + 110px)}.images-brands{margin-top:-101px}.images-brands__item{width:256px;height:88px}.images-brands__item:nth-child(2){width:258px}.banner-service{height:469px}.banner-service .container{padding-bottom:40px}.feedback__row{gap:20px}.feedback__img{width:266px}.feedback__form{padding-top:10px}.feedback__form::after{border-bottom-width:586px;border-right-width:40px}.feedback .form-checkbox label a{display:inline-block}.park{margin-bottom:89px}.park__left{width:360px;padding-top:40px;padding-left:21px}.park__right{padding-left:17px}.park--plastic .park__row{gap:80px}.park--plastic .park__left{padding-top:40px;padding-left:20px}.park--plastic .park__right{padding-left:23px;padding-right:15px}.park--plastic .park__info p{margin-bottom:15px;font-size:16px}.park--tradein{margin-bottom:90px}.park--tradein .park__left{padding-top:40px;padding-right:0}.park--repair .park__left{padding-top:40px}.park--repair .park__text{max-width:300px}.park--repair .park__info p{margin-bottom:35px;font-size:16px}.park--dev{margin-bottom:74px}.park--dev .park__left{padding-top:40px;padding-left:20px;padding-right:10px}.making{margin-bottom:89px;padding-top:60px}.making-one{margin-bottom:91px}.making-one__img{width:496px;height:324px}.making-one__desc{width:424px;height:236px;margin-left:-200px;margin-bottom:18px;padding:10px 10px 5px 0}.making-one__desc::before{right:calc(100% - 1px);border-left-width:48px;border-top-width:236px}.making-two{margin-bottom:90px}.making-two__pic:first-child{width:384px}.making-two__pic:nth-child(2){width:403px;margin-left:-49px}.making-three__img{width:318px;height:410px}.making-three__desc{width:408px;height:410px}.advant-plastic{margin-bottom:90px}.advant-plastic__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:331px}.advant-plastic__num{font-size:114px;top:-16px}.advant-plastic--repair .advant-plastic__header,.advant-plastic--visits .advant-plastic__header{margin-bottom:20px;padding-left:25px}.advant-plastic--dev .advant-plastic__header p::before,.advant-plastic--repair .advant-plastic__header::before,.advant-plastic--visits .advant-plastic__header::before{top:11px}.advant-plastic--dev .advant-plastic__header{margin-bottom:20px}.specif{margin-bottom:90px}.specif__img{bottom:10px;width:334px;height:305px}.specif__desc{padding-bottom:20px}.specif__text>p strong{line-height:1.23}.specif__text>p:last-child,.specif__text>p:nth-last-child(2){width:334px}.tradein{padding-top:0;margin-top:-10px;margin-bottom:90px}.tradein__title{margin-bottom:20px}.tradein__img:first-child,.tradein__img:nth-child(2){left:2px}.tradein__text{width:429px;padding-right:12px}.tradein__text::before{border-right-width:134px}.tradein__text p{width:308px;margin-bottom:10px}.tradein-steps{margin-bottom:90px}.tradein-steps__item:first-child{width:calc(100% - 13px)}.tradein-steps__item:first-child::after{border-left-width:14px}.tradein-steps__item:nth-child(2){width:calc(100% - 26px);margin-left:13px;padding-left:28px}.tradein-steps__item:nth-child(2)::before{border-right-width:13px}.tradein-steps__item:nth-child(2)::after{border-left-width:13px}.tradein-steps__item:last-child{width:calc(100% - 13px);margin-left:14px;padding-left:26px}.tradein-steps__item:last-child::before{border-right-width:14px}.repair{padding-top:60px;margin-bottom:90px}.repair__row{-webkit-transform:translateX(2px);-ms-transform:translateX(2px);transform:translateX(2px)}.repair__img{width:376px;height:446px}.repair__wrap{width:354px;height:446px}.repair__wrap::before{border-right-width:64px;border-top-width:446px}.repair__desc{width:100%;margin-left:-2px}.repair__text{margin-right:-5px;padding-right:0}.offer{margin-bottom:90px}.offer__img{width:354px;height:501px}.offer__wrap{width:375px;height:501px;padding-left:10px;padding-right:15px}.offer__wrap::before{border-right-width:55px;border-bottom-width:501px}.offer__text ul li:nth-child(2){max-width:200px}.offer--visits{padding-top:0}.offer--visits .offer__img{width:357px}.offer--visits .offer__wrap{width:373px;height:429px;margin-top:4px;padding-left:13px}.offer--visits .offer__wrap::before{border-right-width:50px;border-bottom-width:429px}.support{padding-top:60px;margin-bottom:90px}.support__img{width:366px}.choose{margin-bottom:90px}.choose__img{width:226px;height:710px}.choose__title{margin-bottom:20px;margin-left:1px}.choose__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.choose__desc{margin-right:-5px}.choose--dev .choose__img{width:216px;height:641px}.choose--dev .choose__item{padding-right:10px}.choose--dev .choose__desc{margin-top:11px;margin-right:10px}.choose--conveyor .choose__row{padding-left:5px}.choose--conveyor .choose__img{width:216px;height:641px}.choose--conveyor .choose__grid{row-gap:20px}.choose--conveyor .choose__desc{margin-right:4px;margin-top:1px}.development{padding-top:60px}.development,.modern{margin-bottom:90px}.modern__wrap{height:224px}.modern__wrap::after{border-top-width:224px;border-right-width:51px}.modern__text{max-width:580px}.modern__img{position:static;width:738px;height:261px;margin-top:20px}.automation{margin-bottom:90px}.automation__row{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.automation__left{width:calc(((100% - ((12 - 1)*20px))/12*5) + ((5 - 1)*20px));padding-top:0;gap:10px}.automation__right{width:calc(((100% - ((12 - 1)*20px))/12*7) + ((7 - 1)*20px));padding-top:0;padding-left:4px}.automation__img{width:290px;height:168px}.automation__img:nth-child(2){height:168px}.conveyors{margin-top:-108px;margin-bottom:90px}.conveyors__row{padding-bottom:403px}.conveyors__img{width:738px;height:383px}.conveyors__wrap{width:672px;height:387px;padding-left:25px}.conveyors__wrap::before{border-left-width:66px;border-top-width:387px}.conveyors__desc{width:570px}.drive{padding-bottom:409px;margin-bottom:90px;margin-top:-1px}.drive__img{bottom:-409px;width:738px;height:389px}.drive__wrap{width:673px;height:407px;padding-left:25px}.drive__wrap::after,.rollsup__wrap::after{border-left-width:65px;border-top-width:407px}.drive__content{width:600px}.tension{margin-bottom:90px}.tension__row{gap:20px}.tension__img{height:381px}.tension__text{font-size:18px;line-height:normal}.rollsup{padding-bottom:448px;margin-bottom:90px}.rollsup__wrap{width:675px;height:467px;padding-left:25px}.rollsup__wrap::after{border-top-width:467px}.rollsup__img{bottom:-448px;width:738px;height:428px}.rollsup__content{width:600px}.rollsup__title{margin-bottom:28px}.rollsup__text p{padding-left:27px;margin-bottom:15px}.rollers{padding-top:0;margin-bottom:110px}.rollers__wrap{width:524px;height:450px;padding-top:32px;padding-left:15px}.rollers__wrap::after{border-left-width:192px;border-bottom-width:450px}.rollers__text,.rollers__title{margin-bottom:32px;margin-right:-40px}.rollers__text{margin-bottom:28px}.rollers__img{right:-214px;bottom:-20px;width:258px;height:229px}.images-brands{margin-bottom:0}.category__header.category__header_spares{grid-template-columns:141px 1fr 155px}.advant__arr::after{display:none}.advant__tooltip{position:relative;margin-top:30px;display:none;transition:opacity .3s ease;left:0;top:calc(100% + 29px);padding:12px;width:100%}.advant__tooltip::before{top:-19px;display:block}.advant__tooltip.active{display:block;opacity:1;height:auto}.advant__tooltip p{font-size:15px;line-height:1.33333}}@media (min-width:768px) and (max-width:1023px){.contactus__btn{width:174px}.crushers::before{opacity:0}}@media screen and (max-width:768px) and (min-width:768px){.banner.banner--company{height:705px}}@media screen and (max-width:768px){.catalog__name{max-width:150px;margin:0 auto}.mobile-dropdown__section a._compare{display:flex;gap:10px}.search-form input{font-size:14px}.search-form button{padding-left:10px}.form-checkbox label,.info__text{font-size:15px}.filter__section button.btn{font-size:14px;border-radius:0}.section.section--parts .container>.section__title{max-width:210px}.product__right .data{margin-bottom:10px}}@media screen and (max-width:767px){.container{width:414px;padding:0 15px}.form-group input,.form-group textarea{padding:0 10px;font-size:15px;border-color:#ececec}.form-group textarea{min-height:134px;padding:20px 10px}.form-file label{padding-left:10px;padding-right:10px}.form-file .filename,.form-file .placeholder{font-size:15px}.header{padding:17px 0}.header__navbar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:auto;padding-left:20px}.cart__toggle span,.header__umenu .cart,.header__umenu .compare{display:none}.logo{width:80px;height:34px}.burger{width:24px;height:24px}.burger span::before{bottom:7px}.burger span::after{top:7px}.cart,.compare{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:10px}.cart__toggle svg{fill:#ff8e16}.compare{padding:0;border:0}.cart__toggle svg,.compare__toggle{width:20px;height:20px}.compare__toggle svg{stroke:#ff8e16}.mobile-dropdown{left:auto;right:-101%;width:100%;max-width:500px;padding:20px 15px}.mobile-dropdown.open{left:auto;right:0}.mobile-dropdown__close{top:20px;right:15px;width:20px;height:20px}.mobile-dropdown .logo{width:146px;height:57px;margin:0 auto 35px}.mobile-dropdown__section{padding:30px 0}.mobile-dropdown__section.hidden{display:block}.mobile-dropdown .btn{height:60px;margin-top:0}.mob-menu{margin-bottom:30px}.mob-menu__section{gap:10px;padding-bottom:30px}.mob-menu__section:nth-child(2){padding-top:30px}.mob-menu__link{font-size:15px}.mob-menu__title{padding-bottom:4px}.main{margin-top:0;padding-top:65px;padding-bottom:70px}.main--product .title{margin-bottom:20px;font-weight:700;font-size:17px;text-transform:none}.main--news::before{top:-71px;left:-53px;width:497px;height:435px}.main--news::after{display:none}.main--services::before{top:-49px;left:-44px;width:497px;height:435px}.breadcrumbs{-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;margin-bottom:40px}.breadcrumbs__item,.card__info p span{font-size:12px}.breadcrumbs__item:last-child{max-width:143px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.breadcrumbs__link::after{top:0;margin-left:6px}.title{margin-bottom:15px;font-size:26px}.catalog__bg{top:-175px;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:344px;height:326px}.catalog__grid{grid-template-columns:repeat(2,1fr);gap:15px}.catalog__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:13px;height:auto;min-height:180px;padding:15px 10px}.catalog__item:nth-child(4) .catalog__img{height:80px}.catalog__item:nth-child(4) .catalog__name{padding-left:20px;padding-right:20px}.catalog__name{font-size:15px}.banner-service__title br,.catalog__name br,.hero__subtitle br,.hero__title br{display:inline}.catalog__img{height:99px}.category__grid,.category__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.category__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px;margin-bottom:19px}.category__header .search-form{width:100%;max-width:290px}.category__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;margin-bottom:40px}.sorting{display:none}.mob-sorting{display:block}.card{padding:10px 9px 9px}.card__fav{top:15px;left:15px}.card__link{gap:15px;margin-bottom:15px}.card__img{height:190px;margin-bottom:4px}.card__chars{margin-bottom:20px}.card__info{display:none;margin-top:30px}.card__info p{margin-bottom:15px}.card__info p:last-child{margin-bottom:0}.card .btn{height:49px;margin-top:-6px;font-size:16px}.card__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pagination{gap:5px}.pagination__arr{margin-right:auto}.pagination__arr:last-child{margin-left:auto}.filter{left:auto;right:-101%;width:100%;max-width:500px;padding-top:20px;border-right:none}.filter.open{left:auto;right:0}.filter__close{top:20px;right:15px}.filter__header{margin-bottom:15px;font-size:15px;text-align:center}.filter__section{padding:15px}.filter-btn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;gap:15px;width:auto;height:auto;margin-right:26px;background:0 0}.filter-btn svg{width:15px;height:15px}.filter-btn span{font-size:14px}.product{margin-bottom:22px}.gallery{margin-bottom:20px}.gallery__carousel{margin-bottom:21px}.gallery__carousel .slick-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px}.gallery__carousel .slick-arrow.prev{left:10px;right:auto}.gallery__carousel .slick-arrow.next{right:10px}.gallery__item{height:319px}.gallery__thumbs .slick-list{overflow:visible}.gallery__thumbs .slick-slide{width:113px}.gallery__thumbs .item{height:75px}.data{margin-bottom:34px}.data__item{padding:10px 0}.data__name span,.data__value{font-size:15px}.data__value{max-width:90px;margin-left:30px;word-break:break-all}.tocart{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:5px;margin-bottom:20px;padding:10px}.tocart .btn{height:50px}.quantity{width:98px}.quantity input{width:44px}.quantity__btn{width:27px}.quantity__btn:first-child{padding-left:16px}.quantity__btn:last-child{padding-right:16px}.doc{grid-template-columns:40px 1fr;row-gap:15px;padding:14px}.doc__text{line-height:1.25}.doc__btn{grid-column-start:1;grid-column-end:-1}.info{margin-bottom:70px}.info__wrap{padding:10px}.info__nav{display:grid;grid-template-columns:repeat(2,50%);width:100%;height:60px;gap:0}.info__btn{width:auto!important;padding:0!important}.info__title{font-size:26px}.info__section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.info__img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:250px!important}.section__title{padding-right:20px;font-size:26px}.section--parts::before{top:-225px;right:-77px;display:block;width:539px;height:405px}.section--similar .card__title{font-size:14px}.section--similar button.prev.slick-arrow{left:0;right:auto;top:90px}.section--similar button.next.slick-arrow{right:0;top:90px}.section--news .news{padding-top:0;margin-top:-10px;padding-bottom:80px}.about__img img:nth-child(2),.section--news .preview:nth-child(n+2){display:none}.section--catalog,.section--gratitude{margin-bottom:70px}.article__text h2,.section--gratitude .section__title{margin-bottom:15px}.section--catalog .section__title{margin-bottom:20px}.section--catalog .section__title .btn{display:none}.section--vacancy .section__title{margin-bottom:16px}.carousel .slick-slide{width:238px}.carousel .slick-slide .card__img{height:107px!important}.news{margin-top:0;padding-top:6px}.news__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:30px}.news__btn{top:auto;bottom:-80px;left:15px;width:auto;height:60px;border-radius:6px;font-size:16px}.preview__img{height:257px}.preview__text{font-size:15px;line-height:1.334}.services{padding-top:5px}.services__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:38px;max-width:560px;margin-left:auto;margin-right:auto}.service-preview{min-height:1px}.service-preview__img{height:auto;aspect-ratio:1.365;margin-bottom:15px;overflow:visible}.service-preview__desc::before,.service-preview__img::after{display:block}.service-preview__desc{position:relative;height:auto;padding:6px 15px 15px}.service-preview__title{font-size:16px;font-weight:600}.service-preview__text{margin-bottom:17px;font-size:15px;line-height:1.33333}.service-preview .btn{height:50px;font-size:16px}.article{padding-top:8px}.article::before{top:59px;right:-30px;width:497px;height:435px}.article::after{display:none}.article__img{height:auto;aspect-ratio:2.34146;margin-bottom:30px}.article__title{font-size:26px}.article__date{width:121px;font-size:15px}.article__text h2{font-size:16px}.article__text p{font-size:15px;line-height:1.33}.article__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:11px;margin-top:31px}.article__gallery img{height:334px}.err404{margin-bottom:-2px;padding-top:26px}.err404__title{font-size:140px}.err404__subtitle{max-width:290px;margin:21px 0 10px;font-size:20px}.err404__text{max-width:290px;margin-bottom:20px;font-size:15px;line-height:1.33333}.err404 .btn{width:290px}.footer{padding:15px 0}.bottom,.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__row{gap:30px;margin-bottom:22px}.footer .logo{width:126px;height:50px;margin:0 auto}.bottom{gap:10px;padding-top:20px}.bottom p{font-weight:400;font-size:15px}.f-menu,.questionnaire .btn span{display:none}.f-contacts__item{gap:10px}.f-contacts__item:nth-child(2){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.f-contacts__icon{width:20px;height:20px}.card-sm__fav svg,.f-contacts__icon svg{width:10px;height:10px}.f-contacts__text{font-size:15px}.f-contacts__desc address{padding-right:30px}.questions{padding-top:7px}.questions::before{top:-155px;left:-53px;width:497px;height:435px}.questions__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:41px;width:100%}.questionnaire__img{height:253px;margin-bottom:10px;overflow:hidden}.questionnaire__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 5px}.questionnaire__text{min-height:1px;margin-bottom:0;font-size:16px;line-height:1.2}.questionnaire .btn{gap:0}.questionnaire .btn,.questionnaire__load{height:50px;font-size:16px}.basket{padding-top:4px}.basket::before{top:-99px;left:-53px}.basket__wrap{padding-bottom:130px}.basket__total-qnt{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:20px;margin-bottom:20px;font-size:15px}.basket__total-qnt span:first-child{max-width:176px}.basket__total-qnt span:nth-child(2){font-size:14px}.basket__header{display:block;margin-bottom:20px}.basket__header .search-form{margin-right:0}.basket__clear,.basket__header .btn{position:absolute;z-index:10;bottom:60px;left:0;width:100%;height:50px;font-size:16px}.basket__clear{bottom:0}.basket__list{gap:31px}.basket__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.basket__img{height:234px}.basket__del{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.basket__title{margin:0}.basket__qnt{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-item-align:stretch;align-self:stretch}.basket__qnt .quantity{width:183px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:-2px}.basket__qnt .quantity input{width:73px}.empty{margin-top:20px;margin-bottom:0}.empty__title{font-size:15px}.empty__text{font-size:12px}.empty__btn{width:290px;height:50px;font-size:16px}.comparison__row{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;margin-bottom:69px}.comparison__item{width:calc(50% - 6px)}.comparison__item:nth-child(2) .counter{left:53%}.comparison__item:nth-child(2) .compare-carousel .slick-arrow.prev{left:8px}.comparison__item:nth-child(2) .compare-carousel .slick-arrow.next{right:-1px}.compare-toggle{display:none}.compare-toggle__btn{width:auto!important;padding:0!important}.compare-param{position:fixed;z-index:6000;top:0;right:-101%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100vh;margin:0;overflow-y:auto;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.compare-param__title{margin-bottom:20px;font-size:16px}.compare-param form,.compare-param__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.compare-param form{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.compare-param__grid{row-gap:10px;margin-bottom:20px}.compare-param__close{display:block}.compare-param .btn,.compare-param__reset{display:-webkit-box;display:-ms-flexbox;display:flex}.compare-param__reset{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.specifications{margin-left:-15px;margin-right:-15px}.specifications__section{padding:14px 15px 11px}.specifications__title{margin-bottom:17px;font-size:15px;text-align:center}.specifications__item{text-align:center}.specifications__item:nth-child(2){padding-left:9px}.compare-carousel .slick-arrow{width:30px;height:30px}.compare-carousel .slick-arrow.prev{left:-1px}.compare-carousel .slick-arrow.next{right:8px}.card-sm{padding:4px}.card-sm__fav{top:7px;left:7px;width:15px;height:15px}.card-sm__del{top:7px;right:15px;width:8px;height:8px}.card-sm__link{gap:21px}.card-sm__img{height:91px}.card-sm__title{font-size:15px;line-height:1.2}.counter{top:calc(100% + 26px);left:48%}.param-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.show-toggle{display:block}.contacts{padding-top:292px}.contacts--main{padding-top:261px;padding-bottom:30px}.contacts--main .contacts__row{display:none}.contacts--main .map{height:100%}.contacts--mrgn{margin-top:-136px;margin-bottom:30px}.contacts__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:30px;width:384px;height:auto;margin-left:auto;margin-right:auto}.contacts__left{width:100%;height:63px;padding-top:20px;padding-left:20px}.contacts__left::after{top:100%;left:0;border-top-width:26px;border-right-width:384px}.contacts__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:19px;padding:16px 20px 17px}.contacts__right::before{top:auto;bottom:100%;right:0;border-bottom-width:26px;border-left-width:384px}.contacts__title{font-weight:800;font-size:24px}.contacts__item{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.contacts__icon{width:30px;height:30px}.contacts__icon svg{width:15px;height:15px}.contacts__subtitle{font-size:15px;margin-bottom:1px}.contacts__text{font-weight:400;font-size:12px}.contacts__desc address{padding-top:2px}.contacts__addr{display:block}.map{height:348px}.team{margin-bottom:70px}.team::before{top:2px;right:-238px}.team__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.member{padding-top:14px;padding-bottom:15px;padding-left:19px}.member__department{width:331px;height:42px;margin-left:-20px;padding-left:11px;padding-top:2px;font-size:17px;background:url(/local/templates/edisontheme/css/../icons/bg-label-team-sm.svg)right center/contain no-repeat}.member-contacts__text a,.member__role{font-size:15px}.requisites::before{display:none}.requisites__arr,.requisites__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.requisites__title{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;font-size:26px}.requisites__arr{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.requisites__wrap{padding:0 9px;border-color:transparent;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.requisites__grid{display:none;margin-bottom:0}.requisites__item{border-right:none!important;padding:16px 0 14px!important}.requisites__item:first-child{padding-top:0!important}.requisites__val{max-width:none!important;font-size:15px;line-height:1.33333}.requisites .btn{width:calc(100% + 20px);height:50px;margin-top:3px;margin-left:-10px;margin-right:-10px;border-radius:6px;font-size:16px}.howtoget{margin-bottom:70px}.howtoget::before{top:-320px;right:-283px;width:889px;height:669px}.howtoget__title{display:block;margin-bottom:25px;font-size:26px}.howtoget__item{width:270px!important}.howtoget__num{top:10px;width:61px;height:29px;padding-left:5px;font-size:22px;background:url(/local/templates/edisontheme/css/../icons/bg-label-howtoget-sm.svg)left center/contain no-repeat}.howtoget__img{height:190px;margin-bottom:10px}.crushers__advants li,.howtoget__text{font-size:15px;line-height:1.33333}.howtoget .slick-slide{padding-right:15px}.hero{margin-top:0;margin-bottom:98px;padding-top:88px}.hero__bg{height:100%}.hero__bg::before{background:-webkit-gradient(linear,left top,left bottom,color-stop(30.5%,rgba(60,60,60,.19)),to(rgba(228,228,228,0))),rgba(70,70,70,.6);background:-o-linear-gradient(top,rgba(60,60,60,.19) 30.5%,rgba(228,228,228,0) 100%),rgba(70,70,70,.6);background:linear-gradient(180deg,rgba(60,60,60,.19) 30.5%,rgba(228,228,228,0) 100%),rgba(70,70,70,.6)}.hero__row{display:block}.hero__left{padding:0;background:0 0}.hero__left::before,.hero__right,.hero__text span,.hero__title span{display:none}.hero__title{margin-bottom:23px;font-size:38px;font-weight:900;text-align:center}.hero__subtitle{position:relative;margin-bottom:240px;margin-left:-15px;padding:15px 0 15px 27px;font-size:22px;font-weight:900;background:url(/local/templates/edisontheme/css/../icons/rectangle-hero.svg)left center/contain no-repeat}.hero__subtitle::before{display:block}.hero__footer{gap:15px;margin:0-15px;border-radius:10px 10px 0 0;padding:20px 15px;background:#f8f8f8}.hero__footer .btn{border-radius:6px}.hero__text{font-weight:400;font-size:15px;line-height:1.33333;text-align:center;color:#464646;text-transform:none}.gratitude-carousel .slick-slide{padding-right:30px}.crushers{margin-bottom:41px}.crushers::before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(248,248,248,0)),color-stop(23%,#f8f8f8),color-stop(70%,rgba(248,248,248,.92)),to(rgba(248,248,248,0)));background:-o-linear-gradient(top,rgba(248,248,248,0)0,#f8f8f8 23%,rgba(248,248,248,.92) 70%,rgba(248,248,248,0) 100%);background:linear-gradient(180deg,rgba(248,248,248,0)0,#f8f8f8 23%,rgba(248,248,248,.92) 70%,rgba(248,248,248,0) 100%)}.crushers__wrap{padding-left:0;padding-right:0;background:0 0}.crushers__wrap::after{bottom:auto;top:104px;left:0;width:384px;height:332px;background:url(/local/templates/edisontheme/css/../img/img-crushers-sm.webp)right bottom/contain no-repeat}.crushers__title{min-height:64px;margin-bottom:367px;font-size:26px}.crushers__text{max-width:none;font-size:15px;line-height:1.33333}.crushers__advants{margin-bottom:15px}.crushers .btn{border-radius:6px;width:100%;height:60px;font-size:16px}.about{margin-bottom:100px;padding-top:149px}.about::before{content:"";position:absolute;z-index:2;top:0;left:0;display:block;width:100%;height:406px;background:url(/local/templates/edisontheme/css/../icons/rectangle-about.svg)center/contain no-repeat}.about::after{top:-259px;left:0;right:auto;width:100%;height:446px;background:url(/local/templates/edisontheme/css/../img/bg-about-sm.webp)center/cover no-repeat}.about__title{margin-bottom:251px;font-size:22px;color:#f8f8f8}.about__desc{margin-bottom:321px}.about__desc p,.about__text{padding:18px 0 0}.about__desc p::before{top:0;width:98px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.about__text{margin-bottom:31px;background:0 0}.about__desc p,.about__text p,.features__text p{font-size:15px;line-height:1.33333}.about__text::before{display:block}.about__img{top:540px;left:-15px;right:-15px;width:auto;height:auto}.about__img img:nth-child(1){display:flex}.about__video{top:56px;left:0;right:auto;width:384px;height:202px;-webkit-clip-path:none;clip-path:none}.about__video video{width:100%;height:auto}.brands{gap:15px}.brands__item{height:78px;background:#ececec}.advant{margin-bottom:100px}.advant::after,.advant__wrap::after,.advant__wrap::before{display:none}.advant__wrap{padding:0;background:0 0}.advant__title{font-size:26px}.advant__list{gap:30px;width:100%}.advant__item{min-height:1px}.advant__item:first-child .advant__name span{padding-right:0}.advant__icon{width:40px;height:40px;margin-bottom:10px}.advant__name{gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__inner{top:0;width:100%;max-width:460px;max-height:100vh;overflow-y:auto;padding:50px 15px 15px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.modal__close{top:15px;right:15px}.modal__title{margin-bottom:20px;font-size:26px}.contactus__row{gap:10px}.contactus__col{width:100%}.contactus__footer{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:15px}.contactus__btn{width:100%;height:50px;border-radius:6px;font-size:16px}.contactus .form-checkbox label{font-size:15px;padding-right:60px}.banner{height:790px;margin-top:-149px;padding-top:514px}.banner__title{margin-bottom:4px;font-size:34px}.banner__text{position:relative;height:133px;overflow:hidden;padding-top:13px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)left top/98px no-repeat;font-size:15px;line-height:1.33333}.banner--company .banner__text p::before,.banner--plastic .banner__img::after,.banner__list{display:none}.banner__more{display:block;font-weight:400;font-size:15px;line-height:1.33333;color:rgba(248,248,248,.8)}.banner__video::before{background:url(/local/templates/edisontheme/css/../img/bg-banner-video-sm.webp)center/cover no-repeat!important}.banner--company{height:842px;padding-top:533px}.banner--company .banner__title{margin-bottom:5px}.banner--company .banner__text{height:113px;margin-bottom:4px;font-size:15px;line-height:1.33333;font-weight:400}.banner--company .banner__text p,.making-two__desc ul{padding-left:0}.banner--plastic{height:774px}.banner--plastic .banner__title{margin-bottom:5px;line-height:1.2}.banner--plastic .banner__text{height:93px;margin-bottom:4px;font-size:15px;line-height:1.33333}.banner--plastic .banner__more{font-weight:600}.banner--conveyor{height:774px;padding-top:410px}.banner--conveyor .banner__title{margin-bottom:5px}.banner--conveyor .banner__text{height:112px;margin-bottom:5px;font-size:15px;line-height:1.33333}.pictures__title{margin-bottom:15px;font-size:26px}.pictures__grid{display:block}.pictures__item{width:270px!important;height:290px}.pictures__text{right:10px;font-size:12px}.pictures--company,.pictures--service{margin-bottom:66px}.pictures--company .pictures__title{margin-bottom:15px}.features{margin-bottom:0}.features::before{top:-605px;height:836px}.features__title{margin-bottom:15px;font-size:26px}.features__row{gap:20px;margin-bottom:20px}.features__col{width:100%}.features__col--hidden{display:none}.features__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.features__item{margin-bottom:20px}.features__icon{width:40px;height:40px;margin-bottom:10px}.features__name{gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.features__text{padding:12px}.images{margin-top:-17px}.images__row{gap:4px;height:118px;margin-left:calc(((100vw - 414px)/2 + 35px)*-1);margin-right:calc(((100vw - 414px)/2 + 55px)*-1);padding-right:0}.images__item{width:145px;height:118px;-webkit-transform:skewX(-17deg);-ms-transform:skewX(-17deg);transform:skewX(-17deg)}.images__item img{-webkit-transform:skewX(17deg) translateX(-20px);-ms-transform:skewX(17deg) translateX(-20px);transform:skewX(17deg) translateX(-20px)}.images__item:first-child{width:183px}.images__item:first-child img{left:-5px;-webkit-transform:skew(17deg) translate(32px);-ms-transform:skew(17deg) translate(32px);transform:skew(17deg) translate(32px)}.images__item:last-child{width:200px}.images__item:last-child img{-webkit-transform:skew(17deg) translate(-66px);-ms-transform:skew(17deg) translate(-66px);transform:skew(17deg) translate(-66px)}.video-block__wrap{height:211px}.video-block__title{display:block;position:static;margin-top:11px;font-size:16px;font-weight:600;color:#464646;text-transform:none}.fancybox__container{width:100%}.fancybox__slide{padding-top:36px}.fancybox__caption{width:325px;height:48px;line-height:normal;font-size:13px}.fancybox__caption::after{left:calc(100% - 1px);border-left-width:20px}.vacancy__item{padding:15px}.vacancy__arr{width:30px;height:30px}.vacancy__text{font-size:12px}.geography{margin-bottom:70px}.geography::after{top:198px;left:-83px;width:491px;height:518px}.geography__header{margin-bottom:0}.geography__title{margin-bottom:15px;font-size:26px}.geography__desc{padding-left:20px;padding-right:20px;font-size:15px;line-height:1.33333}.geography__wrap{margin-left:calc(((100vw - 414px)/2 + 15px)*-1);margin-right:calc(((100vw - 414px)/2 + 15px)*-1);margin-top:-23px;padding-left:calc((100vw - 414px)/2 + 96px);padding-right:calc((100vw - 414px)/2 + 53px)}.map-item__tooltip{width:384px}.map-item__tooltip p:nth-child(2){font-size:15px;line-height:1.33333}.images-brands{margin-top:-86px;margin-bottom:0;padding-bottom:70px}.images-brands__row{gap:13px}.images-brands__item{width:calc((100% - 26px)/3)!important;height:89px;background-color:#f8f8f8;box-shadow:0 4px 20px 0#00000040}.images-brands__item img{filter:none}.images-brands__item:last-child,.images-brands__item:nth-child(2){margin-left:0}.banner-service{height:774px;margin-top:-136px}.banner-service .container{padding-bottom:61px}.banner-service__title{padding-left:10px;font-size:34px;line-height:1.2}.feedback::after,.making-two__desc ul li::before{display:block}.feedback__row{height:auto}.feedback__form::after,.feedback__img,.making-one__desc::before,.making-two__desc p::before,.making::after,.making::before,.park__doc span,.park__left::after,.park__right::before{display:none}.feedback__form{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:0;background:0 0}.feedback__title{font-size:26px}.feedback .contactus__row{margin-bottom:7px}.feedback .contactus__col{gap:6px}.feedback .contactus__footer{gap:5px}.feedback .contactus__btn{height:50px;font-size:16px}.feedback .form-file label{background:#ececec}.feedback .form-file label.active{background:#ff8e16}.feedback .form-checkbox label{padding-left:26px;font-size:12px}.park{margin-bottom:56px;padding-top:13px}.park__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.park__left{width:100%;height:auto;padding:0;margin:0;background:0 0}.park__right{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;gap:11px;width:100%;padding:9px}.park__title{margin-bottom:6px;color:#464646;font-size:26px}.park__text{font-size:16px;line-height:1.25;font-weight:600;color:#464646}.park__img{width:226px;height:162px}.park__info{-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;row-gap:9px}.park__info p{margin-bottom:0;font-size:16px}.park__doc{width:calc(50% - 3px)}.park__load{width:calc(50% - 2px)}.park--plastic{margin-bottom:70px}.park--plastic .park__row{height:auto;gap:14px}.park--plastic .park__left{padding:0}.park--plastic .park__right{padding:10px}.park--plastic .park__info p{margin-bottom:-1px}.park--tradein{margin-bottom:91px}.park--tradein .park__left{padding-top:0}.park--tradein .park__title{margin-bottom:20px}.park--tradein .park__text{max-width:none}.park--repair{margin-bottom:71px}.park--repair .park__row{height:auto}.park--repair .park__title{max-width:none;margin-bottom:21px}.park--repair .park__text{max-width:none}.park--repair .park__info p{margin-bottom:23px}.park--dev{padding-top:0;margin-bottom:70px}.park--dev .park__row{height:auto}.park--dev .park__left{padding-top:0;padding-left:0}.park--dev .park__img{width:100%;height:253px}.park--dev .park__right{padding-bottom:18px}.park--dev .park__info{row-gap:17px;padding:0 6px}.steps{gap:26px;padding-top:13px}.steps__item{width:384px!important;margin-left:0;padding-left:13px!important}.steps__item:first-child{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;padding-left:21px!important}.steps__item:first-child::after{left:0;top:100%;border-top-width:13px;border-right:none;border-left:384px solid transparent}.steps__item:first-child::before{left:0;top:auto;bottom:100%;width:0;height:0;border-bottom:13px solid #ff8e16;border-right:384px solid transparent;background:0 0}.steps__item:nth-child(2)::before,.steps__item:nth-child(3)::before,.steps__item:nth-child(4)::before{right:0;top:auto;bottom:100%;border-bottom-width:13px;border-left:none;border-right:384px solid transparent}.steps__item:nth-child(2)::after,.steps__item:nth-child(3)::after,.steps__item:nth-child(4)::after{left:0;top:100%;border-top-width:13px;border-right:none;border-left:384px solid transparent}.steps__item:nth-child(2){row-gap:4px;-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px}.steps__item:nth-child(2) .steps__text{margin-left:0}.steps__item:nth-child(3){padding-bottom:9px}.steps__item:nth-child(4){padding-left:8px!important;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;padding-bottom:10px}.steps__item:nth-child(4) .steps__text{max-width:190px}.steps__item:last-child{padding-bottom:8px}.steps__item:last-child::before{right:0;top:auto;bottom:100%;border-bottom-width:13px;border-left:none;border-right:384px solid transparent}.steps__item:last-child::after{left:0;top:100%;width:0;height:0;border-top:13px solid #ff8e16;border-left:384px solid transparent;background:0 0}.steps__text{font-size:15px;line-height:1.33333}.making{margin-bottom:70px}.making-one{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:10px;margin-bottom:30px}.making-one__img{width:414px;height:auto;margin-left:-15px;margin-right:-15px}.making-one__desc{width:100%;height:auto;margin:0;padding:0;background:0 0}.making-one__title{margin-bottom:10px;font-weight:700;font-size:18px;text-transform:none}.making-one__text{padding-left:0;padding-top:13px;font-size:15px;line-height:1.33333}.making-one__text::before{top:0;width:98px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.making-two{margin-bottom:40px}.making-two__desc p{margin-bottom:10px;padding-left:0;font-size:15px;line-height:1.2}.making-two__desc ul li{position:relative;list-style:none;padding-left:19px}.making-two__pic:first-child{width:209px;height:156px}.making-two__pic:nth-child(2){width:209px;height:156px;margin-left:-34px}.making-three{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:20px}.making-three__img{width:414px;height:auto;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:138px}.making-three__desc{width:100%;height:auto;margin:0;padding:0;background:0 0}.advant-plastic__header p::before,.advant-plastic__img img,.making-three__desc::before,.making-three__text::before{display:none}.making-three__text{padding:0;margin:0;font-size:15px;line-height:1.33333}.making-three__text p{margin-bottom:6px}.making-three__text p:last-child{margin-top:365px;font-weight:600;line-height:1.2}.advant-plastic{margin-top:0;margin-bottom:60px;padding-top:60px}.advant-plastic__header{margin-left:1px;margin-bottom:20px;padding-left:14px;border-left:2px solid #ff8e16}.advant-plastic__header h2{margin-bottom:20px;font-weight:700;font-size:18px;text-transform:none}.advant-plastic__header p{font-size:15px;line-height:1.2}.advant-plastic__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.advant-plastic__item{padding:14px 15px 15px 16px}.advant-plastic__item.open{background:#ff8e16}.advant-plastic__item.open .advant-plastic__title{opacity:0}.advant-plastic__num{font-size:62px;top:-8px;margin-bottom:4px}.advant-plastic__title{font-size:16px;line-height:1.21;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.advant-plastic__desc{display:none;position:static;padding:0;background:0 0;-webkit-transition:none;-o-transition:none;transition:none}.advant-plastic__desc p{font-weight:600;font-size:12px}.advant-plastic__arr{top:15px;right:15px}.advant-plastic--repair .advant-plastic__desc p{font-size:12px}.advant-plastic--repair .advant-plastic__header{border-left-color:transparent}.advant-plastic--repair .advant-plastic__header::before{top:5px;left:-2px;display:block}.advant-plastic--visits .advant-plastic__header{border-left:none;padding-left:26px}.advant-plastic--visits .advant-plastic__header::before{display:block;top:5px}.advant-plastic--conveyor,.advant-plastic--dev{padding-top:0}.advant-plastic--dev .advant-plastic__header{padding-left:0;border-left:none}.advant-plastic--dev .advant-plastic__header p{padding-left:26px;font-size:15px}.advant-plastic--dev .advant-plastic__header p::before{display:block;top:6px}.advant-plastic--conveyor .advant-plastic__header,.offer__text ul{margin-bottom:20px}.advant-plastic--conveyor .advant-plastic__header p{padding-left:0;margin-top:0}.specif{margin-bottom:57px}.specif__img{bottom:235px;width:100%;height:418px}.specif__desc{padding:0;background:0 0}.specif__text>p{font-size:15px;line-height:1.33333}.specif__text>p:last-child,.specif__text>p:nth-last-child(2){width:100%}.specif__text>p:last-child strong{font-weight:600;font-size:16px}.specif__list{margin-bottom:498px}.specif__item{margin-bottom:13px}.specif__item p:first-child{font-weight:600;font-size:16px;line-height:1.24}.specif__item p:nth-child(2){font-size:15px;line-height:1.33333}.tradein{padding-top:8px;margin-top:0;margin-bottom:70px}.tradein__title{margin-bottom:17px;padding-left:10px;font-size:34px;font-weight:900;line-height:1.225}.tradein__pics{margin-bottom:20px;margin-left:-15px;margin-right:-15px}.tradein__img:first-child{position:static;width:414px;height:397px;margin-left:auto;margin-right:auto}.tradein__img:nth-child(2){display:none}.tradein__text{width:100%;height:auto;padding:13px 0 0;background:0 0}.tradein__text::before{right:auto;left:0;width:98px;height:8px;border:0;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.tradein__text p{width:100%;margin-bottom:5px;padding-left:0}.tradein__text p:first-child{font-size:15px;line-height:1.33333}.tradein__text p:last-child{font-size:16px}.tradein__text p::before,.tradein__text p:last-child span{display:none}.tradein-steps{margin-bottom:70px}.tradein-steps__title{margin-bottom:33px;font-size:26px}.tradein-steps__row{gap:38px}.tradein-steps__item{height:113px}.tradein-steps__item:first-child{-webkit-column-gap:35px;-moz-column-gap:35px;column-gap:35px;width:384px;padding-left:36px}.tradein-steps__item:first-child::before{display:block;bottom:100%;right:0;border-left:384px solid #ff8e16;border-top:13px solid transparent}.tradein-steps__item:first-child::after{top:100%;left:0;border-left:none;border-right:384px solid #ff8e16;border-bottom-width:13px}.tradein-steps__item:first-child .tradein-steps__subtitle,.tradein-steps__item:first-child .tradein-steps__text{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.tradein-steps__item:nth-child(2){width:384px;margin-left:0;-webkit-column-gap:26px;-moz-column-gap:26px;column-gap:26px;padding-right:36px}.tradein-steps__item:nth-child(2)::before{text-align:left;top:auto;bottom:100%;right:0;border-right:none;border-left:384px solid #ececec;border-top-width:13px}.tradein-steps__item:nth-child(2)::after{top:100%;left:0;border-left:none;border-right:384px solid #ececec;border-bottom-width:13px}.tradein-steps__item:nth-child(2) .tradein-steps__num{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.tradein-steps__item:last-child{width:384px;margin-left:0;-webkit-column-gap:28px;-moz-column-gap:28px;column-gap:28px;padding-right:20px}.tradein-steps__item:last-child::before{text-align:left;top:auto;bottom:100%;right:0;border-right:none;border-left:384px solid #ff8e16;border-top-width:13px}.tradein-steps__item:last-child::after{display:block;top:100%;left:0;border-left:none;border-right:384px solid #ff8e16;border-bottom:13px solid transparent}.tradein-steps__item:last-child .tradein-steps__subtitle,.tradein-steps__item:last-child .tradein-steps__text{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}.tradein-steps__num{-ms-flex-item-align:start;align-self:start;-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.offer__text ul li,.tradein-steps__text{font-size:15px;line-height:1.33333}.repair{padding-top:30px;margin-bottom:11px}.repair__img{position:absolute;top:84px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:414px;height:314px}.repair__wrap{width:100%;height:auto;padding-right:0;background:0 0}.repair__wrap::before{display:none}.repair__title{margin-bottom:334px;font-weight:700;font-size:18px;text-transform:none}.repair__text{margin-right:0;padding-top:13px;padding-left:0;font-size:16px;line-height:1.25}.repair__text::before{top:0;width:100%;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)left center/contain no-repeat}.offer{padding-top:71px;margin-bottom:17px}.offer__img{position:absolute;z-index:1;top:-130px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:414px;height:412px}.offer__wrap{z-index:10;width:100%;height:auto;padding:0;background:0 0}.offer--visits .offer__title::before,.offer--visits .offer__wrap::before,.offer__wrap::before{display:none}.offer__title{margin-bottom:268px;padding-left:15px;border-left:1px solid #ff8e16;font-weight:900;font-size:26px;color:#f8f8f8}.offer__text ul li{margin-bottom:10px}.offer__text ul li:nth-child(2){max-width:none}.offer__text ul li::before{left:0;top:4px}.offer__text p{padding:15px 15px 16px;font-weight:400;color:#f8f8f8;background:#ff8e16}.offer__item{margin-bottom:10px}.offer__item p,.offer__text p{font-size:15px;line-height:1.33333}.offer__item p:first-child{margin-bottom:10px;font-size:16px;line-height:1.25}.offer--visits{padding-top:9px}.offer--visits .offer__img{top:-63px;width:414px;height:337px}.offer--visits .offer__wrap{width:100%;height:auto;margin:0;padding:0}.offer--visits .offer__title{margin-bottom:262px;padding-left:15px;border-left:1px solid #f8f8f8;font-weight:900;font-size:22px;text-transform:uppercase;color:#f8f8f8}.support{margin-bottom:11px}.support__img{position:absolute;top:59px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);width:384px;height:153px}.support__title{margin-bottom:183px;font-weight:700;font-size:18px;text-transform:none}.support__text{padding-left:0;padding-top:13px;font-size:15px;line-height:1.33333}.support__text::before{top:0;width:97px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.choose{padding-top:123px;margin-bottom:70px}.choose::before{display:none}.choose__row{display:block}.choose__img{position:absolute;top:-147px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:414px;height:454px}.choose__title{margin-bottom:253px;margin-left:-1px;padding-left:15px;border-left:1px solid #ff8e16;font-weight:900;font-size:26px;text-transform:uppercase;color:#f8f8f8}.choose__grid{gap:20px}.choose__desc{margin-right:0}.choose__desc p{font-weight:400}.choose__desc p,.choose__text{font-size:15px;line-height:1.33333}.choose--dev{padding-top:80px;margin-bottom:0}.choose--dev .choose__img{width:414px;height:454px}.choose--dev .choose__grid{row-gap:20px}.choose--dev .choose__item{padding-right:0}.choose--dev .choose__desc{margin-top:0;margin-right:0}.choose--conveyor .choose__row{padding-left:0}.choose--conveyor .choose__img{top:-133px;width:414px;height:448px}.choose--conveyor .choose__title{margin-bottom:280px}.choose--conveyor .choose__item{padding-right:0}.choose--conveyor .choose__desc{margin-right:0;margin-top:0}.development{margin-bottom:65px}.development__title{margin-bottom:20px;font-weight:700;font-size:18px;text-transform:none}.development__subtitle{margin-bottom:20px}.development__grid .slick-slide{padding-right:15px}.development__item{width:270px!important}.development__num{top:10px;width:36px;height:29px;font-size:22px;color:#f8f8f8}.development__num::after{border-top-width:29px;border-right-width:25px}.development__img{height:190px;margin-bottom:10px}.development__desc{height:auto;min-height:1px;padding:0;background:0 0}.development__name{font-size:16px;line-height:1.25}.development__text{font-size:15px;line-height:1.33333}.modern{margin-bottom:85px}.modern__wrap{width:100%;height:auto;padding:0;background:0 0}.modern__wrap::after{display:none}.modern__title{margin-bottom:495px;padding-right:20px;font-weight:700;font-size:18px;color:#464646;text-transform:none}.modern__text{padding-left:0;padding-top:13px;font-size:15px;line-height:1.33333}.modern__text::before{top:0;width:98px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.modern__img{position:absolute;top:64px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:414px;height:455px;margin-top:0}.automation{margin-top:-2px}.automation__row{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.automation__left{position:absolute;top:37px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:384px;gap:15px}.automation__right{width:calc(((100% - ((12 - 1)*20px))/12*12) + ((12 - 1)*20px));padding-left:0}.automation__img{width:100%;height:223px}.automation__img:nth-child(2){height:223px}.automation__title{margin-bottom:492px;padding-left:0;font-size:18px}.automation__title::before,.drive__text p::before,.tension__text p::before{display:none}.automation__list{gap:11px;margin-bottom:17px}.automation__item{position:relative;padding-left:27px}.automation__item::before{display:block}.automation__item p:first-child{margin-bottom:7px}.automation__item p:nth-child(2){font-size:15px;line-height:1.33333}.automation__item:first-child p:first-child{margin-bottom:20px}.automation__desc{background:#f8f8f8}.automation__desc p{font-weight:400;font-size:15px;line-height:1.33333}.conveyors{margin-top:0;padding-top:60px;margin-bottom:70px}.conveyors__row{padding-bottom:0}.conveyors__img{top:-14px;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:384px;height:368px}.conveyors__wrap{width:100%;height:auto;padding:0;background:0 0}.conveyors__wrap::before{left:-15px;right:-15px;bottom:-15px;top:auto;width:auto;height:590px;border:0;background:#ececec}.conveyors__desc{width:100%}.conveyors__title{margin-bottom:298px;font-weight:700;font-size:17px;text-transform:none}.conveyors__text{font-size:15px;line-height:1.33333}.conveyors__text p{margin-bottom:6px;padding-left:0}.conveyors__text p:first-child::before{display:none}.conveyors__text p:last-child{padding-top:13px;font-weight:600;font-size:15px;line-height:1.2}.conveyors__text p:last-child::before{top:0;width:98px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.quest__info p{min-height:1px;font-size:16px;line-height:1.25}.quest__doc,.quest__load{height:50px;font-size:16px}.carousel-width{margin-top:-10px}.drive{padding-bottom:0;margin-bottom:20px}.drive__img{position:static;width:383px;height:270px;margin-left:auto;margin-right:auto;margin-bottom:10px;-webkit-transform:none;-ms-transform:none;transform:none}.drive__img2{display:block;width:383px;height:136px;margin:0 auto 10px}.drive__wrap{width:100%;height:auto;padding:0;margin:0;background:0 0}.drive__content{width:100%}.drive__title{margin-bottom:20px;font-weight:700;font-size:18px;text-transform:none}.drive__text{font-size:15px;line-height:1.33333}.drive__text p{padding-left:0;margin-bottom:10px}.drive__text p:last-child{padding-top:18px}.drive__text p:last-child::before{display:block;top:0;width:98px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg-gray.svg)center/contain no-repeat}.tension{margin-bottom:70px}.tension__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tension__img{height:226px}.tension__text{font-size:15px;line-height:1.33333}.tension__text p{padding-left:0}.rollsup{padding-bottom:0;margin-bottom:61px}.rollsup__wrap{width:100%;height:auto;margin:0;padding:0;background:0 0}.rollers__wrap::after,.rollsup__text p::before,.rollsup__wrap::after{display:none}.rollsup__img{position:static;width:384px;height:406px;margin-left:auto;margin-right:auto;margin-bottom:20px}.rollsup__content{width:100%}.rollsup__title{margin-bottom:20px;font-weight:700;font-size:18px;text-transform:none}.rollsup__text{font-size:15px;line-height:1.33333}.rollsup__text p{padding-left:0;margin-bottom:5px}.rollsup__text p:last-child{padding-top:13px}.rollsup__text p:last-child::before{display:block;top:0;width:98px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.rollers{margin-bottom:18px}.rollers__wrap{width:100%;height:auto;padding:0;background:0 0}.rollers__content{width:100%}.rollers__text,.rollers__title{margin-bottom:15px;margin-right:0;font-size:26px}.rollers__text{font-size:15px;line-height:1.33333}.rollers__btn{width:100%;height:50px;font-size:16px}.rollers__img{position:static;width:384px;height:245px;margin:0 auto 15px}.banner.banner--company{height:775px}}@media screen and (min-width:767px){.popup-window.popup-window-with-titlebar{min-width:595px}.section--parts .card__info p span,.section--similar .card__info p span{white-space:nowrap}}@media screen and (max-width:767px){.pagination .pagination__arr{margin-left:unset;margin-right:unset}.popup-window .popup-window-buttons .btn{width:100%}.images-brands{padding-bottom:0;background:linear-gradient(0deg,#e4e4e4 30%,rgba(115,115,115,.1) 86%),linear-gradient(180deg,rgba(228,228,228,0) 62.65%,rgba(115,115,115,0) 80.74%);background-position-y:0;background-repeat:no-repeat}.banner__video::before{background:linear-gradient(to top,rgba(115,115,115,.5) 20%,rgba(255,255,255,0) 35%),url(/local/templates/edisontheme/css/../img/bg-banner-video-sm.webp)center/cover no-repeat!important}.pictures .container{padding-top:70px}.images-brands__item img{object-fit:cover;padding:7px}}@media (max-width:767px){.basket__clear,.btn,.compare-toggle,.compare-toggle__btn,.contactus__btn,.empty__btn,.news__btn,.park__doc,.park__load,.questionnaire__load,.sorting__btn,.vacancy__btn{border-radius:6px}}@media screen and (max-width:767px){.header__umenu .compare{display:none!important}}@media (max-width:767px){#cart-error,#cart-success{flex-direction:column;gap:15px}.contactus .form-group input{padding:0 20px}.contactus .form-group textarea{padding:15px 20px}.contactus .form-file label{padding-left:20px;padding-right:20px}.header__umenu{gap:0}body .fancybox__container{width:100%}.contacts.contacts--mrgn .container{top:0}.contacts.contacts--mrgn{padding-top:373px}.section.section--video{padding-top:70px;padding-bottom:70px;margin-bottom:0}}@media screen and (max-width:415px){.catalog__item:nth-child(4) .catalog__img{height:99px}}@media screen and (min-width:413px) and (max-width:766px){.video-block__wrap{height:211px}}@media screen and (max-width:585px) and (min-width:381px){.howtoget__item{width:270px!important}}@media screen and (max-width:415px){.section--catalog{margin-bottom:0;padding-bottom:70px}.title{font-size:22px}.filter__title span{font-size:16px}.form-checkbox label{font-size:15px}.filter__section button.btn{max-width:384px;margin-left:auto;margin-right:auto}.banner{padding-top:492px}.banner__img img{object-fit:contain;object-position:0 120px;width:105%;max-width:unset}.map{height:454px}.contacts--mrgn{margin-bottom:5px}.contacts.contacts--mrgn .container{top:-10px}.repair::before{content:none}.comparison .comparison__row{margin-bottom:15px}.banner--prod.banner{padding-top:310px;margin-top:-70px}.banner--prod.banner .banner__img{top:-245px}.banner-modal+.images{margin-top:-300px}.advant-plastic__header{padding-left:14px}.advant-plastic__header p{margin-top:45px;padding-left:0}.banner-service .banner-service__img+.container{padding-bottom:32px}.banner-service+.making+.section,.section.section--vacancy{margin-bottom:0;padding-bottom:70px}.support__title{margin-bottom:182px!important}.specif__img{bottom:238px;left:0;width:100%}.offer--visits::after{content:"";position:absolute;z-index:-1;bottom:-107px;left:0;width:414px;height:368px;background:url(/local/templates/edisontheme/css/../img/bg-features.webp)center/contain no-repeat}}@media (min-width:414px) and (max-width:767px){div.section{margin-bottom:0;padding-bottom:70px}}@media screen and (max-width:414px){.banner--prod.banner{padding-top:300px!important}.banner__title{margin-bottom:10px;font-size:30px}.banner--prod .banner__text{margin-bottom:4px;height:103px;font-size:12px;line-height:1.25}.banner__more{font-size:12px}.catalog .catalog__item .catalog__name{font-size:12px;max-width:125px}.breadcrumbs{margin-bottom:52px}#basket-root .basket__wrap .basket__header{margin-bottom:10px}.basket-items-list-table .basket__item{padding-bottom:10px}.banner.banner--prod{padding-top:480px}.banner-modal .banner-modal__title{font-size:22px}.banner-modal .banner-modal__text,.mob-menu__link{font-size:15px}.banner__video::before{background:linear-gradient(to top,#fff 0,rgba(255,255,255,0) 17%),url(/local/templates/edisontheme/img/bg-banner-video-xl.webp)center/cover no-repeat}.mob-menu__title{font-size:18px}.cart__text,.compare__text,.h-contacts__link{font-size:15px}.lang__toggle{min-width:90px}.contactus .form-checkbox label{padding-right:50px}.tradein-steps__item{margin-left:0}.support__title{margin-bottom:165px}}@media screen and (max-width:414px) and (min-width:413px){.choose:not(.choose--dev) .choose{padding-top:180px}.choose:not(.choose--dev) .choose__img{width:385px;height:auto;left:15px;top:74px;-webkit-transform:none;-ms-transform:none;transform:none}.choose:not(.choose--dev) .choose__img::after{content:"";position:absolute;top:-268px;left:49%;transform:translateX(-50%);display:block;background:url(/local/templates/edisontheme/img/black_trap_custom.png)no-repeat center;background-size:cover;width:102vw;height:450px;z-index:-1}.choose:not(.choose--dev) .choose__title{margin-bottom:253px}}@media screen and (max-width:413px){.container{width:100%;padding:0 15px}.header{padding:7px 0}.logo{width:67px;height:30px}.mobile-dropdown .logo{margin-bottom:20px}.mobile-dropdown__section{padding:20px 0}.mobile-dropdown .btn{height:47px;font-size:14px}.main{padding-top:30px}.main--services::before{top:-3px;left:-53px}.breadcrumbs{margin-bottom:35px}.title{font-size:22px}.catalog__bg{top:-166px;left:35px;-webkit-transform:none;-ms-transform:none;transform:none;width:344px;height:326px;z-index:-1}.catalog__grid{gap:10px}.catalog__item{min-height:160px}.catalog__item:nth-child(4) .catalog__img{height:85px}.catalog__item:nth-child(4) .catalog__name{padding-left:0;padding-right:0}.catalog__name,.data__name span,.info__btn span,.info__text p{font-size:12px}.catalog__img{height:85px}.card__img{height:141px}.card .btn{height:47px;margin-top:-7px;font-size:14px}.filter-btn{margin-right:-5px}.product{margin-bottom:50px}.gallery__carousel .slick-arrow{top:calc(50% - 25px);-webkit-transform:none;-ms-transform:none;transform:none}.gallery__carousel .slick-arrow.prev{left:7px}.gallery__carousel .slick-arrow.next{right:7px}.gallery__item{height:242px}.gallery__thumbs .slick-slide{width:97px}.gallery__thumbs .item{height:62px}.data{margin-bottom:35px}.data__value{margin-left:10px;padding-left:15px;font-size:12px}.tocart{margin-bottom:30px}.doc{-webkit-box-align:start;-ms-flex-align:start;align-items:start;row-gap:13px}.doc__btn,.section--similar .card .btn{height:47px;font-size:14px}.info__btn{gap:5px}.info__title{font-size:22px}.info__text{margin-right:-1px}.info__img{height:178px!important}.section.section--news{padding-bottom:70px;margin-bottom:0}.section__title{font-size:22px}.section--parts::before{top:-101px;right:-167px}.section--news .news{margin-top:-15px;padding-bottom:60px}.section--gratitude{margin-bottom:100px}.section--catalog .section__title,.section--gratitude .section__title{margin-bottom:15px}.section--catalog{margin-bottom:0;padding-bottom:70px}.news{padding-top:2px}.news__grid{row-gap:40px;margin-bottom:40px}.news__btn{bottom:-62px;height:47px;font-size:14px}.preview__img{height:194px}.preview__title{font-size:15px;line-height:1.2}.article__text p,.preview__text{font-size:12px;line-height:1.25}.services__grid{gap:40px}.service-preview__img{margin-bottom:12px}.service-preview__desc{padding:3px 9px 10px}.service-preview__title{font-size:14px}.service-preview__text{margin-bottom:14px;font-size:12px;line-height:1.234}.service-preview .btn{height:47px;font-size:14px}.article{padding-top:0;margin-top:-8px}.article::before{right:-124px}.article__img{margin-bottom:15px}.article__title{font-size:22px}.article__date{width:111px;font-size:12px}.article__text h2{font-size:15px}.article__gallery{gap:10px;margin-top:39px;margin-bottom:39px}.article__gallery img{height:253px}.err404{margin-bottom:0;padding-top:56px}.err404__text{max-width:276px;margin-bottom:30px;line-height:1.25}.err404__text br{display:inline}.footer .logo{margin-bottom:-1px}.bottom p,.err404__text{font-size:12px}.f-contacts{row-gap:19px}.f-contacts__title{font-size:15px;margin-bottom:1px}.compare-toggle__btn span,.f-contacts__text{font-size:12px}.f-contacts__desc address{padding-top:2px;padding-right:10px}.questions{padding-top:3px}.questions::before{top:-125px}.questionnaire{padding:9px}.questionnaire__img{height:162px}.questionnaire__grid{row-gap:10px}.questionnaire__text{font-size:14px;line-height:1.18}.questionnaire .btn,.questionnaire__load{height:47px;font-size:14px}.basket::before{top:-72px}.basket__wrap{padding-bottom:143px}.basket__total-qnt span:nth-child(2){position:relative;top:1px;left:4px}.basket__header .btn{bottom:57px}.basket__clear,.basket__header .btn{height:47px;font-size:14px}.basket__img{height:176px}.empty{margin-top:12px;margin-bottom:30px}.empty__btn{height:47px;font-size:14px}.comparison__row{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.comparison__item{width:calc(50% - 5px)}.comparison__item:nth-child(2) .counter{left:51%}.comparison__item:nth-child(2) .compare-carousel .slick-arrow.prev{left:0}.compare-toggle__btn{gap:5px}.specifications__section{padding-bottom:15px}.contactus .form-checkbox label,.feedback .form-file label,.member-contacts__text a,.specifications__item{font-size:12px}.specifications__item:nth-child(2){padding-left:0}.compare-carousel .slick-arrow.next{right:0}.card-sm__del{right:7px}.card-sm__img{height:63px}.card-sm__title,.contacts__addr address{font-size:12px;line-height:1.25}.counter{left:50%;gap:4px}.param-btn span,.show-toggle label{font-size:14px}.show-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:61px;padding-top:19px}.show-toggle::after,.show-toggle::before{width:100%}.contacts{padding-top:410px!important}.contacts.contacts--mrgn{padding-top:378px!important}.contacts--main{padding-top:226px;padding-bottom:51px}.contacts__row{width:100%}.contacts__left,.contacts__right{padding-left:10px}.contacts__left::after{border-right-width:345px}.contacts__right{padding-right:10px}.contacts__right::before{border-left-width:345px}.contacts__addr{width:302px;padding-top:10px;padding-bottom:9px;background-position:right bottom;background-size:cover}.advant__name span,.contacts__addr p,.member-contacts__text p{font-size:15px}.contacts__addr address{padding-right:15px}.team{margin-bottom:87px}.team::before{top:-32px;right:-332px}.member{padding-bottom:14px}.member__department{width:280px;background:url(/local/templates/edisontheme/css/../icons/bg-label-team-xs.svg)right center/contain no-repeat}.member__name{font-size:15px;line-height:1.25;margin-bottom:10px;padding-right:5px}.member__role{margin-bottom:28px;font-size:12px}.member-contacts{row-gap:19px}.requisites__title{margin-bottom:11px;font-size:22px}.requisites__title.open{margin-bottom:15px}.requisites__wrap.open{padding-top:9px}.requisites__wrap.open .btn{margin-top:-1px}.requisites__item:nth-last-child(4) .requisites__val{margin-right:-5px}.requisites__name{font-size:15px;line-height:1.21}.requisites__val{font-size:12px;line-height:1.25}.requisites .btn{margin-top:0;height:47px;font-size:14px}.howtoget{margin-bottom:62px}.howtoget::before{top:-116px;left:-322px}.howtoget__title{margin-bottom:35px;font-size:22px}.howtoget__text{font-size:12px;line-height:1.25}.hero{margin-bottom:64px;padding-top:74px}.hero__title{margin-bottom:21px;font-size:30px}.hero__subtitle{margin-bottom:171px;font-size:16px}.hero__footer{background:-webkit-gradient(linear,left top,left bottom,from(#ececec),to(#f8f8f8));background:-o-linear-gradient(top,#ececec 0,#f8f8f8 100%);background:linear-gradient(180deg,#ececec 0,#f8f8f8 100%)}.hero__footer .btn{margin-left:-5px;margin-right:-5px;width:calc(100% + 10px)}.hero__text{font-size:12px;line-height:1.25}.crushers{z-index:1;margin-bottom:-25px}.crushers__wrap::after{top:50px;width:90%;height:306px;margin:0 auto}.crushers__title{margin-bottom:279px;font-size:22px}.about__desc p,.about__text p,.crushers__advants li,.crushers__text{font-size:12px;line-height:1.25}.crushers__advants{margin-bottom:14px}.crushers__advants li{margin-bottom:4px}.crushers .btn{height:47px;font-size:14px}.about{z-index:0;padding-top:174px;margin-bottom:70px}.about__title{margin-bottom:188px}.about__desc{min-height:198px;margin-bottom:252px}.about__text{margin-bottom:17px}.about__img{top:390px}.about__video{top:47px;right:0;width:auto;height:153px}.brands{gap:7px}.brands__item{height:60px}.advant{margin-bottom:70px}.advant::before{display:none}.advant__title{padding-left:14px;border-left:2px solid #ff8e16;font-size:22px}.modal__title{font-size:22px}.banner{margin-top:-144px;padding-top:383px}.banner__text p:nth-child(n+2){display:none}.banner__video::before{background:url(/local/templates/edisontheme/css/../img/bg-banner-video-xs.webp)center/cover no-repeat}.banner--company{height:587px;padding-top:355px}.banner--company .banner__title{margin-bottom:10px}.banner--company .banner__text{height:133px;font-size:12px;line-height:1.25}.banner--company .banner__text p{margin-bottom:0}.banner--plastic{height:568px;padding-top:380px}.banner--plastic .banner__title{margin-bottom:9px;font-size:24px}.banner--plastic .banner__text{margin-bottom:0;font-size:12px;line-height:1.25}.banner--conveyor{height:602px;padding-top:414px}.banner--conveyor .banner__title{margin-bottom:10px;font-size:24px}.banner--conveyor .banner__text{height:88px;font-size:12px;line-height:1.25}.features__title,.pictures__title{font-size:22px}.pictures--service .container{padding-left:8px}.features__icon{width:30px;height:30px}.features__name span{font-size:15px;line-height:1.2}.features__arr{width:20px;height:20px}.images{margin-top:4px}.images__row{margin-left:-20px;margin-right:-20px}.video-block__wrap{height:155px}.video-block__title{margin-top:9px;font-size:14px}.fancybox__slide{padding:33px 10px 10px}.fancybox__caption{width:calc(100% - 100px);padding-left:10px;padding-right:5px;font-size:12px}.vacancy__item{padding:14px 15px 15px}.vacancy__title{font-size:15px}.geography{margin-top:-1px}.geography__title{font-size:22px}.geography__desc{padding-right:18px;font-size:12px;line-height:1.25}.geography__wrap{margin-top:-38px;margin-left:-15px;margin-right:-15px;padding-left:60px;padding-right:60px}.map-item__tooltip{width:290px}.map-item__tooltip p:first-child{font-size:14px}.map-item__tooltip p:nth-child(2){font-size:12px}.images-brands{margin-top:-42px}.images-brands__row{gap:8px}.images-brands__item{width:calc((100% - 16px)/3)!important;height:69px}.banner-service{height:568px;margin-top:-108px}.banner-service .container{padding-bottom:20px}.banner-service__title{font-size:24px}.feedback::after{top:-15px;height:642px}.feedback__title{font-size:22px}.feedback .contactus__row{margin-bottom:2px}.feedback .contactus__btn,.park--plastic .park__doc,.park--plastic .park__load{height:47px;font-size:14px}.feedback .form-group input{height:45px;font-size:12px}.feedback .form-group textarea{padding-top:15px;font-size:12px}.feedback .form-checkbox label{padding-left:35px}.park__right{padding-top:6px}.park__title{font-size:22px}.park__info p,.park__text{font-size:14px}.park__info p{padding-right:0}.park__doc,.park__load{border-radius:6px}.park--plastic .park__info p{font-size:14px;margin-bottom:-2px}.park--tradein{margin-bottom:69px}.park--repair .park__info p{margin-bottom:31px}.park--dev .park__img{height:162px}.park--dev .park__right{gap:8px;padding-bottom:10px}.park--dev .park__info{row-gap:6px;padding:0}.steps{gap:21px;padding-top:8px}.steps__item{height:100px;width:90vw!important}.steps__item:first-child::after{top:calc(100% - 1px);border-left-width:90vw;border-top-width:13px}.steps__item:first-child::before,.steps__item:nth-child(2)::before,.steps__item:nth-child(3)::before,.steps__item:nth-child(4)::before{bottom:calc(100% - 1px);border-right-width:90vw;border-bottom-width:13px}.steps__item:nth-child(2)::after,.steps__item:nth-child(3)::after,.steps__item:nth-child(4)::after{top:calc(100% - 1px);border-left-width:90vw;border-top-width:13px}.steps__item:last-child,.steps__item:nth-child(3),.steps__item:nth-child(4){padding-bottom:0}.steps__item:last-child::before{bottom:calc(100% - 1px);border-right-width:90vw;border-bottom-width:13px}.steps__item:last-child::after{top:calc(100% - 1px);border-left-width:90vw;border-top-width:13px}.steps__num{-ms-flex-line-pack:start;align-content:start;position:relative;top:-9px}.steps__title{font-size:15px;line-height:1.33333}.steps__text{font-size:12px;line-height:1.25}.making-one{gap:0;margin-bottom:70px}.making-one__img{width:calc(100% + 30px)}.making-one__title{margin-bottom:8px;font-size:17px;line-height:1.27}.making-one__text,.making-two__desc p,.making-two__desc ul li{font-size:12px;line-height:1.25}.making-two{margin-bottom:70px}.making-two__desc{margin-bottom:19px}.making-two__pic:first-child{width:100%;height:100%}.making-two__pic:nth-child(2){width:100%;height:100%;margin-left:-26px}.making-three__img{bottom:91px;width:100vw}.making-three__img img{-o-object-fit:cover;object-fit:cover}.making-three__text{position:relative;padding-top:14px;font-size:12px;line-height:1.25}.making-three__text::before{display:block;top:0;width:98px;background:url(/local/templates/edisontheme/css/../icons/marker-list-lg.svg)center/contain no-repeat}.making-three__text p:last-child{margin-top:80vw;line-height:1.25}.advant-plastic{margin-bottom:61px;padding-top:25px}.advant-plastic__header h2{margin-bottom:22px;font-size:17px}.advant-plastic__header p{font-weight:600;font-size:16px;line-height:1.25}.advant-plastic--repair .advant-plastic__header p{font-size:15px;font-weight:700}.advant-plastic--visits .advant-plastic__header{margin-bottom:19px}.advant-plastic--visits .advant-plastic__header p,.specif__text>p strong{font-size:15px;line-height:1.2}.advant-plastic--dev,.specif{margin-bottom:59px}.advant-plastic--conveyor .advant-plastic__header p{font-size:15px}.specif{position:relative}.specif__img{left:0;bottom:160px;width:100%;height:auto}.specif__text>p{font-size:12px;line-height:1.25}.specif__text>p:last-child,.specif__text>p:nth-last-child(2){width:100%}.specif__text>p:last-child strong{font-size:14px}.specif__list{padding-top:1px;margin-right:-1px;margin-bottom:400px}.specif__item{margin-bottom:11px}.specif__item p:first-child{font-size:14px;line-height:1.2;margin-bottom:9px}.specif__item p:nth-child(2){font-size:12px;line-height:1.25}.tradein{padding-top:0;margin-top:-19px}.tradein__title{margin-bottom:29px;font-size:24px;position:relative}.tradein__title::after{content:"";position:absolute;z-index:-1;top:20px;left:-15px;width:601px;height:450px;background:url(/local/templates/edisontheme/css/../img/bg-section-parts.webp)center/contain no-repeat;transform:scale(1,-1)}.tradein__img:first-child{width:100%;height:345px}.tradein__text p:first-child,.tradein__text p:last-child{font-size:12px;line-height:1.25}.tradein-steps__title{margin-bottom:32px;font-size:22px}.tradein-steps__row{gap:30px;overflow-x:clip}.tradein-steps__item{width:100%!important;height:101px;margin-right:0}.tradein-steps__item:first-child{-webkit-column-gap:23px;-moz-column-gap:23px;column-gap:23px;padding-left:23px}.tradein-steps__item::after,.tradein-steps__item::before{width:100%!important}.tradein-steps__item:first-child::before{right:auto;border-top-width:12px}.tradein-steps__item:first-child::after{border-bottom-width:12px}.tradein-steps__item:first-child .tradein-steps__subtitle,.tradein-steps__item:first-child .tradein-steps__text{-webkit-transform:none;-ms-transform:none;transform:none}.tradein-steps__item:nth-child(2){-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px;padding-left:14px;padding-top:5px}.tradein-steps__item:nth-child(2)::before{border-top-width:12px}.tradein-steps__item:nth-child(2)::after{border-bottom-width:12px}.tradein-steps__item:nth-child(2) .tradein-steps__num{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}.tradein-steps__item:last-child{-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px;padding-left:15px;padding-right:15px}.tradein-steps__item:last-child::before{border-top-width:12px}.tradein-steps__item:last-child::after{border-bottom-width:12px}.tradein-steps__item:last-child .tradein-steps__subtitle,.tradein-steps__item:last-child .tradein-steps__text{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.tradein-steps__subtitle{font-size:15px}.offer__item p,.offer__text p,.offer__text ul li,.tradein-steps__text{font-size:12px;line-height:1.25}.repair{margin-bottom:29px}.repair__img{top:87px;left:calc(50% - 2px);width:100%;height:auto}.repair__row{transform:none}.repair__title{margin-bottom:285px;font-size:17px;line-height:1.25}.repair__text{font-size:12px}.offer{padding-top:50px}.offer__img{top:-86px;left:0;-webkit-transform:none;-ms-transform:none;transform:none;width:100%;height:310px}.choose__img img,.offer--visits .offer__img img,.offer__img img{-o-object-fit:fill;object-fit:fill}.offer__title{margin-bottom:206px;margin-top:15px;font-size:18px}.offer__item p:first-child{font-size:14px}.offer--visits{padding-top:8px}.offer--visits .offer__img{width:calc(100% - 30px);height:176px;left:15px;top:48px;-webkit-transform:none;-ms-transform:none;transform:none}.offer--visits .offer__img::after{content:"";position:absolute;left:-15px;top:-149px;display:block;background:url(/local/templates/edisontheme/css/../img/orange_trap.png)center/contain no-repeat;width:calc(100% + 30px);height:321px;z-index:-1}.offer--visits .offer__title{margin-bottom:206px}.support{margin-bottom:29px}.support__img{top:78px;width:100%;height:auto}.support__desc{padding-right:0}.support__title{margin-bottom:147px;font-size:17px;line-height:1.25}.choose__desc p,.support__text{font-size:12px;line-height:1.25}.choose{padding-top:180px}.choose__img{width:calc(100% - 30px);height:175px;left:15px;top:74px;-webkit-transform:none;-ms-transform:none;transform:none}.choose__img::after{content:"";position:absolute;top:-290px;left:50%;transform:translateX(-50%);display:block;background:url(/local/templates/edisontheme/img/black_trap_custom.png)no-repeat center;background-size:cover;width:100vw;height:450px;z-index:-1}.choose__title{margin-bottom:215px}.choose__item{padding-right:0}.choose__icon{margin-bottom:16px}.choose__subtitle{font-size:15px}.choose__text{font-size:12px;line-height:1.25}.choose--dev .choose__img{top:-147px;width:100%;height:361px;left:0}.choose--conveyor .choose__img::after,.choose--dev .choose__img::after{display:none}.choose--conveyor .choose__img{top:-180px;width:100%;height:406px;left:0}.choose--conveyor .choose__title{margin-bottom:215px}.development{margin-bottom:60px}.development__title{padding-right:0;font-size:17px;line-height:1.2}.development__subtitle{font-size:15px}.development__img{margin-bottom:12px}.automation__item p,.development__name{font-size:14px}.development__text{font-size:12px;line-height:1.25}.modern{margin-bottom:29px}.modern__title{padding-right:0;margin-bottom:130%;font-size:17px}.automation__desc p,.modern__text{font-size:12px;line-height:1.25}.modern__img{top:56px;width:110%}.automation{margin-bottom:36px}.automation__row{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.automation__left{top:55px;width:100%}.automation__img,.automation__img:nth-child(2){height:168px}.automation__title{margin-bottom:381px;height:42px;font-size:17px}.automation__list{gap:10px}.automation__item{margin-right:-1px}.automation__item p:first-child{margin-bottom:9px!important}.automation__item p:nth-child(2){font-size:12px;line-height:1.25}.automation__desc{padding-top:19px}.conveyors{padding-top:70px;margin-bottom:27px}.conveyors__img{top:36px;width:290px;height:202px}.conveyors__wrap::before{bottom:0;height:454px}.conveyors__title{margin-bottom:232px}.conveyors__text,.conveyors__text p:last-child{font-size:12px;line-height:1.25}.quest__info p{margin-bottom:14px;font-size:14px}.quest__doc,.quest__load{height:47px;font-size:14px}.drive__img{padding-top:2px}.drive__img,.drive__img2{width:100%;height:auto}.drive__title{font-size:17px}.drive__text{font-size:12px;line-height:1.25}.drive__text p:last-child{padding-top:0}.drive__text p:last-child::before{display:none}.tension__row{gap:10px}.tension__img{height:auto}.tension__text{font-size:12px;line-height:1.25}.rollsup{margin-bottom:71px}.rollsup__img{width:100%;height:auto}.rollsup__title{margin-bottom:22px;font-size:17px;line-height:1.2}.rollsup__text{font-size:12px;line-height:1.25}.rollers{margin-bottom:46px}.rollers__title{font-size:22px}.rollers__text{margin-right:-1px;font-size:12px;line-height:1.25}.rollers__btn{height:47px;border-radius:6px;font-size:14px}.rollers__img{width:290px;height:185px}}@media screen and (max-width:400px){.choose--dev .choose__img{top:-130px}}@media screen and (max-width:380px){.choose--conveyor .choose__img{top:-180px}}@media screen and (max-width:370px){.choose--conveyor .choose__img{top:-170px}.choose--dev .choose__img{top:-120px}}@media screen and (max-width:350px){.choose--conveyor .choose__img{top:-160px}.choose--dev .choose__img{top:-110px}}@media screen and (max-width:340px){.choose--conveyor .choose__img{top:-150px}}@media screen and (max-width:412px){.specif__img{bottom:160px}.specif__list{margin-bottom:450px}}@media screen and (max-width:380px){.specif__img{bottom:185px}.specif__list{margin-bottom:420px}}@media screen and (max-width:330px){.specif__img{bottom:200px}}@media screen and (max-width:320px){.specif__img{bottom:217px}.specif__list{margin-bottom:380px}}@media (max-width:413px){.contactus .form-group input{font-size:12px;height:45px}.contactus .form-group textarea,.form-file .filename,.form-file .placeholder{font-size:12px}.form-file label{height:45px}.contactus__row{margin-bottom:20px}.contactus__btn{height:48px;font-size:14px}.banner.banner--company{height:545px}.banner__video::before{background:linear-gradient(to top,rgba(115,115,115,.5) 20%,rgba(255,255,255,0) 35%),url(/local/templates/edisontheme/css/../img/bg-banner-video-xs.webp)center/cover no-repeat!important}.images-brands{background:linear-gradient(0deg,#e4e4e4 45%,rgba(115,115,115,.1) 97%),linear-gradient(180deg,rgba(228,228,228,0) 62.65%,rgba(115,115,115,0) 82.74%)}.images-brands__item img{padding:2px}.contacts__left::after{border-right-width:288px}.contacts__right::before{border-left-width:288px}.contacts__row{max-width:290px}.support__row{position:relative}.contacts.contacts--main .container{top:0}}@media screen and (max-width:413px) and screen and (max-width:1365px){.service-preview__img{width:100%;height:47px;font-size:14px}}@media screen and (min-width:377px) and (max-width:413px){.choose__title{margin-bottom:76%}}@media screen and (max-width:380px) and (min-width:321px){.howtoget__item{width:295px!important}}@media screen and (max-width:375px){.about__img{top:430px}}@media screen and (max-width:320px){.banner--conveyor+.banner-modal .banner-modal__list ul li,.banner--conveyor+.banner-modal .banner-modal__text{font-size:12px}.banner-modal+.images{margin-top:-200px}.making-three__text p:last-child{margin-top:76vw}.choose__title{font-size:22px}.mob-menu__link{font-size:12px}.mob-menu__title{font-size:15px}.cart__text,.compare__text,.form-checkbox label,.h-contacts__link,.lang__toggle span{font-size:12px}.lang__toggle{max-width:100%}.contactus .form-checkbox label{padding-right:20px}.filter__title span{font-size:14px}.filter__section button.btn{max-width:290px;margin-left:auto;margin-right:auto}}@media (hover:hover){.form-checkbox label a:hover,.h-contacts__link:hover{color:#ff8e16}.form-group input:hover::-webkit-input-placeholder,.form-group textarea:hover::-webkit-input-placeholder{opacity:.5}.form-group input:hover::-moz-placeholder,.form-group textarea:hover::-moz-placeholder{opacity:.5}.form-group input:hover:-moz-placeholder,.form-group textarea:hover:-moz-placeholder{opacity:.5}.form-group input:hover:-ms-input-placeholder,.form-group textarea:hover:-ms-input-placeholder{opacity:.5}.form-file label:hover svg{opacity:1}.form-file label:hover .placeholder{color:rgba(70,70,70,.8)}.search-form button:hover svg{opacity:.5}.search-form input:hover::-webkit-input-placeholder{opacity:.5}.search-form input:hover::-moz-placeholder{opacity:.5}.search-form input:hover:-moz-placeholder{opacity:.5}.btn:hover{background:rgba(255,142,22,.8)}.cart__toggle:hover .cart__sum,.drop-menu__link:hover span,.lang__item:hover,.lang__toggle:hover span,.menu__link:hover{color:#ff8e16}.lang__toggle:hover svg{fill:#ff8e16}.compare__toggle:hover svg{stroke:#ff8e16}.cart-dropdown__btn:hover{background:#ffa545}.cart-item__del:hover{opacity:1}.breadcrumbs__link:hover{color:#464646}.breadcrumbs--light .breadcrumbs__link:hover{color:#f8f8f8}.catalog__item:hover .catalog__img{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.card:hover,.sorting__btn:hover{border-color:rgba(197,197,197,.8)}.card__fav:hover{background:#ff8e16}.card-sm__fav:hover svg,.card__fav:hover svg{stroke:#f8f8f8}.pagination__arr:hover{opacity:1}.pagination__link:hover{background:#ececec}.filter__reset:hover,.preview:hover .preview__arr{opacity:1}.doc__btn:hover,.news__btn:hover{background:#ff8e16;color:#f8f8f8}.preview:hover .preview__img img,.service-preview:hover .service-preview__img img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.bottom p a:hover,.contacts__desc a:hover,.f-contacts__desc a:hover,.f-menu__link:hover{color:#ff8e16}.questionnaire:hover,.service-preview:hover .service-preview__desc{border-color:rgba(197,197,197,.8)}.basket__clear:hover,.questionnaire__load:hover{background:#ff8e16;color:#f8f8f8}.basket__del:hover{opacity:.8}.empty__btn:hover{background:#ff8e16;color:#f8f8f8}.compare-carousel:hover{border-color:rgba(197,197,197,.8)}.card-sm__fav:hover{background:#ff8e16}.card-sm__del:hover,.compare-carousel .slick-arrow:hover,.sert:hover::before{opacity:1}.advant__arr:hover{background:#ff8e16}.modal__close:hover svg{stroke:#ff8e16}.contactus__btn:hover{background:rgba(255,142,22,.8)}.features__arr:hover{background:#ff8e16}.images__item:hover{-webkit-box-flex:0;-ms-flex:none;flex:none;width:316px;height:170px;-webkit-transform:skewX(-23deg) translateX(11px);-ms-transform:skewX(-23deg) translateX(11px);transform:skewX(-23deg) translateX(11px)}.images__item:hover img{width:calc(100% + 70px);-webkit-transform:skewX(23deg) translateX(-22px);-ms-transform:skewX(23deg) translateX(-22px);transform:skewX(23deg) translateX(-22px);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.vacancy__btn:hover{background:#ff8e16}.map-item__marker:hover{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.park__doc:hover{background:rgba(255,142,22,.8)}.park__load:hover{background:#ff8e16;color:#fff}.advant-plastic__item:hover .advant-plastic__num{color:#f8f8f8}.advant-plastic__item:hover .advant-plastic__desc{top:0}.quest:hover{border-color:rgba(197,197,197,.8)}.quest__doc:hover{background:rgba(255,142,22,.8)}.quest__load:hover{background:#ff8e16;color:#fff}.rollers__btn:hover{background:rgba(255,142,22,.8)}}@media screen and (max-width:767px){.advant{position:relative;z-index:1}.hero .hero__subtitle{animation:slideInRight .4s ease-out 1s both;left:-100%}@keyframes slideInRight{0%{left:-100%}to{left:0}}.hero__bg video{left:-325px;position:relative}}@media screen and (max-width:767px) and (min-width:321px){.hero .hero__footer{transform:none}}@media screen and (max-width:320px){.hero .hero__footer{transform:none}}@media (min-width:415px) and (max-width:767px){.contacts.contacts--mrgn{margin-top:-65px;padding-top:292px}}@media screen and (max-width:413px){.offer--visits .offer__title{margin-top:0;margin-bottom:69%}.offer--visits .offer__img{height:auto;top:40px}.choose .choose__img{height:auto}.choose .choose__title{margin-bottom:70%}}@media screen and (max-width:380px){.choose .choose__title{margin-bottom:70%}.choose--conveyor .choose__title{margin-bottom:67%}}@media screen and (max-width:340px){.choose .choose__title{margin-bottom:70%}}@media screen and (max-width:413px) and (min-width:360px){.offer--visits .offer__img::after{top:-107px}.choose__img::after{top:-272px}}@media screen and (max-width:321px){.offer--visits .offer__img{top:45px}.offer--visits .offer__title{margin-bottom:70%}.choose .choose__title{margin-bottom:73%}.choose__img::after{top:-264px}.choose{padding-top:74px}.choose__title{font-size:22px}}#progressContainer{display:none;width:100%;height:10px;background-color:#ccc;cursor:pointer;overflow:hidden;position:absolute;bottom:0;z-index:10}#progressBar{height:100%;width:0;background-color:#ff8e16;transition:width .2s ease}@media (max-width:767px){.footer__links_bottom{text-align:center}.footer__links_bottom span{display:none}.footer__links_bottom a{display:block}}.cookie-consent{position:fixed;left:20px;right:20px;bottom:20px;z-index:1200;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:10px;background:rgba(70,70,70,.9);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.25);width:calc(100% - 40px)}.cookie-consent.is-hidden{display:none}.cookie-consent__text{margin:0;font-size:14px;line-height:1.45}.cookie-consent__text a{color:#fff;text-decoration:underline}.cookie-consent__btn{border:0;border-radius:6px;background:#ff8e16;color:#fff;cursor:pointer;font-weight:700;font-size:14px;line-height:1;padding:12px 18px;white-space:nowrap;transition:opacity .2s ease}.cookie-consent__btn:hover{opacity:.9}@media (max-width:767px){.cookie-consent{left:10px;right:10px;bottom:10px;flex-direction:column;align-items:stretch;padding:14px;gap:10px;width:calc(100% - 20px)}.cookie-consent__btn{width:100%}}
/* End */


/* Start:/local/templates/edisontheme/css/additional.css?17841955643174*/
.compare__toggle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 12px;
    min-width: 15px;
    height: 16px;
    padding: 2px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    color: #f8f8f8;
    background: #ff8e16;
}


/*.similar-wrapper {
    max-width: calc(100vw - 350px);
}

.category__main {
    max-width: calc(100% - 350px);
}*/

.category__main {
    max-width: 1050px;
}

.similar-wrapper {
    /* max-width: 1050px; */
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 20px;
}

.similar-slider {
    /* max-width: 1050px; */
    max-width: 100%;
}



.similar-slider .slick-slide {
    margin: 0 10px;
    height: inherit;
    display: flex;
}

.similar-slider .slick-list {
    margin: 0 -10px;
}

.similar-slider .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    width: 49px;
    height: 49px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}
.similar-slider .slick-arrow svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 142, 22, .5);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}
.similar-slider .slick-arrow:hover {
    background: #ff8e16
}
.similar-slider .slick-arrow:hover svg {
    fill: #f8f8f8
}
.similar-slider .slick-arrow.prev {
    top: -60px;
    right: 78px;
}
.similar-slider .slick-arrow.next {
    top: -60px;
    right: 0;
}

.similar-slider .slick-track {
    display: flex;
}

h2.similar {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900px;
}

@media(max-width: 1366px){
    .similar-wrapper {
        margin-top: 0;
        margin-bottom: 20px;
    }
    h2.similar {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    h2.similar {
        font-size: 26px;
    }
}

@media screen and (max-width: 420px) {
    h2.similar {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .section--news::before {
        width: 500px;
        height: 445px;
        background-image: url(/local/templates/edisontheme/css/../img/bg-news-main-500.jpg);
    }

    .team::before {
        width: 400px;
        height: 380px;
        background-image: url(/local/templates/edisontheme/css/../img/bg-catalog-400.jpg);
    }
}

div.fancybox__container{
    transform: none;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    z-index: 10000;
}

div.fancybox__caption{
    padding: 5px;
}
/* End */


/* Start:/local/templates/edisontheme/css/slick.css?17284489441776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/edisontheme/css/fancybox.css?172844894415598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/menu/top/style.min.css?17284489453715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/edisontheme/components/bitrix/menu/top/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/edisontheme/components/bitrix/menu/top/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/edisontheme/components/bitrix/menu/top/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/catalog.compare.list/pc/style.min.css?1736887140575*/
.catalog-compare-list{z-index:998;overflow:hidden;box-sizing:border-box;margin-bottom:10px;padding:.75rem 1.25rem;max-height:100%;border:1px solid #ced4da;border-radius:.2rem;background:#fff;color:#404040;white-space:normal;font-size:12px;font-family:Arial,'Helvetica Neue',Helvetica,sans-serif}.catalog-compare-list.fixed{position:fixed;width:270px;box-shadow:0 2px 8px 0 rgba(0,0,0,.18)}.catalog-compare-list.top{top:5px}.catalog-compare-list.right{right:5px}.catalog-compare-list.bottom{bottom:5px}.catalog-compare-list.left{left:5px}.catalog-compare-item-list{width:100%}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/sale.basket.basket.line/.default/style.min.css?17284489454062*/
.bx-basket-block{margin:auto;position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:100;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(min-width:768px) and (width <= 992px){.block-store-catalog-list .bx-basket-fixed.bottom{bottom:90px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:100;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{padding-bottom:0}}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/menu/top_mobile/style.min.css?17284489453715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/edisontheme/components/bitrix/menu/top_mobile/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/edisontheme/components/bitrix/menu/top_mobile/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/edisontheme/components/bitrix/menu/top_mobile/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/breadcrumb/breadcrumb/style.min.css?1728448945467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/menu/bottom/style.min.css?17284489453715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/edisontheme/components/bitrix/menu/bottom/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/edisontheme/components/bitrix/menu/bottom/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/edisontheme/components/bitrix/menu/bottom/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/form/wf_1_2/bitrix/form.result.new/.default/style.css?1740372108666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/edisontheme/components/bitrix/form/wf_1_2/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/edisontheme/components/bitrix/form/wf_1_2/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/form/wf_2_1/bitrix/form.result.new/.default/style.css?1740372108666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/edisontheme/components/bitrix/form/wf_2_1/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/edisontheme/components/bitrix/form/wf_2_1/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/templates/edisontheme/css/fonts.css?1782793967656 */
/* /local/templates/edisontheme/css/normalize.css?17815156806162 */
/* /local/templates/edisontheme/css/style.min.css?1785213371278877 */
/* /local/templates/edisontheme/css/additional.css?17841955643174 */
/* /local/templates/edisontheme/css/slick.css?17284489441776 */
/* /local/templates/edisontheme/css/fancybox.css?172844894415598 */
/* /local/templates/edisontheme/components/bitrix/menu/top/style.min.css?17284489453715 */
/* /local/templates/edisontheme/components/bitrix/catalog.compare.list/pc/style.min.css?1736887140575 */
/* /local/templates/edisontheme/components/bitrix/sale.basket.basket.line/.default/style.min.css?17284489454062 */
/* /local/templates/edisontheme/components/bitrix/menu/top_mobile/style.min.css?17284489453715 */
/* /local/templates/edisontheme/components/bitrix/breadcrumb/breadcrumb/style.min.css?1728448945467 */
/* /local/templates/edisontheme/components/bitrix/menu/bottom/style.min.css?17284489453715 */
/* /local/templates/edisontheme/components/bitrix/form/wf_1_2/bitrix/form.result.new/.default/style.css?1740372108666 */
/* /local/templates/edisontheme/components/bitrix/form/wf_2_1/bitrix/form.result.new/.default/style.css?1740372108666 */
