

/* Start:/local/templates/new100del/css/normalize.css?17437453247797*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* End */


/* Start:/local/templates/new100del/css/customs.css?176819415028090*/
/* ФОНТЫ */
@font-face {
  font-family: 'Stolzl';
  src: url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Light.eot');
  src: local('Stolzl Light'), local('Stolzl-Light'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Light.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Light.woff2') format('woff2'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Light.woff') format('woff'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzlthin';
  src: url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Thin.eot');
  src: local('Stolzl Thin'), local('Stolzl-Thin'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Thin.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Thin.woff2') format('woff2'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Thin.woff') format('woff'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzl Book';
  src: url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Book.eot');
  src: local('Stolzl Book'), local('Stolzl-Book'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Book.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Book.woff2') format('woff2'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Book.woff') format('woff'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzlregular';
  src: url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Regular.eot');
  src: local('Stolzl Regular'), local('Stolzl-Regular'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Regular.woff2') format('woff2'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Regular.woff') format('woff'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzlbold';
  src: url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Bold.eot');
  src: local('Stolzl Bold'), local('Stolzl-Bold'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Bold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Bold.woff2') format('woff2'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Bold.woff') format('woff'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzlmedium';
  src: url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Medium.eot');
  src: local('Stolzl Medium'), local('Stolzl-Medium'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Medium.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Medium.woff2') format('woff2'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Medium.woff') format('woff'),
    url('/bitrix/templates/dresscodeV2/fonts/stolzl/Stolzl-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.star-rating {
    --stars: 5;                     /* всего звёзд */
    --star-size: 24px;              /* размер одной звезды */
    --fill-color: #FF8000;          /* цвет заполненных */
    --empty-color: #CCC;            /* цвет пустых */
    --rating: 3.5;                  /* ваш рейтинг */

    width: calc(var(--star-size) * var(--stars));
    height: var(--star-size);
    /* градиент под маской: часть оранжевая, часть серая */
    background: linear-gradient(
        90deg,
        var(--fill-color) calc((var(--rating)/var(--stars))*100%),
        var(--empty-color) calc((var(--rating)/var(--stars))*100%)
    );
  /* подключаем SVG-маску */
    -webkit-mask: var(--svg-star) repeat-x;
    mask:         var(--svg-star) repeat-x;
    -webkit-mask-size: var(--star-size) var(--star-size);
    mask-size:         var(--star-size) var(--star-size);
    mask-repeat:       repeat-x;
}

.star-rating {
    --svg-star: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='xMidYMid meet'> <path  d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21Z' fill='black' stroke='black' stroke-width='2' vector-effect='non-scaling-stroke' stroke-linejoin='round' stroke-linecap='round'/></svg>");
}

/* Глобальные стили */
* {
  box-sizing: border-box;
}

html {
  /* Свойство из спецификации CSS Scrollbars Level 1 */
  scrollbar-gutter: stable;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* h1 {
  font-family: 'StolzlMedium', 'Arial';
  font-size: 24px;
} */

h4 {
  font-family: 'StolzlMedium';
  font-size: 22px;
  color: #4A4A49;

  @media (min-width:767px) {
    font-size: 30px;
  }

  @media (min-width:1199px) {
    font-size: 40px;
  }
}

/* фиксированный контейнер в правом верхнем углу */
#js-popup-container {
  position: fixed;
  width: 350px;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.js-basket-popup {
  position: relative;
  pointer-events: all;
  /* max-width: 550px; */
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  color: #333;
  opacity: 0;
  margin-bottom: 15px;
  /* анимируем opacity, height и margin-bottom */
  transition: opacity 0.2s ease,
              height 0.2s ease,
              margin-bottom 0.2s ease;
}
.js-basket-popup.error {
  border-color: #ff4d4f;
  color: #a60000;
}
.js-basket-popup button.close {
  position: absolute;
  top: 5px; right: 5px;
  border: none; background: transparent;
  font-size: 16px; cursor: pointer;
  color: inherit;
}
/* DESKTOP */

.main-flex {
  display: flex;
  gap: 20px;
}

a {
  text-decoration: none !important;
}




  @media (min-width:767px) {
    
    body.sticky .header__upper {
        padding-bottom: 100px;       
    }
    body.sticky .header__down {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background: #ffffffcf;
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }



/** Header **/
.header {
  padding-top: 32px;
  margin-bottom: 60px;
  z-index: 510 !important;
  @media(max-width: 565px) {
    margin-bottom: 32px;
  }

  /* Верхняя часть шапки */
  .header__upper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 24px;

    @media(max-width: 565px) {
      border-bottom: none;
      padding-bottom: initial;
    }
  }

  .header__upper-item {
    display: flex;
    align-items: center;
    gap: 64px;

    .header__upper-item__logo {
      @media(max-width: 565px) {
        width: 70%;
      }
    }
  }

  .header__upper-item__nav {
    display: flex;
    align-items: center;
    gap: 10px;

    @media (max-width: 1199px) {
      display: none;
    }
  }

  .header__upper-item__nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4A4A49;
    text-decoration: none;
    cursor: pointer;

    li {
      padding: 0 0.5vw;
      text-align: center;
      font-size: calc((100vw / 250) + 8px);
      font-weight: 600;
      list-style: none;

      @media (min-width: 1920px) {
        font-size: 16px;
      }
    }
  }

  .header__upper-item__city {
    position: relative;
    bottom: 3px;
    cursor: pointer;
  }

  .header__upper-item__city-suptext {
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    line-height: 140%;
    color: #878785;
  }

  .header__upper-item__city-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #EA5B0C;
    cursor: pointer;
  }

  .header__down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

    @media(max-width: 1200px) {
      gap: 8px;
    }

    .header__down-mobile__menu {
      max-width: 60px;
      width: 100%;
      height: 60px;
      background-color: #EBEBEB;
      display: none;

      @media (max-width: 900px) {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 40px;
        height: 40px;
        margin-left: 4px;
      }

      @media(max-width: 545px) {
        margin-left: initial;
        width: 40px;
      }
    }
  }

  .header__down-item:first-child {
    display: flex;
    gap: 20px;
    width: 100%;

    @media(min-width: 1199px) {
      width: 60%;
    }

    @media(max-width: 1199px) {
      gap: 8px;
    }
  }

  .header__down-item:last-child {
    display: flex;
    gap: 16px;


    @media(min-width: 565px) {
      display: flex !important;
    }

    @media(max-width: 1200px) {
      gap: 4px;
    }
  }

  .header__down-item__catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #EA5B0C;
    height: 60px;
    padding: 0 2.5vw;
    gap: 10px;
    color: #fff;
    transition: 0.2s;

    @media(max-width: 1199px) {
      padding: 0px;
      width: 60px;
    }

    @media(max-width: 900px) {
      max-width: 40px;
      width: 100%;
      height: 40px;
      padding: initial;
    }

    .header__down-item__catalog-text {
      @media (max-width: 1199px) {
        display: none;
      }
    }
  }

  .header__down-item__catalog:hover {
    background-color: #EA3C0C;
    color: #fff !important;
  }

  .header__down-item__catalog:focus {
    background-color: #292929;
    color: #fff !important;
  }

  .header__down-item__form {
    position: relative;
    display: flex;
    /* width: 90%; */

    @media(max-width: 900px) {
      height: 40px;
    }
  }

  .header__down-item__form-search {
    position: absolute;
    top: 20px;
    left: 20.5px;

    @media(max-width: 900px) {
      left: 12.5px;
      top: 11.5px;
    }
  }

  .header__down-item__form-input {
    width: 90%;
    border: 1px solid #f2f2f2;
    padding-left: 46px !important;

    @media(max-width: 768px) {
      width: 100%;
      padding-left: 40px !important;
    }
  }

  .header__down-item__form-input:focus,
  .header__down-item__form-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  .form-control:focus,
  .form-control:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  .header__down-item__form-input::placeholder {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Stolzl';
    font-style: normal;
    line-height: 140%;
    color: #878785;
    position: relative;

    @media(max-width: 1199px) {
      font-size: 14px;
      top: -1px;
    }

    @media(max-width: 565px) {
      font-size: 12px;
      font-weight: 600;
    }
  }

  .header__down-item__form-btn {
    width: 139px;
    height: 60px;
    background: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;

    @media(max-width: 768px) {
      display: none;
    }

    @media(max-width: 900px) {
      height: 40px;
    }
  }

  .header__down-item__link {
    height: 60px;
    width: 60px;
    background-color: #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: .2s;

    @media(max-width: 900px) {
      width: 40px;
      height: 40px;
    }
  }

  .header__down-item__link-count {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background-color: #EA5B0C;
    font-size: 11px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.mobile__menu-popup__bg {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 150;

  @media(max-width: 565px) {
    top: 100px;
  }
}

.mobile__menu-popup {
  position: fixed;
  top: 120px;
  right: -100%;
  width: 100%;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 151;
  overflow-y: auto;

  @media(max-width: 565px) {
    top: 100px;
  }
}

.mobile__menu-popup__bg.active {
  opacity: 1;
  visibility: visible;
}

.mobile__menu-popup.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.mobile__menu-popup__close {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.mobile__menu-popup__close>p {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #4A4A49;
  position: relative;
  top: 1px;
}

.mobile__menu-popup>.container>ul {
  list-style: none;
}

.mobile__menu-popup>.container>ul>a,
.mobile__menu-popup>.container>ul>p {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #4A4A49;
}

@media(max-width: 900px) {
  .header__down-item__link>svg {
    width: 55%;
  }

  .header__down-item__form-btn>p {
    font-weight: 600;
    font-size: 14px;
  }
}

@media(max-width: 545px) {
  .header__down-item__link {
    display: none !important;
  }
}

.header__down-item__link-svg {
  transition: .2s;
  @media(max-width: 900px) {
    width: 20px;
    height: 20px;
  }
}

.header__down-item__link:hover {
  background-color: #4A4A49;
}

.header__down-item__link:hover .fill-svg > path {
  fill: #fff;
}

.header__down-item__link:hover .stroke-svg > path {
  stroke: #fff;
}

.header__down-item__link:active {
  background-color: #292929;
}

/** Footer **/
/* .footer {
  background-color: #292929;
  padding: 100px 0;

  .footer__flex {
    display: flex;
    gap: 68px;

    @media(max-width: 1600px) {
      flex-wrap: wrap;
      justify-content: end;
      position: relative;
    }
  }

  .footer__info {
    display: flex;
    gap: 20px;
    padding-right: 68px;
    border-right: 1px solid #878787;

    @media(max-width: 1600px) {
      width: 100%;
      padding-right: 0px;
      border-right: none;
      justify-content: space-between;
    }

    .footer__info-company {
      .footer__info-company__upper-logo {
        margin-bottom: 20px;
      }

      .footer__info-company__upper-text {
        width: 467px;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        color: #4F4F4F;
        margin-bottom: 81px;

        @media(max-width: 1600px) {
          max-width: 467px;
        }
      }

      .footer__info-company__down {
        color: #878785;

        @media(max-width:1600px) {
          position: absolute;
          bottom: 0px;
          width: 37%;
        }

        .footer__info-company__down-title {
          font-weight: 600;
          font-size: 12px;
          line-height: 140%;
          margin-bottom: 6px;
        } */

/* Применяется и к параграфам внутри .footer__info-company__down */
/* font-weight: 300;
        font-size: 12px;
        line-height: 140%; */
/* Если следующий элемент */
/* Добавляем отступ сверху, если не первый */
/* margin-top: 6px; */
/* Если последний */
/* Можно задать ширину для последнего, если нужно */
/* } */

/* .footer__info-company__down-div {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 6px;
      }
    }

    .footer__info-catalog {
      width: 345px;

      .footer__info-catalog__title {
        color: #fff;
        margin-bottom: 20px;
      }

      .footer__info-catalog__link {
        display: block;
        text-decoration: none;
        color: #878785;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        margin-top: 8px;
      }
    }

    .footer__info-other {
      width: 233px;

      @media(max-width: 1600px) {
        text-align: right;
      }

      .footer__info-other__item {
        .footer__info-other__item-title {
          color: #fff;
          margin-bottom: 20px;
        }

        .footer__info-other__item-link {
          display: block;
          text-decoration: none;
          color: #878785;
          font-weight: 400;
          font-size: 12px;
          line-height: 140%;
          margin-top: 8px;
        }

        &:first-child {
          margin-bottom: 40px;
        }
      }
    }
  }

  .footer__contacts {
    width: 220px;
    text-align: right;

    .footer__contacts-title {
      font-weight: 400;
      font-size: 12px;
      line-height: 140%;
      color: #878785;
      margin-bottom: 4px;
    }

    .footer__contacts-number {
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      color: #FFF;
      margin-bottom: 4px;
    }

    .footer__contacts-email {
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      color: #FFF;
      margin-bottom: 110px;
    }

    .footer__contacts-subnumber {
      font-weight: 400;
      font-size: 12px;
      line-height: 140%;
      color: #FFF;
      margin-bottom: 32px;
    }

    .footer__contacts-links {
      display: flex;
      gap: 16px;
    }

    .footer__contacts-link {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #212120;
      width: 60px;
      height: 60px;
      cursor: pointer;
    }
  }
} */

.footer {
  background: #292929;
  padding: 4rem 0rem;
  color: #878785;
  font-size: 0.75rem;
  line-height: 1.4;
}

.footer__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 0 auto;
}

.footer__brand,
.footer__nav,
.footer__services,
.footer__contacts {
  display: grid;
  gap: 1rem;
  align-content: start;
}

/* .footer__services {
  border-right: 1px solid #4F4F4F;
} */

.footer__contacts {
  text-align: right;
}

.footer__title {
  color: white;
  font-weight: 600;
  margin: 0;
}

.footer__link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__brand {
  grid-column: 1 / -1;
}

.footer__logo {
  max-width: 200px;
  margin-bottom: 1rem;
}

.footer__disclaimer {
  margin-bottom: 2rem;
}

.footer__legal {
  display: grid;
  gap: 0.5rem;
}

.footer__company {
  font-weight: 600;
}

.footer__details {
  display: flex;
  gap: 1rem;
}

.footer__contacts {
  color: white;
}

.footer__number {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0.5rem 0;
}

.footer__mailto {
  font-weight: 500;
}

.footer__social {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: end;
}

.social-link {
  background: #212120;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

@media(max-width: 1023px) {
  .footer__contacts {
    text-align: initial !important;

    .footer__social {
      justify-content: initial !important;
    }
  }
}

@media (min-width: 768px) {
  .footer__container {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__brand {
    grid-column: auto;
  }

  .footer__contacts {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .footer__container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
  }

  .footer__contacts {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .footer__details {
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer__social {
    flex-wrap: wrap;
  }
}

@media(max-width: 768px) {
  .footer__container {}
}

.mobile__footer-menu {
  display: none;
}

.mobile__footer-menu__item {
  width: 25%;
  text-align: center;
  background-color: #EBEBEB;
}

.mobile__footer-menu__item>p {
  font-weight: 400;
  font-size: 8px;
  line-height: 140%;
  color: #292929;
  margin-bottom: 4px;
}

.mobile__footer-menu__item>svg {
  margin-bottom: 7.5px;
  margin-top: 5px;
}

.favorite-item {
  position: relative;
}

.favorite-badge {
  position: absolute;
  top: 0;
  right: 0; /* всегда от правого края кнопки */
  background: #EA5B0C;
  color: #fff;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  box-sizing: border-box;
}

@media(max-width: 576px) {
  /* .footer {
    margin-bottom: 50px;
  }

  .mobile__footer-menu {
    display: flex !important;
    position: fixed;
    bottom: 0px;
    height: 52px;
    align-items: center;
    background-color: #fff;
    width: 100%;
    gap: 2px;
    justify-content: center;
    z-index: 150;
  } */
  .slick-prev, .slick-next {
    position: inherit !important;
  }
    
}

/** Временные стили (О нас) **/
.main-about {
  margin-bottom: 120px;
  display: flex;

  .main-about__flex-item__title {
    font-family: 'Stolzlbold';
    font-size: 30px;

    @media (min-width: 1199px) {
      font-size: 40px;
    }

    line-height: 130%;
    color: #4A4A49;
    margin-bottom: 24px;
  }

  .main-about__flex-item__hr {
    margin-bottom: 90px;
    background-color: #ff5200;
  }

  .main-about__flex-item__text {
    font-weight: 200;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;
    margin-top: 16px;
  }

  .image {
    img {
      width: 100%;
    }
  }

  /* 
    .main-about__flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
  
      .main-about__flex-item {

      }
    } */
}

/** Модальные окна и всплывающие блоки **/
.question-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  z-index: 400;

  &.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
    z-index: 500;
  }
}

.question {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  max-width: 1196px;
  width: 100%;
  max-height: 611px;
  height: 100%;
  padding: 40px;
  transition: 0.5s all;

  &.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
  }
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 501;
}

.question-inner {
  .question-inner__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #4A4A49;
    margin-bottom: 16px;
    width: 670px;
  }

  .question-inner__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #4A4A49;
    width: 524px;
    margin-bottom: 32px;
  }

  .question-inner__input {
    width: 325px;
    height: 57px;
    border: 1px solid #EBEBEB !important;
    outline: none !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;

    &::placeholder {
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #878785;
    }
  }

  .question-inner__flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 688px;
  }

  .question-inner__textarea {
    max-width: 670px;
    max-height: 118px;
    width: 100%;
    height: 118px !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;
    outline: none !important;
    margin-bottom: 74px;
    border: 1px solid #EBEBEB;

    &::placeholder {
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #878785;
    }
  }

  >button {
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EA5B0C;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    text-transform: none;
    outline: none;
    border: none;
  }
}

.question-image {
  position: absolute;
  right: 0;
  top: 0;
}

.city-popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  z-index: 400;

  &.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
    z-index: 500;
  }
}

.city-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  max-width: 600px;
  width: 100%;
  max-height: 611px;
  height: 100%;
  padding: 40px;
  transition: 0.5s all;

  &.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
  }
}

