

/* Start:/local/templates/.default/assets/css/normalize.min.css?16219432167162*/
/*! 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;
  }
  
  /**
   * 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/.default/assets/fancybox/jquery.fancybox.min.css?162194321614145*/
body.compensate-for-scrollbar{margin:0!important;}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:rgb(40,44,45);opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.5;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:0;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:#76a2dd url('/img/close.svg') no-repeat center;background-size:16px 16px;border:0;border-radius:0;color:#555;cursor:pointer;height:50px;margin:0;padding:6px;position:absolute;right:0;top:0;width:50px;z-index:10}.fancybox-close-small svg{display:none;fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

/* End */


/* Start:/local/templates/.default/assets/icon-font/style.css?16219432162197*/
@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/.default/assets/icon-font/fonts/icomoon.eot?yq60dq');
  src:  url('/local/templates/.default/assets/icon-font/fonts/icomoon.eot?yq60dq#iefix') format('embedded-opentype'),
    url('/local/templates/.default/assets/icon-font/fonts/icomoon.ttf?yq60dq') format('truetype'),
    url('/local/templates/.default/assets/icon-font/fonts/icomoon.woff?yq60dq') format('woff'),
    url('/local/templates/.default/assets/icon-font/fonts/icomoon.svg?yq60dq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}
.icon-zoom:before {
  content: "\e903";
}
.icon-edit:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-bank:before {
  content: "\e906";
}
.icon-delete:before {
  content: "\e907";
}
.icon-globe:before {
  content: "\e908";
}
.icon-reply:before {
  content: "\e909";
}
.icon-next:before {
  content: "\e90a";
}
.icon-prev:before {
  content: "\e90b";
}
.icon-pdf:before {
  content: "\e90c";
}
.icon-sort-2:before {
  content: "\e90d";
}
.icon-sort-1:before {
  content: "\e90e";
}
.icon-mail-2:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.icon-profit-4:before {
  content: "\e911";
}
.icon-profit-3:before {
  content: "\e912";
}
.icon-profit-2:before {
  content: "\e913";
}
.icon-profit-1:before {
  content: "\e914";
}
.icon-cart-2:before {
  content: "\e915";
}
.icon-youtube:before {
  content: "\e916";
}
.icon-facebook:before {
  content: "\e917";
}
.icon-vk:before {
  content: "\e918";
}
.icon-instagram:before {
  content: "\e919";
}
.icon-call:before {
  content: "\e91a";
}
.icon-spoiler:before {
  content: "\e91b";
}
.icon-phone:before {
  content: "\e91c";
}
.icon-mail-1:before {
  content: "\e91d";
}
.icon-location:before {
  content: "\e91e";
}
.icon-user:before {
  content: "\e91f";
}
.icon-cart-1:before {
  content: "\e920";
}
.icon-bin:before {
  content: "\e9ac";
} 

/* End */


/* Start:/local/templates/.default/assets/css/magnific-popup.css?16219432168000*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgb(48, 51, 55);
    opacity: 0.6; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #fd573f;
    border-radius: 4px;
    opacity: 1;
    top: -10px !important;
    right: -10px;
}

@media screen and (max-width: 980px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        top: -35px !important;
        right: 0;
    }
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

/* End */


/* Start:/local/templates/.default/assets/css/slick.css?16219432161776*/
/* 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/.default/assets/css/main.css?1621944244149155*/
/*-----------------------------------------------------*/
/* FONTS */
/*-----------------------------------------------------*/

@font-face {
    font-family: 'SFUIDisplay';
    src: url('/local/templates/.default/assets/css/../fonts/SFUIDisplay-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'SFUIDisplay';
    src: url('/local/templates/.default/assets/css/../fonts/SFUIDisplay-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'SFUIDisplay';
    src: url('/local/templates/.default/assets/css/../fonts/SFUIDisplay-Semibold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'SFUIDisplay';
    src: url('/local/templates/.default/assets/css/../fonts/SFUIDisplay-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'SFUIDisplay';
    src: url('/local/templates/.default/assets/css/../fonts/SFUIDisplay-Black.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 700;
}

/*----------------------------------------------------- */
/* GLOBAL */
/*----------------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    color: #191919;
    font: 400 16px/1.5 'SFUIDisplay', sans-serif;
    background: white;
}

@media screen and (max-width: 1240px) {
    html {
        font-size: 14px;
    }
}

body.is-active {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #191919;
    transition: all .36s;
    outline: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

b, strong {
    font-weight: 700;
}

input, textarea {
    color: #191919;
    text-align: left;
    outline: none;
}

button {
    border: none;
    cursor: pointer;
    transition: all .36s;
}

button:focus {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a4a8b5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a4a8b5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a4a8b5;
}

::selection {
    background: rgba(253,87,63,.3);
}

::-moz-selection {
    background: rgba(253,87,63,.3);
}

table {
    border-collapse: collapse;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

ol li:not(:last-child) {
    margin: 0 0 10px;
}

p {
    margin: 0 0 25px;
}

@media screen and (max-width: 1240px) {
    p {
        margin: 0 0 20px;
    }
}

p:last-child {
    margin-bottom: 0;
}

.page-p {
    line-height: 1.9;
}

/*-----------------------------------------------------*/
/* COMMON */
/*-----------------------------------------------------*/

@media screen and (max-width: 1240px) {
    .hide-on-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 1241px) {
    .show-on-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 760px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 761px) {
    .show-on-mobile {
        display: none !important;
    }
}

.no-indent {
    margin: 0 !important;
    padding: 0 !important;
}

.no-indent-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.no-indent-top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.filter-result {
    position: absolute;
    margin: 0 0 0 350px;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #fd573f;
}
@media screen and (max-width: 1440px) {
    .filter-result {
        margin: 0 0 0 292px;
    }
}
@media screen and (max-width: 1240px) {
    .filter-result {
        position: relative;
        margin: 10px 0;
    }
}
@media screen and (max-width: 760px) {
    .page-container {
        text-align: center;
    }
}


.items-wrap {
    display: flex;
    flex-wrap: wrap;
}


/*-----------------------------------------------------*/
/* PAGE ELEMENTS */
/*-----------------------------------------------------*/

.page-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.page-content {
    overflow: hidden;
    position: relative;
    flex-grow: 1;
    padding: 25px 0 50px;
}

@media screen and (max-width: 1240px) {
    .page-content {
        padding: 20px 0 30px;
    }
}

.page-section {
    position: relative;
    padding: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .page-section {
        padding: 0 0 30px;
    }
}

.page-container {
    width: 1364px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .page-container {
        width: 1160px;
    }
}

@media screen and (max-width: 1240px) {
    .page-container {
        width: 728px;
    }
}

@media screen and (max-width: 760px) {
    .page-container {
        width: 90%;
    }
}

/*----------------------------------------------------- */
/* TITLE */
/*----------------------------------------------------- */

.h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 30px;
}

@media screen and (max-width: 1240px) {
    .h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 760px) {
    .h1 {
        font-size: 25px;
    }
}

.h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
}

@media screen and (max-width: 1240px) {
    .h2 {
        font-size: 16px;
    }
}

.h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 30px;
}

@media screen and (max-width: 1240px) {
    .h3 {
        font-size: 16px;
    }
}

.subtitle {
    margin: 0 0 20px;
    font-weight: 500;
}

.bg-title {
    position: absolute;
    top: -75px;
    opacity: 0.03;
    color: #191919;
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    white-space: nowrap;
}

@media screen and (max-width: 1440px) {
    .bg-title {
        font-size: 150px;
    }
}

@media screen and (max-width: 1240px) {
    .bg-title {
        display: none;
    }
}

.catalog-bg-title {
    left: calc((100% - 1364px)/2 + 405px);
}

@media screen and (max-width: 1440px) {
    .catalog-bg-title {
        left: calc((100% - 1160px)/2 + 405px);
    }
}

.product-bg-title {
    top: 80px;
    left: 0;
}

.profile-bg-title {
    left: calc((100% - 1160px)/2 + 230px);
}

@media screen and (max-width: 1440px) {
    .profile-bg-title {
        left: calc((100% - 1160px)/2 + 290px);
    }
}

.cart-bg-title {
    left: calc((100% - 1364px)/2 + 330px);
}

@media screen and (max-width: 1440px) {
    .cart-bg-title {
        left: calc((100% - 1160px)/2 + 290px);
    }
}

.order-bg-title {
    left: calc((100% - 1364px)/2 + 430px);
}

@media screen and (max-width: 1440px) {
    .order-bg-title {
        left: calc((100% - 1160px)/2 + 370px);
    }
}

.history-bg-title {
    left: calc((100% - 1364px)/2 + 360px);
}

@media screen and (max-width: 1440px) {
    .history-bg-title {
        left: calc((100% - 1160px)/2 + 360px);
    }
}

.about-bg-title {
    left: calc((100% - 1364px)/2 + 260px);
}

@media screen and (max-width: 1440px) {
    .about-bg-title {
        left: calc((100% - 1160px)/2 + 290px);
    }
}

.portfolio-bg-title {
    left: calc((100% - 1364px)/2 + 270px);
}

@media screen and (max-width: 1440px) {
    .portfolio-bg-title {
        left: calc((100% - 1160px)/2 + 330px);
    }
}

.actions-bg-title {
    left: calc((100% - 1364px)/2 + 580px);
}

@media screen and (max-width: 1440px) {
    .actions-bg-title {
        left: calc((100% - 1160px)/2 + 510px);
    }
}

.contacts-bg-title {
    left: calc((100% - 1364px)/2 + 225px);
}

@media screen and (max-width: 1440px) {
    .contacts-bg-title {
        left: calc((100% - 1160px)/2 + 245px);
    }
}

.help-bg-title {
    left: calc((100% - 1364px)/2 + 580px);
}

@media screen and (max-width: 1440px) {
    .help-bg-title {
        left: calc((100% - 1160px)/2 + 500px);
    }
}

.help-entry-bg-title {
    left: calc((100% - 1364px)/2 + 275px);
}

@media screen and (max-width: 1440px) {
    .help-entry-bg-title {
        left: calc((100% - 1160px)/2 + 330px);
    }
}

.eula-bg-title {
    left: calc((100% - 1364px)/2 + 650px);
}

@media screen and (max-width: 1440px) {
    .eula-bg-title {
        left: calc((100% - 1160px)/2 + 640px);
    }
}

.offer-bg-title {
    left: calc((100% - 1364px)/2 + 490px);
}

@media screen and (max-width: 1440px) {
    .offer-bg-title {
        left: calc((100% - 1160px)/2 + 440px);
    }
}

.delivery-bg-title {
    left: calc((100% - 1364px)/2 + 400px);
}

@media screen and (max-width: 1440px) {
    .delivery-bg-title {
        left: calc((100% - 1160px)/2 + 400px);
    }
}

.dealer-bg-title {
    left: calc((100% - 1364px)/2 + 630px);
}

@media screen and (max-width: 1440px) {
    .dealer-bg-title {
        left: calc((100% - 1160px)/2 + 400px);
    }
}

/*----------------------------------------------------- */
/* BUTTONS */
/*----------------------------------------------------- */

.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #e2edff;
    padding: 0 30px;
    font-weight: 600;
    font-size: 14px;
}

.button-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.button-inner-with-icon {
    justify-content: space-between;
}

.button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-image: linear-gradient(to right, #fb6567 0%, #fd573f 100%);
    opacity: 0;
    z-index: 1;
    transition: opacity .36s;
    border-radius: 30px;
}

.button:hover {
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.3);
    color: white;
    border-color: #fb6567;
}

.button:hover::before {
    opacity: 1;
}

.button-color {
    color: white;
    border: none;
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.3);
}

.button-color:hover {
    box-shadow: none;
}

.button-color::before {
    opacity: 1;
}

.button-call {
    padding: 0 42px 0 30px;
    width: 249px;
    letter-spacing: 1px;
    font-weight: 500;
}

.button-write {
    width: 214px;
    letter-spacing: 1px;
}

.button-search .icon-search {
    margin-left: 14px;
}

.button-cart {
    width: 60px;
    border-radius: 100%;
    padding: 0;
}

.button-cart .button-inner .buy-icon-cart {
    background-image: url("/local/templates/.default/assets/css/../img/icon-cart-black.svg");
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .36s;
}

.button.button-cart:hover .button-inner .buy-icon-cart{
    background-image: url("/local/templates/.default/assets/css/../img/icon-cart-white.svg");
    transition: all .36s;
}

.button-delete {
    width: 60px;
    border-radius: 100%;
    padding: 0;
}

.button .page-icon {
    font-size: 20px;
}

/*----------------------------------------------------- */
/* LINKS */
/*----------------------------------------------------- */

.page-link {
    display: inline-block;
    line-height: .9;
    border-bottom: 1px solid;
    font-weight: 500;
    transition: all .36s;
}

.page-link.color-1 {
    color: #fd573f;
    border-color: rgba(253,87,63,.5);
}

.page-link.color-1:hover {
    border-color: transparent;
}

.page-link.color-2 {
    color: #191919;
    border-color: rgba(25,25,25,.5);
}

.page-link.color-2:hover {
    color: #fd573f;
    border-color: rgba(253,87,63,.5);
}

.page-link.color-3 {
    color: #a4a8b5;
    border-color: rgba(164,168,181,.5);
}

.page-link.color-3:hover {
    border-color: transparent;
}

.page-link-with-icon {
    display: flex;
    align-items: center;
}

.page-link-with-icon .page-icon {
    font-size: 20px;
    margin-left: 10px;
}

.page-link-with-icon.color-1 .page-icon {
    color: #fd573f;
}

.page-link-with-icon .icon-edit {
    font-size: 16px;
}

/*----------------------------------------------------- */
/* SELECT BOX */
/*----------------------------------------------------- */

.select-box .cs-box {
    position: relative;
    font-weight: 500;
}

