

/* Start:/local/templates/main_new/css/normalize.css?17079224846138*/
/*! 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/main_new/css/select2.min.css?170792248414966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/main_new/css/datepicker.min.css?170792248412257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/main_new/css/perfect-scrollbar.css?17079224842598*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* End */


/* Start:/local/templates/main_new/css/style.css?1750840982108048*/
@font-face {
    font-family: Circe;
    src: local('Circe'), url(/local/templates/main_new/css/fonts/Circe-Regular.woff2) format("woff2"), url(/local/templates/main_new/css/fonts/Circe-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Circe;
    font-weight: bold;
    src: local('Circe'), url(/local/templates/main_new/css/fonts/Circe-Bold.woff2) format("woff2"), url(/local/templates/main_new/css/fonts/Circe-Bold.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Circe;
    font-weight: 300;
    src: local('Circe'), url(/local/templates/main_new/css/fonts/Circe-Light.woff2) format("woff2"), url(/local/templates/main_new/css/fonts/Circe-Light.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Circe;
    font-weight: 800;
    src: local('Circe'), url(/local/templates/main_new/css/fonts/Circe-ExtraBold.woff2) format("woff2"), url(/local/templates/main_new/css/fonts/Circe-ExtraBold.woff) format("woff");
    font-display: swap;
}

body {
    color: #333;
    font: 16px/20px 'Circe', sans-serif;
    min-width: 375px;
    display: flex;
    flex-direction: column;
    height: 1px;
    min-height: 100vh;
}

body * {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.content {
    flex-grow: 1;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 52px;
}

h1, .h1 {
    font: bold 32px/40px "Circe", sans-serif;
    text-align: left;
    color: #333;
    margin: 0 0 12px;
}

h2, .h2 {
    font: bold 24px/32px "Circe", sans-serif;
    text-align: left;
    margin: 0 0 12px;
}

h3, .h3 {
    font: bold 20px/28px "Circe", sans-serif;
    text-align: left;
    margin: 0 0 8px;
}

p {
    margin: 0 0 12px;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.light-link {
    color: #828282;
    cursor: pointer;
}

.blue-link {
    text-decoration: none;
    color: #2468AC;
    cursor: pointer;
}

.blue-link:hover {
    color: #333;
}

input[type="text"],
input[type="password"],
input[type="email"],
.select2-container--default .select2-selection--single {
    font: 16px/20px "Circe", sans-serif;
    height: 40px;
    color: #333;
    -webkit-appearance: none;
    box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
.select2-container--default .select2-selection--single::-webkit-input-placeholder {
    color: #828282;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder {
    color: #828282;
    opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
.select2-container--default .select2-selection--single::-ms-input-placeholder {
    color: #828282;
    opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
.select2-container--default .select2-selection--single::placeholder {
    color: #828282;
    opacity: 1;
}

.input,
.select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.input:hover,
.select2-container--default .select2-selection--single:hover {
    border: 1px solid #c2c2c2;
}

.input:focus,
.select2-container--default .select2-selection--single:focus {
    border: 1px solid #858585;
}

.textarea {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font: 16px/20px "Circe", sans-serif;
    height: 120px;
    resize: none;
    width: 100%;
    color: #333;
    -webkit-appearance: none;
    box-shadow: none;
    padding: 8px 12px;
    display: block;
}

.textarea:hover {
    border: 1px solid rgba(0, 0, 0, 0.24);
}

.textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.48);
}

.textarea::-webkit-input-placeholder {
    color: #828282;
    opacity: 1;
}

.textarea:-ms-input-placeholder {
    color: #828282;
    opacity: 1;
}

.textarea::-ms-input-placeholder {
    color: #828282;
    opacity: 1;
}

.textarea::placeholder {
    color: #828282;
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding: 0 24px 0 12px;
    color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 12px;
    left: auto;
    top: 16px;
    margin: 0;
    width: 8px;
    height: 8px;
    border: none;
    background: url(/local/templates/main_new/css/../images/icons/arrow-down-black.svg) center center no-repeat;
}

.select2-dropdown {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px !important;
    top: 100%;
    margin-top: 8px;
    left: 0;
    padding: 8px 4px;
    border: none;
}

.select2-results__option {
    padding: 8px 16px;
    font-size: 16px;
}

.select2-results__option .img-flag{
    vertical-align: middle;
    margin-right: 8px;
    object-fit: cover;
}

.select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: rgba(229, 232, 245, 0.4);
    color: #333;
}

.select2-results__option.select2-results__option[aria-selected="true"], .select2-results__option.select2-results__option--highlighted[aria-selected="true"] {
    background: none;
    font-weight: bold;
    color: #333;
}

.red-btn {
    display: inline-block;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font: 12px/20px "Circe", sans-serif;
    color: #fff;
    background: #EB292F;
    border: none;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
}

.red-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #EB292F;
}

.red-btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #EB292F;
}

.red-btn.disabled {
    background-color: #f2f2f2;
    color: #bdbdbd;
    pointer-events: none;
}

.grey-btn {
    display: inline-block;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font: bold 12px/20px "Circe", sans-serif;
    color: #333;
    background: #E5E8F5;
    border: none;
    border-radius: 2px;
    padding: 12px 16px 8px;
    cursor: pointer;
}

.grey-btn:hover {
    background: linear-gradient(0deg, rgba(35, 47, 99, 0.04), rgba(35, 47, 99, 0.04)), #E5E8F5;
}

.grey-btn:active {
    background: linear-gradient(0deg, rgba(35, 47, 99, 0.08), rgba(35, 47, 99, 0.08)), #E5E8F5;
}

.grey-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.green-btn {
    display: inline-block;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font: 12px/22px "Circe", sans-serif;
    color: #fff;
    background: #6FCF97;
    border: none;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
}

.green-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #6FCF97;
}

.green-btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #6FCF97;
}

.bordered-btn {
    background: #F7F7F7;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    display: inline-block;
    padding: 0 16px;
    height: 40px;
    line-height: 38px;
    white-space: nowrap;
    cursor: pointer;
}

.bordered-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #F7F7F7;
}

.bordered-btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #F7F7F7;
}

.mob-inline {
    display: none;
}

.mob-label {
    display: none;
    font-weight: bold;
    margin-bottom: 8px;
}

.clear {
    clear: both;
}

.tabs {
    display: flex;
}

.tabs-item {
    padding: 11px 12px 9px;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #EB292F;
    cursor: pointer;
    margin-right: -1px;
    position: relative;
    background-color: #fff;
}

.tabs-item:first-child {
    border-radius: 2px 0 0 2px;
}

.tabs-item:last-child {
    border-radius: 0 2px 2px 0;
}

.tabs-item:hover {
    background-color: rgba(235, 41, 47, 0.04);
    z-index: 1;
}

.tabs-item.active {
    background-color: #EB292F;
    color: #fff;
    pointer-events: none;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.checkbox {
    position: relative;
    padding-left: 24px;
}

.checkbox-input {
    display: none;
}

.checkbox-input:checked + .checkbox-label:before {
    border-color: #EB292F;
    background: url(/local/templates/main_new/css/../images/icons/check-white.svg) center center no-repeat #EB292F;
}

.checkbox-label {
    cursor: pointer;
}

.checkbox-label:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    top: 2px;
    left: 0;
}

.checkbox-label:hover:before {
    background: url(/local/templates/main_new/css/../images/icons/check-grey.svg) center center no-repeat;
}

.radiobutton {
    position: relative;
    padding-left: 24px;
}

.radio-input {
    display: none;
}

.radio-input:checked + .radio-label:before {
    border: 1px solid rgba(0, 0, 0, 0.48);
}

.radio-input:checked + .radio-label:after {
    background-color: #EB292F;
}

.radio-label {
    cursor: pointer;
}

.radio-label:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    top: 2px;
    left: 0;
    box-sizing: border-box;
}

.radio-label:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 5px;
    left: 3px;
}

.radio-label:hover:before {
    border: 1px solid rgba(0, 0, 0, 0.24);
}

.radio-label:hover:after {
    background-color: #e0e0e0;
}

/*-----------------------------------------------------------------------
---------------------------------------   Header   ---------------------*/
.header {
    box-shadow: 0px -4px 16px rgba(11, 27, 85, 0.6);
    position: relative;
    background-color: #fff;
}

.header-overlay {
    z-index: 110;
}

.header-top {
    padding-top: 22px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.header-store {
    display: flex;
}

.header-location {
    margin-right: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.header-location:hover {
    text-decoration: none;
}

.header-delivery {
    position: relative;
    padding-left: 24px;
}

.header-delivery:before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(/local/templates/main_new/css/../images/icons/clock.svg) center center no-repeat;
}

.header-delivery.self:before {
    background: url(/local/templates/main_new/css/../images/icons/location.svg) center center no-repeat;
    background-size: contain;
}

.header-delivery-address {
    font-size: 14px;
    margin-left: 16px;
    padding: 2px 8px;
    border-radius: 20px;
    background-color: #f2f2f2;
    margin-top: -2px;
}

.header-change-delivery {
    font-size: 14px;
    margin-left: 16px;
    text-decoration: underline;
}

.header-change-delivery:hover {
    text-decoration: none;
}

.header-links {
    display: flex;
}

.header-links-item {
    margin-left: 24px;
    font-size: 14px;
}

.header-middle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.logotip {
    flex-shrink: 0;
}

.logotip a {
    text-decoration: none;
}

.logotip img {
    width: 205px;
}

.header-search {
    width: 100%;
    padding: 0 52px;
    display: flex;
}

.catalog-button {
    border-radius: 2px 0 0 2px;
    height: 40px;
    padding: 0 32px 0 54px;
    position: relative;
    color: #f2f2f2;
    background-color: #EB292F;
    line-height: 40px;
    cursor: pointer;
}

.catalog-button:before, .catalog-button:after {
    position: absolute;
    content: '';
}

.catalog-button:before {
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/catalog.svg) center center no-repeat;
    top: 9px;
    left: 20px;
}

.catalog-button:after {
    width: 8px;
    height: 8px;
    background: url(/local/templates/main_new/css/../images/icons/arrow-down.svg) center center no-repeat;
    top: 16px;
    right: 16px;
}

.catalog-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #EB292F;
}

.catalog-button:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #EB292F;
}

.search {
    position: relative;
    height: 40px;
    width: 100%;
}

.search:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/search.svg) center center no-repeat;
    top: 9px;
    left: 12px;
    z-index: 2;
}

.search-input {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #EB292F;
    border-left: none;
    border-radius: 0 2px 2px 0;
    padding: 0 10px 0 42px;
    transition: width 0.1s linear;
}

.header-buttons {
    display: flex;
    position: relative;
}

.header-buttons-item {
    margin-left: 8px;
    position: relative;
}

.header-buttons-item:first-child {
    margin-left: 0;
}

.login-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/login.svg) center center no-repeat;
    margin-right: 8px;
}

.basket-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/basket.svg) center center no-repeat;
}

.basket-full {
    background-color: rgba(255, 159, 162, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    font-weight: bold;
    padding: 0 12px 0 16px;
}

.basket-full:before {
    margin-right: 5px;
}

.basket-full:after {
    content: '';
    display: inline-block;
    vertical-align: 1px;
    width: 8px;
    height: 8px;
    background: url(/local/templates/main_new/css/../images/icons/arrow-down-black.svg) center center no-repeat;
    margin-left: 5px;
}

.basket-full:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), rgba(255, 159, 162, 0.2);
}

.basket-full:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), rgba(255, 159, 162, 0.2);
}

.basket-full .basket-quantity {
    position: absolute;
    border-radius: 11px;
    padding: 1px 5px 0;
    background-color: #2468AC;
    color: #fff;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    top: -9px;
    right: -12px;
}

.person-btn {
    background-color: #E5E8F5;
}

.person-btn:after {
    content: '';
    display: inline-block;
    vertical-align: 0;
    width: 8px;
    height: 8px;
    background: url(/local/templates/main_new/css/../images/icons/arrow-down-black.svg) center center no-repeat;
    margin-left: 6px;
}

.person-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #E5E8F5;
}

.person-btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #E5E8F5;
}

.my-favorite-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/favorite-black.svg) center center no-repeat;
    margin-right: 10px;
}

.my-favorite-btn:empty:before {
    margin-right: 0;
}

.status-popup {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: -168px;
    margin-top: 8px;
    width: 463px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0px 6px 26px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    display: none;
}

.status-popup.active {
    display: flex;
}

.status-popup-input {
    border-radius: 2px;
    padding: 0 12px;
    width: 100%;
    margin-right: 8px;
}

.status-popup-btn {
    flex-shrink: 0;
}

.basket-popup {
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    width: 553px;
    display: none;
}

.basket-popup.active {
    display: block;
}

.basket-empty {
    width: auto;
    padding: 22px;
}

.basket-popup-top {
    padding: 20px 16px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.basket-popup-title {
    margin-bottom: 4px;
}

.basket-popup-delivery {
    padding-bottom: 8px;
}

.basket-popup-delivery .addr {
    display: inline-block;
}

.basket-order-list {
    overflow: auto;
    max-height: calc(100vh - 360px);
}

.basket-order-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 12px 0 10px 16px;
    display: flex;
    align-items: flex-start;
}

.basket-order-item:hover {
    background-color: #f6f6f6;
}

.basket-order-item:last-child {
    border-bottom: none;
}

.boi-image {
    width: 60px;
    flex-shrink: 0;
    padding-right: 12px;
}

.boi-image img {
    max-width: 48px;
    max-height: 48px;
    display: block;
}

.boi-text {
    /*width: 50%;*/
    width: 175px;
    overflow: hidden;
    padding-right: 20px;
}

.boi-text .title {
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
}

.boi-text .measure {
    font-size: 14px;
    color: #828282;
}

.boi-data {
    display: flex;
    align-items: center;
}

.boi-quantity {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.boi-quantity .value {
    width: 87px;
    background: transparent;
}

.boi-quantity .measure {
    padding-left: 8px;
}

.boi-price {
    text-align: right;
    font-weight: bold;
    width: 90px;
    flex-shrink: 0;
}

.boi-price .weight {
    font-size: 14px;
    color: #828282;
    font-weight: normal;
}

.boi-delete {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    background: url(/local/templates/main_new/css/../images/icons/delete.svg) center center no-repeat;
    cursor: pointer;
}

.basket-popup-bottom {
    background-color: #F6F6F6;
    padding: 12px 16px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.basket-popup-btn {
    text-decoration: none;
    height: 48px;
    width: 100%;
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    margin-bottom: 8px;
}

.basket-popup-note {
    text-align: center;
}

.basket-popup-close {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/close.svg) center center no-repeat;
    cursor: pointer;
    top: 25px;
    right: 16px;
}

.to-basket-popup {
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 0;
    margin-top: 8px;
    width: 336px;
    padding: 12px 22px 12px 16px;
    background-color: #fff;
    box-shadow: 0px 6px 26px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    display: none;
}

.to-basket-popup.active {
    display: flex;
}

.to-basket-image {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-right: 12px;
}

.to-basket-image img {
    max-width: 100%;
    max-height: 100%;
}

.to-basket-name {
    margin-bottom: 8px;
}

.to-basket-price {
    color: #333;
}

.to-basket-quantity {
    color: #828282;
    font-size: 14px;
    display: inline;
    margin-left: 9px;
}

.person-menu {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    padding: 4px;
    width: 181px;
    display: none;
}

.person-menu.active {
    display: block;
}

.person-menu-item {
    display: block;
    text-decoration: none;
    padding: 8px 16px;
}

.person-menu-item:hover {
    background-color: rgba(229, 232, 245, 0.4);
}

.person-menu-item.active {
    font-weight: bold;
    pointer-events: none;
}

.person-menu-line {
    height: 1px;
    margin: 8px -4px;
    background-color: rgba(0, 0, 0, 0.12);
}

.sections {
    display: flex;
    margin-bottom: 24px;
}

.sections-block {
    position: relative;
    margin-right: 24px;
    display: flex;
}

.sections-block:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.12);
    right: 0;
    top: 0;
}

.sections-block:last-child {
    margin-right: 0;
}

.sections-block:last-child:after {
    content: none;
}

.section-link {
    margin-right: 24px;
    text-transform: uppercase;
    font: bold 12px/20px "Circe", sans-serif;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.section-link:hover {
    text-decoration: underline;
}

.section-link.super {
    padding-left: 30px;
    position: relative;
}

.section-link.super:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/super.svg) center center no-repeat;
    top: -4px;
    left: -2px;
}

.catalog {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 135px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 32px 0 63px;
    box-shadow: 0px 6px 6px rgba(11, 27, 85, 0.15);
    display: none;
}

.catalog.active {
    display: block;
}

.catalog .wrapper {
    display: flex;
}

.catalog-col {
    width: 20%;
    padding: 0 12px 0 36px;
}

.catalog-col-2,
.catalog-col-2-900 {
    display: flex;
    width: 40%;
}

.catalog-col-2 .catalog-col,
.catalog-col-2-900 .catalog-col {
    width: 50%;
}

.catalog-block {
    margin-bottom: 20px;
}

.catalog-block-title {
    position: relative;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font: 800 12px/20px "Circe", sans-serif;
    margin-bottom: 8px;
}

.catalog-block-title:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: -3px;
    left: -36px;
    background-position: center center;
    background-repeat: no-repeat;
}

a.catalog-block-title {
    display: block;
    text-decoration: none;
}

a.catalog-block-title:hover {
    color: #828282;
}

.catalog-fruit:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/fruits.svg);
}

.catalog-bread:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/bread.svg);
}

.catalog-frozen:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/frozen.svg);
}

.catalog-meat:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/meat.svg);
}

.catalog-fish:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/fish.svg);
}

.catalog-tea:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/tea.svg);
}

.catalog-juice:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/juice.svg);
}

.catalog-sauce:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/sauce.svg);
}

.catalog-jam:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/jam.svg);
}

.catalog-pasta:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/pasta.svg);
}

.catalog-milk:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/milk.svg);
}

.catalog-alcohol:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/alcohol.svg);
}

.catalog-tobacco:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/tobacco.svg);
}

.catalog-home:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/home.svg);
}

.catalog-cosmetics:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/cosmetics.svg);
}

.catalog-clothes:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/clothes.svg);
}

.catalog-cleaning:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/cleaning.svg);
}

.catalog-child:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/child.svg);
}

.catalog-zoo:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/zoo.svg);
}

.catalog-pharmacy:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/pharmacy.svg);
}

.catalog-auto:before {
    background-image: url(/local/templates/main_new/css/../images/catalog/auto.svg);
}

.catalog-item {
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 12px;
    color: #4f4f4f;
    margin: 0 0 0 -12px;
}

.catalog-item:hover {
    background-color: rgba(229, 232, 245, 0.4);
    border-radius: 2px;
}

.catalog-900 {
    display: none;
}

.mob-catalog-close {
    position: fixed;
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
    border-radius: 50%;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.32);
    background: url(/local/templates/main_new/css/../images/icons/close.svg) center center no-repeat #fff;
    z-index: 102;
    cursor: pointer;
}

.mob-header {
    padding: 16px 0 0;
    height: 56px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    position: relative;
    display: none;
    flex-shrink: 0;
}

.mob-header .wrapper {
    display: flex;
    align-items: center;
}

.mob-logotip {
    margin-right: 24px;
    position: relative;
    z-index: 10;
}

.mob-location {
    margin-right: 36px;
    font-size: 14px;
    position: relative;
    z-index: 5;
}

.mob-navigation-icon {
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/burger.svg) center center no-repeat;
    cursor: pointer;
    flex-shrink: 0;
}

.mob-navigation-icon.close {
    background-image: url(/local/templates/main_new/css/../images/icons/close-dark.svg);
}

.mob-header-icons {
    display: none;
}

.mob-basket-link {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/basket.svg) center center no-repeat;
    margin: 0 25px;
}

.mob-search-link {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/search.svg) center center no-repeat;
    background-size: 100%;
}

.mob-header-bottom {
    display: none;
}

.mob-header-catalog {
    height: 40px;
    line-height: 40px;
    text-transform: none;
    width: 120px;
    text-align: center;
    margin-right: 8px;
    font-size: 16px;
    flex-shrink: 0;
}

.covid-btn {
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.covid-btn:hover {
    background: #fff;
}

.covid-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.mob-navigation {
    position: absolute;
    width: 100%;
    max-width: 400px;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 3;
    display: none;
}

.mob-navigation.active {
    display: block;
}

.mob-nav-block {
    padding: 15px 0 0;
    margin: 0 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mob-nav-block:first-child {
    border-top: none;
}

.nav-block-title {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.nav-block-item {
    margin-bottom: 16px;
}

.nav-block-item a {
    text-decoration: none;
}

.mob-nav-line {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #F6F6F6;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mob-login {
    padding-left: 34px;
    position: relative;
}

.mob-login:before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/login.svg) center center no-repeat;
}

.my-favorite {
    padding-left: 34px;
    position: relative;
}

.my-favorite:before {
    position: absolute;
    content: '';
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/favorite-black.svg) center center no-repeat;
}

.my-favorite-quantity {
    color: #828282;
}

.nav-line-location {
    display: block;
    padding-left: 48px;
    position: relative;
}

.nav-line-location:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 16px;
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/location.svg) center center no-repeat;
}

.mob-nav-location {
    margin-bottom: 20px;
}

.mob-delivery {
    margin-bottom: 12px;
}

.change-delivery {
    font-size: 14px;
    text-decoration: underline;
}

.mob-catalog-btn {
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: none;
    background: #EB292F;
    color: #fff;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.32);
    border-radius: 30px;
    padding: 20px 17px 16px 53px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 50;
}

.mob-catalog-btn:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background: url(/local/templates/main_new/css/../images/icons/catalog.svg) center center no-repeat;
    top: 15px;
    left: 15px;
}

.mob-catalog-btn.small {
    width: 56px;
    height: 56px;
    font-size: 0;
    color: #EB292F;
    padding: 0;
}

.mob-catalog-btn.small .mob-catalog-basket {
    display: flex;
}

.mob-catalog-btn.pos-absolute {
    position: absolute;
}

.mob-catalog-basket {
    display: none;
    position: absolute;
    width: 320px;
    height: 88px;
    align-items: center;
    background: url(/local/templates/main_new/css/../images/mob-basket.png) left top no-repeat;
    font-weight: bold;
    padding-left: 48px;
    padding-bottom: 16px;
    padding: 10px 24px 22px 64px;
    top: -10px;
    left: -303px;
    color: #333;
    font-size: 16px;
    text-transform: none;
}

.mob-catalog-basket:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    left: 32px;
    background: url(/local/templates/main_new/css/../images/icons/basket.svg) center center no-repeat;
}

.mob-search,
.mob-catalog-description,
.mob-subcatalog-title,
.mob-search-result {
    display: none;
}

/*-----------------------------------------------------------------------
---------------------------------------   Footer   ---------------------*/
.footer {
    background-color: rgba(229, 232, 245, 0.4);
    padding: 32px 0 20px;
}

.footer-logo {
    float: left;
    width: 5.6%;
}

.footer-block {
    float: left;
    margin-right: 4%;
}

.footer-block:after {
    content: '';
    display: table;
    clear: both;
}

.footer-block-title {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 12px;
    font: bold 12px/20px "Circe", sans-serif;
}

.footer-links {
    float: left;
    margin-right: 38px;
}

.footer-links .light-link {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.footer-contacts {
    float: right;
    font-size: 14px;
    line-height: 20px;
    width: 15%;
}

.footer-contacts a {
    text-decoration: none;
}

.footer-social {
    margin-bottom: 24px;
    display: flex;
}

.social-link {
    margin-right: 12px;
}

.social-link:last-child {
    margin-right: 0;
}

.social-link:hover {
    opacity: 0.8;
}

.footer-phone {
    margin-bottom: 12px;
    pointer-events: none;
}

.phone-link {
    color: #828282;
}

.mob-footer-nav {
    float: left;
    width: 50%;
    display: none;
}

.mob-footer-nav .light-link {
    text-decoration: none;
    margin-bottom: 7px;
    display: inline-block;
    font-size: 14px;
}

.mob-footer-logo {
    margin-bottom: 16px;
    display: block;
    width: 110px;
}

.footer-red {
    background-color: #EB292F;
    color: #fff;
}

.footer-red a {
    color: #fff;
}

/*-----------------------------------------------------------------------
---------------------------------------   Index   ----------------------*/
.mob-index-title {
    display: none;
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.visual {
    background-color: #E8E9ED;
    border-radius: 2px;
    overflow: hidden;
    height: 260px;
    margin-bottom: 16px;
}

.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.products-item {
    width: calc(16.6666% - 20px);
    flex-shrink: 1;
    border: 1px solid rgba(18, 18, 18, 0.12);
    padding: 12px 12px 5px;
    position: relative;
    margin: 0 10px 20px;
    border-radius: 2px;
}

.products-item:hover {
    border: 1px solid rgba(0, 0, 0, 0.24);
}

.products-item:hover .favorite {
    display: block;
}

.products-item-image {
    margin: 0 -12px 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 182px;
}

.products-item-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.products-item-image .mark-tag{
  position: absolute;
  bottom: 0;
  left: 10px;
  display: flex;
  align-items: center;
}
.products-item-image .mark-tag__item:not(:last-child){
  margin-right: 10px;
}

.economy {
    position: absolute;
    padding: 6px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #EB292F;
    color: #fff;
    text-align: center;
}

.economy:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/super-white.svg) center center no-repeat;
}

.products-item-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.products-item-title a {
    text-decoration: none;
}

.products-item-title a:hover {
    color: #2468AC;
}

.products-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-flow: row wrap;

}

.products-item-price {
    font: bold 20px/28px "Circe", sans-serif;
    padding-right: 8px;
}

.products-item-price .value {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #828282;
    margin-top: -2px;
}

.to-basket {
    width: 52px;
    height: 36px;
    border-radius: 2px;
    background: #EB292F;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.to-basket:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #EB292F;
}

.to-basket:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #EB292F;
}

.to-basket:before {
    content: '';
    display: block;
    width: 28px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/to-basket.svg) center center no-repeat;
    flex-shrink: 0;
}

.favorite {
    position: absolute;
    width: 24px;
    height: 20px;
    background: url(/local/templates/main_new/css/../images/icons/favorite.svg) center center no-repeat;
    top: 15px;
    right: 12px;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.favorite:hover {
    background-image: url(/local/templates/main_new/css/../images/icons/favorite-hover.svg);
}

.liked .favorite {
    display: block;
    background-image: url(/local/templates/main_new/css/../images/icons/favorite-red.svg);
}

.liked .mob-favorite {
    background-image: url(/local/templates/main_new/css/../images/icons/favorite-red.svg);
}

.age18 {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/age.svg) center center no-repeat;
    top: 50%;
    margin-top: -30px;
    left: 12px;
}

.quantity {
    position: absolute;
    padding: 7px 8px 5px;
    background-color: #6FCF97;
    color: #f2f2f2;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    top: 12px;
    left: 12px;
    display: none;
}

.bought {
    border-color: #6FCF97;
}

.bought .quantity {
    display: block;
}

.buy-quantity {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    height: 36px;
    padding: 0 22px;
    position: relative;
    background-color: #fff;
}

.buy-quantity .minus,
.buy-quantity .plus {
    position: absolute;
    width: 12px;
    height: 17px;
    top: 6px;
    cursor: pointer;
}

.buy-quantity .minus {
    left: 8px;
    top: 7px;
    background: url(/local/templates/main_new/css/../images/icons/minus.svg) center center no-repeat;
}

.buy-quantity .plus {
    right: 8px;
    background: url(/local/templates/main_new/css/../images/icons/plus.svg) center center no-repeat;
}

.buy-quantity .value {
    width: 36px;
    border: none;
    height: 34px;
    font-weight: bold;
    text-align: center;
}

.mob-card-buttons {
    display: none;
}

.mob-to-basket {
    width: 100%;
    border: 1px solid #EB292F;
    background-color: #fff;
    border-radius: 2px;
    padding: 6px 12px 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.mob-favorite {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-left: 8px;
    border: 1px solid rgba(229, 232, 245, 0.4);
    border-radius: 2px;
    background: url(/local/templates/main_new/css/../images/icons/favorite.svg) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.subscribe-block {
    padding: 32px;
    margin-bottom: 40px;
    margin-top: 12px;
    background: url(/local/templates/main_new/css/../images/mail-bg-1.svg) left 31px center no-repeat, url(/local/templates/main_new/css/../images/mail-bg-2.svg) right 40px center no-repeat #E5E8F5;
}

.subscribe-inner {
    max-width: 736px;
    margin: 0 auto;
    padding-left: 161px;
    background: url(/local/templates/main_new/css/../images/mail.svg) left center no-repeat;
}

.subscribe-text {
    font: bold 20px/28px "Circe", sans-serif;
    margin-bottom: 25px;
}

.subscribe-line {
    display: flex;
    align-items: center;
}

.subscribe {
    padding-right: 24px;
    width: 100%;
    display: flex;
}

.subscribe-input {
    width: 100%;
    padding: 0 12px;
    border: none;
}

.subscribe-links {
    flex-shrink: 0;
}

.subscribe-links .link {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.scroll-block {
    padding-bottom: 12px;
    overflow: auto;
    position: relative;
}

.scroll-block .ps__rail-x {
    opacity: 1 !important;
    height: 8px;
    background-color: #E8E9ED;
    border-radius: 4px;
    width: calc(100% - 16px);
    margin: 0 8px;
}

.scroll-block .ps__thumb-x {
    bottom: 0;
    height: 8px;
    opacity: 1 !important;
    background-color: #C6C9D6;
    border-radius: 4px;
}

.scroll-block .ps__rail-x:hover,
.scroll-block .ps__rail-y:hover,
.scroll-block .ps__rail-x:focus,
.scroll-block .ps__rail-y:focus,
.scroll-block .ps__rail-x.ps--clicking,
.scroll-block .ps__rail-y.ps--clicking {
    opacity: 1 !important;
}

.scroll-block .ps__rail-x:hover > .ps__thumb-x,
.scroll-block .ps__rail-x:focus > .ps__thumb-x,
.scroll-block .ps__rail-x.ps--clicking .ps__thumb-x {
    height: 8px;
    opacity: 1 !important;
    background-color: #C6C9D6;
}

.customer-choice {
    display: flex;
    margin: 0 -4px 40px;
    align-items: flex-end;
}

.choice-block {
    width: 24.3%;
    flex-shrink: 0;
    padding: 0 4px;
    min-width: 309px;
    max-width: 350px;
}

.choice-block .card-small {
    margin: 0;
    width: 100%;
}

.choice-category {
    margin-left: 12px;
}

.choice-category:first-child {
    margin-left: 0;
}

.choice-block-title {
    font: bold 20px/32px "Circe", sans-serif;
    margin-bottom: 8px;
    margin-right: 12px;
}

.choice-block-inner {
    display: flex;
}

.choice-block-inner a {
    text-decoration: none;
}

.card-small {
    display: flex;
    padding: 12px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    margin-right: 8px;
    border-radius: 2px;
    text-decoration: none;
}

.card-small:hover {
    border: 1px solid rgba(0, 0, 0, 0.24);
}

.card-small:hover .card-small-value {
    display: none;
}

.card-small:hover .to-basket {
    display: flex;
}

.card-small .to-basket {
    display: none;
}

.card-small .buy-quantity {
    display: none;
}

.card-small.bought, .card-small.bought:hover {
    border-color: #6FCF97;
}

.card-small.bought .to-basket, .card-small.bought:hover .to-basket {
    display: none;
}

.card-small.bought .buy-quantity, .card-small.bought:hover .buy-quantity {
    display: block;
}

.card-small.bought .card-small-value, .card-small.bought:hover .card-small-value {
    display: none;
}

.card-small-image {
    width: 98px;
    height: 98px;
    flex-shrink: 0;
}

.card-small-image img {
    max-width: 100%;
    max-height: 100%;
}

.card-small-content {
    width: calc(100% - 98px);
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-small-title {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-decoration: none;
}

.card-small-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-small-price {
    font: bold 20px/28px "Circe", sans-serif;
    padding-right: 12px;
}

.card-small-price.discount {
    color: #EB292F;
    line-height: 24px;
    margin-bottom: -12px;
}

.card-small-price .old-price {
    color: #E5E8F5;
    text-decoration: line-through;
    font-size: 14px;
}

.card-small-value {
    font-size: 14px;
    line-height: 36px;
    color: #828282;
}

.theme-block {
    margin-bottom: 40px;
}

.theme-top {
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    padding: 16px 20px 18px;
    background: url(/local/templates/main_new/css/../images/flowers-bg.png) right center no-repeat #F2F2F2;
    background-size: cover;
    min-height: 112px;
}

.theme-title {
    margin-bottom: -4px;
}

.theme-text {
    max-width: 380px;
}

.theme-products {
    margin: 0 0 0 1px;
}

.theme-products .products-item {
    margin: 0 0 -1px -1px;
    width: calc(100% / 6 + 1px);
    border-radius: 0;
    border-color: #e2e2e2;
}

.theme-products .products-item:hover {
    z-index: 2;
    border-color: #c2c2c2;
}

.theme-links {
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 0 0;
    padding: 20px 8px;
    display: flex;
}

.theme-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 2px;
}

.theme-link:hover {
    background-color: rgba(229, 232, 245, 0.4);
}

.theme-link-icon {
    margin-right: 22px;
}

.theme-link-text {
    color: #828282;
    font-size: 14px;
    line-height: 20px;
}

.theme-link-text .link {
    font-size: 16px;
    color: #333;
    text-decoration: underline;
}

.mob-products-selection {
    margin-bottom: 20px;
    display: none;
}

.product-selection-top {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 12px 53% 12px 0;
    margin-right: -16px;
}

.product-selection-top .theme-title {
    margin-bottom: 12px;
}

.product-selection-top .theme-text {
    font-size: 14px;
}

.product-selection-top.holiday {
    margin-top: -16px;
    height: 164px;
    background: url(/local/templates/main_new/css/../images/mob-purchases.svg) right bottom 8px no-repeat;
}

.product-selection-top.everyday {
    height: 198px;
    background: url(/local/templates/main_new/css/../images/mob-cart.svg) right center no-repeat;
}

.more-products-btn {
    display: block;
    text-decoration: none;
    padding: 12px 12px 8px;
    background-color: #E5E8F5;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
}

/*-----------------------------------------------------------------------
---------------------------------------   Popups   ---------------------*/
.popup-opened {
    overflow: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(8, 45, 91, 0.8);
    display: none;
}

.overlay.active {
    display: block;
}

.popup {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    padding: 20px 32px;
    z-index: 110;
    display: none;
}

.popup.active {
    display: block;
}

.popup-title {
    color: #333;
    font: bold 24px/1.333em "Circe", sans-serif;
    margin-bottom: 24px;
    padding-right: 28px;
}

.popup-close {
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(/local/templates/main_new/css/../images/icons/close.svg) center center no-repeat;
    cursor: pointer;
    top: 24px;
    right: 32px;
}

.popup-input {
    border-radius: 2px;
    width: 100%;
    padding: 0 12px;
}

.popup-location {
    max-width: 344px;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -63%);
}

.p-location-input-wrapper {
    margin-bottom: 16px;
}

.p-location-list {
    margin-bottom: 12px;
    height: 252px;
    overflow: auto;
    position: relative;
    padding-right: 12px;
}

.p-location-list .ps__rail-y {
    opacity: 1 !important;
    width: 4px;
    background-color: transparent;
}

.p-location-list .ps__thumb-y {
    right: 0;
    width: 5px;
    opacity: 1 !important;
    background-color: #E5E8F5;
}

.p-location-list .ps__rail-x:hover,
.p-location-list .ps__rail-y:hover,
.p-location-list .ps__rail-x:focus,
.p-location-list .ps__rail-y:focus,
.p-location-list .ps__rail-x.ps--clicking,
.p-location-list .ps__rail-y.ps--clicking {
    background-color: transparent;
    opacity: 1;
}

.p-location-list .ps__rail-y:hover > .ps__thumb-y,
.p-location-list .ps__rail-y:focus > .ps__thumb-y,
.p-location-list .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 5px;
    opacity: 1;
    background-color: #E5E8F5;
}

.p-location-item {
    padding: 8px 12px;
    cursor: pointer;
}

.p-location-item:hover {
    background-color: rgba(229, 232, 245, 0.4);
}

.p-location-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 55px;
}

.p-location-empty:before {
    content: '';
    display: inline-block;
    width: 114px;
    height: 98px;
    background: url(/local/templates/main_new/css/../images/location-empty.svg) center center no-repeat;
    margin-bottom: 18px;
}

.popup-delivery {
    max-width: 620px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
}

.popup-delivery .popup-close {
    top: 12px;
    right: 12px;
}

.popup-delivery .popup-title {
    margin-bottom: 12px;
}

.p-delivery-top {
    padding-right: 60%;
    margin-right: -40px;
    background: url(/local/templates/main_new/css/../images/purchases.png) right -40px center no-repeat;
    margin-bottom: 12px;
}

.p-delivery-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.p-delivery-input-wrapper {
    margin-bottom: 12px;
    position: relative;
}

.p-delivery-input {
    width: 100%;
    padding: 0 117px 0 12px;
}

.p-delivery-btn {
    position: absolute;
    height: 32px;
    top: 4px;
    right: 4px;
    width: 109px;
}

.p-delivery-login {
    padding-top: 8px;
}

.p-delivery-select {
    border: none;
    width: 100%;
}
.p-delivery-select__icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.p-delivery-select + .select2-container {
    width: 100% !important;
}

.p-delivery-select + .select2-container .select2-selection--single {
    padding-right: 117px;
}

.p-delivery-select + .select2-container .select2-selection--single .select2-selection__arrow {
    right: 114px;
}

.p-delivery-map img {
    display: block;
}

.p-delivery-shedule{
    margin-bottom: 16px;
    position: relative;
}
.p-delivery-shedule__title{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 5px;
}
.p-delivery-shedule__item{
    margin-bottom: 2px;
}
.p-delivery-shedule__day{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}
.p-delivery-shedule__time{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.p-delivery-shedule__not-available{
    position: absolute;
    top: 0;
    right: 0;
    color: #EB292F;
    border: 1px solid rgba(0, 0, 0, 0.12);
    width: fit-content;
    border-radius: 4px;
    padding: 8px 12px 8px 46px;
}
.p-delivery-shedule__not-available span{
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.p-delivery-shedule__not-available:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 12px;
    background-image: url("/local/templates/main_new/css/../img/shedule__notavailable.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.popup-shopping-list {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 344px;
    padding: 20px 32px 32px;
}

.p-shopping-input-wrapper {
    margin-bottom: 16px;
}

.p-shopping-checkbox {
    margin-bottom: 8px;
}

.p-shopping-note {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}

.p-shopping-btn {
    width: 100%;
    height: 40px;
}

.popup-authorize {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 429px;
    padding: 20px 32px 0;
}

.p-authorize-row {
    margin-bottom: 16px;
}

.p-authorize-btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.p-forgot-password {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #828282;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}

.p-forgot-password:hover {
    text-decoration: underline;
}

.social-login {
    margin: 0 -32px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 18px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-login-links {
    display: flex;
}

.social-login-link {
    text-decoration: none;
    margin-left: 8px;
    width: 24px;
    height: 24px;
}

.social-login-link:hover {
    opacity: 0.8;
}

.login-vk {
    background: url(/local/templates/main_new/css/../images/icons/login-vk.svg) center center no-repeat;
}

.login-ok {
    background: url(/local/templates/main_new/css/../images/icons/login-ok.svg) center center no-repeat;
}

.login-go {
    background: url(/local/templates/main_new/css/../images/icons/login-go.svg) center center no-repeat;
}

.login-fb {
    background: url(/local/templates/main_new/css/../images/icons/login-fb.svg) center center no-repeat;
}

.mob-social-login {
    display: none;
}

.mob-social-login .social-login-link {
    width: 40px;
    height: 40px;
}

.mob-social-login .login-vk {
    background-image: url(/local/templates/main_new/css/../images/icons/social-vk.svg);
}

.mob-social-login .login-ok {
    background-image: url(/local/templates/main_new/css/../images/icons/social-ok.svg);
}

.mob-social-login .login-go {
    background-image: url(/local/templates/main_new/css/../images/icons/social-go.svg);
}

.mob-social-login .login-fb {
    background-image: url(/local/templates/main_new/css/../images/icons/social-fb.svg);
}

.p-registration-link {
    display: block;
    padding: 20px;
    margin: 0 -32px;
    background-color: #E5E8F5;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
}

.p-registration-link:hover {
    background: linear-gradient(0deg, rgba(35, 47, 99, 0.04), rgba(35, 47, 99, 0.04)), #E5E8F5;
}

.p-registration-link:active {
    background: linear-gradient(0deg, rgba(35, 47, 99, 0.08), rgba(35, 47, 99, 0.08)), #E5E8F5;
}

.popup-password {
    min-height: 270px;
    padding-bottom: 60px;
}

.popup-password .p-registration-link {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.p-form-error {
    color: #EB292F;
    margin-bottom: 12px;
    margin-top: -14px;
}

.p-password-text {
    margin-bottom: 20px;
}

/* TASK_8744 */
#poll-popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 32px 60px;
}

@media (max-width: 640px) {
    #poll-popup {
        width: 95%;
        max-height: 175px;
    }
}

.poll-success-text {
    font-size: 24px;
    line-height: 28px;
}
/*-----------------------------------------------------------------------
---------------------------------------   Goods   ---------------------*/
.breadcrumbs {
    margin-bottom: 12px;
    display: flex;
}

.breadcrumbs-level {
    position: relative;
    padding-right: 22px;
    margin-right: 12px;
}

.breadcrumbs-level:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    top: -1px;
    right: 0;
    background: url(/local/templates/main_new/css/../images/icons/arrow-right.svg) center center no-repeat;
}

.breadcrumbs-level:last-child:after {
    content: none;
}

.breadcrumbs-link {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    margin-right: 11px;
    text-decoration: none;
}

.breadcrumbs-link:hover {
    text-decoration: underline;
}

.breadcrumbs-link.active {
    pointer-events: none;
    color: #EB292F;
}

.content-cols {
    display: flex;
    flex-direction: row-reverse;
}

.right-block {
    margin-left: 80px;
    width: 372px;
    flex-shrink: 0;
}

.right-block:not(.right-hidden) + .goods .products-item {
    width: calc(25% - 20px);
}

.right-block.right-hidden {
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.filter-block {
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    padding: 20px 20px 12px;
    margin-bottom: 80px;
}

.filter-checkbox {
    margin-bottom: 16px;
}

.filter-item .filter-tag {
    text-decoration: none;
}

.filter-item + .filter-item {
    margin-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 16px;
}

.filter-item-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.filter-tag {
    display: inline-block;
    margin-right: 8px;
    background: rgba(229, 232, 245, 0.4);
    border-radius: 2px;
    line-height: 24px;
    padding: 4px 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.filter-tag:hover, .filter-tag.active {
    background-color: #E5E8F5;
}

.filter-tag:last-child {
    margin-right: 0;
}

.filter-clear {
    margin: 12px -20px -12px;
    background-color: #E5E8F5;
    border-radius: 0 0 4px 4px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 13px 12px 9px;
    cursor: pointer;
}

.filter-clear:hover {
    background: linear-gradient(0deg, rgba(35, 47, 99, 0.04), rgba(35, 47, 99, 0.04)), #E5E8F5;
}

.filter-clear:active {
    background: linear-gradient(0deg, rgba(35, 47, 99, 0.08), rgba(35, 47, 99, 0.08)), #E5E8F5;
}

.mob-filter-title {
    display: none;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

.mob-filter-title .category {
    font-size: 16px;
    line-height: 20px;
    padding-top: 8px;
}

.mob-filter-bottom {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 8px 16px;
    margin: 12px -16px 0;
}

.mob-filter-buttons {
    display: flex;
    margin-bottom: 12px;
}

.mob-filter-buttons .red-btn {
    padding: 12px 16px 8px;
    width: 50%;
    margin-right: 4px;
    text-align: center;
    line-height: 20px;
}

.mob-filter-buttons .grey-btn {
    width: 50%;
    margin-left: 4px;
    text-align: center;
}

.mob-filter-clear {
    padding: 12px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-right-economy {
    padding-left: 32px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}

.filter-right-economy:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/super.svg) center center no-repeat;
    left: 0;
    top: -2px;
}

.filter-check {
    position: relative;
    padding-left: 32px;
}

.filter-check:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    top: 8px;
    left: 8px;
    background-color: #fff;
}

.filter-check:hover:before {
    background: url(/local/templates/main_new/css/../images/icons/check-grey.svg) center center no-repeat;
}

.filter-check.active:before {
    border-color: #EB292F;
    background: url(/local/templates/main_new/css/../images/icons/check-white.svg) center center no-repeat #EB292F;
}

.goods-filter {
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between;
}

.filter-economy {
    display: block;
    padding-left: 32px;
    position: relative;
    margin-left: 12px;
    padding-top: 7px;
    padding-right: 5px;
    white-space: nowrap;
}

.filter-economy:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
    background: url(/local/templates/main_new/css/../images/icons/super-grey.svg) center center no-repeat;
}

.filter-line {
    display: flex;
    flex-wrap: wrap;
}

.filter-line .filter-tag.active {
    color: #fff;
    background-color: #EB292F;
    text-decoration: none;
}

.goods-top {
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
}

.goods-top__check {
    display: flex;
    gap: 8px;
}

.goods-quantity {
    color: #828282;
    margin-right: 20px;
}

.mob-filter {
    display: none;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
}

.select-sorting {
    width: 50%;
    max-width: 200px;
}

.select-sorting + .select2.select2-container--default {
    width: 50%;
    max-width: 200px;
}

.select-sorting + .select2.select2-container--default .select2-selection--single {
    font-size: 14px;
}

.mob-filter-btn {
    width: 50%;
    max-width: 200px;
    margin-left: 8px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 2px;
    padding: 12px 12px 8px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
}

.mob-filter-btn:only-child {
    width: 100%;
    max-width: none;
    margin-left: 0;
}

.clear-filter-link {
    margin-left: 16px;
    display: none;
}

.sorting {
    font-weight: bold;
}

.sorting-select {
    position: relative;
    display: inline-block;
    font-weight: normal;
}

.sorting-select.active .sorting-value {
    text-decoration: none;
}

.sorting-select.active .sorting-popup {
    display: block;
}

.sorting-value {
    position: relative;
    font-weight: normal;
    padding-right: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.sorting-value:hover {
    text-decoration: none;
}

.sorting-value:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    right: 0;
    background: url(/local/templates/main_new/css/../images/icons/arrow-down-black.svg) center center no-repeat;
}

.sorting-popup {
    position: absolute;
    z-index: 8;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    padding: 8px 4px;
    display: none;
    top: 100%;
    margin-top: 8px;
    left: 0;
}

.sorting-item {
    padding: 8px 32px 8px 16px;
    cursor: pointer;
    white-space: nowrap;
}

.sorting-item:hover {
    background-color: rgba(229, 232, 245, 0.4);
}

.sorting-item.active {
    font-weight: bold;
    pointer-events: none;
}

.goods {
    margin-bottom: 40px;
    width: 100%;
}

.loader-block {
    padding-top: 16px;
    display: flex;
    justify-content: center;
}

.loader {
    width: 33px;
    height: 32px;
    background: url(/local/templates/main_new/css/../images/icons/loader.svg) center center no-repeat;
}

.other-products-block {
    padding: 20px 0;
    margin: 0;
}

.other-products {
    margin-right: -20px;
    margin-left: 0;
    margin-bottom: 0;
    align-items: stretch;
}

.other-products .card-small {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.empty-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.products-empty {
    width: 330px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    padding-top: 135px;
    background: url(/local/templates/main_new/css/../images/catalog-empty.svg) right 50px top no-repeat;
    margin: 0 auto;
}

.products-empty-text {
    margin-bottom: 16px;
}

/*-----------------------------------------------------------------------
---------------------------------   Product card   ---------------------*/
.card {
    display: flex;
    margin-bottom: 40px;
}

.card-image {
    width: 50%;
    padding-right: 40px;
    display: flex;
}

.card-image img {
    max-width: 100%;
    max-height: 380px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.card-info {
    width: 50%;
    padding-left: 10px;
}

.card-info .breadcrumbs-wrapper {
    margin-top: 0;
    margin-bottom: 12px;
}

.card-info h1, .card-info .h1 {
    margin-bottom: 12px;
}

.card-buy {
    max-width: 400px;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 2px;
    padding: 16px 20px 20px;
}

.card-price {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

.old-price {
    font-size: 14px;
    font-weight: normal;
    text-decoration-line: line-through;
    color: #828282;
    margin-left: 5px;
}

.card-measure {
    font-size: 14px;
    color: #828282;
    margin-bottom: 20px;
}

.card-quantity {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-quantity .buy-quantity {
    height: 40px;
}

.card-quantity .buy-quantity .value {
    height: 38px;
    width: 40px;
    font-size: 14px;
    font-weight: normal;
}

.card-quantity .buy-quantity .minus, .card-quantity .buy-quantity .plus {
    height: 24px;
}

.card-quanity-left {
    display: flex;
    align-items: center;
}

.card-quantity-measure {
    margin-left: 8px;
    color: #333;
}

.result-price {
    font-size: 14px;
    margin-left: 12px;
    margin-right: 12px;
    color: #828282;
    display: flex;
    align-items: center;
}

.card-basket-delete {
    font-size: 14px;
    text-decoration: underline;
}

.card-basket-delete:hover {
    text-decoration: none;
}

.card-buttons {
    display: flex;
    align-items: center;
}

.to-basket-btn {
    height: 48px;
    margin-right: 8px;
    line-height: 48px;
}

.in-basket-btn {
    height: 48px;
    line-height: 48px;
    margin-right: 8px;
    flex-shrink: 0;
    text-decoration: underline;
    padding: 0 20px 0 24px;
}

.in-basket-btn:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-right: 7px;
    background: url(/local/templates/main_new/css/../images/icons/in-basket.svg) center center no-repeat;
    background-size: contain;
}

.favorite-btn {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: url(/local/templates/main_new/css/../images/icons/favorite.svg) center center no-repeat #E5E8F5;
    background-size: 20px;
    cursor: pointer;
    border-radius: 2px;
}

.favorite-btn:hover {
    background: url(/local/templates/main_new/css/../images/icons/favorite.svg) center center no-repeat #DDE0EF;
    background-size: 20px;
}

.favorite-btn:active {
    background: url(/local/templates/main_new/css/../images/icons/favorite.svg) center center no-repeat #D6D9E9;
    background-size: 20px;
}

.share {
    position: relative;
    margin-left: 20px;
    line-height: 48px;
}

.share-btn {
    font-size: 12px;
    text-transform: uppercase;
}

.share-list {
    position: absolute;
    left: -10px;
    top: 100%;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 6px 26px rgba(11, 27, 85, 0.15);
    border-radius: 2px;
    padding: 12px 20px 12px 12px;
    list-style: none;
    margin: 4px 0 0;
}

.share-list.active {
    display: block;
}

.share-item {
    margin-bottom: 8px;
    line-height: 40px;
}

.share-item:last-child {
    margin-bottom: 0;
}

.share-link {
    white-space: nowrap;
}

.share-link:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.share-vk:before {
    background-image: url(/local/templates/main_new/css/../images/icons/social-vk.svg);
}

.share-ok:before {
    background-image: url(/local/templates/main_new/css/../images/icons/social-ok.svg);
}

.share-go:before {
    background-image: url(/local/templates/main_new/css/../images/icons/social-go.svg);
}

.share-fb:before {
    background-image: url(/local/templates/main_new/css/../images/icons/social-fb.svg);
}

.card-note {
    font-size: 14px;
    color: #828282;
    margin-top: 8px;
}

.product-about {
    margin-bottom: 20px;
    display: flex;
}

.product-about h2, .product-about .h2 {
    margin-bottom: 16px;
}

.product-info {
    width: 50%;
    padding-right: 60px;
    flex-shrink: 0;
    color: #333;
    position: relative;
}

.product-info + .product-together {
    width: 50%;
    padding-left: 10px;
    flex-shrink: 0;
}

.product-info + .product-together .card-small {
    width: calc(50% - 20px);
}

.product-info p {
    margin-bottom: 20px;
}

.product-info p:last-child {
    margin-bottom: 0;
}

.product-together-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-together-list .card-small {
    width: calc(25% - 20px);
    margin: 0 10px 16px;
}

.product-info-text {
    margin-bottom: 32px;
}

.characteristics {
    width: 100%;
    max-width: 486px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 20px;
}

.characteristics td {
    padding: 10px 12px 9px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.characteristics td:first-child {
    font-weight: bold;
    width: 200px;
}

.category-other {
    margin-bottom: 16px;
}

.category-other h2, .category-other .h2 {
    margin-bottom: 16px;
}

.card-categories {
    margin-bottom: 32px;
}

.mob-card-image {
    display: none;
    text-align: center;
}

.mob-card-image img {
    max-width: 100%;
}

.mob-card-measure {
    display: none;
    font-size: 14px;
    color: #828282;
    margin-bottom: 12px;
    margin-top: -12px;
}

.mob-share {
    display: none;
    text-align: center;
    position: relative;
    padding: 16px 12px 12px;
}

.mob-share-list {
    text-align: left;
}

.mob-share-list .share-list {
    display: block;
    position: static;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.mob-share-list .share-item {
    margin-bottom: 18px;
}

.mob-share-list .share-link:before {
    margin-right: 12px;
}

/*-----------------------------------------------------------------------
---------------------------------   Order status   ---------------------*/
.status {
    max-width: 753px;
    margin-bottom: 60px;
    padding-top: 8px;
}

.status-check {
    margin-bottom: 32px;
    display: flex;
}

.status-check .status-popup-input {
    max-width: 311px;
}

.status-check .status-popup-btn {
    padding-left: 22px;
    padding-right: 22px;
}

.status-result {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-bottom: 20px;
}

.status-result-top {
    background: rgba(229, 232, 245, 0.4);
    padding: 16px 20px 14px;
    position: relative;
}

.status-result-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    padding-left: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-result-title:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 1px;
    left: 0;
}

.status-result-title.success:before {
    background: url(/local/templates/main_new/css/../images/icons/status-success.svg) center center no-repeat;
}

.status-result-title.received:before {
    background: url(/local/templates/main_new/css/../images/icons/time.svg) center center no-repeat;
}

.status-result-delivery {
    padding-bottom: 6px;
    margin-top: 12px;
}

.status-order {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
}

.status-order-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.status-order-date {
    font-weight: bold;
    font-size: 14px;
    margin-right: 9px;
    line-height: 24px;
    display: inline-block;
}

.status-order-tag {
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 20px;
}

.status-order-tag.in-process {
    background-color: #2468AC;
    color: #fff;
}

.status-order-tag.completed {
    background-color: #6FCF97;
    color: #fff;
}

.status-order-tag.canceled {
    background-color: #f2f2f2;
}

.status-order-number {
    font-size: 14px;
    color: #828282;
    margin-bottom: 16px;
    margin-top: -2px;
}

.status-order-delivery {
    font-size: 14px;
    color: #828282;
}

.status-order-price {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    margin-bottom: 8px;
}

.status-order-goods {
    display: flex;
    justify-content: flex-end;
}

.sog-item {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    background-color: #fff;
}

.sog-item img {
    max-width: 100%;
    max-height: 100%;
}

.sog-more {
    border-radius: 50%;
    background-color: #F2F2F2;
    font-size: 14px;
}

.sog-more .more3 {
    display: none;
}

.mob-sog-quantity {
    display: none;
    font-size: 14px;
}

.status-empty {
    max-width: none;
}

.order-not-exist {
    width: 380px;
    background-position: right 60px top;
}

.left-text {
    max-width: 710px;
    padding-bottom: 10px;
}

.start-shopping {
    width: 241px;
    padding-top: 187px;
    background: url(/local/templates/main_new/css/../images/shopping.svg) right top no-repeat;
    text-align: center;
    margin: 76px auto 100px;
}

.start-shopping-btn {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 16px;
}

/*-----------------------------------------------------------------------
---------------------------------------   Form   -----------------------*/
.form {
    max-width: 520px;
    margin-bottom: 100px;
    padding-top: 20px;
}

.form .input {
    display: block;
    width: 100%;
    padding: 0 12px;
}

.form-row {
    margin-bottom: 20px;
}

.label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.registration-phone {
    display: flex;
    justify-content: space-between;
}

.registration-phone.success {
    justify-content: flex-start;
}

.confirmation {
    display: flex;
}

.phone-confirm {
    width: 171px;
    height: 40px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 8px;
}

.phone-number {
    font-weight: bold;
    font-size: 24px;
    margin-right: 24px;
    padding-top: 4px;
    height: 40px;
}

.phone-number .number {
    white-space: nowrap;
}

.phone-number .light-link {
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-weight: normal;
}

.input.code-input {
    width: 120px;
}

.number-success {
    padding-left: 36px;
    position: relative;
}

.number-success:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: -1px;
    background: url(/local/templates/main_new/css/../images/icons/status-success.svg) center center no-repeat;
}

.birthday {
    max-width: 280px;
    display: flex;
    margin-right: -1px;
}

.birthday .day {
    width: 33.5%;
    position: relative;
}

.birthday .day .select2-container--default .select2-selection--single {
    border-radius: 2px 0 0 2px;
}

.birthday .month {
    width: 66.5%;
    margin-left: -1px;
    position: relative;
}

.birthday .month .select2-container--default .select2-selection--single {
    border-radius: 0 2px 2px 0;
}

.birthday + .form-note {
    width: 280px;
    margin-top: 3px;
}

.birthday .select {
    width: 100%;
}

.birthday .select2-container {
    width: 100% !important;
}

.birthday .select2-container--default .select2-selection--single {
    position: relative;
}

.birthday .select2-container--default .select2-selection--single:hover {
    z-index: 2;
}

.birthday .select2-container--default .select2-selection--single:focus {
    z-index: 3;
}

.form-note {
    font-size: 12px;
    line-height: 16px;
}

.form-checkbox {
    font-size: 14px;
    margin-bottom: 12px;
}

.form-checkbox:last-child {
    margin-bottom: 0;
}

.form-btn {
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
}

/*-----------------------------------------------------------------------
--------------------------------------   Order   -----------------------*/
.order-header {
    padding: 30px 0;
    background-color: #EB292F;
    color: #fff;
    margin-bottom: 20px;
}

.order-header .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-logotip {
    position: absolute;
    top: -3px;
    left: 52px;
}

.order-warranty,
.order-temperature {
    display: inline-block;
    margin: 0 22px;
    position: relative;
    padding-left: 36px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.order-warranty:before,
.order-temperature:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
}

.order-warranty:hover,
.order-temperature:hover {
    text-decoration: underline;
}

.order-warranty:before {
    background: url(/local/templates/main_new/css/../images/icons/warranty.svg) center center no-repeat;
}

.order-temperature:before {
    background: url(/local/templates/main_new/css/../images/icons/temperature.svg) center center no-repeat;
}

.order-footer {
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0;
}

.order {
    width: 100%;
    margin-bottom: 100px;
}

.order-begin {
    display: flex;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 2px;
    margin-bottom: 20px;
}

.order-authorize {
    width: 320px;
    flex-shrink: 0;
    padding: 16px 20px;
    border-right: 1px solid rgba(18, 18, 18, 0.12);
}

.order-authorize .social-login {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}

.order-authorize .p-forgot-password {
    margin-bottom: 32px;
}

.without-registration {
    padding: 16px 20px;
}

.without-registration .note {
    font-size: 14px;
}

.continue-btn {
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    width: 280px;
    text-align: center;
}

.order-step {
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-top: none;
    padding: 16px 20px;
}

.order-step:first-child {
    border-radius: 2px 2px 0 0;
    border-top: 1px solid rgba(18, 18, 18, 0.12);
}

.order-step:last-child {
    border-radius: 0 0 2px 2px;
}

.order-step.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.order-step.active {
    margin-bottom: 20px;
    border-radius: 2px;
}

.order-step.active .order-step-number {
    background-color: #EB292F;
    color: #fff;
}

.order-step.active + .order-step {
    border-top: 1px solid rgba(18, 18, 18, 0.12);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.order-step.active .order-step-title {
    font-size: 24px;
    line-height: 32px;
}

.order-step.ready {
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
    margin-bottom: 20px;
    align-items: center;
}

.order-step.ready .order-step-number {
    font-size: 0;
    background: url(/local/templates/main_new/css/../images/icons/status-success.svg) center center no-repeat;
}

.order-step.ready + .order-step {
    border-top: 1px solid rgba(18, 18, 18, 0.12);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.order-step.ready + .order-step.ready {
    border-radius: 0;
    margin-top: -20px;
    border-top: none;
}

.order-step-top {
    display: flex;
    align-items: center;
}

.order-step-number {
    width: 24px;
    height: 24px;
    color: #828282;
    font-weight: 800;
    letter-spacing: 0.03em;
    font-size: 12px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #E5E8F5;
    text-align: center;
    line-height: 26px;
}

.order-step-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
}

.order-step-address {
    margin-top: 8px;
    margin-bottom: 10px;
}

.order-step-address .light-link {
    text-decoration: underline;
    margin-left: 5px;
}

.order-step-address .light-link:hover {
    text-decoration: none;
}

.order-step-form {
    margin-bottom: 0;
}

.order-step-form .form-note {
    margin-top: 3px;
}

.form-row-several {
    display: flex;
    align-items: flex-end;
}

.form-row-several .label {
    white-space: nowrap;
}

.form-row-item {
    width: 50%;
    margin-right: -1px;
}

.form-row-item .input {
    border-radius: 0;
}

.form-row-item:first-child .input {
    border-radius: 2px 0 0 2px;
}

.form-row-item:last-child .input {
    border-radius: 0 2px 2px 0;
}

.form-row-item:hover {
    position: relative;
    z-index: 1;
}

.form-row-item .input:focus {
    position: relative;
    z-index: 2;
}

.mob-order-step-button {
    display: none;
}

.order-step-next {
    width: 200px;
    padding: 12px 16px 8px;
}

.order-step-delivery,
.order-step-contacts {
    text-align: right;
    margin: -16px 0;
    line-height: 30px;
}

.order-step-delivery .address,
.order-step-contacts .address {
    color: #828282;
}

.order-step-contacts {
    color: #828282;
}

.order-radio-item {
    margin-bottom: 12px;
}

.order-radio-item:last-child {
    margin-bottom: 0;
}

.mob-steps-numbers {
    display: none;
    margin-bottom: 8px;
}

.steps-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-right: 38px;
    background-color: #E5E8F5;
    color: #828282;
    position: relative;
}

.steps-number.active {
    background-color: #EB292F;
    color: #fff;
}

.steps-number:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    right: -30px;
}

.steps-number:last-child:before {
    content: none;
    margin-right: 0;
}

.mob-order-address {
    display: none;
}

.datepicker--day-name {
    color: #828282;
}

.datepicker--cell.-current- {
    color: #EB292F;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    background: #2468AC;
}

.order-right {
    margin-bottom: 32px;
    margin-left: 171px;
}

.order-right-block {
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 2px;
    position: relative;
}

.order-info {
    padding: 20px 20px 12px;
}

.order-info-top {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-price {
    margin: 0 12px 0 0;
}

.order-quantity {
    text-decoration: underline;
    cursor: pointer;
}

.order-quantity:hover {
    text-decoration: none;
}

.order-goods {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -3px 7px;
}

.order-goods-item {
    width: 32px;
    height: 32px;
    margin: 0 2px 5px;
}

.order-back {
    text-align: center;
}

.order-result-note {
    background-color: #F6F6F6;
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
}

.order-more {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px 20px 8px;
}

.order-more .card-small {
    width: 100%;
    margin-bottom: 12px;
}

.order-more-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.order-popup {
    top: 0;
    margin-top: -72px;
}

.order-popup-buttons {
    display: flex;
    margin: 0 -4px 8px;
}

.save-order-btn,
.back-btn {
    padding: 12px 16px 8px;
    width: 50%;
    margin: 0 4px;
    text-align: center;
}

.not-first-order {
    padding: 12px 24px 12px 16px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: rgba(229, 232, 245, 0.4);
}

.nfo-title {
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 4px;
}

.nfo-text {
    font-size: 14px;
}

.order-received {
    padding-left: 36px;
    position: relative;
}

.order-received::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/time.svg) center center no-repeat;
    left: 0;
    top: 8px;
}

.order-success {
    padding-left: 36px;
    position: relative;
}

.order-success::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/status-success.svg) center center no-repeat;
    left: 0;
    top: 5px;
}

.order-info-block {
    margin-top: 32px;
}

.order-info-block:last-child {
    margin-bottom: 80px;
}

.order-detail {
    margin-bottom: 12px;
}

.order-detail:last-child {
    margin-bottom: 0;
}

.order-detail-label {
    font-size: 14px;
}

.order-detail-info {
    font-weight: bold;
}

.order-composition {
    display: flex;
}

.order-item {
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

/*-----------------------------------------------------------------------
------------------------------------   Cabinet   -----------------------*/
.cabinet-nav-wrapper {
    margin-bottom: 16px;
}

.cabinet-nav {
    display: flex;
}

.cabinet-nav-item {
    padding: 4px 8px;
    background: rgba(229, 232, 245, 0.4);
    border-radius: 2px;
    margin-right: 8px;
    line-height: 24px;
    position: relative;
    white-space: nowrap;
}

.cabinet-nav-item.active {
    color: #fff;
    /*pointer-events: none;*/
    background-color: #EB292F;
    text-decoration: none;
}

.details-page-nav .cabinet-nav-item.active {
    pointer-events: unset;
    text-decoration: underline;
}

.orders-quanity {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #2468AC;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    top: -8px;
    right: -8px;
}

.order-cancel-btn {
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0 20px;
    background-color: #E5E8F5;
}

.order-cancel-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #E5E8F5;
}

.order-cancel-btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #E5E8F5;
}

.order-pay-btn {
    height: 40px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    margin: -6px 0 -6px 20px;
    white-space: nowrap;
}

.orders-cols {
    display: flex;
}

.orders-cols .status {
    width: 100%;
    padding-top: 0;
}

.orders-cols .orders-right {
    margin-left: 60px;
    width: 50%;
    min-width: 372px;
}

.cabinet-orders {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.status-result + .cabinet-orders {
    margin-top: 30px;
    border-top: none;
}

.cabinet-orders-item {
    padding: 10px 8px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.cabinet-orders-item:hover, .cabinet-orders-item.active {
    background-color: #F6F6F6;
}

.cabinet-order-details {
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 4px;
    margin-bottom: 60px;
    display: none;
}

.cabinet-order-details.active {
    display: block;
}

.cabinet-order-details .order-info-top {
    align-items: flex-start;
}

.cabinet-order-info {
    padding: 20px 16px 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.order-info-data {
    margin-right: 24px;
}

.order-number {
    font-weight: bold;
    margin-right: 12px;
    color: #333;
    display: inline-block;
}

.order-date {
    color: #828282;
    font-size: 14px;
    display: inline-block;
}

.order-status {
    margin-top: 6px;
}

.order-info-button {
    display: flex;
}

.repeat-btn {
    padding: 8px 20px 0;
    margin-right: 8px;
    height: 32px;
    white-space: nowrap;
}

.edit-btn {
    width: 32px;
    height: 32px;
    background: url(/local/templates/main_new/css/../images/icons/edit.svg) center center no-repeat #E5E8F5;
}

.edit-btn:hover {
    background: url(/local/templates/main_new/css/../images/icons/edit.svg) center center no-repeat #DDE0EF;
}

.edit-btn:active {
    background: url(/local/templates/main_new/css/../images/icons/edit.svg) center center no-repeat #D6D9E9;
}

.order-info-delivery {
    position: relative;
    padding-left: 24px;
}

.order-info-delivery:before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(/local/templates/main_new/css/../images/icons/clock.svg) center center no-repeat;
}

.order-info-delivery.self:before {
    background-image: url(/local/templates/main_new/css/../images/icons/location.svg);
    background-size: contain;
}

.cabinet-order-list {
    padding: 12px 16px 0;
}

.order-list-total {
    padding-left: 4px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-goods {
    font-size: 14px;
}

.total-goods .weight {
    color: #828282;
}

.total-price {
    font-weight: bold;
}

.order-details-item {
    padding-left: 0;
}

.order-details-item .boi-data {
    align-items: flex-start;
}

.order-details-item .boi-text {
    width: 60%;
}

.order-details-item .boi-price {
    font-weight: normal;
}

.odi-quantity {
    position: relative;
    padding-right: 8px;
    padding-left: 20px;
    white-space: nowrap;
    width: 60px;
}

.odi-quantity:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: url(/local/templates/main_new/css/../images/icons/multiple.svg) center center no-repeat;
    top: 6px;
    left: 0;
}

.details-page {
    max-width: 753px;
}

.details-page .cabinet-order-info {
    margin-left: -16px;
    margin-right: 0px;
    padding: 4px 0px 16px 16px;
}

.details-page .order-info-button {
    right: -10px;
    position: relative;
}

.details-page .order-status {
    margin-top: 0;
}

.details-page .cabinet-order-list {
    padding-left: 0;
    padding-right: 0;
}

.details-page .order-info-data {
    margin-right: 0;
}

.details-page-list {
    margin-bottom: 60px;
}

.details-page-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.dpi-image {
    width: 48px;
    height: 48px;
    margin-right: 12px;
}

.dpi-info {
    width: calc(100% - 60px);
}

.dpi-info .title {
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}

.dpi-info-bottom {
    display: flex;
    align-items: center;
}

.dpi-info-bottom .piece {
    width: 50%;
    color: #828282;
}

.dpi-quantity {
    width: 25%;
    position: relative;
    padding-left: 20px;
}

.dpi-quantity:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 6px;
    background: url(/local/templates/main_new/css/../images/icons/multiple.svg) center center no-repeat;
}

.dpi-price {
    width: 25%;
    text-align: right;
    font-weight: bold;
}

.dpi-price .weight {
    font-weight: normal;
    font-size: 14px;
    color: #828282;
}

.cabinet-contacts {
    margin-bottom: 40px;
}

.cabinet-contacts-row {
    margin-bottom: 12px;
    font-size: 14px;
}

.cabinet-contacts-row strong {
    font-size: 16px;
}

.cabinet-contacts-edit {
    padding-top: 4px;
}

.change-password {
    width: 280px;
    margin-bottom: 100px;
}

.change-password .input {
    width: 100%;
    padding: 0 12px;
    letter-spacing: 0.05em;
}

.change-password-btn {
    width: 200px;
    text-align: center;
}

.cabinet-address {
    padding: 12px 20px 12px 16px;
    background-color: rgba(229, 232, 245, 0.4);
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 20px;
}

.cabinet-address .light-link {
    margin-left: 3px;
}

.cabinet-map {
    height: 516px;
    margin-bottom: -20px;
}

.cabinet-map iframe {
    display: block;
}

.favorite-quantity {
    margin-bottom: 16px;
    color: #828282;
}

.favorite-page-buttons {
    margin-bottom: 32px;
    position: relative;
}

.favorite-page-buttons .error_msg {
    position: absolute;
    color: red;
    left: 0px;
    bottom: -24px;
    display: none;
}

.favorite-page-buttons .favorite-basket-btn:hover + .error_msg {
    display: block;
}

.favorite-basket-btn {
    padding: 12px 16px 8px;
    margin-right: 8px;
    line-height: 20px;
}

.favorite-goods .mob-favorite {
    background-color: #E5E8F5;
}

/*-----------------------------------------------------------------------
-------------------------------------   Search   -----------------------*/
.search-popup {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    left: 0;
    width: 100%;
    min-width: 518px;
    z-index: 103;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(11, 27, 85, 0.25);
    border-radius: 4px;
    display: none;
}

.search-popup.active {
    display: block;
}

.search-empty {
    height: 240px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.search-empty.active {
    display: flex;
}

.search-list-title {
    font-weight: bold;
    padding: 16px;
}

.search-popup-list .search-list-title {
    padding-bottom: 5px;
}

.search-history {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 8px;
}

.search-history-item {
    margin-bottom: 16px;
    padding: 0 16px;
    display: block;
    text-decoration: none;
}

.search-history-item:hover {
    text-decoration: underline;
}

.search-popup-item {
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: none;
    text-decoration: none;
}

.search-popup-item .boi-text {
    width: calc(100% - 72px);
    padding-right: 0;
}

.search-popup-item .boi-text .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.search-popup-item .boi-text .title-super {
    padding-right: 32px;
    position: relative;
}

.search-popup-item .boi-text .title-super:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/super.svg) center center no-repeat;
    right: 0;
    top: -4px;
}

.search-popup-item .boi-text .piece {
    font-weight: bold;
}

.search-popup-item .boi-text .measure {
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
}

.search-popup-category {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 12px 24px 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.search-popup-category:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../images/icons/arrow-right.svg) right center no-repeat;
    background-size: contain;
    right: 16px;
    top: 50%;
    margin-top: -11px;
}

.search-popup-category:hover {
    background-color: #f2f2f2;
}

.search-category-name {
    padding: 6px 8px;
    background: #F7F7F7;
    border-radius: 2px;
    margin-right: 26px;
    position: relative;
    margin-left: 8px;
}

.search-popup-results {
    display: block;
    padding: 22px 12px 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0 0 4px 4px;
    background-color: #F2F2F2;
    font-size: 12px;
    font-weight: bold;
}

.search-popup-results:hover {
    text-decoration: underline;
}

.search-page-title {
    font-weight: normal;
    margin-bottom: 12px;
}

.search-together {
    margin-top: -60px;
    margin-bottom: 60px;
}

.catalog-search .mob-search-result {
    display: block;
}

.catalog-search .mob-search-empty {
    display: flex;
}

.catalog-search .mob-catalog-wrapper {
    display: none;
}

/*-----------------------------------------------------------------------
---------------------------------------   18+   ------------------------*/
.blur18 {
    filter: blur(14px);
}

.popup-18 {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    padding: 40px 32px 40px;
    z-index: 110;
    width: 429px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.popup-18 .grey-btn {
    width: 150px;
}

.popup-18-logo {
    position: absolute;
    left: 16px;
    top: 16px;
    display: none;
}

.popup-18-text {
    padding-top: 154px;
    background-image: url(/local/templates/main_new/css/../images/18plus.svg);
    background-position: right 60px top;
}

.popup-18-text .products-empty-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.subscribe-right {
    border-radius: 4px;
    text-align: center;
    padding: 155px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/local/templates/main_new/css/../images/mail-bg-1.svg) center top 32px no-repeat #E5E8F5;
}

.mail-image {
    margin: 20px 0 32px;
}

.subscribe-right-text {
    margin-bottom: 20px;
}

.subscribe-right .subscribe {
    padding: 0;
}

.news-item {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.news-item-image {
    width: 250px;
    height: 188px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-item-info {
    padding-top: 3px;
    padding-left: 20px;
}

.news-item-date {
    color: #828282;
    margin-bottom: 2px;
}

.news-item-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: bold;
}

.news-item-text {
    line-height: 24px;
}

.news-item-more {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-top: 8px;
    color: #828282;
}

.news {
    margin-right: 32%;
}

.news-title {
    margin-bottom: 8px;
}

.news-date {
    color: #828282;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}

.news-text {
    font-size: 16px;
    line-height: 24px;
}

.news-text p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}

.news-text p:last-child {
    margin-bottom: 0;
}

.news-text img {
    max-width: 100%;
    display: block;
    margin: 48px 0 40px;
    border-radius: 4px;
}

.news-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px 20px;
}

.news-social-item {
    width: calc(25% - 10px);
    margin: 0 5px;
    border-radius: 4px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    cursor: pointer;
}

.news-social-item.vk {
    background-color: #096294;
}

.news-social-item.fb {
    background-color: #4266AB;
}

.news-social-item.ok {
    background-color: #F2994A;
}

.news-social-item.tw {
    background-color: #2AA3EF;
}

.news-line {
    border-top: 1px solid rgba(18, 18, 18, 0.12);
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.content-cols + .news-line {
    margin-top: 20px;
}

.content-cols + .news-line .news-line-item {
    margin-bottom: 32px;
}

.news-line-item {
    width: 50%;
    padding: 0 26px;
}

.news-line-item:first-child {
    margin-left: -26px;
}

.news-line-item:last-child {
    margin-right: -26px;
}

.nli-image {
    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
}

.nli-image img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.nli-date {
    color: #828282;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}

.nli-title {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.vacancy-right .filter-item + .filter-item {
    border-top: none;
    margin-top: 0;
}

.vacancy {
    font-size: 16px;
    line-height: 24px;
    padding-right: 100px;
}

.vacancy p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}

.vacancy p:last-child {
    margin-bottom: 0;
}

.vacancy p + .h3 {
    margin-top: 40px;
    margin-bottom: 12px;
}

.vacancy .list {
    list-style: none;
    margin: 0;
    padding: 0 0 28px;
}

.vacancy .list li {
    padding-left: 18px;
    margin-bottom: 8px;
    position: relative;
}

.vacancy .list li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    top: 8px;
    left: 0;
}

.check-list {
    list-style: none;
    margin: 0;
    padding: 24px 0 12px;
}

.check-list li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.check-list li:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/status-success.svg) center center no-repeat;
    left: 0;
    top: 1px;
}

.vacancy-form {
    width: 100%;
    padding: 16px 20px 20px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 2px;
}

.vacancy-form .form {
    padding-top: 0;
    margin-bottom: 0;
}

.vacancy-form .input,
.vacancy-form .textarea {
    width: 100%;
}

.vacancy-form .textarea {
    height: 80px;
}

.form-row-half {
    width: 50%;
}

.upload-input {
    opacity: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.upload-link {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
}

.upload-link:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(/local/templates/main_new/css/../images/icons/attach.svg) center center no-repeat;
    left: 0;
    top: -2px;
}

.uploaded-file {
    padding-left: 36px;
    position: relative;
    margin-top: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.uploaded-file:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/main_new/css/../images/icons/status-success.svg) center center no-repeat;
    left: 0;
    top: 0;
}

.delete-file {
    width: 14px;
    height: 14px;
    background: url(/local/templates/main_new/css/../images/icons/delete.svg) center center no-repeat;
    margin-left: 12px;
    flex-shrink: 0;
    cursor: pointer;
}

.file-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.file-type {
    flex-shrink: 0;
}

.vacancy-btn {
    width: 200px;
    height: 40px;
    text-align: center;
}

.success-popup {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0px 6px 26px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    text-align: center;
    display: none;
    padding: 40px 24px;
    width: 336px;
    min-width: 300px;
}

.success-popup.active {
    display: block;
}

.success-text {
    margin-top: 16px;
}

.main-contacts {
    margin-bottom: 32px;
}

.main-phone {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    text-decoration: none;
    pointer-events: none;
}

.main-office {
    margin-bottom: 40px;
    margin-top: -8px;
}

.offices {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-right: 60px;
}

.offices:last-child {
    margin-bottom: -40px;
}

.offices:last-child:after {
    border-bottom: none;
}

.offices:after {
    content: '';
    width: 100%;
    display: block;
    height: 3px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: -33px 0 40px;
    position: relative;
    z-index: 1;
}

.offices-item {
    width: calc(33.33% - 40px);
    margin: 0 60px 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 20px;
}

.offices-item:nth-child(3n) {
    margin-right: 0;
}

.office-title {
    margin-bottom: 12px;
}

.office-person {
    font-weight: bold;
    margin-bottom: 12px;
}

.office-email {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}

.office-email:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
    background: url(/local/templates/main_new/css/../images/icons/email2.svg) center center no-repeat;
}

.office-email:hover {
    text-decoration: underline;
}

.office-phone {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}

.office-phone:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    background: url(/local/templates/main_new/css/../images/icons/phone.svg) center center no-repeat;
}

.office-phone:hover {
    text-decoration: underline;
}

.office-location {
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
}

.office-location:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
    background: url(/local/templates/main_new/css/../images/icons/location2.svg) center center no-repeat;
}

.office-director {
    padding: 4px 0 12px;
}

.office-director .office-person {
    margin-bottom: 0;
}

.office-position {
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}

.stores {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}

.stores-info {
    width: 33%;
    padding-right: 60px;
}

.stores-map {
    width: 67%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.stores-map img {
    display: block;
    border-radius: 4px;
    min-height: 450px;
    object-fit: cover;
}

.store {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.store:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.store-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.store-address {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    pointer-events: none;
}

.store-address .note {
    color: #828282;
    font-size: 14px;
}

.store-shedule {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
}

.store-shedule .days {
    color: #828282;
}

.store-shedule .time {
    font-weight: bold;
}

.store-popup, .popup.store-popup {
    padding: 0;
    height: 100%;
    border-radius: 0;
    overflow: auto;
    z-index: 1000;
}

.store-popup-map {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.store-popup-map img {
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.store-popup-info {
    padding: 16px 16px 10px;
}

.store-popup-info .store-address {
    color: #333;
    pointer-events: none;
}

.store-popup-close {
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    text-align: center;
}

.mob-vacancy-tags {
    display: none;
    margin-bottom: 16px;
}

.mob-vacancy-tags .filter-item {
    border-top: none;
}

.mob-vacancy-tags .filter-item-title {
    font-size: 20px;
    line-height: 24px;
}

.contacts-title {
    margin-bottom: 40px;
}

.error404-top {
    display: flex;
    align-items: center;
    margin-bottom: 52px;
    padding-top: 48px;
}

.error404-title {
    text-align: right;
    width: 33%;
    font-size: 120px;
    line-height: 52px;
    padding-right: 60px;
    padding-top: 12px;
}

.error404-image {
    width: 67%;
}

.error404-image img {
    display: block;
}

.error404 {
    padding-left: 33%;
    margin-bottom: 76px;
}

.error404 h1, .error404 .h1 {
    margin-bottom: 30px;
}

.error404 h3, .error404 .h3 {
    margin-bottom: 12px;
}

.error404-links {
    margin-bottom: 40px;
}

.error404-links p {
    margin-bottom: 12px;
}

.coupon-apply {
    padding: 12px 16px 8px;
    margin-left: 10px;
}

#error_step3 {
    color: red;
}

.mob-catalog-btn.js-catalog-open.small > span {
    display: none;
}

.form-row.checkbox-row label.label {
    display: inline-block;
    line-height: 20px;
    margin-top: 4px;
    margin-left: 5px;
    font-weight: 500;
    font-size: 15px;
}

.hidd {
    display: none;
}

.md-col input[type="password"],
.md-col input[type="text"],
.md-col input[type="email"],
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    padding: 0 12px;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

input[type="text"]:hover,
.select2-container--default .select2-selection--single:hover {
    border: 1px solid #c2c2c2;
}

/* каталог скидок и акций */

.katalog-skidok-i-aktsiy h1.h1 {
    display: none;
}

.katalog-skidok-i-aktsiy .cabinet-nav-wrapper {
    margin-bottom: 40px;
}

.katalog-skidok-i-aktsiy h2 {
    font-size: 28px;
}

.act-banners {
    margin-bottom: 20px;
}

.akc-list > h2 {
    margin-bottom: 35px;
}

.akc-list {
    margin-bottom: 90px;
}

.akc-products > h2 {
    margin-bottom: 41px;
}

.akc-products > a.btn {
    margin-top: 32px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.akc-products {
    margin-bottom: 42px;
}

.katalog-skidok-i-aktsiy > .wrapper > p:last-of-type {
    margin-bottom: 90px;
}

.katalog-skidok-i-aktsiy .recipes__item > p {
    font-size: 12px;
    line-height: 134%;
    color: #828282;
    margin-bottom: 10px;
}

.katalog-skidok-i-aktsiy .act-date {
    margin-bottom: 20px;
    color: #000;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
    max-width: max-content;
	margin-top: auto;
}

.act__btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.act-date + .act__btn-wrapper {
	margin-top: 0;
}

.act-date {
    margin-bottom: 10px;
}

.act__btn-wrapper > a {
    width: 45%;
}

.act__btn-wrapper > a > span, .pdf-wrapper > a > span {
    position: relative;
    margin-left: 15%;
}

.look_btn > span::before, .download_btn > span::before  {
    content: '';
    position: absolute;
    left: -20px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.look_btn > span::before {
    background-image: url(/images/grid_view.svg);
}

.download_btn > span::before {
    background-image: url(/images/picture_as_pdf.svg);
}

.katalog-skidok-i-aktsiy .recipes__item {
    border-radius: 4px;
    overflow: hidden;
}

.act-detail__hero {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 860px;
}

.act-detail__content {
    font-size: 14px;
    line-height: 134%;
}

.act-detail__img-wrapper {
    border: 1px solid rgba(18, 18, 18, 0.3);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: max-content;
    overflow: hidden;
}

.act-detail__title {
    margin: 0;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.act-detail__dates {
    margin-bottom: 30px;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    max-width: max-content;
}

.act-detail__img {
    width: 100%;
    max-height: 447px;
    object-fit: cover;
    width: 100%;
    border-radius: 3px 3px 0 0;
}

@media (max-width: 900px) {
    .act-detail__img {
        max-height: 50vw;
    }
}

.pdf-wrapper {
    padding: 0 21px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.pdf-wrapper > p {
    font-size: 12px;
    line-height: 134%;
    color: #828282;
    margin-bottom: 10px;
}

.pdf-wrapper .download_btn {
    display: block;
    min-width: 172px;
}

.act-products {
    margin-top: 45px;
}

.act-products > h2 {
    margin-bottom: 25px;
}

.catalog_skidok h1.h1 {
    display: none;
}

.act-detail__archive {
    background-color: #EB292F;
    padding: 5px 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 166%;
    max-width: max-content;
    margin-bottom: 10px;
}

.breadcrumbs-level.active span {
    color: #EB292F;
}

.act-breadcrumbs {
    margin: 25px 0;
}

.errorinn{
	margin-top: 5px;
	position: relative;
	padding: 5px 10px;
	margin-bottom: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: 0.25rem;
	color: #721c24;
	background-color: #f8d7da;
}

.selector-fix {
	font: 16px / 20px "Circe", sans-serif;
	height: 40px;
	color: #333;
	padding: 0 12px;
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}

/* End */


/* Start:/local/templates/main_new/css/media.css?174006330137226*/
@media (max-width: 1080px) {
    .sections-block {
        margin-right: 0;
    }

    .sections-block:after {
        content: none;
    }

    .sections-block:last-child {
        display: none;
    }

    .sections-block:first-child {
        margin-right: 24px;
    }

    .sections-block:first-child:after {
        content: '';
    }

    .subscribe-block {
        background: url(/local/templates/main_new/css/../images/mail-bg-1.svg) left 12px center no-repeat, url(/local/templates/main_new/css/../images/mail-bg-2.svg) right 16px center no-repeat #E5E8F5;
    }

    .theme-top {
        background-position: right -80px center;
    }
}

@media (max-width: 1320px) {
    .subscribe-block {
        background: url(/local/templates/main_new/css/../images/mail-bg-1.svg) left -30px center no-repeat, url(/local/templates/main_new/css/../images/mail-bg-2.svg) right -30px center no-repeat #E5E8F5;
    }

    .products {
        margin: 0 -8px;
    }

    .products-item {
        width: calc(20% - 16px);
        padding: 12px;
        position: relative;
        margin: 0 8px 12px;
    }

    .right-block:not(.right-hidden) + .goods .products-item {
        width: calc(25% - 16px);
    }

    .index-products .products-item:nth-child(6n),
    .category-other .products-item:nth-child(6n) {
        display: none;
    }

    .theme-products {
        margin: 0 0 0 1px;
    }

    .theme-products .products-item {
        margin: 0 0 -1px -1px;
        width: calc(20% + 1px);
    }

    .right-block {
        margin-left: 40px;
        width: 340px;
    }

    .goods .products {
        padding-right: 40px;
    }
}

@media (max-width: 1280px) {
    .theme-top {
        background-position: right -120px center;
    }

    .subscribe-block {
        background: url(/local/templates/main_new/css/../images/mail-bg-1.svg) left -48px center no-repeat, url(/local/templates/main_new/css/../images/mail-bg-2.svg) right -44px center no-repeat #E5E8F5;
    }

    .customer-choice {
        margin-left: -8px;
        margin-right: -8px;
    }

    .choice-block {
        width: 33.3%;
        padding: 0 8px;
    }

    .choice-category {
        margin-left: 0;
    }

    .scroll-block {
        padding-bottom: 20px;
    }

    .right-block {
        width: 309px;
    }

    .order-right {
        width: 372px;
    }

    .other-products {
        margin-left: 0;
        margin-right: -16px;
    }

    .other-products .card-small {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .other-products .card-small:nth-child(4n) {
        display: none;
    }

    .product-together-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product-together-list .card-small {
        width: calc(33.33% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }

    .product-together-list .card-small:nth-child(4n) {
        display: none;
    }

    .person-btn .name {
        display: none;
    }

    .header-search {
        padding: 0 32px 0 52px;
    }

    .orders-cols .orders-right {
        margin-left: 40px;
    }

    .order-details-item .boi-text {
        white-space: nowrap;
        width: 113px;
    }

    .order-details-item .boi-text .title {
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sog-item:nth-child(6),
    .sog-item:nth-child(7),
    .sog-item:nth-child(8) {
        display: none;
    }

    .sog-more .more {
        display: none;
    }

    .sog-more .more3 {
        display: inline;
    }

    .order-header .wrapper {
        justify-content: flex-end;
    }

    .order-warranty, .order-temperature {
        margin: 0 0 0 36px;
    }

    .order-authorize {
        width: 260px;
    }

    .continue-btn {
        width: 248px;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 1200px, min-width:  709px) {
    .tablet-hide {
        display: none;
    }

    .theme-block {
        margin-bottom: 32px;
    }

    .theme-top {
        background-image: url(/local/templates/main_new/css/../images/flowers-bg-2.png);
        background-position: right center;
    }

    .theme-text {
        max-width: 350px;
    }

    .subscribe-block {
        background: url(/local/templates/main_new/css/../images/mail-bg-1.svg) left -98px center no-repeat, url(/local/templates/main_new/css/../images/mail-bg-2.svg) right -94px center no-repeat #E5E8F5;
    }

    .footer-block {
        margin-right: 2%;
    }

    .footer-contacts {
        width: 13%;
    }

    .right-block:not(.right-hidden) + .goods .products-item {
        width: calc(33.33% - 16px);
    }

    .product-info {
        width: calc(100% - 319px);
    }

    .product-info + .product-together {
        width: 319px;
    }

    .product-info + .product-together .card-small {
        width: 100%;
    }

    .product-info + .product-together .card-small:nth-child(2n) {
        display: none;
    }

    .header-delivery-address {
        display: none;
    }

    .search-input:focus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 430px;
        height: 100%;
    }
}

@media (max-width: 1120px) {
    .visual {
        margin-bottom: 32px;
    }

    .subscribe-block {
        background: #E5E8F5;
        margin-top: 20px;
    }

    .card-small {
        margin-right: 16px;
    }

    .products-item-price {
        padding-right: 0;
    }

    .buy-quantity {
        padding: 0 22px;
    }

    .buy-quantity .value {
        width: 37px;
    }

    .catalog-col {
        width: 25%;
    }

    .catalog-col-2 {
        display: block;
        width: 25%;
    }

    .catalog-col-2 .catalog-col {
        width: 100%;
    }

    .search-together {
        margin-bottom: 12px;
    }

    .product-info {
        /*width: calc(100% - 319px);*/
    }

    .product-info + .product-together {
        width: 319px;
    }

    .product-info + .product-together .card-small {
        width: 100%;
    }

    .product-info + .product-together .card-small:nth-child(2n) {
        display: none;
    }

    .order-step-delivery,
    .order-step-contacts {
        padding-left: 40px;
        line-height: 20px;
    }

    .order-step-delivery .address,
    .order-step-contacts .address {
        display: inline;
    }

    .order-step-contacts {
        padding-left: 20px;
    }
}

@media (max-width: 1040px) {
    .wrapper {
        padding: 0 32px;
    }

    .content {
        padding-top: 64px;
        padding-bottom: 28px;
    }

    .login-btn:before {
        margin-right: 0;
    }

    .card {
        margin-bottom: 32px;
    }

    .card-image {
        width: 42%;
        padding-right: 20px;
    }

    .card-info {
        width: 58%;
    }

    .product-about {
        margin-bottom: 16px;
    }

    .share-list {
        left: 0;
    }

    .cabinet-map {
        margin-bottom: -28px;
    }

    .orders-cols .status {
        margin-bottom: 12px;
    }

    .order-header {
        margin-bottom: 0;
    }

    .order-logotip {
        left: 32px;
    }

    .continue-btn {
        margin-top: -4px;
    }

    .not-first-order {
        display: block;
    }

    .order-step-delivery,
    .order-step-contacts {
        padding-left: 12px;
    }
}

@media (max-width: 1020px) and (min-width: 901px) {
    .order-begin {
        flex-direction: column;
    }

    .order-authorize {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .order-authorize .p-forgot-password {
        margin-bottom: 20px;
    }

    .order-authorize .social-login {
        margin-bottom: 32px;
    }
}

@media (max-width: 980px) {
    .header-search {
        padding: 0 12px 0 24px;
    }

    .header-links-item {
        margin-left: 16px;
    }

    .catalog-button {
        font-size: 0;
    }

    .sections-block:first-child {
        margin-right: 0;
    }

    .sections-block:first-child:after {
        content: none;
    }

    .footer-logo,
    .footer-block {
        display: none;
    }

    .mob-footer-nav {
        display: block;
    }

    .footer-contacts {
        width: 50%;
        text-align: right;
    }

    .footer-social {
        justify-content: flex-end;
        margin-bottom: 28px;
    }

    .footer-phone {
        margin-bottom: 7px;
    }

    .phone-link {
        pointer-events: painted;
        color: #2468AC;
    }

    .products-item {
        width: calc(25% - 16px);
    }

    .index-products .products-item:nth-child(6n-1),
    .category-other .products-item:nth-child(6n-1) {
        display: none;
    }

    .choice-block {
        width: 50%;
    }

    .theme-top {
        background-position: right -80px center;
    }

    .theme-products .products-item {
        width: calc(25% + 1px);
    }

    .theme-links {
        flex-wrap: wrap;
        padding-bottom: 12px;
    }

    .theme-link {
        margin-bottom: 12px;
    }

    .right-block:not(.right-hidden) + .goods .products-item {
        width: calc(50% - 16px);
    }

    .other-products .card-small:nth-child(4n-1) {
        display: none;
    }

    .product-together-list .card-small {
        width: calc(50% - 16px);
    }

    .product-together-list .card-small:nth-child(4n-1) {
        display: none;
    }

    .card-image {
        width: 50%;
        padding-right: 20px;
    }

    .order-step.ready {
        flex-direction: column;
        align-items: stretch;
    }

    .order-step-delivery,
    .order-step-contacts {
        margin: 0;
        padding-left: 0;
        text-align: left;
        padding-top: 12px;
        line-height: 24px;
    }

    .order-step-delivery .address,
    .order-step-contacts .address {
        display: block;
    }

    .orders-right {
        display: none;
    }
}

@media (min-width: 901px) {
    .mob-catalog-close {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .header {
        height: 0;
        overflow: hidden;
    }

    .header > .wrapper {
        display: none;
    }

    .mob-header {
        display: block;
    }

    .theme-top {
        background-position: right -160px center;
    }

    .right-block {
        width: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .right-block:not(.right-hidden) + .goods .products-item {
        width: calc(25% - 16px);
    }

    .mob-filter-title,
    .mob-filter-bottom {
        display: block;
    }

    .mob-filter {
        display: flex;
    }

    .sorting,
    .filter-clear {
        display: none;
    }

    .goods-top {
        justify-content: space-between;
        align-items: center;
    }

    .clear-filter-link {
        display: inline-block;
    }

    .goods-filter,
    .card-categories {
        height: 34px;
        overflow: hidden;
        margin: 0 -32px 12px;
    }

    .filter-line {
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: -12px;
        padding: 0 32px 16px;
    }

    .filter-line .filter-tag {
        margin-bottom: 0;
        white-space: nowrap;
    }

    .filter-line:after {
        content: ' ';
        padding: 0 16px;
        display: inline-block;
    }

    .filter-block {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 375px;
        height: 100%;
        background-color: #fff;
        z-index: 2;
        padding: 76px 16px 0;
        overflow: auto;
    }

    .filter-block:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.12);
        top: 56px;
        left: 0;
    }

    .filter-block.active {
        display: flex;
        flex-direction: column;
    }

    .filter-inner {
        height: 100%;
    }

    .filter-item-title {
        font-size: 16px;
        line-height: 20px;
    }

    .filter-economy {
        display: none;
    }

    .goods .products {
        padding-right: 0;
    }

    .card-buttons {
        flex-wrap: wrap;
    }

    .to-basket-btn {
        width: calc(100% - 56px);
        text-align: center;
    }

    .share {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .share-list {
        text-align: left;
        width: 100%;
    }

    .empty-content {
        padding: 20px 0;
    }

    .cabinet-map {
        height: 400px;
    }

    .status-result-title {
        padding-right: 0;
    }

    .order-cancel-btn {
        position: static;
        margin-top: 6px;
    }

    .order-header {
        height: 80px;
        flex-shrink: 0;
    }

    .order-header-links {
        display: none;
    }

    .mob-catalog-btn {
        display: block;
    }

    .catalog {
        position: fixed;
        top: 0;
        z-index: 100;
        overflow: auto;
        height: 100%;
    }

    .catalog .wrapper {
        position: relative;
    }

    .catalog-900 {
        display: block;
    }

    .catalog-900-hide {
        display: none;
    }

    .catalog-col,
    .catalog-col-2 {
        width: 33.33%;
    }

    .catalog-item {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .orders-cols .status {
        margin-bottom: 60px;
    }

    .status-result:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 800px) {
    .wrapper {
        padding: 0 16px;
    }

    .products-item {
        width: calc(33.333% - 16px);
    }

    .right-block:not(.right-hidden) + .goods .products-item {
        width: calc(33.33% - 16px);
    }

    .index-products .products-item:nth-child(6n-2),
    .category-other .products-item:nth-child(6n-2) {
        display: none;
    }

    .theme-top {
        background-position: right -80px center;
    }

    .theme-products .products-item {
        width: calc(33.333% + 1px);
    }

    .theme-top {
        background-position: right -300px center;
    }

    .goods-filter,
    .card-categories {
        margin-left: -16px;
        margin-right: -16px;
    }

    .filter-line {
        padding-left: 16px;
        padding-right: 16px;
    }

    .filter-line:after {
        padding: 0 8px;
    }

    .order-logotip {
        left: 16px;
    }
}

@media (max-width: 767px) {
    .subscribe-block {
        margin-left: -16px;
        margin-right: -16px;
    }

    .mob-hide {
        display: none;
    }

    .mob-inline {
        display: inline;
    }

    .visual {
        display: none;
    }

    .sog-item {
        display: none;
    }

    .mob-sog-quantity {
        display: block;
    }

    .status-order-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .card-image {
        width: 45%;
    }

    .card-info {
        width: 55%;
    }

    .breadcrumbs-wrapper {
        height: 21px;
        overflow: hidden;
        margin: 8px -16px;
    }

    .breadcrumbs {
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 12px;
        padding: 0 16px 12px;
        margin-bottom: 0;
    }

    .card-info .breadcrumbs-wrapper {
        margin-left: 0;
    }

    .card-info .breadcrumbs {
        padding-left: 0;
    }

    .mob-basket-delete {
        display: none;
    }

    .product-info .h2{
        max-width: 50%;
    }

    .products-item-image .mark-tag{
        position: absolute;
        bottom: auto;
        top: 0;
        right: 5px;
        left: auto;
    }
    .products-item-image .mark-tag img{
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 700px) {
    .subscribe-block {
        background: url(/local/templates/main_new/css/../images/mob-mail-bg.svg) left 85% top 16px no-repeat #E5E8F5;
    }

    .subscribe-inner {
        padding-left: 0;
        padding-top: 148px;
        background-position: left 20% top 23px;
    }

    .subscribe {
        padding-right: 0;
    }

    .subscribe-links {
        display: none;
    }
}

@media (max-width: 640px) {
    /*каталог скидок и акций*/

    .katalog-skidok-i-aktsiy h2 {
        font-size: 24px;
    }

    .katalog-skidok-i-aktsiy .cabinet-nav-wrapper {
        margin-bottom: 20px;
    }

    .akc-list > h2 {
        margin-bottom: 15px;
    }

    .akc-list {
        margin-bottom: 50px;
    }

    .akc-products > h2 {
        margin-bottom: 20px;
    }

    .akc-products > a.btn {
        margin-top: 12px;
    }

    .akc-products {
        margin-bottom: 12px;
    }

    .katalog-skidok-i-aktsiy > .wrapper > p:last-of-type {
        margin-bottom: 50px;
    }

    .act-detail__hero {
        flex-direction: column;
        gap: 15px;
    }

    .act-detail__title {
        font-size: 24px;
        margin-bottom: 11px;
    }

    .act-detail__dates {
        margin-bottom: 15px;
    }

    .act-products > h2 {
        margin-bottom: 15px;
    }

    .act-detail__content {
        max-width: 100%;
    }

    .act-detail__img-wrapper {
        max-width: 100%;
        width: 100%;
    }

    /*каталог скидок и акций*/

    .products-item {
        width: calc(50% - 16px);
    }

    .right-block:not(.right-hidden) + .goods .products-item {
        width: calc(50% - 16px);
    }

    .theme-top {
        background-position: right -450px center;
    }

    .theme-link {
        margin-bottom: 8px;
    }

    .theme-link-icon {
        margin-right: 8px;
    }

    .theme-link-text {
        display: flex;
        padding-bottom: 4px;
    }

    .theme-link-text .category {
        margin-left: 8px;
    }

    .card-small-bottom {
        flex-wrap: wrap;
    }

    .card {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .card-info {
        width: 100%;
        padding-left: 0;
    }

    .card-image,
    .card-measure,
    .share {
        display: none;
    }

    .mob-card-image,
    .mob-card-measure,
    .mob-share {
        display: block;
    }

    .card-buy {
        max-width: none;
        padding: 12px;
    }

    .card-bought .card-buy {
        padding-bottom: 20px;
    }

    .card-quantity {
        display: none;
    }

    .card-bought .card-quantity {
        display: flex;
        margin-bottom: 8px;
    }

    .card-bought .card-quantity .buy-quantity {
        max-width: 110px;
        width: 100%;
    }

    .card-bought .card-quantity .result-price {
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
        width: auto;
    }

    .card-bought .card-quantity .value {
        font-size: 16px;
    }

    .card-quanity-left {
        width: 100%;
    }

    .result-price {
        width: 100%;
        justify-content: flex-end;
    }

    .card-price {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .product-about {
        flex-direction: column-reverse;
    }

    .product-info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px;
    }

    .product-info + .product-together {
        width: auto;
        padding-left: 0;
        margin-bottom: 16px;
    }

    .product-info + .product-together .card-small:nth-child(n) {
        display: flex;
    }

    .product-together {
        margin-left: -16px;
        margin-right: -16px;
        overflow: hidden;
    }

    .product-together h2, .product-together .h2 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .product-together-list {
        flex-wrap: nowrap;
        overflow: auto;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 40px;
        margin-bottom: -40px;
    }

    .product-together-list .card-small {
        min-width: 290px;
    }

    .product-together-list:after {
        content: '';
        display: inline-block;
        padding: 8px;
    }

    .product-info-content {
        display: flex;
        flex-direction: column;
    }

    .brand-our__detail-info {
        margin-bottom: -18px !important;
    }

    .product-info-text {
        margin-bottom: 0;
    }

    .characteristics td:first-child {
        min-width: 150px;
        width: auto;
    }

    .registration-phone-confirm {
        display: block;
    }

    .registration-phone-confirm.success {
        padding-left: 36px;
        position: relative;
    }

    .registration-phone-confirm.success:before {
        position: absolute;
        content: '';
        width: 24px;
        height: 24px;
        left: 0;
        top: 0;
        background: url(/local/templates/main_new/css/../images/icons/status-success.svg) center center no-repeat;
    }

    .registration-phone-confirm.success .number-success {
        display: none;
    }

    .phone-number {
        display: flex;
        align-items: center;
        height: auto;
        margin-bottom: 12px;
    }

    .phone-number .number {
        margin-right: 12px;
    }

    .order {
        margin-bottom: 0;
    }

    .order-begin {
        flex-direction: column-reverse;
        border: none;
        padding: 0;
    }

    .order-begin + .order-steps {
        display: none;
    }

    .order-authorize {
        padding: 0;
        border: none;
        width: 100%;
    }

    .order-authorize .social-login {
        margin-right: -16px;
        margin-left: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .without-registration {
        padding: 0;
    }

    .without-registration h2, .without-registration .h2, .without-registration .note {
        display: none;
    }

    .continue-btn {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .catalog.active {
        display: none !important;
    }

    .mob-catalog-popup.active {
        display: block !important;
    }

    .p-delivery-top {
        background-position: right -70px center;
        padding-right: 55%;
    }

    .status-result-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-pay-btn {
        margin: 12px 0 0 -36px;
    }
}

@media (max-width: 480px) {
    .content {
        padding-top: 16px;
        position: relative;
    }

    h1, .h1 {
        font-size: 24px;
        line-height: 32px;
    }

    h2, .h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .mob-navigation {
        max-width: none;
    }

    .index-title,
    .index-products,
    .theme-block,
    .social-login,
    .search-together {
        display: none;
    }

    .mob-index-title,
    .mob-products-selection {
        display: block;
    }

    .mob-card-buttons,
    .mob-social-login {
        display: flex;
    }

    .buy-quantity {
        height: 32px;
        width: 100%;
        text-align: center;
    }

    .buy-quantity .value {
        width: 50%;
        height: 30px;
        font-weight: normal;
    }

    .subscribe-block {
        background-position: right -5px top 16px;
        padding: 16px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .subscribe-inner {
        background-position: left 7% top 23px;
    }

    .subscribe-text {
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .choice-block-title {
        font-size: 16px;
        line-height: 24px;
    }

    .customer-choice {
        display: block;
        margin-bottom: 28px;
    }

    .choice-block {
        width: auto;
        min-width: 0;
        max-width: none;
        margin-bottom: 12px;
    }

    .card-small-content {
        justify-content: flex-start;
    }

    .card-small-right .to-basket,
    .card-small-right .buy-quantity {
        display: none !important;
    }

    .card-small-value {
        display: block !important;
    }

    .other-products {
        margin-right: 0;
        margin-bottom: 0;
    }

    .other-products .card-small {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .other-products-block {
        padding: 0;
        margin-bottom: 24px;
    }

    .other-products-block:last-child {
        margin-bottom: 0;
    }

    .goods {
        margin-bottom: 48px;
    }

    .products {
        margin-left: 0;
        margin-right: 0;
    }

    .products-item,
    .right-block:not(.right-hidden) + .goods .products-item {
        width: 100%;
        margin: 0 0 12px 0;
        padding: 12px 12px 12px 122px;
        min-height: 122px;
    }

    .products-item-image {
        position: absolute;
        width: 98px;
        height: 98px;
        top: 12px;
        left: 12px;
        margin: 0;
    }

    .products-item-title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .products-item-bottom {
        display: block;
    }

    .products-item-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4px;
    }

    .products-item-button,
    .products-item .favorite,
    .products-item .quantity {
        display: none !important;
    }

    .economy {
        font-size: 0;
        width: 24px;
        height: 24px;
        top: 0;
        left: 0;
        background: url(/local/templates/main_new/css/../images/icons/super.svg) center center no-repeat;
    }

    .economy:before {
        content: none;
    }

    .footer {
        padding: 15px 0 7px;
    }

    .search-page-title {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
        margin-bottom: 16px;
    }

    .favorite-page-buttons {
        margin-bottom: 12px;
    }

    .favorite-basket-btn {
        display: block;
        text-align: center;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .favorite-clear-btn {
        display: none;
        text-align: center;
    }

    .status {
        padding-top: 0;
    }

    .status-result-top {
        padding-left: 12px;
        padding-right: 12px;
    }

    .status-check {
        margin-bottom: 20px;
    }

    .status-result-title {
        font-size: 16px;
        line-height: 24px;
    }

    .status-result-title:before {
        top: -1px;
    }

    .status-result-delivery {
        font-size: 14px;
    }

    .status-order {
        padding: 12px;
    }

    .status-order-number {
        margin-top: -4px;
        margin-bottom: 6px;
    }

    .to-basket-btn,
    .in-basket-btn {
        height: 40px;
        line-height: 42px;
        width: calc(100% - 48px);
        text-align: center;
    }

    .favorite-btn {
        width: 40px;
        height: 40px;
    }

    .card-bought .card-buy {
        background-color: #6FCF97;
        color: #fff;
    }

    .card-bought .card-quantity-measure,
    .card-bought .light-link,
    .card-bought .result-price {
        color: #fff;
    }

    .card-bought .in-basket-btn {
        background: #E5E8F5;
        color: #333;
        font-weight: 800;
    }

    .card-bought .in-basket-btn:hover {
        background: #DDE0EF;
    }

    .card-bought .in-basket-btn:active {
        background: #D6D9E9;
    }

    .card-bought .in-basket-btn:before {
        background: url(/local/templates/main_new/css/../images/icons/in-basket-black.svg) center center no-repeat;
    }

    .card-categories {
        display: none;
        margin-bottom: 56px;
    }

    .category-other {
        margin-bottom: 48px;
    }

    .start-shopping {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .form {
        padding-top: 4px;
    }

    .form-row {
        margin-bottom: 16px;
    }

    .phone-confirm {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        margin-left: 0;
        min-width: 162px;
    }

    .phone-number {
        margin-bottom: 8px;
    }

    .phone-number .number {
        font-size: 16px;
        line-height: 24px;
    }

    .phone-number .light-link {
        font-size: 16px;
    }

    .registration-phone .input {
        width: calc(50% - 8px);
        margin-right: 8px;
    }

    .registration-phone .code-input {
        width: 119px;
    }

    .registration-phone-confirm.success:before {
        top: 2px;
    }

    .code-confirm {
        width: calc(100% - 127px);
    }

    .birthday {
        max-width: none;
    }

    .birthday .day {
        width: 27.5%;
    }

    .birthday .month {
        width: 72.5%;
    }

    .birthday + .form-note {
        width: auto;
    }

    .form-checkbox:first-child {
        margin-top: 40px;
    }

    .form-bottom {
        /*margin: 32px -16px -112px;*/
        margin: 32px -16px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        padding: 12px 16px 0;
    }

    .form-btn {
        width: 100%;
    }

    .order-received::before {
        top: 4px;
    }

    .order-info-block {
        margin-top: 24px;
    }

    .products-empty {
        width: 290px;
        background-position: right 28px top;
    }

    .cabinet-nav-wrapper {
        margin-bottom: 12px;
    }

    .cabinet-contacts {
        margin-bottom: 32px;
    }

    .change-password {
        width: 100%;
        margin-bottom: 50px;
    }

    .change-password .form-row {
        margin-bottom: 20px;
    }

    .change-password-btn {
        width: 100%;
    }

    .cabinet-map {
        height: 290px;
    }

    .order-header {
        height: 56px;
        padding: 0;
    }

    .order-logotip {
        width: 142px;
        top: 17px;
    }

    .order-authorize .social-login {
        display: flex;
    }

    .order-authorize .p-authorize-btn {
        margin-bottom: 20px;
    }

    .order-authorize h2, .order-authorize .h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .order-authorize .p-forgot-password {
        margin-bottom: 20px;
    }

    .order-authorize .social-login-link {
        width: 40px;
        height: 40px;
    }

    .order-authorize .login-vk {
        background-image: url(/local/templates/main_new/css/../images/icons/social-vk.svg);
    }

    .order-authorize .login-ok {
        background-image: url(/local/templates/main_new/css/../images/icons/social-ok.svg);
    }

    .order-authorize .login-go {
        background-image: url(/local/templates/main_new/css/../images/icons/social-go.svg);
    }

    .order-authorize .login-fb {
        background-image: url(/local/templates/main_new/css/../images/icons/social-fb.svg);
    }

    .continue-btn {
        width: 100%;
    }

    .not-first-order {
        margin: 0 -16px 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-top: 8px;
    }

    .order-step-address {
        display: none;
    }

    .mob-steps-numbers {
        display: flex;
    }

    .mob-order-address {
        display: block;
    }

    .order-step {
        display: none;
        border: none;
        padding: 0;
    }

    .order-step.active {
        display: block;
        margin-bottom: 0;
    }

    .order-step.active .order-step-title {
        font-size: 20px;
        line-height: 24px;
    }

    .order-step:first-child {
        border-top: none;
    }

    .order-step-number {
        display: none;
    }

    .order-step-form .label {
        margin-bottom: 4px;
    }

    .order-step-form .textarea {
        height: 80px;
    }

    .order-footer {
        display: none;
    }

    .order-step-button {
        display: none;
    }

    .mob-order-step-button {
        display: block;
        margin-top: -28px;
        padding: 12px 16px 16px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .order-step-next {
        width: 100%;
    }

    .order-step.ready {
        display: none;
    }

    .order-step.ready + .order-step {
        border: none;
    }

    .payment-form {
        padding-top: 16px;
    }

    .order-pay-btn {
        width: calc(100% + 36px);
    }

    .tabs-item:hover {
        background-color: #FFF6F7;
    }

    .popup {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
        transform: none;
        max-width: none;
        min-width: 375px;
        padding: 56px 16px 20px;
        z-index: 7;
        overflow: auto;
    }

    .popup:before {
        content: '';
        position: fixed;
        z-index: 2;
        height: 56px;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        left: 0;
        top: 0;
        background-color: #fff;
    }

    .popup-title {
        padding-top: 16px;
        margin-bottom: 12px;
    }

    .popup-close {
        right: 16px;
        top: 76px;
        z-index: 1;
        background-image: url(/local/templates/main_new/css/../images/icons/close-dark.svg);
    }

    .popup-location.active {
        display: flex;
        flex-direction: column;
    }

    .p-location-list {
        max-height: none;
        height: auto;
    }

    .p-location-input-wrapper {
        margin-bottom: 12px;
    }

    .p-location-item {
        padding: 12px;
    }

    .mob-label {
        display: block;
    }

    .mob-placeholder-hide[type="text"]::-webkit-input-placeholder,
    .mob-placeholder-hide[type="password"]::-webkit-input-placeholder,
    .mob-placeholder-hide[type="email"]::-webkit-input-placeholder {
        opacity: 0;
    }

    .mob-placeholder-hide[type="text"]:-ms-input-placeholder,
    .mob-placeholder-hide[type="password"]:-ms-input-placeholder,
    .mob-placeholder-hide[type="email"]:-ms-input-placeholder {
        opacity: 0;
    }

    .mob-placeholder-hide[type="text"]::-ms-input-placeholder,
    .mob-placeholder-hide[type="password"]::-ms-input-placeholder,
    .mob-placeholder-hide[type="email"]::-ms-input-placeholder {
        opacity: 0;
    }

    .mob-placeholder-hide[type="text"]::placeholder,
    .mob-placeholder-hide[type="password"]::placeholder,
    .mob-placeholder-hide[type="email"]::placeholder {
        opacity: 0;
    }

    .popup-shopping-list .popup-title {
        padding-right: 50px;
    }

    .overlay {
        display: none !important;
    }

    .mob-login-line {
        display: flex;
        justify-content: space-between;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        margin-bottom: 20px;
    }

    .p-authorize-btn {
        margin-bottom: 0;
    }

    .mob-social-login {
        margin-left: 32px;
    }

    .p-registration-link {
        margin: 0;
        padding: 12px 12px 8px;
        border-radius: 2px;
    }

    .popup-password .p-registration-link {
        position: static;
        margin-top: 20px;
    }

    .p-forgot-password {
        margin-bottom: 16px;
    }

    .p-form-error {
        margin-top: 0;
    }

    .empty-content {
        align-items: stretch;
        padding-top: 48px;
        height: auto;
        padding-bottom: 12px;
    }

    .popup-18-logo {
        display: block;
    }

    .popup-18.active {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 56px;
    }

    .search-category-name {
        display: none;
    }

    .popup-opened .mob-catalog-btn {
        z-index: 1;
    }

    .popup-delivery.active {
        display: flex;
        flex-direction: column;
    }

    .popup-delivery .popup-close {
        position: fixed;
        right: 16px;
        top: 16px;
        z-index: 4;
    }

    .p-delivery-top {
        padding-top: 10px;
        padding-right: 0;
        background: url(/local/templates/main_new/css/../images/purchases-sm.png) right 45% top 24px no-repeat;
        text-align: center;
        margin-right: 0;
        flex-shrink: 0;
    }

    .p-delivery-top .popup-title {
        padding-right: 0;
        font-size: 20px;
        line-height: 24px;
    }

    .p-delivery-top .tabs {
        justify-content: center;
        position: relative;
        z-index: 1;
        flex-wrap: wrap;
    }

    .p-delivery-top .tabs-item {
        width: 106px;
        flex: 1;
    }
    .p-delivery-top .checkbox-row{
        flex: 1 0 100%;
        margin-top: 20px!important;
        text-align: left;
    }

    .p-delivery-text {
        margin-bottom: 28px;
    }

    .p-delivery-input,
    .p-delivery-select + .select2-container .select2-selection--single {
        padding-right: 12px;
    }

    .p-delivery-input .select2-selection__arrow,
    .p-delivery-select + .select2-container .select2-selection--single .select2-selection__arrow {
        right: 0;
    }

    .p-delivery-btn {
        position: static;
        display: block;
        width: 100%;
        margin-top: 12px;
        height: 40px;
    }

    .p-delivery-self {
        position: relative;
        margin: -72px 0 0;
        height: 100%;
    }

    .p-delivery-self .p-delivery-input-wrapper {
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 18px 15px 16px;
        margin-bottom: 0;
    }
    .p-delivery-shedule__not-available{
        position: relative;
    }
}

@media (max-width: 480px) {
	body .main-nav-slider {
		margin: 6px 0;
		margin-top: 6px;
	}
}
@media (max-width: 400px) {
    .mob-location {
        z-index: 1;
    }
}


@media (max-width: 360px) {
    .subscribe-block {
        background-position: right -65px top 16px;
    }

    .phone-confirm {
        width: 60%;
    }

    .registration-phone .input {
        width: calc(40% - 8px);
    }

    .cabinet-nav-wrapper {
        height: 32px;
        overflow: hidden;
        margin: 0 -16px 12px;
    }

    .cabinet-nav {
        overflow: auto;
        padding-bottom: 30px;
        padding: 0 16px 30px;
    }

    .cabinet-nav:after {
        content: ' ';
        padding: 0 4px;
        display: inline-block;
    }
}

      
      

/* End */


/* Start:/local/templates/main_new/css/swiper.min.css?170792248413677*/
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/main_new/css/dobrotsen.min.css?1750854365107076*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

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

hr {
    -webkit-box-sizing: content-box;
    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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

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

textarea {
    overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}

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

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

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

template {
    display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
    display: none;
}

.priority-nav {
    white-space: nowrap;
}

.priority-nav > ul {
    display: inline-block;
}

.priority-nav > ul > li {
    display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
    position: relative;
}

.priority-nav__wrapper {
    position: relative;
}

.priority-nav__dropdown {
    position: absolute;
    visibility: hidden;
}

.priority-nav__dropdown.show {
    visibility: visible;
}

.priority-nav__dropdown-toggle {
    visibility: hidden;
    position: absolute;
}

.priority-nav-is-visible {
    visibility: visible;
}

.priority-nav-is-hidden {
    visibility: hidden;
}

/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/

/*
  Maintain ratio mixin.
  @param {List} [$ratio] Ratio the element needs to maintain. A 16:9 ratio would look like this:
  .element { @include maintain-ratio(16 9); }
*/

/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 11:20 AM */

@font-face {
    font-family: 'Circe';
    src: url("/local/templates/main_new/css/../fonts/Circe/Circe-Regular.eot");
    src: local("Circe"), local("Circe-Regular"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Regular.woff") format("woff"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("/local/templates/main_new/css/../fonts/Circe/Circe-ExtraLight.eot");
    src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("/local/templates/main_new/css/../fonts/Circe/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/main_new/css/../fonts/Circe/Circe-ExtraLight.woff") format("woff"), url("/local/templates/main_new/css/../fonts/Circe/Circe-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("/local/templates/main_new/css/../fonts/Circe/Circe-Thin.eot");
    src: local("Circe Thin"), local("Circe-Thin"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Thin.woff") format("woff"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("/local/templates/main_new/css/../fonts/Circe/Circe-Light.eot");
    src: local("Circe Light"), local("Circe-Light"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Light.woff") format("woff"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("/local/templates/main_new/css/../fonts/Circe/Circe-Bold.eot");
    src: local("Circe Bold"), local("Circe-Bold"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Bold.woff") format("woff"), url("/local/templates/main_new/css/../fonts/Circe/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("/local/templates/main_new/css/../fonts/Circe/Circe-ExtraBold.eot");
    src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("/local/templates/main_new/css/../fonts/Circe/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main_new/css/../fonts/Circe/Circe-ExtraBold.woff") format("woff"), url("/local/templates/main_new/css/../fonts/Circe/Circe-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

.icon {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-login {
    background-image: url(/local/templates/main_new/css/../img/login.svg);
}

.icon-favorite {
    background-image: url(/local/templates/main_new/css/../img/favorite-black.svg);
}

.icon-cereals {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-cereals);
}

.icon-fish {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-fish);
}

.icon-fruct {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-fruct);
}

.icon-hleb {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-hleb);
}

.icon-jam {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-jam);
}

.icon-milk {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-milk);
}

.icon-myaso {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-myaso);
}

.icon-sous {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-sous);
}

.icon-tea {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-tea);
}

.icon-water {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_new/css/../img/menu-sprite.svg#icon-water);
}

.icon-info {
    background-image: url(/local/templates/main_new/css/../img/icon-info.svg);
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .563rem .75rem;
    font-size: 15px;
    line-height: 20px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    text-decoration: none;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn.disabled {
    opacity: .65;
    pointer-events: none;
}

.btn.btn-primary {
    color: #fff;
    background-color: #324C9A;
    border-color: #324C9A;
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn.btn-secondary {
    color: #324C9A;
    background-color: #F1F5F9;
    border-color: #F1F5F9;
}

.btn.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn.btn-link {
    font-weight: 400;
    color: #324C9A;
    background-color: transparent;
}

.btn.btn-outline-primary {
    color: #324C9A;
    background-color: transparent;
    background-image: none;
    border-color: #324C9A;
}

.btn.btn-outline-primary:hover {
    color: #fff;
    background-color: #324C9A;
    border-color: #324C9A;
}

.btn.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #007b05;
    box-shadow: 0 0 0 0.2rem #007b05;
}

.btn.btn-outline-secondary {
    color: #324C9A;
    background-color: transparent;
    background-image: none;
    border-color: #A4A9BB;
}

.btn.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #6c7503;
    box-shadow: 0 0 0 0.2rem #6c7503;
}

.btn.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #28a701;
    box-shadow: 0 0 0 0.2rem #28a701;
}

.btn.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #dc3501;
    box-shadow: 0 0 0 0.2rem #dc3501;
}

.btn.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #ffc100;
    box-shadow: 0 0 0 0.2rem #ffc100;
}

.btn.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #17a204;
    box-shadow: 0 0 0 0.2rem #17a204;
}

.btn.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #f8f905;
    box-shadow: 0 0 0 0.2rem #f8f905;
}

.btn.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #343a01;
    box-shadow: 0 0 0 0.2rem #343a01;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 20px;
    color: #A4A9BB;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-style: normal;
    font-weight: normal;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    border-bottom: 1px solid rgba(68, 121, 163, 0.12);
}

.form-control-plaintext:placeholder {
    color: #A4A9BB;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: "Circe", sans-serif;
}

body.lock {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 52px;
    width: 100%;
}

.d-none {
    display: none;
}

.d-desktop-none {
    display: none;
}

.d-mobile-none {
    display: block;
}

.container {
    max-width: 1392px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.w100 {
    width: 100%;
}

.bordered-btn {
    line-height: 42px;
    background: #F7F7F7;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    display: inline-block;
    padding: 0 16px;
    height: 40px;
    white-space: nowrap;
    cursor: pointer;
}
.basket-full {
    background: #FFECEC;
}

.text-danger {
    color: #EB292F;
}

.header {
    -webkit-box-shadow: 0 -4px 16px rgba(11, 27, 85, 0.6);
    box-shadow: 0 -4px 16px rgba(11, 27, 85, 0.6);
    position: relative;
    background-color: #fff;
    padding-bottom: 10px;
}

.header-top {
    padding-block: 26px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    align-items: center;
}

.header-search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 68px;
    padding: 0;
}

.header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header-buttons-item {
    position: relative;
    margin-left: 8px;
}

.header-buttons-item:first-child {
    margin-left: 0;
}

.header-location {
    margin-right: 20px;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
}

.header-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: auto;
}

.header-delivery {
    margin-right: 20px;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
    position: relative;
    padding-left: 25px;
}

.header-delivery:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("/local/templates/main_new/css/../img/icon-delivery.svg");
}
.header-links
{
    display: block;
}
.header-links.new {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
}
.header-links.new a {
    color: #828282;
}
.header-links-phone {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    text-decoration: none;
}

.header-links span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.header .catalog-button {
    border-radius: 2px 0 0 2px;
    height: 40px;
    padding: 0 32px 0 54px;
    position: relative;
    color: #f2f2f2;
    background-color: #EB292F;
    line-height: 40px;
    cursor: pointer;
}

.header .catalog-button::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    /*background: url(/local/templates/main_new/css/../img/menu-burger.svg);*/
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='21.6938' width='22' height='2.09524' rx='1' fill='%23EBEBEB'/%3E%3Crect y='17.5034' width='22' height='2.09524' rx='1' fill='%23EBEBEB'/%3E%3Crect y='13.313' width='22' height='2.09524' rx='1' fill='%23EBEBEB'/%3E%3Crect x='1' y='12.2651' width='2' height='11.5238' rx='1' fill='%23EBEBEB'/%3E%3Crect x='19' y='12.2651' width='2' height='11.5238' rx='1' fill='%23EBEBEB'/%3E%3Cpath d='M5.64079 12.265C4.09063 12.265 2.83398 10.9543 2.83398 9.33756C2.83398 7.7208 4.09063 6.41016 5.64079 6.41016' stroke='%23EBEBEB' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12.8379 7.8586C12.9866 7.53882 13.1812 7.24776 13.4126 6.99528C13.9869 6.36845 14.7877 5.97949 15.6734 5.97949C17.4211 5.97949 18.8379 7.49384 18.8379 9.36188C18.8379 10.5951 18.2204 11.6742 17.2979 12.2652' stroke='%23EBEBEB' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11.133 12.2653C8.29814 12.2653 6 9.92008 6 7.02716C6 4.13424 8.29814 1.78906 11.133 1.78906C13.3961 1.78906 15.3171 3.28355 16 5.35814' stroke='%23EBEBEB' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 9px;
    left: 20px;
}

.header .catalog-button:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(/local/templates/main_new/css/../img/arrow-down.svg) center center no-repeat;
    top: 16px;
    right: 16px;
}

.header .logotip {
    width: 215px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyBYOCAtLT4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTM2LjgwNm1tIiBoZWlnaHQ9IjE4Ljk5ODhtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiDQp2aWV3Qm94PSIwIDAgMTM2OTIgMTkwMSINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogPGRlZnM+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICA8IVtDREFUQVsNCiAgICAuZmlsMCB7ZmlsbDojRTAxOTE5fQ0KICAgIC5maWwxIHtmaWxsOiNFMDE5MTk7ZmlsbC1ydWxlOm5vbnplcm99DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9ItCh0LvQvtC5X3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTU4OSA3NTNsMjkwIDAgMCA2MzAgLTQwMyAwYzM0LC03MCA2NiwtMjA4IDgyLC0yOTAgMTksLTEwMiAzMSwtMjIyIDMxLC0zNDB6bTUyOSAxMTIxbDAgMCAtNDkgMGMtOCwtMiAtOSwtOSAtOSwtMjlsMCAtMTk5IC03NTYgMCAwIDIyOCAtMzA0IDAgMCAtNDkxIDEyMyAwYzE1LC0zMCAzMCwtNTUgNDYsLTg3IDEwMiwtMjE1IDk2LC01NjYgOTYsLTgwNmw5MzggMCAwIDg5MyAxNjcgMCAwIDQ5MSAtNSAwIC00IDBjLTgwLDAgLTE2MiwtMSAtMjQzLDB6Ii8+DQogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNjQxNiAxMDcxYzAsLTk3IDM5LC0xODAgODgsLTIzMCAxODcsLTE5MCA1NzUsLTEwNSA1NzUsMjM1IDAsNTkgLTIxLDEzMSAtNTIsMTc1IC04LDEyIC05LDEzIC0xNywyMiAtNDcsNjAgLTEzNCwxMjAgLTIzMCwxMjAgLTExNiwwIC0xOTIsLTEyIC0yNzQsLTk1IC01NywtNTcgLTkwLC0xNDMgLTkwLC0yMjd6bS0zMzMgLTI1bDAgMGMwLDcyIDAsMTA0IDE4LDE3NWw0MyAxMTFjNzAsMTI4IDE4MSwyMzIgMzE1LDI4NiAxNzQsNzAgMzk4LDczIDU3MSwzIDIwNSwtODIgMzgzLC0yOTEgMzgzLC01MjAgMCwtMTI5IC02LC0xOTEgLTY0LC0zMDMgLTEwNCwtMjAzIC0zNDAsLTMzMiAtNTY5LC0zMzJsLTYgMGMtMTI2LDAgLTE5NCw0IC0zMTEsNTEgLTU4LDI0IC0xMTcsNTggLTE2Myw5OSAtMTI3LDExMSAtMjE3LDI1MCAtMjE3LDQzMHoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0xOTk4IDEwNzFjMCwtOTcgMzgsLTE4MCA4NywtMjMwIDE4OCwtMTkwIDU3NiwtMTA1IDU3NiwyMzUgMCw4MyAtMzMsMTYyIC04NywyMTkgLTE4MSwxOTIgLTU3NiwxMDAgLTU3NiwtMjI0em0yODYgLTYwNWwwIDAgMTAzIDBjNzgsNSAxNTUsMjEgMjI1LDQ5IDU0LDIyIDE0Myw3MyAxODUsMTE1IDUzLDUzIDk4LDk5IDEzNCwxNjggNTcsMTEyIDY0LDE3NCA2NCwzMDMgMCwyMjkgLTE3OCw0MzggLTM4Myw1MjAgLTIxMSw4NSAtNDc0LDY0IC02NzEsLTU2bC04NCAtNjRjLTcyLC02NyAtMTE5LC0xMzIgLTE1NiwtMjI1IC0zMiwtODAgLTM3LC0xNDEgLTM3LC0yMzAgMCwtMTU3IDgyLC0zMTIgMTk1LC00MTNsODggLTY1YzEwMCwtNjEgMjE4LC05NSAzMzcsLTEwMnoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0zOTIzIDEzODhsLTIzMSAwIDAgLTI4NyAxODYgMGMxMDcsMCAxOTEsMzAgMjA4LDEyMyAxNywxMDEgLTY2LDE2NCAtMTYzLDE2NHptLTU2MCAyNThsMCAwIDU5OSAwYzEyNSwwIDI0NCwtNDYgMzE3LC0xMDFsNTMgLTUwYzYxLC04MCA4NiwtMTI0IDg2LC0yNTEgMCwtMTcwIC0xMzAsLTI5NyAtMjcxLC0zNDUgLTEzNywtNDYgLTMwMSwtMzIgLTQ1NSwtMzJsMCAtMTE5IDYwNCAwYzExLDAgMTQsLTMgMTQsLTE0bDAgLTI0NCAtOTQ3IDAgMCAxMTU2eiIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTUzMzYgOTY3bC0yNDAgMCAwIC0yMjQgMjIxIDBjNzUsMCAxMzYsMzIgMTQ1LDEwMiAxMCw3MCAtNjAsMTIyIC0xMjYsMTIyem0tNTY0IDY3OWwwIDAgMzI0IDAgMCAtNDMxYzE5OSwwIDQyMCwyNSA1NjgsLTk2IDI1NywtMjExIDExOSwtNjI5IC0yOTMsLTYyOWwtNTk5IDAgMCAxMTU2eiIvPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODM5MDQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDEiIGQ9Ik05NTE0IDY4OGMtMjYyLC0zMDIgLTU3OCwtNTMwIC05NDYsLTY4NiAtNSwtMyAtMTQsLTMgLTIwLDAgLTUzLDI0IC0xMDYsNDcgLTE1OCw3MiAtMzAzLDE1MiAtNTY1LDM1NiAtNzg3LDYxMiAtNSw1IC0xMCwxNSAtMTAsMjIgMTAsNzYgMTgsMTUzIDMxLDIyOSA1NiwzMTQgMTY2LDYwOCAzMzAsODgxIDUsMTAgMTIsMTUgMjMsMTggMTkxLDQ0IDM4NSw2NSA1ODIsNjUgMTk3LDAgMzkyLC0yMiA1ODQsLTY3IDcsLTIgMTYsLTggMTksLTE0IDExNSwtMTkyIDIwNSwtMzk2IDI2OCwtNjExIDQ4LC0xNjQgNzYsLTMzMiA5MSwtNTAxIDEsLTcgLTMsLTE1IC03LC0yMHptLTE5MyA2MjZsMCAwYy01NCwxNTMgLTEyMiwzMDAgLTIwNCw0NDEgLTUsNyAtMTMsMTMgLTIwLDE1IC0xNzcsMzkgLTM1Niw1OSAtNTU2LDU4IC0xNjMsMSAtMzQzLC0yMCAtNTIxLC01OSAtNywtMSAtMTUsLTcgLTE5LC0xNCAtMTQ3LC0yNTEgLTI0NywtNTIwIC0zMDAsLTgwNiAtMTMsLTcxIC0yMSwtMTQ0IC0zMSwtMjE2IC0xLC03IDMsLTE3IDcsLTIzIDI0NCwtMjcyIDUzMywtNDgyIDg2OCwtNjI5IDcsLTMgMTgsLTMgMjUsMCAzMzYsMTQ4IDYyNiwzNTggODcwLDYzMiA0LDUgOCwxMyA3LDIwIC0yMCwxOTggLTYwLDM5MiAtMTI2LDU4MXoiLz4NCiAgPC9nPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODQwNjQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04MjA1IDkyNWMtMTI2LDIwIC0yMDQsNCAtMjEwLDE0NyAtMyw1OCAxLDMwNCAxMywzNDkgMjcsMTAxIDE2MSw2MCAyNzAsODggOTEsMjMgMjEzLDUyIDMxOSwyOSAyLC00NCAtMjYsLTQ2IC0xNSwtOTUgNywtMzEgMzMsLTUwIDQzLC03NiAtMTMsLTIxIC00NSwtNTUgLTQ3LC04NCAtNSwtNDUgMzYsLTcyIDM5LC05NiA0LC0zMCAtMzcsLTYzIC0zOSwtOTUgLTMsLTQwIDM5LC02NyAzNywtOTQgLTEsLTE4IC0zNSwtNjAgLTM2LC05MSAtMiwtMjcgOSwtMjEgMSwtNTYgLTQsLTE4IC0xMywtMzIgLTE4LC01MCAtMjIsLTg0IDEyMCwtNDIzIC02MCwtNDAxIC02NSw4IC05OCw4OSAtMTI2LDE1MCAtMzAsNjUgLTYwLDEyMiAtODksMTg1bC04MiAxOTB6Ii8+DQogICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTg3MjUgMTAxM2MtMTY1LDI1IC0xMzEsMTM0IC0yNiwxNTAgMzQsNiAzODQsMTAgNDE1LC0xMiAzMCwtMjEgMTA2LC0xMDQgLTQ3LC0xMzIgLTczLC0xMyAtMjY5LC0xNyAtMzQyLC02eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04NzIwIDExOTljLTEyOCwxNiAtMTM5LDEyMSAtMzQsMTQ3IDYxLDE1IDM3MCwzMiA0MDMsLTUxIDE3LC00NCAtMjgsLTc3IC02MywtODkgLTQ2LC0xNiAtMjUwLC0xMyAtMzA2LC03eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04Njg5IDgzMmMtMTAxLDIwIC0xMDksMTIzIDksMTQ0IDY1LDEyIDIzNiw3IDMwMywtMiA5NSwtMTMgMTE0LC0xMjkgLTEyLC0xNDQgLTYzLC04IC0yNDEsLTEwIC0zMDAsMnoiLz4NCiAgIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNODcyMSAxMzg1Yy0xNDAsMTUgLTExMCwxMjAgLTU4LDE0MSA0MSwxNyAyMTYsMTUgMjY4LDEwIDExNSwtMTEgMTExLC0xMTIgNDksLTE0MiAtMzksLTE5IC0yMDYsLTE1IC0yNTksLTl6Ii8+DQogIDwvZz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik05NjYyIDE2NDZsOTM3IDAgMCAyMjggMjk1IDAgMCAwYzExLDAgMTQsLTMgMTQsLTE1bDAgLTQ2MWMwLC0xMSAtMywtMTUgLTE0LC0xNWwtMTUyIDAgMCAtODkzIC0zMjQgMCAwIDg5MyAtNDMyIDAgMCAtODkzIC0zMjQgMCAwIDExNTZ6Ii8+DQogIDxwb2x5Z29uIGNsYXNzPSJmaWwwIiBwb2ludHM9IjEyNTczLDE2NDYgMTI4OTcsMTY0NiAxMjg5NywxMTY1IDEzMzY4LDExNjUgMTMzNjgsMTY0NiAxMzY5MiwxNjQ2IDEzNjkyLDQ5MCAxMzM2OCw0OTAgMTMzNjgsODk3IDEyODk3LDg5NyAxMjg5Nyw0OTAgMTI1NzMsNDkwICIvPg0KICA8cG9seWdvbiBjbGFzcz0iZmlsMCIgcG9pbnRzPSIxMTI0MiwxNjQ2IDEyMjE0LDE2NDYgMTIyMTQsMTM4MyAxMTU2NiwxMzgzIDExNTY2LDExNjAgMTIwNzIsMTE2MCAxMjA3Miw5MDcgMTE1NjYsOTA3IDExNTY2LDc1MyAxMjIwMCw3NTMgMTIyMDAsNDkwIDExMjQyLDQ5MCAiLz4NCiA8L2c+DQo8L3N2Zz4NCg==);
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 36px;
}

.header .bordered-btn {
    line-height: 42px;
}

.header .login-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    margin-top: -2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTEiIGN5PSI1LjUiIHI9IjQuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTQuODU3MDUgMTQuODkwOEw0LjQzMTI2IDEzLjk4Nkw0Ljg1NzA1IDE0Ljg5MDhaTTE3LjE0MjkgMTQuODkwOEwxNi43MTcxIDE1Ljc5NTZMMTcuMTQyOSAxNC44OTA4Wk0xMy41NTQ4IDEzLjIwMjNMMTMuMTI5IDE0LjEwNzFMMTMuNTU0OCAxMy4yMDIzWk04LjQ0NTIyIDEzLjIwMjNMOC4wMTk0MiAxMi4yOTc0TDguNDQ1MjIgMTMuMjAyM1pNMTMuMTI5IDE0LjEwNzFMMTYuNzE3MSAxNS43OTU2TDE3LjU2ODcgMTMuOTg2TDEzLjk4MDYgMTIuMjk3NEwxMy4xMjkgMTQuMTA3MVpNNS4yODI4NSAxNS43OTU2TDguODcxMDEgMTQuMTA3MUw4LjAxOTQyIDEyLjI5NzRMNC40MzEyNiAxMy45ODZMNS4yODI4NSAxNS43OTU2Wk0zLjYxNTE1IDIySDE4LjM4NDhWMjBIMy42MTUxNVYyMlpNMi43MDkyOCAxOC43ODI1QzMuMTA0MDYgMTcuNDY2NiA0LjAzOTc2IDE2LjM4MDYgNS4yODI4NSAxNS43OTU2TDQuNDMxMjYgMTMuOTg2QzIuNjc0MiAxNC44MTI4IDEuMzUxNjMgMTYuMzQ3OCAwLjc5MzYzMiAxOC4yMDc4TDIuNzA5MjggMTguNzgyNVpNMTYuNzE3MSAxNS43OTU2QzE3Ljk2MDIgMTYuMzgwNiAxOC44OTU5IDE3LjQ2NjYgMTkuMjkwNyAxOC43ODI1TDIxLjIwNjQgMTguMjA3OEMyMC42NDg0IDE2LjM0NzggMTkuMzI1OCAxNC44MTI4IDE3LjU2ODcgMTMuOTg2TDE2LjcxNzEgMTUuNzk1NlpNMTkuMjkwNyAxOC43ODI1QzE5LjQ3MjggMTkuMzg5MyAxOS4wMTg0IDIwIDE4LjM4NDggMjBWMjJDMjAuMzU4MSAyMiAyMS43NzM0IDIwLjA5NzggMjEuMjA2NCAxOC4yMDc4TDE5LjI5MDcgMTguNzgyNVpNMTMuOTgwNiAxMi4yOTc0QzEyLjA5MjggMTEuNDA5MSA5LjkwNzE4IDExLjQwOTEgOC4wMTk0MiAxMi4yOTc0TDguODcxMDEgMTQuMTA3MUMxMC4yMTk0IDEzLjQ3MjUgMTEuNzgwNiAxMy40NzI1IDEzLjEyOSAxNC4xMDcxTDEzLjk4MDYgMTIuMjk3NFpNMC43OTM2MzIgMTguMjA3OEMwLjIyNjYyMyAyMC4wOTc4IDEuNjQxOSAyMiAzLjYxNTE1IDIyVjIwQzIuOTgxNjMgMjAgMi41MjcyNCAxOS4zODkzIDIuNzA5MjggMTguNzgyNUwwLjc5MzYzMiAxOC4yMDc4WiIgZmlsbD0iIzMzMzMzMyIvPgo8bGluZSB4MT0iMTEuMDAyIiB5MT0iMTUuMzQwOCIgeDI9IjExLjAwMiIgeTI9IjIwIiBzdHJva2U9IiNGQTRGNEYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.header .basket-header-btn {
    text-decoration: none;
}

.header .basket-header-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 22px;
    background: url(/local/templates/main_new/css/../img/icon-basket.svg) center center no-repeat;
}

.header .basket-header-btn.warning {
    background: rgba(255, 159, 162, 0.24);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.header .basket-header-btn .basket-header__price {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 0 10px;
    text-decoration: none;
}

.header .basket-header-btn .basket-header__price:after {
    position: absolute;
    content: '';
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: url(/local/templates/main_new/css/../img/arrow-down-dark.svg) center center no-repeat;
    right: -5px;
    top: 6px;
}

.header .basket-header-btn .basket-header__count {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: #2468AC;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    /* Gray 6 */
    color: #F2F2F2;
}

.header .section-link {
    margin-right: 24px;
    text-transform: uppercase;
    font: bold 12px/20px "Circe", sans-serif;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: #333;
}

/* TASK_8737 */
/*.header .section-link.icon_postavshchikam,*/
.header .section-link.icon_katalog_skidok_i_aktsiy,
.content .main-nav-slider a.icon_katalog_skidok_i_aktsiy {
    color: #fff;
    background-color: #EB292F;
    padding: 4px 8px;
}

.main-nav-slider .swiper-slide {
    padding-right: 10px !important;
}
/* end TASK_8737 */

.status-popup {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: -168px;
    margin-top: 8px;
    width: 463px;
    padding: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 26px #0b1b55;
    box-shadow: 0px 6px 26px #0b1b55;
    border-radius: 4px;
    display: none;
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav__ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav__ul.active {
    display: block;
}

.header-nav__ul li {
    display: inline-block;
    padding: 0 12px;
}

.header-nav__ul li a {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.header-nav__ul li a:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .7;
}

.header-nav__group {
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.header-nav__group li:first-of-type{
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.header-nav__group:first-of-type {
    padding-left: 0;
}

.header-nav__group:last-of-type {
    border-right: none;
}

.header-nav__dropdown-toggle {
    background-color: transparent;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    border: none;
}

.header-nav__dropdown {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 15;
    background-color: #fff;
    padding: 16px;
    -webkit-box-shadow: 0 0 16px rgba(11, 27, 85, 0.3);
    box-shadow: 0 0 16px rgba(11, 27, 85, 0.3);
}

.header-nav__dropdown li {
    display: block;
    margin-bottom: 12px;
}

.header-nav__dropdown li:last-of-type {
    margin-bottom: 0;
}

.header-nav__dropdown li a {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.header-nav__dropdown li a:hover {
    opacity: .7;
}

.search {
    position: relative;
    height: 40px;
    width: 100%;
}

.search:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url("/local/templates/main_new/css/../img/search.svg") center center no-repeat;
    top: 9px;
    left: 12px;
    z-index: 2;
}

.search .search-input {
    display: block;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EB292F;
    border-left: none;
    border-radius: 0 2px 2px 0;
    padding: 0 10px 0 42px;
    -webkit-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;
    transition: width 0.1s linear;
    font: 16px/20px "Circe", sans-serif;
    color: #333;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mob-header {
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 56px;
    padding: 0;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mob-header .mob-logotip {
    position: static;
    z-index: 10;
    /*left: 64px;*/
    height: 44px;
    /*top: 5px;*/
    padding: 0;
    margin: 0;
}

.mob-header .mob-logotip .logotip {
    width: 225px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyBYOCAtLT4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTM2LjgwNm1tIiBoZWlnaHQ9IjE4Ljk5ODhtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiDQp2aWV3Qm94PSIwIDAgMTM2OTIgMTkwMSINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogPGRlZnM+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICA8IVtDREFUQVsNCiAgICAuZmlsMCB7ZmlsbDojRTAxOTE5fQ0KICAgIC5maWwxIHtmaWxsOiNFMDE5MTk7ZmlsbC1ydWxlOm5vbnplcm99DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9ItCh0LvQvtC5X3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTU4OSA3NTNsMjkwIDAgMCA2MzAgLTQwMyAwYzM0LC03MCA2NiwtMjA4IDgyLC0yOTAgMTksLTEwMiAzMSwtMjIyIDMxLC0zNDB6bTUyOSAxMTIxbDAgMCAtNDkgMGMtOCwtMiAtOSwtOSAtOSwtMjlsMCAtMTk5IC03NTYgMCAwIDIyOCAtMzA0IDAgMCAtNDkxIDEyMyAwYzE1LC0zMCAzMCwtNTUgNDYsLTg3IDEwMiwtMjE1IDk2LC01NjYgOTYsLTgwNmw5MzggMCAwIDg5MyAxNjcgMCAwIDQ5MSAtNSAwIC00IDBjLTgwLDAgLTE2MiwtMSAtMjQzLDB6Ii8+DQogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNjQxNiAxMDcxYzAsLTk3IDM5LC0xODAgODgsLTIzMCAxODcsLTE5MCA1NzUsLTEwNSA1NzUsMjM1IDAsNTkgLTIxLDEzMSAtNTIsMTc1IC04LDEyIC05LDEzIC0xNywyMiAtNDcsNjAgLTEzNCwxMjAgLTIzMCwxMjAgLTExNiwwIC0xOTIsLTEyIC0yNzQsLTk1IC01NywtNTcgLTkwLC0xNDMgLTkwLC0yMjd6bS0zMzMgLTI1bDAgMGMwLDcyIDAsMTA0IDE4LDE3NWw0MyAxMTFjNzAsMTI4IDE4MSwyMzIgMzE1LDI4NiAxNzQsNzAgMzk4LDczIDU3MSwzIDIwNSwtODIgMzgzLC0yOTEgMzgzLC01MjAgMCwtMTI5IC02LC0xOTEgLTY0LC0zMDMgLTEwNCwtMjAzIC0zNDAsLTMzMiAtNTY5LC0zMzJsLTYgMGMtMTI2LDAgLTE5NCw0IC0zMTEsNTEgLTU4LDI0IC0xMTcsNTggLTE2Myw5OSAtMTI3LDExMSAtMjE3LDI1MCAtMjE3LDQzMHoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0xOTk4IDEwNzFjMCwtOTcgMzgsLTE4MCA4NywtMjMwIDE4OCwtMTkwIDU3NiwtMTA1IDU3NiwyMzUgMCw4MyAtMzMsMTYyIC04NywyMTkgLTE4MSwxOTIgLTU3NiwxMDAgLTU3NiwtMjI0em0yODYgLTYwNWwwIDAgMTAzIDBjNzgsNSAxNTUsMjEgMjI1LDQ5IDU0LDIyIDE0Myw3MyAxODUsMTE1IDUzLDUzIDk4LDk5IDEzNCwxNjggNTcsMTEyIDY0LDE3NCA2NCwzMDMgMCwyMjkgLTE3OCw0MzggLTM4Myw1MjAgLTIxMSw4NSAtNDc0LDY0IC02NzEsLTU2bC04NCAtNjRjLTcyLC02NyAtMTE5LC0xMzIgLTE1NiwtMjI1IC0zMiwtODAgLTM3LC0xNDEgLTM3LC0yMzAgMCwtMTU3IDgyLC0zMTIgMTk1LC00MTNsODggLTY1YzEwMCwtNjEgMjE4LC05NSAzMzcsLTEwMnoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0zOTIzIDEzODhsLTIzMSAwIDAgLTI4NyAxODYgMGMxMDcsMCAxOTEsMzAgMjA4LDEyMyAxNywxMDEgLTY2LDE2NCAtMTYzLDE2NHptLTU2MCAyNThsMCAwIDU5OSAwYzEyNSwwIDI0NCwtNDYgMzE3LC0xMDFsNTMgLTUwYzYxLC04MCA4NiwtMTI0IDg2LC0yNTEgMCwtMTcwIC0xMzAsLTI5NyAtMjcxLC0zNDUgLTEzNywtNDYgLTMwMSwtMzIgLTQ1NSwtMzJsMCAtMTE5IDYwNCAwYzExLDAgMTQsLTMgMTQsLTE0bDAgLTI0NCAtOTQ3IDAgMCAxMTU2eiIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTUzMzYgOTY3bC0yNDAgMCAwIC0yMjQgMjIxIDBjNzUsMCAxMzYsMzIgMTQ1LDEwMiAxMCw3MCAtNjAsMTIyIC0xMjYsMTIyem0tNTY0IDY3OWwwIDAgMzI0IDAgMCAtNDMxYzE5OSwwIDQyMCwyNSA1NjgsLTk2IDI1NywtMjExIDExOSwtNjI5IC0yOTMsLTYyOWwtNTk5IDAgMCAxMTU2eiIvPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODM5MDQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDEiIGQ9Ik05NTE0IDY4OGMtMjYyLC0zMDIgLTU3OCwtNTMwIC05NDYsLTY4NiAtNSwtMyAtMTQsLTMgLTIwLDAgLTUzLDI0IC0xMDYsNDcgLTE1OCw3MiAtMzAzLDE1MiAtNTY1LDM1NiAtNzg3LDYxMiAtNSw1IC0xMCwxNSAtMTAsMjIgMTAsNzYgMTgsMTUzIDMxLDIyOSA1NiwzMTQgMTY2LDYwOCAzMzAsODgxIDUsMTAgMTIsMTUgMjMsMTggMTkxLDQ0IDM4NSw2NSA1ODIsNjUgMTk3LDAgMzkyLC0yMiA1ODQsLTY3IDcsLTIgMTYsLTggMTksLTE0IDExNSwtMTkyIDIwNSwtMzk2IDI2OCwtNjExIDQ4LC0xNjQgNzYsLTMzMiA5MSwtNTAxIDEsLTcgLTMsLTE1IC03LC0yMHptLTE5MyA2MjZsMCAwYy01NCwxNTMgLTEyMiwzMDAgLTIwNCw0NDEgLTUsNyAtMTMsMTMgLTIwLDE1IC0xNzcsMzkgLTM1Niw1OSAtNTU2LDU4IC0xNjMsMSAtMzQzLC0yMCAtNTIxLC01OSAtNywtMSAtMTUsLTcgLTE5LC0xNCAtMTQ3LC0yNTEgLTI0NywtNTIwIC0zMDAsLTgwNiAtMTMsLTcxIC0yMSwtMTQ0IC0zMSwtMjE2IC0xLC03IDMsLTE3IDcsLTIzIDI0NCwtMjcyIDUzMywtNDgyIDg2OCwtNjI5IDcsLTMgMTgsLTMgMjUsMCAzMzYsMTQ4IDYyNiwzNTggODcwLDYzMiA0LDUgOCwxMyA3LDIwIC0yMCwxOTggLTYwLDM5MiAtMTI2LDU4MXoiLz4NCiAgPC9nPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODQwNjQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04MjA1IDkyNWMtMTI2LDIwIC0yMDQsNCAtMjEwLDE0NyAtMyw1OCAxLDMwNCAxMywzNDkgMjcsMTAxIDE2MSw2MCAyNzAsODggOTEsMjMgMjEzLDUyIDMxOSwyOSAyLC00NCAtMjYsLTQ2IC0xNSwtOTUgNywtMzEgMzMsLTUwIDQzLC03NiAtMTMsLTIxIC00NSwtNTUgLTQ3LC04NCAtNSwtNDUgMzYsLTcyIDM5LC05NiA0LC0zMCAtMzcsLTYzIC0zOSwtOTUgLTMsLTQwIDM5LC02NyAzNywtOTQgLTEsLTE4IC0zNSwtNjAgLTM2LC05MSAtMiwtMjcgOSwtMjEgMSwtNTYgLTQsLTE4IC0xMywtMzIgLTE4LC01MCAtMjIsLTg0IDEyMCwtNDIzIC02MCwtNDAxIC02NSw4IC05OCw4OSAtMTI2LDE1MCAtMzAsNjUgLTYwLDEyMiAtODksMTg1bC04MiAxOTB6Ii8+DQogICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTg3MjUgMTAxM2MtMTY1LDI1IC0xMzEsMTM0IC0yNiwxNTAgMzQsNiAzODQsMTAgNDE1LC0xMiAzMCwtMjEgMTA2LC0xMDQgLTQ3LC0xMzIgLTczLC0xMyAtMjY5LC0xNyAtMzQyLC02eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04NzIwIDExOTljLTEyOCwxNiAtMTM5LDEyMSAtMzQsMTQ3IDYxLDE1IDM3MCwzMiA0MDMsLTUxIDE3LC00NCAtMjgsLTc3IC02MywtODkgLTQ2LC0xNiAtMjUwLC0xMyAtMzA2LC03eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04Njg5IDgzMmMtMTAxLDIwIC0xMDksMTIzIDksMTQ0IDY1LDEyIDIzNiw3IDMwMywtMiA5NSwtMTMgMTE0LC0xMjkgLTEyLC0xNDQgLTYzLC04IC0yNDEsLTEwIC0zMDAsMnoiLz4NCiAgIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNODcyMSAxMzg1Yy0xNDAsMTUgLTExMCwxMjAgLTU4LDE0MSA0MSwxNyAyMTYsMTUgMjY4LDEwIDExNSwtMTEgMTExLC0xMTIgNDksLTE0MiAtMzksLTE5IC0yMDYsLTE1IC0yNTksLTl6Ii8+DQogIDwvZz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik05NjYyIDE2NDZsOTM3IDAgMCAyMjggMjk1IDAgMCAwYzExLDAgMTQsLTMgMTQsLTE1bDAgLTQ2MWMwLC0xMSAtMywtMTUgLTE0LC0xNWwtMTUyIDAgMCAtODkzIC0zMjQgMCAwIDg5MyAtNDMyIDAgMCAtODkzIC0zMjQgMCAwIDExNTZ6Ii8+DQogIDxwb2x5Z29uIGNsYXNzPSJmaWwwIiBwb2ludHM9IjEyNTczLDE2NDYgMTI4OTcsMTY0NiAxMjg5NywxMTY1IDEzMzY4LDExNjUgMTMzNjgsMTY0NiAxMzY5MiwxNjQ2IDEzNjkyLDQ5MCAxMzM2OCw0OTAgMTMzNjgsODk3IDEyODk3LDg5NyAxMjg5Nyw0OTAgMTI1NzMsNDkwICIvPg0KICA8cG9seWdvbiBjbGFzcz0iZmlsMCIgcG9pbnRzPSIxMTI0MiwxNjQ2IDEyMjE0LDE2NDYgMTIyMTQsMTM4MyAxMTU2NiwxMzgzIDExNTY2LDExNjAgMTIwNzIsMTE2MCAxMjA3Miw5MDcgMTE1NjYsOTA3IDExNTY2LDc1MyAxMjIwMCw3NTMgMTIyMDAsNDkwIDExMjQyLDQ5MCAiLz4NCiA8L2c+DQo8L3N2Zz4NCg==);
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.mob-header .mob-header-menu {
    display: block;
    position: relative;
    --burger-height: 16px;
    z-index: 10;
    width: 24px;
    height: var(--burger-height);
    /*top: 50%;*/
    /*margin-top: calc(0px - var(--burger-height) / 2);*/
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiPjxnPjxwYXRoIGQ9Im0yNTYgMGMtMTQxLjE2NDA2MiAwLTI1NiAxMTQuODM1OTM4LTI1NiAyNTZzMTE0LjgzNTkzOCAyNTYgMjU2IDI1NiAyNTYtMTE0LjgzNTkzOCAyNTYtMjU2LTExNC44MzU5MzgtMjU2LTI1Ni0yNTZ6bTg1LjMzMjAzMSAzNjIuNjY3OTY5aC0xNzAuNjY0MDYyYy0xMS43NzczNDQgMC0yMS4zMzU5MzgtOS41NTg1OTQtMjEuMzM1OTM4LTIxLjMzNTkzOCAwLTExLjc3MzQzNyA5LjU1ODU5NC0yMS4zMzIwMzEgMjEuMzM1OTM4LTIxLjMzMjAzMWgxNzAuNjY0MDYyYzExLjc3NzM0NCAwIDIxLjMzNTkzOCA5LjU1ODU5NCAyMS4zMzU5MzggMjEuMzMyMDMxIDAgMTEuNzc3MzQ0LTkuNTU4NTk0IDIxLjMzNTkzOC0yMS4zMzU5MzggMjEuMzM1OTM4em0wLTg1LjMzNTkzOGgtMTcwLjY2NDA2MmMtMTEuNzc3MzQ0IDAtMjEuMzM1OTM4LTkuNTU0Njg3LTIxLjMzNTkzOC0yMS4zMzIwMzFzOS41NTg1OTQtMjEuMzMyMDMxIDIxLjMzNTkzOC0yMS4zMzIwMzFoMTcwLjY2NDA2MmMxMS43NzczNDQgMCAyMS4zMzU5MzggOS41NTQ2ODcgMjEuMzM1OTM4IDIxLjMzMjAzMXMtOS41NTg1OTQgMjEuMzMyMDMxLTIxLjMzNTkzOCAyMS4zMzIwMzF6bTAtODUuMzMyMDMxaC0xNzAuNjY0MDYyYy0xMS43NzczNDQgMC0yMS4zMzU5MzgtOS41NTg1OTQtMjEuMzM1OTM4LTIxLjMzMjAzMSAwLTExLjc3NzM0NCA5LjU1ODU5NC0yMS4zMzU5MzggMjEuMzM1OTM4LTIxLjMzNTkzOGgxNzAuNjY0MDYyYzExLjc3NzM0NCAwIDIxLjMzNTkzOCA5LjU1ODU5NCAyMS4zMzU5MzggMjEuMzM1OTM4IDAgMTEuNzczNDM3LTkuNTU4NTk0IDIxLjMzMjAzMS0yMS4zMzU5MzggMjEuMzMyMDMxem0wIDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNFQjI5MkYiLz48L2c+IDwvc3ZnPg==);*/
    /*background-size: 34px;*/
    /*!*background-position: left 50%;*!*/
    /*background-repeat: no-repeat;*/
    cursor: pointer;
}


.mob-header .mob-header-menu::before,
.mob-header .mob-header-menu::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 1px;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
}

.mob-header .mob-header-menu::before {
    top: 0;
}

.mob-header .mob-header-menu::after {
    bottom: 0;
}

.mob-header i.mob-header-menu-burger {
    display: block;
    position: absolute;
    border-radius: 1px;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.mob-header i.mob-header-menu-burger::before,
.mob-header i.mob-header-menu-burger::after {
}

.mob-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mob-header__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

.mob-header .mob-search {
    background-image: url(/local/templates/main_new/css/../img/search.svg);
    width: 44px;
    height: 34px;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0;
    background-size: 24px;
    position: relative;
}

.mob-header .mob-login {
    width: 44px;
    height: 34px;
    padding: 0;
    display: block;
    position: relative;
}

.mob-header .mob-login:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 11px;
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_new/css/../img/login.svg) center center no-repeat;
}

.mob-header .mob-header-basket {
    text-decoration: none;
    padding: 0 10px;
    z-index: 10;
    position: relative;
}

.mob-header .mob-header-basket:before {
    /*content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 22px;
    background: url(/local/templates/main_new/css/../img/icon-basket.svg) center center no-repeat;*/
}

.mob-header .mob-header-basket.warning {
    background: rgba(255, 159, 162, 0.24);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.mob-header .mob-header-basket .basket-header__price {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 0 10px;
    text-decoration: none;
}

.mob-header .mob-header-basket .basket-header__price:after {
    position: absolute;
    content: '';
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: url(/local/templates/main_new/css/../img/arrow-down-dark.svg) center center no-repeat;
    right: -5px;
    top: 6px;
}

.mob-header .mob-header-basket .basket-header__count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #2468AC;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    /* Gray 6 */
    color: #F2F2F2;
}

.mob-header .mob-navigation {
    position: absolute;
    width: 100%;
    max-width: 400px;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 3;
    display: none;
}

.mob-header .mob-nav-line {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #F6F6F6;
    padding: 14px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mob-header .my-favorite {
    padding-left: 34px;
    position: relative;
}

.mob-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 20;
    background-color: #fff;
}

.mob-nav.active {
    display: block;
}

.mob-nav__header {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mob-nav__close {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_new/css/../img/icon-close.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    cursor: pointer;
}

.mob-nav__logotip {
    height: 44px;
    padding: 0;
    margin: 0;
}

.mob-nav__logotip .logotip {
    width: 125px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyBYOCAtLT4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTM2LjgwNm1tIiBoZWlnaHQ9IjE4Ljk5ODhtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiDQp2aWV3Qm94PSIwIDAgMTM2OTIgMTkwMSINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogPGRlZnM+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICA8IVtDREFUQVsNCiAgICAuZmlsMCB7ZmlsbDojRTAxOTE5fQ0KICAgIC5maWwxIHtmaWxsOiNFMDE5MTk7ZmlsbC1ydWxlOm5vbnplcm99DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9ItCh0LvQvtC5X3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTU4OSA3NTNsMjkwIDAgMCA2MzAgLTQwMyAwYzM0LC03MCA2NiwtMjA4IDgyLC0yOTAgMTksLTEwMiAzMSwtMjIyIDMxLC0zNDB6bTUyOSAxMTIxbDAgMCAtNDkgMGMtOCwtMiAtOSwtOSAtOSwtMjlsMCAtMTk5IC03NTYgMCAwIDIyOCAtMzA0IDAgMCAtNDkxIDEyMyAwYzE1LC0zMCAzMCwtNTUgNDYsLTg3IDEwMiwtMjE1IDk2LC01NjYgOTYsLTgwNmw5MzggMCAwIDg5MyAxNjcgMCAwIDQ5MSAtNSAwIC00IDBjLTgwLDAgLTE2MiwtMSAtMjQzLDB6Ii8+DQogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNjQxNiAxMDcxYzAsLTk3IDM5LC0xODAgODgsLTIzMCAxODcsLTE5MCA1NzUsLTEwNSA1NzUsMjM1IDAsNTkgLTIxLDEzMSAtNTIsMTc1IC04LDEyIC05LDEzIC0xNywyMiAtNDcsNjAgLTEzNCwxMjAgLTIzMCwxMjAgLTExNiwwIC0xOTIsLTEyIC0yNzQsLTk1IC01NywtNTcgLTkwLC0xNDMgLTkwLC0yMjd6bS0zMzMgLTI1bDAgMGMwLDcyIDAsMTA0IDE4LDE3NWw0MyAxMTFjNzAsMTI4IDE4MSwyMzIgMzE1LDI4NiAxNzQsNzAgMzk4LDczIDU3MSwzIDIwNSwtODIgMzgzLC0yOTEgMzgzLC01MjAgMCwtMTI5IC02LC0xOTEgLTY0LC0zMDMgLTEwNCwtMjAzIC0zNDAsLTMzMiAtNTY5LC0zMzJsLTYgMGMtMTI2LDAgLTE5NCw0IC0zMTEsNTEgLTU4LDI0IC0xMTcsNTggLTE2Myw5OSAtMTI3LDExMSAtMjE3LDI1MCAtMjE3LDQzMHoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0xOTk4IDEwNzFjMCwtOTcgMzgsLTE4MCA4NywtMjMwIDE4OCwtMTkwIDU3NiwtMTA1IDU3NiwyMzUgMCw4MyAtMzMsMTYyIC04NywyMTkgLTE4MSwxOTIgLTU3NiwxMDAgLTU3NiwtMjI0em0yODYgLTYwNWwwIDAgMTAzIDBjNzgsNSAxNTUsMjEgMjI1LDQ5IDU0LDIyIDE0Myw3MyAxODUsMTE1IDUzLDUzIDk4LDk5IDEzNCwxNjggNTcsMTEyIDY0LDE3NCA2NCwzMDMgMCwyMjkgLTE3OCw0MzggLTM4Myw1MjAgLTIxMSw4NSAtNDc0LDY0IC02NzEsLTU2bC04NCAtNjRjLTcyLC02NyAtMTE5LC0xMzIgLTE1NiwtMjI1IC0zMiwtODAgLTM3LC0xNDEgLTM3LC0yMzAgMCwtMTU3IDgyLC0zMTIgMTk1LC00MTNsODggLTY1YzEwMCwtNjEgMjE4LC05NSAzMzcsLTEwMnoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0zOTIzIDEzODhsLTIzMSAwIDAgLTI4NyAxODYgMGMxMDcsMCAxOTEsMzAgMjA4LDEyMyAxNywxMDEgLTY2LDE2NCAtMTYzLDE2NHptLTU2MCAyNThsMCAwIDU5OSAwYzEyNSwwIDI0NCwtNDYgMzE3LC0xMDFsNTMgLTUwYzYxLC04MCA4NiwtMTI0IDg2LC0yNTEgMCwtMTcwIC0xMzAsLTI5NyAtMjcxLC0zNDUgLTEzNywtNDYgLTMwMSwtMzIgLTQ1NSwtMzJsMCAtMTE5IDYwNCAwYzExLDAgMTQsLTMgMTQsLTE0bDAgLTI0NCAtOTQ3IDAgMCAxMTU2eiIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTUzMzYgOTY3bC0yNDAgMCAwIC0yMjQgMjIxIDBjNzUsMCAxMzYsMzIgMTQ1LDEwMiAxMCw3MCAtNjAsMTIyIC0xMjYsMTIyem0tNTY0IDY3OWwwIDAgMzI0IDAgMCAtNDMxYzE5OSwwIDQyMCwyNSA1NjgsLTk2IDI1NywtMjExIDExOSwtNjI5IC0yOTMsLTYyOWwtNTk5IDAgMCAxMTU2eiIvPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODM5MDQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDEiIGQ9Ik05NTE0IDY4OGMtMjYyLC0zMDIgLTU3OCwtNTMwIC05NDYsLTY4NiAtNSwtMyAtMTQsLTMgLTIwLDAgLTUzLDI0IC0xMDYsNDcgLTE1OCw3MiAtMzAzLDE1MiAtNTY1LDM1NiAtNzg3LDYxMiAtNSw1IC0xMCwxNSAtMTAsMjIgMTAsNzYgMTgsMTUzIDMxLDIyOSA1NiwzMTQgMTY2LDYwOCAzMzAsODgxIDUsMTAgMTIsMTUgMjMsMTggMTkxLDQ0IDM4NSw2NSA1ODIsNjUgMTk3LDAgMzkyLC0yMiA1ODQsLTY3IDcsLTIgMTYsLTggMTksLTE0IDExNSwtMTkyIDIwNSwtMzk2IDI2OCwtNjExIDQ4LC0xNjQgNzYsLTMzMiA5MSwtNTAxIDEsLTcgLTMsLTE1IC03LC0yMHptLTE5MyA2MjZsMCAwYy01NCwxNTMgLTEyMiwzMDAgLTIwNCw0NDEgLTUsNyAtMTMsMTMgLTIwLDE1IC0xNzcsMzkgLTM1Niw1OSAtNTU2LDU4IC0xNjMsMSAtMzQzLC0yMCAtNTIxLC01OSAtNywtMSAtMTUsLTcgLTE5LC0xNCAtMTQ3LC0yNTEgLTI0NywtNTIwIC0zMDAsLTgwNiAtMTMsLTcxIC0yMSwtMTQ0IC0zMSwtMjE2IC0xLC03IDMsLTE3IDcsLTIzIDI0NCwtMjcyIDUzMywtNDgyIDg2OCwtNjI5IDcsLTMgMTgsLTMgMjUsMCAzMzYsMTQ4IDYyNiwzNTggODcwLDYzMiA0LDUgOCwxMyA3LDIwIC0yMCwxOTggLTYwLDM5MiAtMTI2LDU4MXoiLz4NCiAgPC9nPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODQwNjQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04MjA1IDkyNWMtMTI2LDIwIC0yMDQsNCAtMjEwLDE0NyAtMyw1OCAxLDMwNCAxMywzNDkgMjcsMTAxIDE2MSw2MCAyNzAsODggOTEsMjMgMjEzLDUyIDMxOSwyOSAyLC00NCAtMjYsLTQ2IC0xNSwtOTUgNywtMzEgMzMsLTUwIDQzLC03NiAtMTMsLTIxIC00NSwtNTUgLTQ3LC04NCAtNSwtNDUgMzYsLTcyIDM5LC05NiA0LC0zMCAtMzcsLTYzIC0zOSwtOTUgLTMsLTQwIDM5LC02NyAzNywtOTQgLTEsLTE4IC0zNSwtNjAgLTM2LC05MSAtMiwtMjcgOSwtMjEgMSwtNTYgLTQsLTE4IC0xMywtMzIgLTE4LC01MCAtMjIsLTg0IDEyMCwtNDIzIC02MCwtNDAxIC02NSw4IC05OCw4OSAtMTI2LDE1MCAtMzAsNjUgLTYwLDEyMiAtODksMTg1bC04MiAxOTB6Ii8+DQogICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTg3MjUgMTAxM2MtMTY1LDI1IC0xMzEsMTM0IC0yNiwxNTAgMzQsNiAzODQsMTAgNDE1LC0xMiAzMCwtMjEgMTA2LC0xMDQgLTQ3LC0xMzIgLTczLC0xMyAtMjY5LC0xNyAtMzQyLC02eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04NzIwIDExOTljLTEyOCwxNiAtMTM5LDEyMSAtMzQsMTQ3IDYxLDE1IDM3MCwzMiA0MDMsLTUxIDE3LC00NCAtMjgsLTc3IC02MywtODkgLTQ2LC0xNiAtMjUwLC0xMyAtMzA2LC03eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04Njg5IDgzMmMtMTAxLDIwIC0xMDksMTIzIDksMTQ0IDY1LDEyIDIzNiw3IDMwMywtMiA5NSwtMTMgMTE0LC0xMjkgLTEyLC0xNDQgLTYzLC04IC0yNDEsLTEwIC0zMDAsMnoiLz4NCiAgIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNODcyMSAxMzg1Yy0xNDAsMTUgLTExMCwxMjAgLTU4LDE0MSA0MSwxNyAyMTYsMTUgMjY4LDEwIDExNSwtMTEgMTExLC0xMTIgNDksLTE0MiAtMzksLTE5IC0yMDYsLTE1IC0yNTksLTl6Ii8+DQogIDwvZz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik05NjYyIDE2NDZsOTM3IDAgMCAyMjggMjk1IDAgMCAwYzExLDAgMTQsLTMgMTQsLTE1bDAgLTQ2MWMwLC0xMSAtMywtMTUgLTE0LC0xNWwtMTUyIDAgMCAtODkzIC0zMjQgMCAwIDg5MyAtNDMyIDAgMCAtODkzIC0zMjQgMCAwIDExNTZ6Ii8+DQogIDxwb2x5Z29uIGNsYXNzPSJmaWwwIiBwb2ludHM9IjEyNTczLDE2NDYgMTI4OTcsMTY0NiAxMjg5NywxMTY1IDEzMzY4LDExNjUgMTMzNjgsMTY0NiAxMzY5MiwxNjQ2IDEzNjkyLDQ5MCAxMzM2OCw0OTAgMTMzNjgsODk3IDEyODk3LDg5NyAxMjg5Nyw0OTAgMTI1NzMsNDkwICIvPg0KICA8cG9seWdvbiBjbGFzcz0iZmlsMCIgcG9pbnRzPSIxMTI0MiwxNjQ2IDEyMjE0LDE2NDYgMTIyMTQsMTM4MyAxMTU2NiwxMzgzIDExNTY2LDExNjAgMTIwNzIsMTE2MCAxMjA3Miw5MDcgMTE1NjYsOTA3IDExNTY2LDc1MyAxMjIwMCw3NTMgMTIyMDAsNDkwIDExMjQyLDQ5MCAiLz4NCiA8L2c+DQo8L3N2Zz4NCg==);
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.mob-nav__delivery {
    position: relative;
    background: #F6F6F6;
    padding: 16px;
    left: -16px;
    width: calc(100% + 32px);
}

.mob-nav__city {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    position: relative;
    padding-left: 25px;
}

.mob-nav__city:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/local/templates/main_new/css/../img/icon-delivery.svg);
}

.mob-nav__city a {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.mob-nav__adress {
	position: relative;
    padding-left: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-top: 20px;
}

.mob-nav__adress:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/local/templates/main_new/css/../img/IconShop.svg);
	background-size: 100%;
}

.mob-nav__btn-change {
    padding-left: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #828282;
}

.mob-nav__catalog-btn {
    background: #EB292F;
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
    height: 53px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    margin-bottom: 17px;
    cursor: pointer;
    font-weight: 700;
    padding-left: 95px;
    margin-top: 20px;
}
.mob-nav__catalog-btn:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 85px;
    height: 74px;
}
.mob-nav__catalog-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -6px;
    background-image: url("/local/templates/main_new/css/../img/arrow-white.svg");
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
}

.mob-nav__ul {
    padding: 0 0 20px;
    margin: 0 0 16px;
    position: relative;
}

.mob-nav__ul:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -16px;
    width: calc(100% + 32px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
}

.mob-nav__ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.mob-nav__ul li:first-of-type a {
    font-weight: bold;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.mob-nav__ul li:last-of-type {
    margin-bottom: 0;
}

.mob-nav__ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.mob-nav__count {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    background: #E5E8F5;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mob-nav__footer {
    position: relative;
    padding: 20px 0;
}

.mob-nav__feedback-btn {
    position: absolute;
    top: 20px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid #EB292F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    height: 32px;
    max-width: 150px;
    width: 100%;
    text-decoration: none;
}

.mob-nav__phone {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 4px;
    text-decoration: none;
    display: block;
}

.mob-nav__work {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    margin-bottom: 12px;
}

.mob-nav__email {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #2468AC;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}

.mob-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mob-nav__social-item {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 4px;
}

.mob-nav__social-item:last-of-type {
    margin-right: 0;
}

.mob-nav__social-item.inst {
    background-image: url("/local/templates/main_new/css/../img/instagram.svg");
}

.mob-nav__social-item.ok {
    background-image: url("/local/templates/main_new/css/../img/ok.svg");
}

.mob-nav__social-item.vk {
    background-image: url("/local/templates/main_new/css/../img/vk.svg");
}

.mob-nav__social-item.tg-item {
    background-image: url("/local/templates/main_new/css/../images/telegram.png");
}
.mob-nav__social-item.ok-item {
    background-image: url("/local/templates/main_new/css/../images/ok.png");
}

.mob-nav__auth {
    position: relative;
    margin: -29px 0 0;
    padding: 0;
    list-style: none;
    left: -16px;
    width: calc(100% + 32px);
}

.mob-nav__auth li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F6F6F6;
    height: 48px;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mob-nav__auth li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mob-nav__auth li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
}

.mob-nav__auth span {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #828282;
}

.mob-catalog {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 15;
    background-color: #fff;
}

.mob-catalog.active {
    display: block;
}

.mob-catalog__header {
    background: #FFFFFF;
    position: relative;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.mob-catalog__prev {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_new/css/../img/icon-prev.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.mob-catalog__title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mob-catalog__form {
    position: relative;
}

.mob-catalog__ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mob-catalog__ul li {
    position: relative;
}

.mob-catalog__ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
}

.mob-catalog__ul li a {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    padding: 20px 20px 20px 38px;
    position: relative;
}

.mob-catalog__ul li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 6px;
    height: 12px;
    background-image: url("/local/templates/main_new/css/../img/arrow-catalog-gray.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.mob-catalog__ul li a > div {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    text-transform: none;
}

.mob-catalog__ul li a .icon {
    position: absolute;
    left: 0;
}

.mob-catalog .form-control {
    padding: 9px 10px 9px 45px;
}

.mob-catalog .btn-search {
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    background-image: url("/local/templates/main_new/css/../img/search.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 22px;
    height: 22px;
}

.our-order-basket {
    width: 553px;
    position: absolute;
    right: 0;
    top: 45px;
    background-color: #fff;
    padding: 16px 16px 0;
    -webkit-box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    z-index: 10;
    font-family: "Circe", sans-serif;
    display: none;
}

.our-order-basket.active {
    display: block;
}

.our-order-basket__close {
    position: absolute;
    top: 25px;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(/local/templates/main_new/css/../img/icon-close.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    cursor: pointer;
    z-index: 10;
}

.our-order-basket__header {
    position: relative;
    padding-bottom: 16px;
}

.our-order-basket__header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
}

.our-order-basket__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 4px;
}

.our-order-basket__anons {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #333333;
}

.our-order-basket__footer {
    padding: 12px 16px;
    width: calc(100% + 32px);
    margin-left: -16px;
}

.our-order-basket__txt {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.our-order-basket__btn {
    font-family: "Circe", sans-serif;
    width: 100%;
    border: none;
    background-color: #EB292E;
    padding: 10px 44px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.our-order-basket__btn.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.our-order-basket__info {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin-top: 8px;
}

.our-order-basket__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    position: relative;
}

.our-order-basket__item {
    display: grid;
    grid-template-columns: 48px 180px 1fr 1fr 20px;
    grid-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.our-order-basket__item:hover {
    background: #E5E8F5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-order-basket__item:hover .minus,
.our-order-basket__item:hover .plus {
    visibility: visible;
}

.our-order-basket__weight {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    margin-left: 12px;
}

.our-order-basket__weight-order {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.our-order-basket__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    text-decoration: none;
}

.our-order-basket__name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    width: 180px;
    text-align: left;
    text-decoration: none;
    display: block;
}

.our-order-basket__name:hover {
    color: #eb292f;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-order-basket__name .our-order-basket__price {
    text-align: left;
}

.our-order-basket__name-footer {
    margin-top: 8px;
}

.our-order-basket__count {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.our-order-basket__price {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-align: right;
}

.our-order-basket__delete {
    display: block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: none;
    background-image: url(/local/templates/main_new/css/../img/icon-close.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.our-order-basket__number {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 12px;
    margin-right: 8px;
}

.our-order-basket__number input {
    border: none;
    text-align: center;
}

.our-order-basket__number .minus,
.our-order-basket__number .plus {
    visibility: hidden;
}

.our-order-basket__number .minus {
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("/local/templates/main_new/css/../img/minus.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.our-order-basket__number .plus {
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("/local/templates/main_new/css/../img/plus.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.our-order-basket__tooltip {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    box-shadow: 0px 6px 16px rgba(11, 27, 85, 0.15);
    border-radius: 4px;
    padding: 10px 12px;
    max-width: 294px;
    visibility: hidden;
    opacity: 0;
}

.our-order-basket__tooltip.active {
    visibility: visible;
    opacity: 1;
}

.our-order-basket__tooltip p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.our-order-basket__tooltip a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.our-order-basket .icon-info {
    cursor: pointer;
}

.our-order-basket .warning {
    background: #FFE8E9;
}

@media only screen and (max-width: 1023px) {
    .wrapper {
        padding: 0 16px;
    }

    .header {
        display: none;
    }

    .mob-header {
        display: block;
    }

    .mob-header .mob-nav-city {
        padding-left: 8px;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }

    .mob-header .mob-logotip .logotip {
        width: 142px;
        display: block;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyBYOCAtLT4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTM2LjgwNm1tIiBoZWlnaHQ9IjE4Ljk5ODhtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiDQp2aWV3Qm94PSIwIDAgMTM2OTIgMTkwMSINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogPGRlZnM+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICA8IVtDREFUQVsNCiAgICAuZmlsMCB7ZmlsbDojRTAxOTE5fQ0KICAgIC5maWwxIHtmaWxsOiNFMDE5MTk7ZmlsbC1ydWxlOm5vbnplcm99DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9ItCh0LvQvtC5X3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTU4OSA3NTNsMjkwIDAgMCA2MzAgLTQwMyAwYzM0LC03MCA2NiwtMjA4IDgyLC0yOTAgMTksLTEwMiAzMSwtMjIyIDMxLC0zNDB6bTUyOSAxMTIxbDAgMCAtNDkgMGMtOCwtMiAtOSwtOSAtOSwtMjlsMCAtMTk5IC03NTYgMCAwIDIyOCAtMzA0IDAgMCAtNDkxIDEyMyAwYzE1LC0zMCAzMCwtNTUgNDYsLTg3IDEwMiwtMjE1IDk2LC01NjYgOTYsLTgwNmw5MzggMCAwIDg5MyAxNjcgMCAwIDQ5MSAtNSAwIC00IDBjLTgwLDAgLTE2MiwtMSAtMjQzLDB6Ii8+DQogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNjQxNiAxMDcxYzAsLTk3IDM5LC0xODAgODgsLTIzMCAxODcsLTE5MCA1NzUsLTEwNSA1NzUsMjM1IDAsNTkgLTIxLDEzMSAtNTIsMTc1IC04LDEyIC05LDEzIC0xNywyMiAtNDcsNjAgLTEzNCwxMjAgLTIzMCwxMjAgLTExNiwwIC0xOTIsLTEyIC0yNzQsLTk1IC01NywtNTcgLTkwLC0xNDMgLTkwLC0yMjd6bS0zMzMgLTI1bDAgMGMwLDcyIDAsMTA0IDE4LDE3NWw0MyAxMTFjNzAsMTI4IDE4MSwyMzIgMzE1LDI4NiAxNzQsNzAgMzk4LDczIDU3MSwzIDIwNSwtODIgMzgzLC0yOTEgMzgzLC01MjAgMCwtMTI5IC02LC0xOTEgLTY0LC0zMDMgLTEwNCwtMjAzIC0zNDAsLTMzMiAtNTY5LC0zMzJsLTYgMGMtMTI2LDAgLTE5NCw0IC0zMTEsNTEgLTU4LDI0IC0xMTcsNTggLTE2Myw5OSAtMTI3LDExMSAtMjE3LDI1MCAtMjE3LDQzMHoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0xOTk4IDEwNzFjMCwtOTcgMzgsLTE4MCA4NywtMjMwIDE4OCwtMTkwIDU3NiwtMTA1IDU3NiwyMzUgMCw4MyAtMzMsMTYyIC04NywyMTkgLTE4MSwxOTIgLTU3NiwxMDAgLTU3NiwtMjI0em0yODYgLTYwNWwwIDAgMTAzIDBjNzgsNSAxNTUsMjEgMjI1LDQ5IDU0LDIyIDE0Myw3MyAxODUsMTE1IDUzLDUzIDk4LDk5IDEzNCwxNjggNTcsMTEyIDY0LDE3NCA2NCwzMDMgMCwyMjkgLTE3OCw0MzggLTM4Myw1MjAgLTIxMSw4NSAtNDc0LDY0IC02NzEsLTU2bC04NCAtNjRjLTcyLC02NyAtMTE5LC0xMzIgLTE1NiwtMjI1IC0zMiwtODAgLTM3LC0xNDEgLTM3LC0yMzAgMCwtMTU3IDgyLC0zMTIgMTk1LC00MTNsODggLTY1YzEwMCwtNjEgMjE4LC05NSAzMzcsLTEwMnoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0zOTIzIDEzODhsLTIzMSAwIDAgLTI4NyAxODYgMGMxMDcsMCAxOTEsMzAgMjA4LDEyMyAxNywxMDEgLTY2LDE2NCAtMTYzLDE2NHptLTU2MCAyNThsMCAwIDU5OSAwYzEyNSwwIDI0NCwtNDYgMzE3LC0xMDFsNTMgLTUwYzYxLC04MCA4NiwtMTI0IDg2LC0yNTEgMCwtMTcwIC0xMzAsLTI5NyAtMjcxLC0zNDUgLTEzNywtNDYgLTMwMSwtMzIgLTQ1NSwtMzJsMCAtMTE5IDYwNCAwYzExLDAgMTQsLTMgMTQsLTE0bDAgLTI0NCAtOTQ3IDAgMCAxMTU2eiIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTUzMzYgOTY3bC0yNDAgMCAwIC0yMjQgMjIxIDBjNzUsMCAxMzYsMzIgMTQ1LDEwMiAxMCw3MCAtNjAsMTIyIC0xMjYsMTIyem0tNTY0IDY3OWwwIDAgMzI0IDAgMCAtNDMxYzE5OSwwIDQyMCwyNSA1NjgsLTk2IDI1NywtMjExIDExOSwtNjI5IC0yOTMsLTYyOWwtNTk5IDAgMCAxMTU2eiIvPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODM5MDQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDEiIGQ9Ik05NTE0IDY4OGMtMjYyLC0zMDIgLTU3OCwtNTMwIC05NDYsLTY4NiAtNSwtMyAtMTQsLTMgLTIwLDAgLTUzLDI0IC0xMDYsNDcgLTE1OCw3MiAtMzAzLDE1MiAtNTY1LDM1NiAtNzg3LDYxMiAtNSw1IC0xMCwxNSAtMTAsMjIgMTAsNzYgMTgsMTUzIDMxLDIyOSA1NiwzMTQgMTY2LDYwOCAzMzAsODgxIDUsMTAgMTIsMTUgMjMsMTggMTkxLDQ0IDM4NSw2NSA1ODIsNjUgMTk3LDAgMzkyLC0yMiA1ODQsLTY3IDcsLTIgMTYsLTggMTksLTE0IDExNSwtMTkyIDIwNSwtMzk2IDI2OCwtNjExIDQ4LC0xNjQgNzYsLTMzMiA5MSwtNTAxIDEsLTcgLTMsLTE1IC03LC0yMHptLTE5MyA2MjZsMCAwYy01NCwxNTMgLTEyMiwzMDAgLTIwNCw0NDEgLTUsNyAtMTMsMTMgLTIwLDE1IC0xNzcsMzkgLTM1Niw1OSAtNTU2LDU4IC0xNjMsMSAtMzQzLC0yMCAtNTIxLC01OSAtNywtMSAtMTUsLTcgLTE5LC0xNCAtMTQ3LC0yNTEgLTI0NywtNTIwIC0zMDAsLTgwNiAtMTMsLTcxIC0yMSwtMTQ0IC0zMSwtMjE2IC0xLC03IDMsLTE3IDcsLTIzIDI0NCwtMjcyIDUzMywtNDgyIDg2OCwtNjI5IDcsLTMgMTgsLTMgMjUsMCAzMzYsMTQ4IDYyNiwzNTggODcwLDYzMiA0LDUgOCwxMyA3LDIwIC0yMCwxOTggLTYwLDM5MiAtMTI2LDU4MXoiLz4NCiAgPC9nPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODQwNjQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04MjA1IDkyNWMtMTI2LDIwIC0yMDQsNCAtMjEwLDE0NyAtMyw1OCAxLDMwNCAxMywzNDkgMjcsMTAxIDE2MSw2MCAyNzAsODggOTEsMjMgMjEzLDUyIDMxOSwyOSAyLC00NCAtMjYsLTQ2IC0xNSwtOTUgNywtMzEgMzMsLTUwIDQzLC03NiAtMTMsLTIxIC00NSwtNTUgLTQ3LC04NCAtNSwtNDUgMzYsLTcyIDM5LC05NiA0LC0zMCAtMzcsLTYzIC0zOSwtOTUgLTMsLTQwIDM5LC02NyAzNywtOTQgLTEsLTE4IC0zNSwtNjAgLTM2LC05MSAtMiwtMjcgOSwtMjEgMSwtNTYgLTQsLTE4IC0xMywtMzIgLTE4LC01MCAtMjIsLTg0IDEyMCwtNDIzIC02MCwtNDAxIC02NSw4IC05OCw4OSAtMTI2LDE1MCAtMzAsNjUgLTYwLDEyMiAtODksMTg1bC04MiAxOTB6Ii8+DQogICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTg3MjUgMTAxM2MtMTY1LDI1IC0xMzEsMTM0IC0yNiwxNTAgMzQsNiAzODQsMTAgNDE1LC0xMiAzMCwtMjEgMTA2LC0xMDQgLTQ3LC0xMzIgLTczLC0xMyAtMjY5LC0xNyAtMzQyLC02eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04NzIwIDExOTljLTEyOCwxNiAtMTM5LDEyMSAtMzQsMTQ3IDYxLDE1IDM3MCwzMiA0MDMsLTUxIDE3LC00NCAtMjgsLTc3IC02MywtODkgLTQ2LC0xNiAtMjUwLC0xMyAtMzA2LC03eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04Njg5IDgzMmMtMTAxLDIwIC0xMDksMTIzIDksMTQ0IDY1LDEyIDIzNiw3IDMwMywtMiA5NSwtMTMgMTE0LC0xMjkgLTEyLC0xNDQgLTYzLC04IC0yNDEsLTEwIC0zMDAsMnoiLz4NCiAgIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNODcyMSAxMzg1Yy0xNDAsMTUgLTExMCwxMjAgLTU4LDE0MSA0MSwxNyAyMTYsMTUgMjY4LDEwIDExNSwtMTEgMTExLC0xMTIgNDksLTE0MiAtMzksLTE5IC0yMDYsLTE1IC0yNTksLTl6Ii8+DQogIDwvZz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik05NjYyIDE2NDZsOTM3IDAgMCAyMjggMjk1IDAgMCAwYzExLDAgMTQsLTMgMTQsLTE1bDAgLTQ2MWMwLC0xMSAtMywtMTUgLTE0LC0xNWwtMTUyIDAgMCAtODkzIC0zMjQgMCAwIDg5MyAtNDMyIDAgMCAtODkzIC0zMjQgMCAwIDExNTZ6Ii8+DQogIDxwb2x5Z29uIGNsYXNzPSJmaWwwIiBwb2ludHM9IjEyNTczLDE2NDYgMTI4OTcsMTY0NiAxMjg5NywxMTY1IDEzMzY4LDExNjUgMTMzNjgsMTY0NiAxMzY5MiwxNjQ2IDEzNjkyLDQ5MCAxMzM2OCw0OTAgMTMzNjgsODk3IDEyODk3LDg5NyAxMjg5Nyw0OTAgMTI1NzMsNDkwICIvPg0KICA8cG9seWdvbiBjbGFzcz0iZmlsMCIgcG9pbnRzPSIxMTI0MiwxNjQ2IDEyMjE0LDE2NDYgMTIyMTQsMTM4MyAxMTU2NiwxMzgzIDExNTY2LDExNjAgMTIwNzIsMTE2MCAxMjA3Miw5MDcgMTE1NjYsOTA3IDExNTY2LDc1MyAxMjIwMCw3NTMgMTIyMDAsNDkwIDExMjQyLDQ5MCAiLz4NCiA8L2c+DQo8L3N2Zz4NCg==);
        height: 20px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: 50%;
        margin-top: -10px;
    }

    .our-order-basket , .basket_wrapper .basket-popup.active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 999;
        margin-top: 0;
    }
    .basket_wrapper .basket-order-list
    {
        height: auto;
        max-height: none;
    }
    .basket_wrapper .boi-text
    {
        width: 50%;
    }
    .basket_wrapper .basket-order-item
    {
        justify-content: space-between;
    width: 100%;
    }
    .basket_wrapper .boi-data {
        width: 300px;
    }
    .basket_wrapper .boi-quantity {
        width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .d-desktop-none {
        display: block;
    }

    .d-mobile-none {
        display: none !important;
    }
}
@media only screen and (max-width: 640px) {
    .basket_wrapper .boi-text
    {
        width: calc(100% - 72px);
    }
}

@media only screen and (max-width: 375px) {
    .mob-header .logotip {
        width: 125px;
        display: block;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyBYOCAtLT4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTM2LjgwNm1tIiBoZWlnaHQ9IjE4Ljk5ODhtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiDQp2aWV3Qm94PSIwIDAgMTM2OTIgMTkwMSINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogPGRlZnM+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICA8IVtDREFUQVsNCiAgICAuZmlsMCB7ZmlsbDojRTAxOTE5fQ0KICAgIC5maWwxIHtmaWxsOiNFMDE5MTk7ZmlsbC1ydWxlOm5vbnplcm99DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9ItCh0LvQvtC5X3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTU4OSA3NTNsMjkwIDAgMCA2MzAgLTQwMyAwYzM0LC03MCA2NiwtMjA4IDgyLC0yOTAgMTksLTEwMiAzMSwtMjIyIDMxLC0zNDB6bTUyOSAxMTIxbDAgMCAtNDkgMGMtOCwtMiAtOSwtOSAtOSwtMjlsMCAtMTk5IC03NTYgMCAwIDIyOCAtMzA0IDAgMCAtNDkxIDEyMyAwYzE1LC0zMCAzMCwtNTUgNDYsLTg3IDEwMiwtMjE1IDk2LC01NjYgOTYsLTgwNmw5MzggMCAwIDg5MyAxNjcgMCAwIDQ5MSAtNSAwIC00IDBjLTgwLDAgLTE2MiwtMSAtMjQzLDB6Ii8+DQogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNjQxNiAxMDcxYzAsLTk3IDM5LC0xODAgODgsLTIzMCAxODcsLTE5MCA1NzUsLTEwNSA1NzUsMjM1IDAsNTkgLTIxLDEzMSAtNTIsMTc1IC04LDEyIC05LDEzIC0xNywyMiAtNDcsNjAgLTEzNCwxMjAgLTIzMCwxMjAgLTExNiwwIC0xOTIsLTEyIC0yNzQsLTk1IC01NywtNTcgLTkwLC0xNDMgLTkwLC0yMjd6bS0zMzMgLTI1bDAgMGMwLDcyIDAsMTA0IDE4LDE3NWw0MyAxMTFjNzAsMTI4IDE4MSwyMzIgMzE1LDI4NiAxNzQsNzAgMzk4LDczIDU3MSwzIDIwNSwtODIgMzgzLC0yOTEgMzgzLC01MjAgMCwtMTI5IC02LC0xOTEgLTY0LC0zMDMgLTEwNCwtMjAzIC0zNDAsLTMzMiAtNTY5LC0zMzJsLTYgMGMtMTI2LDAgLTE5NCw0IC0zMTEsNTEgLTU4LDI0IC0xMTcsNTggLTE2Myw5OSAtMTI3LDExMSAtMjE3LDI1MCAtMjE3LDQzMHoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0xOTk4IDEwNzFjMCwtOTcgMzgsLTE4MCA4NywtMjMwIDE4OCwtMTkwIDU3NiwtMTA1IDU3NiwyMzUgMCw4MyAtMzMsMTYyIC04NywyMTkgLTE4MSwxOTIgLTU3NiwxMDAgLTU3NiwtMjI0em0yODYgLTYwNWwwIDAgMTAzIDBjNzgsNSAxNTUsMjEgMjI1LDQ5IDU0LDIyIDE0Myw3MyAxODUsMTE1IDUzLDUzIDk4LDk5IDEzNCwxNjggNTcsMTEyIDY0LDE3NCA2NCwzMDMgMCwyMjkgLTE3OCw0MzggLTM4Myw1MjAgLTIxMSw4NSAtNDc0LDY0IC02NzEsLTU2bC04NCAtNjRjLTcyLC02NyAtMTE5LC0xMzIgLTE1NiwtMjI1IC0zMiwtODAgLTM3LC0xNDEgLTM3LC0yMzAgMCwtMTU3IDgyLC0zMTIgMTk1LC00MTNsODggLTY1YzEwMCwtNjEgMjE4LC05NSAzMzcsLTEwMnoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0zOTIzIDEzODhsLTIzMSAwIDAgLTI4NyAxODYgMGMxMDcsMCAxOTEsMzAgMjA4LDEyMyAxNywxMDEgLTY2LDE2NCAtMTYzLDE2NHptLTU2MCAyNThsMCAwIDU5OSAwYzEyNSwwIDI0NCwtNDYgMzE3LC0xMDFsNTMgLTUwYzYxLC04MCA4NiwtMTI0IDg2LC0yNTEgMCwtMTcwIC0xMzAsLTI5NyAtMjcxLC0zNDUgLTEzNywtNDYgLTMwMSwtMzIgLTQ1NSwtMzJsMCAtMTE5IDYwNCAwYzExLDAgMTQsLTMgMTQsLTE0bDAgLTI0NCAtOTQ3IDAgMCAxMTU2eiIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTUzMzYgOTY3bC0yNDAgMCAwIC0yMjQgMjIxIDBjNzUsMCAxMzYsMzIgMTQ1LDEwMiAxMCw3MCAtNjAsMTIyIC0xMjYsMTIyem0tNTY0IDY3OWwwIDAgMzI0IDAgMCAtNDMxYzE5OSwwIDQyMCwyNSA1NjgsLTk2IDI1NywtMjExIDExOSwtNjI5IC0yOTMsLTYyOWwtNTk5IDAgMCAxMTU2eiIvPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODM5MDQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDEiIGQ9Ik05NTE0IDY4OGMtMjYyLC0zMDIgLTU3OCwtNTMwIC05NDYsLTY4NiAtNSwtMyAtMTQsLTMgLTIwLDAgLTUzLDI0IC0xMDYsNDcgLTE1OCw3MiAtMzAzLDE1MiAtNTY1LDM1NiAtNzg3LDYxMiAtNSw1IC0xMCwxNSAtMTAsMjIgMTAsNzYgMTgsMTUzIDMxLDIyOSA1NiwzMTQgMTY2LDYwOCAzMzAsODgxIDUsMTAgMTIsMTUgMjMsMTggMTkxLDQ0IDM4NSw2NSA1ODIsNjUgMTk3LDAgMzkyLC0yMiA1ODQsLTY3IDcsLTIgMTYsLTggMTksLTE0IDExNSwtMTkyIDIwNSwtMzk2IDI2OCwtNjExIDQ4LC0xNjQgNzYsLTMzMiA5MSwtNTAxIDEsLTcgLTMsLTE1IC03LC0yMHptLTE5MyA2MjZsMCAwYy01NCwxNTMgLTEyMiwzMDAgLTIwNCw0NDEgLTUsNyAtMTMsMTMgLTIwLDE1IC0xNzcsMzkgLTM1Niw1OSAtNTU2LDU4IC0xNjMsMSAtMzQzLC0yMCAtNTIxLC01OSAtNywtMSAtMTUsLTcgLTE5LC0xNCAtMTQ3LC0yNTEgLTI0NywtNTIwIC0zMDAsLTgwNiAtMTMsLTcxIC0yMSwtMTQ0IC0zMSwtMjE2IC0xLC03IDMsLTE3IDcsLTIzIDI0NCwtMjcyIDUzMywtNDgyIDg2OCwtNjI5IDcsLTMgMTgsLTMgMjUsMCAzMzYsMTQ4IDYyNiwzNTggODcwLDYzMiA0LDUgOCwxMyA3LDIwIC0yMCwxOTggLTYwLDM5MiAtMTI2LDU4MXoiLz4NCiAgPC9nPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODQwNjQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04MjA1IDkyNWMtMTI2LDIwIC0yMDQsNCAtMjEwLDE0NyAtMyw1OCAxLDMwNCAxMywzNDkgMjcsMTAxIDE2MSw2MCAyNzAsODggOTEsMjMgMjEzLDUyIDMxOSwyOSAyLC00NCAtMjYsLTQ2IC0xNSwtOTUgNywtMzEgMzMsLTUwIDQzLC03NiAtMTMsLTIxIC00NSwtNTUgLTQ3LC04NCAtNSwtNDUgMzYsLTcyIDM5LC05NiA0LC0zMCAtMzcsLTYzIC0zOSwtOTUgLTMsLTQwIDM5LC02NyAzNywtOTQgLTEsLTE4IC0zNSwtNjAgLTM2LC05MSAtMiwtMjcgOSwtMjEgMSwtNTYgLTQsLTE4IC0xMywtMzIgLTE4LC01MCAtMjIsLTg0IDEyMCwtNDIzIC02MCwtNDAxIC02NSw4IC05OCw4OSAtMTI2LDE1MCAtMzAsNjUgLTYwLDEyMiAtODksMTg1bC04MiAxOTB6Ii8+DQogICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTg3MjUgMTAxM2MtMTY1LDI1IC0xMzEsMTM0IC0yNiwxNTAgMzQsNiAzODQsMTAgNDE1LC0xMiAzMCwtMjEgMTA2LC0xMDQgLTQ3LC0xMzIgLTczLC0xMyAtMjY5LC0xNyAtMzQyLC02eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04NzIwIDExOTljLTEyOCwxNiAtMTM5LDEyMSAtMzQsMTQ3IDYxLDE1IDM3MCwzMiA0MDMsLTUxIDE3LC00NCAtMjgsLTc3IC02MywtODkgLTQ2LC0xNiAtMjUwLC0xMyAtMzA2LC03eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04Njg5IDgzMmMtMTAxLDIwIC0xMDksMTIzIDksMTQ0IDY1LDEyIDIzNiw3IDMwMywtMiA5NSwtMTMgMTE0LC0xMjkgLTEyLC0xNDQgLTYzLC04IC0yNDEsLTEwIC0zMDAsMnoiLz4NCiAgIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNODcyMSAxMzg1Yy0xNDAsMTUgLTExMCwxMjAgLTU4LDE0MSA0MSwxNyAyMTYsMTUgMjY4LDEwIDExNSwtMTEgMTExLC0xMTIgNDksLTE0MiAtMzksLTE5IC0yMDYsLTE1IC0yNTksLTl6Ii8+DQogIDwvZz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik05NjYyIDE2NDZsOTM3IDAgMCAyMjggMjk1IDAgMCAwYzExLDAgMTQsLTMgMTQsLTE1bDAgLTQ2MWMwLC0xMSAtMywtMTUgLTE0LC0xNWwtMTUyIDAgMCAtODkzIC0zMjQgMCAwIDg5MyAtNDMyIDAgMCAtODkzIC0zMjQgMCAwIDExNTZ6Ii8+DQogIDxwb2x5Z29uIGNsYXNzPSJmaWwwIiBwb2ludHM9IjEyNTczLDE2NDYgMTI4OTcsMTY0NiAxMjg5NywxMTY1IDEzMzY4LDExNjUgMTMzNjgsMTY0NiAxMzY5MiwxNjQ2IDEzNjkyLDQ5MCAxMzM2OCw0OTAgMTMzNjgsODk3IDEyODk3LDg5NyAxMjg5Nyw0OTAgMTI1NzMsNDkwICIvPg0KICA8cG9seWdvbiBjbGFzcz0iZmlsMCIgcG9pbnRzPSIxMTI0MiwxNjQ2IDEyMjE0LDE2NDYgMTIyMTQsMTM4MyAxMTU2NiwxMzgzIDExNTY2LDExNjAgMTIwNzIsMTE2MCAxMjA3Miw5MDcgMTE1NjYsOTA3IDExNTY2LDc1MyAxMjIwMCw3NTMgMTIyMDAsNDkwIDExMjQyLDQ5MCAiLz4NCiA8L2c+DQo8L3N2Zz4NCg==);
        height: 40px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
    }

}

/* End */


/* Start:/local/templates/main_new/css/brand-our.css?17399796113716*/
.brand-our{
    font-family: "Circe", sans-serif;
}
.brand-our__banner{
    margin-bottom: 27px;
}
.brand-our__banner img{
    display: block;
    -o--o-object-fit: cover;
   object-fit: cover;
    -o-object-fit: cover;
   object-fit: cover;
    width: 100%;
    height: auto;
}
.brand-our__header{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
}
.brand-our__header-content{
    max-width: 785px;
}
.brand-our__logo{
}
.brand-our__logo img{
    margin-left: auto;
    margin-right: 0;
    display: block;
    max-width: 100%;
    height: auto;
}
.brand-our__header p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.brand-our__title{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
}
.brand-our__body{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
    grid-gap: 48px;
}
.brand-our__item{
    background-color: #FFE3F9;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 4px;
    text-align: center;
    position: relative;
}
.brand-our__img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.brand-our__img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
   object-fit: cover;
}
.brand-our__txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand-our__content{

}
.brand-our__name{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    margin-bottom: 4px;
}
.brand-our__anons{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}
.brand-our__btn{
    background: transparent;
    border: 1px solid #333333;
    border-radius: 2px;
    display: inline-block;
    padding: 0 16px;
    color: #333333;
    line-height: 38px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}
.brand-our__btn:hover{
    opacity: .7;
}

.brand-our__detail-info{
    margin-bottom: 24px;
}
.brand-our__detail-info a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2468AC;
    text-decoration: none;
}
.brand-our__detail-logo{
    position: absolute;
    top: 0;
    right: 30px;
    max-width: 137px;
}
.brand-our__tag{
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
}
.brand-our__tag-item{
    position: relative;
}
.brand-our__tag-alert{
    position: absolute;
    top: -35px;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 10px 12px;
    width: max-content;
    max-width: 270px;
    background: #FFFFFF;
    box-shadow: 0px 6px 26px rgba(11, 27, 85, 0.15);
    border-radius: 2px;
    z-index: 10;
    display: none;
}
.brand-our__tag-alert.active{
    display: block;
}
.card-image{
    position: relative;
}
@media  (max-width: 767px){
    .brand-our__body{
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(280px, 1fr));
        grid-gap: 48px;
    }
    /*.brand-our__detail-brand{
        display: none;
    }*/
    /*.brand-our__detail-logo{
        left: 50%;
        max-width: 75px;
    }*/

    .brand-our__detail-logo{
        right: 0;
        top: 90px;
        max-width: 100px;
    }
}

/* End */


/* Start:/local/templates/main_new/css/cooking-recipe.css?17079224842071*/
.cooking-recipe{}
.cooking-recipe__header{
    margin-bottom: 24px;
}
.cooking-recipe__title{
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin: 0;
}
.cooking-recipe__body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.cooking-recipe__item{
    -webkit-box-flex:1;
    -ms-flex:1 0 206px;
    flex:1 0 206px;
    max-width: 206px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid rgba(18, 18, 18, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px;
}
.cooking-recipe__item:hover .cooking-recipe__name{
    color: #EB292F;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.cooking-recipe__icon{
    margin-bottom: 12px;
}
.cooking-recipe__name{
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
}

@media (max-width: 767px) {
    .cooking-recipe__header{
        margin-bottom: 16px;
    }
    .cooking-recipe__title{
        font-size: 20px;
        line-height: 24px;
    }
    .cooking-recipe__item{
        -webkit-box-flex:1;
        -ms-flex:1 0 150px;
        flex:1 0 150px;
        max-width: 100%;
        height: 150px;

    }
}
/* End */


/* Start:/local/templates/main_new/css/ingredients-recipes.css?17079224843514*/
.ingredients-recipes{}
.ingredients-recipes__header{
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ingredients-recipes__title{
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #333333;
    margin: 0;
}
.ingredients-recipes__portion{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #EF5458;
    border-radius: 30px;
    padding: 5px 10px;
    margin-left: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ingredients-recipes__list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ingredients-recipes__list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(189, 189, 189, 0.3);
    margin-bottom: 24px;
    padding-bottom: 5px;
}
.ingredients-recipes__name{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.ingredients-recipes__count{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #AFAEAE;
}
.ingredients-recipes__footer{
    display: none;
}
@media (max-width: 767px) {
    .ingredients-recipes__header{
        margin-bottom: 16px;
    }
    .ingredients-recipes__title{
        font-size: 20px;
        line-height: 24px;
    }
    .ingredients-recipes__name{
        font-size: 14px;
        line-height: 20px;
    }
    .ingredients-recipes__count{
        font-size: 14px;
    }
    .ingredients-recipes__footer{
        display: block;
    }
    .ingredients-recipes__list{
        margin: 0;
        padding: 0;
        list-style: none;
        max-height: 150px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    }
    .ingredients-recipes__list:after{
        content: '';
        position: absolute;
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(108%, rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 108%);
        background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 108%);
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .ingredients-recipes__list.open{
        margin: 0;
        padding: 0;
        list-style: none;
        height: auto;
        max-height: none;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    }
    .ingredients-recipes__list.open:after{
        display: none;
    }
    .ingredients-recipes__footer{
        margin-top: 5px;
    }
    .ingredients-recipes__footer__link{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #2468AC;
        text-decoration: none;
    }

}
/* End */


/* Start:/local/templates/main_new/css/recipes.css?17079224841652*/
.recipes{}
.recipes__body{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    grid-gap: 50px;
}
.recipes__item{
    background-color: #FFFFFF;
    border: 1px solid rgba(18, 18, 18, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}
.recipes__figure{
    margin: 0 -20px 25px;
}
.recipes__link{
    display: block;
    text-decoration: none;
}
.recipes__img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.recipes__name{
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 16px;
}
.recipes__btn{
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 1px solid #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 30px;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: auto;
    width: fit-content;
}
@media (max-width: 767px) {
    .recipes__body{
        grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
        grid-gap: 25px;
    }
    .recipes__name{
        font-size: 20px;
        line-height: 24px;
    }
}
/* End */


/* Start:/local/templates/main_new/css/recipes-detail.css?17079224843697*/
.recipes-detail{
    margin-bottom: 50px;
}
.recipes-detail__hero{
    position: relative;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 50px;
}
.recipes-detail__hero:before{
    content: '';
    position: absolute;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
}
.recipes-detail__img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.recipes-detail__content{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}
.recipes-detail__title{

    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.recipes-detail__title span{
    display: block;
}
.recipes-detail__body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.recipes-detail__steps{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 785px;
    flex: 1 0 785px;
    max-width: 785px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.recipes-detail__steps img{
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.recipes-detail__steps p{
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.recipes-detail__ingredients{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 465px;
    flex: 1 0 465px;
    max-width: 465px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 767px) {
    .recipes-detail{
        margin-bottom: 32px;
        padding-top: 30px;
    }
    .recipes-detail__hero{
        margin-bottom: 24px;
    }
    .recipes-detail__hero:before{
        display: none;
    }
    .recipes-detail__content{
        position: relative;
        bottom: 0;
        text-align: left;
    }
    .recipes-detail__title{
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        color: #333;
        margin: 0 0 12px;
    }
    .recipes-detail__title span{
        display: inline;
    }

    .recipes-detail__steps{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .recipes-detail__ingredients{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 32px;
    }
}
/* End */


/* Start:/local/templates/main_new/css/steps-recipes.css?17079224841289*/
.steps-recipes p{
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.steps-recipes__item{
    margin-bottom: 24px;
}
.steps-recipes__name{
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #333333;
    margin: 0 0 16px;
}
.steps-recipes__img{
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.steps-recipes__title{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 16px;
    display: none;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767px) {
    .steps-recipes__name{
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .steps-recipes__title{
        display: block;
    }
}
/* End */


/* Start:/local/templates/main_new/css/main-page.css?170792248414176*/
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/

/*
  Maintain ratio mixin.
  @param {List} [$ratio] Ratio the element needs to maintain. A 16:9 ratio would look like this:
  .element { @include maintain-ratio(16 9); }
*/

.main-nav-slider {
  margin: 20px 0;
}

.main-nav-slider__link {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
}
.main-nav-slider__img{
  display: inline-block;
  height: 21px;
  vertical-align: middle;
}
.main-nav-slider__img img{
  max-width: 100%;
  height: 100%;
  display: block;
}

.main-nav-slider .swiper-slide {
  width: auto;
  border-right: 1px solid #BDBDBD;
  padding-right: 7px;
}

.main-delivery {
  margin-bottom: 24px;
}

.main-delivery__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #EB292F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #EB292F;
  padding: 10px;
}

.main-delivery__btn--select {
  color: #333;
}

.main-slider {
  margin-bottom: 32px;
}

.main-slider img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider .swiper-pagination {
  bottom: 0;
}

.main-slider .swiper-pagination-bullet {
  background-color: #898787;
  width: 5px;
  height: 5px;
  border-radius: 15px;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

.main-slider .swiper-pagination-bullet-active {
  background-color: #EB292F;
  width: 15px;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

.main-brand {
  margin-bottom: 28px;
}

.main-brand__header {
  margin-bottom: 16px;
  position: relative;
  padding-right: 10px;
}

.main-brand__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.main-brand__link-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNSURBVHgBfZE7DoUgFES5PPNia2lHiY1xC67cLVjSSWdhYWuMioy/EBSmgJA54c4ADUXZMavEzHWmlGaeuDl3sdC/GaUUL2A1vLaQDkGEpZeV+NHW2ANM7Y6jmwxB5F73BZEfyoe4D6RseuYaNwOEBmiCRmiGhhQzc9WeIUPmUTNmHi8ZM6Hk+otPE9oBkZxl9Kja1+0AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  display: block;
}

.main-brand__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#CEDFF6), color-stop(167%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #CEDFF6 0%, rgba(255, 255, 255, 0) 167%);
  background: linear-gradient(180deg, #CEDFF6 0%, rgba(255, 255, 255, 0) 167%);
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.main-brand__img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.main-brand__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-brand__txt {
  bottom: 0;
  width: 100%;
  position: absolute;
  padding: 13px 15px;
  z-index: 10;
}

.main-brand__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  margin: 0;
}

.main-brand__anons {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #333333;
  margin: 0 0 8px;
}

.main-brand__btn {
  width: 100%;
  max-width: 150px;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 2px;
  display: inline-block;
  padding: 7px 16px;
  color: #333333;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-brand .swiper-slide:nth-child(even) .main-brand__item {
  background-image: none;
  background-color: #FFE3E3;
}

.main-recipes {
  width: 100%;
  margin-bottom: 32px;
}

.main-recipes__header {
  margin-bottom: 16px;
  position: relative;
  padding-right: 10px;
}

.main-recipes__body {
  margin: 0 -16px;
}
.main-recipes__body .swiper-slide{
  padding: 0 16px;
}

.main-recipes__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.main-recipes__link-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNSURBVHgBfZE7DoUgFES5PPNia2lHiY1xC67cLVjSSWdhYWuMioy/EBSmgJA54c4ADUXZMavEzHWmlGaeuDl3sdC/GaUUL2A1vLaQDkGEpZeV+NHW2ANM7Y6jmwxB5F73BZEfyoe4D6RseuYaNwOEBmiCRmiGhhQzc9WeIUPmUTNmHi8ZM6Hk+otPE9oBkZxl9Kja1+0AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  display: block;
}

.main-recipes__item{
  display: block;
  text-decoration: none;
}

.main-recipes__figure {
  margin: 0 0 5px;
  height: 150px;
  overflow: hidden;
}

.main-recipes__figure img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-recipes__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.main-recipes__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #BDBDBD;
  margin-bottom: 4px;
}

.main-catalog {
  margin-bottom: 32px;
}

.main-catalog__header {
  margin-bottom: 16px;
  position: relative;
  padding-right: 10px;
}

.main-catalog__body {
  margin: 0 -16px;
}
.main-catalog__body .swiper-slide{
  padding: 0 16px;
}

.main-catalog__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.main-catalog__link-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNSURBVHgBfZE7DoUgFES5PPNia2lHiY1xC67cLVjSSWdhYWuMioy/EBSmgJA54c4ADUXZMavEzHWmlGaeuDl3sdC/GaUUL2A1vLaQDkGEpZeV+NHW2ANM7Y6jmwxB5F73BZEfyoe4D6RseuYaNwOEBmiCRmiGhhQzc9WeIUPmUTNmHi8ZM6Hk+otPE9oBkZxl9Kja1+0AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  display: block;
}

.main-catalog .products-item {
  width: 100%;
}

.main-catalog .products-item-image {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  margin: 0 -10px 12px;
}

.main-catalog .products-item-bottom,
.main-catalog .products-item-title {
  margin-left: 0;
}

.main-rate-store {
  background-color: #F95856;
  background-image: url("/local/templates/main_new/css/../img/main-rate-store-bg3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 16px;
  margin: 0 -16px 40px;
}

.main-rate-store__body {
  max-width: 280px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.main-rate-store__content {
  position: relative;
  z-index: 1;
  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;
}

.main-rate-store__title {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.main-rate-store__anons {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 30px;
}

.main-rate-store__btn {
  width: fit-content;
  line-height: 42px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  padding: 0 16px;
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
}

.main-rate-store__bg2{
  display: block;
  background-image: url("/local/templates/main_new/css/../img/main-rate-store-bg2.svg");
  background-repeat: no-repeat;
  width: 568px;
  height: 202px;
  pointer-events: none;
  margin-bottom: -20px;
}


.main-subscribe {
  background: rgba(229, 232, 245, 0.4);
  padding: 24px 16px;
  margin: 0 -16px 22px;
}

.main-subscribe__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px;
}

.main-subscribe__anons {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin: 0 0 12px;
}

.main-subscribe__agree {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  display: block;
}

.main-subscribe__agree a {
  text-decoration: underline;
}

.main-subscribe__input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding: 10px 12px;
  margin-bottom: 16px;
}

.main-subscribe__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.main-subscribe__input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.main-subscribe__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.main-subscribe__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.main-subscribe__input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.main-subscribe__submit {
  width: 100%;
  background: #EB292F;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding: 10px 12px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #F2F2F2;
}

.main-order-entity {
  background: -o-linear-gradient(0.18deg, #2C76C0 -31.24%, #7FBFFF 99.85%);
  background: linear-gradient(89.82deg, #2C76C0 -31.24%, #7FBFFF 99.85%);
  padding: 20px 16px;
  margin: 0 -16px;
}

.main-order-entity__body {
  max-width: 280px;
  position: relative;
}

.main-order-entity__body:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 282px;
  background-image: url("/local/templates/main_new/css/../img/main-order-entity-bg.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 220px;
  pointer-events: none;
}

.main-order-entity__content {
  position: relative;
  z-index: 10;
}

.main-order-entity__title {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.main-order-entity__anons {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 30px;
}

.main-order-entity__btn {
  line-height: 42px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  padding: 0 16px;
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
}

@media (min-width: 768px) {

  .main-rate-store{
    position: relative;
    margin: 0 0 40px;
    display: flex;
  }
  .main-rate-store__body{
    max-width: 715px;
  }
  .main-rate-store__body:before{
    left: 100%;
  }
  .main-rate-store__decor{
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
  }
  .main-rate-store__decor1{
    position: absolute;
    top: 0;
    left: 160px;
    background-image: url("/local/templates/main_new/css/../img/main-rate-store-like.svg");
    background-repeat: no-repeat;
    width: 56px;
    height: 54px;
    pointer-events: none;
  }
  .main-rate-store__decor2{
    position: absolute;
    top: 33px;
    left: 275px;
    background-image: url("/local/templates/main_new/css/../img/main-rate-store-like.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 53px;
    height: 54px;
    pointer-events: none;
  }
  .main-rate-store__decor3{
    position: absolute;
    top: 55px;
    left: 400px;
    background-image: url("/local/templates/main_new/css/../img/main-rate-store-like.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 54px;
    pointer-events: none;
  }
  .main-rate-store__decor4{
    position: absolute;
    top: 75px;
    left: 520px;
    background-image: url("/local/templates/main_new/css/../img/main-rate-store-like.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 49px;
    height: 54px;
    pointer-events: none;
  }
  .main-rate-store__decor5{
    position: absolute;
    top: 95px;
    left: 640px;
    background-image: url("/local/templates/main_new/css/../img/main-rate-store-like.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 47px;
    height: 54px;
    pointer-events: none;
  }
  .main-rate-store__decor6{
    position: absolute;
    top: 115px;
    left: 720px;
    background-image: url("/local/templates/main_new/css/../img/main-rate-store-like.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 44px;
    height: 54px;
    pointer-events: none;
  }
}

@media only screen and (max-width: 374px) {
  .main-rate-store__body:before {
    left: 160px;
  }

  .main-order-entity__body:before {
    left: 235px;
  }
}
/* End */


/* Start:/local/templates/main_new/css/vacancies.css?174359748139663*/
@font-face {
  font-family: "Roboto_M";
  src: url("/local/templates/main_new/css/../fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 400;
}

:root {
  --color-accent-value: #EB292F;
}

.dobro-vacancies-advantages__title {
  margin-bottom: 20px;
}

.dobro-vacancies-advantages__title h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 0px;


}

.dobro-vacancies-advantages__title h1 span {
  color: var(--color-accent-value);
}

.dobro-vacancies-advantages__video-wrapper {
  aspect-ratio: 1336/753;


}

.dobro-vacancies-advantages__video-wrapper iframe,
.dobro-vacancies-advantages__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.dobro-vacancies-advantages__video-wrapper.dobro-vacancies-advantages__video-wrapper--no-active iframe {
  background-color: var(--color-accent-value);
}


.dobro-vacancies-advantages__slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

.dobro-vacancies-advantages__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dobro-vacancies-advantages__slider-item a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 316/318;
}

.dobro-vacancies-advantages__slider-item {
  height: auto;
}


.dobro-vacancies-advantages {
  padding-bottom: 60px;
}

.dobro-vacancies-advantages__slider .swiper-scrollbar-drag {
  background-color: #333333;
  border-radius: 0 !important;
  width: 100%;
}

.dobro-vacancies-advantages__slider .swiper-scrollbar {
  left: 0% !important;
  width: 100% !important;
  border-radius: 0 !important;
}

.vacanicies-h2-title {
  font-size: 24px;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 0px;
}

.why-dobrotsen-vacancies__title {
  margin-bottom: 24px;
}

.why-dobrotsen-vacancies-adv {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  justify-content: space-between;

  row-gap: 32px;
  padding-bottom: 20px;

}

.why-dobrotsen-vacancies-adv__item-number {
  font-size: 57px;
  font-family: "Roboto_M";
  color: var(--color-accent-value);
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.1;
}

.why-dobrotsen-vacancies-adv__item-name {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 20px;
  font-family: "Circe", sans-serif;
}

.why-dobrotsen-vacancies-adv__item-desc {
  font-size: 14px;
  line-height: 1.4;
}

.why-dobrotsen-vacancies {
  margin-bottom: 60px;
}

.vacanicies-section-title {
  font-size: 40px;
  line-height: 1.1;

}

.vacanicies-section-title span {
  color: var(--color-accent-value);
}

.get-job-vacancies-stepper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  overflow: hidden;

}

.get-job-vacancies-stepper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 14px 57px;

}

.get-job-vacancies-stepper__item:first-child .get-job-vacancies-stepper__item-icon::after {
  content: "";
  position: absolute;
  transform: translateX(100%);
  right: 0;
  top: 50%;
  height: 2px;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: red; stroke-width: 2; stroke-dasharray:7 8'/></svg>");
  width: 850px;
}

.get-job-vacancies-stepper__item:nth-child(3) {
  z-index: 100;
}

.get-job-vacancies-stepper__item:nth-child(3) .get-job-vacancies-stepper__item-icon::before {
  content: "";
  position: absolute;
  transform: translateX(100%);
  right: 0;
  top: 50%;
  height: 20px;
  border-bottom: 20px dashed white;
  width: 100vw;
  overflow: hidden;
  background-color: white;

}

.get-job-vacancies-stepper__item-icon {
  position: relative;
  background-color: #F6F6F6;
  border-radius: 16px;
  padding: 8.5px 8px;
  height: 68px;
  width: 68px;
  margin-bottom: 20px;
}

.get-job-vacancies-stepper__item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;

}

.get-job-vacancies-stepper__item-ref a {
  color: #2468AC;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.get-job-vacancies {
  padding-bottom: 70px;
}

.dobrotsen-vacancies-this {
  padding-bottom: 80px;
}

.dobrotsen-vacancies-this__title h2 {
  font-size: 26px;
}

.dobrotsen-vacancies-this__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
}

.dobrotsen-vacancies-this-slider {
  height: 440px;
  overflow: hidden;
}

.dobrotsen-vacancies-this-slider__item.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  max-width: 466px;
  text-align: center;


}

.dobrotsen-vacancies-this-slider__item.swiper-slide {
  color: #333333;
  opacity: 0.1;
  transition: opacity ease 2s;

}

.dobrotsen-vacancies-this-slider__item.swiper-slide-active {

  color: var(--color-accent-value);
  opacity: 1;
}

.dobrotsen-vacancies-this__title {
  margin-bottom: 28px;
}

.dobrotsen-vacancies-this__image {
  border-radius: 2px;
  overflow: hidden;
}

.dobrotsen-vacancies-this__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.vacanicies-section-title--line {
  position: relative;
  padding-left: 32px;

}

.vacanicies-section-title--line::before {
  position: absolute;
  left: 0px;
  content: "";
  height: 100%;
  width: 5px;
  background-color: var(--color-accent-value);
}

.section-vacancies-career__title {
  margin-bottom: 60px;
}

.section-vacancies-career__subtitle h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.4;
}

.section-vacancies-career__subtitle {
  margin-bottom: 32px;
}

.vacancies-header-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #0000001F;
  background-color: #E5E8F566;
  border-radius: 2px;
}

.vacancies-header-tabs li {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4px;
  color: black;
  min-height: 40px;
  transition: all ease 0.4s;
  border-radius: 2px;
  margin-block: 4px;

}

.vacancies-header-tabs li:first-child {
  margin-left: 4px;
}

.vacancies-header-tabs li:last-child {
  margin-right: 4px;
}

.vacancies-header-tabs__li {
  cursor: pointer;
}

.vacancies-header-tabs li.vacancies-header-tabs__li--active {
  color: white;
  background-color: var(--color-accent-value);


}

.section-vacancies-career__tabs-header {
  margin-bottom: 60px;
}

.vacancies-career-tab .vacancies-career-tab__stepper-wrapper__title {
  text-align: center;
}


.vacancies-career-stepper__item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.vacancies-career-stepper__item {
  width: 45%;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;

}

.vacancies-career-stepper {
  counter-reset: my-sec-counter;
  overflow: hidden;
  position: relative;
}

.vacancies-career-stepper__item::before {
  counter-increment: my-sec-counter +1;
  content: counter(my-sec-counter, decimal-leading-zero);
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #EF5458;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  z-index: 100;
}

.vacancies-career-stepper__item:nth-child(odd)::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.vacancies-career-stepper__item:nth-child(even)::before {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.vacancies-career-stepper__item:last-child:after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="2" height="684" viewBox="0 0 2 684" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0L1.00003 683.5" stroke="%23EB292F" stroke-width="2" stroke-dasharray="6 6"/></svg>');
  height: 100%;
  width: 2px;
  background-repeat: repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.vacancies-career-stepper__item:last-child .vacancies-career-stepper__item-name {
  color: var(--color-accent-value);
}


.vacancies-career-stepper__item:last-child .vacancies-career-stepper__item-desc {
  position: relative;
}

.vacancies-career-stepper__item:nth-child(even):last-child .vacancies-career-stepper__item-desc::before {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100vh;
  left: calc((10% + 10px) * -1);
  background-color: white;
  z-index: 100;
}

.vacancies-career-stepper__item:nth-child(odd):last-child .vacancies-career-stepper__item-desc::before {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100vh;
  right: calc((10% + 30px) * -1);
  background-color: white;
  z-index: 100;
}





.vacancies-career-stepper__item-desc ul {
  margin: 0px;
  padding-left: 20px;
  font-size: 16px;
  color: #828282;
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.vacancies-career-stepper__item-desc ul li::marker {
  color: red;
}

.vacancies-career-stepper__item:nth-child(even) {
  margin-left: auto;


}

.vacancies-career-tab .vacancies-career-tab__stepper-wrapper__title {
  font-size: 26px;
  margin-bottom: 40px;
}

.vacancies-career-tab1 .vacancies-career-stepper__item:nth-child(odd) .vacancies-career-stepper__item-desc ul {

  direction: rtl;
  float: left;
  padding-right: 20px;

}

.vacancies-career-stepper__item:nth-child(odd) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.vacancies-career-stepper {
  padding-bottom: 60px;
}

.free-vacancies-block__title h3 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 0px;
}

.free-vacancies-block__title {
  margin-bottom: 20px;
}

.preview-career-vacancies-item {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 32px;
  box-shadow: 0px 6px 16px 0px #0B1B5526;
  border-radius: 8px;
  position: relative;
  transition: box-shadow ease 0.4s;


}

.preview-career-vacancies-item__view:before {
  content: "";
  position: absolute;
  inset: 0;

}

.preview-career-vacancies-item:hover {
  box-shadow: 0px 15px 22px 0px #0B1B5526;
}

.preview-career-vacancies-item:hover .preview-career-vacancies-item__view {
  background-color: var(--color-accent-value);
  color: white;
}

.preview-career-vacancies-item__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.preview-career-vacancies-item__requirements ul {
  display: flex;
  column-gap: 32px;
  row-gap: 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.2;
  flex-wrap: wrap;
}

.preview-career-vacancies-item__requirements ul li::marker {
  color: var(--color-accent-value);
}

.preview-career-vacancies-item__tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;

}

.preview-career-vacancies-item__tags-item {
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 16px;
  color: #828282;
  background-color: #E5E8F566;
  line-height: 1.5;

}

.preview-career-vacancies-item__tags-item--no-resume {
  background-color: #6FCF973B;
  color: #51B67B;
  order: 999;

}

.preview-career-vacancies-item__view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 208px;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #E5E8F5;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color, color ease 0.4s;

}

.section-vacancies-career {
  margin-bottom: 60px;
}

.preview-career-vacancies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.preview-career-vacancies__load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E5E8F5;
  font-weight: 700;
  font-size: 12px;
  width: 208px;
  background-color: #E5E8F5;
  padding-top: 12px;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all ease 0.4s;

}

.preview-career-vacancies__load-more-btn:hover {
  background-color: var(--color-accent-value);
  color: white;
}

.preview-career-vacancies__load-more {
  text-align: center;
  margin-top: 20px;
}

.vacancies-career-tab {
  display: none;
}

.section-career-form {
  padding-bottom: 66px;
}

.section-career-form .vacancy-form {
  border: none;
}

.section-career-form .h2 {
  display: none;
}

.section-career-form .form-checkbox {
  display: none;
}

/* .section-career-form .form-row:has(#SIMPLE_QUESTION_283){
  display: none;
} */

.section-career-form .form-row:has(#SIMPLE_QUESTION_942) {
  display: none;
}

.section-career-form .form-row:has(#SIMPLE_QUESTION_994) .js-labelFile.red-btn {
  display: none !important;
}

.section-career-form .g-recaptcha {
  opacity: 0 !important;
  transition: all ease .5s;
  margin-bottom: 20px;
}

.section-career-form:hover .g-recaptcha {
  opacity: 1 !important;

}


.vacancies-page-form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.section-career-form__inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  justify-content: space-between;
}

.section-career-form .vacancy-form {
  padding: 0px;
}

.section-career-form .section-form-title h2 {
  font-size: 26px;
  margin-bottom: 8px;
}

.section-career-form .section-form-title p {
  margin-bottom: 0px;
  font-size: 14px;

}

.section-career-form .section-form-title {
  margin-bottom: 32px;
}

.section-career-form .upload-link:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.25 7C0.25 3.27208 3.27208 0.25 7 0.25H15C17.6234 0.25 19.75 2.37665 19.75 5C19.75 7.62335 17.6234 9.75 15 9.75H6.85714C5.33836 9.75 4.10714 8.51878 4.10714 7C4.10714 5.48122 5.33836 4.25 6.85714 4.25H14.7143C15.1285 4.25 15.4643 4.58579 15.4643 5C15.4643 5.41421 15.1285 5.75 14.7143 5.75H6.85714C6.16679 5.75 5.60714 6.30964 5.60714 7C5.60714 7.69036 6.16679 8.25 6.85714 8.25H15C16.7949 8.25 18.25 6.79493 18.25 5C18.25 3.20507 16.7949 1.75 15 1.75H7C4.1005 1.75 1.75 4.10051 1.75 7C1.75 9.8995 4.10051 12.25 7 12.25H14.7143C15.1285 12.25 15.4643 12.5858 15.4643 13C15.4643 13.4142 15.1285 13.75 14.7143 13.75H7C3.27208 13.75 0.25 10.7279 0.25 7Z" fill="%232468AC"/></svg>') center center no-repeat;
  left: 0;
  top: -2px;
}

.section-career-form .upload-link {
  font-weight: 700;
  color: #2468AC;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.section-career-form .upload-link~p {
  font-size: 14px;
  color: #828282;
  margin-bottom: 0px;
}


/*detail card */
.vacancies-detail-page {
  padding-bottom: 300px;
}

.vacancies-detail-page-preview-card {
  padding: 32px 40px 40px;
  border-radius: 8px;
  box-shadow: 0px 6px 16px 0px #0B1B5526;
  margin-bottom: 60px;

}

.vacancies-detail-page__back {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;

}

.vacancies-detail-page__back-ref {
  color: #2468AC;
  text-decoration: none;
}

.vacancies-detail-page-preview-card__place {
  display: inline-flex;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
  align-items: center;
  line-height: 1.4;

}



.vacancies-detail-page-preview-card__name {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 16px;
}

.vacancies-detail-page-preview-card__data-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vacancies-detail-page-preview-card__detail-text {
  margin-bottom: 28px;
  font-size: 20px;
}

.vacancies-detail-page-preview-card__data {
  max-width: 430px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.vacancies-detail-page-preview-card__data-title {
  color: #828282;
  font-size: 16px;
}

.detail-vacancies-reply {
  background-color: var(--color-accent-value);
  padding: 12px 12px 8px;
  width: 233px;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  height: 40px;
  transition: all ease 0.4s;

}

.vacancies-detail-page-character {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.detail-vacancies-reply:hover {
  box-shadow: 0px 6px 16px 0px #0B1B5526;
}

.vacancies-detail-page-character__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  column-gap: 80px;

}

.vacancies-detail-page-character__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

.vacancies-detail-page-character__list ul {
  line-height: 1.2;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;

}

.vacancies-detail-page-character__list ul li::marker {
  font-size: 12px;
  /* Уменьшает размер маркера */
}


/*Модалка */
#modal-content-vacancies .form-row:has(#SIMPLE_QUESTION_215) {
  display: none;
}

#modal-content-vacancies .form-row:has(#SIMPLE_QUESTION_283) {
  display: none;
}

#modal-content-vacancies .form-row:has(#SIMPLE_QUESTION_176) {
  display: none;
}

#modal-content-vacancies .form-row:has(#SIMPLE_QUESTION_942) {
  display: none;
}

#modal-content-vacancies .form-row:has(#SIMPLE_QUESTION_994) .js-labelFile {
  display: none !important;
}


#modal-content-vacancies.fancybox__content {
  padding: 20px 32px 32px;
  border-radius: 4px;
}

#modal-content-vacancies .vacancy-form {
  border: none;
  padding: 0px;

}

#modal-content-vacancies .vacancy-form .h2 {
  margin-bottom: 4px;
}

#modal-content-vacancies .vacancy-form .current-vacancy {
  font-size: 16px;
  margin-bottom: 24px;
  color: #828282;
}

#modal-content-vacancies .upload-link {
  display: inline-flex;
  align-items: center;
  color: #2468AC;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 1.4;
}

#modal-content-vacancies .upload-link:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.25 7C0.25 3.27208 3.27208 0.25 7 0.25H15C17.6234 0.25 19.75 2.37665 19.75 5C19.75 7.62335 17.6234 9.75 15 9.75H6.85714C5.33836 9.75 4.10714 8.51878 4.10714 7C4.10714 5.48122 5.33836 4.25 6.85714 4.25H14.7143C15.1285 4.25 15.4643 4.58579 15.4643 5C15.4643 5.41421 15.1285 5.75 14.7143 5.75H6.85714C6.16679 5.75 5.60714 6.30964 5.60714 7C5.60714 7.69036 6.16679 8.25 6.85714 8.25H15C16.7949 8.25 18.25 6.79493 18.25 5C18.25 3.20507 16.7949 1.75 15 1.75H7C4.1005 1.75 1.75 4.10051 1.75 7C1.75 9.8995 4.10051 12.25 7 12.25H14.7143C15.1285 12.25 15.4643 12.5858 15.4643 13C15.4643 13.4142 15.1285 13.75 14.7143 13.75H7C3.27208 13.75 0.25 10.7279 0.25 7Z" fill="%232468AC"/></svg>') center center no-repeat;
  left: 0;
  top: -2px;
}

#modal-content-vacancies .form-row:has(#SIMPLE_QUESTION_994) label~p {
  color: #828282;
  font-size: 14px;
  margin-bottom: 24px;
}

#modal-content-vacancies .g-recaptcha {
  margin-bottom: 20px;
}

#modal-content-vacancies .vacancy-form {
  min-width: 520px;
}

#modal-content-vacancies .form-checkbox {
  display: none;
}

#modal-content-vacancies .vacancy-btn {
  width: 100%;
}

#modal-content-vacancies .carousel__button {
  position: absolute;
  top: 20px;
  right: 32px;
  color: var(--fancybox-color, #fff);
}

#modal-content-vacancies .carousel__button:focus {
  box-shadow: none;
}

.my-custom-close__btn {
  position: absolute;
  top: 20px;
  right: 32px;
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  cursor: pointer;
}

.modal-content-vacancies__header {
  display: none;
}


.section-career-form .select2 {
  width: 100% !important;
}

#modal-content-vacancies .select2 {
  width: 100% !important;
}


.section-career-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.section-career-form .js-labelFile {
  display: none !important;
  margin-top: 0px;
  padding-bottom: 0px;
}

#modal-content-vacancies .js-labelFile {
  display: none !important;
  padding: 0px !important;
  margin-top: 0px;
}

#modal-content-vacancies .form-row:has(#SIMPLE_QUESTION_994):has(.has-file) p {
  margin-bottom: 10px;
}

.vacancies-detail-page-preview-card__place-city {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#modal-content-vacancies .form_success {
  line-height: 1.2;
  text-align: center;

}

.dobrotsen-vacancies-this_-wrap-slider {
  padding-left: 86px;
}

/*arrows*/
.dobro-vacancies-advantages-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background-color: #FFFFFFCC;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.4s ease;

}

.dobro-vacancies-advantages-arr:hover {
  background-color: #E5E8F5;
}

.dobro-vacancies-advantages-arr svg {
  width: 9.5px;
  height: 21px;
}

.dobro-vacancies-advantages-arr--prev {
  left: 0px;
}

.dobro-vacancies-advantages-arr--next {
  right: 0px;

}

.preview-career-vacancies-item__cities {
  color: #828282;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.free-vacancies-block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.free-vacancies-block__header .select2-container {
  width: 280px !important;
}

.free-vacancies-block__header .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding: 0 23px 0 0px;
  color: #333;
}

.free-vacancies-block__header .free-vacancies-block__title {
  margin-bottom: 0px;
}

.free-vacancies-block__header {
  min-height: 40px;
}

.free-vacancies-block__header .select2-container--default .select2-selection--multiple .select2-selection__choice {

  background-color: #E5E8F5;
  color: #333333;
  border-radius: 2px;
  font-size: 14px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.free-vacancies-block__header .select2-selection__choice__remove {
  order: 2;
  display: inline-flex !important;
  align-items: center;
  color: #333333;
  font-size: 15px;
  margin-top: 4px;
}

.dobrotsen-vacancies-this__body .swiper-pagination {
  display: none;
}

/*no-vacancies */
.no-vacancies-block {
  display: flex;
  gap: 20px;
  width: 409px;
  align-items: center;
}

.no-vacancies-block__icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  border-radius: 16px;
  padding: 10px;
  box-sizing: border-box;
}

.no-vacancies-block__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.no-vacancies-block__col-right {
  display: flex;
  align-items: center;
}

.no-vacancies-block__col-right p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;

}

.no-vacancies-notice__title {
  margin-bottom: 20px;
}

.no-vacancies-notice__title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

.no-vacancies-notice {
  margin-bottom: 52px;
}

.free-vacancies-block__header .select2-container--default .select2-selection--multiple {
  position: relative;
  padding-right: 30px; /* Добавляем место для стрелки */
}

.free-vacancies-block__header .select2-container--default .select2-selection--multiple:after {
  content: url('data:image/svg+xml;utf8,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.13398 6.5C3.51888 7.16667 4.48113 7.16667 4.86603 6.5L6.59808 3.5C6.98298 2.83333 6.50185 2 5.73205 2H2.26795C1.49815 2 1.01702 2.83333 1.40192 3.5L3.13398 6.5Z" fill="%23333333"/></svg> '); 
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.free-vacancies-block__header .select2-container .select2-selection--multiple {
  min-height: 40px;
}

.free-vacancies-block__header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 5px;
  padding-left: 5px;
}


@media (max-width:1400px) {
  .dobro-vacancies-advantages__slider-item a {

    aspect-ratio: 237/193;
  }
}


@media (max-width:1023.98px) {
  .dobrotsen-vacancies-this_-wrap-slider {
    padding-left: 0px;
  }

  .why-dobrotsen-vacancies-adv {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .section-career-form__inner {
    grid-template-columns: 1fr;
  }

  .vacancies-page-form-img {
    order: -1;
  }

  .section-career-form .form {
    width: 100%;
    max-width: 100%;
  }
}



@media (max-width:768px) {
  .preview-career-vacancies {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #modal-content-vacancies .form_success {
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;

  }

  .section-career-form .form_success {
    line-height: 1.2;
    font-size: 20px;
  }

  .vacancies-career-tab1 .vacancies-career-stepper__item:nth-child(odd) .vacancies-career-stepper__item-desc ul {
    direction: ltr;

  }

  .preview-career-vacancies-item__col-left {
    width: 100%;
  }

  .preview-career-vacancies-item__col-right {
    display: flex;
    align-items: flex-end;
  }

  .preview-career-vacancies-item {
    flex-wrap: wrap;
  }

  .get-job-vacancies-stepper__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    width: 57px;
    height: 57px;
  }

  .get-job-vacancies-stepper__item:first-child .get-job-vacancies-stepper__item-icon svg {
    width: 41px;
    height: 40px;
  }

  .get-job-vacancies-stepper__item:nth-child(2) .get-job-vacancies-stepper__item-icon svg {
    width: 41px;
    height: 40px;
  }

  .get-job-vacancies-stepper__item:nth-child(3) .get-job-vacancies-stepper__item-icon svg {
    width: 38px;
    height: 37px;
  }

  .get-job-vacancies-stepper__item-name {
    margin-bottom: 0px;
  }


  .get-job-vacancies-stepper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .get-job-vacancies-stepper__item {
    display: grid;
    grid-template-columns: 57px 1fr;
    row-gap: 8px;
    column-gap: 18px;
  }

  .get-job-vacancies-stepper__item-ref {
    grid-column: 2/span 1;
  }

  .get-job-vacancies-stepper__item:nth-child(3) .get-job-vacancies-stepper__item-icon::before {
    content: "";
    display: none;
  }

  .get-job-vacancies-stepper__item {
    padding: 0px;
  }

  .get-job-vacancies-stepper__item:first-child .get-job-vacancies-stepper__item-icon::after {
    content: "";
    position: absolute;
    transform: unset;
    top: 100%;
    bottom: 0px;
    left: 50%;
    height: 1000px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: red; stroke-width: 4; stroke-dasharray:6 8'/></svg>");
    width: 2px;

  }

  .get-job-vacancies {
    padding-bottom: 32px;
  }

  .dobrotsen-vacancies-this__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dobrotsen-vacancies-this__image {
    order: -1;
  }

  .dobrotsen-vacancies-this-slider__item.swiper-slide {
    max-width: 100%;
  }

  .dobrotsen-vacancies-this-slider {
    height: 272px;
  }

  .dobrotsen-vacancies-this {
    padding-bottom: 32px;
  }


  .vacancies-career-stepper__item {
    width: calc(100% - 56px);
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    margin-left: auto;
  }

  .vacancies-career-stepper__item:nth-child(odd) {
    align-items: flex-start;
  }

  .vacancies-career-tab .vacancies-career-tab__stepper-wrapper__title {
    text-align: left;
  }

  .vacancies-career-stepper__item:nth-child(odd) .vacancies-career-stepper__item-desc ul {
    direction: ltr;
    float: left;
    padding-right: 20px;
  }


  .vacancies-career-stepper__item:nth-child(odd)::before {
    position: absolute;
    left: 0;
    transform: translateX(0);
  }

  .vacancies-career-stepper__item:nth-child(even)::before {
    position: absolute;
    left: 0;
    transform: translateX(0);
  }


  .vacancies-career-stepper__item:last-child:after {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg width="2" height="684" viewBox="0 0 2 684" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0L1.00003 683.5" stroke="%23EB292F" stroke-width="2" stroke-dasharray="6 6"/></svg>');
    height: 100%;
    width: 2px;
    background-repeat: repeat;
    position: absolute;
    left: 18px;
    bottom: 0;
  }

  .vacancies-career-stepper__item:nth-child(even):last-child .vacancies-career-stepper__item-desc::before {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    height: 100vh;
    left: -44px;
    background-color: white;
    z-index: 100;
  }

  .vacancies-career-stepper__item:nth-child(odd):last-child .vacancies-career-stepper__item-desc::before {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    height: 100vh;
    left: -44px;
    background-color: white;
    z-index: 100;
  }

  .vacancies-header-tabs li {
    min-width: auto;

  }

  .preview-career-vacancies-item__requirements ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  /*detail */
  .vacancies-detail-page-preview-card__data {
    flex-direction: column;
  }

  .vacancies-detail-page-character__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vacancies-detail-page-character__list ul {
    padding-left: 20px;
  }

}

@media (max-width:576px) {
  .free-vacancies-block__header .select2-container {
    width: 100% !important;
  }

  .free-vacancies-block__header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .vacancies-header-tabs {
    grid-template-columns: 1.7fr 1fr 1fr;
  }

  .dobro-vacancies-advantages-arr {
    display: none;
  }

  .dobro-vacancies-advantages__title h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 32px;
  }

  .dobro-vacancies-advantages__slider .swiper-scrollbar {
    display: none;
  }

  .dobro-vacancies-advantages__slider {
    padding-bottom: 0px;
  }

  .dobro-vacancies-advantages {
    padding-bottom: 32px;
  }

  .why-dobrotsen-vacancies-adv {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .why-dobrotsen-vacancies-adv__item-number {
    font-size: 45px;
  }

  .why-dobrotsen-vacancies-adv__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .why-dobrotsen-vacancies-adv__item-name {
    text-align: center;
    margin-bottom: 10px;
  }

  .why-dobrotsen-vacancies {
    margin-bottom: 32px;
  }

  .why-dobrotsen-vacancies-adv {
    padding-bottom: 0px;
  }

  .why-dobrotsen-vacancies-adv__item-desc {
    text-align: center;

  }

  .vacanicies-section-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .get-job-vacancies-stepper__item {
    row-gap: 5px;
    min-height: 80px;
  }

  .get-job-vacancies-stepper__item:nth-child(3) .get-job-vacancies-stepper__item-icon::before {
    content: "";
    display: block;
    top: calc(100% - 1px);
    left: 0px;
    height: 33px;
    transform: unset;
  }

  .dobrotsen-vacancies-this__title {
    margin-bottom: 20px;
  }

  .dobrotsen-vacancies-this-slider {
    height: unset;
  }

  .dobrotsen-vacancies-this__body {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .no-vacancies-block {
    width: 100%;
  }

  .dobrotsen-vacancies-this_-wrap-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 40px;

  }

  .dobrotsen-vacancies-this_-wrap-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    background-color: #D9D9D9;
    opacity: 1;
  }

  .dobrotsen-vacancies-this {
    position: relative;
    padding-bottom: 48px;
  }

  .dobrotsen-vacancies-this_-wrap-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--color-accent-value) !important;
  }


  .dobrotsen-vacancies-this-slider__item.swiper-slide {
    display: flex;
    align-items: center;
    line-height: 1.1;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .section-vacancies-career__title h1 {
    margin: 0px
  }

  .section-vacancies-career__title {
    margin-bottom: 20px;
  }

  .section-vacancies-career__subtitle h3 {
    font-size: 20px;
  }

  .section-vacancies-career__subtitle {
    margin-bottom: 20px;
  }

  .vacancies-header-tabs {
    justify-content: space-between;
  }

  .vacancies-header-tabs li {
    padding-inline: 10px;
    font-size: 16px;
    line-height: 1;
  }

  .section-vacancies-career__tabs-header {
    margin-bottom: 48px;
  }

  .vacancies-career-tab .vacancies-career-tab__stepper-wrapper__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .vacancies-career-stepper__item {
    margin-bottom: 20px;
  }

  .vacancies-career-stepper {
    padding-bottom: 32px;
  }

  .preview-career-vacancies-item__col-right {
    width: 100%;
  }

  .free-vacancies-block__title h3 {
    font-size: 26px;

  }

  .preview-career-vacancies-item {
    padding: 14px 16px;
    border-radius: 4px;
    box-shadow: 0px 6px 16px 0px #0B1B5526;

  }

  .preview-career-vacancies-item__name {
    margin-bottom: 8px;
  }

  .preview-career-vacancies-item__view {
    width: 100%;
  }

  .preview-career-vacancies__load-more-btn {
    background-color: var(--color-accent-value);
    color: white;
  }

  .section-career-form .g-recaptcha {
    width: 0px;
    height: 0px;
    opacity: 0;
  }

  .section-career-form:hover .g-recaptcha {
    width: auto;
    height: auto;
    opacity: 1;
  }

  .section-career-form__form {
    display: contents;
  }

  .section-form-title {
    order: -2;
  }

  .section-career-form .section-form-title p {
    display: none;
  }

  .section-career-form__inner {
    gap: 0px;
  }

  .section-vacancies-career {
    margin-bottom: 32px;
  }

  .section-career-form .section-form-title {
    margin-bottom: 20px;
  }

  .section-career-form .section-form-title h2 {
    margin-bottom: 0px;
  }

  .vacancies-page-form-img {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .section-career-form .form-row {
    margin-bottom: 20px;
  }

  .section-career-form .form-bottom {
    margin: 0px;
    border-top: none;
    padding: 0px;
  }

  .section-career-form {
    padding-bottom: 120px;
  }

  .section-career-form .vacancy-btn {
    width: 100%;
  }

  /*Детальная */
  .vacancies-detail-page-preview-card {
    padding: 16px 16px 24px;
  }

  .vacancies-detail-page-preview-card__place {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .vacancies-detail-page-preview-card__name {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .vacancies-detail-page-preview-card__detail-text {
    margin-bottom: 20px;
  }

  .vacancies-detail-page-preview-card__data {
    max-width: 100%;
    gap: 16px;
  }

  .vacancies-detail-page-preview-card__data-col {
    line-height: 1.5;
  }

  .detail-vacancies-reply {
    width: 100%;
  }

  .vacancies-detail-page-preview-card {
    margin-bottom: 32px;
  }


  .vacancies-detail-page-character {
    gap: 20px;
  }

  .vacancies-detail-page {
    padding-bottom: 91px;
  }

  .vacancies-detail-page-character__list ul {
    padding-left: 25px;
  }

  #modal-content-vacancies {
    width: 100%;
  }

  #modal-content-vacancies .vacancy-form {
    min-width: 100%;
  }


  #modal-content-vacancies .h2 {
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: 16px;
  }

  .vacancy-global-modal .fancybox__slide {
    padding: 0px;
  }

  .vacancy-global-modal .fancybox__slide::before,
  .vacancy-global-modal .fancybox__slide::after {
    margin: unset;
  }

  #modal-content-vacancies {
    height: 100%;
    padding: 16px !important;
  }

  #modal-content-vacancies .form-bottom {
    border: none;
  }

  .modal-content-vacancies__header {
    display: flex;
    padding-top: 0px;
    padding-bottom: 19px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 1px 0px 0px #0000001F;
    width: 100vw;
    margin-inline: -16px;
  }

  .modal-content-vacancies__header-image-wrap {
    aspect-ratio: 141/20;
    width: 141px;
    margin-left: 56px;
  }

  .modal-content-vacancies__header-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


  .my-custom-close__btn {
    right: 16px;
    top: 80px;
  }

  #modal-content-vacancies .vacancy-form .current-vacancy {
    margin-bottom: 20px;
  }


  #modal-content-vacancies .form-bottom {
    margin-top: 20px;
  }

  #modal-content-vacancies.fancybox__content {
    border-radius: none;
  }

  .dobrotsen-vacancies-this__body .swiper-pagination {
    display: block;
  }


}

.swiper.dobro-vacancies-advantages__slider::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  cursor: pointer;
}

.swiper.dobro-vacancies-advantages__slider::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .1);
  cursor: pointer;
}

.swiper.dobro-vacancies-advantages__slider::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 20px;
  border: 3px solid rgba(0, 0, 0, .1);
  cursor: pointer;
}

/* .swiper.dobro-vacancies-advantages__slider.swiper-container-initialized.swiper-container-horizontal {
    overflow: auto;
} */
.dobro-vacancies-advantages__slider .swiper-scrollbar {
  display: none;
}

.dobro-vacancies-advantages__slider {
  padding-bottom: 0px;
}
/* End */


/* Start:/local/templates/main/css/switchery.min.css?1707922484682*/
.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/header_search/style.min.css?17079224843445*/
.bx-searchtitle{margin:10px 0 0}.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-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:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;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-ios .bx-searchtitle .bx-input-group .bx-form-control{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}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-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:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/local/templates/.default/components/bitrix/search.title/header_search/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_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/local/templates/.default/components/bitrix/form/feedback/bitrix/form.result.new/.default/style.css?1748498525533*/
.js-labelFile {
    display: block!important;
    margin-top: 20px;
    padding: 12px 0px!important;
    width: 200px!important;
    text-align: center;
}

.show_image {
	float: right;
}

.vacancy-form select {
	font: 16px / 20px "Circe", sans-serif;
	height: 40px;
	color: #333;
	padding: 0 12px;
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}

@media (max-height: 800px) and (min-width: 901px) {
	.popup {
		position: fixed;
	}

	.popup.oversized {
		position: absolute;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?1707922484130*/
.show_message.error
{
	color:red;	
}
.show_message
{
	color:green;	
}

#password.error
{
	
    border-color: red;

}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.forgotpasswd/.default/style.css?1742569929169*/
#password-popup {
    width: 100%;
    max-width: 429px;
}

.error-border{border: 1px solid red !important;}
.default-border{border: 1px solid #e0e0e0 !important;}
/* End */


/* Start:/local/templates/main_new/styles.css?17416806522150*/
.card-buy.liked .favorite-btn 
{
	background: url(/local/templates/main/images/icons/favorite-red.svg) center center no-repeat #E5E8F5;
}
.favorite-header-btn{
	text-decoration:none;
}
.favorite-header-btn .basket-quantity{
	padding: 0 0 0 5px;
	font-weight:bold;
}
    
.favorite-header-btn:before 
{
	
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 22px;
    background: url(/local/templates/main/css/../images/icons/favorite-black.svg) center center no-repeat;
}
a.footer-block-title{
	display:block;
} 	


.favorite-header-btn.active:before {
    background: url(/local/templates/main/css/../images/icons/favorite-red.svg) center center no-repeat;
}
	
.subscribe-inner .prvacy {
	margin-top:10px;	
	margin-left:0;
}
.content{
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	  #subscribe-popup
	{
		left:50%;
		top:50%;	
	}
	
	
}


@media screen and (max-width: 640px) {
	.subscribe-block
	{
		display:inline-block;
	}
	.offices .offices-item
	{
		width:100%;
	}
	.h1.choice
	{
		margin-top:40px;
	}
	
	.news-item
	{
		display:block;
	}
	.news-item .news-item-image
	{
		width:100%;
		height:auto;
		flex-shrink:unset;
	}
	
	.goods.news{
		margin-right:0px;	
	}
	
	#basket-popup .boi-image {
	    height: 50px;
	}
	
	
}
#shop_search{
	/*border:none;*/
	width:100%;
	padding:5px;
	margin-bottom:20px;
}
#shop_search:hover{
	/*border:none;*/
	
}
.status-item-tag.change{
	background-color: orange;
	color: #fff;
	white-space: nowrap;
}
.status-item-tag{
	line-height: 24px;
	font-size: 14px;
	display: inline-block;
	padding: 0 12px;
	border-radius: 20px;
}
/*task  8295*/

.header-nav{
	width: 100%;
	display: inline-block;
	overflow-x: auto;
	cursor: grab; /* Курсор руки */
	white-space: nowrap;
	scrollbar-width: none;
	
}
.header-nav > ul{
	display: flex;
	white-space: nowrap;
	padding-block: 10px;
}
.header-nav > ul li{
	flex: 0 0 auto; 
	scroll-snap-align: start;
}

.header-nav > ul::-webkit-scrollbar{
	width: 0px;
	height: 0px;
}

.header-nav.priority-nav{
	padding-block: 10px;
	
}
.header-nav.priority-nav::-webkit-scrollbar {
	width: 0px;
	height: 0px;
  }


/* End */


/* Start:/local/templates/main_new/template_styles.css?175085433196216*/
/*Auth*/
.bx-system-auth-form {
    margin-left: 10px;
}

.popup-location {
    max-width: 800px;
    width: 90%;
}

.popup_locations_list {
    border: 1px solid #e9e9e9;
    display: table;
    width: 100%;
    min-height: 420px;
    height: 425px;
    margin-bottom: 10px;
}

.popup_locations_block:first-child {
    border-right: 1px solid #e9e9e9;
}

.popup_locations_block:last-child {
    border-left: 1px solid #e9e9e9;
}

.popup_locations_block {
    display: table-cell;
    width: 33.33%;
    padding: 0 0 25px;
}

.popup_locations_block_title {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    padding: 25px 25px 0 25px;
}

.popup_locations_block_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popup_locations_list ul {
    display: none;
}

.popup_locations_list ul.show {
    display: block;
}

.popup_locations_block_list {
    margin-top: 20px;
}

.popup_locations_block_list a {
    text-decoration: none;
}

.popup_locations_block_list li.active a {
    font-weight: bold;
    color: #000;
}

.popup_locations_block_list li a:hover {
    color: #EB292F;
}

.popup_locations_block_list ul li {
    margin: 0 0 5px;
    line-height: 20px;
    padding: 4px 25px;
}

.popup_locations_block_list ul li.active {
    background: rgba(0, 0, 0, 0.02);
}

.popup_city_list {
    height: 425px;
    border: 1px solid #e9e9e9;
    padding: 25px;
    display: none;
    margin-bottom: 10px;
    overflow: auto;
}

.popup_city_list .cities li {

    margin: 0 15px 10px 0;
}

.popup_city_list .cities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup_city_list .cities li a {
    text-decoration: none;
    display: block;
}

.popup_city_list .cities li a:hover {
    color: #EB292F;
}

.country_list {
    margin-bottom: 10px;
}

.country_list a {
    padding: 4px 8px;
    background: rgba(229, 232, 245, 0.4);
    border-radius: 2px;
    margin-right: 8px;
    line-height: 24px;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 3px;
}

.country_list a.active {
    color: #fff;
    background-color: #EB292F;
}

.country_tabs {
    display: none;
}

.country_tabs.active {
    display: table;
}

.cities.country_tabs.active {
    display: block;
}

.cities.country_tabs li.active {
    font-weight: bold;
}

.input {
    background: #fcfcfc;
}

.input:focus {
    background: #ffffff;
}

.basket-btn:before {
    margin-top: -2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjI2NTc3IDAuMDM2MTQ1OUMwLjczMzMwNyAtMC4xMTA0OTUgMC4xODI3ODYgMC4yMDIyNzUgMC4wMzYxNDU5IDAuNzM0NzM2Qy0wLjExMDQ5NSAxLjI2NzIgMC4yMDIyNzUgMS44MTc3MiAwLjczNDczNiAxLjk2NDM2TDIuNzI1OTIgMi41MTI3M0wyLjkwNzk5IDQuNDM3OTlDMi45MDc3NyA0LjQ3MTgyIDIuOTA5MjUgNC41MDYwMyAyLjkxMjUxIDQuNTQwNTNMMy44NzEzNyAxNC42Nzc3QzMuOTE5OTQgMTUuMTkxMiA0LjM1MTEyIDE1LjU4MzYgNC44NjY5MyAxNS41ODM2SDE3LjkyMDNMMTcuNzg4MyAxNi45ODJMNS4xNzUyNSAxNi45ODJDNC42MjI5NiAxNi45ODIgNC4xNzUyNSAxNy40Mjk3IDQuMTc1MjUgMTcuOTgyQzQuMTc1MjUgMTguNTM0MyA0LjYyMjk2IDE4Ljk4MiA1LjE3NTI1IDE4Ljk4MkwxOC42OTU1IDE4Ljk4MkMxOS4yMjMxIDE4Ljk4MiAxOS42NTUzIDE4LjU3MzQgMTkuNjkyOSAxOC4wNTUzQzE5LjY5NzIgMTguMDMwMSAxOS43MDA2IDE4LjAwNDUgMTkuNzAzMSAxNy45Nzg2TDIwLjczMiA3LjA4MzAzQzIwLjczMzkgNy4wNjI2NSAyMC43MzUyIDcuMDQyMzYgMjAuNzM1OSA3LjAyMjE4TDIwLjkyMTcgNS4wNTgxMkMyMC45NzYxIDQuNDg0MDEgMjAuNTM0OCAzLjk4MzA2IDE5Ljk1ODUgMy45NjQ0NEw0LjgyNTg5IDMuNDc1NDlMNC42NTI4NiAxLjY0NTg1QzQuNjI3NDggMS4zNzc0NyA0LjQ5ODI0IDEuMTQzOTQgNC4zMDg2NSAwLjk4MTIyQzQuMTk3NDYgMC44ODIwNiA0LjA2MjMzIDAuODA2MzIyIDMuOTA4OTcgMC43NjQwODdMMS4yNjU3NyAwLjAzNjE0NTlaTTE4LjEwNjEgMTMuNTgzNkg1Ljc4MTg0TDUuMDE1NzIgNS40ODI2N0wxOC44MzA0IDUuOTI5MDRMMTguMTA2MSAxMy41ODM2WiIgZmlsbD0iIzMzMzMzMyIvPgo8Y2lyY2xlIGN4PSI3LjUiIGN5PSIxOS41IiByPSIxLjUiIHN0cm9rZT0iI0ZBNEY0RiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjE2LjUiIGN5PSIxOS41IiByPSIxLjUiIHN0cm9rZT0iI0ZBNEY0RiIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
}

.list-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHg9IjMiIHk9IjEiIHdpZHRoPSIxNiIgaGVpZ2h0PSIyMCIgcng9IjEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8bGluZSB4MT0iNyIgeTE9IjUiIHgyPSI4IiB5Mj0iNSIgc3Ryb2tlPSIjRkE0RjRGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPGxpbmUgeDE9IjciIHkxPSI5IiB4Mj0iOCIgeTI9IjkiIHN0cm9rZT0iI0ZBNEY0RiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjxsaW5lIHgxPSI3IiB5MT0iMTMiIHgyPSI4IiB5Mj0iMTMiIHN0cm9rZT0iI0ZBNEY0RiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjxsaW5lIHgxPSIxMSIgeTE9IjUiIHgyPSIxNSIgeTI9IjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjxsaW5lIHgxPSIxMSIgeTE9IjkiIHgyPSIxNSIgeTI9IjkiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjxsaW5lIHgxPSIxMSIgeTE9IjEzIiB4Mj0iMTUiIHkyPSIxMyIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPGxpbmUgeDE9IjciIHkxPSIxNyIgeDI9IjE1IiB5Mj0iMTciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjwvc3ZnPg0K);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: -4px;
}

.bordered-btn {
    line-height: 42px;
}

.login-btn:before {
    margin-top: -2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTEiIGN5PSI1LjUiIHI9IjQuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTQuODU3MDUgMTQuODkwOEw0LjQzMTI2IDEzLjk4Nkw0Ljg1NzA1IDE0Ljg5MDhaTTE3LjE0MjkgMTQuODkwOEwxNi43MTcxIDE1Ljc5NTZMMTcuMTQyOSAxNC44OTA4Wk0xMy41NTQ4IDEzLjIwMjNMMTMuMTI5IDE0LjEwNzFMMTMuNTU0OCAxMy4yMDIzWk04LjQ0NTIyIDEzLjIwMjNMOC4wMTk0MiAxMi4yOTc0TDguNDQ1MjIgMTMuMjAyM1pNMTMuMTI5IDE0LjEwNzFMMTYuNzE3MSAxNS43OTU2TDE3LjU2ODcgMTMuOTg2TDEzLjk4MDYgMTIuMjk3NEwxMy4xMjkgMTQuMTA3MVpNNS4yODI4NSAxNS43OTU2TDguODcxMDEgMTQuMTA3MUw4LjAxOTQyIDEyLjI5NzRMNC40MzEyNiAxMy45ODZMNS4yODI4NSAxNS43OTU2Wk0zLjYxNTE1IDIySDE4LjM4NDhWMjBIMy42MTUxNVYyMlpNMi43MDkyOCAxOC43ODI1QzMuMTA0MDYgMTcuNDY2NiA0LjAzOTc2IDE2LjM4MDYgNS4yODI4NSAxNS43OTU2TDQuNDMxMjYgMTMuOTg2QzIuNjc0MiAxNC44MTI4IDEuMzUxNjMgMTYuMzQ3OCAwLjc5MzYzMiAxOC4yMDc4TDIuNzA5MjggMTguNzgyNVpNMTYuNzE3MSAxNS43OTU2QzE3Ljk2MDIgMTYuMzgwNiAxOC44OTU5IDE3LjQ2NjYgMTkuMjkwNyAxOC43ODI1TDIxLjIwNjQgMTguMjA3OEMyMC42NDg0IDE2LjM0NzggMTkuMzI1OCAxNC44MTI4IDE3LjU2ODcgMTMuOTg2TDE2LjcxNzEgMTUuNzk1NlpNMTkuMjkwNyAxOC43ODI1QzE5LjQ3MjggMTkuMzg5MyAxOS4wMTg0IDIwIDE4LjM4NDggMjBWMjJDMjAuMzU4MSAyMiAyMS43NzM0IDIwLjA5NzggMjEuMjA2NCAxOC4yMDc4TDE5LjI5MDcgMTguNzgyNVpNMTMuOTgwNiAxMi4yOTc0QzEyLjA5MjggMTEuNDA5MSA5LjkwNzE4IDExLjQwOTEgOC4wMTk0MiAxMi4yOTc0TDguODcxMDEgMTQuMTA3MUMxMC4yMTk0IDEzLjQ3MjUgMTEuNzgwNiAxMy40NzI1IDEzLjEyOSAxNC4xMDcxTDEzLjk4MDYgMTIuMjk3NFpNMC43OTM2MzIgMTguMjA3OEMwLjIyNjYyMyAyMC4wOTc4IDEuNjQxOSAyMiAzLjYxNTE1IDIyVjIwQzIuOTgxNjMgMjAgMi41MjcyNCAxOS4zODkzIDIuNzA5MjggMTguNzgyNUwwLjc5MzYzMiAxOC4yMDc4WiIgZmlsbD0iIzMzMzMzMyIvPgo8bGluZSB4MT0iMTEuMDAyIiB5MT0iMTUuMzQwOCIgeDI9IjExLjAwMiIgeTI9IjIwIiBzdHJva2U9IiNGQTRGNEYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.logotip {
    width: 215px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyBYOCAtLT4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTM2LjgwNm1tIiBoZWlnaHQ9IjE4Ljk5ODhtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiDQp2aWV3Qm94PSIwIDAgMTM2OTIgMTkwMSINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogPGRlZnM+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICA8IVtDREFUQVsNCiAgICAuZmlsMCB7ZmlsbDojRTAxOTE5fQ0KICAgIC5maWwxIHtmaWxsOiNFMDE5MTk7ZmlsbC1ydWxlOm5vbnplcm99DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9ItCh0LvQvtC5X3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTU4OSA3NTNsMjkwIDAgMCA2MzAgLTQwMyAwYzM0LC03MCA2NiwtMjA4IDgyLC0yOTAgMTksLTEwMiAzMSwtMjIyIDMxLC0zNDB6bTUyOSAxMTIxbDAgMCAtNDkgMGMtOCwtMiAtOSwtOSAtOSwtMjlsMCAtMTk5IC03NTYgMCAwIDIyOCAtMzA0IDAgMCAtNDkxIDEyMyAwYzE1LC0zMCAzMCwtNTUgNDYsLTg3IDEwMiwtMjE1IDk2LC01NjYgOTYsLTgwNmw5MzggMCAwIDg5MyAxNjcgMCAwIDQ5MSAtNSAwIC00IDBjLTgwLDAgLTE2MiwtMSAtMjQzLDB6Ii8+DQogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNjQxNiAxMDcxYzAsLTk3IDM5LC0xODAgODgsLTIzMCAxODcsLTE5MCA1NzUsLTEwNSA1NzUsMjM1IDAsNTkgLTIxLDEzMSAtNTIsMTc1IC04LDEyIC05LDEzIC0xNywyMiAtNDcsNjAgLTEzNCwxMjAgLTIzMCwxMjAgLTExNiwwIC0xOTIsLTEyIC0yNzQsLTk1IC01NywtNTcgLTkwLC0xNDMgLTkwLC0yMjd6bS0zMzMgLTI1bDAgMGMwLDcyIDAsMTA0IDE4LDE3NWw0MyAxMTFjNzAsMTI4IDE4MSwyMzIgMzE1LDI4NiAxNzQsNzAgMzk4LDczIDU3MSwzIDIwNSwtODIgMzgzLC0yOTEgMzgzLC01MjAgMCwtMTI5IC02LC0xOTEgLTY0LC0zMDMgLTEwNCwtMjAzIC0zNDAsLTMzMiAtNTY5LC0zMzJsLTYgMGMtMTI2LDAgLTE5NCw0IC0zMTEsNTEgLTU4LDI0IC0xMTcsNTggLTE2Myw5OSAtMTI3LDExMSAtMjE3LDI1MCAtMjE3LDQzMHoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0xOTk4IDEwNzFjMCwtOTcgMzgsLTE4MCA4NywtMjMwIDE4OCwtMTkwIDU3NiwtMTA1IDU3NiwyMzUgMCw4MyAtMzMsMTYyIC04NywyMTkgLTE4MSwxOTIgLTU3NiwxMDAgLTU3NiwtMjI0em0yODYgLTYwNWwwIDAgMTAzIDBjNzgsNSAxNTUsMjEgMjI1LDQ5IDU0LDIyIDE0Myw3MyAxODUsMTE1IDUzLDUzIDk4LDk5IDEzNCwxNjggNTcsMTEyIDY0LDE3NCA2NCwzMDMgMCwyMjkgLTE3OCw0MzggLTM4Myw1MjAgLTIxMSw4NSAtNDc0LDY0IC02NzEsLTU2bC04NCAtNjRjLTcyLC02NyAtMTE5LC0xMzIgLTE1NiwtMjI1IC0zMiwtODAgLTM3LC0xNDEgLTM3LC0yMzAgMCwtMTU3IDgyLC0zMTIgMTk1LC00MTNsODggLTY1YzEwMCwtNjEgMjE4LC05NSAzMzcsLTEwMnoiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0zOTIzIDEzODhsLTIzMSAwIDAgLTI4NyAxODYgMGMxMDcsMCAxOTEsMzAgMjA4LDEyMyAxNywxMDEgLTY2LDE2NCAtMTYzLDE2NHptLTU2MCAyNThsMCAwIDU5OSAwYzEyNSwwIDI0NCwtNDYgMzE3LC0xMDFsNTMgLTUwYzYxLC04MCA4NiwtMTI0IDg2LC0yNTEgMCwtMTcwIC0xMzAsLTI5NyAtMjcxLC0zNDUgLTEzNywtNDYgLTMwMSwtMzIgLTQ1NSwtMzJsMCAtMTE5IDYwNCAwYzExLDAgMTQsLTMgMTQsLTE0bDAgLTI0NCAtOTQ3IDAgMCAxMTU2eiIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTUzMzYgOTY3bC0yNDAgMCAwIC0yMjQgMjIxIDBjNzUsMCAxMzYsMzIgMTQ1LDEwMiAxMCw3MCAtNjAsMTIyIC0xMjYsMTIyem0tNTY0IDY3OWwwIDAgMzI0IDAgMCAtNDMxYzE5OSwwIDQyMCwyNSA1NjgsLTk2IDI1NywtMjExIDExOSwtNjI5IC0yOTMsLTYyOWwtNTk5IDAgMCAxMTU2eiIvPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODM5MDQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDEiIGQ9Ik05NTE0IDY4OGMtMjYyLC0zMDIgLTU3OCwtNTMwIC05NDYsLTY4NiAtNSwtMyAtMTQsLTMgLTIwLDAgLTUzLDI0IC0xMDYsNDcgLTE1OCw3MiAtMzAzLDE1MiAtNTY1LDM1NiAtNzg3LDYxMiAtNSw1IC0xMCwxNSAtMTAsMjIgMTAsNzYgMTgsMTUzIDMxLDIyOSA1NiwzMTQgMTY2LDYwOCAzMzAsODgxIDUsMTAgMTIsMTUgMjMsMTggMTkxLDQ0IDM4NSw2NSA1ODIsNjUgMTk3LDAgMzkyLC0yMiA1ODQsLTY3IDcsLTIgMTYsLTggMTksLTE0IDExNSwtMTkyIDIwNSwtMzk2IDI2OCwtNjExIDQ4LC0xNjQgNzYsLTMzMiA5MSwtNTAxIDEsLTcgLTMsLTE1IC03LC0yMHptLTE5MyA2MjZsMCAwYy01NCwxNTMgLTEyMiwzMDAgLTIwNCw0NDEgLTUsNyAtMTMsMTMgLTIwLDE1IC0xNzcsMzkgLTM1Niw1OSAtNTU2LDU4IC0xNjMsMSAtMzQzLC0yMCAtNTIxLC01OSAtNywtMSAtMTUsLTcgLTE5LC0xNCAtMTQ3LC0yNTEgLTI0NywtNTIwIC0zMDAsLTgwNiAtMTMsLTcxIC0yMSwtMTQ0IC0zMSwtMjE2IC0xLC03IDMsLTE3IDcsLTIzIDI0NCwtMjcyIDUzMywtNDgyIDg2OCwtNjI5IDcsLTMgMTgsLTMgMjUsMCAzMzYsMTQ4IDYyNiwzNTggODcwLDYzMiA0LDUgOCwxMyA3LDIwIC0yMCwxOTggLTYwLDM5MiAtMTI2LDU4MXoiLz4NCiAgPC9nPg0KICA8ZyBpZD0iXzE5NjUwNjQ2ODQwNjQiPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04MjA1IDkyNWMtMTI2LDIwIC0yMDQsNCAtMjEwLDE0NyAtMyw1OCAxLDMwNCAxMywzNDkgMjcsMTAxIDE2MSw2MCAyNzAsODggOTEsMjMgMjEzLDUyIDMxOSwyOSAyLC00NCAtMjYsLTQ2IC0xNSwtOTUgNywtMzEgMzMsLTUwIDQzLC03NiAtMTMsLTIxIC00NSwtNTUgLTQ3LC04NCAtNSwtNDUgMzYsLTcyIDM5LC05NiA0LC0zMCAtMzcsLTYzIC0zOSwtOTUgLTMsLTQwIDM5LC02NyAzNywtOTQgLTEsLTE4IC0zNSwtNjAgLTM2LC05MSAtMiwtMjcgOSwtMjEgMSwtNTYgLTQsLTE4IC0xMywtMzIgLTE4LC01MCAtMjIsLTg0IDEyMCwtNDIzIC02MCwtNDAxIC02NSw4IC05OCw4OSAtMTI2LDE1MCAtMzAsNjUgLTYwLDEyMiAtODksMTg1bC04MiAxOTB6Ii8+DQogICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTg3MjUgMTAxM2MtMTY1LDI1IC0xMzEsMTM0IC0yNiwxNTAgMzQsNiAzODQsMTAgNDE1LC0xMiAzMCwtMjEgMTA2LC0xMDQgLTQ3LC0xMzIgLTczLC0xMyAtMjY5LC0xNyAtMzQyLC02eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04NzIwIDExOTljLTEyOCwxNiAtMTM5LDEyMSAtMzQsMTQ3IDYxLDE1IDM3MCwzMiA0MDMsLTUxIDE3LC00NCAtMjgsLTc3IC02MywtODkgLTQ2LC0xNiAtMjUwLC0xMyAtMzA2LC03eiIvPg0KICAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik04Njg5IDgzMmMtMTAxLDIwIC0xMDksMTIzIDksMTQ0IDY1LDEyIDIzNiw3IDMwMywtMiA5NSwtMTMgMTE0LC0xMjkgLTEyLC0xNDQgLTYzLC04IC0yNDEsLTEwIC0zMDAsMnoiLz4NCiAgIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNODcyMSAxMzg1Yy0xNDAsMTUgLTExMCwxMjAgLTU4LDE0MSA0MSwxNyAyMTYsMTUgMjY4LDEwIDExNSwtMTEgMTExLC0xMTIgNDksLTE0MiAtMzksLTE5IC0yMDYsLTE1IC0yNTksLTl6Ii8+DQogIDwvZz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik05NjYyIDE2NDZsOTM3IDAgMCAyMjggMjk1IDAgMCAwYzExLDAgMTQsLTMgMTQsLTE1bDAgLTQ2MWMwLC0xMSAtMywtMTUgLTE0LC0xNWwtMTUyIDAgMCAtODkzIC0zMjQgMCAwIDg5MyAtNDMyIDAgMCAtODkzIC0zMjQgMCAwIDExNTZ6Ii8+DQogIDxwb2x5Z29uIGNsYXNzPSJmaWwwIiBwb2ludHM9IjEyNTczLDE2NDYgMTI4OTcsMTY0NiAxMjg5NywxMTY1IDEzMzY4LDExNjUgMTMzNjgsMTY0NiAxMzY5MiwxNjQ2IDEzNjkyLDQ5MCAxMzM2OCw0OTAgMTMzNjgsODk3IDEyODk3LDg5NyAxMjg5Nyw0OTAgMTI1NzMsNDkwICIvPg0KICA8cG9seWdvbiBjbGFzcz0iZmlsMCIgcG9pbnRzPSIxMTI0MiwxNjQ2IDEyMjE0LDE2NDYgMTIyMTQsMTM4MyAxMTU2NiwxMzgzIDExNTY2LDExNjAgMTIwNzIsMTE2MCAxMjA3Miw5MDcgMTE1NjYsOTA3IDExNTY2LDc1MyAxMjIwMCw3NTMgMTIyMDAsNDkwIDExMjQyLDQ5MCAiLz4NCiA8L2c+DQo8L3N2Zz4NCg==);
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.basket-order-list {
    max-height: calc(100vh - 420px);
}

.section-link.super::before {
    background-size: 25px;
}

.product-together {
    width: 100%;
}

.catalog-button:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMjAiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iI0VCRUJFQiIvPgo8cmVjdCB5PSIxNiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjRUJFQkVCIi8+CjxyZWN0IHk9IjEyIiB3aWR0aD0iMjIiIGhlaWdodD0iMiIgcng9IjEiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3QgeD0iMSIgeT0iMTEiIHdpZHRoPSIyIiBoZWlnaHQ9IjExIiByeD0iMSIgZmlsbD0iI0VCRUJFQiIvPgo8cmVjdCB4PSIxOSIgeT0iMTEiIHdpZHRoPSIyIiBoZWlnaHQ9IjExIiByeD0iMSIgZmlsbD0iI0VCRUJFQiIvPgo8cGF0aCBkPSJNNS42Mzg4NCAxMUM0LjA4ODY4IDExIDIuODMyMDMgOS43NDg5MiAyLjgzMjAzIDguMjA1NjVDMi44MzIwMyA2LjY2MjM4IDQuMDg4NjggNS40MTEzMiA1LjYzODg0IDUuNDExMzIiIHN0cm9rZT0iI0VCRUJFQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTEyLjgzNTkgNi43OTM2OUMxMi45ODQ2IDYuNDg4NDUgMTMuMTc5MiA2LjIxMDYyIDEzLjQxMDYgNS45Njk2MkMxMy45ODUgNS4zNzEyOCAxNC43ODU3IDUgMTUuNjcxNSA1QzE3LjQxOTIgNSAxOC44MzU5IDYuNDQ1NTEgMTguODM1OSA4LjIyODY0QzE4LjgzNTkgOS40MDU4NCAxOC4yMTg0IDEwLjQzNTkgMTcuMjk1OSAxMSIgc3Ryb2tlPSIjRUJFQkVCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTEuMTMzIDExQzguMjk4MTQgMTEgNiA4Ljc2MTQyIDYgNkM2IDMuMjM4NTggOC4yOTgxNCAxIDExLjEzMyAxQzEzLjM5NjEgMSAxNS4zMTcxIDIuNDI2NTUgMTYgNC40MDY4NSIgc3Ryb2tlPSIjRUJFQkVCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.p-delivery_errors {
    font-size: 13px;
    color: #eb292f;
    margin: -12px 0 10px 12px;
}

.p-delivery-map {
    width: 540px;
    height: 403px;
}

.boi-image img {
    margin: auto;
}

.mob-order-address {
    display: none !important;
}

.index-products {
    display: flex;
}

/*.index-title {
    display: block;
}*/
.visual {
    display: block;
    height: auto;
}

.visual img {
    display: block;
}

.active .order-step-delivery {
    display: none;
}

.order-step-form {
    display: none;
}

.active .order-step-form {
    display: block;
}

.input.red {
    border-color: red;
    position: relative;
}

span.require {
    color: red;
    font-weight: normal;
}

.order-step-address {
    display: none;
}

.active .order-step-address {
    display: block !important;
}

.active .order-step-contacts {
    display: none;
}

.ready .order-step-call {
    display: block;
}

.order-step-call {
    display: none;
}

.radiobutton.order-radio-item.left {
    margin-left: 10%;
}

.order-step-contacts {
    display: none;
}

.ready .order-step-contacts {
    display: block;
}

.order-step-delivery .address, .order-step-contacts .address {
    line-height: 1.2;
}

.order-step-number {
    min-width: 24px;
}

.order-step.ready {
    cursor: pointer;
}

.empty-content {
    display: block;
    height: auto;
}

.breadcrumbs-link {
    margin-right: 30px;
}

.card-info small {
    color: #999;
    margin: 20px 0 20px 2px;
    position: relative;
    display: block;
}

.popup-delivery .popup-title {
    padding: 0;
}

.popup-delivery .form-select {
    padding: .87rem 2rem .87rem 0;
    border: none;
    display: block;
    width: fit-content;
    max-width: 200px;
    border-radius: 12px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS43MzIwNSA2QzQuOTYyMjUgNy4zMzMzMyAzLjAzNzc1IDcuMzMzMzMgMi4yNjc5NSA2TDAuNTM1ODk5IDNDLTAuMjMzOTAyIDEuNjY2NjcgMC43MjgzNDkgMCAyLjI2Nzk1IDBINS43MzIwNUM3LjI3MTY1IDAgOC4yMzM5IDEuNjY2NjcgNy40NjQxIDNMNS43MzIwNSA2WiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: right 0.875rem center;
    background-size: 8px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup-delivery .form-select:hover {
    outline: none;
}

.popup-delivery .form-select:focus {
    outline: none;
}

.popup-delivery__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.popup-delivery .p-delivery-tabs {
    margin-bottom: 20px;
}

.popup-delivery .form-row.checkbox-row .label {
    vertical-align: middle;
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.popup-delivery .checkbox-row__small {
    font-size: 12px;
    line-height: 16px;
    margin-left: 20px;
    margin-top: 3px;
}

.popup-delivery .checkbox-row {
    margin-bottom: 20px;
}

.popup-delivery .form-row.entity {
    margin-bottom: 10px;
}

.popup-delivery .form-row.entity .label {
    vertical-align: middle;
}

.min_summ {
    padding: 5px;
    text-align: center;
    color: red;
}

label .req:after {
    content: "*";
    color: red;
    margin-left: 7px;
}

.order_errors {
    padding: 20px 0 40px 0;
    color: red;
}

.cart_delivery_price {
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px -20px 30px;
    text-align: center;
    background: #fcfcfc;
}

.cart_order_summary_price {
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px -20px 30px;
    text-align: justify-all;
    background: #fcfcfc;
}

.cart_order_summary_price .summary {
    font-weight: bold;
    font-size: 15px;
}

.basket-popup.active {
    position: absolute;
    top: -70px;
    z-index: 999;
    right: 0;
    left: auto;
}

.shop_list {
    display: table;
    width: 100%;
}

.shop_list_list {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    padding: 0 30px 0 0;
    min-width: 300px;
}

#map {
    height: 600px;
    display: table-cell;
    width: 70%;
}

.schedule {
    display: block;
    float: right;
}

.schedule .day {
    font-size: 8px;
    color: #333;
    background: #e5e8f5;
    padding: 1px 4px;
    margin: 1px;
    border-radius: 2px;
    line-height: 11px;
}

.shop_list_shop {
    margin-bottom: 20px;
    line-height: 16px;
    min-height: 103px;
}

.shop_list_shop .title {
    font-weight: 600;
}

.shop_list_shop .address {
    font-size: 13px;
}

.shop_list_shop .description {
    font-size: 12px;
    color: #666;
}

.no_buy_mobile {
    display: none;
}

.tel_time {
    font-size: 12px;
    color: #666;
}

.no-amount-in-store {
    margin: -10px -20px 10px;
    color: #666;
    background: #f0f0f0;
    padding: 5px 20px;
}

.boi-data.no-present {
    color: red;
    font-size: 15px;
}

.basket-order-item.no-item {
    background: rgba(255, 159, 162, 0.2);
}

.mob-catalog-btn {
    transition: all 1s;
    height: 56px;
    width: 200px;
}

.mob-catalog-btn.small {
    font-size: 12px;
    white-space: nowrap;
    line-height: 56px;
}

.js-catalog-text {
    white-space: nowrap;
}

.mob-catalog-btn.small .js-catalog-text {
    opacity: 0;
    transition: all 0.2s;
    white-space: nowrap;
}

.wrapper {
    width: 100%;
}

.basket_wrapper {
    max-width: 1440px;
    position: relative;
    width: 100%;
}

.maximum-reached {
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: -8px;
    position: relative;
    background: #ffe5e5;
    border-radius: 0 0 2px 2px;
    line-height: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    z-index: 1;
    margin-top: -1px;
    letter-spacing: 0.5px;
}

.mob-header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 10;
    height: 56px;
    padding: 0;
}

.p-delivery-btn {
    top: auto;
    bottom: 4px;
}

.popup-delivery .p-delivery-text {

    padding-right: 60%;
}

.p-delivery-top {
    padding-right: 0;
    /*background-image: url(/local/templates/main/images/purchases.png);*/
    background-image: none;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    /*background-position: right 50%;
    background-size: auto 100%;*/
    background-position: right 0%;
    background-size: auto 70%;
    margin-right: 0;
}

.p-delivery-top .label {
    margin-bottom: auto;
}

.p-delivery-top .checkbox-row {
    margin-left: auto;
    margin-bottom: auto;
    margin-top: auto;
}

.p-delivery-top label {
    display: inline-block;
}

@media (max-width: 640px) {
    .p-delivery-top .checkbox-row {
        display: block;
    }

    .popup-delivery .p-delivery-text {
        padding-right: 0 !important;
    }

    .logotip {
        width: 125px;
    }

    .mob-catalog-btn.js-catalog-open.small.pos-absolute span.js-catalog-text {
        display: none;
    }

    .p-delivery-self .p-delivery-input-wrapper {
        position: static;
    }

    .order-step-button {
        display: block;
    }

    .mob-order-step-button {
        display: none;
    }

    header.order-header {
        z-index: 999;
    }

    .mob-location.js-popup-open {
        text-decoration: underline;
    }

    .no_buy_mobile {
        display: block;
        margin: 0 0 10px 0;
        text-align: center;
        line-height: 14px;
        padding: 7px 0;
        border-radius: 8px;
    }

    .shop_list_map {
        /*display: none;*/
        width: 100%;
    }

    .shop_list #map {
        width: 100%;
        display: block;
    }

    .shop_list {
        display: block;
    }

    .shop_list_list {
        display: block;
        width: 100%;
        padding: 0;
    }

    .popup_locations_list {
        display: none !important
    }

    .popup_city_list {
        height: auto;
        border: none;
        padding: 0;
        display: block;
    }

    .popup_city_list .cities li {
        margin: 0;
        line-height: 38px;
        border-bottom: 1px solid #e9e9e9;
        padding: 0 10px;
        display: block;
        float: none;
    }

    .cabinet-nav {
        display: block;
        padding-bottom: 0;
        font-size: 13px;
    }

    .cabinet-nav-wrapper {
        margin-bottom: 12px;
        height: auto !important;
    }

    a.cabinet-nav-item {
        line-height: 34px;
    }

    .swiper-button-next, .swiper-button-prev {
        height: 20px;
        width: 10px;
    }

    .card-quantity {
        display: block;
    }

    .mob-card-buttons {
        display: none;
    }

    .buy-quantity {
        height: 40px;
    }

    .buy-quantity .value {
        min-width: 50px;
        height: 38px;
        font-size: 19px;
    }

    .buy-quantity .minus, .buy-quantity .plus {
        width: 20px;
        height: 20px;
        background-size: 16px;
        top: 9px;
    }

    .products-item-button {
        display: block !important;
    }

    .order-composition {
        display: table;
        margin-bottom: 50px;
        clear: both;
    }

    a.order-item {
        display: block;
        float: left;
        margin: 10px;
    }

    .content {
        padding-bottom: 0;
        padding-top: 70px;
    }

    .mob-navigation.active {
        position: fixed;
        background: #fff;
        height: 100%;
        overflow: auto;
    }

    body {
        min-width: 100%;
    }

    .mob-header .wrapper {
        height: 56px;
        background: #fff;
        z-index: 999;
        position: fixed;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .popup {
        min-width: 100%;
    }

    .mob-catalog-basket {
        display: block;
        position: absolute;
        width: 320px;
        height: 56px;
        align-items: center;
        background: url(/local/templates/main/css/../images/mob-basket.png) 50% 50% no-repeat;
        font-weight: bold;
        padding-left: 48px;
        padding-bottom: 16px;
        padding: 0;
        top: 0;
        left: -303px;
        color: #333;
        font-size: 16px;
        text-transform: none;
        border-radius: 28px;
        line-height: 56px;
        opacity: 0;
        transition: all 1s;
    }

    .small .mob-catalog-basket {
        right: 67px;
        opacity: 1;
    }

    .mob-catalog-basket {
        width: calc(100vw - 100px);
        background: #FFECEC;
        left: auto;
        right: 197px;
        transition: all 1s;
        padding-left: 40px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .mob-catalog-basket:before {
        left: 10px;
    }

    .basket-popup.active {
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .basket-order-list {
        max-height: calc(100% - 248px); /*208px*/
    }

    .basket-popup-note {
        display: none;
    }

    a.basket-popup-btn.red-btn {
        font-size: 14px;
    }

    .basket-popup-top {
        padding: 20px 16px 0;
    }

    .boi-text {
        width: calc(100% - 72px);
        float: left;
    }

    .basket-order-item {
        display: table;
    }

    .boi-image {
        float: left;
    }

    .boi-data {
        float: right;

    }

    .addr {
        display: none;
    }

    .piece {
        float: right;
        margin-right: 27px;
    }

    .p-delivery-self {
        margin-top: 0;
        height: auto;
    }

    .mob-delivery {
        margin: 10px 0 0px;
    }

    .mob-nav-line {
        background-color: rgba(229, 232, 245, 0.4);
    }

    .mob-nav-block {
        margin: 0;
        background: rgba(229, 232, 245, 0.4);
        padding: 10px 20px;
    }

    .mob-catalog-item:last-child {
        margin-bottom: 20px;
    }

    .tabs-item:hover {
        background-color: #EB292F;
    }

    .popup {
        left: 10px;
        position: fixed;
        top: 10px;
        right: 10px;
        width: auto;
        min-width: auto;
        bottom: 10px;
        border-radius: 4px;
        height: auto;
        z-index: 200;
        overflow: hidden;
        padding: 10px;
    }

    .popup-content {
        overflow: hidden;
        overflow-y: auto;
        height: calc(100% - 30px);
        margin: 0 -10px;
        padding: 10px 10px;
    }

    .popup:before {
        display: none;
    }

    .overlay.active {
        display: block !important;
    }

    .popup-delivery.active {
        display: block;
        height: calc(100vh - 20px);
    }

    .p-delivery-map {
        width: 540px;
        height: 403px;
        max-width: 100%;
    }

    .card-quantity {
        display: block;
    }

    .popup-close {
        top: 16px;
    }

    .popup-location.active {
        display: block;
        padding: 10px;
    }

    .popup-title {
        margin-right: 44px;
        line-height: 1;
        padding: 0;
    }

    .subscribe-block {
        margin-bottom: -110px;
    }

    div#city-popup {
        width: 90%;
    }

    .p-delivery-top {
        margin-right: 0;
        background-size: auto 150px;
        background-position: top center;
        padding-right: 0;
    }

    .breadcrumbs-wrapper {
        height: auto;
        overflow: hidden;
    }

    .breadcrumbs {
        overflow: hidden;
        white-space: normal;
        display: block;
        padding-bottom: 0;
        padding-left: 12px;
    }

    .breadcrumbs-level {
        display: block;
    }

    .breadcrumbs-level:after {
        display: none;
    }

    .breadcrumbs-level:first-child a {
        font-weight: 900;
    }

    .breadcrumbs-link {
        margin-right: 10px;
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 5px;
    }

    .goods-filter, .card-categories {
        height: auto;
    }

    a.mob-subcatalog-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        display: block;
        padding: 14px 40px 12px 25px;
        text-decoration: none;
    }

    .products-item-title,
    .products-item-bottom {
        margin-left: 105px;
    }
}

.mob-logotip {
    position: absolute;
    z-index: 10;
    left: 64px;
    top: 0;
    height: 44px;
    top: 5px;
    padding: 0;
    margin: 0;
}

.mob-header .wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    height: 100%;
    max-height: 60px;
    padding: 10px 16px;
}

.mob-footer-logo {
    margin-bottom: 16px;
    display: block;
    width: 28px;
}

.footer-logo {
    float: left;
    width: 2.6%;
    margin-right: 3%;
}

.mob-catalog-popup {
    top: 0;
    z-index: 9999;
}

.mob-catalog-popup.newmenu {
    overflow: auto;
    height: auto;
    bottom: 0;
}

.mob-nav-location {
    margin: 0;
}

a.mob-header-menu.js-catalog-open {
    display: block;
    position: absolute;
    z-index: 9999;
    width: 34px;
    height: 34px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiPjxnPjxwYXRoIGQ9Im0yNTYgMGMtMTQxLjE2NDA2MiAwLTI1NiAxMTQuODM1OTM4LTI1NiAyNTZzMTE0LjgzNTkzOCAyNTYgMjU2IDI1NiAyNTYtMTE0LjgzNTkzOCAyNTYtMjU2LTExNC44MzU5MzgtMjU2LTI1Ni0yNTZ6bTg1LjMzMjAzMSAzNjIuNjY3OTY5aC0xNzAuNjY0MDYyYy0xMS43NzczNDQgMC0yMS4zMzU5MzgtOS41NTg1OTQtMjEuMzM1OTM4LTIxLjMzNTkzOCAwLTExLjc3MzQzNyA5LjU1ODU5NC0yMS4zMzIwMzEgMjEuMzM1OTM4LTIxLjMzMjAzMWgxNzAuNjY0MDYyYzExLjc3NzM0NCAwIDIxLjMzNTkzOCA5LjU1ODU5NCAyMS4zMzU5MzggMjEuMzMyMDMxIDAgMTEuNzc3MzQ0LTkuNTU4NTk0IDIxLjMzNTkzOC0yMS4zMzU5MzggMjEuMzM1OTM4em0wLTg1LjMzNTkzOGgtMTcwLjY2NDA2MmMtMTEuNzc3MzQ0IDAtMjEuMzM1OTM4LTkuNTU0Njg3LTIxLjMzNTkzOC0yMS4zMzIwMzFzOS41NTg1OTQtMjEuMzMyMDMxIDIxLjMzNTkzOC0yMS4zMzIwMzFoMTcwLjY2NDA2MmMxMS43NzczNDQgMCAyMS4zMzU5MzggOS41NTQ2ODcgMjEuMzM1OTM4IDIxLjMzMjAzMXMtOS41NTg1OTQgMjEuMzMyMDMxLTIxLjMzNTkzOCAyMS4zMzIwMzF6bTAtODUuMzMyMDMxaC0xNzAuNjY0MDYyYy0xMS43NzczNDQgMC0yMS4zMzU5MzgtOS41NTg1OTQtMjEuMzM1OTM4LTIxLjMzMjAzMSAwLTExLjc3NzM0NCA5LjU1ODU5NC0yMS4zMzU5MzggMjEuMzM1OTM4LTIxLjMzNTkzOGgxNzAuNjY0MDYyYzExLjc3NzM0NCAwIDIxLjMzNTkzOCA5LjU1ODU5NCAyMS4zMzU5MzggMjEuMzM1OTM4IDAgMTEuNzczNDM3LTkuNTU4NTk0IDIxLjMzMjAzMS0yMS4zMzU5MzggMjEuMzMyMDMxem0wIDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNFQjI5MkYiLz48L2c+IDwvc3ZnPg==);
    background-size: 34px;
    background-position: left 50%;
    background-repeat: no-repeat;
}

i.bage {
    text-decoration: none;
    border: none;
    background: #EB292F;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 9px;
    font-weight: bold;
    position: absolute;
    right: 0;
    min-width: 18px;
    text-align: center;
    line-height: 20px;
    display: block;
    top: 4px;
    height: 18px;
}

.mob-header .bx-basket {
    text-decoration: none;
    background-image: url(/local/templates/main/images/icons/basket.svg);
    width: 44px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
}

.mob-header .mob-login {
    position: absolute;
    right: 56px;
    width: 44px;
    height: 34px;
    padding: 0;
}

.mob-header .mob-login:before {
    top: 6px;
    left: 11px;
}

.mob-header .mob-search {
    background-image: url(/local/templates/main/images/icons/search.svg);
    width: 44px;
    height: 34px;
    display: block;
    position: absolute;
    right: 104px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0;
    background-size: 24px;
}

.mob-catalog-popup.newmenu {
    overflow: hidden;
    height: 100%;
    display: block;
    bottom: 0;
    transition: all 0.2s;
    left: -150%;
    width: calc(100% - 54px);
    min-width: auto;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: 0 0 50px 25px rgba(8, 45, 91, 0.8);
    z-index: 9999;
    position: fixed;
    background: #fff;
}

.mob-catalog-popup.newmenu.active {
    left: 0;
}

.newmenu .mob-catalog-close.js-catalog-close {
    display: none;
}

.mob-subcatalog {
    transition: left 0.2s;
    right: 54px;
    width: auto;
}

.mob-catalog-close {
    z-index: 999999;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiPjxnPjxwYXRoIGQ9Im0yNTYgMGMtMTQxLjE2NDA2MiAwLTI1NiAxMTQuODM1OTM4LTI1NiAyNTZzMTE0LjgzNTkzOCAyNTYgMjU2IDI1NiAyNTYtMTE0LjgzNTkzOCAyNTYtMjU2LTExNC44MzU5MzgtMjU2LTI1Ni0yNTZ6bTk0LjI3MzQzOCAzMjAuMTA1NDY5YzguMzM5ODQzIDguMzQzNzUgOC4zMzk4NDMgMjEuODI0MjE5IDAgMzAuMTY3OTY5LTQuMTYwMTU3IDQuMTYwMTU2LTkuNjIxMDk0IDYuMjUtMTUuMDg1OTM4IDYuMjUtNS40NjA5MzggMC0xMC45MjE4NzUtMi4wODk4NDQtMTUuMDgyMDMxLTYuMjVsLTY0LjEwNTQ2OS02NC4xMDkzNzYtNjQuMTA1NDY5IDY0LjEwOTM3NmMtNC4xNjAxNTYgNC4xNjAxNTYtOS42MjEwOTMgNi4yNS0xNS4wODIwMzEgNi4yNS01LjQ2NDg0NCAwLTEwLjkyNTc4MS0yLjA4OTg0NC0xNS4wODU5MzgtNi4yNS04LjMzOTg0My04LjM0Mzc1LTguMzM5ODQzLTIxLjgyNDIxOSAwLTMwLjE2Nzk2OWw2NC4xMDkzNzYtNjQuMTA1NDY5LTY0LjEwOTM3Ni02NC4xMDU0NjljLTguMzM5ODQzLTguMzQzNzUtOC4zMzk4NDMtMjEuODI0MjE5IDAtMzAuMTY3OTY5IDguMzQzNzUtOC4zMzk4NDMgMjEuODI0MjE5LTguMzM5ODQzIDMwLjE2Nzk2OSAwbDY0LjEwNTQ2OSA2NC4xMDkzNzYgNjQuMTA1NDY5LTY0LjEwOTM3NmM4LjM0Mzc1LTguMzM5ODQzIDIxLjgyNDIxOS04LjMzOTg0MyAzMC4xNjc5NjkgMCA4LjMzOTg0MyA4LjM0Mzc1IDguMzM5ODQzIDIxLjgyNDIxOSAwIDMwLjE2Nzk2OWwtNjQuMTA5Mzc2IDY0LjEwNTQ2OXptMCAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjRUIyOTJGIi8+PC9nPiA8L3N2Zz4=);
    background-size: 34px;
    background-color: #fff;
    box-shadow: none;
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
    transition: all 0.2s;
    transform: translateX(100px);
}

.mob-catalog-close.active {
    transform: translateX(0px);
}

.mob-subcatalog-title {
    text-align: left;
    padding: 18px 50px 16px;
}

.city-popup {
    max-width: 400px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    padding: 20px 30px;
}

.btn-block {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.confirm_city {
    font-size: 18px;
    margin: 30px 0 50px;
}

.popup-18 .grey-btn {
    margin-bottom: 20px;
}

.mob-search.search:before {
    pointer-events: all;
}

.mob-search.search {
    pointer-events: none;
}

.mob-search.search input {
    pointer-events: all;
}

.favorite-header-btn sub {
    position: absolute;
    top: 10px;
}

.vacancy-form .input[type="file"] {
    line-height: 39px;
}

.form_success {
    padding: 40px 0;
    font-size: 28px;
    color: #258c50;
}

.store-address .description {
    color: #666;
}

.itempropprice, .itemproppricecurrency {
    display: none;
}

.products-item-title {
    height: 66px;
}

.products-item-title a {
    max-height: 60px;
    overflow: hidden;
    display: block;
}

.card-small .to-basket {
    display: flex;
}

#feedback-popup {
    width: 500px;
    max-width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
    overflow: auto;
}

.form-btn.red-btn.feedback {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTk3LjAxOCwzNDEuMzMzSDEwLjc4QzQuODIxLDM0MS4zMzMsMCwzNDYuMTA0LDAsMzUyYzAsNS44OTYsNC44MjEsMTAuNjY3LDEwLjc4LDEwLjY2N2g4Ni4yMzggICAgIGM1Ljk1OCwwLDEwLjc4LTQuNzcxLDEwLjc4LTEwLjY2N0MxMDcuNzk4LDM0Ni4xMDQsMTAyLjk3NywzNDEuMzMzLDk3LjAxOCwzNDEuMzMzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMTA3Ljc5OCwyNzcuMzMzSDEwLjc4QzQuODIxLDI3Ny4zMzMsMCwyODIuMTA0LDAsMjg4czQuODIxLDEwLjY2NywxMC43OCwxMC42NjdoOTcuMDE4ICAgICBjNS45NTgsMCwxMC43OC00Ljc3MSwxMC43OC0xMC42NjdTMTEzLjc1NiwyNzcuMzMzLDEwNy43OTgsMjc3LjMzM3oiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTExOC41NzgsMjEzLjMzM0gxMC43OEM0LjgyMSwyMTMuMzMzLDAsMjE4LjEwNCwwLDIyNHM0LjgyMSwxMC42NjcsMTAuNzgsMTAuNjY3aDEwNy43OTggICAgIGM1Ljk1OCwwLDEwLjc4LTQuNzcxLDEwLjc4LTEwLjY2N1MxMjQuNTM2LDIxMy4zMzMsMTE4LjU3OCwyMTMuMzMzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjAxLjQ0OCwxNzIuMjA4YzQyLjg4OCw0MS42NTYsOTEuNTEyLDg4Ljg4NSwxMDYuMDQsMTAyLjQxN2MyLjAxMSwxLjg2NSw0LjcyNywyLjgzMyw3LjQ2NCwyLjgzMyAgICAgYzEuMjg0LDAsMi41NjktMC4yMDgsMy43OS0wLjY0NmMwLjkzNy0wLjMzMywzLjQ0Mi0xLjIxOSw2LjM5LTMuMjE5YzE4LjkzOC0xMi44NDQsODAuNzU0LTUzLjMyMywxMzguNTQ4LTkxLjE2N2w0MC4zMTktMjYuNDA2ICAgICBjMi42OTUtMS43NzEsNC40NTMtNC42NTYsNC43NjktNy44NDRjMC4zMTYtMy4xODgtMC44MjEtNi4zNDQtMy4xMTYtOC42MTVDNDk4LjA4MSwxMzIuMTA0LDQ4OC4wMzksMTI4LDQ3Ny4zNjQsMTI4SDIwOS41MDEgICAgIGMtOS42MTEsMC0xOS4wOTYsMy4yOTItMjYuNzI4LDkuMjZjLTIuNDIxLDEuOTA2LTMuOTA2LDQuNzQtNC4wNzQsNy44MDJjLTAuMTU4LDMuMDYzLDEuMDExLDYuMDQyLDMuMjIxLDguMTc3TDIwMS40NDgsMTcyLjIwOHogICAgICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNNTA3LjI4MiwxODcuNDA2Yy0zLjYyMS0yLjQyNy04LjM1OS0yLjQ2OS0xMi4wMDEtMC4wODNsLTI0LjA5NywxNS43ODFjLTU2LjM4MywzNi45MTctMTE1LjQ0MSw3NS41OTQtMTMzLjg3NCw4OC4wODMgICAgIGMtMTQuODg1LDEwLjEzNS0zMy4xNzEsOS42MjUtNDQuNjA0LTEuMDQyYy0xNC42ODUtMTMuNjY3LTYzLjM5NC02MC45NzktMTA2LjkzNS0xMDMuMjcxbC01LjY2NC01LjUgICAgIGMtMi44MTEtMi43NC02Ljg4NS0zLjc0LTEwLjY3NC0yLjYwNGMtMy43NjksMS4xMjUtNi42MjIsNC4xOTgtNy40MzIsOC4wMWwtMzEuNzgxLDE0OS4zODUgICAgIGMtMC41NjgsMi42ODgtMC44NjMsNS40MzgtMC44NjMsOC4xODhjMCwyMS44NjUsMTcuOTcsMzkuNjQ2LDQwLjA2NiwzOS42NDZoMjY3Ljg2M2MyMC4yNjUsMCwzOC4wMTMtMTQuMjQsNDIuMjAzLTMzLjg3NSAgICAgbDMyLjI3Ni0xNTEuNjk4QzUxMi42NzIsMTk0LjE5OCw1MTAuODkzLDE4OS44NDQsNTA3LjI4MiwxODcuNDA2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMTAuNzgsMTcwLjY2N2gxMTguNTc4YzUuOTU4LDAsMTAuNzgtNC43NzEsMTAuNzgtMTAuNjY3cy00LjgyMS0xMC42NjctMTAuNzgtMTAuNjY3SDEwLjc4ICAgICBDNC44MjEsMTQ5LjMzMywwLDE1NC4xMDQsMCwxNjBTNC44MjEsMTcwLjY2NywxMC43OCwxNzAuNjY3eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
    padding-left: 40px;
    background-size: 26px;
    background-position: 8px 6px;
    background-repeat: no-repeat;
}

.bx_pagination_bottom {
    color: #333;
    font-size: 18px;
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 18px;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
    border-radius: 3px;
    background: #eb292f;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    color: #fff;
    margin: 0 5px;
}

.footer-block.first .footer-links .light-link {
    max-width: 165px;
}

.footer-block.first {
    margin-right: 1%;
}

.header_phone {
    position: relative;
}

.header_phone .phone-link {
    text-decoration: none;
    color: #333;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
}

.header_phone .tel_time {
    display: inline-block;
    margin-top: -2px;
    font-size: 16px;
    color: #999;
    font-weight: 100;
}

.header_phone .tel_time:before {
    content: "(";
}

.header_phone .tel_time:after {
    content: ")";
}

.products-item {
    padding: 12px 12px 12px;
}

@media (max-height: 800px) and (min-width: 901px) {
    .popup {
        position: absolute;
        top: 50px;
        transform: translate(-50%, 0);
        height: auto;
    }

    .popup-opened {
        overflow: auto;
    }
}

input[type="tel"] {
    font: 16px/20px Circe, sans-serif;
    height: 40px;
    color: #333;
    -webkit-appearance: none;
    box-shadow: none;
}


.old_price {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    margin-top: -5px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

div.old_price {
    margin-right: 0;
    font-weight: normal;
    display: block;
}


@media (max-width: 800px) {

    .mob-catalog-wrapper {
        height: calc(100% - 60px);
        overflow: auto;
    }

    .mob-catalog-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding: 14px 40px 12px 52px;
        position: relative;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .mob-catalog-item:last-child {
        margin-bottom: 0;
    }

    .mob-catalog-title {
        position: static;
        font-weight: 800;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 0;
    }

    .mob-catalog-title:before {
        position: absolute;
        content: '';
        width: 24px;
        height: 24px;
        top: 12px;
        left: 16px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .mob-catalog-title:after {
        position: absolute;
        content: '';
        width: 22px;
        height: 22px;
        top: 50%;
        margin-top: -11px;
        right: 12px;
        background: url(/local/templates/main_new/images/icons/arrow-right.svg) center center no-repeat;
    }

    a.mob-catalog-title:after {
        content: none;
    }

    .mob-catalog-description {
        font-size: 14px;
        color: #828282;
        text-decoration: none;
        display: block;
    }

    .mob-subcatalog {
        position: fixed;
        top: 0;
        left: 105%;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: 101;
        transition: left 0.3s linear;
    }

    .mob-subcatalog.active {
        left: 0;
    }

    .mob-subcatalog .catalog-item {
        display: block;
        text-decoration: none;
        margin: 0 0 16px 0;
        padding: 4px 16px;
        color: #333;
        font-size: 16px;
    }

    .mob-subcatalog .catalog-item:hover {
        background: transparent;
    }

    .mob-subcatalog-title {
        display: block;
        position: relative;
        padding: 18px 40px 16px;
        margin-bottom: 16px;
        font-weight: 800;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .mob-subcatalog-back {
        display: block;
        position: absolute;
        width: 22px;
        height: 22px;
        top: 50%;
        margin-top: -11px;
        left: 16px;
        cursor: pointer;
        background: url(/local/templates/main_new/images/icons/arrow-left-black.svg) center center no-repeat;
    }

    .mob-catalog-popup .mob-search {
        display: block;
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        height: auto;
    }

    .search-input {
        border-radius: 2px;
        border-left: 1px solid #EB292F;
    }

    .search:before {
        top: 19px;
        left: 22px;
    }
}

/*----- New styles for Landings -----*/
.img-responsive {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.landings-banner-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #ff4e4e;

}

.landings-banner-block .text {
    width: 49%;
    padding-left: 75px;
    padding-right: 45px;
    color: #fff;
}

.landings-banner-block .text h1 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 30px;
    color: #fff;
}

.landings-banner-block .text .sub-title {
    font-size: 18px;
    line-height: 28px;
}

.landings-banner-block .img {
    width: 49%;
}

@media (max-width: 1200px) {
    .landings-banner-block .text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .landings-banner-block .text h1 {
        font-size: 36px;
        line-height: 42px;
        color: #fff;
    }

    .landings-banner-block .img {
        padding-right: 15px;
    }
}

@media (max-width: 900px) {
    .landings-banner-block {
        marin-top: 40px;
    }

    .landings-banner-block .text {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

    .landings-banner-block .text h1 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
    }

    .landings-banner-block .img {
        width: 100%;
        padding-left: 15px;
        padding-bottom: 15px;
    }
}

.catalog-section-block {
    margin-top: 80px;
}

.catalog-section-block h2 {

}

.catalog-section-block .landing-catalog-sections {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 30px;
}

.catalog-section-block .landing-catalog-sections .item {
    width: 24%;
    display: block;
    border: #daddeb solid 1px;
    border-radius: 3px;
    padding: 20px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
}

.catalog-section-block .landing-catalog-sections .item:hover {
    border-color: #eb292f;
}

.catalog-section-block .landing-catalog-sections .item img {
    margin-right: 15px;
}

.catalog-section-block .landing-catalog-sections .item span {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.catalog-section-block .landing-catalog-sections .item.show-all {
    background: #eb292f;
    color: #fff;
    text-align: center;
    border-color: #eb292f;
    justify-content: center;
}

@media (max-width: 1200px) {
    .catalog-section-block .landing-catalog-sections .item {
        width: 32%;
    }
}

@media (max-width: 900px) {
    .catalog-section-block {
        margin-top: 40px;
    }

    .catalog-section-block .landing-catalog-sections .item {
        width: 49%;
    }
}

@media (max-width: 600px) {
    .catalog-section-block {
        margin-top: 20px;
    }

    .catalog-section-block .landing-catalog-sections .item {
        width: 100%;
    }
}

.how {
    margin-top: 80px;
}

.how .how-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}

.how .how-items .item {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.how .how-items .item .img {
    width: 47%;
}

.how .how-items .item .img img {

}

.how .how-items .item .text {
    font-size: 18px;
    line-height: 24px;
    width: 47%;
}

@media (max-width: 1200px) {
    .how .how-items {
        justify-content: center;
    }

    .how .how-items .item {
        width: 45%;
    }
}

@media (max-width: 1000px) {
    .how .how-items {
        justify-content: center;
    }

    .how .how-items .item {
        width: 55%;
    }
}

@media (max-width: 800px) {
    .how {
        margin-top: 40px;
    }

    .how .how-items {
        justify-content: center;
    }

    .how .how-items .item {
        width: 100%;
        justify-content: flex-start;
    }

    .how .how-items .item .img {
        width: auto;
        margin-right: 20px;
    }
}

@media (max-width: 600px) {
    .how {
        margin-top: 20px;
    }

    .how .how-items .item .text {
        width: auto;
    }
}

.products-block {
    margin-top: 80px
}

.products-block h2 {

}

@media (max-width: 1000px) {
    .products-block {
        margin-top: 40px;
    }
}

.conditions-block {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.conditions-block .description {
    width: 74%;
    background: #f0f2f7;
    padding: 55px 45px 45px 45px;
    border-radius: 3px;
}

.conditions-block .description .text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.conditions-block .description ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.conditions-block .description ul li {
    padding: 0px;
    margin: 0px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.conditions-block .description ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: #eb292f;
}

.conditions-block .description ul li span {
    display: inline-block;
    background: #eb292f;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
}

.conditions-block .description .more-block {
    margin-top: 20px;
}

.conditions-block .description .more-block a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 35px;
    background: #eb292f;
    color: #fff;
    text-decoration: none;
}

.conditions-block .icons-block {
    width: 23%;
    background: #eb292f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    padding: 75px 45px;

}

.conditions-block .icons-block .item {
    width: 190px;
    text-align: center;
}

.conditions-block .icons-block .item .text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 15px;
}

@media (max-width: 950px) {
    .conditions-block {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .conditions-block .description {
        width: 100%;
        margin-bottom: 20px;
    }

    .conditions-block .icons-block {
        width: 100%;
        flex-direction: row;
        padding: 45px;
    }

}

@media (max-width: 650px) {
    .conditions-block {
        margin-top: 20px;
    }

    .conditions-block .description {
        padding: 15px;
    }

    .conditions-block .icons-block {

        flex-direction: column;
        padding: 15px;
    }

    .conditions-block .icons-block .item {
        margin-bottom: 20px;
    }

    .conditions-block .description .more-block a {
        font-size: 16px;
        line-height: 18px;
    }
}

.map-block {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 950px) {
    .map-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 650px) {
    .map-block {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .catalog.active {
        display: block !important;
        position: static;
    }

    .catalog.active .catalog-col, .catalog.active .catalog-col-2 {
        width: 100%;
    }

    .catalog.active .wrapper {
        flex-wrap: wrap;
    }
}

.sections-in-catalog-main {
    position: static;
}

body {
    height: auto;
}

.buy-no-delevery {
    padding: 0 0 0 2px;
    font-size: 12px;
    width: 62px;

}


.popup.popup-location.oversized {
    position: absolute;
    top: 50px;
    transform: translate(-50%, 0);
    height: auto;
}

.popup-opened.popup-oversized {
    overflow: auto;
}

@media (max-width: 640px) {
    .popup.popup-location.oversized {
        transform: translate(0, 0);
    }
}

.sbrf-pay {
    line-height: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0ic3R5bGVzX2ljb25fXzJHUi1RIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3Ljg1NTQgNy4zODY4NkMxNy45NTA4IDcuOTA5MjggMTggOC40NDk5MyAxOCA5LjAwMDkxQzE4IDEzLjk3MTIgMTMuOTcwNCAxOCA5IDE4QzQuMDMwMTcgMTggMCAxMy45NzEyIDAgOS4wMDA5MUMwIDQuMDI4NzUgNC4wMzAxNyAwIDkgMEMxMS4xNDExIDAgMTMuMTA3OSAwLjc0ODQwNSAxNC42NTMyIDEuOTk2NzZMMTIuOTAyNiAzLjI4NzAzQzExLjc5MTEgMi41MjU4NyAxMC40NDY5IDIuMDc5MzggOSAyLjA3OTM4QzUuMTg0ODYgMi4wNzkzOCAyLjA4MDk5IDUuMTg1MzggMi4wODA5OSA5LjAwMDkxQzIuMDgwOTkgMTIuODE2NCA1LjE4NDg2IDE1LjkyMDYgOSAxNS45MjA2QzEyLjgxNyAxNS45MjA2IDE1LjkyMDggMTIuODE2NCAxNS45MjA4IDkuMDAwOTFDMTUuOTIwOCA4Ljk1NDQ0IDE1LjkxOTggOC45MDc5NyAxNS45MTg4IDguODYxNUMxNS45MTg0IDguODQ2MDEgMTUuOTE4MSA4LjgzMDUyIDE1LjkxNzggOC44MTUwM0wxNy44NTU0IDcuMzg2ODZaTTUuNTc0MzMgNi41OTY5OEw5LjAwMDc0IDguNzQ2MjFMMTYuMTIxNCAzLjQ5NzY2QzE2LjU0NzIgNC4wNDc0MiAxNi45MTEgNC42NDYzOSAxNy4yMDE0IDUuMjg2MDZMOS4wMDA3NCAxMS4zMzFMNS41NzQzMyA5LjE4MTc3VjYuNTk2OThaIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+);
    background-color: #21ba72;
    background-repeat: no-repeat;
    background-position: 8px 7px;
    border: none;
    border-radius: 20px;
    background-size: 27px;
    color: #fff;
    padding-left: 50px;
    text-align: left;
    padding-right: 30px;
    font-weight: bold;
    font-size: 18px;
}

.sog-item {
    display: block;
    float: left;
    margin-bottom: 10px;
}

.status-order-goods {
    display: block;
}

html:not(.mobile) .loadings {
    background: url(/local/templates/main_new/images/loaders/preloader.gif) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}

html:not(.mobile) .loadings * {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
    visibility: hidden;
}

.products-item-rating {
    margin-bottom: 10px;
    width: 100%;
}


.products-item-rating__star {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding-left: 20px;
    background-image: url("/local/templates/main_new/img/rating-star.svg");
    background-size: 16px;
    background-position: left 1px;
    background-repeat: no-repeat;
}

.products-item-rating__count {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}

.noorder_notify {
    text-align: center;
    background-color: #EB292F;
    color: white;
    padding: 10px;
}


@media all and (max-width: 1023px) {
    .mob_notify_block {
        display: inline-block !important;
        width: 100%;
        margin-bottom: 10px;
    }

}

@media all and (min-width: 1024px) {
    .mob_notify_block {
        display: none !important;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    .mob_notify_pad {
        padding-top: 80px;
    }
}

@media all and (max-width: 640px) {
    .mob_notify_pad {
        padding-top: 56px;
    }
}

.header-nav.header-nav-mod {
    cursor: default;
}

.header-nav.header-nav-mod .sep {
    position: relative;
    width: 1px;
}

.header-nav.header-nav-mod .sep span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.12);
}

.header-nav.header-nav-mod > ul {
    display: flex;
    white-space: nowrap;
    /*padding-block: 10px;*/
    padding-block: 0;
    justify-content: space-between;
    align-items: center;
}

.header-nav.header-nav-mod > ul > li {
    padding: unset;
}

.header-nav-mod .header-nav__group {
    border: none;
}

.header-nav-mod .header-nav__group li:first-of-type {
    border: none;
}

.header-nav.header-nav-mod .section-link {
    margin-right: unset;
    font: bold 11px / 20px "Circe", sans-serif;
}

@media all and (min-width: 1120px) {
    .header-nav.header-nav-mod .section-link {
        font: bold 12px / 20px "Circe", sans-serif;
    }
}



/* new delivery info cards */

.delivery-type-option {
    display: flex;
    align-items: center;
    gap: 6px;
}
.delivery-type--icon {
    display: block;
    height: 16px;
    width: auto;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.delivery-type-option[data-type="delivery"] .delivery-type--icon {
    background-image: url(/local/templates/main_new/img/icon-delivery.svg);
}
.delivery-type-option[data-type="self"] .delivery-type--icon {
    background-image: url(/local/templates/main_new/img/icon-delivery-time.svg);
}
.delivery-type--card {
    display: flex;
    flex-wrap: wrap;
    color: #333333;
    padding: 4px 12px;
    background: #F5F6FB;
    border-radius: 20px;
    font-size: 14px;
    line-height: 142.8%;
}
.type {
    white-space: nowrap;
}
.delivery-type--card .time {
    font-weight: 700;
    padding-right: 16px;
}
.address {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* //new delivery info cards */


/* new lk*/

.mod-popup-width {
    width: 100%;
    max-width: 429px;
}

.tabs_selector_radio {
    display: flex;
    position: relative;
    background-color: #E5E8F566;
    border: 1px solid #0000001F;
    padding: 2px;
    height: 40px;
    align-items: center;
}

.tabs_selector_radio * {
    z-index: 2;
}

.tabs_selector_radio input[type="radio"] {
    display: none;
}

.tab_label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 14px;
    border-radius: 2px;
    line-height: 20px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    height: 100%;
    width: 50%;
}

.tabs_selector_radio input[type="radio"]:checked + .tab_label {
    color: #fff;
    background: #EB292F;
}

.fix-popup-error {
    margin-bottom: 16px;
}

.after-reg-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    margin-top: 50px;
}

.after-reg-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.simple-text-msg {
    color: #333;
    font: normal 16px / 1.333em "Circe", sans-serif;
    text-align: left;
    margin-bottom: 16px;
}

body .after_reg .titler {
    color: #333;
    font: bold 24px / 1.333em "Circe", sans-serif;
    text-align: center;
}

body .after_reg .message {
    color: #333;
    font: normal 16px / 1.333em "Circe", sans-serif;
    text-align: center;
}

@media (max-width: 640px) {
    .mod-popup-width {
        max-width: unset !important;
        width: auto;
        min-width: auto;
    }
}


.category-selector {
    position: relative;
}

.selected-categories-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 16px;
    width: 100%;
    min-height: 45px;
    background-color: #fcfcfc;
    border-radius: 2px;
    padding: 6px 12px;
    position: relative;
    border: 1px solid #0000001F;
}

.selected-categories-container.active {
    border: 1px solid #333;
}

.selected-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-right: 17px;
}

.selected-cat-name {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.category-chip {
    background: #E5E8F5;
    padding: 4px 10px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.remove-btn:hover {
    background-image: url(/local/templates/main_new/images/icons/chip-remove-red.svg);
}

.remove-btn {
    margin-left: 8px;
    cursor: pointer;
    width: 8px;
    height: 10px;
    background-image: url(/local/templates/main_new/images/icons/chip-remove.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.category-list {
    display: none;
    position: absolute;
    max-height: 300px;
    overflow-y: auto;
    z-index: 90;
    box-shadow: 0px 4px 13.6px 0px #00000040;
    background-color: #fff;
    padding: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.category-list label {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    cursor: pointer;
}

.category-list label:last-child {
    margin-bottom: unset;
}

.category-list input {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}


.selected-categories-container .arrow-icon {
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background-image: url(/local/templates/main_new/images/icons/сhip-block-arrow-down.svg);
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 91;
}

.selected-categories-container.active .arrow-icon {
    background-image: url(/local/templates/main_new/images/icons/chip-block-arrow-top.svg);
}

.ui-checkbox {
    --primary-color: #EB292F;
    --secondary-color: #fff;
    --primary-hover-color: #EB292F;
    /* checkbox */
    --checkbox-diameter: 20px;
    --checkbox-border-radius: 2px;
    --checkbox-border-color: #d9d9d9;
    --checkbox-border-width: 1px;
    --checkbox-border-style: solid;
    /* checkmark */
    --checkmark-size: 1.2;
    width: 16px;
    height: 16px;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--checkbox-diameter);
    height: var(--checkbox-diameter);
    border-radius: var(--checkbox-border-radius);
    background: var(--secondary-color);
    border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.ui-checkbox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
    box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
    top: 40%;
    left: 50%;
    content: "";
    position: absolute;
    width: 2px;
    height: 5px;
    border-right: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

/* actions */

.ui-checkbox:hover {
    border-color: var(--primary-color);
}

.ui-checkbox:checked {
    background: var(--primary-color);
    border-color: transparent;
}

.ui-checkbox:checked::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
    -webkit-transition: none;
    -o-transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    opacity: 1;
}

.confirm_mrg {
    margin-top: 10px;
}

.mod-radio-btn {
}

.mod-radio-btn .radio {
    position: relative;
    padding-left: 30px;
}

.mod-radio-btn .radio input {
}

.mod-radio-btn .radio label {
}

.gender.mod-radio-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    margin-top: 18px;
}

.mod-radio-btn .radio-label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    top: 0px;
    left: 0;
    box-sizing: border-box;
}

.mod-radio-btn .radio-label:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
}

.mod-reg-page .selected-categories-container {
    width: 100%;
}

.mod-reg-page .birthday {
    max-width: unset;
}

.mod-reg-page .birthday .month {
    width: 100%;
}

.mod-reg-page .birthday .day {
    max-width: 140px;
}

input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
}

.md-col-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
}

.md-col-row .md-col {
    width: 100%;
}

.md-col-50 {
    max-width: 50%;
}

.form-row {
    position: relative;
}

.org-block-finder {
    margin-bottom: 20px;
}

.org-block-finder .form-row {
}

.org_row {
}

.org_row .org_tlt {
}

.org_row .org_dt {
}

.parent-int .input {
}

.parent-int {
    position: relative;
}

.success-agent {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_new/images/icons/success-input-icon.svg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

@media all and (max-width: 640px) {
    .md-col-row {
        gap: 0px;
        flex-direction: column;
    }
}

.two_cols_page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.page_r_col {
    flex: auto;
    position: relative;
}

.page_l_col {

    width: 231px;
    min-width: 231px;
    margin-bottom: 25px;
}

.left_side_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: unset;
    margin: unset;
}

@media all and (max-width: 1023px) {
    .two_cols_page {
        flex-direction: column;
    }

    .page_l_col {
        display: none;
    }
}

.left_side_menu li {
    display: inline-block;
    width: 100%;
}

.left_side_menu li.selected {
    color: #EB292F;
}

.left_side_menu li a:hover {
    color: #EB292F;
    text-decoration: none;
}

.left_side_menu li.selected a:hover {
    color: #EB292F;
    text-decoration: none;
}

.left_side_menu li.selected a {
    color: #EB292F;
    text-decoration: none;
}

.left_side_menu li.icon a {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    text-decoration: none;
    line-height: normal;
}

.left_side_menu li.icon .icon_block {
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.left_side_menu li.icon:hover {
}

.left_side_menu li.icon:hover a {
}

.left_side_menu li.icon:hover .icon {
}

.left_side_menu li.icon a {
}

.left_side_menu li.icon.profile {
}

.left_side_menu li.icon.profile .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_profile.svg");
}

.left_side_menu li.icon.profile:hover .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_profile_hover.svg");
}

.left_side_menu li.selected.icon.profile .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_profile_hover.svg");
}

.left_side_menu li.icon.locations {
}

.left_side_menu li.icon.locations .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_locations.svg");
}

.left_side_menu li.icon.locations:hover .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_locations_hover.svg");
}

.left_side_menu li.selected.icon.locations .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_locations_hover.svg");
}

.left_side_menu li.icon.contragents {
}

.left_side_menu li.icon.contragents .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_contragents.svg");
}

.left_side_menu li.icon.contragents:hover .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_contragents_hover.svg");
}

.left_side_menu li.selected.icon.contragents .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_contragents_hover.svg");
}

.left_side_menu li.icon.orders {
}

.left_side_menu li.icon.orders .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_orders.svg");
}

.left_side_menu li.icon.orders:hover .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_orders_hover.svg");
}

.left_side_menu li.selected.icon.orders .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_orders_hover.svg");
}

.left_side_menu li.icon.cards {
}

.left_side_menu li.icon.cards .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_cards.svg");
}

.left_side_menu li.icon.cards:hover .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_cards_hover.svg");
}

.left_side_menu li.selected.icon.cards .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_cards_hover.svg");
}

.left_side_menu li.icon.subsettings {
}

.left_side_menu li.icon.subsettings .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_subsettings.svg");
}

.left_side_menu li.icon.subsettings:hover .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_subsettings_hover.svg");
}

.left_side_menu li.selected.icon.subsettings .icon_block {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_subsettings_hover.svg");
}

/* lk progress */
.profile_progress_block {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 45px;
}

.pp_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
}

.pp_content {
    width: 100%;
}

.pp-bar-container {
    width: 100%;
    background: linear-gradient(to right, #EEEFF5, #FFFFFF);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.pp-bar {
    width: 0%; /* Начальное значение */
    background-color: #6FCF97;
    height: 28px;
    text-align: center;
    color: #EEEFF5;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.5s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pp-percent {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
}

/* lk progress */

.mod-reg-page .form-note {
    width: 280px;
    margin-top: 3px;
}

.accepter_block {
    margin-top: 10px;
}


.form-accept-note {
    color: #51B67B;
}

.form-error-note {
    color: #EB292F;
}

.form-accept-note,
.form-error-note {
    width: 280px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 16px;
}

.accept_block_line .form-accept-note {
    margin-bottom: 10px;
}

.accept_block_line {
    margin-top: 20px;
    margin-bottom: 40px;

}

.ab_data {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.ab_data .icon {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_new/images/icons/success-input-icon.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin-top: 0;
}

.ab_data .text {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
}

.parent-int .field_notify {
    box-shadow: 0px 6px 16px 0px #0B1B5526;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 10px;
    background: #333;
    width: 164px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    z-index: 5;
}

.tooltip_nf {
    box-shadow: 0px 6px 16px 0px #0B1B5526;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 10px;
    background: #333;
    width: 164px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 100%;
    bottom: unset;
    margin: auto;
    margin-right: unset;
    margin-top: 15px;
    z-index: 5;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.tooltip_nf.show {
    opacity: 1;
    transform: translateY(0);
}

body .tooltip_nf .fn_body .trg {
    left: calc(100% - 30px);
    transform: rotate(135deg);
    bottom: calc(100% - 0px);
}


.tooltip_nf .fn_body .txt,
.parent-int .fn_body .txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #fff;
    display: inline-block;
    position: relative;
}

.tooltip_nf .fn_body .trg,
.parent-int .fn_body .trg {
    display: block;
    height: 15px;
    width: 15px;
    border: inherit;
    position: absolute;
    bottom: 0;
    top: 0;
    left: calc(100% - 9px);
    margin: auto;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(225deg);
    border-radius: 0 0 0 0.25em;
    background-color: #333333;
}

.parent-int .fn_body {
}

/* уведомления в регистрации */
.simple_noty_head_anim {
    background-color: #333333;
    padding: 16px 28px;
    box-shadow: 0px 6px 16px 0px #0B1B5526;
    border-radius: 2px;
    width: 100%;
    max-width: 560px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 25px;
    margin: auto;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInNoty 0.5s forwards;
}

/* Анимация появления */
@keyframes fadeInNoty {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Анимация исчезновения */
.fade-out-noty {
    animation: fadeOutNoty 1s forwards;
}

@-webkit-keyframes fadeOutNoty {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }

}

@keyframes fadeOutNoty {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* ^ Анимация исчезновения */


.simble_head_notify {
    background-color: #333333;
    padding: 16px 28px;
    box-shadow: 0px 6px 16px 0px #0B1B5526;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    max-width: 560px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 25px;
    margin: auto;
    z-index: 1000;
}


.no_ctr_block {
    display: flex;
    width: 100%;
    max-width: 436px;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

.no_ctr_block .no_ctr_head {
}

.no_ctr_block .no_ctr_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.no_ctr_body .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;

}

.no_ctr_body .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #828282;
}

.no_ctr_block .no_ctr_footer {
}

.up_txt {
    text-transform: uppercase;
}

.ant_btn {
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #EB292F;
    padding: 12px 8px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 3%;
    text-transform: uppercase;
    height: 40px;
}

.no_ctr_base .ant_btn {
    min-width: 204px;
}

.no_ctr_base {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}

.ctr_list_elems {
    --elem-ctr-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--elem-ctr-gap);
    margin-bottom: 20px;
}

.ctr_list_elems .ctr_elem {
    background: #E5E8F566;
    padding: 16px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    flex: 1;
    min-width: calc(50% - var(--elem-ctr-gap));
    max-width: calc(50% - var(--elem-ctr-gap));
    box-sizing: border-box;

}

@media all and (max-width: 570px) {
    .ctr_list_elems .ctr_elem {
        min-width: 100%;
        max-width: unset;
        width: 100%;
    }
}

.ctr_list_elems .ctr_head {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: flex-start;
}

.ctr_list_elems .ctr_body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 15px;
}

.ctr_list_elems .ctr_body .ctr_rec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.ctr_list_elems .ctr_body .ctr_rec .rec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}

.ctr_list_elems .ctr_body .ctr_rec .rec span:nth-child(1) {
    color: #828282;
}

.ctr_list_elems .ctr_body .ctr_rec .rec span:nth-child(2) {

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
}

.ctr_list_elems .ctr_body .ctr_adr {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ctr_list_elems .ctr_body .ctr_adr .tlt {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    width: 100%;
}

.ctr_list_elems .ctr_body .ctr_adr .adr {
    font-size: 16px;
    line-height: 24px;
    flex: 1;
}

.ctr_list_elems .ctr_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ctr_list_elems .ctr_footer .ctr_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #0000001F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    flex: 1;
    padding: 8px;
    background-color: #fff;
}

.ctr_list_elems .ctr_footer .ctr_btn span.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ctr_list_elems .ctr_footer .ctr_btn span.icon.del {
    background-image: url(/local/templates/main_new/images/lk_icons/ico_del_contr.svg);
}

.ctr_list_elems .ctr_footer .ctr_btn span.icon.edit {
    background-image: url(/local/templates/main_new/images/lk_icons/ico_edit_contr.svg);
}

.ctr_head .ctr_btn_set,
.ctr_head .ctr_btn_set:hover {
    text-decoration: none;
    color: #2468AC;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3px;
}

.ctr_head .ctr_btn_set span.text {
    color: #2468AC;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    font-weight: 400;

}

.ctr_head .ctr_btn_set span.icon.edit {
    background-image: url(/local/templates/main_new/images/lk_icons/ico_edit_contr.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: unset;
}

.ctr_adr .ctr_btn_set {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #0000001F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 2px;
    height: 40px;
    width: 40px;
}

.ctr_adr .ctr_btn_set span.icon.del {
    background-image: url(/local/templates/main_new/images/lk_icons/ico_del_contr.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: unset;
}

.ctr_search_block {
    max-width: 738px;
}

.ctr_search_block .md-col {
}

.ctr_search_block .md-col .ctr_s_int {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
}

.ctr_search_block .md-col .ctr_s_int .parent-int {
    max-width: 100%;
    flex: 1;
}

.ctr_search_block .md-col .ctr_s_int .ctr_s_btn {
    max-width: 210px;
    height: 40px;
}

.ctr_search_block .ctr_s_result {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.ctr_search_block .ctr_result_elem {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
}

.ctr_search_block .ctr_r_block {
    display: flex;
    gap: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.ctr_search_block .ctr_r_block input[type="text"] {
    -webkit-appearance: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 0 12px;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.ctr_search_block .ctr_r_title {
    font-weight: bold;
    display: block;
}

.ctr_search_block .ctr_r_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333;
}

.ctr_res_btn_block .ant_btn {
    min-width: 210px;
}


.profile_banner_block {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.profile_banner_block .profile_banner {
    background-color: #E5E8F5;
    padding-right: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    gap: 10px;
    position: relative;
}

.profile_banner_block .pr_b_img {
    background-image: url(/local/templates/main_new/images/lk_icons/profile_banner_img.svg);
    display: inline-block;
    width: 300px;
    height: 100%;
    background-position: 100% -67px;
    background-repeat: no-repeat;
}

.profile_banner_block .pr_b_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.profile_banner_block .pr_b_text b {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.profile_banner_block .pr_b_text div {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    z-index: 5;
}

.profile_banner_block .pr_b_btn {
}

.profile_banner_block .ant_btn {
    width: 200px;
}

.banner_closer {
    /*display: none;*/
}

.banner_closer {
    display: inline-block;
    position: absolute;
    background-image: url(/local/templates/main_new/images/lk_icons/ico_banner_closer.svg);
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: unset;
    cursor: pointer;
    right: 7px;
    top: 7px;
}


@media all and (max-width: 860px) {
    .profile_banner_block .profile_banner {
        padding: 16px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 25px;
        height: auto;
    }

    .banner_closer {
        width: 17px;
        height: 16px;
        right: 16px;
        top: 16px;
    }

    .profile_banner_block .pr_b_img {
        position: absolute;
        width: 170px;
        height: 72px;
        right: 0;
        bottom: 0;
        background-position: 100% -38px;
        background-size: 141%;
        transform: scaleX(-1);
    }

    .pr_b_btn .ant_btn {
        color: #2468AC;
        background: transparent;
        padding: unset;
        text-decoration: none;
        height: unset;
        width: unset;
    }
}

@media all and (min-width: 1024px) {
    .ctr_footer {
        display: none !important;
    }
}

@media all and (max-width: 1700px) {
    .parent-int .field_notify {
        right: 0;
        top: 100%;
        bottom: unset;
        margin-right: unset;
        margin-top: 15px;
    }

    .parent-int .fn_body .trg {
        left: calc(100% - 30px);
        transform: rotate(135deg);
        bottom: calc(100% - 0px);
    }
}

@media all and (max-width: 1023px) {
    .ctr_adr .ctr_btn_set,
    .ctr_head .ctr_btn_set {
        display: none !important;
    }

    .page_r_col {
        width: 100%;
    }


    .parent-int .fn_body .trg {
        left: calc(100% - 30px);
        transform: rotate(135deg);
        bottom: calc(100% - 0px);
    }

    .simble_head_notify {
        width: unset;
        max-width: unset;
        left: 25px;
        right: 25px;
        top: 25px;
        margin: auto;
        z-index: 1000;
    }

    .no_ctr_base {
        position: relative;
        justify-content: center;
        margin: 25px 0;
    }

    .no_ctr_block {

    }

    .no_ctr_footer {

    }

}

@media all and (max-width: 436px) {
    .no_ctr_footer {
        width: 100%;
    }

    .no_ctr_footer .ant_btn {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 3%;
    }

    .no_ctr_base .ant_btn {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 3%;
    }

}

.sub_set_elem .toggle-switch {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
    padding-left: 55px;
    min-height: 26px;
}


.sub_set_elem .toggle-switch .toggle-input {
    display: none;
}


.sub_set_elem .toggle-switch .toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 26px;
    background-color: #E5E8F5;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
    cursor: pointer;
}

.sub_set_elem .toggle-switch .toggle-label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}


.sub_set_elem .toggle-switch .toggle-input:checked + .toggle-label {
    background-color: #6FCF97;
}

.sub_set_elem .toggle-switch .toggle-input:checked + .toggle-label::before {
    transform: translateX(18px);
}

.sub_set_elem .toggle-label-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
    cursor: pointer;
}

.sub_set_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 25px;

}

.smp_head_text a {
    color: #2468AC;
}

.smp_head_text a:hover {
    text-decoration: underline;
}

.smp_head_text {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.fix-cabinet-nav.cabinet-nav-wrapper {
    margin-bottom: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; /* Толщина скроллбара в Firefox */
    scrollbar-color: rgba(229, 232, 245, 0.4) transparent; /* Цвет скроллбара в Firefox */
}

.fix-cabinet-nav .cabinet-nav {
    display: flex;
    gap: 8px;
    padding-bottom: 8px;
}

.fix-cabinet-nav .cabinet-nav-item {
    padding: 4px 8px;
    background: rgba(229, 232, 245, 0.4);
    border-radius: 2px;
    line-height: 24px;
    position: relative;
    white-space: nowrap;
    flex-shrink: 0; /* Предотвращаем сжатие элементов */
    margin: unset;
}

.fix-cabinet-nav .cabinet-nav-item.active {
    color: #fff;
    background-color: #EB292F;
    text-decoration: none;
}

/* Стили для скроллбара в WebKit-браузерах (Chrome, Safari) */
.fix-cabinet-nav.cabinet-nav-wrapper::-webkit-scrollbar {
    height: 8px; /* Высота скроллбара */
}

.fix-cabinet-nav.cabinet-nav-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(229, 232, 245, 0.4); /* Цвет ползунка */
    border-radius: 4px; /* Скругление ползунка */
}

.fix-cabinet-nav.cabinet-nav-wrapper::-webkit-scrollbar-track {
    background-color: transparent; /* Цвет фона скроллбара */
}

.profile_notify {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0px;
}

.notify_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 548px;
    position: absolute;
    background-color: #FA4F4F;
    padding: 16px 28px;
    z-index: 15;
    top: 0;
    right: 0;
    box-shadow: 0px 6px 16px 0px #0B1B5526;

}

.notify_block .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
}

.notify_block .closer {
}

.notify_block .icon {
    display: inline-block;
    background-image: url(/local/templates/main_new/images/lk_icons/ico_notify_closer.svg);
    width: 16px;
    height: 16px;
    margin: unset;
}

@media (max-width: 1023px) {
    .notify_block {
        width: unset;
        max-width: unset;
        left: 25px;
        right: 25px;
        top: 25px;
        margin: auto;
        z-index: 1001;
        position: fixed;
        padding: 15px;
        padding-right: 40px;
    }

    .notify_block .closer {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

.country_selector_reg .select2.select2-container {
    width: 100% !important;
}

.birthday .select2-container--default .select2-selection--single .select2-selection__rendered,
.month .select2-container--default .select2-selection--single .select2-selection__rendered,
.country_selector_reg .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 24px 0 0px;
}

.city_suggestion_reg .suggestions-addon[data-addon-type="clear"] {
    left: unset !important;
    top: -27px !important;
    height: 13px !important;
    width: 13px !important;
    right: 16px;
    background-image: url(/local/templates/main_new/images/icons/ico_segg_closer.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.yur_first {
    margin-top: 15px;
}

.yur_first .form-row h3 {
    margin-bottom: 20px;
}

.person-menu {
    width: 279px;
    padding: 0px;
}

.person-menu-line {
    margin: 8px 0px;
}

.person-menu-item {
    padding: 8px 20px;
}

.ul_block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
    padding: 8px 20px;
    padding-bottom: 0;
    padding-top: 15px;
}

.ul_block .ul_type {
    display: inline-block;
    width: 100%;
    color: #828282;
    font-size: 14px;
}

.ul_block .ul_name {
    display: inline-block;
    width: 100%;
    color: #EB292F;
}

.ul_contr_block *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ul_contr_block {
    padding-top: 6px;
    padding-bottom: 5px;
}

.ul_contr_block .ul_contr_title {
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 5px;
}

.ul_contr_block .ul_contr_list {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 178px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: 5px;
}

body .ul_contr_list::-webkit-scrollbar {
    width: 5px;
    margin-right:5px;
}
body .ul_contr_list::-webkit-scrollbar-track {
    background: transparent;
}
body .ul_contr_list::-webkit-scrollbar-thumb {
    background-color: #EB292F;
}


.ul_contr_block .ul_c_el:hover .el_l_name{color: #EB292F;}
.ul_contr_block .ul_c_el {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8px 20px;
    padding-right: 5px;
    text-decoration: none;
}

.ul_c_el.select_c_profile{
    background-color: rgba(229, 232, 245, 0.4);
}

.ul_contr_block .ul_col {}

.ul_contr_block .ul_c_col_l {
}

.ul_contr_block .ul_c_col_r {
}

.ul_contr_block .ul_c_col_r .icon {
    background-image: url("/local/templates/main_new/images/lk_icons/ico_ul_c_arrow.svg");
    display: inline-block;
    width: 16px;
    height: 12px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ul_contr_block .el_l_name {
}

.ul_contr_block .el_l_id {
    color: #828282;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
.mob-nav__ul li:first-of-type a{
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 12px;
}
.mb_contragent_block{}
.mb_cntr_section{}
.mb_contragent_block .ul_contr_block{}
.mb_contragent_block .ul_contr_block .ul_contr_title {
    font-size: 20px;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.mb_contragent_block .ul_contr_block .ul_c_el{padding-left:0;}
.mb_contragent_block .ul_contr_block .ul_contr_list .ul_c_el{
    padding-left:16px;
}
.mb_contragent_block .ul_contr_block .ul_contr_list{
    margin-left: -16px;
    width: calc(100% + 32px);
}

.mb_contragent_block .ul_contr_block .ul_c_el {
    align-items: flex-end;
}

.mob-header{z-index:100;}
#feedback-popup.popup-feedback-mod .grecaptcha-badge{opacity: 0; display: none !important;}
#feedback-popup.popup-feedback-mod{
    position: fixed;
    width:100%;
    max-width: 640px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: auto;
}
#feedback-popup .form{margin-bottom:10px;
    max-width: unset;
    padding-top: 0;
}

#feedback-popup .md-col-row .md-col{
    max-width:275px;
}
@media (max-width: 640px) {
    #feedback-popup.popup {
        left: 10px;
        position: fixed;
        top: 10px;
        right: 10px;
        width: auto;
        min-width: auto;
        bottom: 10px;
        border-radius: 4px;
        height: auto;
        z-index: 200;
        overflow: hidden;
        padding: 10px;
        transform: unset;
    }
    #feedback-popup .md-col-row .md-col{
        max-width:100%;
    }
}
@media (max-width: 480px) {

    #feedback-popup .form-bottom .send-feedback-form-in-footer-btn {
        width:100%;
    }
    #feedback-popup .form-bottom {
        margin: unset;
        border-top: unset;
        padding: unset;
    }
    #feedback-popup .form {
        margin-bottom: 0px;
    }
}

/* End */
/* /local/templates/main_new/css/normalize.css?17079224846138 */
/* /local/templates/main_new/css/select2.min.css?170792248414966 */
/* /local/templates/main_new/css/datepicker.min.css?170792248412257 */
/* /local/templates/main_new/css/perfect-scrollbar.css?17079224842598 */
/* /local/templates/main_new/css/style.css?1750840982108048 */
/* /local/templates/main_new/css/media.css?174006330137226 */
/* /local/templates/main_new/css/swiper.min.css?170792248413677 */
/* /local/templates/main_new/css/dobrotsen.min.css?1750854365107076 */
/* /local/templates/main_new/css/brand-our.css?17399796113716 */
/* /local/templates/main_new/css/cooking-recipe.css?17079224842071 */
/* /local/templates/main_new/css/ingredients-recipes.css?17079224843514 */
/* /local/templates/main_new/css/recipes.css?17079224841652 */
/* /local/templates/main_new/css/recipes-detail.css?17079224843697 */
/* /local/templates/main_new/css/steps-recipes.css?17079224841289 */
/* /local/templates/main_new/css/main-page.css?170792248414176 */
/* /local/templates/main_new/css/vacancies.css?174359748139663 */
/* /local/templates/main/css/switchery.min.css?1707922484682 */
/* /local/templates/.default/components/bitrix/search.title/header_search/style.min.css?17079224843445 */
/* /local/templates/.default/components/bitrix/form/feedback/bitrix/form.result.new/.default/style.css?1748498525533 */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?1707922484130 */
/* /local/templates/.default/components/bitrix/system.auth.forgotpasswd/.default/style.css?1742569929169 */
/* /local/templates/main_new/styles.css?17416806522150 */
/* /local/templates/main_new/template_styles.css?175085433196216 */