.city-close-popup {
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 501;
}

/* DESKTOP, TABLET, MOBILE */
/* Здесь можно добавить адаптивные стили для планшетов и мобильных устройств */

.container {
  max-width: 100% !important;
  /* Установите нужное значение */
}

@media (min-width: 576px) {
  .container {
    max-width: 85% !important;
    /* Установите нужное значение */
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 90% !important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px !important;
  }
}

@media(max-width: 576px) {
  .bx-breadcrumb {
    display: none;
  }
}

.row {
  --bs-gutter-x: 1rem;
}

.container .slick-track {
    margin-left: inherit;
    margin-right: inherit;
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/auth.modal/v2/css/styles.css?17642223549201*/

.grecaptcha-badge {
  visibility: hidden;
}

.top-auth-register {
  display: none !important;
}

.auth {
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  font-family: "Stolzl";
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  color: #000000;
  overflow: auto;
  z-index: 1000;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

.error_window {
  display: none;
  background: #fad6d4;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  margin: 10px 0px;
  box-sizing: border-box;
}

.error_window>span {
  color: #CC2E12;
  font-size: 14px;
}

.auth .modal_container {
  width: 598px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  min-height: 300px;
}

.auth .modal_header {
  padding: 40px;
  padding-bottom: 0px;
  background-color: #fff;
  position: relative;
  top: 1px;
}

.auth .modal_header .header_close {
  cursor: pointer;
}

.auth .modal_header .header_back {
  cursor: pointer;
}

.auth .modal_header .header_title {
  font-family: "Stolzlbold";
  width: 90%;
  margin-left: 10px;
  font-weight: 600;
  font-size: 32px;
  color: #4A4A49;
}

.modal_body__input>p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4A4A49;
  margin-bottom: 12px;
}

.auth .modal_icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

.auth .modal_body {
  background: #ffffff;
  padding: 50px !important;
  padding-top: 40px !important;
}

.auth .modal_body__input input {
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  outline: none;
  font-size: 15px;
  border: 1px solid #EBEBEB;
  padding: 10px;
}

.modal_body__confirm {
  font-size: 10px;
  line-height: 13px;
  margin-top: 20px;
  color: #878785;
}

.modal_body__confirm>a {
  text-decoration: none;
  color: #ff6600;
}

.auth .modal_body__submit input {
  background-color: #EA5B0C;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.auth .modal_body__alternative {
  margin-top: 30px;
}

.auth .modal_body__alternative .alternative {
  font-size: 13px;
}

.auth .modal_body__button,
.header_back {
  cursor: pointer;
  margin-top: 32px;
  color: #fff;
  text-decoration: underline;
  color: #EA5B0C;
  font-weight: 600;
  font-size: 14px;
}

.auth .modal_body__forget {
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #4A4A49;
  margin-bottom: 10px;
  position: relative;
  top: -12px;
}

.auth .modal_body__info-text {
  font-size: 13px;
}

.auth .modal_body__info-number {
  margin-bottom: 15px;
}

.auth .modal_body__send-retry {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;

  color: #ff6600;
  cursor: pointer;
}

.auth .modal_retry_timer {
  font-size: 12px;
}


.auth .modal_body__send-retry:hover {
  font-weight: 700;
}

.auth .modal_body__send-retry:active {
  font-weight: 300;
}

.auth .modal_body__success-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auth .modal_body__success-block .success_icon {
  width: 40px;
  height: 40px;
}

.auth .modal_body__success-block .success_text {
  font-weight: 900;
}

.auth .modal_body__success-button {
  margin-top: 10px;
  background: #ff6600;
  cursor: pointer;
  margin-top: 40px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.56);
}

