@font-face {
  font-family: monospace;
  font-style: italic;
  font-weight: 400;
  src: local("Menlo Italic"), local(Menlo-Italic), local("Consolas Italic"),
    local(Consolas-Italic), local("Courier New Italic");
}

@font-face {
  font-family: monospace;
  font-style: italic;
  font-weight: 700;
  src: local("Menlo Bold Italic"), local(Menlo-BoldItalic), local(Monaco),
    local("Consolas Bold Italic"), local(Consolas-BoldItalic),
    local("Courier New Bold Italic");
}

@font-face {
  font-family: monospace;
  font-style: normal;
  font-weight: 400;
  src: local("Menlo Regular"), local(Menlo-Regular), local(Monaco),
    local(Consolas), local("Courier New");
}

@font-face {
  font-family: monospace;
  font-style: normal;
  font-weight: 700;
  src: local("Menlo Bold"), local(Menlo-Bold), local(Monaco),
    local("Consolas Bold"), local(Consolas-Bold), local("Courier New Bold");
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

:root {
  --v-rhytm: 7px;
  --v-rhytm-x2: calc(7px * 2);
  --v-rhytm-x2: calc(var(--v-rhytm) * 2);
  --v-rhytm-x3: calc(7px * 3);
  --v-rhytm-x3: calc(var(--v-rhytm) * 3);
  --v-rhytm-x4: calc(7px * 4);
  --v-rhytm-x4: calc(var(--v-rhytm) * 4);
  --v-rhytm-x5: calc(7px * 5);
  --v-rhytm-x5: calc(var(--v-rhytm) * 5);
  --v-rhytm-x6: calc(7px * 6);
  --v-rhytm-x6: calc(var(--v-rhytm) * 6);

  --color-black: #363636;
  --color-orange: #f6871f;
  --color-orange-hover: #fea30e;
  --color-red: #d50301;
  --color-yellow: #ffc40c;
  --color-blue: #007bbd;
  --color-blue-hover: #017fbf;
  --color-gray: #bbb;
  --color-gray-light: #eee;
  --color-gray-white: #f5f5f5;
  --color-green: #0e9284;
  --color-green-light: #47b47b;
  --color-xod-background: #303030;

  --font-size-s: 0.75rem;
  --font-size-m: 0.875rem;
  --font-size-l: 1rem;
  --font-size-xl: 1.5rem;
  --font-size-xxl: 2rem;

  --line-height-s: calc(7px * 2);

  --line-height-s: var(--v-rhytm-x2);
  --line-height-m: calc(7px * 3);
  --line-height-m: var(--v-rhytm-x3);
  --line-height-l: calc(7px * 3);
  --line-height-l: var(--v-rhytm-x3);
  --line-height-xl: calc(7px * 4);
  --line-height-xl: var(--v-rhytm-x4);
  --line-height-xxl: calc(7px * 5);
  --line-height-xxl: var(--v-rhytm-x5);

  --wrapper-padding-s: calc(7px * 3);

  --wrapper-padding-s: var(--v-rhytm-x3);
  --wrapper-padding-m: calc(7px * 5);
  --wrapper-padding-m: var(--v-rhytm-x5);
  --wrapper-padding-l: calc(7px * 6);
  --wrapper-padding-l: var(--v-rhytm-x6);

  /* --wrapper-width-mobile: 430px;
    --wrapper-width-tablet: 860px; */
  --wrapper-max-width-l: 1490px;

  --nav-header-vertical-padding-s: calc(calc(7px * 3) / 3);

  --nav-header-vertical-padding-s: calc(var(--wrapper-padding-s) / 3);
  --nav-header-vertical-padding-m: calc(calc(7px * 5) / 3.5);
  --nav-header-vertical-padding-m: calc(var(--wrapper-padding-m) / 3.5);

  /* general puspose forms’ text inputs, selects, single-line controls */
  --input-height: calc(7px * 5);
  --input-height: var(--v-rhytm-x5);
  --input-line-height: calc(7px * 3);
  --input-line-height: var(--line-height-l);
  --input-v-padding: calc((calc(7px * 5) - calc(7px * 3)) / 2);
  --input-v-padding: calc((var(--input-height) - var(--input-line-height)) / 2);

  --search-form-input-height: calc(7px * 6);

  --search-form-input-height: var(--v-rhytm-x6);
  --search-form-input-line-height: calc(7px * 3);
  --search-form-input-line-height: var(--line-height-l);
  --search-form-input-v-padding: calc(
    (calc(7px * 6) - calc(7px * 3)) / 2
  );
  --search-form-input-v-padding: calc(
    (var(--search-form-input-height) - var(--search-form-input-line-height)) / 2
  );

  --sticky-sidebar-top: 40px;
  --header-expanded-sticky-sidebar-top: 286px;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-size: var(--font-size-m);
  min-height: 100vh;
  min-width: 320px
}

@media (min-width: 321px) {

body {
    /**
     * Простой фикс бага с 100vw и появляющимся скроллбаром.
     *
     * До мобильного вида шапки сайт всегда адаптируется
     * под вариант без горизонтального скролла.
     *
     * На мобильном варианте шапки (например меньше 320px)
     * горизонтальный скролл может появляться.
     */
    overflow-x: hidden
}
  }

a {
  text-decoration: none;
}

[data-theme~="black"] {
  background-color: #363636;
  background-color: var(--color-black);
}

[data-theme~="gray"] {
  background-color: #eee;
  background-color: var(--color-gray-light);
}

body > .container {
  flex-grow: 1;
}

.wrapper {
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 767px) {

.wrapper {
    padding: 0 calc(7px * 3);
    padding: 0 var(--wrapper-padding-s)
}
  }

@media (min-width: 768px) and (max-width: 1280px) {

.wrapper {
    padding: 0 calc(7px * 5);
    padding: 0 var(--wrapper-padding-m)
}
  }

@media (min-width: 1281px) {

.wrapper {
    max-width: 1490px;
    max-width: var(--wrapper-max-width-l);
    padding: 0 calc(7px * 6);
    padding: 0 var(--wrapper-padding-l)
}
  }

[data-template="search"] > .container,
  [data-template="search"] > .container > .wrapper,
  [data-template="page_404"] > .container,
  [data-template="page_404"] > .container > .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

.navigation-anchor {
  height: 0;
  position: absolute
}

@media (max-width: 1280px) {

.navigation-anchor {
    margin-top: -75px
}
  }

@media (min-width: 1281px) {

.navigation-anchor {
    margin-top: -96px
}
  }

/* svg в качестве background используются только для лоадера спрайта */

.icon_404 {
  background: url(../snippets/sprite.svg.liquid#svg_404);
}

.icon_add-to-cart {
  background: url(../snippets/sprite.svg.liquid#svg_add-to-cart);
}

.icon_amperka-icon {
  background: url(../snippets/sprite.svg.liquid#svg_amperka-icon);
}

.icon_amperka-logo_en {
  background: url(../snippets/sprite.svg.liquid#svg_amperka-logo_en);
}

.icon_amperka-logo_ru {
  background: url(../snippets/sprite.svg.liquid#svg_amperka-logo_ru);
}

.icon_amperka-search {
  background: url(../snippets/sprite.svg.liquid#svg_amperka-search);
}

.icon_arrow_down {
  background: url(../snippets/sprite.svg.liquid#svg_arrow_down);
}

.icon_arrow_right {
  background: url(../snippets/sprite.svg.liquid#svg_arrow_right);
}

.icon_battery_0 {
  background: url(../snippets/sprite.svg.liquid#svg_battery_0);
}

.icon_battery_25 {
  background: url(../snippets/sprite.svg.liquid#svg_battery_25);
}

.icon_battery_50 {
  background: url(../snippets/sprite.svg.liquid#svg_battery_50);
}

.icon_battery_75 {
  background: url(../snippets/sprite.svg.liquid#svg_battery_75);
}

.icon_battery_100 {
  background: url(../snippets/sprite.svg.liquid#svg_battery_100);
}

.icon_call {
  background: url(../snippets/sprite.svg.liquid#svg_call);
}

.icon_card {
  background: url(../snippets/sprite.svg.liquid#svg_card);
}

.icon_cart {
  background: url(../snippets/sprite.svg.liquid#svg_cart);
}

.icon_cash {
  background: url(../snippets/sprite.svg.liquid#svg_cash);
}

.icon_close {
  background: url(../snippets/sprite.svg.liquid#svg_close);
}

.icon_delete {
  background: url(../snippets/sprite.svg.liquid#svg_delete);
}

.icon_delivery {
  background: url(../snippets/sprite.svg.liquid#svg_delivery);
}

.icon_facebook {
  background: url(../snippets/sprite.svg.liquid#svg_facebook);
}

.icon_instagram {
  background: url(../snippets/sprite.svg.liquid#svg_instagram);
}

.icon_youtube {
  background: url(../snippets/sprite.svg.liquid#svg_youtube);
}

.icon_flag {
  background: url(../snippets/sprite.svg.liquid#svg_flag);
}

.icon_menu {
  background: url(../snippets/sprite.svg.liquid#svg_menu);
}

.icon_metro {
  background: url(../snippets/sprite.svg.liquid#svg_metro);
}

.icon_minus {
  background: url(../snippets/sprite.svg.liquid#svg_minus);
}

.icon_next {
  background: url(../snippets/sprite.svg.liquid#svg_next);
}

.icon_pickup {
  background: url(../snippets/sprite.svg.liquid#svg_pickup);
}

.icon_play {
  background: url(../snippets/sprite.svg.liquid#svg_play);
}

.icon_plus {
  background: url(../snippets/sprite.svg.liquid#svg_plus);
}

.icon_previous {
  background: url(../snippets/sprite.svg.liquid#svg_previous);
}

.icon_right_circle {
  background: url(../snippets/sprite.svg.liquid#svg_right_circle);
}

.icon_search {
  background: url(../snippets/sprite.svg.liquid#svg_search);
}

.icon_to-top {
  background: url(../snippets/sprite.svg.liquid#svg_to-top);
}

.icon_twitter {
  background: url(../snippets/sprite.svg.liquid#svg_twitter);
}

.icon_vendor-code {
  background: url(../snippets/sprite.svg.liquid#svg_vendor-code);
}

.icon_vk {
  background: url(../snippets/sprite.svg.liquid#svg_vk);
}

.icon_help {
  background: url(../snippets/sprite.svg.liquid#svg_help);
}

.icon_location {
  background: url(../snippets/sprite.svg.liquid#svg_location);
}

.icon_size_m {
  height: 16px;
  width: 16px;
}

.icon_color_orange {
  fill: #f6871f;
  fill: var(--color-orange);
}

:hover > .icon_color_orange {
  fill: rgb(248, 159, 76);
  fill: rgb(248, 159, 76);
}

:active > .icon_color_orange {
  fill: rgb(197, 108, 25);
  fill: rgb(197, 108, 25);
}

.icon_color_gray {
  fill: #bbb;
  fill: var(--color-gray);
}

:hover > .icon_color_gray {
  fill: rgb(201, 201, 201);
  fill: rgb(201, 201, 201);
}

:active > .icon_color_gray {
  fill: rgb(150, 150, 150);
  fill: rgb(150, 150, 150);
}

/* Страница доставки */

.partner-logo {
  clear: right;
  float: right;
  margin-left: 2em;
  margin-top: 40px;
}

/* Страница оплаты */

.payment-logo {
  clear: right;
  float: right;
  margin-left: 2em;
}

/* Форма обратной связи */

#feedback_form {
  margin-bottom: 2em
}

#feedback_form label {
    display: block;
  }

#feedback_form textarea {
    height: 16em;
    width: 100%;
  }

#feedback_form button[type="submit"] {
    margin-top: 2em;
  }

/* Что такое Arduino */

.side-illustration {
  float: right;
  margin-left: 1em;
}

/* Сервис-центр */

#request-form label,
#request-form label input,
#request-form label textarea {
  display: block;
}

#request-form small {
  color: #bbb;
  color: var(--color-gray);
  display: block;
  font-size: 0.875rem;
  font-size: var(--font-size-m);
  line-height: calc(7px * 3);
  line-height: var(--line-height-m);
}

#request-form button[type="submit"] {
  margin-top: 2em;
}

/* Подтверждение отправки форм */

#thanks, .thanks {
  color: #0e9284;
  color: var(--color-green);
  display: inline-block;
  margin-left: 1em;
}

/* Лендинги Tilda */

#tilda {
  margin-top: calc(-1 * 50px);
  margin-top: calc(-1 * var(--header-l-info-height));
}

.button,
.co-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 4px solid transparent;
  border-radius: 2em;
  box-sizing: border-box;
  color: #363636;
  color: var(--color-black);
  display: inline-block;
  font-size: 1rem;
  font-size: var(--font-size-l);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0.75em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap
}

.button:not(:disabled), .co-button:not(:disabled) {
    cursor: pointer;
  }

.button_compact,
.co-button {
  padding: 0.5em 2.22em
}

@media (max-width: 767px) {

.button_compact,
.co-button {
    padding: 0.5em 3.33em
}
  }

.button_color_yellow {
  background: #ffc40c;
  background: var(--color-yellow);
}

.button_color_orange,
.co-button {
  background: #f6871f;
  background: var(--color-orange);
  color: #fff
}

.button_color_orange:hover, .co-button:hover {
    background: #fea30e;
    background: var(--color-orange-hover);
  }

.button_color_red {
  background: #d50301;
  background: var(--color-red);
  color: #fff;
}

.button_color_gray {
  background: #bbb;
  background: var(--color-gray);
  color: #fff;
}

.button_color_blue {
  background: #007bbd;
  background: var(--color-blue);
  color: #fff;
}

.button_size_l {
  font-size: 1.5rem;
  font-size: var(--font-size-xl);
}

.button:not(:disabled):not(.button_disabled):not(.button_icon):not(.button_transparent):not(.button_color_orange):hover {
  background: #fff;

  border-color: currentColor
}

.button:not(:disabled):not(.button_disabled):not(.button_icon):not(.button_transparent):not(.button_color_orange):hover.button_color_yellow {
    color: #ffc40c;
    color: var(--color-yellow);
  }

.button:not(:disabled):not(.button_disabled):not(.button_icon):not(.button_transparent):not(.button_color_orange):hover.button_color_red {
    color: #d50301;
    color: var(--color-red);
  }

.button:not(:disabled):not(.button_disabled):not(.button_icon):not(.button_transparent):not(.button_color_orange):hover.button_color_blue {
    color: #007bbd;
    color: var(--color-blue);
  }

/* @TODO считать цвета ховера по формуле, а не готовыми значениями */

.button_transparent:not(:disabled):not(.button_disabled):not(.button_icon) {
  background: #fff;
  border-color: currentColor
}

.button_transparent:not(:disabled):not(.button_disabled):not(.button_icon).button_color_orange {
    color: #f6871f;
    color: var(--color-orange)
  }

.button_transparent:not(:disabled):not(.button_disabled):not(.button_icon).button_color_orange:hover {
      color: #fea30e;
      color: var(--color-orange-hover);
    }

.button_transparent:not(:disabled):not(.button_disabled):not(.button_icon).button_color_blue {
    color: #007bbd;
    color: var(--color-blue)
  }

.button_transparent:not(:disabled):not(.button_disabled):not(.button_icon).button_color_blue:hover {
      color: #0c9be7;
    }

.button_icon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.button_icon_input {
  height: 40px;
  width: 40px;
}

.button_icon svg,
.button__icon svg {
  height: 100%;
  width: 100%;
}

.button__icon {
  display: inline-block;
  height: 14px;
  width: 14px;
}

.button__icon svg {
  fill: currentColor;
}

.button_arrow {
  display: inline-flex;
}

.button__text + .button__icon {
  margin-left: 7px;
  margin-left: var(--v-rhytm);
}

.button__icon:first-child {
  margin-right: 7px;
  margin-right: var(--v-rhytm);
}

.button__loader {
  align-items: center;
  background: inherit;
  border-radius: 2em;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.button__loader .loader {
  font-size: 1.67em;
}

.button_loading .button__loader {
  display: flex;
}

.button_square {
  border-radius: 7px;
  border-radius: var(--v-rhytm);
}

.input,
.co-input-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #bbb;
  border: 1px solid var(--color-gray);
  border-radius: 1.25em;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  outline: none;
  padding: 10px 16px
}

.input:focus, .co-input-field:focus {
    border-color: #f6871f;
    border-color: var(--color-orange);
    box-shadow: 0 0 2px #f6871f;
    box-shadow: 0 0 2px var(--color-orange);
  }

.input_narrow {
  max-width: 30em;
}

textarea.input,
textarea.co-input-field {
  height: 120px;
  resize: vertical;
}

.input_icon,
.input_icon + .button_icon_input {
  display: inline-block;
  vertical-align: top;
}

.input_icon + .button_icon_input {
  margin-left: -40px;
}

.input-field {
  display: flex;
  flex-direction: column;
}

.input-field + .input-field,
.input-field + .button {
  margin-top: calc(7px * 3);
  margin-top: var(--v-rhytm-x3);
}

.input-field__label {
  display: block;
  font-size: 1rem;
  font-size: var(--font-size-l);
  font-weight: 400;
  line-height: calc(7px * 3);
  line-height: var(--line-height-l);
  margin: 0 0 10px;
  order: -1;
}

.form__status {
  border: 2px solid #bbb;
  border: 2px solid var(--color-gray);
  border-radius: 20px;
  font-size: 1.5rem;
  font-size: var(--font-size-xl);
  line-height: calc(7px * 4);
  line-height: var(--line-height-xl);
  padding: calc(7px * 2);
  padding: var(--v-rhytm-x2);
}

.form__status_success {
  background-color: #efe;
  border-color: #44bf4e;
  color: #0e9284;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f5f5;
  background: var(--color-gray-white);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' xmlns='http://www.w3.org/2000/svg' fill='%23f6871f'%3E %3Cpath d='M11.54 1.71L6.71 6.54a1 1 0 0 1-.8.27 1 1 0 0 1-.79-.27L.29 1.71A1.004 1.004 0 0 1 1.71.29l4.2 4.21L10.12.29a1.004 1.004 0 0 1 1.42 1.42z'/%3E %3C/svg%3E");
  background-position: right 1em center;
  background-repeat: no-repeat;

  /* custom-properties полифил не умеет в функцию */
  background-size: 12px 8px;
  border: none;
  border-radius: calc(calc(7px * 5) / 2);
  border-radius: calc(var(--input-height) / 2);
  font-size: 1rem;
  font-size: var(--font-size-l);
  line-height: calc(7px * 3);
  line-height: var(--input-line-height);
  margin: 0;

  outline: none;
  padding: calc((calc(7px * 5) - calc(7px * 3)) / 2) 40px calc((calc(7px * 5) - calc(7px * 3)) / 2) 20px;
  padding: var(--input-v-padding) 40px var(--input-v-padding) 20px;
}

.quantity {
  display: inline-block;
  font-size: 1rem;
  font-size: var(--font-size-l);
  line-height: calc(7px * 3);
  line-height: var(--input-line-height);
  position: relative;
}

.quantity__input {
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
  background: #f5f5f5;
  background: var(--color-gray-white);
  border: none;
  border-radius: calc(calc(7px * 5) / 2);
  border-radius: calc(var(--input-height) / 2);
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  height: calc(7px * 5);
  height: var(--input-height);
  line-height: calc(7px * 3);
  line-height: var(--input-line-height);
  margin: 0;
  outline: none;
  padding: calc((calc(7px * 5) - calc(7px * 3)) / 2) 30px;
  padding: var(--input-v-padding) 30px;
  text-align: center;
  width: 100px;
}

.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__button {
  height: calc(7px * 5);
  height: var(--input-height);
  position: absolute;
  top: 0;
  width: 40px;
}

.quantity__button_left {
  left: 0;
}

.quantity__button_right {
  right: 0;
}

.quantity__button .icon {
  height: 12px;
  width: 12px;
}

.quantity_without_controls .quantity__button {
  display: none;
}

.quantity_without_controls .quantity__input {
  background: #fff;
  border: 1px solid #bbb;
  border: 1px solid var(--color-gray);
  border-radius: calc(7px / 2);
  border-radius: calc(var(--v-rhytm) / 2);
  height: 48px;
  padding: calc(7px * 2);
  padding: calc(var(--v-rhytm) * 2);
  text-align: left;
  width: calc(7px * 10);
  width: calc(var(--v-rhytm) * 10);
}

.quantity-switcher__label,
.quantity-switcher__control {
  display: none;
}

.quantity-switcher__label {
  border-bottom: 1px dashed;
  cursor: pointer;
  font-size: 1rem;
  font-size: var(--font-size-l);
  font-weight: 700;
}

.quantity-switcher:not([aria-expanded="true"]) .quantity-switcher__label,
.quantity-switcher[aria-expanded="true"] .quantity-switcher__control {
  display: block;
}

.loader,
.loader:after {
  border-radius: 50%;
  display: inline-block;
  height: 1em;
  width: 1em;
}

.loader {
  -webkit-animation: loader 1.1s infinite linear;
          animation: loader 1.1s infinite linear;
  border: 0.1em solid rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.order-loader[data-order-payment-needed="true"]:not([data-order-paid-with-bank-bill="true"])[data-first-time-loading-page="true"][data-payment-gateway-progress-label]::before {
  align-items: center;
  background: #fff;
  bottom: 0;
  content: attr(data-payment-gateway-progress-label);
  display: flex;
  font-size: 1.5rem;
  font-size: var(--font-size-xl);
  justify-content: center;
  left: 0;
  line-height: calc(7px * 4);
  line-height: var(--line-height-xl);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.order-status [data-for-order-status] {
  display: none;
}

.order-status[data-order-status="new"][data-order-paid="true"]
  [data-for-order-status="new"][data-for-order-paid="true"],
.order-status[data-order-status="new"][data-order-paid="false"]
  [data-for-order-status="new"][data-for-order-paid="false"] {
  display: block;
}

[data-geolocation-selected="msk"]
  [data-geolocation-item]:not([data-geolocation-item~="msk"]),
[data-geolocation-selected="ru"]
  [data-geolocation-item]:not([data-geolocation-item~="ru"]) {
  display: none;
}

.geolocation-select {
  background: none;
  color: #f6871f;
  color: var(--color-orange);
  cursor: pointer;
  height: 1rem;
  height: var(--font-size-l);
  line-height: 1rem;
  line-height: var(--font-size-l);
  padding: 0;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.simple-select {
  color: #f6871f;
  color: var(--color-orange);
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.simple-select select {
  background: none;
  background-image: none;
  bottom: 0;
  cursor: pointer;
  left: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-select__label {
  border-bottom: 1px dashed;
  white-space: nowrap;
}

.contacts__info {
  white-space: nowrap;
}

.contacts__info_address {
  font-style: normal;
}

.contacts a {
  color: inherit;
  text-decoration: underline;
}

.contacts_header {
  color: #bbb;
  color: var(--color-gray)
}

.contacts_header .contacts__item {
    display: flex;
  }

.contacts_header .contacts__city {
    display: none;
  }

@media (min-width: 1201px) {
    .contacts_header .contacts__info:not(:first-child)::before {
      border-left: 1px solid #616161;
      content: "";
      display: inline-block;
      height: calc(7px * 2);
      height: var(--v-rhytm-x2);
      margin: 0 calc(7px * 2);
      margin: 0 var(--v-rhytm-x2);
      vertical-align: middle;
    }
  }

@media (max-width: 1200px) {
    .contacts_header .contacts__item {
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .contacts_header .contacts__info > * {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 3px;
      color: #363636;
      color: var(--color-black);
      display: inline-block;
      margin: 2px;
      padding: 4px 6px;
    }

    .contacts_header .contacts__info_working-hours {
      order: 2;
    }
  }

.contacts_footer .contacts__item {
    display: flex;
    flex-direction: column;
    margin-bottom: calc(7px * 3);
    margin-bottom: var(--v-rhytm-x3);
  }

.contacts_footer .contacts__info_working-hours {
    order: 3;
  }

.contacts_footer .contacts__info {
    display: block;
  }

.data-list + .data-list {
  margin-top: calc(7px * 3);
  margin-top: var(--v-rhytm-x3);
}

.data-list__legend {
  margin-bottom: calc(7px * 2);
  margin-bottom: var(--v-rhytm-x2);
}

.data-list__content-item {
  background: #f5f5f5;
  background: var(--color-gray-white);
  color: #363636;
  color: var(--color-black);
}

.data-list__content-item:first-child {
  border-top-left-radius: 7px;
  border-top-left-radius: var(--v-rhytm);
  border-top-right-radius: 7px;
  border-top-right-radius: var(--v-rhytm);
}

.data-list__content-item:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: var(--v-rhytm);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: var(--v-rhytm);
}

.data-list__content-item:not(:first-child) {
  margin-top: 1px;
}

.data-list-dl {
  display: flex;
  margin: 0;
}

.data-list-dl__dt,
.data-list-dl__dd {
  padding: calc(7px * 2) 7px;
  padding: var(--v-rhytm-x2) var(--v-rhytm);
}

.data-list-dl > :first-child {
  padding-left: calc(7px * 3);
  padding-left: var(--v-rhytm-x3);
}

.data-list-dl > :last-child {
  padding-right: calc(7px * 3);
  padding-right: var(--v-rhytm-x3);
}

.data-list-dl_compact:not(:first-child) .data-list-dl__dt,
.data-list-dl_compact:not(:first-child) .data-list-dl__dd {
  padding-top: 7px;
  padding-top: var(--v-rhytm);
}

.data-list-dl_compact:not(:last-child) .data-list-dl__dt,
.data-list-dl_compact:not(:last-child) .data-list-dl__dd {
  padding-bottom: 7px;
  padding-bottom: var(--v-rhytm);
}

.data-list-dl__dt {
  flex-grow: 1;
}

.data-list-dl__dt a {
  color: inherit;
  text-decoration: underline;
}

.data-list-dl__dd a {
  color: #007bbd;
  color: var(--color-blue);
  text-decoration: underline;
}

.data-list-dl__dt + .data-list-dl__dd {
  margin-left: 0;
  text-align: right;
}

.data-list-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.data-list-values__item:not(:last-child)::after {
  background: #bbb;
  background: var(--color-gray);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 0 6px;
  vertical-align: middle;
  width: 4px;
}

/* Скрываем срок доставки из блока покупки, если товара нет в наличии */

.product-order-form[data-available="false"]
  + div
  > .data-list_product-delivery
  .data-list-values__item[data-delivery-time-for-id] {
  display: none;
}

.data-list_store-availability .data-list__legend,
.data-list_store-availability .data-list-dl__dd {
  color: #bbb;
  color: var(--color-gray);
}

.data-list_store-availability .data-list-dl__dd:not([data-store-value="0"]) {
  color: #0e9284;
  color: var(--color-green);
}

.data-list_store-availability_hidden {
  display: none;
}

@media (max-width: 767px) {
  .data-list_product-delivery {
    margin-top: calc(7px * 5);
    margin-top: var(--v-rhytm-x5);
  }
}

@media (min-width: 1281px) {
  .data-list_product-delivery {
    margin-top: calc(7px * 5);
    margin-top: var(--v-rhytm-x5);
  }
}

:root {
  --help-popover-arrow-size: 10px;
}

.help-popover {
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.help-popover__icon {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  top: -2px;
  width: 16px;
}

.help-popover__icon .icon {
  fill: #bbb;
  fill: var(--color-gray);
}

.help-popover-content {
  background: #fff;
}

.help-popover-content__inner {
  padding: calc(7px * 4) calc(7px * 3);
  padding: var(--v-rhytm-x4) var(--v-rhytm-x3);
}

.help-popover-content__close {
  cursor: pointer;
  position: absolute;
  right: calc(7px * 2);
  right: var(--v-rhytm-x2);
  top: calc(7px * 2);
  top: var(--v-rhytm-x2);
}

.help-popover-content__title {
  font-size: 1rem;
  font-size: var(--font-size-l);
  font-weight: 700;
  line-height: calc(7px * 4);
  line-height: var(--line-height-xl);
  margin-bottom: calc(7px * 3);
  margin-bottom: var(--v-rhytm-x3);
}

@media (min-width: 768px) {
  .help-popover__content {
    display: none;
    z-index: 10;
  }

  .help-popover[aria-expanded="true"] .help-popover__content {
    display: block;
  }

  .help-popover-content {
    border-radius: 2px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, var(--help-popover-arrow-size));
            transform: translate(-50%, var(--help-popover-arrow-size));
    width: 390px;
  }

  .help-popover-content::before {
    border-bottom: 10px solid #fff;
    border-bottom: var(--help-popover-arrow-size) solid #fff;
    border-left: 10px solid transparent;
    border-left: var(--help-popover-arrow-size) solid transparent;
    border-right: 10px solid transparent;
    border-right: var(--help-popover-arrow-size) solid transparent;
    bottom: 100%;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .help-popover-content__close .icon {
    height: 10px;
    width: 10px;
  }
}

@media (max-width: 767px) {
  .help-popover__content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: calc(7px * 3);
    top: var(--v-rhytm-x3);
    /* @TODO Найти правильный вариант анимации с display: block/none */
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
    transition: transform 0.75s, -webkit-transform 0.75s;
    z-index: 110;
  }

  .help-popover[aria-expanded="true"] .help-popover__content {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .help-popover[aria-expanded="true"] .help-popover__icon::before {
    background: rgba(54, 54, 54, 0.9);
    background: rgba(54, 54, 54, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110;
  }

  .help-popover-content__inner {
    max-height: 100%;
    overflow-y: auto;
  }

  .help-popover-content__close .icon {
    height: 16px;
    width: 16px;
  }
}

.footer {
  background-color: #363636;
  background-color: var(--color-black);
  color: #fff;

  font-size: 1rem;

  font-size: var(--font-size-l);
  line-height: 1.67;
}

@media (max-width: 767px) {
  .footer {
    padding: 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .footer {
    padding: calc(7px * 5) 0;
    padding: var(--wrapper-padding-m) 0;
  }
}

@media (min-width: 1281px) {
  .footer {
    padding: calc(7px * 6) 0;
    padding: var(--wrapper-padding-l) 0;
  }
}

.footer__copyright {
  color: #bbb;
  color: var(--color-gray);
}

.footer__insales a {
    color: inherit;
  }

.footer__inner {
  display: flex;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer__inner {
    flex-wrap: wrap;
  }

  .footer__layout {
    width: 100%
  }

    .footer__layout + .footer__layout {
      padding-top: 50px;
    }

  .footer__layout_menu {
    order: -1;
    padding-bottom: 60px;
    padding-top: 0 !important;
  }

  .footer__socials {
    margin-top: 60px;
  }
  .footer__copyright {
    margin-top: 50px;
  }

  .footer__insales {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .footer {
    font-size: 0.875rem;
    font-size: var(--font-size-m);
  }

  .footer__inner {
    justify-content: space-between;
  }

  .footer__socials {
    margin-top: 30px;
  }
  .footer__insales {
    display: none;
  }
}

@media (min-width: 1281px) {
  .footer__inner {
    justify-content: space-between;
  }

  .footer__layout_contacts {
    display: flex;
    justify-content: space-between;
  }
  .footer__contacts {
    margin-right: 40px;
    min-width: 260px;
  }

  .footer__socials {
    margin-top: 40px;
  }

  .footer__copyright {
    max-width: 320px;
  }
}

.nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a.nav__label {
  color: inherit;
  text-decoration: underline;
}

.nav_resources {
  font-size: 1rem;
  font-size: var(--font-size-l);
  line-height: 1rem;
  line-height: var(--font-size-l)
}

.nav_resources .nav__label {
    display: inline-block;
    padding: calc(7px * 3) 0;
    padding: var(--v-rhytm-x3) 0;
  }

.nav_resources a.nav__label {
    color: #007bbd;
    color: var(--color-blue)
  }

.nav_resources a.nav__label:hover {
      color: #017fbf;
      color: var(--color-blue-hover);
    }

@media (max-width: 767px) {

.nav_resources {
    text-align: center
}

    .nav_resources .nav__label {
      padding: calc(7px * 2) 0;
      padding: var(--v-rhytm-x2) 0;
    }
  }

@media (min-width: 768px) and (max-width: 1280px) {

.nav_resources {
    margin: calc(calc(7px * 5) / 4 * -1) auto;
    margin: calc(var(--wrapper-padding-m) / 4 * -1) auto;
    max-width: 85%
}
    .nav_resources .nav__list {
      grid-column-gap: calc(7px * 5);
      -webkit-column-gap: calc(7px * 5);
              column-gap: calc(7px * 5);
      grid-column-gap: var(--wrapper-padding-m);
      -webkit-column-gap: var(--wrapper-padding-m);
              column-gap: var(--wrapper-padding-m);
      -webkit-columns: 2;
              columns: 2;
    }
  }

@media (min-width: 1281px) {

.nav_resources {
    margin: calc(calc(7px * 6) / 4 * -1) auto;
    margin: calc(var(--wrapper-padding-l) / 4 * -1) auto;
    max-width: 85%
}

    .nav_resources .nav__list {
      grid-column-gap: calc(7px * 6);
      -webkit-column-gap: calc(7px * 6);
              column-gap: calc(7px * 6);
      grid-column-gap: var(--wrapper-padding-l);
      -webkit-column-gap: var(--wrapper-padding-l);
              column-gap: var(--wrapper-padding-l);
      -webkit-columns: 3;
              columns: 3;
    }
  }

.nav_section .nav__item {
    display: inline-block;
    margin: 0 20px;
  }

.nav_section a.nav__label {
    color: #007bbd;
    color: var(--color-blue)
  }

.nav_section a.nav__label:hover {
      color: #017fbf;
      color: var(--color-blue-hover);
    }

.nav_tags {
  font-size: 1rem;
  font-size: var(--font-size-l);
  line-height: calc(7px * 3);
  line-height: var(--line-height-l)
}

.nav_tags .nav__item {
    background-color: #eee;
    background-color: var(--color-gray-light);
    border-radius: 7px;
    display: inline-block;
    margin: 0 2px 7px 0;
    margin: 0 2px var(--v-rhytm) 0;
    padding: 7px 0.75em;
    padding: var(--v-rhytm) 0.75em;
  }

.nav_tags .nav__item_active {
    background-color: #d50301;
    background-color: var(--color-red);
    color: #fff;
    font-weight: 500;
  }

.nav_tags .nav__label {
    text-decoration: none;
  }

@media (max-width: 1200px) {
    .nav_header a[href].nav__label:hover {
      background-color: #ffc40c;
      background-color: var(--color-yellow);
      color: #fff;
    }
    .nav_header .nav__label {
      display: block;
      font-size: 1rem;
      font-size: var(--font-size-l);
      line-height: calc(7px * 3);
      line-height: var(--line-height-l);
      text-decoration: none;
    }
        .nav_header > .nav__list > .nav__item > .nav__label {
          text-transform: uppercase;
        }
  }

@media (max-width: 1200px) and (max-width: 767px) {

.nav_header {
    margin-left: calc(calc(7px * 3) * -1);
    margin-left: calc(var(--wrapper-padding-s) * -1)
}

    .nav_header > .nav__list > .nav__item > .nav__label {
      padding: calc(calc(7px * 3) / 3) calc(7px * 3);
      padding: var(--nav-header-vertical-padding-s) var(--wrapper-padding-s);
    }
    .nav_header > .nav__list > .nav__item .nav__item .nav__label {
      padding: calc(calc(7px * 3) / 3)
        calc(calc(7px * 3) * 2);
      padding: var(--nav-header-vertical-padding-s)
        calc(var(--wrapper-padding-s) * 2);
    }
  }

@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1280px) {

.nav_header {
    margin-left: calc(calc(7px * 5) * -1);
    margin-left: calc(var(--wrapper-padding-m) * -1)
}

    .nav_header > .nav__list > .nav__item > .nav__label {
      padding: calc(calc(7px * 5) / 3.5) calc(7px * 5);
      padding: var(--nav-header-vertical-padding-m) var(--wrapper-padding-m);
    }
    .nav_header > .nav__list > .nav__item .nav__item .nav__label {
      padding: calc(calc(7px * 5) / 3.5)
        calc(calc(7px * 5) * 2);
      padding: var(--nav-header-vertical-padding-m)
        calc(var(--wrapper-padding-m) * 2);
    }
  }

@media (min-width: 1201px) {
      .nav_header > .nav__list > .nav__item {
        display: inline-block;
        margin-right: -0.25em
      }

        .nav_header > .nav__list > .nav__item > .nav__label {
          font-size: 16px;
          padding: 0 0.75em;
          text-decoration: none;
          text-transform: uppercase;
        }

        .nav_header > .nav__list > .nav__item:first-child > .nav__label {
          padding-left: 0;
        }
        .nav_header > .nav__list .nav__item_catalog > .nav__label {
          display: none;
        }
        .nav_header > .nav__list .nav__item_catalog + .nav__item > .nav__label {
          padding-left: 0;
        }
  }

@media (min-width: 1201px) {

.nav_catalog {
    font-size: 18px;
    text-align: center
}

    .nav_catalog .nav__list {
      margin: 0 auto;
      max-width: 1120px;
      padding: 5px 0;
    }

    .nav_catalog .nav__item {
      display: inline-block;
    }

    .nav_catalog .nav__label {
      display: inline-block;
      padding: 14px 20px;
      text-decoration: none;
    }
    .nav_catalog a.nav__label[href]:hover {
      color: inherit;
      text-decoration: underline;
    }
  }

@media (max-width: 767px) {

.section {
    padding: calc(7px * 3) 0;
    padding: var(--wrapper-padding-s) 0
}
  }

@media (min-width: 768px) and (max-width: 1280px) {

.section {
    padding: calc(7px * 5) 0;
    padding: var(--wrapper-padding-m) 0
}
  }

@media (min-width: 1281px) {

.section {
    padding: calc(7px * 6) 0;
    padding: var(--wrapper-padding-l) 0
}
  }

.section_slider {
  padding-bottom: 0;
}

.section__title {
  display: block;
  font-size: 2rem;
  font-size: var(--font-size-xxl);
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .section__title {
    margin-bottom: calc(7px * 3);
    margin-bottom: var(--wrapper-padding-s);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .section__title {
    margin-bottom: calc(7px * 5);
    margin-bottom: var(--wrapper-padding-m);
  }
}

@media (min-width: 1281px) {
  .section__title {
    margin-bottom: calc(7px * 6);
    margin-bottom: var(--wrapper-padding-l);
  }
}

[data-theme~="black"] .section__title {
  color: #fff;
}

.section__title a {
  text-decoration: underline;
}

.section__menu {
  text-align: center;
}

@media (max-width: 767px) {
  .section__menu {
    margin: -15px 0 calc(7px * 3);
    margin: -15px 0 var(--wrapper-padding-s);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .section__menu {
    margin: -30px 0 calc(7px * 5);
    margin: -30px 0 var(--wrapper-padding-m);
  }
}

@media (min-width: 1281px) {
  .section__menu {
    margin: -40px 0 calc(7px * 6);
    margin: -40px 0 var(--wrapper-padding-l);
  }
}

.socials__item {
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  width: 48px
}

.socials__item:first-child {
    margin-left: 0 !important;
  }

.socials__item:last-child {
    margin-right: 0 !important;
  }

.socials__item::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

.socials__svg {
  fill: #fff;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}

.socials__item_twitter {
  background: #1da1f2;
}

.socials__item_facebook {
  background: #3b5998;
}

.socials__item_vk {
  background: #45668e;
}

.socials__item_youtube {
  background: #ff0000;
}

.socials__item_instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.socials_size_s .socials__item {
  width: 32px;
}

.socials_size_l .socials__item {
  width: 56px;
}

.socials_header .socials__item {
  margin: 0 3px;
}

.collection__description {
  margin-bottom: calc(7px * 4);
  margin-bottom: var(--v-rhytm-x4);
}

:root {
  --product-add-to-cart-size: 40px;
}

.product {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

[data-theme~="black"] .product {
  color: #fff;
}

.product__image {
  background: #fff;
  border-radius: 7px;
  display: block;
  height: 150px;
  margin: 0 0 25px;

  -o-object-fit: contain;

     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 180px;
}

.product__title {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  font-size: var(--font-size-xl);
  font-weight: 500;
  line-height: calc(7px * 4);
  line-height: var(--line-height-xl);
  margin: 0 0 7px;
  margin: 0 0 var(--v-rhytm);
}

.product__title::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product__title:hover {
  text-decoration: underline;
}

.product__description {
  font-size: 1rem;
  font-size: var(--font-size-l);
  font-weight: 300;
  line-height: calc(7px * 3);
  line-height: var(--line-height-l);
  margin: 0 0 calc(7px * 2);
  margin: 0 0 calc(var(--v-rhytm) * 2);
}

.product__offers {
  margin-top: auto;
}

.product__stock-level > *,
.product__add-to-cart {
  position: relative;
  z-index: 2;
}

.product__stock-level {
  display: block;
  font-size: 12px;
}

.product__stock-level svg {
  height: 12px;
  width: 18px;
}

.product__stock-level img {
  display: block;
}

.product__price {
  display: inline-block;
  font-size: 2rem;
  font-size: var(--font-size-xxl);
  font-weight: 700;
  line-height: calc(7px * 5);
  line-height: var(--line-height-xxl);
  margin-top: calc(40px - calc(7px * 5));
  margin-top: calc(var(--product-add-to-cart-size) - var(--line-height-xxl));
  vertical-align: bottom;
}

.product__add-to-cart-form {
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
}

.product__add-to-cart {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f6871f;
  background: var(--color-orange);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 40px;
  height: var(--product-add-to-cart-size);
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 40px;
  width: var(--product-add-to-cart-size);
}

.product__add-to-cart .icon {
  display: block;
  fill: #f6871f;
  fill: var(--color-orange);
  height: 100%;
  width: 100%;
}

.product__add-to-cart:hover svg {
  fill: rgb(246, 145, 51);
  fill: rgb(246, 145, 51);
}

.product__add-to-cart:active svg {
  fill: rgb(204, 115, 31);
  fill: rgb(204, 115, 31);
}

.product_archived {
  opacity: 0.3
}

.product_archived .product__title {
    text-decoration: line-through;
  }

.product-price__value_current {
  display: block;
}

.product-price__value_old {
  color: #d50301;
  color: var(--color-red);
  font-size: 0.7em;
  font-weight: 400;
  position: relative;
  z-index: -1
}

.product-price__value_old::after {
    border-bottom: 0.075em solid #d50301;
    border-bottom: 0.075em solid var(--color-red);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-10deg) scale(1.2);
            transform: rotate(-10deg) scale(1.2);
    width: 100%;
  }

.slider {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.slider__content {
  margin-bottom: -20px;
  overflow: hidden;
  /* инерция на тач учстроствах */
  -webkit-overflow-scrolling: touch;
  /* скрытыие скроллбара в ИЕ>10 */
  -ms-overflow-style: none;
  overflow-x: auto;
  padding-bottom: 20px;
  /* плавная прокрутка */
  scroll-behavior: smooth
  /* скрытыие скроллбара в браузерах на основе webkit */
}

.slider__content::-webkit-scrollbar {
    display: none;
  }

.slider__inner {
  align-items: stretch;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.slider_short .slider__inner {
  justify-content: center;
}

.slider__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: calc(7px * 8);
  margin-bottom: calc(var(--v-rhytm) * 8);
  max-width: 300px;
  min-width: 300px;
  padding: 0 10px 0 50px;
}

.slider_blog .slider__item {
  max-width: 440px;
  min-width: 440px;
}

.slider__item .product,
.slider__item .article {
  flex-grow: 1;
}

.slider__control {
  background: #bbb;
  cursor: pointer;
  opacity: 0.8;
  padding: 15px 10px;
  position: absolute;
  transition: padding 0.25s
}

@media (max-width: 767px) {

.slider__control {
    display: none
}
  }

@media (min-width: 768px) and (max-width: 1280px), (min-width: 1281px) {

.slider__control {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
}
  }

.slider_short .slider__control {
  display: none;
}

.slider__control:not([data-disabled]):hover {
    background: rgb(248, 159, 76);
    background: rgb(248, 159, 76);
    padding: 15px 15px;
  }

.slider__control:not([data-disabled]):active {
    background: rgb(197, 108, 25);
    background: rgb(197, 108, 25);
  }

/* @TODO правильные цвета через color-mod функцию от серого цвета для hover, active состояний */

.slider__control svg {
  fill: #fff;
  height: 47px;
  height: 40px;
  width: 27px;
  width: 20px;
}

.slider__control[data-disabled] {
  cursor: default;
  opacity: 0.3;
}

.slider__control[data-direction="prev"] {
  border-radius: 0 7px 7px 0;
  left: 0;
}

.slider__control[data-direction="next"] {
  border-radius: 7px 0 0 7px;
  right: 0;
}

.products {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 479px) {

.products > * {
    width: 90%
}
  }

@media (min-width: 480px) and (max-width: 767px) {

.products > * {
    margin-right: 2.5%;
    width: 47.5%
}
  }

@media (min-width: 768px) {

.products > * {
    margin-right: 3%;
    width: 30%
}
  }

@media (max-width: 767px) {
  .products > * {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .products > * {
    margin-bottom: 80px;
  }
}

@media (min-width: 1281px) {
  .products > * {
    margin-bottom: 80px;
  }
}

@media (min-width: 1080px) {

.products_wide > * {
    margin-right: 2%;
    width: 23%
}
  }

@media (min-width: 1460px) {

.products_wide > * {
    max-width: 240px
}
  }

.paging {
  display: flex;
  margin: 0 auto;
}

.paging__item {
  border: 1px solid #ddd;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  padding: 0.78em 1em
}

.paging__item:not(:first-child) {
    margin-left: -1px;
  }

.paging__item_active {
  background-color: #f6871f;
  background-color: var(--color-orange);
  border-color: #f6871f;
  border-color: var(--color-orange);
  color: #fff;
  z-index: 2;
}

a.paging__item:not(.paging__item_active):hover {
  color: #f6871f;
  color: var(--color-orange);
}

.paging__item:first-child {
  border-radius: 7px 0 0 7px;
}

.paging__item:last-child {
  border-radius: 0 7px 7px 0;
}

span.paging__item_next,
span.paging__item_previous {
  opacity: 0.5;
}

.layout {
  display: flex;
}

.layout__paging {
  text-align: center
}

.layout__paging .paging {
    display: inline-flex;
  }

.layout__paging:empty {
    display: none;
  }

@media (max-width: 767px) {
  .layout__paging {
    margin-bottom: calc(7px * 3);
    margin-bottom: var(--wrapper-padding-s);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .layout__paging {
    margin-bottom: calc(7px * 5);
    margin-bottom: var(--wrapper-padding-m);
  }
}

@media (min-width: 1281px) {
  .layout__paging {
    margin-bottom: calc(7px * 6);
    margin-bottom: var(--wrapper-padding-l);
  }
}

@media (max-width: 1280px) {
  .layout {
    flex-wrap: wrap;
  }

  .layout__sidebar,
  .layout__content {
    width: 100%;
  }
    .layout_collection .layout__sidebar {
      order: -1
    }

      .layout_collection .layout__sidebar:not(:empty) {
        margin-bottom: 30px;
      }
}

@media (min-width: 1281px) {
  .layout {
    justify-content: space-between;
  }

  .layout__sidebar {
    width: 30%;
  }
  .layout__content {
    width: 65%;
  }
  .layout_collection .layout__sidebar-content {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    top: var(--sticky-sidebar-top);
    transition: top linear 0.25s;
  }

  .header:target:not([aria-expanded="false"]) + .container .layout_collection .layout__sidebar-content,
  .header[aria-expanded="true"] + .container .layout_collection .layout__sidebar-content {
    top: 286px;
    top: var(--header-expanded-sticky-sidebar-top);
  }
}

.breadcrumbs {
  color: #bbb;
  color: var(--color-gray);
  display: flex;
  font-size: 0.875rem;
  font-size: var(--font-size-m);
  line-height: calc(7px * 3);
  line-height: var(--line-height-m);
  overflow: hidden;
  position: relative;
  white-space: nowrap
}

.breadcrumbs:after {
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(7px * 6);
    width: var(--v-rhytm-x6);
  }

@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: calc(7px * 4);
    margin-bottom: var(--v-rhytm-x4);
  }
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: calc(7px * 5);
    margin-bottom: var(--v-rhytm-x5);
  }
}

@media (min-width: 1201px) {
  .breadcrumbs {
    margin-top: calc(7px * 3);
    margin-top: var(--v-rhytm-x3);
  }
}

.breadcrumbs__item::before {
  content: "\A0/\A0";
}

.breadcrumbs > .breadcrumbs__item:first-child::before {
  content: none;
}

.breadcrumbs__label {
  color: #363636;
  color: var(--color-black);
}

a.breadcrumbs__label {
  color: #007bbd;
  color: var(--color-blue)
}

a.breadcrumbs__label:hover {
    color: #017fbf;
    color: var(--color-blue-hover);
  }

.product-detail__title {
  margin-top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .product-detail__title {
    margin-bottom: calc(7px * 2);
    margin-bottom: var(--v-rhytm-x2);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .product-detail__title {
    margin-bottom: calc(7px * 3);
    margin-bottom: var(--v-rhytm-x3);
  }
}

@media (min-width: 1281px) {
  .product-detail__title {
    margin-bottom: 7px;
    margin-bottom: var(--v-rhytm);
  }
}

.product-detail__description {
  margin-top: 50px;
}

@media (min-width: 1281px) {
  .product-detail__description {
    margin-top: 21px;
  }
}

.product-detail__price {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: bottom;
}

.product-detail-layout__content {
  padding-bottom: 50px;
}

/*
@media (--viewport-to-m) {
  .product-detail-layout__sidebar {
    background: var(--color-black);
    color: #fff;
  }
}

@media (--viewport-s) {
  .product-detail-layout__sidebar {
    margin: 0 calc(var(--wrapper-padding-s) * -1);
    padding: 50px var(--wrapper-padding-s);
  }
}

@media (--viewport-m) {
  .product-detail-layout__sidebar {
    margin: 0 calc(var(--wrapper-padding-m) * -1);
    padding: 60px 80px;
  }
}

@media (--viewport-l) {
  .product-detail-layout {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-detail-layout__content {
    width: 65%;
  }

  .product-detail-layout__sidebar {
    position: sticky;
    top: var(--sticky-sidebar-top);
    transition: top linear 0.25s;
    width: 30%;
  }

  :--header-expanded + .container .product-detail-layout__sidebar {
    top: var(--header-expanded-sticky-sidebar-top);
  }
}

*/

@supports (display: grid) {
  @media (min-width: 1281px) {
    .product-detail-layout {
      display: grid;
      grid-column-gap: 5%;
      grid-template-columns: 65% 30%;
    }

    .product-detail__title {
      grid-column: 2;
    }

    .product-detail-layout__gallery {
      grid-column: 1;
    }

    .product-detail-layout__sidebar {
      grid-column: 2;
      grid-row: 2 / 4;
    }

    .product-detail-layout__content {
      grid-column: 1;
      grid-row: 3;
    }

    .product-detail-layout__sidebar .product-order {
      position: -webkit-sticky;
      position: sticky;
      top: 40px;
      top: var(--sticky-sidebar-top);
      transition: top linear 0.25s;
    }
  }
}

.product-order-state {
  display: none;
}

.product-order-state .form-control + .form-control {
  margin-top: calc(7px * 3);
  margin-top: var(--v-rhytm-x3);
}

.product-order-form[data-available="true"][data-qty-in-cart="0"]
  .product-order-state[data-state="not-in-card"],
.product-order-form[data-available="true"]:not([data-qty-in-cart="0"])
  .product-order-state[data-state="in-card"] {
  display: block;
}

.product-order__price {
  font-size: 2rem;
  font-size: var(--font-size-xxl);
  font-weight: 700;
  line-height: calc(7px * 5);
  line-height: var(--line-height-xxl);
  margin-bottom: calc(7px * 3);
  margin-bottom: var(--v-rhytm-x3);
}

.product-order__variant {
  display: inline-flex;
  margin-bottom: calc(7px * 2);
  margin-bottom: var(--v-rhytm-x2);
  max-width: calc(7px * 37);
  max-width: calc(var(--v-rhytm) * 37)
}

.product-order__variant .option-label {
    display: none;
  }

.product-order__variant select {
    width: 100%;
  }

@media (min-width: 1281px) {
  .product-order__variant {
    margin-top: 7px;
    margin-top: var(--v-rhytm);
  }
}

.product-order-sku {
  color: #bbb;
  color: var(--color-gray);
}

.product-order-stock-level {
  color: #47b47b;
  color: var(--color-green-light);
  font-weight: 700;
  margin-bottom: 7px;
  margin-bottom: var(--v-rhytm);
  margin-top: calc(7px * 5);
  margin-top: var(--v-rhytm-x5);
}

.product-order-stock-level[data-stock-level="0"] {
  color: #d50301;
  color: var(--color-red);
}

@media (max-width: 767px) {
  .product-order-stock-level {
    margin-top: calc(7px * 3);
    margin-top: var(--v-rhytm-x3);
  }
}

.product-order-text-info-list {
  display: flex;
}

@media (max-width: 767px) {
  .product-order-text-info-list {
    margin-top: calc(7px * 6);
    margin-top: var(--v-rhytm-x6);
  }
}

@media (min-width: 1281px) {
  .product-order-text-info-list {
    margin-top: calc(7px * 6);
    margin-top: var(--v-rhytm-x6);
  }
}

.product-order-text-info {
  box-sizing: border-box;
  padding-right: calc(7px * 2);
  padding-right: var(--v-rhytm-x2);
  position: relative;
  width: 50%;
}

.product-order-text-info__title {
  color: #007bbd;
  color: var(--color-blue);
  display: block;
  line-height: calc(7px * 3);
  line-height: var(--line-height-m);
  margin-bottom: 7px;
  margin-bottom: var(--v-rhytm);
}

.product-order-text-info__title::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-order-text-info__title:hover {
  text-decoration: underline;
}

.product-order-text-info__text {
  line-height: calc(7px * 3);
  line-height: var(--line-height-m);
}

.product-order .product-alt-quantity {
  margin-top: calc(7px * 6);
  margin-top: var(--v-rhytm-x6);
}

@media (min-width: 768px) and (max-width: 1280px) {
  .product-order .product-alt-quantity {
    margin-top: calc(7px * 5);
    margin-top: var(--v-rhytm-x5);
  }
}

@media (max-width: 767px) {
  .product-order .product-alt-quantity {
    margin-top: calc(7px * 4);
    margin-top: var(--v-rhytm-x4);
  }
}

.product-order-info {
  list-style-type: none;
  margin: 0 auto;
  max-width: 370px;
  padding: 0;
  text-align: left;
}

.product-order-info__item {
  margin: 10px 0;
}

.product-order-info__item svg {
  display: inline-block;
  fill: currentColor;

  height: 12px;
  margin-right: 4px;
  vertical-align: middle;
  width: 19px;
}

.product-order-info svg,
.product-order-info__label {
  display: inline-block;
  vertical-align: middle;
}

.product-order[data-available="true"] [data-type="add-to-cart"] button[disabled]:not(.button_loading) {
    display: none;
  }

.product-order[data-available="false"] [data-type="add-to-cart"] button:not([disabled]):not(.button_loading) {
    display: none;
  }

.product-order__archived {
  margin-bottom: 30px
}

@media (max-width: 1280px) {

.product-order__archived {
    font-size: 36px;
    font-weight: 500
}
  }

@media (min-width: 1281px) {

.product-order__archived {
    font-size: 18px
}
  }

@media (max-width: 767px) {
  .product-order-info {
    display: flex;
    flex-wrap: wrap;
  }

  .product-order-info__item {
    width: 50%;
  }
}

@media (max-width: 1280px) {
  .product-order {
    margin-top: calc(7px * 6);
    margin-top: var(--v-rhytm-x6);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .product-order {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .product-order__layout {
    width: 48%;
  }
}

.product-alt-quantity {
  border: 1px solid #f6871f;
  border: 1px solid var(--color-orange);
  border-radius: 7px;
  border-radius: var(--v-rhytm);
}

.product-alt-quantity a[href] {
  color: #007bbd;
  color: var(--color-blue);
}

.product-alt-quantity .icon {
  cursor: pointer;
  display: inline-block;
  fill: #bbb;
  fill: var(--color-gray);
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.product-alt-quantity__text {
  box-sizing: border-box;
  line-height: calc(7px * 3);
  line-height: var(--line-height-m);
  padding: calc(7px * 2) calc(7px * 3);
  padding: var(--v-rhytm-x2) var(--v-rhytm-x3);
}

.product-alt-quantity__text_help {
  border-top: 1px dotted #f6871f;
  border-top: 1px dotted var(--color-orange);
  border-top-style: dotted;
  display: none;
}

.product-alt-quantity [data-alt-quantity]::after {
  content: attr(data-alt-quantity);
}

.product-alt-quantity[data-alt-quantity="0"] .product-alt-quantity__exist,
.product-alt-quantity:not([data-alt-quantity="0"])
  .product-alt-quantity__not-exist {
  display: none;
}

.product-alt-quantity[aria-expanded="true"] .product-alt-quantity__text_help,
.product-alt-quantity:target:not([aria-expanded])
  .product-alt-quantity__text_help {
  display: block;
}

.product-alt-quantity[aria-expanded="true"] .icon,
.product-alt-quantity:target:not([aria-expanded]) .icon {
  fill: #000;
}

.stock-level {
  display: inline-block;
  line-height: 1;
}

.stock-level:before,
.stock-level:after {
  display: inline-block;
  vertical-align: middle;
}

.stock-level:before {
  content: "";
  height: 12px;
  margin-right: 4px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 19px;
}

.stock-level:after {
  content: "\A0" attr(title);
}

.stock-level[data-stock-level="0"] {
  color: #bcbcbb
}

.stock-level[data-stock-level="0"]::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='12' xmlns='http://www.w3.org/2000/svg' fill='%23bcbcbb'%3E %3Cpath d='M18 2h-1a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm-3 8H2V2h13v8z'/%3E %3C/svg%3E");
  }

.stock-level[data-stock-level="25"] {
  color: #d42027
}

.stock-level[data-stock-level="25"]::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='12' xmlns='http://www.w3.org/2000/svg' fill='%23d42027'%3E %3Cpath d='M18 2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2h1zm-3 8V2H2v8h13zM3 3h2v6H3V3z'/%3E %3C/svg%3E");
  }

.stock-level[data-stock-level="50"] {
  color: #f68720
}

.stock-level[data-stock-level="50"]::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='12' xmlns='http://www.w3.org/2000/svg' fill='%23f68720'%3E %3Cpath d='M18 2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2h1zm-3 8V2H2v8h13zM3 3h2v6H3V3zm3 0h2v6H6V3z'/%3E %3C/svg%3E");
  }

.stock-level[data-stock-level="75"] {
  color: #91be6d
}

.stock-level[data-stock-level="75"]::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='12' xmlns='http://www.w3.org/2000/svg' fill='%2391be6d'%3E %3Cpath d='M18 2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2h1zm-3 8V2H2v8h13zM3 3h2v6H3V3zm3 0h2v6H6V3zm3 0h2v6H9V3z'/%3E %3C/svg%3E");
  }

.stock-level[data-stock-level="100"] {
  color: #91be6d
}

.stock-level[data-stock-level="100"]::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='12' xmlns='http://www.w3.org/2000/svg' fill='%2391be6d'%3E %3Cpath d='M18 2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2h1zm-3 8V2H2v8h13zM3 3h2v6H3V3zm3 0h2v6H6V3zm3 0h2v6H9V3zm3 0h2v6h-2V3z'/%3E %3C/svg%3E");
  }

.stock-level_only-icon::after {
  display: none;
}

.text {
  font-size: 1rem;
  font-size: var(--font-size-l);
  line-height: calc(7px * 4);
  line-height: var(--line-height-xl)
}

.text p,
  .text ol,
  .text ul {
    margin: calc(7px * 2) 0 0;
    margin: var(--v-rhytm-x2) 0 0
  }

.text p:first-child, .text ol:first-child, .text ul:first-child {
      margin-top: 0;
    }

.text p img, .text ol img, .text ul img {
      max-width: 100%;
    }

.text h1 {
    font-size: 2rem;
    font-size: var(--font-size-xxl);
    line-height: calc(7px * 5);
    line-height: var(--line-height-xxl);
    margin: calc(7px * 6) 0 calc(7px * 2);
    margin: var(--v-rhytm-x6) 0 var(--v-rhytm-x2);
  }

.text h2 {
    font-size: 1.5rem;
    font-size: var(--font-size-xl);
    line-height: calc(7px * 4);
    line-height: var(--line-height-xl);
    margin: calc(7px * 6) 0 calc(7px * 2);
    margin: var(--v-rhytm-x6) 0 var(--v-rhytm-x2);
  }

.text h3 {
    font-size: 1rem;
    font-size: var(--font-size-l);
    line-height: calc(7px * 3);
    line-height: var(--line-height-l);
    margin: calc(7px * 3) 0 7px;
    margin: var(--v-rhytm-x3) 0 var(--v-rhytm);
  }

.text li + li {
    margin-top: 7px;
    margin-top: var(--v-rhytm);
  }

.text ul,
  .text ol {
    padding-left: 1.8em;
  }

.text ul > li {
    list-style-type: none
  }

.text ul > li:before {
      width: 0.78em;
      height: 0.78em;
      border: 0.22em solid #f6871f;
      border: 0.22em solid var(--color-orange);
      border-radius: 50%;
      box-sizing: border-box;
      float: left;
      margin-top: 0.45em;
      margin-left: -1.8em;
      content: "";
    }

.text ol {
    counter-reset: li;
    list-style: none
  }

.text ol > li {
      counter-increment: li
    }

.text ol > li::before {
        color: #f6871f;
        color: var(--color-orange);
        content: counters(li, ".") ".";
        font-weight: 500;
        float: left;
        margin-left: -1.8em;
        margin-right: 0.7em;
      }

.text sub {
    font-size: 0.67em;
    vertical-align: sub;
  }

.text table {
    border-spacing: 0;

    margin-top: 1.5em;
    width: 100%;
  }

@media (max-width: 767px) {

    .text table {
    margin: 0 calc(calc(7px * 3) * -1);
    margin: 0 calc(var(--wrapper-padding-s) * -1);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {

    .text table {
    margin: 0 calc(calc(7px * 5) * -1);
    margin: 0 calc(var(--wrapper-padding-m) * -1);
  }
}

@media (max-width: 767px) {
    .text table {
    width: calc(calc(7px * 3) * 2 + 100%);
    width: calc(var(--wrapper-padding-s) * 2 + 100%);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .text table {
    width: calc(calc(7px * 5) * 2 + 100%);
    width: calc(var(--wrapper-padding-m) * 2 + 100%);
  }
}

.text tbody tr:nth-child(odd) {
    background: #eee;
  }

.text td,
  .text th {
    line-height: 1.5em;
    padding: 0.5em 0.3em 0.5em 0.3em;
  }

@media (max-width: 767px) {
    .text td:first-child,
  .text th:first-child {
    padding-left: calc(7px * 3);
    padding-left: var(--wrapper-padding-s);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .text td:first-child,
  .text th:first-child {
    padding-left: calc(7px * 5);
    padding-left: var(--wrapper-padding-m);
  }
}

@media (min-width: 1281px) {
    .text td:first-child,
  .text th:first-child {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
    .text td:last-child,
  .text th:last-child {
    padding-right: calc(7px * 3);
    padding-right: var(--wrapper-padding-s);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .text td:last-child,
  .text th:last-child {
    padding-right: calc(7px * 5);
    padding-right: var(--wrapper-padding-m);
  }
}

@media (min-width: 1281px) {
    .text td:last-child,
  .text th:last-child {
    padding-right: 20px;
  }
}

.text a {
    color: #007bbd;
    color: var(--color-blue);
    text-decoration: underline
  }

.text a:hover {
      color: #d50301;
      color: var(--color-red);
    }

.text img.screenshot {
    border-radius: 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
    display: block;
    margin: 20px 0 40px;
    max-width: 100%;
  }

.text figure.bordered {
    border: 1px solid #bbb;
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    margin: calc(7px * 2) 0 0;
    margin: var(--v-rhytm-x2) 0 0;
    padding: calc(7px * 6);
    padding: var(--v-rhytm-x6);
    text-align: center
  }

@media (max-width: 767px) {

.text figure.bordered {
      border: none;
      padding: calc(7px * 2);
      padding: var(--v-rhytm-x2)
  }
    }

.text_small {
  font-size: 0.875rem;
  font-size: var(--font-size-m);
  line-height: calc(7px * 3);
  line-height: var(--line-height-l);
}

h1.text-title {
  font-size: 2rem;
  font-size: var(--font-size-xxl);
  font-weight: 500;
  line-height: calc(7px * 5);
  line-height: var(--line-height-xxl);
  margin: 0 0 calc(7px * 4);
  margin: 0 0 var(--v-rhytm-x4);
}

.gallery {
  overflow: hidden;
  position: relative;
}

.gallery__content {
  flex-grow: 1;
  overflow: hidden;
  position: relative
}

.gallery__content::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }

.gallery__images {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;

  transition: -webkit-transform 0.75s;

  transition: transform 0.75s;

  transition: transform 0.75s, -webkit-transform 0.75s;
  width: 100%;
}

.gallery__item {
  align-items: stretch;
  max-width: 100%;
  min-width: 100%;
  position: relative;
}

.gallery__image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.gallery__video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery__thumbnails {
  display: flex;
  margin-top: 5%;
}

.gallery__thumbnail {
  cursor: pointer;
  flex-grow: 1;
  margin: 0 10px;
  max-width: 100px;
  position: relative
}

.gallery__thumbnail::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }

.gallery__thumbnail .gallery__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery__thumbnail_active {
  cursor: default;
  opacity: 0.3;
}

.gallery__thumbnail_video::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='168' height='168' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23F2B91C' fill-rule='nonzero'%3E %3Cpath d='M84 0C37.608 0 0 37.608 0 84s37.608 84 84 84 84-37.608 84-84A84 84 0 0 0 84 0zm0 151.74c-37.412 0-67.74-30.328-67.74-67.74 0-37.412 30.328-67.74 67.74-67.74 37.412 0 67.74 30.328 67.74 67.74 0 37.412-30.328 67.74-67.74 67.74z'/%3E %3Cpath d='M125 83.548l-60-36.28a2 2 0 0 0-3 1.68v72.56a2 2 0 0 0 3 1.68l60-36.28a2 2 0 0 0 0-3.36z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.gallery__thumbnail_video .gallery__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__thumbnail-link {
  cursor: inherit;
}

.gallery__navigation {
  align-items: center;
  display: flex;
  position: relative;
}

.gallery__control {
  cursor: pointer;
  order: -1;
  padding: 0 18px
}

.gallery__control[data-direction="prev"] {
    margin-right: -54px;
  }

.gallery__control[data-direction="next"] {
    margin-left: -54px;
  }

.gallery__control ~ .gallery__control {
    order: 1;
  }

.gallery__control[data-disabled] {
    visibility: hidden;
  }

/*
 * перекрываем контролами навигации только изображения,
 * а для video такого не делаем, чтобы не мешало контролам плеера
 **/

.gallery[data-gallery-current-type="image"] .gallery__control::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 2;
  }

.gallery[data-gallery-current-type="image"] .gallery__control ~ .gallery__control::before {
    left: 30%;
    width: 70%;
  }

.gallery__control .icon {
  height: 100%;
  position: relative;
  width: 18px;
  z-index: 2;
}

@media (min-width: 1281px) {
  .gallery {
    display: flex;
    flex-direction: row-reverse;
  }
  .gallery__content {
    margin-bottom: 0;
  }
  .gallery__navigation {
    flex-grow: 1;
    margin-left: 20px;
  }
  .gallery__thumbnails {
    display: block;
  }
  .gallery__thumbnail {
    margin: 10px 0;
    width: 70px;
  }
  .gallery__thumbnail_video .gallery__image {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

/* stylelint-disable no-descending-specificity */

.cart-item,
.co-basket_item {
  align-items: stretch;

  border-bottom: 1px solid #bbb;

  border-bottom: 1px solid var(--color-gray);
  display: flex;
  justify-content: space-between;
  position: relative
}

.cart-item:first-child, .co-basket_item:first-child {
    border-top: 1px solid #bbb;
    border-top: 1px solid var(--color-gray)
  }

@media (min-width: 768px) {

.cart-item:first-child, .co-basket_item:first-child {
      margin-top: 30px
  }

      .cart-item:first-child .cart-item__layout::before, .co-basket_item:first-child .cart-item__layout::before {
        bottom: 100%;

        content: attr(title);
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        padding-bottom: 10px;
        position: absolute;
      }

      .cart-item:first-child .cart-item__layout_title::before, .co-basket_item:first-child .cart-item__layout_title::before {
        left: 0;
      }
    }

.co-basket_item {
  align-items: center;
}

.cart-item__content {
  align-items: center;

  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.cart-item__layout,
.co-basket_item-image,
.co-basket_item-description,
.co-basket_item-total {
  padding: 20px 15px;
}

.cart-item__layout_title,
.co-basket_item-description {
  flex-grow: 1;
}

.cart-item__layout_title ~ .cart-item__layout {
    position: relative;
  }

.cart-item__layout_quantity {
  max-width: 165px;
  min-width: 165px;
}

.cart-item__layout_delete {
  padding-left: 0;
}

.cart-item__title,
.co-basket_item-description {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

a.cart-item__title:hover {
    text-decoration: underline;
  }

a.cart-item__title::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

.cart-item__sku {
  color: #bbb;
  color: var(--color-gray);
  font-size: 16px;
}

.cart-item__price {
  white-space: nowrap;
}

.cart-item__image {
  display: block;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100px;
}

.cart-item__delete {
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.co-basket_item-total {
  color: #f6871f;
  color: var(--color-orange);
  font-size: 14px;
  white-space: nowrap;
}

.co-basket_item-count,
.co-basket_item-price {
  color: #363636;
  color: var(--color-black);
  font-size: 16px;
}

@media (max-width: 767px) {
  .cart-item__content {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cart-item__layout_title {
    order: -2;
    width: calc(100% - 60px);
  }

  .cart-item__layout_delete {
    align-self: flex-start;
    order: -1;
  }

  .cart-item__layout_price,
  .cart-item__layout_quantity {
    padding-top: 0;
    /* width: 33.33%;
        box-sizing: border-box; */
  }

  .cart-item__layout_price_total {
    justify-content: flex-end;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .cart-item__layout_title ~ .cart-item__layout {
    align-items: center;
    align-self: stretch;
    display: flex;
    position: relative;
  }

  .cart-item__layout_price_sale {
    max-width: 90px;
    min-width: 90px;
  }

  .cart-item__layout_price_total {
    max-width: 120px;
    min-width: 120px;
  }
}

@media (max-width: 549px) {
  .cart-item__layout_preview,
  .co-basket_item-image {
    padding-right: 0;
  }
  .cart-item__image {
    height: 50px;
    width: 80px;
  }
}

@media (max-width: 500px) {
  /* @TODO оптимизировать под экстремально маленький вариант,
     * чтобы «всего» не перескакивало на след строку
     */
  .cart-item__layout_preview,
  .co-basket_item-image {
    display: none;
  }
}

/* stylelint-disable no-descending-specificity */

.co-basket_cart-link {
  margin: 10px 0 20px
}

.co-basket_cart-link a {
    color: #bbb;
    color: var(--color-gray);
    text-decoration: underline;
  }

.co-basket_total,
.co-basket_subtotal {
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 6px;
}

.co-tabs-content:not(:empty),
.co-basket_subtotal-list,
.co-basket_total {
  margin-bottom: 30px;
}

.co-checkout-block:not(:first-child),
.co-tabs:not(:first-child) {
  margin-top: 30px;
}

@media (min-width: 768px) {

.co-basket_item:first-child {
    margin-top: 0
}
  }

.co-input.not-register {
  display: none;
}

.co-input + .co-input {
  margin-top: 20px;
}

.co-input-label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}

.co-input-notice {
  color: #d50301;
  color: var(--color-red);
  display: none;
  font-size: 16px;
  margin-top: 5px;
}

.co-input--error .co-input-notice {
  display: block;
}

.co-input-field {
  width: 100%;
}

.co-input--error .co-input-field {
  background-color: rgb(251, 230, 230);
  background-color: rgb(251, 230, 230);
  border-color: #d50301;
  border-color: var(--color-red);
  color: #d50301;
  color: var(--color-red);
}

.co-input-description {
  color: #bbb;
  color: var(--color-gray);
  display: block;
  margin-right: 32px;
  font-size: 14px;
  line-height: 1.43
}

.co-input-description a {
    color: #007bbd;
    color: var(--color-blue)
  }

.co-input-description a:hover {
      color: #017fbf;
      color: var(--color-blue-hover);
    }

.co-input-description p:first-child {
      margin-top: 0;
    }

.co-input-description p:last-child {
      margin-bottom: 0;
    }

.co-input-description:not(:empty) {
    margin-top: 5px;
  }

.co-sidebar-toggler,
.co-title--h2 {
  color: #f6871f;
  color: var(--color-orange);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 30px 0 20px;
  text-transform: uppercase;
}

.co-checkout-order_form::before,
.co-sidebar-toggler {
  margin-top: 0;
}

.co-toggable_field {
  align-items: baseline;
  display: flex;

  margin: 30px 0
}

.co-toggable_field > *:not(:last-child) {
    margin-right: 10px;
  }

.co-toggable_field-title {
  display: block;
  font-size: 18px;
}

.co-toggable_field-information {
  flex-grow: 1;
}

.co-toggable_field-price {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.co-toggable_field-input {
  align-self: flex-start;
  height: 20px;
  position: relative
}

.co-toggable_field-input input:not([type="hidden"]) {
    opacity: 0;
    position: absolute;
    visibility: hidden;
  }

.co-toggable_field-input span {
    background-color: #eee;
    background-color: var(--color-gray-light);
    border: 4px solid #eee;
    border: 4px solid var(--color-gray-light);
    box-shadow: 0 0 0 2px #bbb;
    box-shadow: 0 0 0 2px var(--color-gray);

    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    height: 18px;
    line-height: 1;
    margin: 2px;
    width: 18px;
  }

.co-toggable_field-input--checkbox span {
    border-radius: 2px;
  }

.co-toggable_field-input--checkbox input:checked + span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='13' xmlns='http://www.w3.org/2000/svg' fill='%23f6871f'%3E %3Cpath d='M13.29.61a1.508 1.508 0 0 1 2.094-.325c.669.483.816 1.412.328 2.075L8.337 12.39a1.508 1.508 0 0 1-2.25.196L.46 7.229a1.475 1.475 0 0 1-.042-2.1 1.509 1.509 0 0 1 2.12-.041l4.387 4.177L13.29.61z'/%3E %3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

.co-toggable_field-input--radio input:checked + span {
    background: #f6871f;
    background: var(--color-orange);
  }

.co-toggable_field-input--radio span {
    border-radius: 50%;
  }

/* input suggest */

.tt-dropdown-menu {
  background-color: #eee;
  background-color: var(--color-gray-light);
  border-radius: 1.25em;
  border-top: 40px solid transparent;
  display: none;
  left: 0;
  list-style: none;
  margin: -40px 0 0 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0 !important;
  top: 100%;
  z-index: 1050;
}

.tt-dropdown-menu small,
.tt-dropdown-menu .empty-message {
  display: inline-block;
  padding: 0.75rem 1rem;
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-input:focus {
  border-color: #eee;
  border-color: var(--color-gray-light);
  box-shadow: none;
  z-index: 200;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-suggestion,
.tt-footer {
  cursor: pointer;
  display: block;
  padding: 1rem 1rem;
  position: relative;
  transition-duration: 0.3s;
}

.tt-suggestion:last-child {
  margin-bottom: 0;
}

.tt-suggestion.tt-is-under-cursor,
.tt-footer.tt-is-under-cursor {
  background-color: #eee;
  background-color: var(--color-gray-light);
}

.tt-suggestion.tt-cursor,
.tt-footer.tt-cursor {
  background-color: #ffc40c;
  background-color: var(--color-yellow);
}

/* modal window */

.co-modal {
  background-color: #fff;
  border-radius: 7px;
  max-height: 95%;
  max-width: 95%;
  overflow-y: auto;
  position: fixed;
  z-index: 1050;
}

.co-modal-title {
  color: #363636;
  color: var(--color-black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  margin: 0 0 30px;
  text-align: center;
  text-transform: none;
}

.co-modal-wrapper {
  height: 100%;
  padding: 40px 45px 60px;
  position: relative
}

@media (max-width: 767px) {

.co-modal-wrapper {
    padding: 20px 25px 30px
}
  }

.co-modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0
}

.co-modal-close::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' xmlns='http://www.w3.org/2000/svg' fill='%23363636'%3E %3Cpath d='M16.12 14.71L29.41 28 28 29.41 14.71 16.12 1.42 29.41 0 28l13.29-13.29L0 1.41 1.41 0l13.3 13.29L28 0l1.41 1.41z'/%3E %3C/svg%3E") 50% 50%
      no-repeat;
    background-size: contain;
    content: "" !important;
    display: block;
    height: 20px;
    margin: 15px;
    width: 20px;
  }

.co-modal-close:hover::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' xmlns='http://www.w3.org/2000/svg' fill='%23f6871f'%3E %3Cpath d='M16.12 14.71L29.41 28 28 29.41 14.71 16.12 1.42 29.41 0 28l13.29-13.29L0 1.41 1.41 0l13.3 13.29L28 0l1.41 1.41z'/%3E %3C/svg%3E");
  }

.co-modal-login_form .co-input + .co-input {
  margin-bottom: 20px;
}

.co-modal-button {
  vertical-align: middle !important
}

@media (max-width: 767px) {

.co-modal-button {
    width: 100%
}

    .co-modal-button + .co-modal-button {
      margin-top: 20px;
    }
  }

.co-modal--login {
  width: 500px;
}

.co-modal--fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  left: 50%;
  min-width: 320px;
  position: fixed;
  top: 49.9%;
  -webkit-transform: translate(-50.1%, -50%);
          transform: translate(-50.1%, -50%);
}

@media (max-width: 767px) {
  .co-modal--fixed {
    border-radius: 0;
    height: 100%;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
}

.co-modal--hide {
  display: none;
}

.co-overlay {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.co-overlay--show {
  background-color: rgba(51, 51, 51, 0.5);
  display: block;
}

.co-button--password_recover {
  color: #007bbd;
  color: var(--color-blue);

  display: inline-block
}

.co-button--password_recover:hover {
    color: #017fbf;
    color: var(--color-blue-hover);
  }

@media (max-width: 767px) {

.co-button--password_recover {
    margin-top: 20px
}
  }

@media (min-width: 768px) {

.co-button--password_recover {
    margin-left: 20px
}
  }

.not_available,
#deliveries-not-available,
#payments-not-available {
  display: none;
}

.co-sidebar-toggler {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  font-size: 1.2857rem;
  justify-content: space-between;
  outline: none;
  padding: 0;
  transition-duration: 0.3s;
  width: 100%;
}

.co-sidebar-toggler .co-icon:first-child {
  display: none;
}

.co-sidebar-toggler .co-icon:last-child {
  display: inline-block;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  vertical-align: middle
}

.co-sidebar-toggler .co-icon:last-child::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' xmlns='http://www.w3.org/2000/svg' fill='%23f6871f'%3E %3Cpath d='M11.54 1.71L6.71 6.54a1 1 0 0 1-.8.27 1 1 0 0 1-.79-.27L.29 1.71A1.004 1.004 0 0 1 1.71.29l4.2 4.21L10.12.29a1.004 1.004 0 0 1 1.42 1.42z'/%3E %3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
  }

.co-sidebar-toggler--opend .co-icon:last-child {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.co-sidebar-toggler_title {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

.co-sidebar-toggler .co-price--current {
  color: #363636;
  color: var(--color-black);
}

.co-section--checkout_content {
  position: relative;
}

@media (max-width: 767px) {
  .co-sidebar-toggler {
    display: flex;
  }
  .co-sidebar--hidden\@sm {
    display: none;
  }
}

@media (min-width: 768px) {
  .co-section--checkout_order_sided {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

    .co-section--checkout_order_sided > .co-sidebar-wrapper,
    .co-section--checkout_order_sided > .co-checkout-order_form {
      width: 47%;
    }

    .co-section--checkout_order_sided > .co-checkout-order_form {
      order: -2;
    }

    .co-section--checkout_order_sided > .co-sidebar-wrapper {
      order: -1;
    }
  .co-section--checkout_order_sided {

    /* Разработчики сами не знаю для чего этот элемент, скрываем из flex сетки */
  }
    .co-section--checkout_order_sided > #picker-container {
      display: none;
    }
}

/* logged view */

.co-client-name {
  font-size: 1.25rem;
  font-weight: 500;
}

.co-client-logged {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.co-client-info {
  margin-bottom: 1.35rem;
}

.co-client-field {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* pickup popup */

.co-modal--pick_up_modal {
  overflow: hidden
}

@media (min-width: 768px) {

.co-modal--pick_up_modal {
    height: 100vh;
    width: 100vw
}
  }

.co-modal--pick_up_modal .co-modal-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

.co-modal--pick_up_modal .co-modal-body,
  .co-modal--pick_up_modal .co-pick_up-content,
  .co-modal--pick_up_modal .co-pick_up-main_content,
  .co-modal--pick_up_modal .co-pick_up-map {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

.co-modal--pick_up_modal .co-modal-header-container {
    order: 1;
  }

.co-modal--pick_up_modal .co-modal-toolbar {
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    min-height: 3rem;
    order: 2; /* move it before .co-modal-search_container */
  }

.co-modal--pick_up_modal .co-modal-wrapper > .co-modal-search_container {
    order: 3; /* move it after .co-modal-toolbar */
  }

.co-modal--pick_up_modal .co-modal-body {
    order: 100;
    overflow: auto;
  }

.co-modal--pick_up_modal {

  /* unused map/list mode switch */
}

.co-modal--pick_up_modal .co-modal-switch {
    display: none;
  }

.co-modal--pick_up_modal .co-modal-list-icon:before,
  .co-modal--pick_up_modal .co-modal-map-icon:before {
    content: "";
  }

.co-modal--pick_up_modal .co-pick_up-content {
    margin: 0 -45px -60px;
  }

.co-modal--pick_up_modal .co-modal-search_container {
    width: 100%;
  }

.co-modal--pick_up_modal .co-modal-toolbar,
  .co-modal--pick_up_modal .co-modal-mode_switcher,
  .co-modal--pick_up_modal .co-modal-controls {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

.co-modal--pick_up_modal .co-modal-toolbar,
  .co-modal--pick_up_modal .co-modal-mode_switcher,
  .co-modal--pick_up_modal .co-modal-title,
  .co-modal--pick_up_modal .co-modal-controls {
    letter-spacing: normal;
  }

.co-modal--pick_up_modal .co-modal-mode_switcher {
    align-content: flex-end;
    justify-content: center;
    max-height: 2.5rem;
    padding: 0;
  }

.co-modal--pick_up_modal .co-modal-controls {
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

.co-modal--pick_up_modal .co-modal-select-point {
    display: none;
  }

.co-modal--pick_up_modal .co-pick_up-button_box {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 3rem
  }

.co-modal--pick_up_modal .co-pick_up-button_box .co-pick_up-button-details,
    .co-modal--pick_up_modal .co-pick_up-button_box .co-pick_up-button-select {
      font-size: 0.875rem;
      font-size: var(--font-size-m);
    }

.co-modal--pick_up_modal .co-pick_up-button,
  .co-modal--pick_up_modal .co-pick_up-button-for-switcher,
  .co-modal--pick_up_modal .co-pick_up-button-list,
  .co-modal--pick_up_modal .co-pick_up-button-map,
  .co-modal--pick_up_modal .co-pick_up-button-details,
  .co-modal--pick_up_modal .co-pick_up-button-select {
    background-color: #f5f5f5;
    background-color: var(--color-gray-white);
    border: 4px solid transparent;
    border-radius: 2em;
    box-sizing: border-box;
    color: #f6871f;
    color: var(--color-orange);
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-size: var(--font-size-l);
    font-weight: 500;
    line-height: 1;
    margin: 5px;
    min-height: calc(3rem - 26px);
    outline: none;
    padding: 0.75em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
  }

.co-modal--pick_up_modal .co-pick_up-button:hover, .co-modal--pick_up_modal .co-pick_up-button-for-switcher:hover, .co-modal--pick_up_modal .co-pick_up-button-list:hover, .co-modal--pick_up_modal .co-pick_up-button-map:hover, .co-modal--pick_up_modal .co-pick_up-button-details:hover, .co-modal--pick_up_modal .co-pick_up-button-select:hover {
      background-color: #fea30e;
      background-color: var(--color-orange-hover);
      color: #f5f5f5;
      color: var(--color-gray-white);
    }

.co-modal--pick_up_modal .co-pick_up-button-active {
    background-color: #f6871f;
    background-color: var(--color-orange);
    color: #363636;
    color: var(--color-black);
  }

.co-modal--pick_up_modal .co-pick_up-mobile-list_filter,
  .co-modal--pick_up_modal .co-pick_up-desktop-list_filter {
    background-color: #f5f5f5;
    background-color: var(--color-gray-white);
    border: 1px solid #bbb;
    border: 1px solid var(--color-gray);
    border-radius: 1.25em;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    min-width: 350px;
    outline: none;
    padding: 10px 16px;
    width: 100%
  }

.co-modal--pick_up_modal .co-pick_up-mobile-list_filter:focus, .co-modal--pick_up_modal .co-pick_up-desktop-list_filter:focus {
      border-color: #f6871f;
      border-color: var(--color-orange);
      box-shadow: 0 0 2px #f6871f;
      box-shadow: 0 0 2px var(--color-orange);
    }

.co-modal--pick_up_modal .co-pick_up-mobile-list_filter {
    display: none;
    margin-bottom: 1rem
  }

@media (max-width: 767px) {

.co-modal--pick_up_modal .co-pick_up-mobile-list_filter {
      display: flex
  }
    }

.co-modal--pick_up_modal .co-pick_up-desktop-list_filter {
    display: flex
  }

@media (max-width: 767px) {

.co-modal--pick_up_modal .co-pick_up-desktop-list_filter {
      display: none
  }
    }

.co-modal--pick_up_modal .co-pick_up-list_inner {
    display: flex;
    flex-direction: column;
    letter-spacing: normal;
    overflow-y: auto
  }

@media (max-width: 767px) {

.co-modal--pick_up_modal .co-pick_up-list_inner {
      border-bottom: unset
  }
    }

.co-modal--pick_up_modal .co-pick_up-list_inner .co-pick_up-item {
      letter-spacing: normal;
      margin-right: 0.5rem;
      margin-top: 0.5rem;
      padding: 0.5rem;
    }

.co-modal--pick_up_modal .co-pick_up-map {
    /* Исправление бага с балуном "нулевого" размера, если ВПЗ уже выбран */
    /* но балун будет сдвинут по вертикали на свою высоту :( */
  }

.co-modal--pick_up_modal .co-pick_up-map ymaps[class$="balloon__content"] > ymaps {
      height: inherit !important;
      width: inherit !important;
    }

.co-modal--pick_up_modal .co-pick_up-map .co-pick_up-point_inner {
      min-width: 400px;
    }

.co-modal--pick_up_modal .co-pick_up-text_field,
  .co-modal--pick_up_modal .co-pick_up-address_field,
  .co-modal--pick_up_modal .co-pick_up-text_field-compact {
    font-size: 0.875rem;
    font-size: var(--font-size-m);
    letter-spacing: normal;
    margin: 0.25rem;
  }

.co-modal--pick_up_modal .co-pick_up-text_field-compact {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.co-modal--pick_up_modal .co-pick_up-address_field {
    font-size: 0.875rem;
    font-size: var(--font-size-m);
    font-weight: 800;
  }

.co-modal--pick_up_modal {

  .co-modal--pick_up_modal .co-pick_up-price {
    font-size: 1rem;
    font-size: var(--font-size-l);
    font-weight: 800;
  }
}

.co-modal--pick_up_modal .co-modal-outlet_form {
    flex-direction: row;
    justify-content: center;
  }

.co-modal--pick_up_modal .co-pick_up-details-container {
    display: flex;
    flex-direction: column;
    letter-spacing: normal;
    margin: 0.5rem;
    max-width: 768px;
    padding: 0.5rem;
  }

.co-modal--pick_up_modal .co-pick_up-details-field,
  .co-modal--pick_up_modal .co-pick_up-details-field-payment,
  .co-modal--pick_up_modal .co-pick_up-details-field-phone,
  .co-modal--pick_up_modal .co-pick_up-details-field-list,
  .co-modal--pick_up_modal .co-pick_up-details-field-address,
  .co-modal--pick_up_modal .co-pick_up-details-field-price,
  .co-modal--pick_up_modal .co-pick_up-details-field-title {
    font-size: 1rem;
    font-size: var(--font-size-l);
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
  }

.co-modal--pick_up_modal .co-pick_up-details-field-title {
    font-size: 0.75rem;
    font-size: var(--font-size-s);
    font-weight: 800;
    margin-bottom: 0.5rem;
    margin-left: 0rem;
  }

.co-modal--pick_up_modal .co-pick_up-details-field-price {
    color: #f6871f;
    color: var(--color-orange);
    font-size: 2rem;
    font-size: var(--font-size-xxl);
    font-weight: 500;
  }

.co-modal--pick_up_modal .co-pick_up-details-field-address {
    font-size: 1.5rem;
    font-size: var(--font-size-xl);
    font-weight: 800;
  }

.co-modal--pick_up_modal .co-pick_up-details-field-list {
    list-style: none;
    padding: 0;
  }

.co-modal--pick_up_modal .co-pick_up-details-field-phone {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

.co-modal--pick_up_modal .co-pick_up-details-field-payment {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

.co-modal--pick_up_modal .co-pick_up-details-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    letter-spacing: normal;
    min-height: 2rem;
  }

.co-modal--pick_up_modal .co-pick_up-details-title {
    font-size: 1.5rem;
    font-size: var(--font-size-xl);
    font-weight: 800;
  }

.co-pick_up-sidebar {
  display: none;
}

.co-pick_up-list_wrapper {
  display: flex;
  flex-direction: column;
}

.co-pick_up-point {
  background-color: transparent;
  border: none;
  flex: 0 0 auto;
  height: 100%;
}

.co-pick_up-point--bordered {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  transition: box-shadow 0.3s;
}

.co-pick_up-point--bordered:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.co-pick_up-point--selected {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.co-pick_up-point--in_modal {
  box-shadow: none;
  margin: 0 0 1rem;
  padding: 0;
}

.co-pick_up-point--in_modal:hover {
  box-shadow: none;
}

.co-pick_up-point_inner {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin: -0.25rem 0;
  text-align: left;
}

.co-pick_up-point_field {
  flex: 0 0 auto;
  padding: 0.25rem 0;
}

.co-pick_up-point_adress {
  font-size: 0.85em;
}

.co-pick_up-selected_point_caption {
  font-weight: 500;
}

.co-pick_up-selected_point {
  margin: 0 0 20px;
}

.co-pick_up-selected_point_title {
  margin-left: 0.32em;
}

.co-pick_up-selected_point_address {
  margin-left: 0.32em;
}

.co-delivery_method {
  position: relative;
}

.co-delivery_method-delivery-day {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 25px;
}

.co-delivery_method-delivery-outlet {
  color: black;
  font-weight: 300;
}

.co-payment_gateway--unavaliable .co-payment_method-title {
  opacity: 0.3;
}

.client-account {
  margin-left: auto;
  margin-right: auto;
  max-width: 890px;
}

@media (max-width: 767px) {

.client-account__title {
    text-align: center
}
  }

.co-table,
.co-order-information {
  border-spacing: 0;
  display: table;
  width: 100%;
}

.co-order-state {
  background-color: #0e9284;
  background-color: var(--color-green);
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin: 3px 6px;
  padding: 6px 16px;
}

.co-order-state--not_paid {
  background-color: #d50301;
  background-color: var(--color-red);
}

.co-order-information_value .co-price {
  display: inline-block;
  margin-right: 10px;
}

.co-table-row,
.co-order-information_row {
  display: table-row
}

.co-table-row:nth-child(even), .co-order-information_row:nth-child(even) {
    background: #eee;
    background: var(--color-gray-light);
  }

.co-table-cell,
.co-order-information_title,
.co-order-information_value {
  display: table-cell;
  padding: 15px 20px;
  text-align: center
}

.co-table-cell:first-child, .co-order-information_title:first-child, .co-order-information_value:first-child {
    text-align: left;
  }

.co-table-cell:last-child, .co-order-information_title:last-child, .co-order-information_value:last-child {
    text-align: right;
  }

.co-table-cell--head {
  font-weight: 500;
}

.co-table-cell--foot {
  font-size: 1rem;
  font-size: var(--font-size-l);
  font-weight: 500;
  position: relative;
  text-align: left !important;
}

.co-table-cell--foot .co-order_history-total_sum {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.co-order-information_title {
  font-weight: 500;
}

.client-account .co-title--h2 {
  margin: 50px 20px 0;
}

.client-account {
  margin-left: auto;
  margin-right: auto;
  max-width: 890px;
}

@media (max-width: 767px) {

.client-account__title {
    text-align: center
}
  }

.order-wait-call {
  display: none
}

@media (max-width: 767px) {

.order-wait-call {
    flex-flow: column;
    text-align: center
}
  }

@media (min-width: 768px) {

.order-wait-call {
    align-items: center
}
  }

[data-order-status="new"] .order-wait-call {
  display: flex;
}

@media (max-width: 767px) {

.order-wait-call__content {
    margin-top: 20px
}
  }

@media (max-width: 767px) {

.order-wait-call__icon svg {
    height: 140px;
    width: 200px
}
  }

@media (min-width: 768px) {

.order-wait-call__icon svg {
    height: 190px;
    margin-right: 40px;
    width: 270px
}
  }

.order-wait-call__title {
  font-size: 1rem;
  font-size: var(--font-size-l);
  margin: 0 0 20px;
}

.order-wait-call__message {
  font-size: 1rem;
  font-size: var(--font-size-l);
  margin: 0
}

.order-wait-call__message + .order-wait-call__message {
    margin-top: 10px;
  }

/*
 * headerl-l__condensed is a subrange of --header-l which exist to share more
 * horizontal space from the logo to the menu area
 */

:root {
  --header-layout-logo-width: 350px;
  --header-layout-logo-width-condensed: 300px;
  --header-logo-width: 270;
  --header-logo-height: 73;
  /* оригинальные пропорции логотипа в svg */
  --header-logo-ratio: calc(
    270 / 73
  );
  --header-logo-ratio: calc(
    var(--header-logo-width) / var(--header-logo-height)
  );
  --header-portrait-height: 76px;

  --header-l-logo-width: 250px;
  --header-l-logo-height: calc(
    250px / calc(
    270 / 73
  )
  );
  --header-l-logo-height: calc(
    var(--header-l-logo-width) / var(--header-logo-ratio)
  );
  --header-l-logo-small-scale: 0.8;
  --header-l-navigation-height: 90px;
  --header-l-info-height: 50px;
}

.header {
  color: #fff;
  position: relative;
  z-index: 100
}

@media (max-width: 1200px) and (orientation: portrait), (min-width: 1201px) {

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}
  }

.header a {
  color: inherit;
  outline: none
}

.header a[href]:hover {
    color: #ffc40c;
    color: var(--color-yellow);
  }

.header__wrapper {
  margin: 0 auto;
}

@media (min-width: 1281px) {
  .header__wrapper {
    max-width: 1490px;
    max-width: var(--wrapper-max-width-l);
  }
}

@media (max-width: 767px) {
  .header__wrapper {
    padding: 0 calc(7px * 3);
    padding: 0 var(--wrapper-padding-s);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .header__wrapper {
    padding: 0 calc(7px * 5);
    padding: 0 var(--wrapper-padding-m);
  }
}

@media (min-width: 1281px) {
  .header__wrapper {
    padding: 0 calc(7px * 6);
    padding: 0 var(--wrapper-padding-l);
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 320px) {
  .header__inner_main {
    background-color: #363636;
    background-color: var(--color-black);
  }
}

.header__inner_main::before {
    background-color: #363636;
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    left: calc(calc(100vw - 100%) / 2 * -1);
    min-width: 320px;
    position: absolute;
    top: -50px;
    width: 100vw;
    z-index: -1;
  }

@media (min-width: 1201px) {

.header__layout_logo {
    width: 350px;
    width: var(--header-layout-logo-width)
}
  }

@media (min-width: 1201px) and (max-width: 1260px) {

.header__layout_logo {
    width: 300px;
    width: var(--header-layout-logo-width-condensed)
}
  }

.header__layout_cart {
  font-size: 0;
  order: 3;
}

.header__cart {
  display: inline-block;
}

.header__logo {
  display: block;
  position: relative;
  z-index: 2;
}

.header__logo svg {
  height: 100%;
  width: 100%;
}

.header__menu-toggler {
  color: #fff;
  display: inline-block;
  height: 24px;
  width: 30px;
}

.header__menu-toggler:hover {
  color: #ffc40c;
  color: var(--color-yellow);
}

.header:target:not([aria-expanded="false"]) .header__menu-toggler,
.header[aria-expanded="true"] .header__menu-toggler {
  color: #ffc40c;
  color: var(--color-yellow)
}

.header:target:not([aria-expanded="false"]) .header__menu-toggler::before,
.header[aria-expanded="true"] .header__menu-toggler::before {
    background: rgba(54, 54, 54, 0.9);
    background: rgba(54, 54, 54, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }

.header__menu-toggler svg {
  fill: currentColor;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1200px) and (orientation: portrait) {
    .header_compact .header__inner_info {
      margin-top: -108px;
      z-index: -2;
    }
    .header_compact + * {
      margin-top: 76px;
      margin-top: var(--header-portrait-height);
    }
    .header_compact .header__layout_info {
      top: -110px;
    }

    .header_compact .header__info {
      display: flex;
    }
}

@media (max-width: 1200px) {
    body:not([data-template="index"]) .header + * {
      margin-top: 0;
    }
  .header__logo {
    height: calc(180px / calc(
    270 / 73
  ));
    height: calc(180px / var(--header-logo-ratio));
    margin: -22px 0 -10px;
    width: 180px;
  }

  .header__inner {
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .header__inner_main {
    align-items: center;
  }

  .header__inner_info {
    position: relative;
  }

  body:not([data-template="index"]) .header__inner_info {
    display: none;
  }

  .header__nav {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.125);
    color: #363636;
    color: var(--color-black);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
    max-width: 90vw;
    opacity: 0;
    overflow: auto;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: all 0.25s;
    width: 470px;
    z-index: 20;
  }

  .header__info {
    color: #363636;
    color: var(--color-black);
    display: flex;
    justify-content: space-between;
  }

  .header__search {
    order: -1;
  }

  .header__layout {
    padding: 24px 0;
  }

  .header__layout_info {
    flex-grow: 1;

    padding: 12px 0;
    position: absolute;
    top: 0;
    transition: top 0.25s;
    width: 100%;
    z-index: -2;
  }

  .header__layout_nav {
    order: -1;
    position: relative;
  }
      .header:target .header__nav, .header[aria-expanded="true"] .header__nav {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }

    .header[aria-expanded="false"] .header__nav {
      opacity: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }

  .header__catalog-toggler {
    display: none;
  }
    .header__geolocation .icon {
      display: none;
    }

    .header__geolocation .simple-select {
      background: #f6871f;
      background: var(--color-orange);
      border-radius: 2px;
      color: #fff;
      margin: 2px;
      padding: 4px 6px 3px;
    }
}

@media (max-width: 1200px) and (max-width: 767px) {
  .header__search {
    padding: calc(calc(calc(7px * 3) / 3) * 2)
      calc(7px * 3) calc(calc(7px * 3) / 3);
    padding: calc(var(--nav-header-vertical-padding-s) * 2)
      var(--wrapper-padding-s) var(--nav-header-vertical-padding-s);
  }
  .header__socials {
    padding: calc(calc(7px * 3) / 3) calc(7px * 3)
      calc(calc(calc(7px * 3) / 3) * 2);
    padding: var(--nav-header-vertical-padding-s) var(--wrapper-padding-s)
      calc(var(--nav-header-vertical-padding-s) * 2);
  }
}

@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1280px) {
  .header__search {
    padding: calc(calc(calc(7px * 5) / 3.5) * 2)
      calc(7px * 5) calc(calc(7px * 5) / 3.5);
    padding: calc(var(--nav-header-vertical-padding-m) * 2)
      var(--wrapper-padding-m) var(--nav-header-vertical-padding-m);
  }
  .header__socials {
    padding: calc(calc(7px * 5) / 3.5) calc(7px * 5)
      calc(calc(calc(7px * 5) / 3.5) * 2);
    padding: var(--nav-header-vertical-padding-m) var(--wrapper-padding-m)
      calc(var(--nav-header-vertical-padding-m) * 2);
  }
}

@media (min-width: 1201px) {
  .header,
  .header__wrapper,
  .header__inner,
  .header__layout,
  .header__logo {
    transition: all linear 0.25s;
  }

  .header__wrapper {
    margin-top: calc(90px * -1);
    margin-top: calc(var(--header-l-navigation-height) * -1);
  }
    .header:not([aria-expanded="true"])[data-show-contacts="false"] {
      margin-top: 90px;
      margin-top: var(--header-l-navigation-height);
    }

    .header:not([aria-expanded="true"])[data-show-contacts="true"] {
      margin-top: calc(
        90px + 50px
      );
      margin-top: calc(
        var(--header-l-navigation-height) + var(--header-l-info-height)
      );
    }
      .header[aria-expanded="true"][data-show-contacts="false"] .header__wrapper {
        margin-top: 0;
      }
      .header[aria-expanded="true"][data-show-contacts="true"] .header__wrapper {
        margin-top: 50px;
        margin-top: var(--header-l-info-height);
      }

  .header__inner {
    align-items: center;
  }

  .header__inner_main {
    position: relative;
  }

  .header__layout_cart {
    margin-left: 5px;
  }

  .header__layout_nav {
    flex-grow: 1;
    padding: 24px 0;
  }

  .header__menu-toggler {
    display: none;
  }

  .header__geolocation {
    margin-top: -2px; /* counter invisible border, align with info */
  }

  .header__geolocation .icon {
    position: relative;
    top: 2px;
  }
      .header[data-show-contacts="false"] .header__logo {
        height: calc(
          calc(
    250px / calc(
    270 / 73
  )
  ) * 0.8
        );
        height: calc(
          var(--header-l-logo-height) * var(--header-l-logo-small-scale)
        );
        margin-top: -12px;
        width: calc(
          250px * 0.8
        );
        width: calc(
          var(--header-l-logo-width) * var(--header-l-logo-small-scale)
        );
      }
      .header[data-show-contacts="true"] .header__logo {
        height: calc(
    250px / calc(
    270 / 73
  )
  );
        height: var(--header-l-logo-height);
        margin-top: -55px;
        width: 250px;
        width: var(--header-l-logo-width);
      }

  .header__socials,
  .header__info {
    bottom: 90px;
    height: 34px;
    position: absolute;
  }

  .header__socials {
    right: 0;
  }

  .header__info {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    left: 350px;
    left: var(--header-layout-logo-width);
    line-height: 1.28;
    max-width: 720px;
    right: 210px
  }

    @media (min-width: 1201px) and (max-width: 1260px) {

  .header__info {
      left: 300px;
      left: var(--header-layout-logo-width-condensed)
  }
    }

  .header__nav {
    align-items: center;
    display: flex;
  }

  .header__nav-list {
    flex-grow: 1;
  }

  .header__catalog {
    background: #f6871f;
    background: var(--color-orange);
    left: calc(calc(100vw - 100%) / 2 * -1);
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(calc(-100% + 10px));
            transform: translateY(calc(-100% + 10px));
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    width: 100vw;
    z-index: -10;
  }
  .header__catalog-content {
    margin: 0 auto;
  }
}

@media (min-width: 1201px) and (min-width: 1281px) {
    .header__catalog-content {
    max-width: 1490px;
    max-width: var(--wrapper-max-width-l);
  }
}

@media (min-width: 1201px) and (max-width: 767px) {
    .header__catalog-content {
    padding: 0 calc(7px * 3);
    padding: 0 var(--wrapper-padding-s);
  }
}

@media (min-width: 1201px) and (min-width: 768px) and (max-width: 1280px) {
    .header__catalog-content {
    padding: 0 calc(7px * 5);
    padding: 0 var(--wrapper-padding-m);
  }
}

@media (min-width: 1201px) and (min-width: 1281px) {
    .header__catalog-content {
    padding: 0 calc(7px * 6);
    padding: 0 var(--wrapper-padding-l);
  }
}

@media (min-width: 1201px) {
    [data-template="index"]
    .header:not(.header_compact):not([aria-expanded="false"]) .header__catalog,
    .header:target:not([aria-expanded="false"]) .header__catalog,
    .header[aria-expanded="true"] .header__catalog {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }

  .header__catalog-toggler {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px
  }

    .header__catalog-toggler::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='120' height='30' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 0c15 0 24 30 60 30s45-30 60-30H0z' fill='%23F6871F'/%3E %3C/svg%3E");
      background-position: 50% 0%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 30px;
      left: 50%;
      position: absolute;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 120px;
    }
  .header__catalog-toggler svg {
    fill: #fff;
    height: 100%;
    position: relative;
    width: 100%;
  }
}

.notice {
  background: #007bbd;
  color: #fff;
  font-size: 0.875rem;
  font-size: var(--font-size-m);
  line-height: calc(7px * 3);
  line-height: var(--line-height-m);
  padding: 5px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 110
}

.notice > * {
    display: inline-block;
    vertical-align: middle;
  }

.notice__icon .icon {
  fill: currentColor;
  height: 16px;
  margin: 0 6px -3px 0;
  width: 13px;
}

.notice__message {
  overflow: hidden;
}

.notice__message p {
  margin: 0;
}

@media (max-width: 767px) {

.notice_header {
    margin-top: 5px
}
  }

@media (min-width: 768px) {

.notice_header {
    padding-left: 10px;
    width: 45%
}
  }

.search-form__content {
  align-items: center;
  background: #f5f5f5;
  background: var(--color-gray-white);
  border-radius: 6px;
  line-height: 1;
}

.search-form__input,
.search-form__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.search-form__input {
  border-radius: 6px;
  flex-grow: 1;
  font-size: 1rem;
  font-size: var(--font-size-l);
  height: calc(7px * 6);
  height: var(--search-form-input-height);
  line-height: calc(7px * 3);
  line-height: var(--search-form-input-line-height);
  outline: none;
  padding: calc(
    (calc(7px * 6) - calc(7px * 3)) / 2
  ) 50px
    calc(
    (calc(7px * 6) - calc(7px * 3)) / 2
  ) 15px;
  padding: var(--search-form-input-v-padding) 50px
    var(--search-form-input-v-padding) 15px;
  width: 100%;
}

.search-form__submit {
  border-radius: 0 6px 6px 0;
  color: inherit;
  cursor: pointer;
  font-size: 0;
  height: calc(7px * 6);
  height: var(--search-form-input-height);
  margin: 0 0 0 -50px;
  outline: none;
  width: 50px;
}

.search-form__submit svg {
  fill: currentColor;
  height: 30px;
  margin: 5px 10px;
  width: 30px;
}

.search-form[aria-expanded="true"] .search-form__submit {
    background: #ffc40c;
    background: var(--color-yellow);
    color: #fff;
  }

@media (min-width: 1201px) {

.search-form_header {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    width: 50px
}

    .search-form_header .search-form__input,
    .search-form_header .search-form__submit {
      transition: all 0.25s;
    }

    .search-form_header .search-form__content {
      background: rgba(255, 255, 255, 0);
      display: inline-block;
      white-space: nowrap;
    }
      .search-form_header:not([aria-expanded="true"]):hover {
        color: #ffc40c;
        color: var(--color-yellow);
      }

      .search-form_header:not([aria-expanded="true"]) .search-form__input {
        cursor: pointer;
        opacity: 0;
        padding-left: 50px;
        padding-right: 0;
        position: relative;
        width: 50px;
        z-index: 2;
      }
      .search-form_header:not([aria-expanded="true"]) .search-form__submit {
        margin: 0 0 0 -50px;
      }

    .search-form_header[aria-expanded="true"] {
      color: #363636;
      color: var(--color-black)
    }

      .search-form_header[aria-expanded="true"] .search-form__content {
        background: rgba(255, 255, 255, 1);
        position: relative
      }

        .search-form_header[aria-expanded="true"] .search-form__content::before {
          background: linear-gradient(
            to right,
            transparent,
            #363636
          );
          background: linear-gradient(
            to right,
            transparent,
            var(--color-black)
          );
          content: "";
          height: 100%;
          position: absolute;
          right: 100%;
          top: 0;
          width: 40px;
        }
      .search-form_header[aria-expanded="true"] .search-form__input {
        cursor: default;
        max-width: 25vw;
        opacity: 1;
        width: 400px;
      }
  }

.search-form_search-page {
  margin: 0 auto;
  max-width: 500px;
}

@-webkit-keyframes radar-animation-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: scale(20);
            transform: scale(20);
  }
}

@keyframes radar-animation-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: scale(20);
            transform: scale(20);
  }
}

@-webkit-keyframes radar-animation-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: scale(15);
            transform: scale(15);
  }
}

@keyframes radar-animation-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: scale(15);
            transform: scale(15);
  }
}

.cart-widget {
  display: inline-block;
  position: relative;
  /** @TODO в рефакторинге шапки сделать поверх всех элементов шапки */
  z-index: 1000;
}

.cart-widget__icon {
  display: inline-block;
  position: relative;
}

.cart-widget__icon svg {
  fill: currentColor;
  height: 28px;
  position: relative;
  width: 32px;
}

.cart-widget__count {
  background-color: #d50301;
  background-color: var(--color-red);
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;

  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  min-width: 24px;
  padding: 4px 6px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%)
}

.cart-widget__count:empty {
    display: none;
  }

.cart-widget__count::before,
.cart-widget__count::after {
  background-color: #d50301;
  background-color: var(--color-red);
  border-radius: 12px;
  content: "";
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  width: 24px;
  z-index: -1;
}

.cart-widget__count_animate::before {
    -webkit-animation: radar-animation-1 1s 1;
            animation: radar-animation-1 1s 1;
    opacity: 1;
  }

.cart-widget__count_animate::after {
    -webkit-animation: radar-animation-2 1s 1;
            animation: radar-animation-2 1s 1;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    opacity: 0.8;
    transition: 0.4s;
  }

.product-preorder {
  display: inline-flex;
  flex-direction: column;
  margin-top: 7px;
  margin-top: var(--v-rhytm);
}

.product-preorder__input {
  border-radius: 4px;
  margin-bottom: 7px;
  margin-bottom: var(--v-rhytm);
  padding: 0.75em 1em;
}

.product-preorder__message {
  display: none;
  font-size: 16px;
  margin-top: 10px;
  max-width: 250px;
}

.product-preorder[data-status] .product-preorder__message {
  display: block;
}

.product-preorder[data-status="ok"] .product-preorder__message {
  color: #0e9284;
  color: var(--color-green)
}

.product-preorder[data-status="ok"] .product-preorder__message:empty::before {
    content: attr(data-status-ok);
  }

.product-preorder[data-status="error"] .product-preorder__message {
  color: #d50301;
  color: var(--color-red)
}

.product-preorder[data-status="error"] .product-preorder__message:empty::before {
    content: attr(data-status-error);
  }

.search-widget {
  margin: 0 auto;
  max-width: 440px;
  text-align: center

  /* поправка на .header__info */
}

@media (max-width: 1280px) {

.search-widget {
    margin-bottom: 80px
}
  }

.search-widget__icon {
  display: inline-block;
  height: 80px;
  width: 190px;
}

.search-widget__icon svg {
  height: 100%;
  width: 100%;
}

.search-widget__form {
  margin: 0 auto;
  max-width: 300px;
}

.search-widget__text {
  font-size: 1rem;
  font-size: var(--font-size-l);
  line-height: calc(7px * 3);
  line-height: var(--line-height-l)
}

.search-widget__text p {
    margin: 0 0 8px;
  }

.search-widget__title {
  font-size: 2rem;
  font-size: var(--font-size-xxl);
  font-weight: 500;
  line-height: calc(7px * 5);
  line-height: var(--line-height-xxl);
}

.search-widget__title,
.search-widget__text {
  margin: calc(7px * 5) 0;
  margin: var(--v-rhytm-x5) 0;
}

.text-group-navigation {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  line-height: 32px;
  margin-bottom: 40px
}

@media (max-width: 1280px) {

.text-group-navigation {
    display: none
}
  }

@media (min-width: 1281px) {

.text-group-navigation {
    display: block
}
  }

a.text-group-navigation__item {
  color: inherit;
  display: inline-block;
  margin: 0 20px;
  text-decoration: none
}

a.text-group-navigation__item:hover {
    color: #017fbf;
    color: var(--color-blue-hover);
  }

a.text-group-navigation__item:first-child {
    border-bottom: 4px solid;
    color: #f6871f;
    color: var(--color-orange);
    cursor: default;
    margin-left: 0;
  }

a.text-group-navigation__item:last-child {
    margin-right: 0;
  }

.text-group__title {
  font-size: 1.5rem;
  font-size: var(--font-size-xl);
  font-weight: 500;
  line-height: 2rem;
  line-height: var(--font-size-xxl);
}

@media (max-width: 1280px) {
  .text-group__title {
    border-bottom: 1px solid #bbb;
    border-bottom: 1px solid var(--color-gray);
    cursor: pointer;
    padding: calc(7px * 3) 0;
    padding: var(--v-rhytm-x3) 0;
    position: relative
  }

    .text-group__title:after {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' xmlns='http://www.w3.org/2000/svg' fill='%23f6871f'%3E %3Cpath d='M11.54 1.71L6.71 6.54a1 1 0 0 1-.8.27 1 1 0 0 1-.79-.27L.29 1.71A1.004 1.004 0 0 1 1.71.29l4.2 4.21L10.12.29a1.004 1.004 0 0 1 1.42 1.42z'/%3E %3C/svg%3E") 50% 50%
        no-repeat;
      content: "";
      height: 9px;
      position: absolute;
      right: 5px;
      top: calc(50% - 4px);
      width: 16px;
    }
    .text-group[aria-expanded="true"] .text-group__title, :target + .text-group .text-group__title {
      margin-bottom: 20px
    }

      .text-group[aria-expanded="true"] .text-group__title::after, :target + .text-group .text-group__title::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
      }

    .text-group[aria-expanded="true"] .text-group__content, :target + .text-group .text-group__content {
      display: block;
    }
    .text-group[aria-expanded="false"] .text-group__title::after {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }

    .text-group[aria-expanded="false"] .text-group__content {
      display: none;
    }
}

@media (min-width: 1281px) {
  .text-group__title {
    font-weight: 700;
    padding: calc(7px * 6) 0 7px;
    padding: var(--v-rhytm-x6) 0 var(--v-rhytm);
  }

  .text-group-navigation + a + .text-group .text-group__title {
    display: none;
  }
}

.cart-coupon {
  display: inline-block;
  max-width: 100%;
  width: 290px
}

.cart-coupon input {
    width: 100%;
  }

.cart-coupon::after {
    content: attr(data-cart-coupon-message);
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
  }

.cart-coupon[data-cart-coupon-status] input {
      border-color: currentColor;
      color: inherit;
    }

.cart-coupon[data-cart-coupon-status="false"] {
    color: #d50301;
    color: var(--color-red);
  }

.cart-coupon[data-cart-coupon-status="true"] {
    color: #0e9284;
    color: var(--color-green);
  }

.cart-amounts {
  display: table;
  font-size: 18px;
  text-align: right
}

@media (max-width: 767px) {

.cart-amounts {
    margin-left: auto
}
  }

.cart-amounts__item {
  display: table-row;
}

.cart-amounts__label,
.cart-amounts__value {
  display: table-cell;
}

.cart-amounts__label {
  padding: 0 20px 10px;
}

.cart-amounts__value {
  display: inline-block;
  white-space: nowrap;
}

.cart-amounts__item_total .cart-amounts__label {
  text-transform: uppercase;
}

.cart:not(.cart_discounts) .cart-amounts__item_items {
    display: none;
  }

.featured-products {
  overflow: hidden;
  position: relative;
}

.featured-products__content {
  overflow: hidden;
}

.featured-products__inner {
  display: flex;
}

.featured-products__inner_animate {
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.featured-products__inner > * {
  max-width: 100vw;
  min-width: 100vw;
  width: 100vw;
}

.featured-products__navigation-holder {
  height: 0;
  position: relative;
}

.featured-products__navigation {
  bottom: calc(7px * 6);
  bottom: var(--wrapper-padding-l);
  display: flex;
  position: absolute;
  z-index: 2;
}

.featured-products__navigation::before {
  background: rgba(0, 0, 0, 0);
  bottom: -10px;
  content: "";
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}

.featured-products__navigation-item {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  cursor: pointer;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}

.featured-products__navigation-item:hover,
.featured-products__navigation-item[data-active] {
  background-color: rgba(0, 0, 0, 0.5);
}

.featured-product {
  background-position: 60% 80%;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.featured-product__background {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 80%;
     object-position: 60% 80%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

html:not(.loading-lazy)
  .featured-product[data-featured-products-item]:not([data-active]):not(.featured-product_shown)
  .featured-product__background {
  display: none;
}

.featured-product[data-theme="dark"] {
  color: #f2deb8
}

.featured-product[data-theme="dark"] .featured-product__title,
  .featured-product[data-theme="dark"] .featured-product__text {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }

.featured-product[data-theme="light"] {
  color: #000
}

.featured-product[data-theme="light"] .featured-product__title,
  .featured-product[data-theme="light"] .featured-product__text {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }

.featured-product__inner {
  align-items: center;
  display: flex;
  min-height: 500px;
}

.featured-product__content {
  width: 50%;
}

.featured-product__title {
  font-size: 65px;
  line-height: 1;
  margin: 0 0 30px;
}

.featured-product__text {
  font-size: 22px;
  line-height: 1.36;

  margin: 0 0 60px
}

.featured-product__text p:first-child {
      margin-top: 0;
    }

.featured-product__text p:last-child {
      margin-bottom: 0;
    }

.featured-product__link {
  color: inherit;
  text-decoration: none
}

.featured-product__link::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }

.featured-product__button {
  z-index: 3;
}

@media (max-width: 767px) {
  .featured-product__title {
    font-size: 42px;
  }

  .featured-product__text {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .featured-product {
    padding: 75px 0 50px;
  }

  .featured-product__content {
    padding-bottom: 50px;
    width: auto;
  }

  .featured-product__inner {
    flex-direction: column;
    text-align: center;
  }
  .featured-products__navigation {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1201px) {
  .featured-product {
    padding: 150px 0 50px;
  }
}

.footnote {
  align-items: baseline;
  display: flex;
  margin-top: 20px;
}

.footnote__icon {
  margin-right: 5px;
}

.footnote_warning {
  color: #d50301;
  color: var(--color-red);
}

.pager__data-list {
  background: #fff;
  box-shadow: inset 0 0 0 3px #eee;
  box-shadow: inset 0 0 0 3px var(--color-gray-light);
  display: flex;
  flex-wrap: wrap;
}

.pager__title {
  align-items: baseline;
  background: #eee;
  background: var(--color-gray-light);
  display: flex;
  font-weight: 500;
  min-width: 100%;
  order: -1;
  padding: calc(calc(7px * 2) / 2) calc(7px * 2);
  padding: calc(var(--v-rhytm-x2) / 2) var(--v-rhytm-x2);
  position: relative
}

.pager__title:first-of-type {
    padding-top: calc(7px * 2);
    padding-top: var(--v-rhytm-x2);
  }

.pager__title:last-of-type {
    padding-bottom: calc(7px * 2);
    padding-bottom: var(--v-rhytm-x2);
  }

.pager__title:before {
    background-color: #eee;
    background-color: var(--color-gray-light);
    border: 2px solid #eee;
    border: 2px solid var(--color-gray-light);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #bbb;
    box-shadow: 0 0 0 2px var(--color-gray);

    box-sizing: border-box;
    content: "";
    display: inline-block;
    font-size: 12px;
    height: 12px;
    line-height: 1;
    margin: 0 calc(calc(7px * 2) / 2) 0 0;
    margin: 0 calc(var(--v-rhytm-x2) / 2) 0 0;
    width: 12px;
  }

.pager__title-anchor {
  position: absolute;
  top: -50px;
}

/* повышаем специфичность селектора для отмены цвета из `.text a` */

.pager__title .pager__title-link {
  color: #363636;
  color: var(--color-black);
  cursor: pointer
}

.pager__title .pager__title-link:hover {
    color: #363636;
    color: var(--color-black);
  }

.pager__title .pager__title-link:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

.pager__content {
  box-sizing: border-box;
  display: none;
  margin: 0;
  min-width: 100%;
  padding: calc(7px * 2);
  padding: var(--v-rhytm-x2);
  position: relative;
}

.pager__content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.pager__content .codehilite {
  padding: 0;
}

.pager__title_active:before {
    background: #f6871f;
    background: var(--color-orange);
  }

.pager__title_active + .pager__content {
    display: block;
  }

.pager_dark .pager__content {
  background: #303030;
  background: var(--color-xod-background);
}

.form-control {
  align-items: center;
  display: flex;
}

.form-control__item:not(:first-child) {
  margin-left: 7px;
  margin-left: var(--v-rhytm);
}

.form-control__item:not(:last-child) {
  margin-right: 7px;
  margin-right: var(--v-rhytm);
}

.article {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

.article__image {
  display: block;
  width: 100%;
}

.article__preview {
  border-radius: 7px;
  min-width: 365px;
  padding: 15px;
}

.article__preview img {
  background: #fff;
  border-radius: 7px;
  display: block;
  height: 188px;
  margin: 0 0 25px;

  min-width: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.article__title {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  font-size: var(--font-size-xl);
  font-weight: 500;
  line-height: calc(7px * 4);
  line-height: var(--line-height-xl);
  margin: 0 0 7px;
  margin: 0 0 var(--v-rhytm);
}

.article__preview .article__title:hover {
  text-decoration: underline;
}

.article__subtitle {
  font-size: 0.875rem;
  font-size: var(--font-size-m);
  line-height: calc(7px * 3);
  line-height: var(--line-height-m);
  margin-bottom: 7px;
  margin-bottom: var(--v-rhytm);
}

.article__description {
  font-size: 1rem;
  font-size: var(--font-size-l);
  font-weight: 300;
  line-height: calc(7px * 3);
  line-height: var(--line-height-l);
  margin: 0 0 calc(7px * 2);
  margin: 0 0 calc(var(--v-rhytm) * 2);
}

.article .gallery {
  margin-top: 7px;
  margin-top: var(--v-rhytm);
  background-color: #363636;
  background-color: var(--color-black);
}

.article .gallery__thumbnails {
  justify-content: center;
  margin-top: 0;
}

.article .gallery__thumbnail {
  margin: 0 14px;
  max-width: 130px;
}

.article .gallery__content {
  height: 100%;
}

.article .gallery__navigation {
  background-color: #eee;
  background-color: var(--color-gray-light);
}

@media (min-width: 1281px) {
  .article .gallery__thumbnail {
    margin: 14px 0;
    width: 100px;
  }
}

.article .text {
  max-width: 800px;
}

.article .text > hr {
  border: none;
  height: 32px;
  margin: calc(7px * 6) auto;
  margin: var(--v-rhytm-x6) auto;
}

.article .text > hr:after {
  content: "~ ~ ~";
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: var(--color-grey);
  color: var(--color-grey);
  text-align: center;
}

.article .text > img {
  margin-top: 7px;
  margin-top: var(--v-rhytm);
}

.article .text code {
  padding: 2px 4px;
  font-size: 0.75rem;
  font-size: var(--font-size-s);
  line-height: calc(7px * 2);
  line-height: var(--line-height-s);
  background-color: #f5f5f5;
  background-color: var(--color-gray-white);
  border-radius: 4px;
}

.article .text pre > code {
  padding: 0;
  background-color: unset;
}

.article .text pre {
  border: 1px solid #bbb;
  border: 1px solid var(--color-gray);
  padding: 1em;
  border-radius: 4px;
  background-color: #f5f5f5;
  background-color: var(--color-gray-white);
  overflow-x: auto;
}

@media (min-width: 1281px) {
  .article .text img {
    max-width: 1200px;
  }

  .article .text .gallery {
    width: 1200px;
  }

  .article .text .gallery__thumbnails {
    margin-left: calc(7px * 2);
    margin-left: var(--v-rhytm-x2);
  }

  .article .text .gallery__navigation {
    margin-left: calc(7px * 2);
    margin-left: var(--v-rhytm-x2);
  }
}

.article h1 + iframe,
.article__cover-youtube {
  width: 100vw;
  height: 56.25vw; /* 16:9 */
}

.article__youtube {
  margin-top: 7px;
  margin-top: var(--v-rhytm);
}

@media (max-width: 767px) {
  .article h1 + iframe,
  .article__youtube,
  .article__cover-youtube {
    margin-left: calc(calc(7px * 3) * -1);
    margin-left: calc(var(--wrapper-padding-s) * -1);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .article h1 + iframe,
  .article__youtube,
  .article__cover-youtube {
    margin-left: calc(calc(7px * 5) * -1);
    margin-left: calc(var(--wrapper-padding-m) * -1);
  }
}

@media (min-width: 1281px) {
  .article h1 + iframe,
  .article__youtube,
  .article__cover-youtube {
    width: 1200px;
    height: 675px; /* 16:9 */
  }
}

.articles {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 879px) {

.articles > * {
    width: 100%
}
  }

@media (min-width: 880px) {

.articles > * {
    margin-right: 2%;
    width: 48%
}
  }

@media (max-width: 767px) {
  .articles > * {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .articles > * {
    margin-bottom: 80px;
  }
}

@media (min-width: 1281px) {
  .articles > * {
    margin-bottom: 80px;
  }
}

@media (min-width: 1240px) {

.articles_wide > * {
    margin-right: 2%;
    width: 31%
}
  }

@media (min-width: 1460px) {

.articles_wide > * {
    max-width: 460px
}
  }

.cart-empty {
  display: none;
}

.cart_empty {
  display: none
}

.cart_empty + .cart-empty {
    display: block;
  }

.client-account__title,
.cart__title {
  font-size: 2rem;
  font-size: var(--font-size-xxl);
  font-weight: 500;
  line-height: calc(7px * 5);
  line-height: var(--line-height-xxl);
  margin: 0
}

@media (min-width: 768px) {

.client-account__title,
.cart__title {
    text-align: center
}
  }

@media (max-width: 767px) {

  .client-account__title,
.cart__title {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {

  .client-account__title,
.cart__title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1281px) {

  .client-account__title,
.cart__title {
    margin-bottom: 60px;
  }
}

.cart__list {
  padding-top: 1px;
}

.cart__summary {
  margin-top: 40px
}

@media (max-width: 767px) {

.cart__summary {
    text-align: right
}
  }

@media (min-width: 768px) {

.cart__summary {
    align-items: center;
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}
  }

.cart__layout {
  margin-bottom: 40px;
}

@media (max-width: 767px) {

.cart__action {
    text-align: center
}
  }

@media (min-width: 768px) {

.cart__action {
    text-align: right
}
  }

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */

pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */

:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: 700;
}

.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}