.select-box .cs-box_selected {
    position: relative;
    padding: 0 40px 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    border: 1px solid #e2edff;
    background-color: rgba(244, 246, 248, 0.2);
    color: #a4a8b5;
    cursor: pointer;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-box .cs-box_selected:after {
    position: absolute;
    right: 30px;
    top: 50%;
    display: block;
    content: "\e91b";
    transform: translate(0, -50%);
    color: #000000;
    font: 6px "icomoon";
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.select-box .cs-box_selected.is-opened {
    border-radius: 15px 15px 0 0;
}

.select-box .cs-box_selected.is-opened:after {
    transform: translate(0, -50%) rotate(180deg);
}

.select-box .cs-box_list {
    position: absolute;
    background: white;
    border: 1px solid #e2edff;
    padding: 10px 0;
    margin: -1px 0 0;
    min-width: 100%;
    z-index: 5;
    border-radius: 0 0 15px 15px;
}

.select-box .cs-box_list li {
    cursor: pointer;
    padding: 8px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.select-box .cs-box_list li:hover {
    color: #a4a8b5;
}

.select-box .cs-box_list li.is-active {
    color: #fd573f;
    cursor: default;
}

.select-box .cs-box_list li.is-active:hover {
    opacity: 1;
}

.select-box .cs-box_list li.is-disabled {
    display: none;
}

/*----------------------------------------------------- */
/* PAGE TABS */
/*----------------------------------------------------- */

.page-tabs {
    margin: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .page-tabs {
        margin: 0 0 30px;
    }
}

.tab-handlers {
    border-top: 1px solid #e2edff;
    border-bottom: 1px solid #e2edff;
    margin: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .tab-handlers {
        margin: 0 0 30px;
    }
}

.tab-handlers .page-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .tab-handlers .page-container {
        justify-content: space-between;
    }
}

.tab-handlers-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 70px;
    padding: 0 80px;
    margin: 0 30px;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: 500;
    color: #a4a8b5;
}

@media screen and (max-width: 1240px) {
    .tab-handlers-item {
        font-size: 14px;
        padding: 0;
        margin: 0 75px;
    }
}

@media screen and (max-width: 760px) {
    .tab-handlers-item {
        margin: 0;
    }
}

.tab-handlers-item.is-active {
    color: #000000;
    border-color: #fd573f;
}

.tabs-content {
    position: relative;
}

.tabs-content-item {
    position: absolute;
    left: -10000px;
    opacity: 0;
    transition: opacity .36s;
}

.tabs-content-item.is-active {
    position: relative;
    left: 0;
    opacity: 1;
}

/*----------------------------------------------------- */
/* FORM ELEMENTS */
/*----------------------------------------------------- */

.input-field {
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #e2edff;
    transition: border-color .36s;
}

.input-field:focus,
.textarea:focus {
    border-color: #fd573f;
    background-color: white;
}

.form-item {
    margin: 0 0 25px;
}

@media screen and (max-width: 1240px) {
    .form-item {
        margin: 0 0 15px;
    }
}

.form-item:last-child {
    margin: 0;
}

.form-item label {
    display: block;
    font-weight: 500;
    margin: 0 0 7px;
}

.form-item .input-field {
    width: 100%;
}

.textarea {
    height: 120px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e2edff;
    resize: none;
}

.form-item .textarea {
    width: 100%;
}

.i-agree {
    font-weight: 500;
    line-height: 1.9;
}

@media screen and (max-width: 760px) {
    .i-agree {
        line-height: 1.5;
    }
}

/*----------------------------------------------------- */
/* BG DOTS */
/*----------------------------------------------------- */

.bg-dot {
    position: absolute;
    border-radius: 100%;
    box-shadow: 12px 12px 30px rgba(237, 22, 129, 0.5);
    z-index: 1;
}

.profit-bg-dot-1 {
    top: 242px;
    right: calc((100% - 1364px)/2 + 1364px + 62px);
    width: 15px;
    height: 15px;
    background-image: linear-gradient(-5deg, #fd573f 0%, #fb6567 100%);
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.5);
}

.profit-bg-dot-2 {
    top: 100px;
    right: calc((100% - 1364px)/2 + 1364px + 167px);
    width: 28px;
    height: 28px;
    background-image: linear-gradient(-5deg, #fd573f 0%, #fb6567 100%);
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.5);
}

.profit-bg-dot-3 {
    top: 200px;
    left: calc((100% - 1364px)/2 + 1364px + 50px);
    width: 418px;
    height: 418px;
    background-image: linear-gradient(-78deg, #fd573f 0%, #fb6567 100%);
    box-shadow: -12px 12px 30px rgba(254, 47, 87, 0.5);
}

.banner-bg-dot-1 {
    top: -209px;
    left: calc((100% - 1364px)/2 + 1364px + 96px);
    width: 418px;
    height: 418px;
    box-shadow: -12px 12px 30px rgba(254, 47, 87, 0.5);
    background-image: linear-gradient(-78deg, #fd573f 0%, #fb6567 100%);
}

@media screen and (max-width: 1440px) {
    .banner-bg-dot-1 {
        display: none;
    }
}

.banner-bg-dot-2 {
    bottom: -21px;
    right: calc((100% - 1364px)/2 + 655px - 155px);
    width: 42px;
    height: 42px;
    background-image: linear-gradient(-78deg, #fd573f 0%, #fb6567 100%);
}

@media screen and (max-width: 1440px) {
    .banner-bg-dot-2 {
        right: calc((100% - 1160px)/2 + 655px - 155px);
    }
}

.banner-bg-dot-3 {
    top: 61px;
    right: calc((100% - 1364px)/2 + 655px + 123px);
    width: 169px;
    height: 169px;
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.5);
    background-image: linear-gradient(-78deg, #fd573f 0%, #fb6567 100%);
}

@media screen and (max-width: 1440px) {
    .banner-bg-dot-3 {
        right: calc((100% - 1160px)/2 + 655px + 123px);
    }
}

@media screen and (max-width: 1240px) {
    .banner-bg-dot-3 {
        top: 95px;
        right: calc((100% - 728px)/2 + 395px);
    }
}

@media screen and (max-width: 760px) {
    .banner-bg-dot-3 {
        top: 80px;
        right: calc(5% + 140px);
    }
}

.video-bg-dot-1 {
    top: -60px;
    left: calc((100% - 1364px)/2 - 160px);
    width: 15px;
    height: 15px;
    box-shadow: 12px 12px 30px rgba(237, 22, 129, 0.5);
    border-radius: 312px;
    background-image: linear-gradient(-5deg, #fd573f 0%, #fb6567 100%);
}

.video-bg-dot-2 {
    bottom: 50px;
    left: calc((100% - 1364px)/2 + 1364px + 108px);
    width: 101px;
    height: 100px;
    box-shadow: -12px 12px 30px rgba(254, 47, 87, 0.5);
    border-radius: 312px;
    background-image: linear-gradient(-5deg, #fd573f 0%, #fb6567 100%);
}

.reviews-bg-dot-1 {
    top: 350px;
    right: calc((100% - 1364px)/2 + 1364px + 180px);
    width: 113px;
    height: 113px;
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.5);
    background-image: linear-gradient(-5deg, #fd573f 0%, #fb6567 100%);
}

.dealer-bg-dot-1 {
    bottom: 67px;
    right: calc((100% - 1364px)/2 - 15px);
    width: 30px;
    height: 30px;
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.5);
    background-image: linear-gradient(-78deg, #fd573f 0%, #fb6567 100%);
}

@media screen and (max-width: 1440px) {
    .dealer-bg-dot-1 {
        right: calc((100% - 1160px)/2 - 15px);
    }
}

@media screen and (max-width: 1240px) {
    .dealer-bg-dot-1 {
        width: 46px;
        height: 46px;
        top: 75px;
        right: calc((100% - 728px)/2 + 40px);
    }
}

@media screen and (max-width: 760px) {
    .dealer-bg-dot-1 {
        width: 25px;
        height: 25px;
        top: 27px;
        right: calc(5% + 50px);
    }
}

.dealer-bg-dot-2 {
    top: -25px;
    left: calc((100% - 1363px)/2 + 285px);
    width: 50px;
    height: 50px;
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.5);
    border-radius: 312px;
    background-image: linear-gradient(-78deg, #fd573f 0%, #fb6567 100%);
}

@media screen and (max-width: 1440px) {
    .dealer-bg-dot-2 {
        left: calc((100% - 1160px)/2 + 285px);
    }
}

@media screen and (max-width: 1240px) {
    .dealer-bg-dot-2 {
        top: auto;
        bottom: 250px;
        width: 137px;
        height: 137px;
        left: auto;
        right: calc((100% - 728px)/2 - 112px);
    }
}

@media screen and (max-width: 760px) {
    .dealer-bg-dot-2 {
        bottom: 69px;
        width: 84px;
        height: 84px;
        left: auto;
        right: -55px;
    }
}

.dealer-bg-dot-3 {
    bottom: -12px;
    left: calc((100% - 1363px)/2 - 200px);
    width: 125px;
    height: 125px;
    box-shadow: -12px 12px 30px rgba(254, 47, 87, 0.5);
    border-radius: 312px;
    background-image: linear-gradient(-78deg, #fd573f 0%, #fb6567 100%);
}

@media screen and (max-width: 1440px) {
    .dealer-bg-dot-3 {
        left: calc((100% - 1160px)/2 - 200px);
    }
}

@media screen and (max-width: 1240px) {
    .dealer-bg-dot-3 {
        top: 395px;
        width: 178px;
        height: 178px;
        left: calc((100% - 728px)/2 - 108px);
    }
}

@media screen and (max-width: 760px) {
    .dealer-bg-dot-3 {
        display: none;
    }
}

.dealer-bg-dot-4 {
    top: 0;
    right: calc((100% - 1363px)/2 - 418px - 100px);
    width: 418px;
    height: 418px;
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.5);
    border-radius: 312px;
    background-image: linear-gradient(-78deg, #fd573f 0%, #fb6567 100%);
}

@media screen and (max-width: 1440px) {
    .dealer-bg-dot-4 {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .dealer-bg-dot-4 {
        display: block;
        width: 25px;
        height: 25px;
        top: auto;
        bottom: 135px;
        left: -13px;
        right: auto;
    }
}

.bg-dots {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

@media screen and (max-width: 1660px) {
    .bg-dots {
        display: none;
    }
}

.promo-bg-dots-1 {
    top: 0;
    left: calc((100% - 1364px)/2 + 1364px + 138px);
}

.mp-about-bg-dots-1 {
    bottom: 100px;
    left: calc((100% - 1364px)/2 + 1364px + 75px);
}

.mp-about-bg-dots-2 {
    bottom: 100px;
    right: calc((100% - 1364px)/2 + 1364px + 80px);
}

.mp-about-bg-dots-3 {
    top: 30px;
    left: calc((100% - 728px)/2 + 728px - 175px);
}

.catalog-bg-dots-1 {
    top: 70px;
    right: calc((100% - 1364px)/2 + 1364px + 140px);
}

.catalog-bg-dots-2 {
    bottom: 250px;
    left: calc((100% - 1364px)/2 + 1364px + 75px);
}

.product-bg-dots-1 {
    top: 0;
    left: calc((100% - 1364px)/2 + 1364px + 200px);
}

.product-bg-dots-2 {
    top: 150px;
    left: calc((100% - 1364px)/2 + 1364px + 90px);
}

.product-bg-dots-3 {
    bottom: 50px;
    right: calc((100% - 1364px)/2 + 1364px + 60px);
}

.product-bg-dots-4 {
    bottom: 30px;
    left: calc((100% - 728px)/2 + 728px - 180px);
}

.profile-bg-dots-1 {
    top: 135px;
    left: calc((100% - 1364px)/2 + 1364px + 170px);
}

.profile-bg-dots-2 {
    bottom: 50px;
    right: calc((100% - 1364px)/2 + 270px);
}

.profile-bg-dots-3 {
    top: 50px;
    right: -245px;
}

.profile-bg-dots-4 {
    top: 50px;
    right: -305px;
}

.cart-bg-dots-1 {
    bottom: 80px;
    left: calc((100% - 1364px)/2 + 1364px + 170px);
}

.cart-bg-dots-2 {
    top: 155px;
    right: calc((100% - 1364px)/2 + 1364px + 55px);
}

.order-bg-dots-1 {
    bottom: 50px;
    left: calc((100% - 1364px)/2 + 1364px + 150px);
}

.order-bg-dots-2 {
    top: 155px;
    right: calc((100% - 1364px)/2 + 1364px + 55px);
}

.history-bg-dots-1 {
    top: 50px;
    right: calc((100% - 1364px)/2 + 1364px + 100px);
}

.history-bg-dots-2 {
    bottom: 125px;
    left: calc((100% - 1364px)/2 + 1364px + 75px);
}

.about-bg-dots-1 {
    top: 167px;
    right: calc((100% - 1364px)/2 + 1364px + 120px);
}

.about-bg-dots-2 {
    bottom: 169px;
    left: calc((100% - 1364px)/2 + 1364px + 76px);
}

.portfolio-bg-dots-1 {
    top: 60px;
    right: calc((100% - 1364px)/2 + 1364px + 140px);
}

.portfolio-bg-dots-2 {
    bottom: -220px;
    right: calc((100% - 1364px)/2 + 1364px + 70px);
}

.actions-bg-dots-1 {
    top: 305px;
    right: calc((100% - 1364px)/2 + 1364px + 80px);
}

.actions-bg-dots-2 {
    bottom: 0;
    left: calc((100% - 1364px)/2 + 1364px + 90px);
}

.contacts-bg-dots-1 {
    top: -125px;
    right: calc((100% - 1364px)/2 + 1364px + 100px);
}

.contacts-bg-dots-2 {
    top: -85px;
    left: calc((100% - 1364px)/2 + 1364px + 85px);
}

.help-bg-dots-1 {
    top: 170px;
    left: calc((100% - 1364px)/2 + 1364px + 175px);
}

.help-bg-dots-2 {
    top: 50%;
    transform: translate(0,-50%);
    right: calc((100% - 1364px)/2 + 1364px + 55px);
}

.help-entry-bg-dots-1 {
    bottom: 50px;
    right: calc((100% - 1364px)/2 + 1364px + 100px);
}

.help-entry-bg-dots-2 {
    top: 170px;
    left: calc((100% - 1364px)/2 + 1364px + 75px);
}

.page-bg-dots-1 {
    top: 380px;
    right: calc((100% - 1364px)/2 + 1364px + 155px);
}

.page-bg-dots-2 {
    top: 170px;
    left: calc((100% - 1364px)/2 + 1364px + 75px);
}

.dealer-bg-dots-1 {
    top: 560px;
    right: calc((100% - 1364px)/2 + 1364px + 180px);
}

.dealer-bg-dots-2 {
    bottom: 410px;
    left: calc((100% - 1364px)/2 + 1364px + 75px);
}

.bg-dots-tablet {
    display: none;
}

@media screen and (max-width: 1240px) {
    .bg-dots-tablet {
        display: block;
    }
}

@media screen and (max-width: 760px) {
    .bg-dots-tablet {
        display: none;
    }
}

.bg-dots-mobile {
    display: none;
}

@media screen and (max-width: 760px) {
    .bg-dots-mobile {
        display: block;
    }
}

.banner-bg-dots-1 {
    top: 30px;
    right: -100px;
}

/*----------------------------------------------------- */
/* HEADER */
/*----------------------------------------------------- */

.header {
    padding: 30px 0;
    border-bottom: 1px solid #e2edff;
}

@media screen and (max-width: 1240px) {
    .header {
        padding: 20px 0;
    }
}

@media screen and (max-width: 760px) {
    .header {
        padding: 0;
        height: 64px;
    }
}

@media screen and (min-width: 1661px) {
    .header-container {
        width: 1640px;
    }
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media screen and (max-width: 1240px) {
    .header-container {
        align-items: flex-start;
    }
}

@media screen and (max-width: 760px) {
    .header-container {
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1240px) {
    .header .logo-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 760px) {
    .header .logo-text {
        font-size: 19px;
    }
}

@media screen and (max-width: 1240px) {
    .header .logo-img {
        width: 12px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 760px) {
    .header .logo-img {
        width: 15px;
    }
}

@media screen and (max-width: 760px) {
    .header .hf-info {
        display: none;
    }
}

.hf-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 500;
}

.hf-info.hf-info-phone p{
    position: relative;
    top: 8px;
}

@media screen and (max-width: 1240px) {
    .hf-info {
        align-items: flex-start;
    }
}

@media screen and (max-width: 760px) {
    .hf-info {
        margin: 0 0 25px;
    }
    .hf-info.hf-info-phone p{
        margin-left: 30px;
    }
}

.hf-info-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px;
    max-width: 100%;
}

@media screen and (max-width: 1240px) {
    .hf-info-item {
        margin: 0 0 8px;
    }
}

@media screen and (max-width: 760px) {
    .hf-info-item {
        margin: 0 0 5px;
    }
}

.hf-info-item .page-icon {
    flex-shrink: 0;
    color: #a4a8b5;
    font-size: 20px;
    width: 30px;
    margin: 2px 0 0;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .hf-info-item .page-icon {
        width: 25px;
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    .hf-info-item .page-icon {
        margin: 0;
    }
}

.hf-info .page-link {
    margin-left: 30px;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .hf-info .page-link {
        margin-left: 25px;
    }
}

.hf-info-location {
    align-items: flex-start;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .hf-info-location .hf-info-item {
        margin: 0;
    }
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .hf-info-location .page-link {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    .hf-info .icon-location + span span {
        display: block;
    }
}

@media screen and (max-width: 1240px) {
    .hf-info .icon-location + span span {
        margin: 0 0 8px;
    }
}

@media screen and (max-width: 760px) {
    .hf-info .icon-location + span span {
        margin: 0 0 5px;
    }
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .hf-info .icon-location + span span:nth-child(2) {
        line-height: 1;
        margin: 0;
    }
}

/*----------------------------------------------------- */
/* LOGO */
/*----------------------------------------------------- */

.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 24px;
    margin-right: 14px;
}

@media screen and (max-width: 760px) {
    .logo-img {
        width: 15px;
        margin-right: 10px;
    }
}

.logo-text {
    font: 500 31px/1 'Montserrat', sans-serif;
    text-transform: uppercase;
}

@media screen and (max-width: 760px) {
    .logo-text {
        font-size: 19px;
    }
}

.logo-text-bold {
    font-weight: 700;
}

/*----------------------------------------------------- */
/* NAV */
/*----------------------------------------------------- */

.nav {
    padding: 25px 0;
    border-bottom: 1px solid #e2edff;
}

@media screen and (max-width: 1240px) {
    .nav {
        padding: 20px 0;
    }
}

@media screen and (max-width: 760px) {
    .nav {
        height: 70px;
        padding: 0;
    }
}

.nav .page-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media screen and (min-width: 401px) {
    .nav-phone {
        /*flex-grow: 1;*/
        margin: 0 50px;
    }
}

.nav-phone .page-link {
    font-weight: 700;
}

.nav-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav-ul li.li-cart-logo,
.nav-ul li.nav-profile {
    position: relative;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.nav-ul li.nav-li .cart-logo{
    background-image: url("/local/templates/.default/assets/css/../img/icon-cart-black.svg");
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transition: all .36s;
}
.nav-ul li.nav-li .cart-logo:hover{
    transition: all .36s;
    background-image: url("/local/templates/.default/assets/css/../img/icon-cart-orange.svg");
}

.nav-ul li.nav-li .cart-logo .basketNumberCounter{
    width: 36px;
    height: 36px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-ul li.nav-li .cart-logo .onlyInteger:not(.zero) {
    background-color: #fd573f;
    color: #fff;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    padding: 6px 4px;
    font-size: 14px;
}

.nav-ul li.nav-li .cart-logo .onlyInteger.zero {
    display: none;
}

.nav-ul li.nav-li a .user-logo {
    background-image: url("/local/templates/.default/assets/css/../img/user-logo-black.svg");
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .36s;
}
.nav-ul li.nav-li a .user-logo:hover {
    background-image: url("/local/templates/.default/assets/css/../img/user-logo-orange.svg");
    transition: all .36s;
}

.nav-a {
    font-weight: 500;
}

.nav-a:hover, .nav-a.is-active {
    color: #fd573f;
}

.nav-cart {
    display: flex;
}

@media screen and (min-width: 401px) and (max-width: 760px) {
    .nav-cart {
        margin-right: 50px;
    }
    .nav-ul li.nav-profile {
        margin-left: initial;
    }
}

.nav-cart:hover {
    color: #fd573f;
}

.nav-cart .icon-cart-1 {
    font-size: 20px;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .nav-cart .icon-cart-1 {
        font-size: 16px;
    }
}

.cart-text {
    margin-left: 5px;
}

.cart-amount {
    margin-left: 5px;
    padding: 6px 4px;
    border-radius: 10px;
    display: block;
    min-width: 24px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #fd573f;
    border-radius: 15px;
}

.nav-profile {
    position: relative;
}

.nav-profile-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-profile-toggle .icon-user {
    font-size: 20px;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .nav-profile-toggle .icon-user {
        font-size: 16px;
    }
}

.nav-profile-toggle .icon-spoiler {
    font-size: 10px;
    transition: all .36s;
    margin-left: 5px;
}

@media screen and (max-width: 1240px) {
    .nav-profile-toggle .icon-spoiler {
        font-size: 8px;
    }
}

@media screen and (max-width: 760px) {
    .nav-profile-toggle .icon-spoiler {
        display: none;
    }
}

.nav-profile-toggle.is-active .icon-spoiler {
    transform: rotate(180deg);
}

.nav-profile-ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%,0);
    width: 150px;
    z-index: 3;
}

@media screen and (max-width: 1500px) {
    .nav-profile-ul {
        transform: none;
        left: auto;
        right: -15px;
    }
}

@media screen and (max-width: 1240px) {
    .nav-profile-ul {
        top: 30px;
        width: 120px;
    }
}

.nav-profile-li {
    height: 49px;
    border: 1px solid #e2ecfe;
}

.nav-profile-li:not(:first-child) {
    margin: -1px 0 0;
}

.nav-profile-li:first-child,
.nav-profile-li:first-child a {
    border-radius: 15px 15px 0 0;
}

.nav-profile-li:last-child,
.nav-profile-li:last-child a {
    border-radius: 0 0 15px 15px;
}

.nav-profile-a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
    background-color: white;
}

.nav-profile-a:hover {
    background-color: #fd573f;
    color: white;
}

.nav-profile-li:first-child .nav-profile-a:hover {
    box-shadow: 5px -5px 30px rgba(254, 47, 87, 0.3);
}

.nav-profile-li:last-child .nav-profile-a:hover {
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.3);
}

/*----------------------------------------------------- */
/* MOBILE NAV */
/*----------------------------------------------------- */

.mobile-nav-open {
    font-size: 15px;
}

.mobile-nav-close {
    position: fixed;
    top: -100px;
    right: 25px;
    transition: opacity .36s;
    z-index: 9;
    font-size: 16px;
    color: rgba(255,255,255,.5);
}

.mobile-nav-close.is-active {
    top: 23px;
    opacity: 1;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -280px;
    width: 268px;
    height: 100%;
    background-color: white;
    padding: 20px;
    z-index: 9;
    transition: left .36s;
}

.mobile-nav.is-active {
    left: 0;
}

.mobile-nav .logo {
    margin: 0 0 25px;
}

.mobile-nav .nav-ul {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid rgba(25,25,25,.1);
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.mobile-nav .nav-li {
    margin: 0 0 20px;
}

.mobile-nav .nav-li:last-child {
    margin: 0;
}

.mobile-nav .nav-a {
    font-size: 16px;
    color: rgba(25,25,25,.5);
}

.mobile-nav .nav-a.is-active {
    color: #fd573f;
}

/*----------------------------------------------------- */
/* BREADCRUMBS */
/*----------------------------------------------------- */

.breadcrumbs-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.breadcrumbs-li {
    position: relative;
    margin: 0 30px 5px 0;
}

@media screen and (max-width: 1240px) {
    .breadcrumbs-li {
        margin: 0 25px 5px 0;
        font-size: 13px;
    }
}

.breadcrumbs-li:last-child {
    margin-right: 0;
}

.breadcrumbs-li::after {
    position: absolute;
    bottom: 6px;
    right: -20px;
    display: block;
    font-family: 'icomoon', sans-serif;
    content: "\e90a";
    color: #a4a8b5;
    font-size: 10px;
    line-height: 1;
}

@media screen and (max-width: 1240px) {
    .breadcrumbs-li::after {
        font-size: 9px;
        bottom: 4px;
        right: -17px;
    }
}

.breadcrumbs-li:last-child::after {
    display: none;
}

.breadcrumbs-a {
    color: #a4a8b5;
}

.breadcrumbs-a:hover {
    color: #fd573f;
}

.breadcrumbs-span {
    color: #191919;
}

/*----------------------------------------------------- */
/* PAGINATION */
/*----------------------------------------------------- */

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-li {
    margin: 0 8px;
}

.pagination-a {
    position: relative;
    color: #a4a8b5;
}

.pagination-a:hover {
    color: #fd573f;
}

.pagination-a.is-active {
    cursor: default;
    pointer-events: none;
    color: #191919;
}

.pagination-li .pagination-a::after {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: -11px;
    display: block;
    content: '';
    color: #a4a8b5;
}

.pagination-li:nth-last-child(-n+1) .pagination-a::after,
.pagination-li:last-child .pagination-a::after {
    display: none;
}

.pagination-prev,
.pagination-next {
    line-height: 1;
    margin: -2px 0 0 5px;
}

.pagination-prev .icon-prev,
.pagination-next .icon-next {
    font-size: 10px;
    font-weight: 700 !important;
}

.pagination-prev .pagination-a,
.pagination-next .pagination-a {
    color: #191919;
}

.pagination-prev .pagination-a:hover,
.pagination-next .pagination-a:hover {
    color: #fd573f;
}

/*----------------------------------------------------- */
/* SLIDER */
/*----------------------------------------------------- */

.slick-slide, .slick-slide a {
    outline: none;
}

/*----------------------------------------------------- */
/* PROMO */
/*----------------------------------------------------- */

.promo-section {
    padding: 65px 0 0;
}

@media screen and (max-width: 1240px) {
    .promo-section {
        padding: 40px 0 0;
    }
}

@media screen and (max-width: 760px) {
    .promo-section {
        padding: 25px 0 0;
    }
}

.promo-slider-wrap {
    position: relative;
}

@media screen and (max-width: 760px) {
    .promo-slider-item .page-container {
        width: 320px;
    }
}

@media screen and (max-width: 1240px) {
    .promo-slider-img-desk {
        display: none !important;
    }
}

@media screen and (min-width: 1241px) {
    .promo-slider-img-tablet {
        display: none !important;
    }
}

.promo-slider-img-1 {
    position: relative;
    right: 49.8%;
    max-width: none;
}

@media screen and (min-width: 1241px) and (max-width: 1440px) {
    .promo-slider-img-1 {
        right: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .promo-slider-img-1 {
        right: 81.4%;
    }
}

@media screen and (max-width: 760px) {
    .promo-slider-img-1 {
        right: calc((100% - 320px) + 355px);
        max-width: none;
        max-height: none;
        height: 350px;
    }
}

@media screen and (min-width: 1241px) and (max-width: 1440px) {
    .promo-slider-item .page-container {
        padding-right: 80px;
    }
}

.promo-slider-item .promo-slider-button-1 {
    position: absolute;
    top: 26%;
    right: 44%;
    width: 189px;
    border: 10px solid rgba(255,255,255,.28);
    border-radius: 40px;
    box-sizing: content-box;
    box-shadow: none;
    letter-spacing: 1px;
}

@media screen and (max-width: 1440px) {
    .promo-slider-item .promo-slider-button-1 {
        right: 20%;
    }
}

@media screen and (max-width: 1240px) {
    .promo-slider-item .promo-slider-button-1 {
        right: 50%;
        top: 50%;
        transform: translate(50%,-50%);
        margin-top: 35px;
    }
}

@media screen and (max-width: 760px) {
    .promo-slider-item .promo-slider-button-1 {
        top: auto;
        bottom: 85px;
        transform: translate(50%,0);
        margin-top: 0;
    }
}

.promo-slider-item .promo-slider-button-1:hover {
    box-shadow: none;
}

.promo-slider-nav {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: calc((100% - 1364px)/2);
    width: 35px;
}

@media screen and (max-width: 1440px) {
    .promo-slider-nav {
        right: calc((100% - 1160px)/2);
    }
}

@media screen and (max-width: 1240px) {
    .promo-slider-nav {
        right: calc((100% - 728px)/2);
    }
}

@media screen and (max-width: 760px) {
    .promo-slider-nav {
        display: none;
    }
}

.promo-slider-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 44px;
    cursor: pointer;
    color: rgba(164,168,181,.4);
}

.promo-slider-nav .slick-current .promo-slider-nav-item span {
    color: #fd573f;
    transform: rotate(-90deg);
    font-size: 30px;
}

/*----------------------------------------------------- */
/* BANNER */
/*----------------------------------------------------- */

.banner-section {
    padding: 96px 0;
    background-color: #f4f6f8;
}

@media screen and (max-width: 1240px) {
    .banner-section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 760px) {
    .banner-section {
        padding: 347px 0 30px;
    }
}

.banner-section .page-container {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 760px) {
    .banner-section .page-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.banner-img {
    position: absolute;
    height: calc(100% + 170px);
    right: calc((100% - 1364px)/2 + 655px);
    top: -20px;
    max-width: none;
    max-height: none;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .banner-img {
        right: calc((100% - 1160px)/2 + 655px);
    }
}

@media screen and (max-width: 1240px) {
    .banner-img {
        position: relative;
        height: auto;
        top: 30px;
        right: calc((100% - 728px)/2 + 240px);
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 760px) {
    .banner-img {
        position: absolute;
        top: 50px;
        right: calc(5% + 35px);
        max-width: none;
        max-height: none;
        height: 297px;
        margin: 0 0 30px;
    }
}

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 655px;
    text-align: right;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .banner-text {
        position: absolute;
        top: 30px;
        right: calc((100% - 728px)/2);
    }
}

@media screen and (max-width: 760px) {
    .banner-text {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}

.banner-text-title {
    line-height: 1.2;
    margin: 0 0 40px;
}

@media screen and (max-width: 1240px) {
    .banner-text-title {
        line-height: 1.6;
        margin: 0 0 65px;
    }
}

@media screen and (max-width: 760px) {
    .banner-text-title {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px;
    }
}

/*----------------------------------------------------- */
/* PROFITS */
/*----------------------------------------------------- */

.profits-section {
    padding: 0 calc((100% - 1364px)/2) 50px;
}

@media screen and (max-width: 1440px) {
    .profits-section {
        padding: 0 calc((100% - 1160px)/2) 50px;
    }
}

@media screen and (max-width: 1240px) {
    .profits-section {
        padding: 0 0 30px calc((100% - 728px)/2);
    }
}

@media screen and (max-width: 760px) {
    .profits-section {
        padding: 0 0 30px 5%;
    }
}

.mp-profits-section {
    margin: -120px 0 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1440px) {
    .mp-profits-section {
        margin: -30px 0 0;
    }
}

@media screen and (max-width: 1240px) {
    .mp-profits-section {
        margin: -60px 0 0;
    }
}

@media screen and (max-width: 760px) {
    .mp-profits-section {
        margin: -40px 0 0;
    }
}

.profits {
    align-items: flex-start;
    margin: 0 -25px 0 0;
}

.profits-item {
    position: relative;
    width: 322px;
    margin: 50px 25px 50px 0;
    border-radius: 15px;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
    background-color: white;
    transition: color .36s;
    cursor: default;
}

@media screen and (max-width: 1440px) {
    .profits-item {
        width: 271px;
    }
}

@media screen and (max-width: 1240px) {
    .profits-item {
        width: 263px;
        height: 100%;
        margin: 30px 8px;
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.05);
    }
}

@media screen and (max-width: 760px) {
    .profits-item {
        width: 248px;
        margin: 40px 5px;
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.05);
    }
}

@media screen and (min-width: 1241px) {
    .profits-item:nth-child(4n) {
        margin-right: 0;
    }
}

.profits-item:hover {
    color: white;
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.3);
}

@media screen and (max-width: 1240px) {
    .profits-item:hover {
        box-shadow: 10px 10px 10px rgba(254, 47, 87, 0.2);
    }
}

@media screen and (max-width: 760px) {
    .profits-item:hover {
        box-shadow: 5px 5px 5px rgba(254, 47, 87, 0.3);
    }
}

.profits-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .36s;
    display: block;
    content: '';
    background-image: linear-gradient(to right, #fd573f 0%, #fb6567 100%);
    border-radius: 15px;
    opacity: 0;
    z-index: 1;
}

.profits-item:hover::before {
    opacity: 1;
}

.profits-item-content {
    position: relative;
    padding: 45px;
    border-radius: 15px;
    z-index: 2;
}

@media screen and (max-width: 1440px) {
    .profits-item-content {
        padding: 30px 25px;
    }
}

.profits-item-img {
    height: 50px;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    color: #fd573f;
}

@media screen and (max-width: 760px) {
    .profits-item-img {
        height: 40px;
        margin: 0 0 20px;
    }
}

.profits-item:hover .profits-item-img {
    color: white;
}

.profits-item-img .page-icon {
    font-size: 50px;
}

@media screen and (max-width: 760px) {
    .profits-item-img .page-icon {
        font-size: 40px;
    }
}

.icon-profit-4 {
    font-size: 32px;
}

.profits-item-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
}

@media screen and (max-width: 1440px) {
    .profits-item-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 1240px) {
    .profits-item-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    .profits-item-title {
        margin: 0 0 20px;
    }
}

.profits-item-text {
    width: 100%;
    margin: 0;
    line-height: 24px;
}

.profits-item .showmore-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.profits-item .showmore-button {
    cursor: pointer;
    color: #fd573f;
    margin: 20px 0 0;
    text-align: right;
    line-height: 1;
    border-bottom: 1px solid rgba(253,87,63,.5);
    transition: all .36s;
}

.profits-item:hover .showmore-button {
    color: white;
    border-color: rgba(255,255,255,.5);
}

.profits-item .showmore-button:hover {
    border-color: transparent;
}

.about-profits {
    margin-top: -40px;
}

/*----------------------------------------------------- */
/* TOP */
/*----------------------------------------------------- */

.top-section {
    padding: 0 calc((100% - 1364px)/2) 50px;
}

@media screen and (max-width: 1440px) {
    .top-section {
        padding: 0 calc((100% - 1160px)/2) 50px;
    }
}

@media screen and (max-width: 1240px) {
    .top-section {
        padding: 0 calc((100% - 728px)/2) 30px;
    }
}

@media screen and (max-width: 760px) {
    .top-section {
        padding: 0 0 30px 5%;
    }
}

.top-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}

@media screen and (max-width: 1240px) {
    .top-section-title {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 15px;
    }
}

.top-section-title .h1 {
    margin: 0;
}

@media screen and (max-width: 1240px) {
    .top-section-title .h1 {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 760px) {
    .top-section-title .h1 {
        margin: 0 0 15px;
    }
}

.top-section-title .page-link {
    flex-shrink: 0;
}

.mp-top-section {
    padding-bottom: 104px;
}

@media screen and (max-width: 1240px) {
    .mp-top-section {
        padding-bottom: 30px;
    }
}

/*----------------------------------------------------- */
/* ABOUT */
/*----------------------------------------------------- */

.about-section {
    padding: 100px 0;
    text-align: right;
}

.about-section .page-container{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.about-section .page-container .max-width-about{
    max-width: 940px;
}

@media screen and (max-width: 1240px) {
    .about-section {
        padding: 30px 0;
        text-align: left;
    }
}

.about-section .h1 {
    margin: 0 0 25px;
}

@media screen and (max-width: 760px) {
    .about-section .h3 {
        margin: 0 0 25px;
    }
}

/*----------------------------------------------------- */
/* CATALOG */
/*----------------------------------------------------- */

.catalog-section {
    padding: 0 calc((100% - 1364px)/2) 50px;
}

@media screen and (max-width: 1440px) {
    .catalog-section {
        padding: 0 calc((100% - 1160px)/2) 50px;
    }
}

@media screen and (max-width: 1240px) {
    .catalog-section {
        padding: 0 calc((100% - 728px)/2) 30px;
    }
}

@media screen and (max-width: 760px) {
    .catalog-section {
        padding: 0 0 30px 5%;
    }
}

.catalog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .catalog-title {
        margin: 0 0 30px;
    }
}

.catalog-title .h1 {
    margin: 0;
}

.catalog-sort {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 760px) {
    .catalog-sort {
        margin: 0 0 30px;
    }
}

.catalog-sort-label {
    margin-right: 15px;
    font-weight: 500;
}

@media screen and (max-width: 760px) {
    .catalog-sort-label {
        margin-right: 10px;
    }
}

.catalog-sort-items {
    display: flex;
    align-items: center;
}

.catalog-sort-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 15px;
    border: 1px solid #e2edff;
    background-color: rgba(244, 246, 248, 0.2);
    margin-right: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .36s;
}

@media screen and (max-width: 760px) {
    .catalog-sort-item {
        margin-right: 10px;
        padding: 0 15px;
    }
}

.catalog-sort-item.is-active {
    color: white;
    background-color: #fd573f;
    border-color: #fd573f;
}

.catalog-sort-item:last-child {
    margin-right: 0;
}

.catalog-sort-item .page-icon {
    margin-left: 15px;
}

@media screen and (max-width: 760px) {
    .catalog-sort-item .page-icon {
        margin-left: 10px;
    }
}

.catalog-sort-item .icon-sort-1 {
    font-size: 16px;
}

.catalog-sort-item .icon-sort-2 {
    font-size: 12px;
    color: #a4a8b5;
}

.catalog-sort-item.is-active .icon-sort-2 {
    color: white;
}

@media screen and (min-width: 1241px) {
    .catalog .products-item {
        margin-bottom: 50px;
    }
}

.icon-sort-1.down:before {
    display: block;
    transform: rotate(180deg);
}

/*----------------------------------------------------- */
/* CATALOG FORM */
/*----------------------------------------------------- */

.catalog-form {
    width: 322px;
    margin: 0 25px 45px 0;
    padding-right: 22px;
}

.catalog-form.hide-on-mobile.catalog-form-index-page {
    position: absolute;
    margin-top: -505px;
    margin-left: calc(50% + 161px);
}



/*
    обратить внимание на hide-on-mobile И show-on-mobile
*/

@media screen and (max-width: 1440px) {

    .catalog-form.hide-on-mobile.catalog-form-index-page {
        position: absolute;
        margin-top: -240px;
        margin-left: calc(50% + 230px);
    }
    section.page-section.profits-section.no-indent-bottom {
        margin-top: 200px;
    }
}
@media screen and (max-width: 1240px) {
    .catalog-form.hide-on-mobile.catalog-form-index-page {
        margin: 0 auto;
        position: relative;
    }
    section.page-section.profits-section.no-indent-bottom {
        margin-top: 50px;
    }
}
@media screen and (max-width: 760px) {
    .catalog-form.show-on-mobile.catalog-form-index-page {
        width: 100%;
        margin: 0 auto;
        max-width: 356px;
        padding: 0;
    }
}
@media screen and (max-width: 500px) {
    .catalog-form.show-on-mobile.catalog-form-index-page {
        /*max-width: 250px;*/
    }
}




@media screen and (max-width: 1440px) {
    .catalog-form {
        padding: 0;
        width: 271px;
    }
}

@media screen and (max-width: 1240px) {
    .catalog-form {
        width: 356px;
        margin: 0 16px 30px 0;
    }
}

@media screen and (max-width: 760px) {
    .catalog-form {
        width: 100%;
        margin: 0 0 35px;
        padding-right: 5%;
    }
}

.catalog-form-2 {
    display: none;
}

.catalog-form-title {
    margin: 0 0 30px;
}

@media screen and (max-width: 1440px) {
    .catalog-form-title {
        margin: 0 0 27px;
    }
}

@media screen and (max-width: 1240px) {
    .catalog-form-title {
        margin: 0 0 33px;
    }
}

@media screen and (max-width: 760px) {
    .catalog-form-title {
        margin: 0 0 25px;
    }
}

.catalog-form-items {
    margin: 0 0 30px;
}

.catalog-form .form-item {
    margin: 0 0 15px;
}

.catalog-form .form-item:last-child {
    margin: 0;
}

.catalog-form-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-form-buttons .button-search {
    width: 100%;
    margin: 0 0 30px;
}

/*----------------------------------------------------- */
/* CATEGORY */
/*----------------------------------------------------- */

.category-section {
    position: relative;
}

@media screen and (max-width: 760px) {
    .category-section::after {
        position: absolute;
        bottom: 30px;
        left: 5%;
        right: 5%;
        display: block;
        content: '';
        width: 90%;
        height: 1px;
        background-color: #fd573f;
    }
}

.category-section .catalog {
    border-bottom: 1px solid #fd573f;
}

@media screen and (max-width: 760px) {
    .category-section .catalog {
        padding-bottom: 30px;
        border: none;
    }
}

.category-item {
    width: 322px;
    margin: 0 25px 45px 0;
}

@media screen and (max-width: 1440px) {
    .category-item {
        width: 271px;
    }
}

@media screen and (max-width: 1240px) {
    .category-item {
        width: 356px;
        margin: 0 16px 30px 0;
    }
}

@media screen and (max-width: 760px) {

    .catalog-section {
        padding: 0 20px 30px 20px;
    }

    .catalog-section .slick-next,
    .catalog-section .slick-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        background-color: transparent;
        padding: 0;
        margin: 0;
        top: 50%;
        font-size: 50px;
        font-family: monospace;
        opacity: 0.3;
        color: #fd573f;
        z-index: 1;
    }

    .catalog-section .slick-next:focus,
    .catalog-section .slick-prev:focus {
        opacity: 1;
    }

    .catalog-section .slick-next:hover,
    .catalog-section .slick-prev:hover {
        opacity: 1;
    }

    .catalog-section .slick-next.slick-disabled,
    .catalog-section .slick-prev.slick-disabled {
        color: #999;
        opacity: 0.3;
    }

    .catalog-section .slick-prev {
        left: 0;
    }

    .catalog-section .slick-next {
        right: 0;
    }



    .category-item {
        width: 248px;
        /*margin: 0 5px;*/
        margin: 0 50px;
    }

    .category-item {
        opacity: 0.3;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    .category-item.slick-current.slick-center {
        opacity: 1;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }

}

@media screen and (min-width: 1241px) {
    .category-item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .category-item:nth-child(2n) {
        margin-right: 0;
    }
}

.category-item-img {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 20px;
    width: 100%;
    height: 209px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
.category-item-img::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    opacity: 1;
    transition: opacity .36s;
}
*/
@media screen and (max-width: 1240px) {
    .category-item-img::before {
        display: none;
    }
}
/*
.category-item:hover .category-item-img::before {
    opacity: 0;
}
*/
.category-item-title {
    margin: 0 0 15px;
}

.category-item-description {
    color: #8c8e9a;
    line-height: 30px;
    margin: 0 0 15px;
}

.category-item-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.category-item.is-active .category-item-img::before {
    opacity: 0;
}

/*----------------------------------------------------- */
/* PRODUCTS */
/*----------------------------------------------------- */

.products {
    margin: 0 0 -30px;
}

@media screen and (max-width: 760px) {
    .products {
        margin: 0;
    }
}

.products-item {
    width: 322px;
    margin: 0 25px 30px 0;
}

@media screen and (max-width: 1440px) {
    .products-item {
        width: 271px;
    }
}

@media screen and (max-width: 1240px) {
    .products-item {
        width: 356px;
        margin: 0 16px 30px 0;
    }
}

@media screen and (max-width: 760px) {

    .top-section {
        padding: 0 20px 30px 20px;
    }

    .top-section .slick-next,
    .top-section .slick-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        background-color: transparent;
        padding: 0;
        margin: 0;
        top: 50%;
        font-size: 50px;
        font-family: monospace;
        opacity: 0.3;
        color: #fd573f;
        z-index: 1;
    }

    .top-section .slick-next:focus,
    .top-section .slick-prev:focus {
        opacity: 1;
    }

    .top-section .slick-next:hover,
    .top-section .slick-prev:hover {
        opacity: 1;
    }

    .top-section .slick-next.slick-disabled,
    .top-section .slick-prev.slick-disabled {
        color: #999;
        opacity: 0.3;
    }

    .top-section .slick-prev {
        left: 0;
    }

    .top-section .slick-next {
        right: 0;
    }

    .products-item {
        /*width: 248px;*/
        width: 280px;
        /*margin: 0 5px;*/
        margin: 0 50px;
    }

    .products-item {
        opacity: 0.3;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    .products-item.slick-current.slick-center {
        opacity: 1;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }

}

@media screen and (min-width: 1241px) {
    .products-item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .products-item:nth-child(2n) {
        margin-right: 0;
    }
}

.products-item-img {
    display: block;
    width: 100%;
    height: 209px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
.products-item-img::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    opacity: 1;
    transition: opacity .36s;
}
*/
@media screen and (max-width: 1240px) {
    .products-item-img::before {
        display: none;
    }
}

.products-item-label-container {
    position: absolute;
    top: 5px;
    left: 5px;
}

.products-item-label {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fd573f;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.products-item-label.sale {
    border: 2px solid #fd573f;
}
/*
.products-item:hover .products-item-img::before {
    opacity: 0;
}
*/
.products-item-title {
    margin: 0 0 15px;
}

@media screen and (max-width: 760px) {

    .products-item-title {
        min-height: 40px !important;
    }

}

.products-item-description {
    color: #8c8e9a;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #fe2e56;
}

@media screen and (max-width: 760px) {

    .products-item-description {
        min-height: 130px !important;
    }

}



.products-item .product-price {
    margin: 0 0 25px;
}

.products-item .button-buy {
    width: calc(100% - 85px);
}

/*----------------------------------------------------- */
/* PRODUCT */
/*----------------------------------------------------- */

.product-main-section {
    padding: 0 0 30px;
}

.product-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 680px) {
    .product-main {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.product-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-price {
    font-size: 20px;
    line-height: 1;
}

@media screen and (max-width: 1240px) {
    .product-price {
        font-size: 14px;
    }
}

.product-price-value {
    font-size: 30px;
}

@media screen and (max-width: 1240px) {
    .product-price-value {
        font-size: 20px;
    }
}

.products-item .product-price-old {
    color: #a4a8b5;
}

.products-item .product-price-old .stroke {
    text-decoration: line-through;
}


/*----------------------------------------------------- */
/* PRODUCT PHOTOS */
/*----------------------------------------------------- */

.product-photos {
    position: relative;
    width: 674px;
}

@media screen and (max-width: 1240px) {
    .product-photos {
        width: 356px;
    }
}

@media screen and (max-width: 680px) {
    .product-photos {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 500px) {
    .product-photos {
        width: 100%;
    }
}

.product-photos-large {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 20px;
}

@media screen and (max-width: 1240px) {
    .product-photos-large {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 500px) {
    .product-photos-large {
        margin: 0 0 10px;
    }
}

.product-photos-large .item a {
    display: block;
    width: 674px;
    height: 429px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.product-photos-large .item-video {
    position: relative;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.product-photos-large .item-video a::after {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    background-image: url("/local/templates/.default/assets/css/../img/play.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

@media screen and (max-width: 1240px) {
    .product-photos-large .item a {
        width: 356px;
        height: 265px;
    }
}

@media screen and (max-width: 500px) {
    .product-photos-large .item a {
        width: 100%;
        height: 224px;
    }
}

.product-photos-small {
    position: relative;
    overflow: hidden;
}

.product-photos-small .slick-list {
    margin: 0 40px;
}

@media screen and (max-width: 1240px) {
    .product-photos-small .slick-list {
        margin: 0 -8px;
    }
}

@media screen and (max-width: 500px) {
    .product-photos-small .slick-list {
        margin: 0 -5px;
    }
}

.product-photos-small .item {
    border-radius: 5px;
    border: 2px solid transparent;
    margin: 0 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5;
    transition: all .36s;
}

@media screen and (max-width: 1240px) {
    .product-photos-small .item {
        margin: 0 8px;
    }
}

@media screen and (max-width: 500px) {
    .product-photos-small .item {
        margin: 0 5px;
    }
}

.product-photos-small .item.slick-current {
    border-color: #fd573f;
    opacity: 1;
}

.product-photos-small .item span {
    display: block;
    width: 128px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1240px) {
    .product-photos-small .item span {
        width: 76px;
        height: 60px;
    }
}

@media screen and (max-width: 500px) {
    .product-photos-small .item span {
        width: auto;
        height: 50px;
    }
}

.product-photos-small .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 21px;
    color: #000000;
    background-color: transparent;
    padding: 0;
}

.product-photos-small .slick-arrow:hover {
    color: #a4a8b5;
}

.product-photos-small .slick-prev {
    left: 0;
}

.product-photos-small .slick-next {
    right: 0;
}

/*----------------------------------------------------- */
/* PRODUCT INFO */
/*----------------------------------------------------- */

.product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 674px);
    padding-left: 50px;
    text-align: right;
}

@media screen and (max-width: 1240px) {
    .product-info {
        width: calc(100% - 356px);
        padding-left: 16px;
    }
}

@media screen and (max-width: 680px) {
    .product-info {
        align-items: flex-start;
        text-align: left;
        width: 100%;
        padding: 0;
    }
}

.product-info-title {
    margin-top: -10px;
}

@media screen and (max-width: 1240px) {
    .product-info-subtitle {
        margin: 0 0 25px;
    }
}

.product-info p {
    max-width: 350px;
    font-weight: 500;
    line-height: 1.9;
}

.product-info-options span {
    display: block;
}

.product-info-instruction {
    margin: 0 0 30px;
}

.product-info-numbers {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

@media screen and (max-width: 1240px) {
    .product-info-numbers {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media screen and (max-width: 680px) {
    .product-info-numbers {
        align-items: flex-start;
    }
}

@media screen and (max-width: 1240px) {
    .product-info-count {
        margin: 0 0 30px;
    }
}

.product-info-count label {
    margin-right: 10px;
}

.product-info .input-field {
    width: 77px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    background-color: rgba(244, 246, 248, 0.2);
    margin-right: 25px;
    border-radius: 15px;
}

.product-info .input-field::-webkit-input-placeholder {
    color: #191919;
}

.product-info .input-field::-moz-placeholder {
    color: #191919;
}

.product-info .input-field:-ms-input-placeholder {
    color: #191919;
}

.product-info .product-buttons {
    width: 100%;
    justify-content: flex-end;
}

.product-info .button-buy {
    width: 200px;
    margin-right: 25px;
}

@media screen and (max-width: 1240px) {
    .product-info .button-buy {
        width: calc(100% - 85px);
    }
}

/*----------------------------------------------------- */
/* PRODUCT TABS */
/*----------------------------------------------------- */

.product-tabs .h1 {
    margin: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .product-tabs .h1 {
        margin: 0 0 30px;
    }
}

.tab-handlers-item-reviews span {
    color: #fd573f;
    margin-left: 10px;
}

.product-options {
    margin: 0 0 -15px;
}

.product-options-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 15px 15px 0;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #e2edff;
    background-color: rgba(226, 237, 255, 0.15);
}

@media screen and (max-width: 1240px) {
    .product-options-item {
        padding: 15px 20px;
    }
}

.product-options-item-title {
    font-weight: 500;
    margin: 0 0 5px;
}

.product-options-item-value {
    font-weight: 700;
}

/*----------------------------------------------------- */
/* REVIEWS */
/*----------------------------------------------------- */

.reviews-item {
    margin: 0 0 25px;
    max-width: 100%;
}

.reviews-item:last-child {
    margin: 0;
}

.reviews-item-content {
    display: flex;
    align-items: flex-start;
}

.reviews-item-avatar {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1240px) {
    .reviews-item-avatar {
        width: 40px;
        height: 40px;
    }
}

.reviews-item-text {
    width: calc(100% - 50px);
    padding-left: 25px;
}

@media screen and (max-width: 1240px) {
    .reviews-item-text {
        width: calc(100% - 40px);
        padding-left: 15px;
    }
}

.reviews-item-text p {
    margin: 0;
    line-height: 30px;
}

.reviews-item-author {
    font-size: 16px;
    font-weight: 500;
    margin: 3px 0 0;
}

@media screen and (max-width: 1240px) {
    .reviews-item-author {
        margin: -1px 0 0;
    }
}

.reviews-item-date-wrap {
    display: flex;
    align-items: center;
    color: #a4a8b5;
    margin: 0 0 10px;
}

.reviews-item-date {
    margin-right: 10px;
}

.reviews-item-reply {
    margin: 20px 0 0;
}

.reviews-item-reply-link {
    display: inline-block;
    font-size: 20px;
    color: #a4a8b5;
    margin: 15px 0 0;
}

.reviews-item-reply-link:hover {
    color: #fd573f;
}

.reviews-item-photos {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 -15px;
}

.reviews-item-photos a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 15px 15px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid transparent;
}

.reviews-item-photos a:hover {
    border-color: #fd573f;
}

.reviews {
    justify-content: space-between;
    margin: 40px 0 50px;
}

@media screen and (max-width: 1240px) {
    .reviews {
        margin: 0 0 -30px;
    }
}

.review {
    width: calc(50% - 25px);
    display: flex;
    margin: 0 0 50px;
}

@media screen and (max-width: 1440px) {
    .review {
        width: calc(50% - 15px);
        font-size: 14px;
    }
}

@media screen and (max-width: 1240px) {
    .review {
        width: 100%;
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 600px) {
    .review {
        flex-direction: column;
    }
}

.review-img {
    position: relative;
    display: flex;
    flex-shrink: 0;
    width: 251px;
    height: 322px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 600px) {
    .review-img {
        width: 100%;
        height: 247px;
        margin: 0 0 20px;
    }
}

.review-img img {
    display: block;
}

.review-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .36s;
    color: white;
}

.review-img:hover .review-img-hover {
    opacity: 1;
}

.review-img-hover .icon-zoom {
    font-size: 40px;
}

.review-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 251px);
    padding-left: 50px;
    line-height: 30px;
    margin: -5px 0 0;
}

@media screen and (max-width: 1440px) {
    .review-text {
        padding-left: 25px;
    }
}

@media screen and (max-width: 1240px) {
    .review-text {
        margin: 0;
        justify-content: space-between;
    }
}

@media screen and (max-width: 600px) {
    .review-text {
        width: 100%;
        padding: 0;
        align-items: flex-start;
    }
}

.review-text p {
    max-width: 100%;
    margin: 0;
}

.review-text .showmore-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100% !important;
    max-width: none !important;
}

.review-text .showmore-button {
    color: #fd573f;
    border-bottom: 1px solid rgba(253,87,63,.5);
    margin: 5px 0 0;
    line-height: .9;
    cursor: pointer;
    transition: all .36s;
}

.review-text .showmore-button:hover {
    border-color: transparent;
}

/*----------------------------------------------------- */
/* CART */
/*----------------------------------------------------- */

.cart-items {
    margin: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .cart-items {
        margin: 0 0 30px;
    }
}

.cart-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #e2edff;
    background-color: #ffffff;
    margin: 0 0 25px;
}

@media screen and (max-width: 1240px) {
    .cart-item {
        padding: 15px;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 760px) {
    .cart-item {
        flex-wrap: wrap;
    }
}

.cart-item:last-child {
    margin: 0;
}

.cart-item-img {
    display: block;
    width: 117px;
    height: 117px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .cart-item-img {
        width: 137px;
        height: 137px;
    }
}

@media screen and (max-width: 760px) {
    .cart-item-img {
        margin: 0 0 15px;
    }
}

.cart-item-info {
    padding-left: 15px;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    align-self: center;
}

@media screen and (max-width: 1240px) {
    .cart-item-info {
        display: flex;
        padding: 0;
    }
}

@media screen and (max-width: 760px) {
    .cart-item-info {
        width: calc(100% - 117px);
    }
}

.cart-item-info-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1240px) {
    .cart-item-info-1 {
        width: 195px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 760px) {
    .cart-item-info-1 {
        width: 100%;
        padding-left: 15px;
    }
}

.cart-item-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: -5px 0 7px;
    border: none;
    text-decoration: underline;
    line-height: 1.5;
}

@media screen and (max-width: 1240px) {
    .cart-item-title {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

.cart-item-subtitle {
    color: #8c8e9a;
    margin: 0 0 7px;
}

@media screen and (max-width: 1240px) {
    .cart-item-subtitle {
        margin: 0;
    }
}

.cart-item-info-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1240px) {
    .cart-item-info-2 {
        padding-left: 25px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 760px) {
    .cart-item-info-2 {
        padding: 0;
        width: 100%;
    }
}

.cart-item-info-2 span {
    font-weight: 600;
    margin: 0 0 7px;
}

@media screen and (min-width: 761px) {
    .cart-item-info-2 span:last-child {
        margin: 0;
    }
}

.cart-item-result {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    align-self: center;
}

@media screen and (max-width: 760px) {
    .cart-item-result {
        width: 100%;
        align-items: flex-start;
    }
}

.cart-price {
    font-size: 20px;
    line-height: 1;
}

@media screen and (max-width: 1240px) {
    .cart-price {
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width: 760px) {
    .cart-price {
        margin: 0 0 30px;
    }
}

.cart-price-value {
    font-size: 30px;
}

@media screen and (max-width: 1240px) {
    .cart-price-value {
        font-size: 20px;
    }
}

.cart-item-buttons {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    align-self: center;
}

.cart-buttons {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 760px) {
    .cart-buttons {
        width: 100%;
    }
}

.cart-buttons .button-buy {
    width: 200px;
    margin: 0 0 0 25px;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .cart-buttons .button-buy {
        width: 177px;
        margin: 0 25px 0 0;
        order: -1;
    }
}

@media screen and (max-width: 760px) {
    .cart-buttons .button-buy {
        width: calc(100% - 85px);
    }
}


.cart-item-counter {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    align-self: center;
}

.cart-item-counter a {
    display: block;
    height: 40px;
    float: left;
    width: 40px;
    background: #e4e4e4;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    float: left;
    transition:background ease 0.3s;
    text-decoration: none;
}
.cart-item-counter a:hover {
    background:#fd573f;
}
.cart-item-counter a.minus {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cart-item-counter a.plus {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.cart-item-counter .counter-index {
    width: 38px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid #e4e4e4;
}
.cart-item-counter .counter-index em {
    font-style:normal;
    font-size:14px;
}
.cart-item-counter .counter-index input {
    width: 38px;
    height: 38px;
    text-align: center;
}
/*----------------------------------------------------- */
/* ORDER */
/*----------------------------------------------------- */

.order-products {
    border-bottom: 1px solid #e2edff;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

@media screen and (max-width: 1240px) {
    .order-products {
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
}

.order-products .cart-item-result {
    min-width: 240px;
}

@media screen and (max-width: 760px) {
    .order-products .cart-item-result {
        width: 100%;
        margin: -15px 0 0;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 760px) {
    .order-products .cart-buttons {
        width: auto;
    }
}

@media screen and (max-width: 760px) {
    .order-products .cart-price {
        margin: 0;
    }
}

.order-products-result {
    display: flex;
    justify-content: flex-end;
}

.order-products-result .cart-price {
    margin: 0;
}

@media screen and (max-width: 1240px) {
    .order-h2 {
        margin: 0 0 30px;
    }
}

.order-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order-form-column {
    width: 350px;
}

@media screen and (max-width: 1240px) {
    .order-form-column {
        width: calc(50% - 8px);
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 760px) {
    .order-form-column {
        width: 100%;
    }
}

.order-form .textarea {
    height: 155px;
}

@media screen and (max-width: 1240px) {
    .order-form .textarea {
        height: 143px;
    }
}

@media screen and (max-width: 760px) {
    .order-form .textarea {
        height: 100px;
    }
}

.order-form-result {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
}

@media screen and (max-width: 1240px) {
    .order-form-result {
        width: 100%;
        margin: 0;
    }
}

.order-form-result-top {
    margin: 0 0 30px;
}

@media screen and (max-width: 600px) {
    .order-form-result-top {
        margin: 0 0 25px;
    }
}

.order-form-result .select-box {
    width: 100%;
    margin: 0 0 15px;
}

@media screen and (min-width: 601px) and (max-width: 1240px) {
    .order-form-result .select-box {
        width: calc(50% - 8px);
    }
}

.order-form-result-note {
    color: #8c8e9a;
}

.order-form-result-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media screen and (max-width: 600px) {
    .order-form-result-bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.order-form-result-bottom .cart-price {
    margin: 0;
}

.order-form-result .button {
    width: 250px;
    margin: 20px 0 0;
}

@media screen and (max-width: 600px) {
    .order-form-result .button {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .order-form-result .button {
        width: 190px;
    }
}

.order-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .order-info {
        display: none;
    }
}

.cart-item-result .order-info {
    display: none;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .cart-item-result .order-info {
        display: block;
    }
}

@media screen and (max-width: 760px) {
    .order-info {
        width: 50%;
    }
}

.order-info-item {
    font-weight: 500;
    margin: 0 0 7px;
}

@media screen and (min-width: 761px) {
    .order-info-item:last-child {
        margin: 0;
    }
}

.order-info-item strong {
    font-weight: 600;
}

.order-info-item-date {
    color: #8c8e9a;
}

.order-info-item-status-1 {
    color: #fd573f;
}

.order-info-item-status-2 {
    color: #8c8e9a;
}

@media screen and (min-width: 1241px) {
    .cart-items-history .cart-item-info {
        width: 480px;
    }
}

@media screen and (max-width: 1240px) {
    .cart-items-history .cart-price {
        margin: 12px 0 17px;
    }
}

@media screen and (max-width: 760px) {
    .cart-items-history .cart-price {
        margin: 5px 0 25px;
    }
}

.cart-items-history .cart-buttons .button {
    width: 200px;
    margin: 0;
}

@media screen and (max-width: 760px) {
    .cart-items-history .cart-buttons .button {
        width: 219px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 760px) {
    .cart-items-history .cart-item-info-2 {
        width: 50%;
    }
}

/*----------------------------------------------------- */
/* DEALER SORT */
/*----------------------------------------------------- */

.dealer-sort {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 45px 0;
}

@media screen and (max-width: 1240px) {
    .dealer-sort {
        margin: -5px 0 25px;
    }
}

.dealer-sort-label {
    margin-right: 15px;
}

@media screen and (max-width: 440px) {
    .dealer-sort-label {
        width: 125px;
        margin: 0;
    }
}

.dealer-sort .select-box {
    width: 250px;
}

@media screen and (max-width: 440px) {
    .dealer-sort .select-box {
        width: calc(100% - 125px);
    }
}

.dealer-sort .select-box .cs-box_selected {
    height: 50px;
    line-height: 50px;
    color: #191919;
    padding: 0 30px 0 20px;
}

.dealer-sort .select-box .cs-box_selected:after {
    right: 20px;
}

.dealer-sort .select-box .cs-box_list li {
    padding: 8px 20px;
}

/*----------------------------------------------------- */
/* DEALERS */
/*----------------------------------------------------- */

.dealers {
    justify-content: space-between;
}

.dealers-item {
    width: calc(50% - 20px);
    border-radius: 10px;
    border: 1px solid #e2edff;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin: 0 0 45px;
}

@media screen and (max-width: 1440px) {
    .dealers-item {
        width: calc(50% - 50px);
    }
}

@media screen and (max-width: 1240px) {
    .dealers-item {
        width: 100%;
        margin: 0 0 30px;
    }
}

.dealers-item-title {
    font-weight: 500;
    font-size: 25px;
}

.dealers-item-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

@media screen and (min-width: 1241px) and (max-width: 1440px) {
    .dealers-item-main {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1240px) {
    .dealers-item-main {
        align-items: flex-start;
    }
}

@media screen and (max-width: 640px) {
    .dealers-item-main {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 15px;
    }
}

.dealers-item-img {
    width: 322px;
    padding-right: 25px;
}

.dealers-item-info {
    width: calc(100% - 322px);
}

@media screen and (min-width: 1241px) and (max-width: 1440px) {
    .dealers-item-info {
        width: 100%;
        padding: 0;
        margin: 25px 0 0;
    }
}

@media screen and (max-width: 640px) {
    .dealers-item-info {
        width: 100%;
        padding: 0;
        margin: 20px 0 0;
    }
}

.dealers-item-contact {
    display: flex;
    align-items: flex-start;
    margin: 0 0 15px;
    line-height: 1.9;
}


.site-link.dealers-item-contact span.site-link-icon,
.site-link.dealers-item-contact span.site-link-strong-and-a strong {
    float: left;
}
.site-link.dealers-item-contact,
.site-link.dealers-item-contact span.site-link-strong-and-a a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.site-link.dealers-item-contact span.site-link-strong-and-a a {
    padding-left: 5px;
    text-align: left;
}


.dealers-item-contact:last-child {
    margin: 0;
}

.dealers-item-contact .page-icon {
    flex-shrink: 0;
    font-size: 16px;
    width: 25px;
    color: #a4a8b5;
    margin: 6px 0 0;
}

.dealers-item-contact strong {
    font-weight: 600;
}

.dealers-item-contact .page-link {
    line-height: 1.9;
    border: none;
    text-decoration: underline;
}

.dealers-item-text {
    line-height: 1.9;
    margin: 0 0 20px;
}

@media screen and (max-width: 1240px) {
    .dealers-item-text {
        width: 322px;
    }
}

.dealers-item .button {
    width: 237px;
}

.dealers-map {
    height: 450px;
}

@media screen and (max-width: 1240px) {
    .dealers-map {
        height: 350px;
    }
}

/*----------------------------------------------------- */
/* DEALER FORM */
/*----------------------------------------------------- */

.dealer-form-section {
    margin: 60px 0 0;
    padding: 50px 0;
    background-color: #f4f6f8;
}

@media screen and (max-width: 1240px) {
    .dealer-form-section {
        margin: 30px 0 0;
        padding: 0 0 30px;
    }
}

@media screen and (min-width: 1241px) {
    .dealer-form-section .page-container {
        display: flex;
        justify-content: flex-end;
    }
}

.dealer-form-img {
    position: absolute;
    height: 100%;
    right: calc((100% - 1364px)/2 + 750px);
    top: -10px;
    max-width: none;
    max-height: none;
    z-index: 1;
}

@media screen and (max-width: 1440px) {
    .dealer-form-img {
        right: calc((100% - 1160px)/2 + 750px);
    }
}

@media screen and (max-width: 1240px) {
    .dealer-form-img {
        position: relative;
        top: 20px;
        right: calc((100% - 728px)/2 + 100px);
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 760px) {
    .dealer-form-img {
        right: calc(5% + 50px);
    }
}

.dealer-form {
    display: flex;
    flex-direction: column;
    width: 750px;
}

@media screen and (max-width: 1240px) {
    .dealer-form {
        width: 540px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .dealer-form {
        width: 100%;
    }
}

.dealer-form-title {
    text-align: center;
    margin: 0 0 35px;
}

@media screen and (max-width: 760px) {
    .dealer-form-title {
        margin: 20px 0 25px;
    }
}

.dealer-form-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 45px;
}

@media screen and (max-width: 1240px) {
    .dealer-form-columns {
        margin: 0 0 25px;
    }
}

.dealer-form-column {
    width: 350px;
}

@media screen and (max-width: 1240px) {
    .dealer-form-column {
        width: 100%;
        margin: 0 0 15px;
    }
}

.dealer-form-column:last-child {
    margin: 0;
}

.dealer-form .textarea {
    height: 50px;
    min-height: 50px;
    resize: vertical;
    padding: 15px 20px;
}

.dealer-form .button {
    width: 250px;
    margin: 0 auto 20px;
}

.dealer-form .i-agree {
    padding: 0 150px;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .dealer-form .i-agree {
        padding: 0;
    }
}

/*----------------------------------------------------- */
/* ACTIONS */
/*----------------------------------------------------- */

.actions-item {
    margin: 0 0 45px;
}

@media screen and (max-width: 1240px) {
    .actions-item {
        margin: 0 0 30px;
    }
}

.actions-item:last-child {
    margin: 0;
}

.actions-item-promo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.actions-item-promo .button {
    width: 237px;
    background-color: white;
}

.actions-item-promo .button.is-active {
    box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.3);
    color: white;
    border-color: #fb6567;
}

.actions-item-promo .button.is-active::before {
    opacity: 1;
}

.actions-item-content {
    display: none;
    padding: 25px 0 0;
}

.actions-item-content .h2 {
    margin: 0 0 15px;
}

@media screen and (max-width: 760px) {
    .actions-item-content .h2 {
        font-size: 25px;
    }
}

.actions-item-content p {
    line-height: 1.9;
}

@media screen and (max-width: 760px) {
    .actions-item-content p {
        font-size: 16px;
    }
}

/*----------------------------------------------------- */
/* HELP */
/*----------------------------------------------------- */

.help {
    margin: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .help {
        margin: 0 0 30px;
    }
}

.help-item {
    border-radius: 10px;
    border: 1px solid #e2edff;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin: 0 0 25px;
}

@media screen and (max-width: 1240px) {
    .help-item {
        padding: 15px;
        margin: 0 0 15px;
    }
}

.help-item:last-child {
    margin: 0;
}

.help-item-title {
    margin: 0 0 20px;
    font-weight: 600;
}

@media screen and (max-width: 760px) {
    .help-item-title {
        margin: 0 0 15px;
    }
}

.help-item-buttons {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1240px) {
    .help-item-buttons {
        justify-content: flex-start;
    }
}

.help-item-buttons .button {
    width: 237px;
}

.help-page {
    margin: 0 0 35px;
}

@media screen and (max-width: 1240px) {
    .help-page {
        margin: 0 0 25px;
    }
}

.help-title {
    font-weight: 600;
}

.help-img {
    max-width: 398px;
    float: left;
    margin: 5px 50px 5px 0;
}

@media screen and (max-width: 1440px) {
    .help-img {
        margin: 5px 35px 5px 0;
    }
}

@media screen and (max-width: 1240px) {
    .help-img {
        max-width: 356px;
    }
}

@media screen and (max-width: 680px) {
    .help-img {
        max-width: 100%;
        float: none;
        margin: 0 0 20px;
    }
}

/*----------------------------------------------------- */
/* PROFILE */
/*----------------------------------------------------- */

.profile {
    margin: 45px 0 0;
}

@media screen and (max-width: 1240px) {
    .profile {
        margin: 35px 0 0;
    }
}

.profile-item {
    width: 100%;
    padding: 25px;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #e2edff;
    background-color: #ffffff;
    margin: 0 0 25px;
}

.profile-section {
    margin: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .profile-section {
        margin: 0 0 35px;
    }
}

.profile-section:last-child {
    margin: 0;
}

.profile-section-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px;
}

@media screen and (max-width: 1240px) {
    .profile-section-title {
        margin: 0 0 25px;
    }
}

.profile-section-title .h2 {
    margin: 0 15px 0 0;
}

@media screen and (max-width: 1240px) {
    .profile-section-title .h2 {
        margin: 0 25px 0 0;
    }
}

@media screen and (min-width: 1241px) {
    .profile-section-title .page-link-with-icon {
        margin: 5px 0 0;
    }
}

.profile-section .form-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.profile-section .form-item .input-field {
    pointer-events: none;
    border-color: transparent;
    font-weight: 500;
    font-size: 20px;
}

@media screen and (max-width: 1240px) {
    .profile-section .form-item .input-field {
        font-size: 14px;
        height: 30px;
    }
}

.profile-section .form-item label {
    margin: 0;
    flex-shrink: 0;
    font-weight: 500;
    width: 70px;
}

.profile-section-password .button {
    width: 250px;
    margin: 0 0 10px;
    font-size: 16px;
}

.profile-section-personal .button {
    width: 250px;
    margin: 0 0 30px;
    font-size: 16px;
}

.profile-section-password-note {
    display: block;
    width: 221px;
    /*text-align: center;*/
    color: #a4a8b5;
}

@media screen and (max-width: 1240px) {
    .profile-section-password-note {
        text-align: left;
        font-size: 16px;
    }
}

/*----------------------------------------------------- */
/* GALLERY */
/*----------------------------------------------------- */

@media screen and (max-width: 1240px) {
    .gallery-section {
        padding: 0 0 30px calc((100% - 728px)/2);
    }
}

@media screen and (max-width: 760px) {
    .gallery-section {
        padding: 0 0 30px 5%;
    }
}

.gallery-section .h1 {
    padding: 0 calc((100% - 1364px)/2);
}

@media screen and (max-width: 1440px) {
    .gallery-section .h1 {
        padding: 0 calc((100% - 1160px)/2);
    }
}

@media screen and (max-width: 1240px) {
    .gallery-section .h1 {
        padding: 0;
    }
}

.gallery-carousel .slick-track {
    display: flex;
    align-items: center;
}

.gallery-carousel .slick-slide {
    opacity: .5;
    transition: all 0.36s ease;
    cursor: pointer;
    width: 812px;
    padding: 25px 50px;
    pointer-events: none;
}

@media screen and (max-width: 1240px) {
    .gallery-carousel .slick-slide {
        width: 449px;
        margin: 0 16px 0 0;
        padding: 0;
        opacity: 1;
        pointer-events: unset;
    }
}

@media screen and (max-width: 760px) {
    .gallery-carousel .slick-slide {
        width: 248px;
        margin: 0 10px 0 0;
    }
}

.gallery-carousel .slick-center {
    opacity: 1;
    cursor: default;
    padding: 0;
    pointer-events: all;
}

.gallery-carousel img {
    border-radius: 15px;
    overflow: hidden;
}

/*----------------------------------------------------- */
/* VIDEO */
/*----------------------------------------------------- */

.video-carousel-wrap {
    padding: 0 calc((100% - 1364px)/2);
    margin: 40px 0 40px;
}

@media screen and (max-width: 1440px) {
    .video-carousel-wrap {
        padding: 0 calc((100% - 1160px)/2);
    }
}

@media screen and (max-width: 1240px) {
    .video-carousel-wrap {
        padding: 0 0 0 calc((100% - 728px)/2);
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 760px) {
    .video-carousel-wrap {
        padding: 0 0 0 5%;
    }
}

.video-carousel {
    display: flex;
}

.video-item {
    margin-right: 25px;
}

@media screen and (max-width: 1240px) {
    .video-item {
        margin-right: 16px;
    }
}

@media screen and (max-width: 760px) {
    .video-item {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1241px) {
    .video-item:nth-child(4n) {
        margin-right: 0;
    }
}

.video-item-img {
    position: relative;
    width: 322px;
    height: 209px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .video-item-img {
        width: 271px;
        height: 176px;
    }
}

@media screen and (max-width: 1240px) {
    .video-item-img {
        width: 449px;
        height: 269px;
    }
}

@media screen and (max-width: 760px) {
    .video-item-img {
        width: 248px;
        height: 209px;
    }
}

.video-item-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-color: #000000;
    opacity: 0.3;
    z-index: 0;
}

.video-item-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    z-index: 1;
}

/*----------------------------------------------------- */
/* LICENSE */
/*----------------------------------------------------- */

.license-section {
    padding: 0 calc((100% - 1364px)/2) 50px;
}

@media screen and (max-width: 1440px) {
    .license-section {
        padding: 0 calc((100% - 1160px)/2) 50px;
    }
}

@media screen and (max-width: 1240px) {
    .license-section {
        padding: 0 0 30px calc((100% - 728px)/2);
    }
}

@media screen and (max-width: 760px) {
    .license-section {
        padding: 0 0 30px 5%;
    }
}

.license-carousel {
    margin: 40px 0 0;
}

@media screen and (max-width: 1240px) {
    .license-carousel {
        margin: 0;
    }
}

.license-carousel .item {
    width: 322px;
    margin-right: 25px;
}

@media screen and (max-width: 1440px) {
    .license-carousel .item {
        width: 271px;
    }
}

@media screen and (max-width: 1240px) {
    .license-carousel .item {
        width: 263px;
        margin-right: 16px;
    }
}

@media screen and (max-width: 760px) {
    .license-carousel .item {
        width: 248px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1241px) {
    .license-carousel .item:nth-child(4n) {
        margin-right: 0;
    }
}

.license-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 322px;
    height: 322px;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    background-color: #022336;
    opacity: .5;
    transition: opacity .36s;
    padding: 25px;
}

@media screen and (max-width: 1440px) {
    .license-item {
        width: 271px;
        height: 254px;
    }
}

@media screen and (max-width: 1240px) {
    .license-item {
        width: 263px;
        height: 254px;
        padding: 20px;
        opacity: 1;
    }
}

@media screen and (max-width: 760px) {
    .license-item {
        width: 248px;
        height: 248px;
    }
}

.license-item:hover {
    opacity: 1;
}

/*----------------------------------------------------- */
/* CONTACTS */
/*----------------------------------------------------- */

.contacts-rows {
    margin: 50px 0 20px;
}

@media screen and (max-width: 1240px) {
    .contacts-rows {
        margin: 0 0 10px;
    }
}

.contacts-row {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 600px) {
    .contacts-row {
        flex-direction: column;
    }
}

.contacts-item-wrap {
    width: 420px;
    margin: 0 0 25px;
}

@media screen and (max-width: 1240px) {
    .contacts-item-wrap {
        margin: 0 0 20px;
    }
}

.contacts-item-wrap label {
    display: block;
    color: #a4a8b5;
    margin: 0 0 5px 30px;
}

.contacts-item {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 1240px) {
    .contacts-item {
        font-size: 14px;
    }
}

.contacts-item .page-icon {
    flex-shrink: 0;
    width: 30px;
    font-size: 20px;
    color: #a4a8b5;
    margin-top: 5px;
}

@media screen and (max-width: 1240px) {
    .contacts-item .page-icon {
        margin-top: 0;
    }
}

.contacts-item .page-link {
    line-height: 1.5;
    border: none;
    text-decoration: underline;
}

.contacts-form-section {
    display: flex;
    min-height: 561px;
}

@media screen and (max-width: 1240px) {
    .contacts-form-section {
        flex-direction: column-reverse;
    }
}

.contacts-form {
    width: 50%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f6f8;
}

@media screen and (max-width: 1240px) {
    .contacts-form {
        width: 100%;
        padding: 30px 0;
    }
}

@media screen and (max-width: 600px) {
    .contacts-form {
        width: 100%;
        padding: 30px 5%;
    }
}

.contacts-form .form-item {
    width: 350px;
    margin: 0 0 20px;
}

@media screen and (max-width: 1240px) {
    .contacts-form .form-item {
        width: 542px;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 600px) {
    .contacts-form .form-item {
        width: 100%;
    }
}

.contacts-form .textarea {
    height: 50px;
    padding: 15px 20px;
}

.contacts-form .button {
    width: 246px;
    margin: 10px 0 25px;
}

.contacts-form .i-agree {
    width: 420px;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .contacts-form .i-agree {
        width: 450px;
    }
}

@media screen and (max-width: 600px) {
    .contacts-form .i-agree {
        width: 100%;
    }
}

.contacts-map {
    width: 50%;
}
@media screen and (max-width: 1240px) {
    .contacts-map {
        width: 100%;
        height: 350px;
        margin: 0 0 30px;
    }
}


/*----------------------------------------------------- */
/* SOC */
/*----------------------------------------------------- */

.soc {
    display: flex;
    align-items: center;
}

.soc-item {
    display: flex;
    font-size: 25px;
    margin-right: 15px;
    color: #fd573f;
}

.soc-item:last-child {
    margin-right: 0;
}

.share-soc-label {
    display: block;
    margin: 0 0 10px;
    font-weight: 600;
}

/*----------------------------------------------------- */
/* FOOTER */
/*----------------------------------------------------- */

.footer {
    padding: 50px 0;
    background-color: #f9fafb;
}

@media screen and (max-width: 1240px) {
    .footer {
        padding: 30px 0;
    }
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}

@media screen and (max-width: 1240px) {
    .footer-row {
        margin: 0 0 30px;
    }
}

.footer-row:last-child {
    margin: 0;
}

.footer-row-main {
    justify-content: center;
}

@media screen and (max-width: 1240px) {
    .footer .logo-img {
        width: 15px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1240px) {
    .footer .logo-text {
        font-size: 19px;
    }
}

.footer-row-nav {
    justify-content: center;
}

@media screen and (max-width: 1240px) {
    .footer-row-nav {
        justify-content: flex-start;
        width: 100%;
    }
}

.footer-row-nav .nav-ul {
    width: auto;
}

@media screen and (max-width: 1240px) {
    .footer-row-nav .nav-ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin: 0 0 -15px;
    }
}

.footer-row-nav .nav-li {
    margin: 0 37px;
}

@media screen and (max-width: 1440px) {
    .footer-row-nav .nav-li {
        margin: 0 27px;
    }
}

@media screen and (max-width: 1240px) {
    .footer-row-nav .nav-li {
        width: 25%;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 760px) {
    .footer-row-nav .nav-li {
        width: 50%;
    }
}

.footer-row-nav .nav-a {
    color: #a4a8b5;
}

.footer-row-nav .nav-a:hover {
    color: #fd573f;
}

@media screen and (max-width: 760px) {
    .footer-row-info {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 760px) {
    .footer-row-info .hf-info {
        margin: 0 0 25px;
    }
}

.footer-row-bottom {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #a4a8b5;
    padding: 0 138px;
}

@media screen and (max-width: 1240px) {
    .footer-row-bottom {
        padding: 0;
    }
}

@media screen and (max-width: 760px) {
    .footer-row-bottom {
        flex-direction: column;
    }
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1240px) {
    .footer-copyright {
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 760px) {
    .footer-copyright {
        width: 100%;
        align-items: center;
    }
}

@media screen and (max-width: 1240px) {
    .footer-copyright .footer-ul {
        order: -1;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 1240px) {
    .footer-soc {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

@media screen and (max-width: 760px) {
    .footer-soc {
        order: -1;
        width: 100%;
        margin: 0 0 25px;
        align-items: center;
    }
}

@media screen and (max-width: 1240px) {
    .footer-soc .button-call {
        margin: 0 0 30px;
    }
}

/*----------------------------------------------------- */
/* ERROR */
/*----------------------------------------------------- */

.error-page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.error {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fd573f;
}

@media screen and (max-width: 1240px) {
    .error {
        padding: 95px 0 120px;
    }
}

@media screen and (max-width: 760px) {
    .error {
        padding: 30px 0 55px;
    }
}

.error-title {
    font-size: 250px;
    font-weight: 500;
    line-height: 270px;
    margin: 0;
}

@media screen and (max-width: 1240px) {
    .error-title {
        font-size: 100px;
        line-height: 120px;
    }
}

.error-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 40px;
}

@media screen and (max-width: 1240px) {
    .error-subtitle {
        font-size: 16px;
        margin: 0 0 25px;
    }
}

.error .button {
    width: 200px;
}

.error-text {
    color: #fd573f;
}
.popup-text-error {
    color: #fd573f;
}
/*----------------------------------------------------- */
/* POPUP */
/*----------------------------------------------------- */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    background: rgba(0,0,0,.5);
    transition: opacity .36s, visibility .36s;
    visibility: hidden;
    z-index: 8;
}

.overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 95%;
    opacity: 0;
    border: none;
    transition: opacity .36s, visibility .36s;
    visibility: hidden;
    width: 536px;
    border-radius: 15px;
    background-color: white;
    padding: 50px;
    overflow: auto;
    z-index: 9;
}

@media screen and (max-width: 1240px) {
    .popup {
        padding: 30px;
    }
}

@media screen and (max-width: 600px) {
    .popup {
        width: 90%;
    }
}

@media screen and (max-width: 400px) {
    .popup {
        padding: 30px 25px;
    }
}

.popup.is-active {
    opacity: 1;
    visibility: visible;
}

.popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    cursor: pointer;
    transition: color .36s;
    z-index: 9;
    color: #a4a8b5;
}

@media screen and (max-width: 1240px) {
    .popup-close {
        font-size: 16px;
        width: 16px;
        height: 16px;
        right: 15px;
        top: 15px;
    }
}

.popup-close:hover {
    color: #fd573f;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.popup-title {
    margin: 0 0 25px;
}

@media screen and (max-width: 1240px) {
    .popup-title {
        font-size: 25px;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .popup-title {
        margin: 0 0 15px;
    }
}

.popup-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px;
}

@media screen and (max-width: 1240px) {
    .popup-subtitle {
        font-size: 16px;
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 600px) {
    .popup-subtitle {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .popup-subtitle br {
        display: none;
    }
}

.popup .form-item {
    font-size: 16px;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .popup .form-item {
        width: 100%;
        margin: 0 0 20px;
    }
}

.popup .input-field,
.popup .textarea {
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    background-color: rgba(244, 246, 248, 0.2);
}

.popup .input-field {
    height: 60px;
    padding: 0 30px;
}

@media screen and (max-width: 1240px) {
    .popup .input-field {
        padding: 0 25px;
    }
}

.popup .textarea {
    padding: 20px 30px;
}

@media screen and (max-width: 1240px) {
    .popup .textarea {
        padding: 20px 25px;
    }
}

.popup .i-agree {
    font-size: 16px;
    max-width: 100%;
    margin: 20px 0 0;
}

.order-popup {
    width: 632px;
}

@media screen and (max-width: 1240px) {
    .order-popup {
        width: 530px;
    }
}

@media screen and (max-width: 600px) {
    .order-popup {
        width: 90%;
    }
}

@media screen and (min-width: 1241px) {
    .order-popup .popup-subtitle {
        margin: 0 0 35px;
    }
}

.order-popup-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.order-popup-buttons .button {
    width: 236px;
    margin: 0 0 25px;
}

@media screen and (max-width: 600px) {
    .order-popup-buttons .page-link {
        border-color: transparent;
        text-decoration: underline;
        line-height: 1.5;
    }
}

.map-popup {
    width: 1088px;
    padding: 25px;
    border-radius: 0;
}

@media screen and (max-width: 1240px) {
    .map-popup {
        width: 728px;
    }
}

@media screen and (max-width: 760px) {
    .map-popup {
        width: 90%;
    }
}

.popup-map {
    width: 100%;
    height: 638px;
}

@media screen and (max-width: 1240px) {
    .popup-map {
        height: 478px;
    }
}

@media screen and (max-width: 760px) {
    .popup-map {
        height: 284px;
    }
}

.login-popup .popup-title {
    margin: 0 0 45px;
}

@media screen and (max-width: 1240px) {
    .login-popup .popup-title {
        margin: 0 0 25px;
    }
}

.login-popup .button {
    width: 249px;
}

@media screen and (max-width: 1240px) {
    .login-popup .button {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .login-popup .button {
        margin: 5px 0 0;
    }
}

.login-popup .button + .page-link {
    margin: 25px 0 0;
}

.login-or {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
    margin: 22px 0;
}

.login-or span {
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: inline-block;
    padding: 0 12px;
}

.login-or:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: calc(50% + 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e8eb;
}

@media screen and (max-width: 400px) {
    .registration-popup {
        padding: 45px 25px 30px;
    }
}

.registration-popup .button {
    width: 249px;
}

@media screen and (max-width: 1240px) {
    .registration-popup .button {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .registration-popup .button {
        margin: 5px 0 0;
    }
}
/*------------------------------------*/
body.is-loading:after {
    content: "";
    position: fixed;
    z-index: 1231;
    top: -85px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    opacity: .5;
}

.page-content-spinner-block {
    position: fixed;
    z-index: 1300;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    pointer-events: none;
}

body.is-loading .ui-spinner {
    opacity: 1;
}

body .ui-spinner {
    opacity: 0;
}

.ui-spinner {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(/local/templates/.default/assets/img/tail-spin.svg) no-repeat 0 0;
    background-size: contain;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .2s;
    -webkit-animation: spinner 1.3s linear infinite;
    animation: spinner 1.3s linear infinite;
}

.popup .form-item.error-group {
    margin-bottom: 5px;
}

.popup .input-field.error,
.popup .textarea.error {
    border-color: #fd573f;
}

.error-text {
    font-size: 12px;
    color: #fd573f;
    padding: 5px 10px;
}


/*----------------------------------------------------- */
/* ORDER HISTORY */
/*----------------------------------------------------- */

.order-history-items {
    margin: 0 0 40px 0;
}

@media screen and (max-width: 1240px) {
    .order-history-items {
        margin: 0 0 30px;
    }
}

.order-history-item {
    width: 100%;
    padding: 25px;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #e2edff;
    background-color: #ffffff;
    margin: 0 0 25px;
}

@media screen and (max-width: 1240px) {
    .order-history-item {
        padding: 15px;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 760px) {
    .order-history-item {
        flex-wrap: wrap;
    }
}

.order-history-item:last-child {
    margin: 0;
}

.order-history-item-img {
    display: block;
    width: 117px;
    height: 117px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .order-history-item-img {
        width: 137px;
        height: 137px;
    }
}

@media screen and (max-width: 760px) {
    .order-history-item-img {
        margin: 0 0 15px;
    }
}

.order-history-item-preview {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.order-history-item-info {
    padding-left: 15px;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    align-self: center;
}

.order-history-item-info:nth-child(1) {
    width: 10%;
}

.order-history-item-info:nth-child(2) {
    width: 10%;
}

.order-history-item-info:nth-child(3) {
    width: 10%;
}

.order-history-item-info:nth-child(4) {
    width: 10%;
}

.order-history-item-info:nth-child(5) {
    width: 10%;
}

.order-history-item-info:nth-child(6) {
    width: 10%;
    align-items: flex-end;
}

.order-history-item-info:nth-child(7) {
    width: 3%;
    align-items: flex-end;
}

.order-history-info-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 1240px) {
    .order-history-item-info {
        display: flex;
        padding: 0;
    }
}

@media screen and (max-width: 760px) {
    .order-history-item-info {
        width: calc(100% - 117px);
    }
}

.order-history-item-info-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1240px) {
    .order-history-item-info-1 {
        width: 195px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 760px) {
    .order-history-item-info-1 {
        width: 100%;
        padding-left: 15px;
    }
}

.order-history-item-title {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: -5px 0 7px;
    border: none;
    line-height: 1.5;
}

@media screen and (max-width: 1240px) {
    .order-history-item-title {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

.order-history-item-subtitle {
    color: #8c8e9a;
    margin: 0 0 7px;
}

@media screen and (max-width: 1240px) {
    .order-history-item-subtitle {
        margin: 0;
    }
}

.order-history-item-info-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1240px) {
    .order-history-item-info-2 {
        padding-left: 25px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 760px) {
    .order-history-item-info-2 {
        padding: 0;
        width: 100%;
    }
}

.order-history-item-info-2 span {
    font-weight: 600;
    margin: 0 0 7px;
}

@media screen and (min-width: 761px) {
    .order-history-item-info-2 span:last-child {
        margin: 0;
    }
}

.order-history-item-result {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-self: center;
    position: relative;
}

@media screen and (max-width: 760px) {
    .order-history-item-result {
        width: 100%;
        align-items: flex-start;
    }
}

.order-history-price {
    font-size: 20px;
    line-height: 1;
}

@media screen and (max-width: 1240px) {
    .order-history-price {
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width: 760px) {
    .order-history-price {
        margin: 0 0 30px;
    }
}

.order-history-price-value {
    font-size: 30px;
}

@media screen and (max-width: 1240px) {
    .order-history-price-value {
        font-size: 20px;
    }
}

.order-history-item-info .button {
    height: 50px;
    width: 50px;
}

.order-history-item-buttons {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    align-self: center;
}

.order-history-buttons {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 760px) {
    .order-history-buttons {
        width: 100%;
    }
}

.order-history-buttons .button-buy {
    width: 200px;
    margin: 0 0 0 25px;
}

@media screen and (min-width: 761px) and (max-width: 1240px) {
    .order-history-buttons .button-buy {
        width: 177px;
        margin: 0 25px 0 0;
        order: -1;
    }
}

@media screen and (max-width: 760px) {
    .order-history-buttons .button-buy {
        width: calc(100% - 85px);
    }
}

.order-history-item__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.button-cart:hover .order-history-item__arrow {
    color: white;
}

.order-history-item-detail {
    margin-top: 20px;
    background-color: #f1f1f1;
}

.order-history-invoice__header {
    display: none
}

@media (min-width: 720px) {
    .order-history-invoice__header {
        margin: 0 24px;
        padding: 19px 0;
        display: flex;
        border-bottom: 1px solid #e6e8eb
    }
}

.order-history-invoice__column {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.order-history-invoice__column:first-child {
    width: 38%
}

.order-history-invoice__column:nth-child(2) {
    width: 16%
}

.order-history-invoice__column:nth-child(3) {
    width: 15%
}

.order-history-invoice__column:nth-child(4) {
    width: 11%
}

.order-history-invoice__column:nth-child(5) {
    width: 19%
}
.order-history-invoice__rows {
    padding: 20px 0
}

.order-history-product {
    position: relative;
    margin-bottom: 27px;
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none
}

@media (min-width: 720px) {
    .order-history-product {
        margin-bottom: 20px;
        flex-direction: row
    }
}

.order-history-product__main {
    display: flex
}

@media (min-width: 720px) {
    .order-history-product__main {
        padding: 14px 24px;
        width: 39%
    }
}

.order-history-product__image {
    max-width: inherit;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #fd573f;
    margin: 0 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all .36s;
}

.order-history-product__columns {
    margin-top: -5px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.order-history-product__columns p {
    margin-bottom: 5px;
}

@media (min-width: 720px) {
    .order-history-product__columns {
        margin-top: 0;
        padding: 14px 0;
        justify-content: flex-start;
        align-items: flex-start;
        width: 61%
    }
}

.order-history-product__image-wrapper {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    width: 55px
}

@media (min-width: 720px) {
    .order-history-product__image-wrapper {
        margin-right: 7px;
        width: 85px
    }
}

@media (min-width: 1280px) {
    .order-history-product__image-wrapper {
        margin-right: 20px;
        width: 60px
    }
}

.order-history-product__name {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.17
}

@media (min-width: 720px) {
    .order-history-product__name {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.57
    }
}

.order-history-product__description {
    font-size: 10px;
    line-height: 1.2;
    color: #8d9199
}

@media (min-width: 720px) {
    .order-history-product__description {
        font-size: 14px;
        line-height: 1.14
    }
}

.order-history-product__column {
    margin-right: 16px;
    font-size: 12px;
    line-height: 1.33
}

@media (min-width: 720px) {
    .order-history-product__column {
        margin-right: 0;
        font-size: 16px;
        line-height: 1.2
    }

    .order-history-product__column:first-child {
        width: 25%
    }

    .order-history-product__column:nth-child(2) {
        width: 23%
    }

    .order-history-product__column:nth-child(3) {
        width: 17%
    }

    .order-history-product__column:nth-child(4) {
        width: 35%
    }
}

.order-history-product__column:last-child {
    margin-right: 0
}

.order-history-product__column_price {
    display: flex;
    flex-direction: column
}

.order-history-product__column_is-discount {
    color: #fd573f
}

.order-history-product__price {
    font-size: 12px;
    line-height: 1
}

@media (min-width: 720px) {
    .order-history-product__price {
        font-size: 16px;
        line-height: 19px
    }
}

.order-history-product__price_old {
    font-size: 14px;
    text-decoration: line-through;
    color: #c8c9cc
}

@media (min-width: 720px) {
    .order-history-product__price_old {
        margin-top: 0;
    }
}

.order-history-product__price_new {
    color: #fd573f
}


.order-history-product__cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 2px;
    transition: border .2s ease;
    background: none;
}

@media (min-width: 720px) {
    .order-history-product__cart {
        right: 24px
    }
}

@media (min-width: 1280px) {
    .order-history-product__cart {
        right: 45px
    }
}

.order-history-product__cart .button-cart {
    width: 40px;
    height: 40px;
}

/*----------------------------------------*/
/*------------ CATALOG CART --------------*/
/*----------------------------------------*/
.ui-alert {
    position: fixed;
    z-index: 1300;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 44px;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0 4px 10px 0 rgba(13, 21, 26, .06);
    transition: opacity 0s, -webkit-transform .35s cubic-bezier(.645, .045, .355, 1);
    transition: transform .35s cubic-bezier(.645, .045, .355, 1), opacity 0s;
    transition: transform .35s cubic-bezier(.645, .045, .355, 1), opacity 0s, -webkit-transform .35s cubic-bezier(.645, .045, .355, 1);
    transition-delay: 0s, .35s;
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0)
}

@media (min-width: 720px) {
    .ui-alert_cart {
        right: 24px;
        left: auto;
        padding: 24px;
        width: 384px;
        border: 1px solid #e6e8eb;
        border-top: none
    }
}

@media (min-width: 720px) and (min-width: 1280px) {
    .ui-alert_cart {
        right: 24px
    }
}

.ui-alert_showed {
    opacity: 1;
    transition-delay: 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ui-alert__close {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 0;
    cursor: pointer;
    border: none
}

@media (min-width: 720px) {
    .ui-alert__close {
        top: 24px;
        right: 24px
    }
}

.product-alert__message {
    margin-bottom: 16px;
    text-align: center
}

@media (min-width: 720px) {
    .product-alert__message {
        display: none
    }
}

.product-alert__head {
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6
}

.product-alert__products {
    display: none
}

@media (min-width: 720px) {
    .product-alert__products {
        display: block
    }
}

.product-alert__control {
    text-align: center
}

@media (min-width: 720px) {
    .product-alert__go-to-cart {
        width: 100%
    }
}

.cart-dropdown-item {
    padding: 20px 0;
    display: flex;
    width: 100%;
    list-style: none;
    border-top: 1px solid #e6e8eb
}

.cart-dropdown-item:first-child {
    border-top: none
}

.cart-dropdown-item__image-wrapper {
    margin: 0 9px 0 0;
    width: 64px;
    height: 90px;
    flex-shrink: 0;
    text-align: center
}

.cart-dropdown-item__image-wrapper_fade {
    opacity: .5
}

.cart-dropdown-item__image {
    max-width: 100%;
    max-height: 100%
}

.cart-dropdown-item__info {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.cart-dropdown-item__close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    opacity: .4
}

.cart-dropdown-item__close-button:hover {
    opacity: 1
}

.cart-dropdown-item__title {
    padding-right: 25px;
    font-family: Charter, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    margin: 0;
}

.cart-dropdown-item__title-link {
    text-decoration: none;
    color: inherit
}

.cart-dropdown-item__description {
    margin-top: 2px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.43;
    color: #8d9199
}

.cart-dropdown-item__text {
    display: block
}

.cart-dropdown-item__not-available {
    margin: -10px 0 0;
    display: block;
    font-size: 14px;
    line-height: 1.43;
    color: #fd573f
}

.cart-dropdown-item__not-available-link {
    display: block;
    white-space: nowrap;
    text-decoration: underline;
    color: inherit
}

.cart-dropdown-item__not-available-link:hover {
    color: #fd573f
}

.cart-dropdown-item__controls {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.cart-dropdown-item__amount {
    display: flex
}

.cart-dropdown-item__info_no-counter .cart-dropdown-item__amount {
    padding-bottom: 7px
}

.cart-dropdown-item__price-wrapper {
    position: relative
}

.cart-dropdown-item__price {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px
}

.cart-dropdown-item__price_red {
    color: #fd573f
}

.cart-dropdown-item__price_grey {
    color: #c8c9cc
}

.cart-dropdown-item__price-old {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: -5px;
    font-size: 12px;
    line-height: 1;
    text-decoration: line-through;
    color: #c8c9cc
}

.form-item .jq-file {
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e2edff;
    transition: border-color .36s;
    cursor: pointer;
}

.form-item .jq-file__name {
    color: rgba(60, 69, 79, 0.5);
    padding: 0 30px;
}

.form-item .jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #e2edff;
    border-radius: 0 4px 4px 0;
}

.popup-review .popup-title {
    width: 100%;
    text-align: left;
}

.popup-review .popup-text {
    text-align: left;
}

/*----------------------------------------------------- */
/* SHARE2 */
/*----------------------------------------------------- */
.ya-share2__badge {
    background-color: #fff!important;
    border-radius: 0!important;
}
.ya-share2__icon {
    display: flex;
    font-size: 25px;
    margin-right: 10px;
    color: #fd573f;
    font-family: 'icomoon', sans-serif;
    height: 26px!important;
    width: 26px!important;
    background-image: none!important;
}

.ya-share2__item_service_facebook .ya-share2__icon:before {
    content: "\e917";
}

.ya-share2__item_service_vkontakte .ya-share2__icon:before {
    content: "\e918";
}

.align-center {
    text-align: center;
}


/*----------------------------------------------------- */
/* SELECT BOX */
/*----------------------------------------------------- */
.select-box {
    display: block;
}
.select-box select {
    display: none
}
.select2-container {
    box-sizing: border-box;
    display: table-cell;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 3;
    /*min-width: 300px;*/
}

.filter-select .select2-container{min-width: 300px;}


@media screen and (max-width: 1240px) {

    .hide-on-mobile .select2-container ,
    .show-on-mobile .select2-container {
        width: 100% !important;
        display: block;
    }

    .show-on-mobile .select2-container .select2-selection--single {
        padding: 0 40px;
    }

}

@media screen and (max-width: 760px) {

    .dealer-sort .dealer-select-city span.select2 {
        min-width: auto;
    }

    .select2-container--select-box .select2-results {
        max-height: initial !important;
    }

}
.select2-container--select-box.select2-container--focus .select2-selection--single,
.select2-container--select-box.select2-container--open .select2-selection--single {
    outline: none;
}

.select2-container--select-box.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent
    #c6c6c6 transparent;
    border-width: 0 4px 6px 4px;
    margin-top: -3px;
}
.select2-container--select-box.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--select-box.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--select-box span {
    display: block;
}
.select2-container--select-box .select2-selection--single {
    position: relative;
    padding: 0 40px 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    border: 1px solid #e2edff;
    background-color: rgba(244, 246, 248, 0.2);
    color: #a4a8b5;
    cursor: pointer;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--select-box .select2-selection--single .select2-selection__rendered {
    height: 60px;
    line-height: 60px;
}
.select2-container--select-box .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    right: 1px; top: 1px;
    width: 43px;
}
.select2-container--select-box .select2-selection--single .select2-selection__arrow b {
    border-color: #c6c6c6 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    display: block;
    height: 0;
    left: 50%;
    margin: -2px 0 0 -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--select-box .select2-dropdown {
    background: white;
    border-color: #c6c6c6;
    border-radius: 5px;
}
.select2-container--select-box .select2-dropdown.select2-dropdown--above {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--select-box .select2-dropdown.select2-dropdown--above .select2-results__option--highlighted:first-child,
.select2-container--select-box .select2-dropdown.select2-dropdown--above .select2-results__option[aria-selected="true"]:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.select2-container--select-box .select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top:-1px;
}
.select2-container--select-box .select2-dropdown.select2-dropdown--below .select2-results__option--highlighted:last-child,
.select2-container--select-box .select2-dropdown.select2-dropdown--below .select2-results__option[aria-selected="true"]:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.select2-container--select-box .select2-results {
    max-height: 320px;
    overflow: auto;
    border: 1px solid #e2edff;
    position: relative;
    z-index: 10;
}
.select2-container--select-box .select2-search__field {
    display: none;
}
.select2-container--select-box .select2-results__option {
    cursor: pointer;
    padding: 8px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500;
}

.select2-container--select-box .select2-results__option[aria-selected="true"] {
    color: v;
    cursor: default;
}
.select2-container--select-box .select2-results__option[aria-disabled="true"] {
    color: #d1d1d1;
}
.select2-container--select-box .select2-results__option--highlighted {
    color: #a4a8b5;
}



.page-header__location-wrapper {
    display: none
}

@media (min-width: 720px) {
    .page-header__location-wrapper {
        position: relative;
        padding-left: 3px;
        display: block;
        order: 1
    }
}

@media (min-width: 1024px) {
    .page-header__location-wrapper {
        padding-left: 13px
    }
}

@media (min-width: 1280px) {
    .page-header__location-wrapper {
        margin-left: -1px;
        padding-left: 0
    }
}

.page-header__location-wrapper .ui-location {
    position: static
}

.addresses-filter__region-select .ui-location__switcher {
    padding-right: 0
}

.addresses-filter__region-select .ui-location__switcher:hover {
    color: #fd573f
}

.ui-location, .ui-location__switcher {
    position: relative;
    font-size: inherit
}

.ui-location__switcher {
    padding-right: 24px;
    display: inline-flex;
    font-weight: 500;
    text-decoration: none;
    text-transform: inherit;
    color: inherit;
    border: none;
    align-items: center;
    transition: color .2s;
    background: none;
}

.ui-location__switcher:hover {
    cursor: pointer;
    color: #fd573f
}

.ui-location__toggle-compass {
    line-height: 0
}

.ui-location__toggle-arrow {
    border-color: #c6c6c6 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    display: block;
    height: 0;
    margin: -2px 0 0 -2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    line-height: 0
}

.ui-location__toggle-arrow:hover {
    border-color: #fd573f transparent transparent transparent;
}

.ui-location_open .ui-location__toggle-arrow {
    border-color: #fd573f transparent transparent transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-location_open .ui-location__switcher {
    color: #fd573f
}

.ui-location__switcher-icon {
    margin-right: 7px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    vertical-align: top;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media (min-width: 1024px) {
    .ui-location__switcher-icon {
        margin-right: 9px
    }
}

.ui-location__switcher-city {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    letter-spacing: .2px
}

.ui-dropdown {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(13,21,26,.12), 0 2px 4px 0 rgba(13,21,26,.08);
}

.ui-dropdown_active {
    display: block;
}

.ui-location__notify {
    top: 100%;
    margin-top: 14px;
    padding: 24px 24px 24px 19px;
    width: auto;
    min-width: 250px;
    font-weight: 400;
    text-transform: none;
    border-radius: 10px;
}

.ui-location__notify .button {
    display: inline-block;
    height: 40px;
}

.ui-location__dropdown {
    top: 100%;
    margin-top: 14px;
    padding: 24px 24px 24px 19px;
    width: 304px;
    font-weight: 400;
    text-transform: none;
    /*box-shadow: 0 5px 20px 0 rgba(29, 38, 42, .05);*/
    border-radius: 10px;
}

@media (min-width: 720px) {
    .ui-location__dropdown {
        padding-left: 24px;
        padding-bottom: 24px
    }
}

@media (min-width: 1280px) {
    .ui-location__dropdown {
        padding: 33px 32px 32px;
        width: 384px
    }
}

.ui-location__title {
    padding: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.ui-location__dropdown-head {
    padding: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e6e8eb
}

@media (min-width: 1280px) {
    .ui-location__dropdown-head {
        padding-bottom: 18px
    }
}

.ui-location__dropdown-body {
    max-height: 430px;
    position: relative
}

.ui-location__swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow-y: scroll;
    padding: 0;
    z-index: 1;
}

.ui-location__dropdown-footer {
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.43;
    color: #8d9199;
    border-top: 1px solid #e6e8eb
}

.ui-location__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1;
}

@media (min-width: 1280px) {
    .ui-location__list {
        font-size: 16px
    }
}

.ui-location__list-item {
    margin-bottom: 10px
}

.ui-location__list-item:first-child {
    margin-top: 16px
}

.ui-location__list-item:last-child {
    margin-bottom: 16px
}

.ui-location__link {
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
    color: #13151a
}

.ui-location__list-item_is-current .ui-location__link:hover {
    color: #fd573f
}

.ui-location .swiper-container {
    max-height: 430px;
    width: 100%
}

.ui-location .swiper-slide {
    height: auto
}

.ui-location__swiper-scroll {
    background-color: transparent
}

.ui-location .swiper-scrollbar-drag {
    background-color: #e6e8eb
}


#select_lang + .select2-container{ min-width: 90px;}
@media (max-width: 760px) {
    .select-box-lang {
        margin-left: 10px
    }
}
/* End */


/* Start:/local/templates/.default/assets/css/less.css?162194321633576*/
.transition {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.inside-all-transition {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.inside-all-transition * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.inside-all-transition *:hover,
.inside-all-transition *:focus {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scale {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bx-authform {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
}
.bx-authform form {
  margin-bottom: 20px;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 30px;
  background-color: #f4f6f8;
}
.bx-authform form:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.bx-authform .bx-title {
  text-align: center;
}
.bx-authform [class^="block"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bx-authform .bx-authform-formgroup-container {
  margin: 10px;
}
.bx-authform .input-field {
  width: 100%;
  margin: 5px 0;
}
.bx-authform input[type="submit"] {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  margin: 10px 0 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #e2edff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
  background-image: linear-gradient(to right, #fb6567 0%, #fd573f 100%);
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.bx-authform input[type="submit"]:focus,
.bx-authform input[type="submit"]:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.3);
  outline: none;
  color: #fff;
  border: none;
}
.bx-authform .bx-filter-param-label input {
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.bx-authform .bx-authform-link-container {
  text-align: center;
  margin-top: 20px;
}
.bx-authform .bx-authform-link-container a {
  color: #fd573f;
  border-color: rgba(253, 87, 63, 0.5);
  border-bottom: 1px solid;
}
.bx-authform .bx-authform-link-container a:hover {
  border-bottom: none;
}
.bx-authform .bx-authform-note-container {
  padding: 20px 0 0 0;
}
.bx-authform .bxe-aleft-title {
  font-weight: bold;
  padding-bottom: 5px;
}
.bx-authform .alert {
  border: 0;
  border-radius: 1px;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;
}
.bx-authform .alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bx-authform .alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bx-authform .alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bx-authform.registration .input-field {
  padding: 0 50px 0 16px;
}
.bx-authform.registration .bx-authform-psw-protected {
  height: 38px;
  width: 38px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzdEMTI3RjNGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzdEMTI3RjRGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3N0QxMjdGMUZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3N0QxMjdGMkZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi+O2x0AAAC4SURBVHjaYvz//z8DDJQ2dXEAqTQgdgFiRqjwfiCe3V1X9hmmjhGmCahBCkjNZMANcoEaH4AYTEiC06H0cyDOB2I/IM4G4odQ8ckoNgFtcQWy80ACQNN80a0Ayq8FUmxAPAcovxFmkxqUPoTDaXugtAqy8z5A6Vc4NL2B0h9BBAuUIwmlpYBO4QbSXFAD/wHxNyCWhsqLg/1U0ti5AEgLMxAPPjKRqAEE+JkYyADDVdNdEvU8BAgwAIw8L6DAodwVAAAAAElFTkSuQmCC") no-repeat center;
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
}
.bx-authform.registration .bx-authform-psw-protected-desc {
  display: none;
  background: #fff;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  bottom: 100%;
  margin-bottom: 14px;
  border: 1px solid #f0f1f2;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 110;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1);
}
.bx-authform.registration .bx-authform-psw-protected:hover .bx-authform-psw-protected-desc {
  display: block;
}
.bx-authform.registration .bx-authform-psw-protected-desc > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==") no-repeat center bottom;
}
.bx-authform.registration .bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform.registration .bx-authform-input-container input[type="password"].bx-empty-field {
  border-color: #dd4b39;
}
.bx-authform.registration span.bx-authform-starrequired {
  color: #d93333;
}
.bx-authform.registration .bx-authform-formgroup-container .bx-captcha {
  margin-bottom: 10px;
}
.bx-authform.registration .bx-authform-link-container,
.bx-authform.registration .bx-authform-description-container {
  padding-bottom: 10px;
  font-size: 13px;
  color: #292d2e;
}
.bx-authform.registration .bx-authform-description-container {
  font-size: 13px;
  color: #5a6c77;
}
.bx-authform.registration .bx-authform-link-container {
  margin-bottom: 20px;
}
.bx-authform.registration hr.bxe-light {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px;
}
#bx-soa-order {
  /*
  #bx-soa-region {
	.bx_soa_location .form-group:first-child:after {
	  content: 'ВНИМАНИЕ! Для юридических лиц и индивидуальных предпринимателей, делающих массовые заказы, мы предлагаем оптовые цены на товары (ниже цен, указанных на сайте). Чтобы воспользоваться возможностью оплатить заказ по оптовой цене, выберите форму предприятия при оформлении заказа в поле выше (ИП или юр.лицо), далее на этапе оплаты выберите способ оплаты - по счету, заполните необходимые реквизиты. Менеджер свяжется с вами и пришлет  на указанный email счет с оптовыми ценами';
	  padding: 15px 0;
	  display: block;
	  user-select: text;
	  pointer-events: stroke;
	}
  }

  #bx-soa-paysystem {
	.bx-soa-pp::before {
	  content: 'Если вы ИП или юридическое лицо, и заказываете несколько позиций товаров, вы можете воспользоваться оптовыми ценами, не представленными на сайте. Для этого выберите способ оплаты "Счет на оплату (безналичный)", заполните все необходимые реквизиты. Менеджер свяжется с вами и пришлет счет с оптовыми ценами. При выборе способа оплаты картой вы оплачиваете заказанные товары по розничным ценам.';
	  padding: 15px 0;
	  display: block;
	  user-select: text;
	  pointer-events: stroke;
	}
  }
*/
}
#bx-soa-order a.btn.btn-default:hover:after {
  content: 'Зарегистрироваться';
}
#bx-soa-order input[type="submit"] {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 60px;
  width: 100%;
  margin: 10px 0 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #e2edff;
  font-weight: 600;
  font-size: 14px;
  background-image: linear-gradient(to right, #fb6567 0%, #fd573f 100%);
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
  outline: none;
  padding: 0 60px;
}
#bx-soa-order input[type="submit"]:active,
#bx-soa-order input[type="submit"]:focus,
#bx-soa-order input[type="submit"]:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.3);
  outline: none;
  color: #fff;
  border: none;
}
#bx-soa-order input.btn.btn-lg.btn-default {
  margin: -15px 0 12px 0;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .bx-authform {
  margin: 0 auto 30px auto;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .bx-authform-formgroup-container {
  margin-bottom: 12px;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .bx-authform-formgroup-container:first-child {
  margin-top: 6px;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .bx-authform-formgroup-container:last-child {
  margin-bottom: 6px;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .bx-authform-formgroup-container .bx-authform-label-container {
  color: #333;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .bx-authform-formgroup-container .bx-authform-input-container input {
  text-indent: 12px;
  height: 50px;
  width: 250px;
  border-radius: 6px !important;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .bx-authform-formgroup-container .bx-filter-param-label input[type="checkbox"] {
  margin-top: -2px;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .set-flexing .bx-soa-reg-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content .set-flexing .bx-soa-reg-block p {
  text-align: center;
}
#bx-soa-order input[type="text"],
#bx-soa-order input[type="password"] {
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
}
#bx-soa-order input[type="text"]:hover,
#bx-soa-order input[type="password"]:hover,
#bx-soa-order input[type="text"]:focus,
#bx-soa-order input[type="password"]:focus {
  border-color: #fd573f !important;
  background-color: white !important;
  box-shadow: none !important;
}
#bx-soa-order textarea {
  resize: vertical;
}
#bx-soa-order textarea:hover,
#bx-soa-order textarea:focus {
  border-color: #fd573f !important;
  background-color: white !important;
  box-shadow: none !important;
}
#bx-soa-order a.btn.btn-default {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative ;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #e2edff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  max-width: 200px;
  outline: none;
}
#bx-soa-order a.btn.btn-default * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#bx-soa-order a.btn.btn-default *:hover,
#bx-soa-order a.btn.btn-default *:focus {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#bx-soa-order a.btn.btn-default:hover {
  box-shadow: 12px 12px 30px rgba(254, 47, 87, 0.3);
  color: white;
  border-color: #fb6567;
  outline: none;
}
#bx-soa-order a.btn.btn-default:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #fb6567 0%, #fd573f 100%);
  z-index: 1;
  transition: opacity 0.36s;
  border-radius: 30px;
  opacity: 1;
}
#bx-soa-order a.btn.btn-default:active,
#bx-soa-order a.btn.btn-default:hover,
#bx-soa-order a.btn.btn-default:focus {
  outline: none;
}
#bx-soa-order #bx-soa-orderSave a.btn.btn-default.pull-right:hover:after {
  content: 'Оформить заказ';
}
#bx-soa-order #bx-soa-auth,
#bx-soa-order #bx-soa-region {
  transform: none !important;
}
#bx-soa-order #bx-soa-region .bx-soa-region-dop-info {
  margin: 0;
  background-color: #fd573f1a;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fd573f33;
}
#bx-soa-order #bx-soa-paysystem .bx-soa-paysystem-dop-info {
  margin: 0 0 5px 7px;
  background-color: #fd573f1a;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fd573f33;
}
#bx-soa-order #bx-soa-basket {
  margin-top: 0 !important;
}
#bx-soa-order #bx-soa-orderSave a.btn.btn-default {
  margin-top: 36px !important;
}
#bx-soa-order #bx-soa-delivery .bx-soa-pp-item-container,
#bx-soa-order #bx-soa-paysystem .bx-soa-pp-item-container {
  display: flex;
  flex-wrap: wrap;
}
#bx-soa-order .bx-soa-section {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #fb6567 !important;
  width: 100%;
  padding: 25px;
  box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px !important;
  background-color: #ffffff;
  margin: 24px 0;
  counter-increment: heading;
}
#bx-soa-order .bx-soa-section.bx-selected {
  border: 2px solid #fd573f !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  transform: scale(1.05);
  margin-bottom: 30px 0 !important;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container {
  padding: 25px 0 !important;
  margin: -25px;
  border-radius: 10px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container a.bx-soa-editstep {
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #fd573f !important;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container a.bx-soa-editstep:hover {
  border-bottom: none;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title {
  font-size: 20px !important;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title .bx-soa-section-title-count {
  min-width: 24px;
  height: 24px;
  border-radius: 16px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title .bx-soa-section-title-count:after {
  font-size: 14px;
  line-height: 22px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content {
  padding-top: 50px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-reference {
  font-size: 14px;
  color: initial;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-ui-slst-pool .form-control.dropdown-block {
  border: 1px solid #c0cfd9;
  border-radius: 8px;
  margin-bottom: 12px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-ui-slst-pool .form-control.dropdown-block:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-ui-slst-pool .form-control.dropdown-block:focus {
  border-color: #fd573f;
  background-color: white;
  box-shadow: none;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-ui-slst-pool .form-control.dropdown-block:first-child {
  margin-top: 6px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-ui-slst-pool .form-control.dropdown-block:last-child {
  margin-bottom: 6px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-ui-slst-pool .form-control.dropdown-block .dropdown-fade2white {
  background: transparent;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control *:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control *:focus {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control .bx-ui-combobox-container .bx-combobox-fake-as-input {
  padding-top: 0;
  padding-left: 16px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control .bx-ui-combobox-variant {
  font-weight: 500;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control .bx-ui-combobox-variant:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control .bx-ui-combobox-variant-active {
  background-color: #fd573f;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control .bx-ui-combobox-variant:hover:before,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-slst .form-control .bx-ui-combobox-variant-active:before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: ' ✓ ';
  color: #fff;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-table-fade .bx-soa-item-img-block {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  width: 100%;
  max-width: 150px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-table-fade .bx-soa-item-img-block * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-table-fade .bx-soa-item-img-block *:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-table-fade .bx-soa-item-img-block *:focus {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-table-fade .bx-soa-item-img-block a div {
  background-size: 100%;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-table-fade .bx-soa-item-img-block:hover a div {
  border: 1px solid #fd573f !important;
  background-size: 130%;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-table-fade .bx-soa-item-properties .bx-price-old {
  color: #fd573f !important;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-more .bx-soa-more-btn {
  margin: 10px 0 -10px 0;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-more .bx-soa-more-btn a.btn.btn-default.pull-right:hover:after {
  content: 'Далее';
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-more .bx-soa-more-btn a.btn.btn-default.pull-left:hover:after {
  content: 'Назад';
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-fake,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-fake,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-fake,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-fake,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-route,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-route,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-route,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-route {
  height: 33px;
  margin: -6px 0 0 16px;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-fake:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-fake:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-fake:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-fake:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-route:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-route:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-route:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-route:hover,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-fake:focus,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-fake:focus,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-fake:focus,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-fake:focus,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-route:focus,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-sls .bx-ui-sls-container .bx-ui-sls-route:focus,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-route:focus,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-sls .bx-ui-sls-container .bx-ui-sls-route:focus {
  background-color: transparent !important;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-soa-tooltip .tooltip-inner,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-soa-tooltip .tooltip-inner,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-soa-tooltip .tooltip-inner,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-soa-tooltip .tooltip-inner {
  max-width: 400px;
  width: 100%;
  left: 50%;
  margin-left: calc(50% - 200px);
  color: #555;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
  background-color: #ffe3e3;
  color: rgb(203 88 88);
  border: 1px solid #eccbcb;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
  border-top-color: #f2dede;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .soa-property-container,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .soa-property-container,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .soa-property-container,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .soa-property-container {
  padding-bottom: 10px;
  display: block;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .form-group.bx-soa-customer-field .soa-property-container textarea,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .form-group.bx-soa-customer-field .soa-property-container textarea,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .soa-property-container textarea,
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-location-input-container .soa-property-container textarea {
  min-height: 80px;
}
#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
  background: #fd573f !important;
  border-color: #fd573f !important;
  color: #fff;
}
#bx-soa-order .bx-soa-section .bx-soa-pp-company .bx-soa-pp-company-block a.btn.btn-default {
  margin: 16px auto -12px auto;
  max-width: 250px;
}
#bx-soa-order .bx-soa-section .bx-soa-pp-company .bx-soa-pp-company-block a.btn.btn-default:hover:after {
  content: 'Выбрать пункт самовывоза';
}
#bx-soa-order .bx-soa-section .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #fd573f;
}
#bx-soa-order .bx-soa-section .bx-soa-pp-company .bx-soa-pp-company-graf-container {
  border-radius: 8px;
}
#bx-soa-order .bx-soa-section .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-delivery-cost {
  background: #fd573f !important;
  color: #fff;
  padding: 4px 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
}
#bx-soa-order .bx-soa-section .bx-soa-pp-company .bx-soa-pp-company-smalltitle {
  color: initial;
  font-size: 16px;
}
table.sale_order_full_table {
  position: relative;
  max-width: 630px;
  width: 100%;
  text-align: center;
  margin-left: calc(50% - 315px);
}
table.sale_order_full_table .ps_logo {
  display: none;
}
table.sale_order_full_table .ps_logo img {
  width: auto;
  height: auto;
  max-width: max-content;
  max-height: max-content;
}
table.sale_order_full_table .pay-check table.acc {
  display: none;
}
table.sale_order_full_table .sberbank__wrapper {
  font-family: 'SFUIDisplay', sans-serif;
}
table.sale_order_full_table .sberbank__wrapper .sberbank__content {
  font-family: 'SFUIDisplay', sans-serif;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  margin: 25px auto;
}
table.sale_order_full_table .sberbank__wrapper .sberbank__content .sberbank__price-string {
  font-family: 'SFUIDisplay', sans-serif;
}
table.sale_order_full_table .sberbank__wrapper .sberbank__content .sberbank__price-string b {
  font-family: 'SFUIDisplay', sans-serif;
  font-size: unset;
  text-decoration: underline;
}
table.sale_order_full_table .sberbank__wrapper .sberbank__content .sberbank__payment-description {
  font-family: 'SFUIDisplay', sans-serif;
}
table.sale_order_full_table .sberbank__wrapper .sberbank__footer .sberbank__description {
  font-family: 'SFUIDisplay', sans-serif;
  max-width: initial;
}
#bro-this-is-fix {
  outline: none;
}
@media screen and (max-width: 1240px) {
  #bro-this-is-fix {
    display: none;
  }
}
.catalog-section.category-section .category-item {
  transition: all 0.36s;
  padding: 0 15px;
  border: 2px solid #fff;
  border-radius: 15px;
}
.catalog-section.category-section .category-item.is-active {
  border: 2px solid #fd573f;
  transition: all 0.36s;
}
.catalog-section.category-section .category-item:hover {
  border: 2px solid #fd573f;
  transition: all 0.36s;
}
@media screen and (max-width: 1200px) {
  .catalog-section.category-section .category-item .category-item-buttons {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .catalog-section.category-section .category-item {
    width: 248px;
    padding: 0;
    margin: 0 5px;
  }
  .catalog-section.category-section .category-item a h3 {
    margin-left: 10px;
  }
  .catalog-section.category-section .category-item .category-item-img {
    border-radius: 15px;
  }
  .catalog-section.category-section .category-item .category-item-buttons {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
/*# sourceMappingURL=less.css.map */
/* End */
/* /local/templates/.default/assets/css/normalize.min.css?16219432167162 */
/* /local/templates/.default/assets/fancybox/jquery.fancybox.min.css?162194321614145 */
/* /local/templates/.default/assets/icon-font/style.css?16219432162197 */
/* /local/templates/.default/assets/css/magnific-popup.css?16219432168000 */
/* /local/templates/.default/assets/css/slick.css?16219432161776 */
/* /local/templates/.default/assets/css/main.css?1621944244149155 */
/* /local/templates/.default/assets/css/less.css?162194321633576 */