.submit_icon {
  position: relative !important;
}

.input_code {
  margin-top: 7px;
}

.cont_button__input {
  width: 100% !important;
  display: block;
  max-width: 240px;
  right: 0px !important;
  position: relative !important;
  top: 0px !important;
  height: 60px !important;
  border: none;
  background-color: #EA5B0C;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.cflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ccolumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bold {
  font-weight: 900;
}

.grey {
  background: #f1f1f1 !important;
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.25);
}

.justify_end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify_between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.deactive {
  cursor: not-allowed;
}

.deactive>input {
  background-color: #EA5B0C;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/new100del/components/bitrix/auth.modal/v2/css/./StolzlLight.ttf");
}

@font-face {
  font-family: "Stolzl_bold";
  src: url("/local/templates/new100del/components/bitrix/auth.modal/v2/css/./StolzlBold.ttf");
}

/*# sourceMappingURL=styles.css.map */

.warning.block {
  display: block;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #878785;
  width: 92%;
}

@media(max-width: 600px) {
  .mobile-profile__menu-detail-back {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #4A4A49;
    margin-bottom: 24px;
  }

  .mobile-profile__menu-detail-email {
    font-family: "Stolzlregular";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #292929;
    margin-bottom: 20px;
  }

  .mobile-profile__menu-detail-update {
    font-family: "Stolzlmedium";
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #EA5B0C;
  }

  .mobile-profile__menu-detail-phone {
    font-family: 'Stolzlregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #292929;
    margin-bottom: 8px;
  }

  .mobile-profile__menu-detail-name {
    font-family: 'Stolzlmedium';
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #4A4A49;
    margin-bottom: 12px;
  }

  .mobile-profile__menu-detail-address,
  .mobile-profile__menu-detail-store {
    font-family: 'Stolzlregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A49;
    margin-bottom: 8px;
  }


  .mobile-profile__address-header,
  .mobile-profile__store-header {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .mobile-profile__address-icon,
  .mobile-profile__store-icon {
    flex-shrink: 0;
    color: #666;
    display: flex;
    align-items: center;
  }

  .mobile-profile__address-title,
  .mobile-profile__store-title {
    font-family: 'Stolzlregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A49;
  }

  .mobile-profile__address-text,
  .mobile-profile__store-text {
    font-family: 'Stolzl';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #878785;
  }

  .mobile-profile__menu-detail-back>p {
    position: relative;
    top: 1px;
  }

  .mobile-profile__menu.not-active {
    display: none;
  }

  .mobile-profile__menu-detail {
    display: none;
  }

  .mobile-profile__menu-detail.active {
    display: block;
  }

  .auth .modal_container {
    width: 100%;
  }

  .auth .modal_header .header_title {
    font-size: 24px;
  }

  .auth .modal_body__input input {
    margin-bottom: 16px;
    width: 100%;
    height: 50px;
    font-size: 12px;
  }

  .warning.block {
    font-size: 12px;
  }

  .auth .modal_body__submit input {
    max-width: 100%;
  }

  .auth .modal_header {
    padding: 35px;
  }

  .auth .modal_body {
    padding: 45px !important;
    padding-top: 35px !important;
  }

  .cflex {
    display: block;
  }

  .cont_button__input {
    width: 100% !important;
    display: block;
    max-width: 100%;
    right: 0px !important;
    position: relative !important;
    top: 0px !important;
    height: 50px !important;
    border: none;
    background-color: #EA5B0C;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
  }

  .modal_input_code>.modal_header {
    padding-bottom: 0px;
  }

  .auth .modal_body__send-retry {
    position: relative;
    top: 10px;
  }

  .number_check {
    margin-top: 8px;
  }

  .smart-captcha {
    min-width: 290px;
    margin-bottom: 40px;
    height: 102px;
  }
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/menu/top/style.min.css?1734065378490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/new100del/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/new100del/components/bitrix/catalog.section.list/catalog_mobile/style.css?17516123476474*/
/* .first__flex {
	display: flex;
} */

ul {
	list-style-type: none;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #4A4A49;
}

/* .main-menu {
	@media (max-width: 1199px) {
		display: none;
	}
} */

.main-menu__close {
	display: none;

	@media(max-width: 565px) {
		background-color: #fff;
		display: flex;
		gap: 4px;
		align-items: center;
		height: initial !important;
		border-top: 1px solid #ebebeb;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.main-menu__close>p {
	color: #4A4A49;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: 1px;
}

@media(max-width: 565px) {
	.deep-list__one-mobile>li>ul {
		display: none !important;
		padding-bottom: 0px !important;
	}

	.show-more {
		font-weight: 500;
		font-size: 14px;
	}

	.deep-list__one-mobile>li {
		height: initial !important;
		padding: 5px;
		font-size: 14px;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.background.active {
		opacity: 0 !important;
	}

	.deep-list__one-mobile>li>ul {
		min-height: 100%;
		left: -100% !important;
	}

	.inner__flex-correcter {
		width: 100% !important;
	}

	.deep-list__one-mobile>li>ul>div>li {
		display: inline-block;
		width: 100% !important;
		cursor: pointer;
	}

	.deep-list__one-mobile>li>ul>div>li>div {
		width: 100% !important;
		min-height: 35px;
		background-color: #fff !important;
		border-top: 1px solid #EBEBEB;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.deep-list__one-mobile>li>ul>div>li>div:last-child {
		border-bottom: 1px solid #EBEBEB;
	}

	.deep-list__one-mobile>li>ul:nth-child(2).active{
		top: -50px;
	}

	.deep-list__one-mobile>li>ul>div>li>div>a {
		font-weight: 600;
	}

	.question-bg {
		top: 100px !important;
	}

	.deep-list__one-mobile {
		border: none !important;
	}

	.bx_sitemap_li_title, .deep-list__one-mobile>li>h2  {
		font-size: 14px !important;
	}

	.main-menu__mobile {
		display: initial !important;
		position: absolute;
		left: -100% !important;
		top: 100px !important;
		width: 100%;
		background: #fff;
		transition: left .3s !important;
		z-index: 550 !important;
		
	}
	.main-menu__mobile.active {
		left: 0 !important;
	}

	.deep-list__one-mobile>li>ul.active {
		z-index: 560;
		opacity: 1;
		visibility: visible;
		position: absolute;
		display: block !important;
		width: 100%;
		left: 0 !important;
		top: -1px !important;
	}
}



.main-menu__mobile-bg {
	position: relative;
	width: 100%;
}

.main-menu__mobile {
	display: none;
	position: absolute;
	top: -60px;
	left: -2px;
	
	@media(min-width: 1200px) {
		display: none;
	}

	@media(max-width: 900px) {
		top: -40px;
	}
}



.main-brands__link {
	height: 62px;
	color: #4A4A49;
	border-top: none;
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 10px;
	z-index: 101;
}

.main-brands__link:hover {
	background-color: #ebebeb;
}

.deep-list__one-mobile {
	border: 1px solid #EBEBEB;
	border-top: none;
	font-weight: 600;
	max-width: 100%;
}

.deep-list__one-mobile>li>ul {
	background-color: #fff;
	border: none;
	left: 337px;
	/* min-height: 442px; */
	top: 0px;
	padding-bottom: 20px;
	width: 1075px;
	font-weight: 600;
	z-index: -10;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
}

.deep-list__one-mobile>li>ul.active {
	z-index: 101;
	opacity: 1;
	visibility: visible;
}

.deep-list__one-mobile>li {
	/* max-width: 343px; */
	height: calc((120vw / 24));

	border-top: 1px solid #ebebeb;
	border-bottom: none;
	position: relative;

	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 10px;
	z-index: 100;
	background-color: #fff;

	@media (min-width: 1600px) {
		height: 62px;
	}
}

.deep-list__one-mobile>li.active {
	background-color: #EBEBEB;
	z-index: 101;
}

.deep-list__one-mobile>li>h2 {
	z-index: 101;
	font-size: calc((100vw / 250) + 8px);
}

.deep-list__one-mobile>li>img {
	z-index: 101;
}

.deep-list__one-mobile>li>h2:first-child {
	border-top: 1px solid #EBEBEB;
}


.bx_sitemap_li_title {
	color: #4A4A49;
	font-size: calc((100vw / 250) + 8px);

	@media (min-width: 1600px) {
		font-size: 16px;
	}
}

.background {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #000;
	z-index: -100;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}

.background.active {
	z-index: 100;
	visibility: visible;
	opacity: .4;
}

.deep-list__one-mobile>li>svg {
	position: absolute;
	/* top: 26px; */
	right: 20px;
}

.deep-list__one-mobile li svg.active {
	display: block;
}

.deep-list__one-mobile>li>ul {
	display: flex;
	flex-wrap: wrap;
	min-height: 382px;
	align-content: flex-start;
	cursor: default;
	z-index: 110;
}

.deep-list__one-mobile>li>ul>div>li {
	display: inline-block;
	width: 345px;
	cursor: pointer;
}

.deep-list__one-mobile>li>ul>div>li>div {
	width: 345px;
	min-height: 64px;
	background-color: #F8F8F8;
	padding: 20px;
	display: flex;
	position: relative;
	align-items: center;
}

.deep-list__one-mobile>li>ul>div>li>div>a {
	font-weight: 600;
}

.deep-list__one-mobile>li>ul>div>li>div>svg {
	position: absolute;
	top: 40%;
	right: 20px;
	transition: .2s;
}

.deep-list__one-mobile>li>ul>div>li>div>svg.active {
	transform: rotate(180deg);
}

.deep-list__one-mobile>li>ul>div>li>div>a {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4A4A49;
	width: 80%;
}

.deep-list__one-mobile>li>ul>div>li>ul {
	position: absolute;
	opacity: 0;
	visibility: hidden;

	width: 345px;
}

.deep-list__one-mobile>li>ul>div>li>ul>li {
	padding-left: 20px;
}

.deep-list__one-mobile>li>ul>div>li>ul>li>div,
.deep-list__one-mobile>li>ul>div>li>ul>li>ul>li>div {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4A4A49;
	padding-top: 12px;
	padding-bottom: 12px;
}

.deep-list__one-mobile>li>ul>div>li>ul.active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.show-more {
	font-family: 'Stolzl';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #EA5B0C;
	margin-top: 20px;
	padding-left: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}

.inner__flex-correcter {
	flex-wrap: wrap;
	width: 345px;
}

@media(max-width: 1600px) {
	.deep-list__one-mobile>li>ul {
		left: calc(20vw + 13px);
		width: 67vw;
	}
}

@media(max-width: 1400px) {
	.deep-list__one-mobile>li>ul {
		left: calc(20vw + 12px);
	}
}

@media(max-width: 1300px) {
	.deep-list__one-mobile>li>ul {
		left: calc(20vw + 10px);
	}
}

@media(max-width: 565px) {}
/* End */


/* Start:/bitrix/components/stroika/sale.geo.positiion/templates/.default/style.css?174400849112589*/
.user-geo-position-label{
    margin-right: 6px;
}

.user-geo-position-label,
.user-geo-position-value,
.user-geo-position-value-link{
    vertical-align: middle;
    font-size: 13px;
}

.user-geo-position-value-link{
    vertical-align: middle;
    max-width: 160px;
    overflow: hidden;
}

#geo-location-window{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    color: #000000;
    overflow: auto;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    /*display: none;*/
}

#geo-location-window .hidden{
    display: none;
}

#geo-location-window .geo-location-window-container{
	-moz-transform: translateY(-50%)  translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: zoomInLocation;
    animation-name: zoomInLocation;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    min-height: 276px;
    max-height: 500px;
    padding: 0 24px;
    width: 800px;
    left: 50%;
    top: 50%;
}

#geo-location-window .geo-location-window-container-bg{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
}

.geo-location-window-wp{
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
    width: 100%;
}

#geo-location-window .geo-location-window-heading{
	background-color: #424242;
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
}

#geo-location-window .geo-location-window-list{
    max-height: 180px;
    margin-top: 24px;
    padding: 0 24px;
    overflow: auto;
}

#geo-location-window .geo-location-window-list-item{
    /*text-transform: uppercase;*/
    overflow: hidden;
    float: left;
    width: 25%;
}

#geo-location-window .geo-location-window-list-item a{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    text-decoration: none;
    line-height: 37px;
    overflow: hidden;
    color: #000000;
    height: 37px;
}

#geo-location-window .geo-location-window-list-item a:active{
    position: relative;
    top: 1px;
}

#geo-location-window .geo-location-window-list-item span{
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
}

.geo-location-window-search{
    margin-top: 24px;
    padding: 0 24px;
}

.geo-location-window-search-input{
    background: url(/bitrix/components/stroika/sale.geo.positiion/templates/.default/images/geo-search.png) 12px 50% no-repeat #f6f6f6;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Stolzl';
    border-radius: 2px;
    padding: 0 42px;
    font-size: 14px;
    height: 48px;
    width: 100%;
}

.geo-location-window-search-input:focus{
    border: 1px solid #aaaaaa;
}

.geo-location-window-city-container{
    text-align: center;
    margin-top: 24px;
}

.geo-location-window-city-label,
.geo-location-window-city-value{
    display: inline-block;
}

.geo-location-window-city-value{
    /*text-transform: uppercase;*/
    font-family: 'Stolzl';
}

.geo-location-window-button-container{
    margin-bottom: 24px;
    text-align: center;
    margin-top: 24px;
}

.geo-location-window-button{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*text-transform: uppercase;*/
    color: #ffffff !important;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
    position: relative;
    line-height: 50px;
    padding: 0 36px;
    font-size: 14px;
    opacity: 0.9;
    height: 50px;
}

.geo-location-window-button:active{
    position: relative;
    top: 1px;
}

.geo-location-window-button.modifed{
    border-radius: 4px;
    opacity: 1;
}

.geo-location-window-button.disabled{
    pointer-events: none;
    opacity: 0.5;
}

.geo-location-window-button.loading{
    opacity: 0.5;
}

.geo-location-window-button.loading #geo-location-window-fast-loader{
    display: block;
    opacity: 1;
}

.geo-location-window-search-values-cn{
    position: relative;
}

.geo-location-window-search-values{
    position: absolute;
    max-height: 141px;
    overflow: auto;
    z-index: 99;
    width: 100%;
    left: 0px;
    top: 0px;
}

.geo-location-window-search-values .geo-location-list-item{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid #e6e6e6;
    background-color: #eeeeee;
}

.geo-location-window-search-values .geo-location-list-item:hover{
    background-color: #e1e1e1;
}

.geo-location-window-search-values .geo-location-list-item:first-child{
    border: none;
}

.geo-location-window-search-values .geo-location-list-item a{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000 !important;
    text-decoration: none;
    line-height: 35px;
    padding: 0 24px;
    display: block;
    height: 35px;
}

.geo-location-window-search-values .geo-location-list-item a:hover{
    opacity: 0.8;
}

.geo-location-window-search-values .geo-location-list-item a:active{
    position: relative;
    top: 1px;
}

#geo-location-window .geo-location-window-exit{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#geo-location-window .geo-location-window-exit{
	background: url(/bitrix/components/stroika/sale.geo.positiion/templates/.default/images/exit.png) 0 0 no-repeat transparent;
}

#geo-location-window .geo-location-window-exit:hover{
	background-position: 0 -21px ;
}

#geo-location-window .geo-location-window-exit:active{
	background-position: 0 -42px ;
}

@media all and (max-width: 850px){

    #geo-location-window .geo-location-window-container{
        transform: translateX(0) translateY(-50%);
        width: 100%;
        left: 0px;
    }

}

@media all and (max-width: 700px) {

    #geo-location-window .geo-location-window-list-item{
        width: 33.333%;
    }

    #geo-location-window .geo-location-window-container{
        padding: 0 12px;
    }

}

@media all and (max-width: 500px) {

    #geo-location-window .geo-location-window-list-item{
        width: 50%;
    }

}

@media all and (max-width: 400px) {

    #geo-location-window .geo-location-window-list-item{
        width: 100%;
    }

}

/*loader*/
#geo-location-window-fast-loader{
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    margin-left: -24px;
    display: none;
    height: 48px;
    width: 48px;
    opacity: 0;
    left: 50%;
    top: 0px;
}

.f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:9px;
    width:9px;
    display: block;
    border-radius:4px;
        -o-border-radius:4px;
        -ms-border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
    animation-name:f_fadeG;
        -o-animation-name:f_fadeG;
        -ms-animation-name:f_fadeG;
        -webkit-animation-name:f_fadeG;
        -moz-animation-name:f_fadeG;
    animation-duration:0.522s;
        -o-animation-duration:0.522s;
        -ms-animation-duration:0.522s;
        -webkit-animation-duration:0.522s;
        -moz-animation-duration:0.522s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:19px;
    animation-delay:0.1995s;
        -o-animation-delay:0.1995s;
        -ms-animation-delay:0.1995s;
        -webkit-animation-delay:0.1995s;
        -moz-animation-delay:0.1995s;
}

#frotateG_02{
    left:6px;
    top:6px;
    animation-delay:0.256s;
        -o-animation-delay:0.256s;
        -ms-animation-delay:0.256s;
        -webkit-animation-delay:0.256s;
        -moz-animation-delay:0.256s;
}

#frotateG_03{
    left:19px;
    top:0;
    animation-delay:0.3225s;
        -o-animation-delay:0.3225s;
        -ms-animation-delay:0.3225s;
        -webkit-animation-delay:0.3225s;
        -moz-animation-delay:0.3225s;
}

#frotateG_04{
    right:6px;
    top:6px;
    animation-delay:0.389s;
        -o-animation-delay:0.389s;
        -ms-animation-delay:0.389s;
        -webkit-animation-delay:0.389s;
        -moz-animation-delay:0.389s;
}

#frotateG_05{
    right:0;
    top:19px;
    animation-delay:0.4555s;
        -o-animation-delay:0.4555s;
        -ms-animation-delay:0.4555s;
        -webkit-animation-delay:0.4555s;
        -moz-animation-delay:0.4555s;
}

#frotateG_06{
    right:6px;
    bottom:6px;
    animation-delay:0.522s;
        -o-animation-delay:0.522s;
        -ms-animation-delay:0.522s;
        -webkit-animation-delay:0.522s;
        -moz-animation-delay:0.522s;
}

#frotateG_07{
    left:19px;
    bottom:0;
    animation-delay:0.5885s;
        -o-animation-delay:0.5885s;
        -ms-animation-delay:0.5885s;
        -webkit-animation-delay:0.5885s;
        -moz-animation-delay:0.5885s;
}

#frotateG_08{
    left:6px;
    bottom:6px;
    animation-delay:0.645s;
        -o-animation-delay:0.645s;
        -ms-animation-delay:0.645s;
        -webkit-animation-delay:0.645s;
        -moz-animation-delay:0.645s;
}



@keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes zoomInLocation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
    transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
	-moz-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
	-o-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInLocation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
    transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
	-moz-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
	-o-transform: translateY(-50%) translateX(-50%) scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

#geo-location-window .geo-location-window-button {
    background: #ff6600;
}

.hidden {
    display: none;
}

.user-geo-position-value {
    margin-top: 5px;
    a {
        color: #EA5B0C;
        font-size: 14px;
        font-weight: 700;
    }
}

.user-geo-position {
    text-align: right;
}
/* End */


/* Start:/local/templates/new100del/components/arturgolubev/search.title/search-title/style.css?176654102913011*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.left-box h5, .right-box h5 {
    margin-bottom: 20px;
	@media (max-width:991px) {
		margin-bottom: 10px;
	}
}
.js_search_href.bx_item_block_href.bx_item_block_section {
    display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.bx_item_block_item_image {
    display: flex;
    align-items: center;
	min-width: 40px;
	max-width: 40px;
}
.right-box {
    width: 100%;
}
.left-box {
	@media (max-width:991px) {
		margin-bottom: 25px;
	}
}
.bx_item_block_item_image img {
	max-width: 100%;
}
.bx_item_block_href_category_name {
    line-height: 20px;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/new100del/components/arturgolubev/search.title/search-title/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	padding: 15px;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	@media (max-width:991px) {
		flex-direction: column;
	}
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/new100del/components/arturgolubev/search.title/search-title/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding: 10px;
    box-shadow: 0px 5px 30px rgba(34, 34, 40, 0.08);
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
	@media (max-width:991px) {
		padding: 0px;
		box-shadow: none;
	}
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/new100del/components/arturgolubev/search.title/search-title/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #ea5b0c;
	border-color: #ea5b0c;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #ea5b0c;
	border-color: #ea5b0c;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #e06929;
	border-color: #e06929;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #e7e7e7;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color: #ea5b0c;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color: #ea5b0c;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	color: #ea5b0c;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/new100del/components/arturgolubev/search.title/search-title/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}

/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/new100del/components/arturgolubev/search.title/search-title/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}

#smart-title-search {
    width: calc(100% - 32px);
    z-index: 10;
}


/* End */


/* Start:/local/templates/new100del/components/bsi/catalog.sku.action/header.links/style.css?176394480662*/
.catalog-sku-action-links-container {
    display: contents;
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/sale.basket.basket.line/basket.line/style.css?17666429409178*/
.bx-basket { }

/* изначально скрываем */
#basket .bx-basket-item-list {
	display: none;
}

/* при наведении на весь #basket показываем вложенный список */
#basket:hover .bx-basket-item-list {
	display: block;
}

#js-popup-container.hidden { display: none!important; }
  
.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	z-index: 1000;
}

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	/* position: absolute; */
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 500px;

}

.bx-basket-item-list-item {
	position: relative;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }



/* Main cart container */
.bx-basket-item-list {
	/* width: 100%; */
	width: 450px;
	margin: 0 auto;

	/* border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: 1px solid #e0e0e0; */
	position: absolute;
	right: 0;
	top: 60px;
  }

  .bx-basket-item-list .body {
	background-color: #fff;
	margin-top: 10px;
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e0e0e0;
	padding-top: 25px;
  }
  
  
  /* Cart title */
  .bx-basket-item-list-item-status {
	font-size: 22px;
	font-weight: 500;
	padding: 20px;
	color: #333;
  }
  
  /* Cart items container */
  .bx-basket-item-list-container {
	padding: 0;
  }
  
  /* Individual cart item */
  .bx-basket-item-list-item {
	display: flex;
	padding: 5px 25px;
	position: relative;
	align-items: center;
  }
  
  /* Item image */
  .bx-basket-item-list-item-img {
	width: 60px;
    height: 60px;
	min-width: 70px;
	margin-right: 15px;
  }
  
  .bx-basket-item-list-item-img a {
	display: block;
	width: 100%;
	height: 100%;
  }
  
  .bx-basket-item-list-item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
  
  /* Item name */
  .bx-basket-item-list-item-name {
	flex: 1;
	padding-right: 30px;
  }
  
  .bx-basket-item-list-item-name a {
	font-size: 16px;
	line-height: 1.4;
	color: var(--bs-gray);
	text-decoration: none;
  }
  
  .bx-basket-item-list-item-name a:hover {
	color: #333;
  }
  
  /* Price block */
  .bx-basket-item-list-item-price-block {
	min-width: 100px;
  }
  
  /* Price */
  .bx-basket-item-list-item-price {
	font-size: 16px;
	margin-bottom: 2px;
	font-family: 'Stolzlmedium', 'Arial';
  }
  
  .bx-basket-item-list-item-price strong {
	font-weight: 500;
  }
  
  /* Old price with strike through */
  .bx-basket-item-list-item-price-old {
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
	margin-bottom: 2px;
  }
  
  /* Item quantity and sum */
  .bx-basket-item-list-item-price-summ {
	font-size: 13px;
	color: #777;
  }
  
  /* Remove button (X) */
  .bx-basket-item-list-item-remove {
	position: absolute;
    top: 5px;
    right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s;
  }
  
  .bx-basket-item-list-item-remove:hover {
	opacity: 1;
  }
  
  .bx-basket-item-list-item-remove:before,
  .bx-basket-item-list-item-remove:after {
	content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #292929;
    top: 12px;
    left: -10px;
  }
  
  .bx-basket-item-list-item-remove:before {
	transform: rotate(45deg);
  }
  
  .bx-basket-item-list-item-remove:after {
	transform: rotate(-45deg);
  }
  
  /* Cart footer with total and checkout button */
  .cart-footer {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #f0f0f0;
  }
  
  /* Total price */
  .cart-total {
	font-size: 18px;
	font-weight: 500;
	color: #333;
  }
  
  .total-price {
	font-weight: 500;
  }
  
  /* Checkout button container */
.bx-basket-item-list-button-container {
    margin: 20px;
    height: 60px;
    display: flex;
    background: #EA5B0C;
    justify-content: center;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
    color: #ffffff;
    font-family: 'Stolzlmedium';
    align-content: center;
    align-items: center;
}
  
  /* Checkout button */
  .btn-primary {
	display: inline-block;
	background-color: #f26522;
	color: #fff;
	text-decoration: none;
	padding: 12px 30px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	transition: background-color 0.2s;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: center;
  }
  
  .btn-primary:hover {
	background-color: #e35a14;
  }
  
  /* Responsive adjustments */
  @media (max-width: 480px) {
	.bx-basket-item-list {
	  max-width: 100%;
	}
	
	.bx-basket-item-list-item {
	  flex-direction: column;
	  align-items: flex-start;
	}
	
	.bx-basket-item-list-item-img {
	  margin-bottom: 10px;
	}
	
	.bx-basket-item-list-item-name {
	  width: 100%;
	  margin-bottom: 10px;
	  padding-right: 0;
	}
	
	.bx-basket-item-list-item-price-block {
	  width: 100%;
	  text-align: left;
	}
	
	.bx-basket-item-list-button-container {
	  padding: 15px;
	}
  }


.card-total {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    font-family: 'Stolzlmedium';
    font-size: 18px;
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/breadcrumb/bread/style.css?17517182531138*/
.header {
	margin-bottom: initial !important;
}

.bx-breadcrumb {
	margin-top: 60px;
	margin-bottom: 20px;
}

.bx-breadcrumb i {
	color: #878785;
	line-height: 13px;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;

}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: 'Stolzlregular';
	font-size: 16px;
	line-height: 140%;
	color: #878785;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	text-decoration: none;
	color: #878785;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bx-active-bread {
	color: #4A4A49 !important;
}

@media(max-width: 768px) {
	.bx-breadcrumb .bx-breadcrumb-item span {
		font-size: 12px;
	}

	.bx-breadcrumb {
		margin-top: 30px;
	}

	.bx-breadcrumb i {
		color: #878785;
		line-height: 13px;
		font-size: 16px;
		vertical-align: middle;
		margin-right: 5px;
		position: relative;
		bottom: -2px;
	}
	.bx-breadcrumb-item > span {
		position: relative;
		bottom: -2px;
	}
}
/* End */
/* /local/templates/new100del/css/normalize.css?17437453247797 */
/* /local/templates/new100del/css/customs.css?176819415028090 */
/* /local/templates/new100del/components/bitrix/auth.modal/v2/css/styles.css?17642223549201 */
/* /local/templates/new100del/components/bitrix/menu/top/style.min.css?1734065378490 */
/* /local/templates/new100del/components/bitrix/catalog.section.list/catalog_mobile/style.css?17516123476474 */
/* /bitrix/components/stroika/sale.geo.positiion/templates/.default/style.css?174400849112589 */
/* /local/templates/new100del/components/arturgolubev/search.title/search-title/style.css?176654102913011 */
/* /local/templates/new100del/components/bsi/catalog.sku.action/header.links/style.css?176394480662 */
/* /local/templates/new100del/components/bitrix/sale.basket.basket.line/basket.line/style.css?17666429409178 */
/* /local/templates/new100del/components/bitrix/breadcrumb/bread/style.css?17517182531138 */
