@charset "utf-8";
/* ==========================================================================
    !!!WARNING!!! classes is only BEM: class__sub-class_modificator
    * {
      properties;
      :pseudo-classes;
      media({ mobile,mobile-tablet,tablet,desktop});
    }

    .element{
      *
      &&_mod{
        *
        &_mod-mod{}
      }
      &&_mod-fix{properties;}
      & &__sub-element{
        *
        ...
      }
    }

    /-----------------------------
    .js-disabled класс отключает все события
    .no-js selector{} если отключены скрипты
    .default{} класс для сброса каких-то настроек, которые поверх стандартного отображения
    .js-name{} тригеры для исполнения каких-то событий
    .el-name{} элемент дизайн который может нормально использоваться
    не только в данном контексте
    .ico-name{} если добавляется иконка
    .ext-classname{} класс стилей для extend в другие классы
    .loopНазваниеЦикла - для циклов классов
    -----------------------------/

    Чтобы сделать фиксированной высоты line-height: Значение rem
   ========================================================================== */
/*
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&amp;subset=cyrillic,cyrillic-ext,latin-ext');

! 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.
 */
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;subset=cyrillic,cyrillic-ext,latin-ext');
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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding 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;
}
form {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* VARIABLES */
/* ЦВЕТА */
/* ЦВЕТА */
/* СЕТКИ
  http://gridcalculator.dk/#/320/4/12/12
  http://gridcalculator.dk/#/768/10/10/14
  http://gridcalculator.dk/#/1024/12/10/7
  http://gridcalculator.dk/#/1328/16/16/24
*/
/* MEDIA QUERIES */
@media only screen and (max-width: 0) {
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  outline-color: transparent;
}
a,
.banner-main {
  -webkit-transition: color 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: color 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: color 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: color 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out, box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #202020;
  font-family: 'Open Sans', "Arial", sans-serif;
  font-size: 14px;
  min-width: 1280px;
}
@media (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
a {
  cursor: pointer !important;
  text-decoration: none;
  line-height: 120%;
  color: inherit;
}
a:hover {
  color: #0386f8;
}
a span {
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
a img {
  border: 0;
}
button {
  overflow: visible;
}
input {
  outline: none;
}
input[type="submit"] {
  cursor: pointer;
  outline-color: transparent;
}
input[type="checkbox"]:hover {
  background-color: rgba(228, 228, 228, 0.3);
}
p {
  line-height: 120%;
}
select,
textarea {
  width: 100%;
}
select:disabled {
  border: 1px solid #e4e4e4;
  color: #999999;
}
label {
  position: relative;
}
.form__item label {
  margin-right: 25px;
}
.form_feedback .form__item label {
  margin-right: 10px;
}
label::after {
  /* content: ":"; */
}
label.required::before {
  position: absolute;
  right: -10px;
  color: #fa6405;
  content: "*";
}
.form__item_labeltop label.required::before {
  display: none;
}
.form__checkbox + label,
.form__input + label,
.form__select + label {
  margin-left: 10px;
}
.form__checkbox + label::after,
.form__input + label::after,
.form__select + label::after {
  content: "";
}
label.default::after {
  margin-top: 0;
  content: "";
}
input:required {
  border: 1px solid #e4e4e4;
}
.nav,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
hr {
  border-bottom: 1px solid #e4e4e4;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
b,
strong {
  color: #333333;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::after,
  *::before,
  *::first-letter,
  *::first-line {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    text-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #bx-panel,
  .header,
  .b-breadcrumbs,
  .content__left,
  #go-to-top,
  .cabinet__header,
  .wishlist-lists,
  .recent-variants-wrap,
  .footer,
  .pagination-perpage-container,
  .el-button,
  button,
  .js-slider-default,
  a:not(.item__img):not(frame-image):not(.header__logo),
  input,
  .nav,
  #rate-add,
  .header-info {
    display: none!important;
  }
  .printonly {
    display: block!important;
  }
  .printonly_logo {
    width: 300pt;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .content {
    margin-bottom: 0;
  }
  a[href]:after {
    content: "";
  }
  .tab-content > .tab-pane {
    display: block!important;
    visibility: visible!important;
    margin-bottom: 50px!important;
  }
  .variant__b-img > a {
    display: block!important;
  }
  .product__middle > * {
    width: 33%!important;
    min-width: 33%!important;
  }
  .item__container.item__container_right {
    text-align: left!important;
    float: none!important;
    margin-top: 10px;
  }
  .item__container.item__container_left.variant__item-descr {
    float: none!important;
  }
  .variant__b-buy .b-grid__b:first-child .variant__item-descr {
    width: 50%;
  }
  .variant__item-row {
    margin-bottom: 0;
  }
  .item__descript a {
    display: block!important;
  }
  .wishlist-page .item__container.item__container_articul {
    float: none !important;
    margin: 0 !important;
  }
  .wishlist-page .item__rating {
    display: none !important;
  }
  .catalog-items_list .items .item {
    min-height: 200px !important;
  }
  .catalog-items_list .items .el-plate-container {
    left: 675px !important;
    width: 170px;
  }
}
.printonly {
  display: none;
}
/* ELEMENTS OF DESIGN */
.el-citat {
  position: relative;
  margin: 0;
  line-height: 20px !important;
}
.el-citat + a {
  margin: 11px 0 0;
}
.el-upstairs {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0;
  border-radius: 70px;
  background-color: transparent;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: none;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 6;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
}
.el-upstairs:hover {
  color: inherit;
}
a.el-upstairs {
  text-decoration: none;
}
.el-upstairs.el-upstairs_prim-0 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #fa6405;
  border-color: #fa6405;
}
.el-upstairs.el-upstairs_prim-0:hover {
  color: #202020;
}
.el-upstairs.el-upstairs_prim-0:hover {
  color: #ffffff;
}
.el-upstairs.el-upstairs_prim-0:hover {
  background-color: rgba(250, 100, 5, 0.8);
}
.el-upstairs.el-upstairs_prim-0:disabled {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  color: #797979 !important;
  font-weight: 400;
}
.el-upstairs.el-upstairs_prim-0:disabled.cartridge-choose__submit {
  background-color: #ffffff;
}
.el-upstairs.el-upstairs_prim-0:disabled:hover {
  border: 1px solid #e4e4e4 !important;
  color: #797979;
}
.el-upstairs.el-upstairs_green {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #3edc81;
  border-color: #3edc81;
}
.el-upstairs.el-upstairs_green:hover {
  color: #202020;
}
.el-upstairs.el-upstairs_green:hover {
  color: #ffffff;
}
.el-upstairs.el-upstairs_green:hover {
  background-color: rgba(62, 220, 129, 0.8);
}
.el-upstairs.el-upstairs_scnd-0 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #fa6405;
  border: 1px solid #fa6405;
}
.el-upstairs.el-upstairs_scnd-0:hover {
  color: #202020;
}
.el-upstairs.el-upstairs_scnd-0:hover {
  border-color: rgba(250, 100, 5, 0.8);
  color: rgba(250, 100, 5, 0.8);
}
.el-upstairs.el-upstairs_scnd-1 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  border: 1px solid #e4e4e4;
}
.el-upstairs.el-upstairs_scnd-1:hover {
  color: #202020;
}
.el-upstairs.el-upstairs_scnd-1:hover {
  color: #949494;
  border: 1px solid #c9c9c9;
}
.el-upstairs.el-upstairs_scnd-1 .el-del::before,
.el-upstairs.el-upstairs_scnd-1 .el-del::after {
  width: 4px;
}
.el-upstairs.el-upstairs_scnd-2 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e4e4e4;
}
.el-upstairs.el-upstairs_scnd-2:hover {
  color: #202020;
}
.el-upstairs.el-upstairs_scnd-2:hover {
  border: 1px solid #c9c9c9;
}
.el-upstairs.el-upstairs_border-grey {
  border: 1px solid #e4e4e4 !important;
  border-radius: 6px;
  background-color: #ffffff;
  color: #fa6405;
}
.el-upstairs.el-upstairs_th {
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}
.el-upstairs.el-upstairs_th:hover {
  color: #fa6405;
}
.el-upstairs_tab {
  width: 47px;
  height: 100%;
}
.el-upstairs.el-upstairs_addreview {
  float: right;
  margin-top: 10px;
  width: 100%;
  max-width: 229px;
}
.el-upstairs.el-upstairs_input {
  border: 1px solid #e4e4e4;
  height: 33px;
  padding-left: 25px;
  text-align: left;
  font-weight: 400;
}
.el-upstairs.el-upstairs_input::before {
  background-color: #fa6405;
  height: 100%;
  width: 1px;
  margin-right: 15px;
  left: 0;
  top: 0;
  z-index: 1;
}
.el-upstairs.el-upstairs_input:hover {
  background-color: #f9f9f9;
}
.el-upstairs.el-upstairs_submit {
  font-size: 12px;
}
.el-upstairs.el-upstairs_ico {
  overflow: visible;
  text-transform: lowercase;
  color: #202020;
  font-size: 0;
  border-radius: 0;
}
.el-upstairs.el-upstairs_ico:hover,
.el-upstairs.el-upstairs_ico.active {
  color: #fa6405;
}
.el-upstairs.el-upstairs_ico:hover span:last-child,
.el-upstairs.el-upstairs_ico.active span:last-child {
  border-color: #fa6405;
}
.el-upstairs.el-upstairs_ico.active-all {
  color: #fa6405 !important;
}
.el-upstairs.el-upstairs_ico.active {
  cursor: default;
}
.el-upstairs.el-upstairs_ico span:last-child {
  margin: 0 0 0 9px;
  vertical-align: middle;
  line-height: 0;
  font-size: 12px;
  -webkit-transition: none !important;
  transition: none !important;
}
.el-upstairs.el-upstairs_ico > span,
.el-upstairs.el-upstairs_ico::before {
  vertical-align: middle;
}
.table__td_button .el-upstairs.el-upstairs_ico {
  font-size: 12px;
}
.el-upstairs_link {
  text-decoration: underline;
  color: #999999;
  font-size: 11px;
}
.el-upstairs.el-upstairs_grey {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #f9f9f9;
  height: 36px;
  line-height: 36px;
  color: #aeaeae;
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
}
.el-upstairs.el-upstairs_grey:hover {
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
  color: #202020;
}
.el-upstairs.el-upstairs_grey.el-upstairs.el-upstairs_grey_green {
  color: #56cb08;
}
.el-upstairs.el-upstairs_grey.el-upstairs.el-upstairs_grey_orange {
  border: none;
  background: #fa6405;
  color: #ffffff;
  font-weight: 700;
}
.el-upstairs_greyorange {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  font-weight: 700;
}
.el-upstairs_greyorange:hover {
  border: none;
  background-color: rgba(250, 100, 5, 0.8);
  color: #ffffff;
}
.el-upstairs.el-upstairs_ghost {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.el-upstairs.el-upstairs_ghost2 {
  border-radius: 20px;
  line-height: 25px;
  padding: 0 15px 0 15px;
  text-align: center;
}
.el-upstairs.el-upstairs_ghost2_big {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 14px;
}
.el-upstairs.el-upstairs_ghost2_big::before,
.el-upstairs.el-upstairs_ghost2_big span {
  margin-right: 13px;
}
.el-upstairs.el-upstairs_ghost2#cler_basket > svg {
  zoom: 1.3;
}
.el-upstairs.el-upstairs_ghost2 .el-upstairs__icon {
  margin-right: 7px;
  vertical-align: middle;
}
.el-upstairs.el-upstairs_ghost2 .el-upstairs__icon:last-child {
  margin-right: 0;
}
.el-upstairs__icon path {
  fill: #fa6405;
}
.el-upstairs.el-upstairs_banner-1 {
  font-size: 0;
  background-color: #42b4f2;
  width: 100%;
  max-width: 245px;
  padding: 7px 15px 7px 8px;
  border-radius: 58px;
  color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.el-upstairs.el-upstairs_banner-1:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34901961);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34901961);
}
.el-upstairs.el-upstairs_banner-1 .el-upstairs__icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 15px;
}
.el-upstairs.el-upstairs_banner-1 .el-upstairs__icon::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACeSURBVChTY/j3799qIN79//9/CQYsgAmIfzAyMroAFewHYgWIMBIACrKATAHS/4H0cyClAZVCBUDJfqii90DKBiqMCoCSNVBFn4HYByqMCoASBUD8G4pDoMKoAGhIA8wkqBACgHSBJKAKCqDCEAAUiAFimPEZUGEIAKmG6sK0GyjQDZUEGY3qRSTJ50BsAhVGAKDgcSC+DVSDJQQZGACOra9kIrVS3gAAAABJRU5ErkJggg==");
  background-size: contain;
}
.el-upstairs.el-upstairs_banner-1 .el-upstairs__text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.el-upstairs.el-upstairs_round {
  border-radius: 50%;
  width: 30px;
}
.el-upstairs.el-upstairs_round object,
.el-upstairs.el-upstairs_round svg,
.el-upstairs.el-upstairs_round img,
.el-upstairs.el-upstairs_round [class*="svg-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
}
.el-upstairs.el-upstairs_small-round {
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  font-size: 11px;
}
.el-upstairs.el-upstairs_small-round object,
.el-upstairs.el-upstairs_small-round svg,
.el-upstairs.el-upstairs_small-round img,
.el-upstairs.el-upstairs_small-round [class*="svg-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
}
.el-upstairs.el-upstairs_small-round:hover {
  border-color: #aeaeae;
}
.el-upstairs.el-upstairs_round.share-svg-wrapper {
  width: 28px;
  height: 28px;
}
.el-upstairs.el-upstairs_arrow {
  position: relative;
  padding: 0;
  color: #202020;
}
.el-upstairs.el-upstairs_arrow > span {
  display: block;
  position: relative;
  z-index: 1;
  background-color: inherit;
  height: 100%;
  line-height: 40px;
  padding-right: 14px;
  padding-left: 14px;
}
.el-upstairs.el-upstairs_arrow.el-upstairs.el-upstairs_arrow_border {
  border-color: #fa6405;
  background-color: #ffffff;
  color: #000000;
}
.el-upstairs.el-upstairs_arrow.el-upstairs.el-upstairs_arrow_border::before {
  border: 1px solid #fa6405;
}
.el-upstairs.el-upstairs_arrow::before {
  display: block;
  position: absolute;
  z-index: 0;
  border: 1px solid #e4e4e4;
  background-color: inherit;
  width: 12px;
  height: 12px;
  content: "";
}
.el-upstairs.el-upstairs_arrow_top::before,
.el-upstairs.el-upstairs_arrow_bottom::before {
  left: 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.el-upstairs.el-upstairs_arrow_top::before {
  top: 0;
  margin-top: -6px;
}
.el-upstairs.el-upstairs_arrow_bottom::before {
  bottom: 0;
  margin-bottom: -6px;
}
.el-upstairs.el-upstairs_arrow_right::before,
.el-upstairs.el-upstairs_arrow_left::before {
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.el-upstairs.el-upstairs_arrow_right::before {
  right: 0;
  margin-right: -6px;
}
.el-upstairs.el-upstairs_arrow_left::before {
  left: 0;
  margin-left: -6px;
}
.el-upstairs.el-upstairs_arrow.el-upstairs.el-upstairs_arrow_small span {
  height: 100%;
}
.el-upstairs.el-upstairs_min {
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 15px;
}
.el-upstairs.el-upstairs_big {
  border-radius: 20px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
}
.el-upstairs.el-upstairs_large {
  height: 57px;
  line-height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
}
.el-upstairs.el-upstairs_stretchy {
  width: 100%;
}
.el-upstairs.el-upstairs_uppercase {
  text-transform: uppercase;
}
.el-upstairs:disabled,
.el-upstairs.el-upstairs_disabled,
.el-upstairs.disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #bcbcbc;
  pointer-events: none;
}
.el-upstairs:disabled path,
.el-upstairs.el-upstairs_disabled path,
.el-upstairs.disabled path {
  fill: #999999;
}
.el-upstairs .share-svg {
  display: block;
  width: 12px;
  height: 12px;
  left: -1px;
}
.el-upstairs .heart-svg {
  width: 14px;
  height: 13px;
  color: #c9c9c9;
}
.el-upstairs .heart-svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.3px;
}
.el-upstairs:hover .heart-svg,
.el-upstairs.el-button_ghost2 .heart-svg {
  color: #fa6405;
}
.el-upstairs:hover .heart-svg path,
.el-upstairs.el-button_ghost2 .heart-svg path {
  fill: transparent;
  stroke: currentColor;
}
.el-upstairs.active .heart-svg,
.el-upstairs.active-all .heart-svg {
  color: #fa6405;
}
.el-upstairs.active .heart-svg path,
.el-upstairs.active-all .heart-svg path {
  fill: currentColor;
  stroke: currentColor;
}
.el-upstairs.el-button-small-round .heart-svg {
  top: 1px;
  position: relative;
}
.el-upstairs .print-svg {
  height: 13px;
  width: 13px;
}
.el-upstairs .pictogr-svg {
  height: 12px;
  width: 15px;
}
.el-upstairs::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  -webkit-transition: none;
  transition: none;
}
.el-upstairs::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  -webkit-transition: none;
  transition: none;
}
.el-upstairs_left {
  left: 30px;
}
.el-upstairs::after {
  background-image: url("../img/ico.png");
  background-position: -412px -80px;
  width: 9px;
  height: 17px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-undercontent {
  margin-bottom: 25px;
}
.el-search {
  position: relative;
}
.el-search input[type="search"] {
  border: 1px solid #e4e4e4 !important;
  width: 100% !important;
}
.el-search input[type="submit"] {
  top: 8px;
  right: 21px;
}
.el-input-line {
  background-color: #fa6405;
  height: 100%;
  width: 1px;
  margin-right: 15px;
  left: 0;
  top: 0;
  z-index: 1;
}
.header-underitems {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.header-underitems_big {
  position: relative;
  margin-bottom: 20px;
  display: block;
  margin-top: 58px;
  margin-bottom: 30px;
}
.el-counter {
  white-space: nowrap;
}
.el-counter-input {
  width: 30px;
  border: 1px solid #e4e4e4;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  outline: none;
  text-align: center;
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.item__counter_mini .el-counter-input,
.el-counter_mini .el-counter-input {
  height: 34px;
  width: 34px;
}
.header-info .el-counter-input {
  width: 34px;
  height: 34px;
}
.input-group-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
}
.input-group-btn:first-child button {
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.input-group-btn:last-child button {
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.item__counter_mini .input-group-btn,
.el-counter_mini .input-group-btn {
  width: 34px;
  height: 34px;
}
.el-counter-button {
  cursor: pointer;
  color: #333333;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 23px;
  line-height: 100%;
}
.el-counter-button:hover {
  background-color: #e4e4e4;
}
.el-box-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 5px;
  height: 60px;
  padding-right: 20px;
}
.el-box-border_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.el-box-border_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.el-box-border_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.el-box-border__img {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 15px;
}
.el-radio {
  position: relative;
  cursor: pointer;
}
.el-radio input {
  opacity: 0 !important;
  display: none !important;
  cursor: pointer;
}
.el-radio .no-js input {
  opacity: 1 !important;
}
.el-radio::after {
  display: none;
}
.form__item label .el-radio {
  margin-top: 0;
}
.el-radio__label {
  vertical-align: middle;
  margin-left: 5px;
}
.el-radio__input {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
}
.el-radio__input::after {
  content: "";
  border-radius: 50% !important;
}
.el-radio__input_big {
  width: 25px !important;
  height: 25px !important;
}
.el-radio__input_big::after {
  width: 13px !important;
  height: 13px !important;
}
.el-radio__input_min {
  width: 13px !important;
  height: 13px !important;
  margin-right: 5px;
}
.el-radio__input_min::after {
  width: 6px !important;
  height: 6px !important;
}
input:checked + .el-radio__input::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fa6405;
  pointer-events: none;
  border-color: #fa6405;
}
.el-radio__input + span:not(.el-radio__label) {
  margin-left: 25px;
}
.el-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-checkbox.el-checkbox_left.active,
.el-checkbox.el-checkbox_left {
  position: absolute;
  left: 0;
}
.el-checkbox_big {
  width: 32px;
  height: 32px;
}
.el-checkbox_lola {
  background-color: #ff0000;
}
.el-checkbox_mid {
  width: 20px;
  height: 20px;
}
.el-checkbox:hover {
  border-color: #c9c9c9;
  background-color: #f3f3f3;
}
.el-checkbox.active::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  pointer-events: none;
  border-radius: 2px;
}
.el-checkbox input {
  opacity: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}
.el-checkbox .no-js input {
  opacity: 1 !important;
}
.el-checkbox2-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  clear: both;
  font-size: 0;
}
.el-checkbox2-container + .el-checkbox2-container {
  margin-top: 10px;
}
.el-checkbox2-container:hover {
  color: #0386f8;
}
.el-checkbox2 {
  opacity: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.el-checkbox2 ~ label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 1px;
  cursor: pointer;
}
.el-checkbox2 + label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  border: 2px solid #e4e4e4;
  background-color: #ffffff;
  border-radius: 3px;
  margin-left: 0;
  margin-top: 0;
}
.el-checkbox2:hover + label {
  border-color: #c9c9c9;
  background-color: #f4f4f4;
}
.el-checkbox2:checked + label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 12px;
  height: 10px;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2240%22%20viewBox%3D%220%200%2051%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.580659%2021.2908C0.193553%2020.9037%200%2020.3231%200%2019.936C0%2019.5489%200.193553%2018.9682%200.580659%2018.5811L3.2904%2015.8713C4.06461%2015.0971%205.22593%2015.0971%206.00014%2015.8713L6.1937%2016.0649L16.8391%2027.4845C17.2262%2027.8716%2017.8069%2027.8716%2018.194%2027.4845L44.1301%200.580659H44.3236C45.0978%20-0.193553%2046.2592%20-0.193553%2047.0334%200.580659L49.7431%203.2904C50.5173%204.06461%2050.5173%205.22593%2049.7431%206.00014L18.7746%2038.1299C18.3875%2038.517%2018.0004%2038.7106%2017.4198%2038.7106C16.8391%2038.7106%2016.452%2038.517%2016.0649%2038.1299L0.967765%2021.8715L0.580659%2021.2908Z%22%20transform%3D%22translate(0.268738%200.668701)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-checkbox2_mid + label {
  width: 20px;
  height: 20px;
}
.el-checkbox2_big + label {
  width: 32px;
  height: 32px;
}
.el-checkbox2_radial + label {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.el-checkbox2_radial:checked + label::after {
  width: 9px;
  height: 9px;
  background: #fa6405;
  border-radius: 50%;
}
.el-underline-link {
  border-bottom: 1px solid #fa6405;
  text-decoration: none;
  color: #fa6405;
}
.el-link {
  color: #68b6fb;
  cursor: pointer;
}
.el-link:hover {
  color: #0386f8;
}
.el-link_underline {
  border-bottom: 1px solid #fa6405;
  text-decoration: none;
  color: #fa6405;
}
.el-link_dotted {
  border-bottom: 1px dotted #68b6fb;
  text-decoration: none;
}
.el-link_alt {
  color: rgba(3, 134, 248, 0.6);
}
.el-link_alt:hover {
  color: #0386f8;
}
.el-title-2 {
  font-weight: 500;
  font-size: 20px;
  font-size: 18px;
}
.el-title-3 {
  font-size: 18px;
  font-weight: 700;
  color: #fa6405;
}
.el-list-square {
  list-style: square;
  padding-left: 0;
  margin-left: 20px;
}
.el-list-square__item {
  color: #fa6405;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 120%;
}
.el-list-square__item span {
  color: #202020;
  font-size: 14px;
  margin-left: 10px;
  display: block;
}
.el-link-little {
  color: #fa6405;
  text-decoration: underline;
  font-size: 12px;
}
.el-count-plate {
  display: block;
  background-color: #f4f4f4;
  color: #999999;
  width: 34px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
}
.el-count-plate:hover,
.item:hover .el-count-plate {
  background-color: #fa6405;
  color: #000000;
}
.el-count-plate:empty {
  display: none;
}
.select-ico-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.select-ico {
  min-width: 260px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 3;
  right: 0;
  top: 0;
  font-size: 13px;
  line-height: 18px;
}
.select-ico .select-ico__height-compensator {
  height: 10px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.select-ico .select-ico__title {
  padding: 12px 45px 12px 25px;
  cursor: pointer;
  height: auto;
  border: 2px solid #ECEDF0;
  border-radius: 10px;
  width: 100%;
  z-index: 11;
  display: block;
  text-align: left;
  font-size: 16x;
  line-height: 100%;
  background-color: #ffffff;
  white-space: nowrap;
  position: relative;
}
.select-ico .select-ico__title > span {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.select-ico .select-ico__title::after {
  right: 35px;
  top: 10px;
}
.select-ico .select-ico__title__light {
  color: #999999;
}
.select-ico .select-ico__title:hover {
  border-color: #c9c9c9;
}
.select-ico .select-ico__title__light + .select-ico__title_js {
  margin-left: 5px;
}
.select-ico .select-ico__list {
  margin-top: 10px;
  z-index: 999;
  background: #ffffff;
  position: absolute;
  width: 100%;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border: 0;
  padding: 10px;
  border-radius: 15px;
}
.select-ico .select-ico__list-item {
  list-style-type: none;
  position: relative;
  border-radius: 10px;
    margin-bottom: 12px;
}
.select-ico .select-ico__list-item:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ECEDF0;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.select-ico .select-ico__list-item:last-child{
    margin-bottom: 0;
}
.select-ico .select-ico__list-item:last-child:after{
    display: none;
}
.select-ico .select-ico__list-item:hover {
  cursor: pointer;
  background: #f9f9f9;
}
.select-ico .select-ico__list a:hover {
  color: inherit;
}
.select-ico .select-ico__list-text {
  text-align: left;
  width: 100%;
  display: flex;
    justify-content: space-between;
  padding: 9px 10px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 100%;
    font-weight: 400;
  cursor: pointer;
}
.select-ico .select-ico__list-text .el-status {
  position: absolute;
  left: 20px;
  top: 8px;
}
.select-ico .select-ico__list-text span {
  text-align: left;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
    display: flex;
}
.select-ico .select-ico__list-item.selected span:after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6713 0.246697C16.0707 0.609911 16.1119 1.24162 15.7632 1.65767L5.70605 13.6577C5.52374 13.8752 5.26007 14 4.98286 14C4.70566 14 4.44198 13.8752 4.25968 13.6577L0.236829 8.85766C-0.111856 8.44162 -0.0707412 7.8099 0.328662 7.44669C0.728065 7.08347 1.33451 7.1263 1.68319 7.54235L4.98286 11.4795L14.3168 0.342356C14.6655 -0.0736889 15.2719 -0.116517 15.6713 0.246697Z' fill='%23FA6405'/%3E%3C/svg%3E%0A");
}
.select-ico_active .select-ico__list {
  border-color: #fa6405;
}
.select-ico label.select-ico__label {
  margin-top: -16px;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 13px;
  top: 0;
  left: 15px;
  z-index: 9;
  color: #666666;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  display: block;
}
.select-ico.select-ico_active {
  z-index: 999;
}
.select-ico.select-ico_active .select-ico__title {
  border-color: #fa6405;
}
.select-ico.select-ico_active .select-ico__title::after {
  top: 8px;
}
.select-ico.select-ico_rect .select-ico__title {
  border-radius: 3px;
}
.select-ico.select-ico_rect .select-ico__list {
  padding: 6px 5px;
  border-radius: 3px;
}
.select-ico.select-ico_rect .select-ico__list-text {
  padding: 6px 10px;
}
.select-ico.select-ico_input-size {
  width: 334px;
}
.select-ico.select-ico_input-size .select-ico__title {
  padding-left: 15px;
}
.select-ico.select-ico_input-size .select-ico__title > span {
  line-height: 25px;
}
.select-ico.select-ico_full-w {
  width: 100%;
}
.select-ico.select-ico_hasLabel {
  margin-top: 26px;
  text-align: left;
  display: block;
}
.select-ico.select-ico_hasVal label,
.select-ico.select-ico_active label {
  opacity: 1;
}
.select-ico .up-arrow-svg {
  width: 8px;
  -webkit-transform: rotate(90deg) translateX(-70%);
  -ms-transform: rotate(90deg) translateX(-70%);
  transform: rotate(90deg) translateX(-70%);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 25px;
  pointer-events: none;
}
.select-ico.select-ico_active .up-arrow-svg {
  -webkit-transform: rotate(-90deg) translateX(70%);
  -ms-transform: rotate(-90deg) translateX(70%);
  transform: rotate(-90deg) translateX(70%);
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  height: 100%;
  text-align: left;
}
.ui-spinner-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  vertical-align: middle;
  width: 100%;
  height: 20px;
  font-size: 12px;
  padding-left: 2px;
  margin: 0;
}
.ui-spinner-button {
  width: 18px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0;
  background: #e4e4e4;
}
.ui-spinner-button:hover {
  background: #c9c9c9;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-icon-triangle-1-n {
  cursor: pointer;
}
.ui-icon-triangle-1-s {
  cursor: pointer;
}
.ui-widget-content {
  background: #ffffff !important;
}
.el-form-orange {
  border-radius: 3px;
  overflow: hidden;
  height: 35px;
  font-size: 0;
}
.el-form-orange .el-form-orange__input {
  height: 100%;
  border: 1px solid #fa6405;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 10px;
  width: calc(100% - 35px);
  vertical-align: top;
  font-size: 13px;
}
.el-form-orange .el-form-orange__but {
  background-color: #fa6405;
  border: 0;
  padding: 0;
  color: #ffffff;
  width: 35px;
  height: 100%;
  text-transform: uppercase;
  vertical-align: top;
}
.el-form-orange_round {
  height: 20px;
}
.el-form-orange_round .el-form-orange__but,
.el-form-orange_round .el-form-orange__input {
  border-radius: 6px;
}
.el-form-orange_round .el-form-orange__but {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 23px;
  font-size: 11px;
  padding: 0;
}
.el-form-orange_round .el-form-orange__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% - 23px);
}
.el-icon-circle {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.el-icon-text {
  position: relative;
  padding-left: 65px;
  margin-top: 10px;
}
.el-icon-text__text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  line-height: 19px;
}
.el-icon-text .el-icon-text__ico {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #e4e4e4;
  left: 0;
  display: inline;
  position: absolute;
}
.el-icon-text_compliment {
  height: 40px;
}
.el-icon-text_delivery {
  height: 30px;
}
.el-icon-text_cart {
  padding-left: 62px;
  font-size: 14px;
  margin: 0;
}
.el-icon-text_cart .el-icon-text__ico {
  border: none;
}
.el-icon-text_cart .el-icon-text__ico::before {
  right: auto;
  width: 100%;
  height: 100%;
}
.el-title-dotted {
  font-weight: 700;
  text-align: left;
  color: #202020;
  display: inline-block;
  width: 100%;
}
.el-title-dotted.el-title-dotted_big {
  margin: 0;
  padding-top: 2px;
  margin-left: -24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
  padding-left: 24px;
}
.el-title-dotted.el-title-dotted_mid {
  margin: 0;
  margin-bottom: 25px;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 40px;
  margin-left: -24px;
  display: inline-block;
  white-space: nowrap;
}
.el-title-dotted.el-title-dotted_min {
  padding: 0;
  white-space: nowrap;
  display: none;
}
.el-title-dotted_500 {
  max-width: 500px;
}
.el-title-dotted .el-title-dotted__count {
  color: #808080;
  font-size: 18px;
  margin-left: 9px;
}
.el-title-dotted .slider-default__but-wrap {
  top: -5px;
}
.el-status,
.item__status > i {
  top: 2px;
  width: 9px;
  height: 9px;
  background-color: inherit;
  display: none;
}
.el-status-link {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: inherit;
  z-index: 1;
}
.el-question {
  display: inline-block;
  vertical-align: middle;
}
.el-colors {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #42b4f2;
  border: 0;
  position: relative;
}
.el-colors.active::after,
.el-colors:hover::after {
  content: "";
  position: absolute !important;
  display: block;
  left: 0;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  top: -2.5px;
  left: -2.5px;
}
.el-text-big {
  font-size: 30px;
  color: #e4e4e4;
  font-weight: 700;
}
.el-text-big2 {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
.el-star::before {
  content: "*";
  color: #fa6405;
  padding: 8px;
}
.el-del {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.el-del.el-button {
  border-radius: 0;
}
.el-button_ico .el-del {
  vertical-align: bottom;
}
.lightbox .el-del {
  position: absolute;
  right: 10px;
  top: 10px;
}
.el-plus {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-weight: 700;
  background-color: #e4e4e4;
  position: relative;
  color: #fa6405;
  font-size: 20px;
  text-align: center;
  padding-right: 1px;
}
.el-plus_right {
  margin-left: 8px;
}
.el-plus_left {
  margin-right: 8px;
}
.el-button_grey .el-plus {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  margin-right: 14px;
  vertical-align: middle;
}
.el-triangle {
  color: inherit;
}
.el-triangle::after {
  content: "";
  display: inline-block;
  border: 5px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  width: 0;
  vertical-align: middle;
  margin-left: 5px;
  pointer-events: none;
}
.el-pointer {
  position: relative;
  border-right: 0;
}
.el-pointer::after {
  width: 26.1629509px;
  height: 26.1629509px;
  margin-right: calc((-37px + 37px * 0.17) / 2);
  background-color: inherit;
  border: 1px solid #fa6405;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 25%;
  -ms-transform-origin: 25%;
  transform-origin: 25%;
}
.el-after-reset {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: auto;
}
.el-lightbox-menu {
  display: none;
  position: absolute;
  padding: 14px;
  background: #ffffff;
  top: 58px;
  width: 100%;
  color: #000000;
  left: 0;
  text-transform: initial;
  text-align: left;
  cursor: default;
}
.el-arrow {
  color: #fa6405;
}
.el-arrow::after {
  margin-left: 10px;
  content: ">";
}
.el-arrow::after_next {
  content: ">";
}
.el-arrow_90::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.el-underline {
  text-decoration: underline;
}
.el-marked {
  color: #fa6405;
}
.el-prev {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.el-but,
.el-upstairs.el-upstairs_arrow,
.el-button.el-button_arrow,
.nav__item.nav__item_divide,
.form .form__file.form .form__file_arrow,
.filter-nav__item.filter-nav__item_arrow {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}
.el-but:hover,
.el-upstairs.el-upstairs_arrow:hover,
.el-button.el-button_arrow:hover,
.form .form__file.form .form__file_arrow:hover,
.filter-nav__item.filter-nav__item_arrow:hover {
  color: #202020;
}
.ext-ghost-but,
.el-upstairs.el-upstairs_ghost2,
.el-upstairs.el-upstairs_round,
.el-button.el-button_ghost2,
.el-button.el-button_round,
.form .form__file.form .form__file_ghost2,
.form .form__file.form .form__file_round,
.filter-nav__item.filter-nav__item_ghost2,
.filter-nav__item.filter-nav__item_round {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 30px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.ext-ghost-but:hover,
.el-upstairs.el-upstairs_ghost2:hover,
.el-upstairs.el-upstairs_round:hover,
.el-button.el-button_ghost2:hover,
.el-button.el-button_round:hover,
.form .form__file.form .form__file_ghost2:hover,
.form .form__file.form .form__file_round:hover,
.filter-nav__item.filter-nav__item_ghost2:hover,
.filter-nav__item.filter-nav__item_round:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.ext-color-but {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
}
.ext-color-but:hover {
  color: #202020;
}
.ext-color-but:hover {
  color: #ffffff;
}
.el-button {
  cursor: pointer;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border: 0;
  border-radius: 70px;
  background-color: transparent;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: none;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.el-button:hover {
  color: inherit;
}
a.el-button {
  text-decoration: none;
}
.el-button.el-button_prim-0 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #fa6405;
  border-color: #fa6405;
}
.el-button.el-button_prim-0:hover {
  color: #202020;
}
.el-button.el-button_prim-0:hover {
  color: #ffffff;
}
.el-button.el-button_prim-0:hover {
  background-color: rgba(250, 100, 5, 0.8);
}
.el-button.el-button_prim-0:disabled {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  color: #797979 !important;
  font-weight: 400;
}
.el-button.el-button_prim-0:disabled.cartridge-choose__submit {
  background-color: #ffffff;
}
.el-button.el-button_prim-0:disabled:hover {
  border: 1px solid #e4e4e4 !important;
  color: #797979;
}
.el-button.el-button_green {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #3edc81;
  border-color: #3edc81;
}
.el-button.el-button_green:hover {
  color: #202020;
}
.el-button.el-button_green:hover {
  color: #ffffff;
}
.el-button.el-button_green:hover {
  background-color: rgba(62, 220, 129, 0.8);
}
.el-button.el-button_scnd-0 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #fa6405;
  border: 1px solid #fa6405;
}
.el-button.el-button_scnd-0:hover {
  color: #202020;
}
.el-button.el-button_scnd-0:hover {
  border-color: rgba(250, 100, 5, 0.8);
  color: rgba(250, 100, 5, 0.8);
}
.el-button.el-button_scnd-1 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  border: 1px solid #e4e4e4;
}
.el-button.el-button_scnd-1:hover {
  color: #202020;
}
.el-button.el-button_scnd-1:hover {
  color: #949494;
  border: 1px solid #c9c9c9;
}
.el-button.el-button_scnd-1 .el-del::before,
.el-button.el-button_scnd-1 .el-del::after {
  width: 4px;
}
.el-button.el-button_scnd-2 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e4e4e4;
}
.el-button.el-button_scnd-2:hover {
  color: #202020;
}
.el-button.el-button_scnd-2:hover {
  border: 1px solid #c9c9c9;
}
.el-button.el-button_border-grey {
  border: 1px solid #e4e4e4 !important;
  border-radius: 6px;
  background-color: #ffffff;
  color: #fa6405;
}
.el-button.el-button_th {
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}
.el-button.el-button_th:hover {
  color: #fa6405;
}
.el-button_tab {
  width: 47px;
  height: 100%;
}
.el-button.el-button_addreview {
  float: right;
  margin-top: 10px;
  width: 100%;
  max-width: 229px;
}
.el-button.el-button_input {
  border: 1px solid #e4e4e4;
  height: 33px;
  padding-left: 25px;
  text-align: left;
  font-weight: 400;
}
.el-button.el-button_input::before {
  background-color: #fa6405;
  height: 100%;
  width: 1px;
  margin-right: 15px;
  left: 0;
  top: 0;
  z-index: 1;
}
.el-button.el-button_input:hover {
  background-color: #f9f9f9;
}
.el-button.el-button_submit {
  font-size: 12px;
}
.el-button.el-button_ico {
  overflow: visible;
  text-transform: lowercase;
  color: #202020;
  font-size: 0;
  border-radius: 0;
}
.el-button.el-button_ico:hover,
.el-button.el-button_ico.active {
  color: #fa6405;
}
.el-button.el-button_ico:hover span:last-child,
.el-button.el-button_ico.active span:last-child {
  border-color: #fa6405;
}
.el-button.el-button_ico.active-all {
  color: #fa6405 !important;
}
.el-button.el-button_ico.active {
  cursor: default;
}
.el-button.el-button_ico span:last-child {
  margin: 0 0 0 9px;
  vertical-align: middle;
  line-height: 0;
  font-size: 12px;
  -webkit-transition: none !important;
  transition: none !important;
}
.el-button.el-button_ico > span,
.el-button.el-button_ico::before {
  vertical-align: middle;
}
.table__td_button .el-button.el-button_ico {
  font-size: 12px;
}
.el-button_link {
  text-decoration: underline;
  color: #999999;
  font-size: 11px;
}
.el-button.el-button_grey {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #f9f9f9;
  height: 36px;
  line-height: 36px;
  color: #aeaeae;
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
}
.el-button.el-button_grey:hover {
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
  color: #202020;
}
.el-button.el-button_grey.el-button.el-button_grey_green {
  color: #56cb08;
}
.el-button.el-button_grey.el-button.el-button_grey_orange {
  border: none;
  background: #fa6405;
  color: #ffffff;
  font-weight: 700;
}
.el-button_greyorange {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  font-weight: 700;
}
.el-button_greyorange:hover {
  border: none;
  background-color: rgba(250, 100, 5, 0.8);
  color: #ffffff;
}
.el-button.el-button_ghost {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.el-button.el-button_ghost2 {
  border-radius: 20px;
  line-height: 25px;
  padding: 0 15px 0 15px;
  text-align: center;
}
.el-button.el-button_ghost2_big {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 14px;
}
.el-button.el-button_ghost2_big::before,
.el-button.el-button_ghost2_big span {
  margin-right: 13px;
}
.el-button.el-button_ghost2#cler_basket > svg {
  zoom: 1.3;
}
.el-button.el-button_ghost2 .el-button__icon {
  margin-right: 7px;
  vertical-align: middle;
}
.el-button.el-button_ghost2 .el-button__icon:last-child {
  margin-right: 0;
}
.el-button__icon path {
  fill: #fa6405;
}
.el-button.el-button_banner-1 {
  font-size: 0;
  background-color: #42b4f2;
  width: 100%;
  max-width: 245px;
  padding: 7px 15px 7px 8px;
  border-radius: 58px;
  color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.el-button.el-button_banner-1:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34901961);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34901961);
}
.el-button.el-button_banner-1 .el-button__icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 15px;
}
.el-button.el-button_banner-1 .el-button__icon::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACeSURBVChTY/j3799qIN79//9/CQYsgAmIfzAyMroAFewHYgWIMBIACrKATAHS/4H0cyClAZVCBUDJfqii90DKBiqMCoCSNVBFn4HYByqMCoASBUD8G4pDoMKoAGhIA8wkqBACgHSBJKAKCqDCEAAUiAFimPEZUGEIAKmG6sK0GyjQDZUEGY3qRSTJ50BsAhVGAKDgcSC+DVSDJQQZGACOra9kIrVS3gAAAABJRU5ErkJggg==");
  background-size: contain;
}
.el-button.el-button_banner-1 .el-button__text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.el-button.el-button_round {
  border-radius: 50%;
  width: 30px;
}
.el-button.el-button_round object,
.el-button.el-button_round svg,
.el-button.el-button_round img,
.el-button.el-button_round [class*="svg-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
}
.el-button.el-button_small-round {
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  font-size: 11px;
}
.el-button.el-button_small-round object,
.el-button.el-button_small-round svg,
.el-button.el-button_small-round img,
.el-button.el-button_small-round [class*="svg-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
}
.el-button.el-button_small-round:hover {
  border-color: #aeaeae;
}
.el-button.el-button_round.share-svg-wrapper {
  width: 28px;
  height: 28px;
}
.el-button.el-button_arrow {
  position: relative;
  padding: 0;
  color: #202020;
}
.el-button.el-button_arrow > span {
  display: block;
  position: relative;
  z-index: 1;
  background-color: inherit;
  height: 100%;
  line-height: 40px;
  padding-right: 14px;
  padding-left: 14px;
}
.el-button.el-button_arrow.el-button.el-button_arrow_border {
  border-color: #fa6405;
  background-color: #ffffff;
  color: #000000;
}
.el-button.el-button_arrow.el-button.el-button_arrow_border::before {
  border: 1px solid #fa6405;
}
.el-button.el-button_arrow::before {
  display: block;
  position: absolute;
  z-index: 0;
  border: 1px solid #e4e4e4;
  background-color: inherit;
  width: 12px;
  height: 12px;
  content: "";
}
.el-button.el-button_arrow_top::before,
.el-button.el-button_arrow_bottom::before {
  left: 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.el-button.el-button_arrow_top::before {
  top: 0;
  margin-top: -6px;
}
.el-button.el-button_arrow_bottom::before {
  bottom: 0;
  margin-bottom: -6px;
}
.el-button.el-button_arrow_right::before,
.el-button.el-button_arrow_left::before {
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.el-button.el-button_arrow_right::before {
  right: 0;
  margin-right: -6px;
}
.el-button.el-button_arrow_left::before {
  left: 0;
  margin-left: -6px;
}
.el-button.el-button_arrow.el-button.el-button_arrow_small span {
  height: 100%;
}
.el-button.el-button_min {
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 15px;
}
.el-button.el-button_big {
  border-radius: 20px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
}
.el-button.el-button_large {
  height: 57px;
  line-height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
}
.el-button.el-button_stretchy {
  width: 100%;
}
.el-button.el-button_uppercase {
  text-transform: uppercase;
}
.el-button:disabled,
.el-button.el-button_disabled,
.el-button.disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #bcbcbc;
  pointer-events: none;
}
.el-button:disabled path,
.el-button.el-button_disabled path,
.el-button.disabled path {
  fill: #999999;
}
#netpaypaymentform input[type="submit"]:last-child {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border: 0;
  border-radius: 70px;
  background-color: transparent;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #fa6405;
  border-color: #fa6405;
  padding-top: 0;
  padding-bottom: 0;
}
#netpaypaymentform input[type="submit"]:last-child:hover {
  color: #202020;
}
#netpaypaymentform input[type="submit"]:last-child:hover {
  color: #ffffff;
}
#netpaypaymentform input[type="submit"]:last-child:hover {
  color: inherit;
  background-color: rgba(250, 100, 5, 0.8);
}
#netpaypaymentform input[type="submit"]:last-child:disabled {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  color: #797979 !important;
  font-weight: 400;
}
a#netpaypaymentform input[type="submit"]:last-child {
  text-decoration: none;
}
.el-month-picker-container {
  position: relative;
}
.el-month-picker-container .el-button::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: bottom;
  margin-left: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23949494%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-month-picker-container .el-button:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-month-picker {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: -80px;
}
.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999;
  border: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.14901961);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14901961);
}
.month-picker td {
  padding: 0;
}
.month-picker .ui-button-text {
  padding: 0.4em 0;
}
.month-picker .ui-state-default a,
.month-picker .ui-state-default a:link,
.month-picker .ui-state-default a:visited,
.month-picker a.ui-button,
.month-picker a:link.ui-button,
.month-picker a:visited.ui-button,
.month-picker .ui-button {
  cursor: default;
  margin: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}
.month-picker .ui-icon {
  background-position: 50%;
  margin-top: 0;
  display: block;
}
.month-picker-header {
  margin: 0;
  background-color: transparent;
  border: 0;
}
.month-picker-year-table {
  min-width: 250px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e4e4e4;
}
.month-picker-year-table .month-picker-previous .ui-button,
.month-picker-year-table .month-picker-next .ui-button {
  margin: 12px 15px;
  padding: 0;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
}
.month-picker-year-table .month-picker-previous .ui-button .ui-icon,
.month-picker-year-table .month-picker-next .ui-button .ui-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/ico-svg/up-arrow.svg");
}
.month-picker-year-table .month-picker-previous .ui-button:active,
.month-picker-year-table .month-picker-next .ui-button:active,
.month-picker-year-table .month-picker-previous .ui-button:hover,
.month-picker-year-table .month-picker-next .ui-button:hover {
  background-color: #f4f4f4;
}
.month-picker-year-table .month-picker-previous .ui-button .ui-icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.month-picker-year-table .month-picker-title {
  text-align: center;
}
.month-picker-year-table .month-picker-title .ui-button {
  font-size: 15px;
  padding: 0;
  border: 0;
  width: 100%;
  font-weight: 700;
  color: #333333;
  background-color: transparent;
}
.month-picker-year-table .month-picker-title .ui-button:active {
  border: 0;
  background-color: transparent;
  font-weight: 700;
  color: #333333;
}
.month-picker-year-table .ui-button-text {
  padding: 0;
}
.month-picker-month-table {
  width: 100%;
  padding: 10px 12px 15px;
}
.month-picker-month-table td {
  width: 33.33333333%;
  padding: 3px;
  height: 35px;
  text-align: center;
}
.month-picker-month-table .ui-button {
  width: 100%;
  margin: 0;
  font-size: 10px;
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent !important;
  padding: 6px;
}
.month-picker-month-table .ui-button:hover,
.month-picker-month-table .ui-button:active,
.month-picker-month-table .ui-button.ui-state-active:hover,
.month-picker-month-table .ui-button.ui-state-active:active {
  background-color: rgba(255, 102, 0, 0.05882353) !important;
  color: #fa6405 !important;
  border: 1px solid #fa6405 !important;
  font-weight: 700;
}
.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}
.month-picker-invalid-message {
  display: none;
  background-color: #fff000;
}
.month-picker-disabled {
  background-color: #e1e1e1;
}
.ui-datepicker,
.ui-datepicker * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
.ui-datepicker {
  display: none;
  width: 294px;
  padding: 35px;
  cursor: default;
  font-family: "Tahoma", sans-serif;
  background: #f8f8f8;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 1px 1px #000000;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 1px 1px #000000;
  padding-left: 21px;
  padding-right: 16px;
  padding-top: 29px;
  padding-bottom: 25px;
}
.ui-datepicker-header {
  position: relative;
  padding-bottom: 10px;
}
.ui-datepicker-title {
  background: #e4e4e4 none repeat scroll 0% 0%;
  height: 29px;
  border-radius: 3px;
  width: 282px;
}
.ui-datepicker-month {
  position: relative;
  padding-right: 43px;
  color: #fb8337;
  vertical-align: middle;
  padding-top: 3px;
  float: right;
}
.ui-datepicker-year {
  color: #333333;
  vertical-align: middle;
  padding: 4px 0 0 44px;
  float: left;
}
.ui-datepicker-month::before {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#a5cd4e), to(#6b8f1a));
  background: linear-gradient(to bottom, #a5cd4e 0%, #6b8f1a 100%);
  border-radius: 6px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: -2px;
  padding: 5px;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 49%;
  top: 10%;
}
.ui-datepicker-next {
  left: 86%;
  z-index: 2;
  top: 10%;
}
.ui-datepicker-prev span {
  background-image: url("../images/u168628.png");
}
.ui-datepicker-next span {
  background-image: url("../images/u168630.png");
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: block;
  width: 7px;
  height: 12px;
  text-indent: -9999px;
}
/* .ui-datepicker-prev-hover span { background-position: 0 -10px; }

.ui-datepicker-next-hover span { background-position: -5px -10px; } */
/* prevy */
.ui-datepicker-prevy,
.ui-datepicker-nexty {
  position: absolute;
  padding: 5px;
  cursor: pointer;
  top: 11%;
}
.ui-datepicker-prevy {
  left: 5%;
}
.ui-datepicker-nexty {
  left: 30%;
}
.ui-datepicker-prevy span {
  background-image: url("../images/u168622.png");
}
.ui-datepicker-nexty span {
  background-image: url("../images/u168624.png");
}
.ui-datepicker-prevy span,
.ui-datepicker-nexty span {
  display: block;
  width: 7px;
  height: 12px;
  text-indent: -9999px;
}
.ui-datepicker-calendar th {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 400;
}
.ui-datepicker-calendar td {
  padding: 0 4px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #bcbcbc;
}
.ui-datepicker-calendar .ui-state-default {
  display: block;
  width: 29px;
  outline: none;
  text-decoration: none;
  color: #515151;
  border: 1px solid transparent;
}
.ui-datepicker-calendar .ui-state-active {
  color: #6a9113;
  border: 1px solid #6a9113;
}
.ui-datepicker-week-end {
  color: #d7d7d7;
}
.ui-datepicker-week-end .ui-state-default {
  color: #d7d7d7;
}
.ui-datepicker-other-month .ui-state-default {
  display: none;
  color: #565656;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.filters__content.price-form {
  white-space: nowrap;
  position: relative;
    overflow: unset;
}
.price-form .slider-range {
  border: 0;
  margin-top: 22px;
  border-radius: 2px;
  background-color: #ECEDF0 !important;
}
.price-form .slider-range .ui-slider-handle.ui-corner-all.ui-state-default {
  border: 2px solid #FA6405;
  border-radius: 50%;
  background-color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-left: 0;

}
.price-form .slider-range .ui-slider-handle.ui-corner-all.ui-state-default:hover {
  background-color: #f4f4f4;
}
.price-form .slider-range .ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}
.price-form .slider-range .ui-slider-range {
  background: #fa6405;
}
.el-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 0;
  display: inline-block;
}
.el-rating_hoverable span {
  -webkit-transition: none;
  transition: none;
}
.el-rating_hoverable span:hover::before,
.el-rating_hoverable span:hover ~ span::before,
.el-rating_hoverable span.active ~ span::before,
.el-rating_hoverable span.active::before {
  cursor: pointer;
}
.el-rating_big.el-rating_hoverable span:hover::before,
.el-rating_big.el-rating_hoverable span:hover ~ span::before,
.el-rating_big.el-rating_hoverable span.active ~ span::before,
.el-rating_big.el-rating_hoverable span.active::before {
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_medium.el-rating_hoverable span:hover::before,
.el-rating_medium.el-rating_hoverable span:hover ~ span::before,
.el-rating_medium.el-rating_hoverable span.active ~ span::before,
.el-rating_medium.el-rating_hoverable span.active::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_pre-medium.el-rating_hoverable span:hover::before,
.el-rating_pre-medium.el-rating_hoverable span:hover ~ span::before,
.el-rating_pre-medium.el-rating_hoverable span.active ~ span::before,
.el-rating_pre-medium.el-rating_hoverable span.active::before {
  width: 16px;
  height: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating span {
  display: inline-block;
  position: relative;
  padding: 0;
}
.el-rating span:not(:first-child) {
  padding-right: 3px;
}
.el-rating_big.el-rating_1 span:nth-child(n+5)::before {
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_medium.el-rating_1 span:nth-child(n+5)::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_pre-medium.el-rating_1 span:nth-child(n+5)::before {
  width: 16px;
  height: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_big.el-rating_2 span:nth-child(n+4)::before {
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_medium.el-rating_2 span:nth-child(n+4)::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_pre-medium.el-rating_2 span:nth-child(n+4)::before {
  width: 16px;
  height: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_big.el-rating_3 span:nth-child(n+3)::before {
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_medium.el-rating_3 span:nth-child(n+3)::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_pre-medium.el-rating_3 span:nth-child(n+3)::before {
  width: 16px;
  height: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_big.el-rating_4 span:nth-child(n+2)::before {
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_medium.el-rating_4 span:nth-child(n+2)::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_pre-medium.el-rating_4 span:nth-child(n+2)::before {
  width: 16px;
  height: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_big.el-rating_5 span:nth-child(n+1)::before {
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_medium.el-rating_5 span:nth-child(n+1)::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_pre-medium.el-rating_5 span:nth-child(n+1)::before {
  width: 16px;
  height: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_big.el-rating.el-rating_deactive span::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_medium.el-rating.el-rating_deactive span::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating_pre-medium.el-rating.el-rating_deactive span::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating.el-rating_big span {
  padding: 0;
}
.el-rating.el-rating_big span:not(:first-child) {
  padding-right: 8px;
}
.el-rating.el-rating_big span::before {
  background-image: url("../img/ico.png");
  background-position: -424px -272px;
  width: 20px;
  height: 18px;
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating.el-rating_medium span {
  padding: 0;
}
.el-rating.el-rating_medium span:not(:first-child) {
  padding-right: 6.5px;
}
.el-rating.el-rating_medium span::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating.el-rating_pre-medium span {
  padding: 0;
}
.el-rating.el-rating_pre-medium span:not(:first-child) {
  padding-right: 5px;
}
.el-rating.el-rating_pre-medium span::before {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-star,
.el-rating-star-def,
.el-rating_hoverable span:hover::before,
.el-rating_hoverable span:hover ~ span::before,
.el-rating_hoverable span.active ~ span::before,
.el-rating_hoverable span.active::before,
.el-rating span::before,
.el-rating_1 span:nth-child(n+5)::before,
.el-rating_2 span:nth-child(n+4)::before,
.el-rating_3 span:nth-child(n+3)::before,
.el-rating_4 span:nth-child(n+2)::before,
.el-rating_5 span:nth-child(n+1)::before,
.el-rating.el-rating_deactive span::before {
  content: "";
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}
.el-rating-star,
.el-rating_hoverable span:hover::before,
.el-rating_hoverable span:hover ~ span::before,
.el-rating_hoverable span.active ~ span::before,
.el-rating_hoverable span.active::before,
.el-rating_1 span:nth-child(n+5)::before,
.el-rating_2 span:nth-child(n+4)::before,
.el-rating_3 span:nth-child(n+3)::before,
.el-rating_4 span:nth-child(n+2)::before,
.el-rating_5 span:nth-child(n+1)::before {
  background-image: url("../img/ico.png");
  background-position: -397px -338px;
  width: 14px;
  height: 12px;
  width: 12px;
  height: 10px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-star-def,
.el-rating span::before,
.el-rating.el-rating_deactive span::before {
  width: 12px;
  height: 10px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-big-svg {
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-big-stroke-svg {
  width: 26px;
  height: 23px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-big-deactive-svg {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-medium-svg {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-medium-stroke-svg {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-medium-deactive-svg {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-pre-medium-svg {
  width: 16px;
  height: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2222%22%20viewBox%3D%220%200%2026%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.25265%2021.999C5.15632%2021.999%205.05998%2021.9725%204.979%2021.9201C4.83566%2021.8275%204.76399%2021.6709%204.79424%2021.5159L6.23276%2014.0695L0.140367%208.79654C0.0137811%208.68661%20-0.0318269%208.52254%200.0226235%208.37335C0.0775393%208.22374%200.223206%208.11464%200.398657%208.09191L8.81752%207.00541L12.583%200.230607C12.6612%200.0892672%2012.8231%200%2013%200C13.1773%200%2013.3392%200.0892672%2013.4169%200.230607L17.1819%207.00541L25.6013%208.09191C25.7767%208.11464%2025.9219%208.22333%2025.9773%208.37335C26.0317%208.52254%2025.9866%208.68702%2025.8596%208.79654L19.7672%2014.0703L21.2052%2021.5163C21.235%2021.6713%2021.1633%2021.8279%2021.0205%2021.9205C20.8771%2022.0139%2020.6868%2022.0259%2020.5299%2021.9519L13%2018.4366L5.46906%2021.9519C5.40111%2021.9833%205.32665%2021.999%205.25265%2021.999Z%22%20fill%3D%22%23FFD362%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-pre-medium-stroke-svg {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-rating-pre-medium-deactive-svg {
  width: 19px;
  height: 17px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2249%22%20viewBox%3D%220%200%2051%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.1667%2047.949C9.9802%2047.949%209.79374%2047.8913%209.637%2047.7769C9.35957%2047.5751%209.22085%2047.2337%209.2794%2046.896L12.0637%2030.6659L0.271684%2019.1729C0.0266738%2018.9333%20-0.0616018%2018.5757%200.0437884%2018.2505C0.150079%2017.9244%200.432021%2017.6866%200.771612%2017.6371L17.0666%2015.269L24.3547%200.50263C24.506%200.194567%2024.8195%200%2025.1618%200C25.505%200%2025.8185%200.194567%2025.9689%200.50263L33.2561%2015.269L49.552%2017.6371C49.8916%2017.6866%2050.1726%2017.9235%2050.2798%2018.2505C50.3852%2018.5757%2050.2978%2018.9342%2050.0519%2019.1729L38.2599%2030.6677L41.0433%2046.8969C41.1009%2047.2346%2040.9622%2047.576%2040.6857%2047.7778C40.4083%2047.9814%2040.0398%2048.0075%2039.7363%2047.8463L25.1618%2040.1843L10.5855%2047.8463C10.454%2047.9147%2010.3099%2047.949%2010.1667%2047.949ZM2.83618%2019.1567L13.6598%2029.7074C13.8715%2029.9137%2013.9688%2030.2128%2013.9184%2030.5046L11.3629%2045.4016L24.7429%2038.3684C25.0051%2038.2296%2025.3176%2038.2296%2025.5816%2038.3684L38.9598%2045.4016L36.4052%2030.5046C36.3548%2030.2128%2036.4521%2029.9146%2036.6637%2029.7074L47.4874%2019.1567L32.5301%2016.9831C32.2365%2016.9408%2031.9833%2016.7561%2031.8518%2016.4904L25.1618%202.93742L18.4718%2016.4913C18.3403%2016.757%2018.0871%2016.9417%2017.7935%2016.984L2.83618%2019.1567Z%22%20transform%3D%22translate(0.537477%200.735352)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  font-size: 0;
  margin: 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.el-banner:first-child {
  margin-top: 0;
}
.el-banner:last-child {
  margin-bottom: 0;
}
.el-banner__col {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.el-banner.el-banner_bonuses {
  height: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.el-banner.el-banner_bonuses .el-banner__logo {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 46px;
  height: 46px;
  margin-right: 20px;
}
.el-banner.el-banner_bonuses .el-banner__logo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%2228%2028.5%2024%2023%22%20enable-background%3D%22new%2028%2028.5%2024%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239459D0%22%20d%3D%22M34.954%2C40.947c-0.438%2C0.142-0.88%2C0.374-1.32%2C0.692%0D%0A%09%09%09c-0.44%2C0.319-0.835%2C0.705-1.182%2C1.154c-0.348%2C0.451-0.628%2C0.957-0.842%2C1.519c-0.212%2C0.562-0.319%2C1.152-0.321%2C1.771%0D%0A%09%09%09c0.008%2C0.574%2C0.12%2C1.157%2C0.34%2C1.747c0.22%2C0.589%2C0.58%2C1.182%2C1.083%2C1.778c0.418%2C0.496%2C0.882%2C0.863%2C1.391%2C1.099%0D%0A%09%09%09c0.507%2C0.235%2C1.012%2C0.381%2C1.513%2C0.437c0.5%2C0.055%2C0.978%2C0.048%2C1.431-0.022c0.454-0.07%2C0.835-0.155%2C1.146-0.258%0D%0A%09%09%09c0.521-0.169%2C0.994-0.406%2C1.416-0.713c0.424-0.307%2C0.783-0.666%2C1.082-1.079c0.066-0.093%2C0.13-0.188%2C0.191-0.285%0D%0A%09%09%09c-0.101-0.136-0.194-0.275-0.283-0.421c-0.327-0.535-0.57-1.086-0.731-1.654c-0.16-0.567-0.241-1.128-0.242-1.682%0D%0A%09%09%09c-0.002-0.555%2C0.064-1.05%2C0.203-1.486c0.072-0.229%2C0.173-0.458%2C0.301-0.686l-0.106-0.143c-0.061-0.077-0.119-0.15-0.175-0.217%0D%0A%09%09%09c-0.373-0.441-0.772-0.789-1.197-1.045c-0.427-0.256-0.856-0.438-1.294-0.55c-0.437-0.111-0.862-0.159-1.275-0.145%0D%0A%09%09%09C35.667%2C40.774%2C35.292%2C40.837%2C34.954%2C40.947z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2342B4F2%22%20d%3D%22M39.827%2C43.544c-0.139%2C0.437-0.205%2C0.932-0.203%2C1.486%0D%0A%09%09%09c0.001%2C0.554%2C0.082%2C1.114%2C0.242%2C1.682c0.161%2C0.568%2C0.404%2C1.119%2C0.731%2C1.654c0.326%2C0.535%2C0.736%2C1.008%2C1.229%2C1.416%0D%0A%09%09%09c0.463%2C0.372%2C0.993%2C0.667%2C1.589%2C0.885s1.277%2C0.326%2C2.041%2C0.325c0.637-0.001%2C1.195-0.121%2C1.675-0.362s0.885-0.539%2C1.216-0.894%0D%0A%09%09%09s0.599-0.731%2C0.804-1.132c0.203-0.398%2C0.354-0.753%2C0.452-1.063c0.163-0.517%2C0.243-1.042%2C0.241-1.573s-0.082-1.049-0.241-1.553%0D%0A%09%09%09c-0.133-0.421-0.313-0.827-0.538-1.22c-0.205%2C0.125-0.418%2C0.234-0.641%2C0.328c-0.486%2C0.207-1%2C0.347-1.54%2C0.418%0D%0A%09%09%09c-0.542%2C0.072-1.09%2C0.077-1.646%2C0.014c-0.181-0.021-0.381-0.054-0.601-0.101c-0.221-0.047-0.444-0.115-0.674-0.202%0D%0A%09%09%09c-0.228-0.086-0.454-0.203-0.679-0.351c-0.224-0.146-0.427-0.334-0.61-0.562c-0.117-0.147-0.212-0.305-0.279-0.47%0D%0A%09%09%09c-0.069-0.166-0.096-0.327-0.081-0.484c-0.069-0.071-0.136-0.145-0.203-0.221s-0.128-0.147-0.183-0.216l-0.1-0.128%0D%0A%09%09%09c-0.238%2C0.123-0.458%2C0.263-0.658%2C0.421c-0.34%2C0.269-0.621%2C0.567-0.846%2C0.9C40.097%2C42.874%2C39.933%2C43.208%2C39.827%2C43.544z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2356CB08%22%20d%3D%22M40.971%2C39.415c0.041%2C0.181%2C0.096%2C0.364%2C0.16%2C0.548%0D%0A%09%09%09c0.165%2C0.47%2C0.431%2C0.932%2C0.797%2C1.388c0.055%2C0.068%2C0.115%2C0.14%2C0.183%2C0.216s0.134%2C0.149%2C0.203%2C0.221%0D%0A%09%09%09c-0.015%2C0.157%2C0.012%2C0.318%2C0.081%2C0.484c0.067%2C0.165%2C0.162%2C0.322%2C0.279%2C0.47c0.184%2C0.228%2C0.387%2C0.415%2C0.61%2C0.562%0D%0A%09%09%09c0.225%2C0.147%2C0.451%2C0.265%2C0.679%2C0.351c0.229%2C0.087%2C0.453%2C0.155%2C0.674%2C0.202c0.22%2C0.047%2C0.42%2C0.08%2C0.601%2C0.101%0D%0A%09%09%09c0.557%2C0.063%2C1.104%2C0.059%2C1.646-0.014c0.54-0.071%2C1.054-0.211%2C1.54-0.418c0.486-0.206%2C0.933-0.484%2C1.337-0.836%0D%0A%09%09%09c0.405-0.351%2C0.752-0.764%2C1.04-1.239c0.171-0.283%2C0.343-0.641%2C0.516-1.07c0.172-0.429%2C0.286-0.895%2C0.34-1.396%0D%0A%09%09%09c0.056-0.502%2C0.02-1.025-0.107-1.571c-0.127-0.545-0.396-1.074-0.808-1.587c-0.495-0.615-1.018-1.091-1.568-1.426%0D%0A%09%09%09c-0.552-0.336-1.119-0.566-1.701-0.691c-0.63-0.126-1.254-0.143-1.872-0.05c-0.119%2C0.018-0.236%2C0.039-0.351%2C0.063%0D%0A%09%09%09c0.002%2C0.077%2C0.003%2C0.154%2C0.001%2C0.231c-0.009%2C0.47-0.045%2C0.869-0.105%2C1.198c-0.099%2C0.554-0.275%2C1.066-0.527%2C1.54%0D%0A%09%09%09s-0.566%2C0.891-0.943%2C1.254c-0.375%2C0.361-0.801%2C0.669-1.274%2C0.922C41.95%2C39.104%2C41.475%2C39.288%2C40.971%2C39.415z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFB300%22%20d%3D%22M34.71%2C33.33c-0.057%2C0.314-0.072%2C0.652-0.049%2C1.013%0D%0A%09%09%09c0.265%2C0.069%2C0.523%2C0.153%2C0.777%2C0.254c0.556%2C0.22%2C1.063%2C0.501%2C1.524%2C0.841c0.46%2C0.341%2C0.835%2C0.701%2C1.125%2C1.082%0D%0A%09%09%09c0.222%2C0.294%2C0.411%2C0.634%2C0.567%2C1.021c0.156%2C0.388%2C0.255%2C0.802%2C0.298%2C1.242c0.023%2C0.234%2C0.025%2C0.471%2C0.007%2C0.712%0D%0A%09%09%09c0.223%2C0.05%2C0.439%2C0.077%2C0.648%2C0.083c0.24%2C0.006%2C0.47-0.006%2C0.69-0.035c0.219-0.028%2C0.416-0.064%2C0.589-0.106%0D%0A%09%09%09c0.533-0.128%2C1.037-0.318%2C1.511-0.57c0.474-0.253%2C0.899-0.561%2C1.274-0.922c0.377-0.363%2C0.691-0.78%2C0.943-1.254%0D%0A%09%09%09s0.429-0.986%2C0.527-1.54c0.061-0.329%2C0.097-0.729%2C0.105-1.198c0.01-0.471-0.047-0.955-0.171-1.454%0D%0A%09%09%09c-0.123-0.5-0.338-0.989-0.644-1.469s-0.737-0.896-1.294-1.248c-0.669-0.421-1.315-0.7-1.94-0.834%0D%0A%09%09%09c-0.624-0.135-1.226-0.163-1.806-0.086c-0.625%2C0.092-1.204%2C0.288-1.741%2C0.586c-0.538%2C0.299-1.011%2C0.658-1.418%2C1.076%0D%0A%09%09%09c-0.407%2C0.419-0.742%2C0.875-1.004%2C1.368C34.968%2C32.385%2C34.794%2C32.865%2C34.71%2C33.33z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FF7000%22%20d%3D%22M38.088%2C36.52c-0.29-0.381-0.665-0.741-1.125-1.082%0D%0A%09%09%09c-0.462-0.34-0.969-0.621-1.524-0.841c-0.557-0.221-1.143-0.364-1.761-0.43c-0.617-0.066-1.226-0.025-1.826%2C0.123%0D%0A%09%09%09c-0.554%2C0.146-1.078%2C0.393-1.575%2C0.742c-0.496%2C0.35-0.947%2C0.834-1.352%2C1.454c-0.337%2C0.518-0.533%2C1.044-0.586%2C1.582%0D%0A%09%09%09c-0.055%2C0.537-0.022%2C1.05%2C0.096%2C1.537c0.119%2C0.488%2C0.29%2C0.938%2C0.515%2C1.351c0.223%2C0.412%2C0.438%2C0.753%2C0.643%2C1.022%0D%0A%09%09%09c0.343%2C0.452%2C0.735%2C0.841%2C1.177%2C1.167c0.341%2C0.251%2C0.699%2C0.461%2C1.076%2C0.626c0.173-0.351%2C0.374-0.677%2C0.606-0.978%0D%0A%09%09%09c0.347-0.449%2C0.741-0.835%2C1.182-1.154c0.44-0.318%2C0.882-0.551%2C1.32-0.692c0.338-0.11%2C0.714-0.173%2C1.126-0.188%0D%0A%09%09%09c0.413-0.015%2C0.839%2C0.033%2C1.275%2C0.145c0.352%2C0.089%2C0.699%2C0.226%2C1.042%2C0.407c0.228-0.389%2C0.384-0.778%2C0.469-1.171%0D%0A%09%09%09c0.103-0.465%2C0.131-0.917%2C0.088-1.358c-0.043-0.44-0.142-0.854-0.298-1.242C38.5%2C37.153%2C38.31%2C36.813%2C38.088%2C36.52z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M43.227%2C39.485c-0.759-1.548-2.696-2.162-4.327-1.371%0D%0A%09%09%09c-1.631%2C0.791-2.336%2C2.688-1.576%2C4.236c0.759%2C1.548%2C2.695%2C2.162%2C4.327%2C1.371C43.28%2C42.93%2C43.986%2C41.034%2C43.227%2C39.485z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237B239B%22%20d%3D%22M41.313%2C44.148c0.412%2C0.827%2C1.11%2C1.516%2C1.823%2C2.009c0.362%2C0.252%2C0.74-0.289%2C0.378-0.54%0D%0A%09%09%09c-0.527-0.366-1.278-1.054-1.589-1.713c0.316-0.159%2C0.602-0.358%2C0.851-0.586c0.686%2C0.557%2C1.688%2C0.871%2C2.427%2C0.952l0.059%2C0.007%0D%0A%09%09%09l0.055%2C0.006l0.063%2C0.005c0.479%2C0.042%2C0.919%2C0.037%2C1.347-0.008c0.771-0.08%2C1.529-0.29%2C2.215-0.649%0D%0A%09%09%09c1.174%2C2.312%2C0.471%2C5.498-1.952%2C6.717c-1.487%2C0.748-3.715%2C0.191-4.959-0.81c-0.405-0.336-0.767-0.749-1.071-1.213%0D%0A%09%09%09c-0.423-0.645-0.736-1.386-0.898-2.146c-0.048-0.221-0.082-0.444-0.103-0.667c-0.037-0.405-0.026-0.813%2C0.038-1.217%0D%0A%09%09%09C40.429%2C44.326%2C40.877%2C44.279%2C41.313%2C44.148z%20M41.4%2C37.494c0.034-0.136%2C0.078-0.366%2C0.096-0.682%0D%0A%09%09%09c0.028-0.502-0.012-1.212-0.276-2.066c-0.13-0.419-0.763-0.226-0.633%2C0.193c0.203%2C0.655%2C0.373%2C1.741%2C0.16%2C2.445%0D%0A%09%09%09c-0.562-0.041-1.144%2C0.047-1.697%2C0.276c-0.165-0.48-0.414-0.94-0.747-1.368c-0.772-1.011-1.928-1.752-3.201-2.152l-0.055-0.017%0D%0A%09%09%09l-0.055-0.017c-0.063-2.367%2C2.173-4.597%2C4.447-4.935c2.295-0.305%2C4.767%2C1.111%2C5.331%2C3.398c0.075%2C0.305%2C0.126%2C0.605%2C0.154%2C0.903%0D%0A%09%09%09l0.006%2C0.253l0.001%2C0.217c-0.018%2C0.847-0.161%2C1.588-0.425%2C2.23c-0.363%2C0.817-0.939%2C1.526-1.696%2C2.063%0D%0A%09%09%09C42.406%2C37.882%2C41.922%2C37.63%2C41.4%2C37.494z%20M39.126%2C38.32c1.485-0.72%2C3.225-0.153%2C3.901%2C1.227c0.677%2C1.38%2C0.055%2C3.093-1.43%2C3.813%0D%0A%09%09%09c-1.485%2C0.721-3.225%2C0.153-3.901-1.226C37.019%2C40.755%2C37.641%2C39.041%2C39.126%2C38.32z%20M45.553%2C33.355%0D%0A%09%09%09c-0.032-0.308-0.087-0.62-0.164-0.935c-0.644-2.609-3.418-4.223-6.038-3.874c-2.562%2C0.38-4.941%2C2.771-5.016%2C5.397%0D%0A%09%09%09c-0.85-0.166-1.727-0.167-2.563%2C0.039c-2.503%2C0.658-4.272%2C3.124-3.646%2C5.697c0.456%2C1.874%2C1.65%2C3.33%2C3.305%2C4.227%0D%0A%09%09%09c-0.295%2C0.688-0.459%2C1.429-0.46%2C2.179c0.032%2C2.572%2C1.972%2C5.083%2C4.608%2C5.373c2.113%2C0.232%2C4.042-0.532%2C5.312-2.155%0D%0A%09%09%09c0.224%2C0.262%2C0.469%2C0.505%2C0.733%2C0.724c2.526%2C2.031%2C6.262%2C1.752%2C7.809-1.279c0.996-1.952%2C0.946-3.616%2C0.034-5.45%0D%0A%09%09%09c1.362-0.917%2C2.3-2.409%2C2.506-4.281c0.294-2.688-1.877-5.069-4.437-5.62C46.855%2C33.262%2C46.208%2C33.267%2C45.553%2C33.355z%0D%0A%09%09%09%20M36.824%2C40.477c-1.928-0.244-3.743%2C0.761-4.859%2C2.448l-0.033%2C0.052c-0.085%2C0.131-0.158%2C0.254-0.227%2C0.378%0D%0A%09%09%09c-2.22-1.134-4.023-4.378-2.512-6.695c0.663-1.018%2C1.547-1.75%2C2.738-2.063c0.805-0.199%2C1.66-0.179%2C2.48%2C0.01%0D%0A%09%09%09c0.542%2C0.144%2C1.053%2C0.329%2C1.516%2C0.559c0.299%2C0.155%2C0.581%2C0.331%2C0.846%2C0.527c0.653%2C0.481%2C1.173%2C1.1%2C1.501%2C1.788%0D%0A%09%09%09c0.069%2C0.158%2C0.13%2C0.322%2C0.18%2C0.492c-0.373%2C0.24-0.691%2C0.539-0.945%2C0.877c-0.113-0.087-0.296-0.214-0.55-0.349%0D%0A%09%09%09c-0.446-0.238-1.109-0.502-1.999-0.625c-0.438-0.061-0.529%2C0.593-0.091%2C0.652c0.679%2C0.094%2C1.735%2C0.397%2C2.289%2C0.885%0D%0A%09%09%09C36.991%2C39.749%2C36.877%2C40.107%2C36.824%2C40.477z%20M43.938%2C40.735c0.135%2C0.005%2C0.309%2C0.005%2C0.518-0.014%0D%0A%09%09%09c0.504-0.041%2C1.205-0.18%2C2.019-0.559c0.4-0.187%2C0.119-0.783-0.28-0.597c-0.598%2C0.278-1.595%2C0.583-2.32%2C0.509%0D%0A%09%09%09c-0.056-0.273-0.146-0.544-0.274-0.806c-0.097-0.199-0.212-0.384-0.343-0.554c0.717-0.512%2C1.265-1.157%2C1.648-1.913%0D%0A%09%09%09c0.45-0.844%2C0.689-1.805%2C0.683-2.822l0.06-0.01c0.58-0.088%2C1.165-0.073%2C1.759%2C0.046c2.238%2C0.481%2C4.193%2C2.575%2C3.934%2C4.932%0D%0A%09%09%09c-0.213%2C1.945-1.297%2C3.42-2.832%2C4.174c-0.211%2C0.102-0.413%2C0.186-0.621%2C0.257c-0.787%2C0.27-1.666%2C0.367-2.59%2C0.266%0D%0A%09%09%09c-0.706-0.078-1.532-0.314-2.092-0.796C43.674%2C42.235%2C43.936%2C41.492%2C43.938%2C40.735z%20M37.589%2C43.116%0D%0A%09%09%09c-0.731%2C0.517-1.305%2C1.311-1.684%2C2.087c-0.193%2C0.396%2C0.402%2C0.683%2C0.595%2C0.288c0.301-0.617%2C0.928-1.541%2C1.582-1.909%0D%0A%09%09%09c0.378%2C0.291%2C0.813%2C0.498%2C1.277%2C0.614c-0.076%2C0.495-0.078%2C1.011-0.015%2C1.522c0.106%2C0.952%2C0.426%2C1.892%2C0.922%2C2.718%0D%0A%09%09%09c0.073%2C0.124%2C0.149%2C0.243%2C0.229%2C0.357l-0.066%2C0.094c-1.65%2C2.292-5.583%2C2.758-7.474%2C0.519c-0.811-0.959-1.332-2.056-1.349-3.324%0D%0A%09%09%09c0.001-0.677%2C0.137-1.318%2C0.376-1.903c0.429-0.841%2C0.94-1.54%2C1.532-2.059c0.72-0.581%2C1.581-0.953%2C2.474-1.031%0D%0A%09%09%09c0.261-0.011%2C0.528%2C0.005%2C0.803%2C0.047c0.023%2C0.433%2C0.132%2C0.864%2C0.333%2C1.276C37.251%2C42.672%2C37.409%2C42.907%2C37.589%2C43.116z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238845CA%22%20d%3D%22M40.431%2C43.194c-0.226%2C0.006-0.845-0.048-1.298-0.301%0D%0A%09%09c-0.439-0.244-0.681-0.463-0.915-0.907c-0.482-0.919-0.208-1.853%2C0.501-2.613c0.462-0.494%2C0.94-0.668%2C1.551-0.782%0D%0A%09%09c0.295-0.055%2C0.52-0.018%2C0.769%2C0.044c0.247%2C0.062%2C0.476%2C0.171%2C0.685%2C0.329c0.21%2C0.157%2C0.387%2C0.362%2C0.532%2C0.615%0D%0A%09%09c0.143%2C0.247%2C0.221%2C0.5%2C0.234%2C0.758s-0.021%2C0.506-0.104%2C0.741c-0.085%2C0.235-0.21%2C0.451-0.376%2C0.647%0D%0A%09%09c-0.166%2C0.197-0.358%2C0.354-0.574%2C0.47c-0.217%2C0.115-0.422%2C0.184-0.614%2C0.204c-0.193%2C0.021-0.375%2C0.008-0.542-0.039%0D%0A%09%09c-0.167-0.047-0.316-0.123-0.445-0.231c-0.129-0.106-0.234-0.234-0.321-0.383c-0.078-0.137-0.13-0.29-0.156-0.46%0D%0A%09%09c-0.028-0.169-0.023-0.338%2C0.015-0.509c0.036-0.17%2C0.105-0.33%2C0.211-0.479c0.103-0.149%2C0.249-0.274%2C0.438-0.376%0D%0A%09%09c0.159-0.085%2C0.308-0.135%2C0.443-0.15c0.136-0.016%2C0.263-0.008%2C0.377%2C0.024c0.115%2C0.032%2C0.215%2C0.081%2C0.297%2C0.148%0D%0A%09%09c0.083%2C0.066%2C0.15%2C0.145%2C0.201%2C0.232c0.054%2C0.093%2C0.089%2C0.197%2C0.105%2C0.31c0.017%2C0.113%2C0.011%2C0.226-0.018%2C0.339%0D%0A%09%09c-0.029%2C0.112-0.079%2C0.218-0.147%2C0.316c-0.071%2C0.099-0.166%2C0.18-0.285%2C0.243c-0.051%2C0.027-0.109%2C0.05-0.175%2C0.066%0D%0A%09%09c-0.064%2C0.017-0.132%2C0.022-0.202%2C0.017c-0.07-0.005-0.136-0.024-0.196-0.058c-0.059-0.032-0.107-0.081-0.146-0.148%0D%0A%09%09c-0.06-0.104-0.071-0.203-0.037-0.298c0.035-0.094%2C0.091-0.16%2C0.164-0.2c0.046-0.024%2C0.108-0.035%2C0.183-0.033%0D%0A%09%09c0.076%2C0.003%2C0.132%2C0.034%2C0.166%2C0.095c0.021%2C0.038%2C0.032%2C0.069%2C0.03%2C0.092s-0.009%2C0.055-0.021%2C0.098%0D%0A%09%09c-0.009%2C0.026-0.003%2C0.056%2C0.017%2C0.088c0.012%2C0.022%2C0.035%2C0.024%2C0.07%2C0.006c0.153-0.082%2C0.251-0.199%2C0.29-0.35%0D%0A%09%09c0.04-0.151%2C0.021-0.295-0.058-0.432c-0.064-0.11-0.174-0.195-0.33-0.255c-0.158-0.06-0.331-0.039-0.519%2C0.062%0D%0A%09%09c-0.165%2C0.088-0.292%2C0.193-0.382%2C0.317c-0.089%2C0.123-0.147%2C0.252-0.173%2C0.389c-0.026%2C0.136-0.026%2C0.272%2C0.001%2C0.409%0D%0A%09%09c0.025%2C0.137%2C0.073%2C0.263%2C0.139%2C0.378c0.063%2C0.11%2C0.144%2C0.205%2C0.241%2C0.286c0.099%2C0.08%2C0.209%2C0.138%2C0.33%2C0.175%0D%0A%09%09c0.122%2C0.035%2C0.255%2C0.046%2C0.404%2C0.031c0.148-0.014%2C0.302-0.064%2C0.462-0.149c0.204-0.11%2C0.381-0.254%2C0.527-0.434%0D%0A%09%09c0.146-0.179%2C0.253-0.373%2C0.318-0.583c0.064-0.211%2C0.09-0.428%2C0.071-0.652c-0.017-0.223-0.083-0.437-0.199-0.64%0D%0A%09%09c-0.104-0.181-0.244-0.331-0.422-0.451c-0.177-0.12-0.368-0.207-0.571-0.258c-0.205-0.052-0.391-0.094-0.635-0.05%0D%0A%09%09c-0.596%2C0.109-1.021%2C0.31-1.429%2C0.799s-0.609%2C0.913-0.523%2C1.543c0.069%2C0.492%2C0.257%2C0.77%2C0.609%2C1.122%0D%0A%09%09c0.498%2C0.499%2C1.39%2C0.628%2C1.687%2C0.664C40.956%2C43.063%2C40.805%2C43.185%2C40.431%2C43.194z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
}
.el-banner.el-banner_bonuses .el-banner__title {
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
}
.el-banner.el-banner_bonuses .el-banner__txt {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}
.el-banner.el-banner_bonuses .el-banner__left {
  width: 268px;
  padding: 18px 0 16px 50px;
}
.el-banner.el-banner_bonuses .el-banner__center {
  width: 305px;
  padding: 20px;
}
.el-banner.el-banner_bonuses .el-banner__right {
  width: 380px;
  padding: 0 125px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-banner.el-banner_bonuses .el-banner__right::before,
.el-banner.el-banner_bonuses .el-banner__right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  -webkit-transform: rotate(36deg) translateY(-50%);
  -ms-transform: rotate(36deg) translateY(-50%);
  transform: rotate(36deg) translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 0;
}
.el-banner.el-banner_bonuses .el-banner__right::before {
  background-color: #9459d0;
  left: -110px;
}
.el-banner.el-banner_bonuses .el-banner__right::after {
  background-color: #56cb08;
  left: -88px;
}
.el-banner.el-banner_bonuses .el-banner__btn {
  position: relative;
  z-index: 1;
}
/* ICONS */
.ico,
.nav__item_catalog,
.header__but_catalog,
.header__but_cabinet,
.header__but_cart,
.ico-arrow-orange,
.ico-prev_orange,
.ico-next_orange,
.ui-spinner-button,
.ico-alert,
.ico-send,
.ico-send-ok,
.ico-flower-right,
.ico-favorite-big,
.ico-favorite,
.ico-edit,
.ico-cart,
.nav__item_steps,
.ico-compliment,
.ico-compliment-orange,
.ico-delivery-orange,
.ico-delivery,
.ico-rotate,
.form__input_radio,
.form__checkbox.active,
.el-checkbox.active,
.ico-move,
.ico-repeat-order,
.ico-show,
.js-list-unwrap__item.nav__item_categories,
.ico-soc-mini,
.ico-print,
.ico-icon-rocket,
.ico-icon-present,
.ico-icon-perc,
.ico-icon-perc2,
.ico-icon-car,
.ico-icon-money,
.el-button-scroll,
.ico-info,
.ico-info-min,
.ico-check,
.el-citat,
.ico-online-payment,
.ico-addaddress,
.ico-addcontact,
.bank-ico,
.diamond-ico,
.calendar-ico,
.el-rate,
.promocode__title {
  position: relative;
}
.ico::after,
.nav__item_catalog::after,
.header__but_catalog::after,
.header__but_cabinet::after,
.header__but_cart::after,
.ico-arrow-orange::after,
.ico-prev_orange::after,
.ico-next_orange::after,
.ui-spinner-button::after,
.ico-alert::after,
.ico-send::after,
.ico-send-ok::after,
.ico-flower-right::after,
.ico-favorite-big::after,
.ico-favorite::after,
.ico-edit::after,
.ico-cart::after,
.nav__item_steps::after,
.ico-compliment::after,
.ico-compliment-orange::after,
.ico-delivery-orange::after,
.ico-delivery::after,
.ico-rotate::after,
.form__input_radio::after,
.form__checkbox.active::after,
.el-checkbox.active::after,
.ico-move::after,
.ico-repeat-order::after,
.ico-show::after,
.js-list-unwrap__item.nav__item_categories::after,
.ico-soc-mini::after,
.ico-print::after,
.ico-icon-rocket::after,
.ico-icon-present::after,
.ico-icon-perc::after,
.ico-icon-perc2::after,
.ico-icon-car::after,
.ico-icon-money::after,
.el-button-scroll::after,
.ico-info::after,
.ico-info-min::after,
.ico-check::after,
.el-citat::after,
.ico-online-payment::after,
.ico-addaddress::after,
.ico-addcontact::after,
.bank-ico::after,
.diamond-ico::after,
.calendar-ico::after,
.el-rate::after,
.promocode__title::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  -webkit-transition: none;
  transition: none;
}
.ico::before,
.nav__item_catalog::before,
.header__but_catalog::before,
.header__but_cabinet::before,
.header__but_cart::before,
.ico-arrow-orange::before,
.ico-prev_orange::before,
.ico-next_orange::before,
.ui-spinner-button::before,
.ico-alert::before,
.ico-send::before,
.ico-send-ok::before,
.ico-flower-right::before,
.ico-favorite-big::before,
.ico-favorite::before,
.ico-edit::before,
.ico-cart::before,
.nav__item_steps::before,
.ico-compliment::before,
.ico-compliment-orange::before,
.ico-delivery-orange::before,
.ico-delivery::before,
.ico-rotate::before,
.form__input_radio::before,
.form__checkbox.active::before,
.el-checkbox.active::before,
.ico-move::before,
.ico-repeat-order::before,
.ico-show::before,
.js-list-unwrap__item.nav__item_categories::before,
.ico-soc-mini::before,
.ico-print::before,
.ico-icon-rocket::before,
.ico-icon-present::before,
.ico-icon-perc::before,
.ico-icon-perc2::before,
.ico-icon-car::before,
.ico-icon-money::before,
.el-button-scroll::before,
.ico-info::before,
.ico-info-min::before,
.ico-check::before,
.el-citat::before,
.ico-online-payment::before,
.ico-addaddress::before,
.ico-addcontact::before,
.bank-ico::before,
.diamond-ico::before,
.calendar-ico::before,
.el-rate::before,
.promocode__title::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  -webkit-transition: none;
  transition: none;
}
.svg-ico,
.ico-send::before,
.ico-send-ok::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.svg-ico-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.item__wrap_haschild > .nav__item_catalog::after {
  background-image: url("../img/ico.png");
  background-position: -415px -163px;
  width: 7px;
  height: 13px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23BCBCBC%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.header__but_catalog::before {
  background-image: url("../img/ico.png");
  background-position: -424px -312px;
  width: 20px;
  height: 17px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M50%2C33.5c0%2C1.1-0.9%2C2-2%2C2H32c-1.1%2C0-2-0.9-2-2l0%2C0c0-1.1%2C0.9-2%2C2-2h16C49.1%2C31.5%2C50%2C32.4%2C50%2C33.5L50%2C33.5z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M50%2C46.5c0%2C1.1-0.9%2C2-2%2C2H32c-1.1%2C0-2-0.9-2-2l0%2C0c0-1.1%2C0.9-2%2C2-2h16C49.1%2C44.5%2C50%2C45.4%2C50%2C46.5L50%2C46.5z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M50%2C40c0%2C1.1-0.9%2C2-2%2C2H32c-1.1%2C0-2-0.9-2-2l0%2C0c0-1.1%2C0.9-2%2C2-2h16C49.1%2C38%2C50%2C38.9%2C50%2C40L50%2C40z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.header__but_catalog::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("../img/ico.png");
  background-position: -442px -369px;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 21px;
  right: 18px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2237.301%2C33%2036%2C34.29%2041.395%2C39.999%2036.027%2C45.679%2037.301%2C47%2044%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.js-menuopen.active .header__but_catalog::after,
.header__but_catalog.active::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.header__but_cabinet::before {
  background-image: url("../img/ico.png");
  background-position: -95px -389px;
  width: 28px;
  height: 29px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M52.965%2C37.508L42.492%2C27.034c-0.686-0.686-1.594-1.03-2.492-1.029c-0.899-0.001-1.806%2C0.344-2.491%2C1.029%0D%0A%09L27.034%2C37.508c-0.686%2C0.687-1.029%2C1.594-1.028%2C2.491c-0.001%2C0.899%2C0.343%2C1.807%2C1.027%2C2.493l10.477%2C10.474%0D%0A%09c0.684%2C0.686%2C1.592%2C1.03%2C2.491%2C1.029c0.898%2C0.001%2C1.806-0.344%2C2.492-1.029l10.473-10.474c0.688-0.687%2C1.031-1.594%2C1.029-2.493%0D%0A%09C53.996%2C39.102%2C53.652%2C38.193%2C52.965%2C37.508z%20M51.666%2C41.193l-4.793%2C4.792c-0.691-0.443-1.719-1.059-2.602-1.397%0D%0A%09c-1.338-0.514-2.432-1.043-2.432-2.144c0-1.854%2C2.477-2.143%2C2.477-5.504c0-2.673-2.209-4.242-4.316-4.242%0D%0A%09c-2.105%2C0-4.309%2C1.472-4.309%2C4.242c0%2C3.361%2C2.471%2C3.65%2C2.471%2C5.504c0%2C1.101-1.095%2C1.63-2.434%2C2.144%0D%0A%09c-0.882%2C0.339-1.931%2C0.936-2.637%2C1.364l-4.759-4.759c-0.327-0.328-0.49-0.757-0.49-1.194c0-0.436%2C0.163-0.864%2C0.49-1.193%0D%0A%09l10.474-10.473c0.328-0.327%2C0.756-0.49%2C1.193-0.491c0.436%2C0.001%2C0.865%2C0.164%2C1.193%2C0.491l10.473%2C10.474%0D%0A%09c0.328%2C0.329%2C0.49%2C0.757%2C0.492%2C1.192C52.156%2C40.437%2C51.994%2C40.864%2C51.666%2C41.193z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.header__but_cart::before {
  width: 27px;
  height: 23px;
  position: absolute;
  top: 15px;
  left: 19px;
  z-index: 0;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.001px%22%20height%3D%2222.999px%22%20viewBox%3D%2226.5%2028.501%2027.001%2022.999%22%20enable-background%3D%22new%2026.5%2028.501%2027.001%2022.999%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M52.834%2C30.892H32.289v-0.667v-0.53v-0.528c0-0.367-0.299-0.666-0.665-0.666h-4.458%0D%0A%09%09c-0.367%2C0-0.666%2C0.299-0.666%2C0.666v1.059c0%2C0.368%2C0.299%2C0.667%2C0.666%2C0.667h3.326c0.241%2C1.093%2C0.728%2C3.221%2C0.751%2C3.324l1.854%2C8.604%0D%0A%09%09l0%2C0c0%2C0%2C0.002%2C0.005%2C0.002%2C0.007l0.313%2C1.446c0%2C0.002%2C0.002%2C0.004%2C0.002%2C0.007c0.078%2C0.487%2C0.139%2C1.053%2C0.139%2C1.629v0.917%0D%0A%09%09c0%2C0.367%2C0.299%2C0.667%2C0.666%2C0.667h1.34h13.089h1.338c0.367%2C0%2C0.666-0.3%2C0.666-0.667v-1.234c0-0.367-0.299-0.666-0.666-0.666H35.659%0D%0A%09%09c-0.703%2C0-0.839-0.383-0.106-0.596l17.308-5.018c0.353-0.104%2C0.64-0.488%2C0.64-0.855v-6.898C53.5%2C31.19%2C53.201%2C30.892%2C52.834%2C30.892%0D%0A%09%09z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2248.646%22%20cy%3D%2249.495%22%20r%3D%222.005%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2235.558%22%20cy%3D%2249.495%22%20r%3D%222.005%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  background-repeat: no-repeat;
}
.header__but_cart-full.header__but_cart::before {
  top: 20px;
}
.header__but_cart-full::after {
  position: absolute;
  top: 6px;
  left: 25px;
  z-index: 0;
  border-radius: 50%;
  background: #0386f8;
  width: 20px;
  height: 20px;
  line-height: 200%;
  font-size: 11px;
  content: attr(data-count);
}
.form-wrap__button {
  background-image: url("../img/ico.png");
  background-position: -424px -64px;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20cx%3D%2237.856%22%20cy%3D%2237.863%22%20r%3D%229.056%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%222.3%22%20stroke-linecap%3D%22round%22%20x1%3D%2244.551%22%20y1%3D%2244.544%22%20x2%3D%2251.199%22%20y2%3D%2251.192%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.dropdown {
  position: relative;
  margin: 0;
  padding: 20px 15px 20px 41px;
}
.dropdown::before {
  background-image: url("../img/ico.png");
  background-position: -414px -180px;
  width: 7px;
  height: 13px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  left: 18px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23D7D7D7%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.closed .dropdown::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sorting__view_grid::before,
.sorting__view_table::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
}
.sorting__view_grid:hover::before,
.sorting__view_table:hover::before,
.sorting__view_grid.active::before,
.sorting__view_table.active::before {
  opacity: 1;
}
.sorting__view_grid::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M21.2893%200H1.93539C0.866472%200%200%200.866472%200%201.93539V21.2893C0%2022.3582%200.866472%2023.2247%201.93539%2023.2247H21.2893C22.3582%2023.2247%2023.2247%2022.3582%2023.2247%2021.2893V1.93539C23.2247%200.866472%2022.3582%200%2021.2893%200Z%22%20transform%3D%22translate(0.215164%200.864258)%22%20fill%3D%22%23ECEDF0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.2893%200H1.93539C0.86647%200%200%200.866472%200%201.93539V21.2893C0%2022.3582%200.86647%2023.2247%201.93539%2023.2247H21.2893C22.3582%2023.2247%2023.2247%2022.3582%2023.2247%2021.2893V1.93539C23.2247%200.866472%2022.3582%200%2021.2893%200Z%22%20transform%3D%22translate(27.3105%200.86377)%22%20fill%3D%22%23ECEDF0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.2893%200H1.93539C0.866472%200%200%200.866472%200%201.93539V21.2893C0%2022.3582%200.866472%2023.2247%201.93539%2023.2247H21.2893C22.3582%2023.2247%2023.2247%2022.3582%2023.2247%2021.2893V1.93539C23.2247%200.866472%2022.3582%200%2021.2893%200Z%22%20transform%3D%22translate(0.215149%2027.9595)%22%20fill%3D%22%23ECEDF0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.2893%200H1.93539C0.86647%200%200%200.866472%200%201.93539V21.2893C0%2022.3582%200.86647%2023.2247%201.93539%2023.2247H21.2893C22.3582%2023.2247%2023.2247%2022.3582%2023.2247%2021.2893V1.93539C23.2247%200.866472%2022.3582%200%2021.2893%200Z%22%20transform%3D%22translate(27.3105%2027.9595)%22%20fill%3D%22%23ECEDF0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sorting__view_grid:hover::before,
.sorting__view_grid.active::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M21.2893%200H1.93539C0.866472%200%200%200.866472%200%201.93539V21.2893C0%2022.3582%200.866472%2023.2247%201.93539%2023.2247H21.2893C22.3582%2023.2247%2023.2247%2022.3582%2023.2247%2021.2893V1.93539C23.2247%200.866472%2022.3582%200%2021.2893%200Z%22%20transform%3D%22translate(0.215164%200.864258)%22%20fill%3D%22%23C9C9C9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.2893%200H1.93539C0.86647%200%200%200.866472%200%201.93539V21.2893C0%2022.3582%200.86647%2023.2247%201.93539%2023.2247H21.2893C22.3582%2023.2247%2023.2247%2022.3582%2023.2247%2021.2893V1.93539C23.2247%200.866472%2022.3582%200%2021.2893%200Z%22%20transform%3D%22translate(27.3105%200.86377)%22%20fill%3D%22%23C9C9C9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.2893%200H1.93539C0.866472%200%200%200.866472%200%201.93539V21.2893C0%2022.3582%200.866472%2023.2247%201.93539%2023.2247H21.2893C22.3582%2023.2247%2023.2247%2022.3582%2023.2247%2021.2893V1.93539C23.2247%200.866472%2022.3582%200%2021.2893%200Z%22%20transform%3D%22translate(0.215149%2027.9595)%22%20fill%3D%22%23C9C9C9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.2893%200H1.93539C0.86647%200%200%200.866472%200%201.93539V21.2893C0%2022.3582%200.86647%2023.2247%201.93539%2023.2247H21.2893C22.3582%2023.2247%2023.2247%2022.3582%2023.2247%2021.2893V1.93539C23.2247%200.866472%2022.3582%200%2021.2893%200Z%22%20transform%3D%22translate(27.3105%2027.9595)%22%20fill%3D%22%23C9C9C9%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sorting__view_table::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M27.4997%2010.9092H2.49977C1.80528%2010.9092%201.21513%2011.108%200.72897%2011.5058C0.242807%2011.9035%200%2012.3862%200%2012.9546V17.0459C0%2017.6138%200.242807%2018.0965%200.72897%2018.4941C1.21486%2018.8918%201.80528%2019.0906%202.49977%2019.0906H27.5003C28.1944%2019.0906%2028.785%2018.8918%2029.2708%2018.4941C29.7571%2018.0965%2029.9999%2017.6138%2029.9999%2017.0459V12.9546C29.9999%2012.3862%2029.7571%2011.9033%2029.2705%2011.5058C28.7844%2011.108%2028.1945%2010.9092%2027.4997%2010.9092Z%22%20fill%3D%22%23ECEDF0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M27.4997%2021.8181H2.49977C1.80528%2021.8181%201.21513%2022.0167%200.72897%2022.4146C0.242807%2022.8125%200%2023.2952%200%2023.8631V27.9544C0%2028.5224%200.242807%2029.0059%200.72897%2029.4035C1.21486%2029.8011%201.80528%2029.9995%202.49977%2029.9995H27.5003C28.1944%2029.9995%2028.785%2029.8009%2029.2708%2029.4035C29.7571%2029.0056%2029.9999%2028.5224%2029.9999%2027.9544V23.8631C29.9999%2023.2952%2029.7571%2022.812%2029.2705%2022.4146C28.7844%2022.0172%2028.1945%2021.8181%2027.4997%2021.8181Z%22%20fill%3D%22%23ECEDF0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M29.2705%200.596495C28.7844%200.198956%2028.1944%200%2027.4997%200H2.49977C1.80528%200%201.21513%200.198732%200.72897%200.596495C0.242807%200.994259%200%201.47732%200%202.04531V6.13645C0%206.70481%200.242807%207.18742%200.72897%207.58526C1.21486%207.9828%201.80528%208.18183%202.49977%208.18183H27.5003C28.1944%208.18183%2028.7844%207.9828%2029.2708%207.58526C29.7571%207.18772%2029.9999%206.70481%2029.9999%206.13645V2.04531C29.9999%201.47725%2029.7571%200.994259%2029.2705%200.596495Z%22%20fill%3D%22%23ECEDF0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sorting__view_table:hover::before,
.sorting__view_table.active::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M27.4997%2010.9092H2.49977C1.80528%2010.9092%201.21513%2011.108%200.72897%2011.5058C0.242807%2011.9035%200%2012.3862%200%2012.9546V17.0459C0%2017.6138%200.242807%2018.0965%200.72897%2018.4941C1.21486%2018.8918%201.80528%2019.0906%202.49977%2019.0906H27.5003C28.1944%2019.0906%2028.785%2018.8918%2029.2708%2018.4941C29.7571%2018.0965%2029.9999%2017.6138%2029.9999%2017.0459V12.9546C29.9999%2012.3862%2029.7571%2011.9033%2029.2705%2011.5058C28.7844%2011.108%2028.1945%2010.9092%2027.4997%2010.9092Z%22%20fill%3D%22%23C9C9C9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M27.4997%2021.8181H2.49977C1.80528%2021.8181%201.21513%2022.0167%200.72897%2022.4146C0.242807%2022.8125%200%2023.2952%200%2023.8631V27.9544C0%2028.5224%200.242807%2029.0059%200.72897%2029.4035C1.21486%2029.8011%201.80528%2029.9995%202.49977%2029.9995H27.5003C28.1944%2029.9995%2028.785%2029.8009%2029.2708%2029.4035C29.7571%2029.0056%2029.9999%2028.5224%2029.9999%2027.9544V23.8631C29.9999%2023.2952%2029.7571%2022.812%2029.2705%2022.4146C28.7844%2022.0172%2028.1945%2021.8181%2027.4997%2021.8181Z%22%20fill%3D%22%23C9C9C9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M29.2705%200.596495C28.7844%200.198956%2028.1944%200%2027.4997%200H2.49977C1.80528%200%201.21513%200.198732%200.72897%200.596495C0.242807%200.994259%200%201.47732%200%202.04531V6.13645C0%206.70481%200.242807%207.18742%200.72897%207.58526C1.21486%207.9828%201.80528%208.18183%202.49977%208.18183H27.5003C28.1944%208.18183%2028.7844%207.9828%2029.2708%207.58526C29.7571%207.18772%2029.9999%206.70481%2029.9999%206.13645V2.04531C29.9999%201.47725%2029.7571%200.994259%2029.2705%200.596495Z%22%20fill%3D%22%23C9C9C9%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.ico-arrow-orange::after {
  background-image: url("../img/ico.png");
  background-position: -412px -80px;
  width: 9px;
  height: 17px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.select-ico__title.ico-arrow-orange::after,
.table-variants__list-title.ico-arrow-orange::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 0;
  right: 0;
  margin-left: 10px;
  margin-top: 2px;
  will-change: transform;
}
.select-ico.active .select-ico__title.ico-arrow-orange::after,
.select-ico.active .table-variants__list-title.ico-arrow-orange::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ico-arrow-orange_90::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
}
.pagination__item.ico-prev_orange::before,
.pagination__item.ico-next_orange::before {
  position: relative;
  top: -1px;
}
.ico-prev_orange::before {
  background-image: url("../img/ico.png");
  background-position: -412px -80px;
  width: 9px;
  height: 17px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.pagination__item.ico-prev_orange::before {
  position: relative;
  top: -1px;
}
.ico-prev_orange:hover::before {
  background-image: url("../img/ico.png");
  background-position: -412px -80px;
  width: 9px;
  height: 17px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-next_orange::before {
  background-image: url("../img/ico.png");
  background-position: -412px -80px;
  width: 9px;
  height: 17px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-next_orange:hover::before {
  background-image: url("../img/ico.png");
  background-position: -412px -80px;
  width: 9px;
  height: 17px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ui-spinner-button {
  position: absolute;
}
.ui-spinner-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/ico.png");
  background-position: -413px -338px;
  width: 9px;
  height: 5px;
  width: 10px;
  left: 1.5px;
  opacity: 0.5;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%235E5E5E%22%20points%3D%2235.5%2C41.626%2036.273%2C42.482%2039.999%2C39.104%2043.738%2C42.5%2044.5%2C41.626%2039.999%2C37.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  will-change: opacity;
}
.ui-spinner-button.ui-spinner-down::before,
.ui-spinner-button.bootstrap-touchspin-down::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-spinner-button:hover::before,
.ui-spinner-button.active::before {
  opacity: 1;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%235E5E5E%22%20points%3D%2235.5%2C41.626%2036.273%2C42.482%2039.999%2C39.104%2043.738%2C42.5%2044.5%2C41.626%2039.999%2C37.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-alert {
  position: relative;
}
.ico-alert::before {
  position: absolute;
  left: 0;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%223.2412%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2240%22%20y1%3D%2232.578%22%20x2%3D%2240%22%20y2%3D%2241.737%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%223.2412%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2240%22%20y1%3D%2246.704%22%20x2%3D%2240%22%20y2%3D%2247.421%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-alert_round {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  display: inline-block;
  border: 1px solid #fa6405;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.ico-alert_round::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  zoom: 0.75;
}
.rate-add__info-count__scope {
  background-image: url("../img/ico.png");
  background-position: -424px -139px;
  width: 24px;
  height: 23px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%2228%2028.5%2024%2023%22%20enable-background%3D%22new%2028%2028.5%2024%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239459D0%22%20d%3D%22M34.954%2C40.947c-0.438%2C0.142-0.88%2C0.374-1.32%2C0.692%0D%0A%09%09%09c-0.44%2C0.319-0.835%2C0.705-1.182%2C1.154c-0.348%2C0.451-0.628%2C0.957-0.842%2C1.519c-0.212%2C0.562-0.319%2C1.152-0.321%2C1.771%0D%0A%09%09%09c0.008%2C0.574%2C0.12%2C1.157%2C0.34%2C1.747c0.22%2C0.589%2C0.58%2C1.182%2C1.083%2C1.778c0.418%2C0.496%2C0.882%2C0.863%2C1.391%2C1.099%0D%0A%09%09%09c0.507%2C0.235%2C1.012%2C0.381%2C1.513%2C0.437c0.5%2C0.055%2C0.978%2C0.048%2C1.431-0.022c0.454-0.07%2C0.835-0.155%2C1.146-0.258%0D%0A%09%09%09c0.521-0.169%2C0.994-0.406%2C1.416-0.713c0.424-0.307%2C0.783-0.666%2C1.082-1.079c0.066-0.093%2C0.13-0.188%2C0.191-0.285%0D%0A%09%09%09c-0.101-0.136-0.194-0.275-0.283-0.421c-0.327-0.535-0.57-1.086-0.731-1.654c-0.16-0.567-0.241-1.128-0.242-1.682%0D%0A%09%09%09c-0.002-0.555%2C0.064-1.05%2C0.203-1.486c0.072-0.229%2C0.173-0.458%2C0.301-0.686l-0.106-0.143c-0.061-0.077-0.119-0.15-0.175-0.217%0D%0A%09%09%09c-0.373-0.441-0.772-0.789-1.197-1.045c-0.427-0.256-0.856-0.438-1.294-0.55c-0.437-0.111-0.862-0.159-1.275-0.145%0D%0A%09%09%09C35.667%2C40.774%2C35.292%2C40.837%2C34.954%2C40.947z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2342B4F2%22%20d%3D%22M39.827%2C43.544c-0.139%2C0.437-0.205%2C0.932-0.203%2C1.486%0D%0A%09%09%09c0.001%2C0.554%2C0.082%2C1.114%2C0.242%2C1.682c0.161%2C0.568%2C0.404%2C1.119%2C0.731%2C1.654c0.326%2C0.535%2C0.736%2C1.008%2C1.229%2C1.416%0D%0A%09%09%09c0.463%2C0.372%2C0.993%2C0.667%2C1.589%2C0.885s1.277%2C0.326%2C2.041%2C0.325c0.637-0.001%2C1.195-0.121%2C1.675-0.362s0.885-0.539%2C1.216-0.894%0D%0A%09%09%09s0.599-0.731%2C0.804-1.132c0.203-0.398%2C0.354-0.753%2C0.452-1.063c0.163-0.517%2C0.243-1.042%2C0.241-1.573s-0.082-1.049-0.241-1.553%0D%0A%09%09%09c-0.133-0.421-0.313-0.827-0.538-1.22c-0.205%2C0.125-0.418%2C0.234-0.641%2C0.328c-0.486%2C0.207-1%2C0.347-1.54%2C0.418%0D%0A%09%09%09c-0.542%2C0.072-1.09%2C0.077-1.646%2C0.014c-0.181-0.021-0.381-0.054-0.601-0.101c-0.221-0.047-0.444-0.115-0.674-0.202%0D%0A%09%09%09c-0.228-0.086-0.454-0.203-0.679-0.351c-0.224-0.146-0.427-0.334-0.61-0.562c-0.117-0.147-0.212-0.305-0.279-0.47%0D%0A%09%09%09c-0.069-0.166-0.096-0.327-0.081-0.484c-0.069-0.071-0.136-0.145-0.203-0.221s-0.128-0.147-0.183-0.216l-0.1-0.128%0D%0A%09%09%09c-0.238%2C0.123-0.458%2C0.263-0.658%2C0.421c-0.34%2C0.269-0.621%2C0.567-0.846%2C0.9C40.097%2C42.874%2C39.933%2C43.208%2C39.827%2C43.544z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2356CB08%22%20d%3D%22M40.971%2C39.415c0.041%2C0.181%2C0.096%2C0.364%2C0.16%2C0.548%0D%0A%09%09%09c0.165%2C0.47%2C0.431%2C0.932%2C0.797%2C1.388c0.055%2C0.068%2C0.115%2C0.14%2C0.183%2C0.216s0.134%2C0.149%2C0.203%2C0.221%0D%0A%09%09%09c-0.015%2C0.157%2C0.012%2C0.318%2C0.081%2C0.484c0.067%2C0.165%2C0.162%2C0.322%2C0.279%2C0.47c0.184%2C0.228%2C0.387%2C0.415%2C0.61%2C0.562%0D%0A%09%09%09c0.225%2C0.147%2C0.451%2C0.265%2C0.679%2C0.351c0.229%2C0.087%2C0.453%2C0.155%2C0.674%2C0.202c0.22%2C0.047%2C0.42%2C0.08%2C0.601%2C0.101%0D%0A%09%09%09c0.557%2C0.063%2C1.104%2C0.059%2C1.646-0.014c0.54-0.071%2C1.054-0.211%2C1.54-0.418c0.486-0.206%2C0.933-0.484%2C1.337-0.836%0D%0A%09%09%09c0.405-0.351%2C0.752-0.764%2C1.04-1.239c0.171-0.283%2C0.343-0.641%2C0.516-1.07c0.172-0.429%2C0.286-0.895%2C0.34-1.396%0D%0A%09%09%09c0.056-0.502%2C0.02-1.025-0.107-1.571c-0.127-0.545-0.396-1.074-0.808-1.587c-0.495-0.615-1.018-1.091-1.568-1.426%0D%0A%09%09%09c-0.552-0.336-1.119-0.566-1.701-0.691c-0.63-0.126-1.254-0.143-1.872-0.05c-0.119%2C0.018-0.236%2C0.039-0.351%2C0.063%0D%0A%09%09%09c0.002%2C0.077%2C0.003%2C0.154%2C0.001%2C0.231c-0.009%2C0.47-0.045%2C0.869-0.105%2C1.198c-0.099%2C0.554-0.275%2C1.066-0.527%2C1.54%0D%0A%09%09%09s-0.566%2C0.891-0.943%2C1.254c-0.375%2C0.361-0.801%2C0.669-1.274%2C0.922C41.95%2C39.104%2C41.475%2C39.288%2C40.971%2C39.415z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFB300%22%20d%3D%22M34.71%2C33.33c-0.057%2C0.314-0.072%2C0.652-0.049%2C1.013%0D%0A%09%09%09c0.265%2C0.069%2C0.523%2C0.153%2C0.777%2C0.254c0.556%2C0.22%2C1.063%2C0.501%2C1.524%2C0.841c0.46%2C0.341%2C0.835%2C0.701%2C1.125%2C1.082%0D%0A%09%09%09c0.222%2C0.294%2C0.411%2C0.634%2C0.567%2C1.021c0.156%2C0.388%2C0.255%2C0.802%2C0.298%2C1.242c0.023%2C0.234%2C0.025%2C0.471%2C0.007%2C0.712%0D%0A%09%09%09c0.223%2C0.05%2C0.439%2C0.077%2C0.648%2C0.083c0.24%2C0.006%2C0.47-0.006%2C0.69-0.035c0.219-0.028%2C0.416-0.064%2C0.589-0.106%0D%0A%09%09%09c0.533-0.128%2C1.037-0.318%2C1.511-0.57c0.474-0.253%2C0.899-0.561%2C1.274-0.922c0.377-0.363%2C0.691-0.78%2C0.943-1.254%0D%0A%09%09%09s0.429-0.986%2C0.527-1.54c0.061-0.329%2C0.097-0.729%2C0.105-1.198c0.01-0.471-0.047-0.955-0.171-1.454%0D%0A%09%09%09c-0.123-0.5-0.338-0.989-0.644-1.469s-0.737-0.896-1.294-1.248c-0.669-0.421-1.315-0.7-1.94-0.834%0D%0A%09%09%09c-0.624-0.135-1.226-0.163-1.806-0.086c-0.625%2C0.092-1.204%2C0.288-1.741%2C0.586c-0.538%2C0.299-1.011%2C0.658-1.418%2C1.076%0D%0A%09%09%09c-0.407%2C0.419-0.742%2C0.875-1.004%2C1.368C34.968%2C32.385%2C34.794%2C32.865%2C34.71%2C33.33z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FF7000%22%20d%3D%22M38.088%2C36.52c-0.29-0.381-0.665-0.741-1.125-1.082%0D%0A%09%09%09c-0.462-0.34-0.969-0.621-1.524-0.841c-0.557-0.221-1.143-0.364-1.761-0.43c-0.617-0.066-1.226-0.025-1.826%2C0.123%0D%0A%09%09%09c-0.554%2C0.146-1.078%2C0.393-1.575%2C0.742c-0.496%2C0.35-0.947%2C0.834-1.352%2C1.454c-0.337%2C0.518-0.533%2C1.044-0.586%2C1.582%0D%0A%09%09%09c-0.055%2C0.537-0.022%2C1.05%2C0.096%2C1.537c0.119%2C0.488%2C0.29%2C0.938%2C0.515%2C1.351c0.223%2C0.412%2C0.438%2C0.753%2C0.643%2C1.022%0D%0A%09%09%09c0.343%2C0.452%2C0.735%2C0.841%2C1.177%2C1.167c0.341%2C0.251%2C0.699%2C0.461%2C1.076%2C0.626c0.173-0.351%2C0.374-0.677%2C0.606-0.978%0D%0A%09%09%09c0.347-0.449%2C0.741-0.835%2C1.182-1.154c0.44-0.318%2C0.882-0.551%2C1.32-0.692c0.338-0.11%2C0.714-0.173%2C1.126-0.188%0D%0A%09%09%09c0.413-0.015%2C0.839%2C0.033%2C1.275%2C0.145c0.352%2C0.089%2C0.699%2C0.226%2C1.042%2C0.407c0.228-0.389%2C0.384-0.778%2C0.469-1.171%0D%0A%09%09%09c0.103-0.465%2C0.131-0.917%2C0.088-1.358c-0.043-0.44-0.142-0.854-0.298-1.242C38.5%2C37.153%2C38.31%2C36.813%2C38.088%2C36.52z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M43.227%2C39.485c-0.759-1.548-2.696-2.162-4.327-1.371%0D%0A%09%09%09c-1.631%2C0.791-2.336%2C2.688-1.576%2C4.236c0.759%2C1.548%2C2.695%2C2.162%2C4.327%2C1.371C43.28%2C42.93%2C43.986%2C41.034%2C43.227%2C39.485z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237B239B%22%20d%3D%22M41.313%2C44.148c0.412%2C0.827%2C1.11%2C1.516%2C1.823%2C2.009c0.362%2C0.252%2C0.74-0.289%2C0.378-0.54%0D%0A%09%09%09c-0.527-0.366-1.278-1.054-1.589-1.713c0.316-0.159%2C0.602-0.358%2C0.851-0.586c0.686%2C0.557%2C1.688%2C0.871%2C2.427%2C0.952l0.059%2C0.007%0D%0A%09%09%09l0.055%2C0.006l0.063%2C0.005c0.479%2C0.042%2C0.919%2C0.037%2C1.347-0.008c0.771-0.08%2C1.529-0.29%2C2.215-0.649%0D%0A%09%09%09c1.174%2C2.312%2C0.471%2C5.498-1.952%2C6.717c-1.487%2C0.748-3.715%2C0.191-4.959-0.81c-0.405-0.336-0.767-0.749-1.071-1.213%0D%0A%09%09%09c-0.423-0.645-0.736-1.386-0.898-2.146c-0.048-0.221-0.082-0.444-0.103-0.667c-0.037-0.405-0.026-0.813%2C0.038-1.217%0D%0A%09%09%09C40.429%2C44.326%2C40.877%2C44.279%2C41.313%2C44.148z%20M41.4%2C37.494c0.034-0.136%2C0.078-0.366%2C0.096-0.682%0D%0A%09%09%09c0.028-0.502-0.012-1.212-0.276-2.066c-0.13-0.419-0.763-0.226-0.633%2C0.193c0.203%2C0.655%2C0.373%2C1.741%2C0.16%2C2.445%0D%0A%09%09%09c-0.562-0.041-1.144%2C0.047-1.697%2C0.276c-0.165-0.48-0.414-0.94-0.747-1.368c-0.772-1.011-1.928-1.752-3.201-2.152l-0.055-0.017%0D%0A%09%09%09l-0.055-0.017c-0.063-2.367%2C2.173-4.597%2C4.447-4.935c2.295-0.305%2C4.767%2C1.111%2C5.331%2C3.398c0.075%2C0.305%2C0.126%2C0.605%2C0.154%2C0.903%0D%0A%09%09%09l0.006%2C0.253l0.001%2C0.217c-0.018%2C0.847-0.161%2C1.588-0.425%2C2.23c-0.363%2C0.817-0.939%2C1.526-1.696%2C2.063%0D%0A%09%09%09C42.406%2C37.882%2C41.922%2C37.63%2C41.4%2C37.494z%20M39.126%2C38.32c1.485-0.72%2C3.225-0.153%2C3.901%2C1.227c0.677%2C1.38%2C0.055%2C3.093-1.43%2C3.813%0D%0A%09%09%09c-1.485%2C0.721-3.225%2C0.153-3.901-1.226C37.019%2C40.755%2C37.641%2C39.041%2C39.126%2C38.32z%20M45.553%2C33.355%0D%0A%09%09%09c-0.032-0.308-0.087-0.62-0.164-0.935c-0.644-2.609-3.418-4.223-6.038-3.874c-2.562%2C0.38-4.941%2C2.771-5.016%2C5.397%0D%0A%09%09%09c-0.85-0.166-1.727-0.167-2.563%2C0.039c-2.503%2C0.658-4.272%2C3.124-3.646%2C5.697c0.456%2C1.874%2C1.65%2C3.33%2C3.305%2C4.227%0D%0A%09%09%09c-0.295%2C0.688-0.459%2C1.429-0.46%2C2.179c0.032%2C2.572%2C1.972%2C5.083%2C4.608%2C5.373c2.113%2C0.232%2C4.042-0.532%2C5.312-2.155%0D%0A%09%09%09c0.224%2C0.262%2C0.469%2C0.505%2C0.733%2C0.724c2.526%2C2.031%2C6.262%2C1.752%2C7.809-1.279c0.996-1.952%2C0.946-3.616%2C0.034-5.45%0D%0A%09%09%09c1.362-0.917%2C2.3-2.409%2C2.506-4.281c0.294-2.688-1.877-5.069-4.437-5.62C46.855%2C33.262%2C46.208%2C33.267%2C45.553%2C33.355z%0D%0A%09%09%09%20M36.824%2C40.477c-1.928-0.244-3.743%2C0.761-4.859%2C2.448l-0.033%2C0.052c-0.085%2C0.131-0.158%2C0.254-0.227%2C0.378%0D%0A%09%09%09c-2.22-1.134-4.023-4.378-2.512-6.695c0.663-1.018%2C1.547-1.75%2C2.738-2.063c0.805-0.199%2C1.66-0.179%2C2.48%2C0.01%0D%0A%09%09%09c0.542%2C0.144%2C1.053%2C0.329%2C1.516%2C0.559c0.299%2C0.155%2C0.581%2C0.331%2C0.846%2C0.527c0.653%2C0.481%2C1.173%2C1.1%2C1.501%2C1.788%0D%0A%09%09%09c0.069%2C0.158%2C0.13%2C0.322%2C0.18%2C0.492c-0.373%2C0.24-0.691%2C0.539-0.945%2C0.877c-0.113-0.087-0.296-0.214-0.55-0.349%0D%0A%09%09%09c-0.446-0.238-1.109-0.502-1.999-0.625c-0.438-0.061-0.529%2C0.593-0.091%2C0.652c0.679%2C0.094%2C1.735%2C0.397%2C2.289%2C0.885%0D%0A%09%09%09C36.991%2C39.749%2C36.877%2C40.107%2C36.824%2C40.477z%20M43.938%2C40.735c0.135%2C0.005%2C0.309%2C0.005%2C0.518-0.014%0D%0A%09%09%09c0.504-0.041%2C1.205-0.18%2C2.019-0.559c0.4-0.187%2C0.119-0.783-0.28-0.597c-0.598%2C0.278-1.595%2C0.583-2.32%2C0.509%0D%0A%09%09%09c-0.056-0.273-0.146-0.544-0.274-0.806c-0.097-0.199-0.212-0.384-0.343-0.554c0.717-0.512%2C1.265-1.157%2C1.648-1.913%0D%0A%09%09%09c0.45-0.844%2C0.689-1.805%2C0.683-2.822l0.06-0.01c0.58-0.088%2C1.165-0.073%2C1.759%2C0.046c2.238%2C0.481%2C4.193%2C2.575%2C3.934%2C4.932%0D%0A%09%09%09c-0.213%2C1.945-1.297%2C3.42-2.832%2C4.174c-0.211%2C0.102-0.413%2C0.186-0.621%2C0.257c-0.787%2C0.27-1.666%2C0.367-2.59%2C0.266%0D%0A%09%09%09c-0.706-0.078-1.532-0.314-2.092-0.796C43.674%2C42.235%2C43.936%2C41.492%2C43.938%2C40.735z%20M37.589%2C43.116%0D%0A%09%09%09c-0.731%2C0.517-1.305%2C1.311-1.684%2C2.087c-0.193%2C0.396%2C0.402%2C0.683%2C0.595%2C0.288c0.301-0.617%2C0.928-1.541%2C1.582-1.909%0D%0A%09%09%09c0.378%2C0.291%2C0.813%2C0.498%2C1.277%2C0.614c-0.076%2C0.495-0.078%2C1.011-0.015%2C1.522c0.106%2C0.952%2C0.426%2C1.892%2C0.922%2C2.718%0D%0A%09%09%09c0.073%2C0.124%2C0.149%2C0.243%2C0.229%2C0.357l-0.066%2C0.094c-1.65%2C2.292-5.583%2C2.758-7.474%2C0.519c-0.811-0.959-1.332-2.056-1.349-3.324%0D%0A%09%09%09c0.001-0.677%2C0.137-1.318%2C0.376-1.903c0.429-0.841%2C0.94-1.54%2C1.532-2.059c0.72-0.581%2C1.581-0.953%2C2.474-1.031%0D%0A%09%09%09c0.261-0.011%2C0.528%2C0.005%2C0.803%2C0.047c0.023%2C0.433%2C0.132%2C0.864%2C0.333%2C1.276C37.251%2C42.672%2C37.409%2C42.907%2C37.589%2C43.116z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238845CA%22%20d%3D%22M40.431%2C43.194c-0.226%2C0.006-0.845-0.048-1.298-0.301%0D%0A%09%09c-0.439-0.244-0.681-0.463-0.915-0.907c-0.482-0.919-0.208-1.853%2C0.501-2.613c0.462-0.494%2C0.94-0.668%2C1.551-0.782%0D%0A%09%09c0.295-0.055%2C0.52-0.018%2C0.769%2C0.044c0.247%2C0.062%2C0.476%2C0.171%2C0.685%2C0.329c0.21%2C0.157%2C0.387%2C0.362%2C0.532%2C0.615%0D%0A%09%09c0.143%2C0.247%2C0.221%2C0.5%2C0.234%2C0.758s-0.021%2C0.506-0.104%2C0.741c-0.085%2C0.235-0.21%2C0.451-0.376%2C0.647%0D%0A%09%09c-0.166%2C0.197-0.358%2C0.354-0.574%2C0.47c-0.217%2C0.115-0.422%2C0.184-0.614%2C0.204c-0.193%2C0.021-0.375%2C0.008-0.542-0.039%0D%0A%09%09c-0.167-0.047-0.316-0.123-0.445-0.231c-0.129-0.106-0.234-0.234-0.321-0.383c-0.078-0.137-0.13-0.29-0.156-0.46%0D%0A%09%09c-0.028-0.169-0.023-0.338%2C0.015-0.509c0.036-0.17%2C0.105-0.33%2C0.211-0.479c0.103-0.149%2C0.249-0.274%2C0.438-0.376%0D%0A%09%09c0.159-0.085%2C0.308-0.135%2C0.443-0.15c0.136-0.016%2C0.263-0.008%2C0.377%2C0.024c0.115%2C0.032%2C0.215%2C0.081%2C0.297%2C0.148%0D%0A%09%09c0.083%2C0.066%2C0.15%2C0.145%2C0.201%2C0.232c0.054%2C0.093%2C0.089%2C0.197%2C0.105%2C0.31c0.017%2C0.113%2C0.011%2C0.226-0.018%2C0.339%0D%0A%09%09c-0.029%2C0.112-0.079%2C0.218-0.147%2C0.316c-0.071%2C0.099-0.166%2C0.18-0.285%2C0.243c-0.051%2C0.027-0.109%2C0.05-0.175%2C0.066%0D%0A%09%09c-0.064%2C0.017-0.132%2C0.022-0.202%2C0.017c-0.07-0.005-0.136-0.024-0.196-0.058c-0.059-0.032-0.107-0.081-0.146-0.148%0D%0A%09%09c-0.06-0.104-0.071-0.203-0.037-0.298c0.035-0.094%2C0.091-0.16%2C0.164-0.2c0.046-0.024%2C0.108-0.035%2C0.183-0.033%0D%0A%09%09c0.076%2C0.003%2C0.132%2C0.034%2C0.166%2C0.095c0.021%2C0.038%2C0.032%2C0.069%2C0.03%2C0.092s-0.009%2C0.055-0.021%2C0.098%0D%0A%09%09c-0.009%2C0.026-0.003%2C0.056%2C0.017%2C0.088c0.012%2C0.022%2C0.035%2C0.024%2C0.07%2C0.006c0.153-0.082%2C0.251-0.199%2C0.29-0.35%0D%0A%09%09c0.04-0.151%2C0.021-0.295-0.058-0.432c-0.064-0.11-0.174-0.195-0.33-0.255c-0.158-0.06-0.331-0.039-0.519%2C0.062%0D%0A%09%09c-0.165%2C0.088-0.292%2C0.193-0.382%2C0.317c-0.089%2C0.123-0.147%2C0.252-0.173%2C0.389c-0.026%2C0.136-0.026%2C0.272%2C0.001%2C0.409%0D%0A%09%09c0.025%2C0.137%2C0.073%2C0.263%2C0.139%2C0.378c0.063%2C0.11%2C0.144%2C0.205%2C0.241%2C0.286c0.099%2C0.08%2C0.209%2C0.138%2C0.33%2C0.175%0D%0A%09%09c0.122%2C0.035%2C0.255%2C0.046%2C0.404%2C0.031c0.148-0.014%2C0.302-0.064%2C0.462-0.149c0.204-0.11%2C0.381-0.254%2C0.527-0.434%0D%0A%09%09c0.146-0.179%2C0.253-0.373%2C0.318-0.583c0.064-0.211%2C0.09-0.428%2C0.071-0.652c-0.017-0.223-0.083-0.437-0.199-0.64%0D%0A%09%09c-0.104-0.181-0.244-0.331-0.422-0.451c-0.177-0.12-0.368-0.207-0.571-0.258c-0.205-0.052-0.391-0.094-0.635-0.05%0D%0A%09%09c-0.596%2C0.109-1.021%2C0.31-1.429%2C0.799s-0.609%2C0.913-0.523%2C1.543c0.069%2C0.492%2C0.257%2C0.77%2C0.609%2C1.122%0D%0A%09%09c0.498%2C0.499%2C1.39%2C0.628%2C1.687%2C0.664C40.956%2C43.063%2C40.805%2C43.185%2C40.431%2C43.194z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.rate-add__info-count__review {
  background-image: url("../img/ico.png");
  background-position: -179px -355px;
  width: 32px;
  height: 23px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%0D%0A%09%09%09%3Crect%20x%3D%2247.006%22%20y%3D%2239.779%22%20transform%3D%22matrix(0.7075%200.7067%20-0.7067%200.7075%2046.0251%20-21.5096)%22%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%220.8894%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%223.981%22%20height%3D%2210.129%22%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Crect%20x%3D%2251.407%22%20y%3D%2239.281%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%2044.2359%20-25.912)%22%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%220.8894%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%223.979%22%20height%3D%222.322%22%2F%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%220.8894%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%09%0943.023%2C50.815%2044.007%2C47.018%2046.823%2C49.831%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20d%3D%22M24.377%2C38.244c0%2C5.003%2C6.197%2C9.474%2C12.817%2C12.571v-4.807c0%2C0%2C8.813-1.601%2C8.813-7.765%0D%0A%09%09%09c0-5.004-4.843-9.06-10.816-9.06C29.22%2C29.185%2C24.377%2C33.24%2C24.377%2C38.244z%22%2F%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20x1%3D%2230.893%22%20y1%3D%2238.163%22%20x2%3D%2231.528%22%20y2%3D%2238.163%22%2F%3E%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20x1%3D%2234.874%22%20y1%3D%2238.163%22%20x2%3D%2235.511%22%20y2%3D%2238.163%22%2F%3E%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20x1%3D%2238.856%22%20y1%3D%2238.163%22%20x2%3D%2239.493%22%20y2%3D%2238.163%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-send::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M503.037%2C116.9H143.412c-4.95%2C0-8.963%2C4.013-8.963%2C8.963v260.273c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h280.663%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963c0-4.95-4.013-8.963-8.963-8.963H166.869l121.955-109.147l28.423%2C25.438%20%20%20%20c1.702%2C1.523%2C3.839%2C2.284%2C5.977%2C2.284c2.138%2C0%2C4.276-0.761%2C5.977-2.284l28.419-25.434l121.952%2C109.143h-25.619%20%20%20%20c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h49.084c4.95%2C0%2C8.963-4.013%2C8.963-8.963V125.863%20%20%20%20C512%2C120.913%2C507.987%2C116.9%2C503.037%2C116.9z%20M323.224%2C274.757l-86.268-77.204c-3.688-3.301-9.355-2.988-12.656%2C0.702%20%20%20%20c-3.301%2C3.689-2.988%2C9.355%2C0.702%2C12.657l50.381%2C45.087L152.375%2C366.088V145.915l49.783%2C44.553c1.71%2C1.531%2C3.846%2C2.284%2C5.974%2C2.284%20%20%20%20c2.461%2C0%2C4.912-1.007%2C6.682-2.985c3.301-3.689%2C2.988-9.355-0.702-12.656l-47.245-42.281h312.713L323.224%2C274.757z%20%20%20%20%20M494.074%2C366.094L371.062%2C256.001l123.011-110.088V366.094z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M102.775%2C148.446h-69.91c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h69.91%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963C111.738%2C152.459%2C107.725%2C148.446%2C102.775%2C148.446z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M108.75%2C273.925H44.816c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h63.934%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963C117.714%2C277.938%2C113.7%2C273.925%2C108.75%2C273.925z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M84.848%2C220.148H8.963c-4.95%2C0-8.963%2C4.013-8.963%2C8.963s4.013%2C8.963%2C8.963%2C8.963h75.885c4.95%2C0%2C8.963-4.013%2C8.963-8.963%20%20%20%20S89.798%2C220.148%2C84.848%2C220.148z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M84.848%2C345.628h-7.351c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h7.351%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963C93.812%2C349.641%2C89.798%2C345.628%2C84.848%2C345.628z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M47.62%2C345.628H8.963c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963H47.62%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963C56.583%2C349.641%2C52.57%2C345.628%2C47.62%2C345.628z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 50px;
  height: 30px;
}
.ico-send-ok::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M503.037%2C116.9H143.412c-4.95%2C0-8.963%2C4.013-8.963%2C8.963v260.273c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h280.663%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963c0-4.95-4.013-8.963-8.963-8.963H166.869l121.955-109.147l28.423%2C25.438%20%20%20%20c1.702%2C1.523%2C3.839%2C2.284%2C5.977%2C2.284c2.138%2C0%2C4.276-0.761%2C5.977-2.284l28.419-25.434l121.952%2C109.143h-25.619%20%20%20%20c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h49.084c4.95%2C0%2C8.963-4.013%2C8.963-8.963V125.863%20%20%20%20C512%2C120.913%2C507.987%2C116.9%2C503.037%2C116.9z%20M323.224%2C274.757l-86.268-77.204c-3.688-3.301-9.355-2.988-12.656%2C0.702%20%20%20%20c-3.301%2C3.689-2.988%2C9.355%2C0.702%2C12.657l50.381%2C45.087L152.375%2C366.088V145.915l49.783%2C44.553c1.71%2C1.531%2C3.846%2C2.284%2C5.974%2C2.284%20%20%20%20c2.461%2C0%2C4.912-1.007%2C6.682-2.985c3.301-3.689%2C2.988-9.355-0.702-12.656l-47.245-42.281h312.713L323.224%2C274.757z%20%20%20%20%20M494.074%2C366.094L371.062%2C256.001l123.011-110.088V366.094z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M102.775%2C148.446h-69.91c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h69.91%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963C111.738%2C152.459%2C107.725%2C148.446%2C102.775%2C148.446z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M108.75%2C273.925H44.816c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h63.934%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963C117.714%2C277.938%2C113.7%2C273.925%2C108.75%2C273.925z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M84.848%2C220.148H8.963c-4.95%2C0-8.963%2C4.013-8.963%2C8.963s4.013%2C8.963%2C8.963%2C8.963h75.885c4.95%2C0%2C8.963-4.013%2C8.963-8.963%20%20%20%20S89.798%2C220.148%2C84.848%2C220.148z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M84.848%2C345.628h-7.351c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963h7.351%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963C93.812%2C349.641%2C89.798%2C345.628%2C84.848%2C345.628z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M47.62%2C345.628H8.963c-4.95%2C0-8.963%2C4.013-8.963%2C8.963c0%2C4.95%2C4.013%2C8.963%2C8.963%2C8.963H47.62%20%20%20%20c4.95%2C0%2C8.963-4.013%2C8.963-8.963C56.583%2C349.641%2C52.57%2C345.628%2C47.62%2C345.628z%22%20fill%3D%22%230080ff%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 50px;
  height: 30px;
}
.ico-flower {
  position: relative;
  padding-left: 39px;
}
.ico-flower::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%2228%2028.5%2024%2023%22%20enable-background%3D%22new%2028%2028.5%2024%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239459D0%22%20d%3D%22M34.954%2C40.947c-0.438%2C0.142-0.88%2C0.374-1.32%2C0.692%0D%0A%09%09%09c-0.44%2C0.319-0.835%2C0.705-1.182%2C1.154c-0.348%2C0.451-0.628%2C0.957-0.842%2C1.519c-0.212%2C0.562-0.319%2C1.152-0.321%2C1.771%0D%0A%09%09%09c0.008%2C0.574%2C0.12%2C1.157%2C0.34%2C1.747c0.22%2C0.589%2C0.58%2C1.182%2C1.083%2C1.778c0.418%2C0.496%2C0.882%2C0.863%2C1.391%2C1.099%0D%0A%09%09%09c0.507%2C0.235%2C1.012%2C0.381%2C1.513%2C0.437c0.5%2C0.055%2C0.978%2C0.048%2C1.431-0.022c0.454-0.07%2C0.835-0.155%2C1.146-0.258%0D%0A%09%09%09c0.521-0.169%2C0.994-0.406%2C1.416-0.713c0.424-0.307%2C0.783-0.666%2C1.082-1.079c0.066-0.093%2C0.13-0.188%2C0.191-0.285%0D%0A%09%09%09c-0.101-0.136-0.194-0.275-0.283-0.421c-0.327-0.535-0.57-1.086-0.731-1.654c-0.16-0.567-0.241-1.128-0.242-1.682%0D%0A%09%09%09c-0.002-0.555%2C0.064-1.05%2C0.203-1.486c0.072-0.229%2C0.173-0.458%2C0.301-0.686l-0.106-0.143c-0.061-0.077-0.119-0.15-0.175-0.217%0D%0A%09%09%09c-0.373-0.441-0.772-0.789-1.197-1.045c-0.427-0.256-0.856-0.438-1.294-0.55c-0.437-0.111-0.862-0.159-1.275-0.145%0D%0A%09%09%09C35.667%2C40.774%2C35.292%2C40.837%2C34.954%2C40.947z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2342B4F2%22%20d%3D%22M39.827%2C43.544c-0.139%2C0.437-0.205%2C0.932-0.203%2C1.486%0D%0A%09%09%09c0.001%2C0.554%2C0.082%2C1.114%2C0.242%2C1.682c0.161%2C0.568%2C0.404%2C1.119%2C0.731%2C1.654c0.326%2C0.535%2C0.736%2C1.008%2C1.229%2C1.416%0D%0A%09%09%09c0.463%2C0.372%2C0.993%2C0.667%2C1.589%2C0.885s1.277%2C0.326%2C2.041%2C0.325c0.637-0.001%2C1.195-0.121%2C1.675-0.362s0.885-0.539%2C1.216-0.894%0D%0A%09%09%09s0.599-0.731%2C0.804-1.132c0.203-0.398%2C0.354-0.753%2C0.452-1.063c0.163-0.517%2C0.243-1.042%2C0.241-1.573s-0.082-1.049-0.241-1.553%0D%0A%09%09%09c-0.133-0.421-0.313-0.827-0.538-1.22c-0.205%2C0.125-0.418%2C0.234-0.641%2C0.328c-0.486%2C0.207-1%2C0.347-1.54%2C0.418%0D%0A%09%09%09c-0.542%2C0.072-1.09%2C0.077-1.646%2C0.014c-0.181-0.021-0.381-0.054-0.601-0.101c-0.221-0.047-0.444-0.115-0.674-0.202%0D%0A%09%09%09c-0.228-0.086-0.454-0.203-0.679-0.351c-0.224-0.146-0.427-0.334-0.61-0.562c-0.117-0.147-0.212-0.305-0.279-0.47%0D%0A%09%09%09c-0.069-0.166-0.096-0.327-0.081-0.484c-0.069-0.071-0.136-0.145-0.203-0.221s-0.128-0.147-0.183-0.216l-0.1-0.128%0D%0A%09%09%09c-0.238%2C0.123-0.458%2C0.263-0.658%2C0.421c-0.34%2C0.269-0.621%2C0.567-0.846%2C0.9C40.097%2C42.874%2C39.933%2C43.208%2C39.827%2C43.544z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2356CB08%22%20d%3D%22M40.971%2C39.415c0.041%2C0.181%2C0.096%2C0.364%2C0.16%2C0.548%0D%0A%09%09%09c0.165%2C0.47%2C0.431%2C0.932%2C0.797%2C1.388c0.055%2C0.068%2C0.115%2C0.14%2C0.183%2C0.216s0.134%2C0.149%2C0.203%2C0.221%0D%0A%09%09%09c-0.015%2C0.157%2C0.012%2C0.318%2C0.081%2C0.484c0.067%2C0.165%2C0.162%2C0.322%2C0.279%2C0.47c0.184%2C0.228%2C0.387%2C0.415%2C0.61%2C0.562%0D%0A%09%09%09c0.225%2C0.147%2C0.451%2C0.265%2C0.679%2C0.351c0.229%2C0.087%2C0.453%2C0.155%2C0.674%2C0.202c0.22%2C0.047%2C0.42%2C0.08%2C0.601%2C0.101%0D%0A%09%09%09c0.557%2C0.063%2C1.104%2C0.059%2C1.646-0.014c0.54-0.071%2C1.054-0.211%2C1.54-0.418c0.486-0.206%2C0.933-0.484%2C1.337-0.836%0D%0A%09%09%09c0.405-0.351%2C0.752-0.764%2C1.04-1.239c0.171-0.283%2C0.343-0.641%2C0.516-1.07c0.172-0.429%2C0.286-0.895%2C0.34-1.396%0D%0A%09%09%09c0.056-0.502%2C0.02-1.025-0.107-1.571c-0.127-0.545-0.396-1.074-0.808-1.587c-0.495-0.615-1.018-1.091-1.568-1.426%0D%0A%09%09%09c-0.552-0.336-1.119-0.566-1.701-0.691c-0.63-0.126-1.254-0.143-1.872-0.05c-0.119%2C0.018-0.236%2C0.039-0.351%2C0.063%0D%0A%09%09%09c0.002%2C0.077%2C0.003%2C0.154%2C0.001%2C0.231c-0.009%2C0.47-0.045%2C0.869-0.105%2C1.198c-0.099%2C0.554-0.275%2C1.066-0.527%2C1.54%0D%0A%09%09%09s-0.566%2C0.891-0.943%2C1.254c-0.375%2C0.361-0.801%2C0.669-1.274%2C0.922C41.95%2C39.104%2C41.475%2C39.288%2C40.971%2C39.415z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFB300%22%20d%3D%22M34.71%2C33.33c-0.057%2C0.314-0.072%2C0.652-0.049%2C1.013%0D%0A%09%09%09c0.265%2C0.069%2C0.523%2C0.153%2C0.777%2C0.254c0.556%2C0.22%2C1.063%2C0.501%2C1.524%2C0.841c0.46%2C0.341%2C0.835%2C0.701%2C1.125%2C1.082%0D%0A%09%09%09c0.222%2C0.294%2C0.411%2C0.634%2C0.567%2C1.021c0.156%2C0.388%2C0.255%2C0.802%2C0.298%2C1.242c0.023%2C0.234%2C0.025%2C0.471%2C0.007%2C0.712%0D%0A%09%09%09c0.223%2C0.05%2C0.439%2C0.077%2C0.648%2C0.083c0.24%2C0.006%2C0.47-0.006%2C0.69-0.035c0.219-0.028%2C0.416-0.064%2C0.589-0.106%0D%0A%09%09%09c0.533-0.128%2C1.037-0.318%2C1.511-0.57c0.474-0.253%2C0.899-0.561%2C1.274-0.922c0.377-0.363%2C0.691-0.78%2C0.943-1.254%0D%0A%09%09%09s0.429-0.986%2C0.527-1.54c0.061-0.329%2C0.097-0.729%2C0.105-1.198c0.01-0.471-0.047-0.955-0.171-1.454%0D%0A%09%09%09c-0.123-0.5-0.338-0.989-0.644-1.469s-0.737-0.896-1.294-1.248c-0.669-0.421-1.315-0.7-1.94-0.834%0D%0A%09%09%09c-0.624-0.135-1.226-0.163-1.806-0.086c-0.625%2C0.092-1.204%2C0.288-1.741%2C0.586c-0.538%2C0.299-1.011%2C0.658-1.418%2C1.076%0D%0A%09%09%09c-0.407%2C0.419-0.742%2C0.875-1.004%2C1.368C34.968%2C32.385%2C34.794%2C32.865%2C34.71%2C33.33z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FF7000%22%20d%3D%22M38.088%2C36.52c-0.29-0.381-0.665-0.741-1.125-1.082%0D%0A%09%09%09c-0.462-0.34-0.969-0.621-1.524-0.841c-0.557-0.221-1.143-0.364-1.761-0.43c-0.617-0.066-1.226-0.025-1.826%2C0.123%0D%0A%09%09%09c-0.554%2C0.146-1.078%2C0.393-1.575%2C0.742c-0.496%2C0.35-0.947%2C0.834-1.352%2C1.454c-0.337%2C0.518-0.533%2C1.044-0.586%2C1.582%0D%0A%09%09%09c-0.055%2C0.537-0.022%2C1.05%2C0.096%2C1.537c0.119%2C0.488%2C0.29%2C0.938%2C0.515%2C1.351c0.223%2C0.412%2C0.438%2C0.753%2C0.643%2C1.022%0D%0A%09%09%09c0.343%2C0.452%2C0.735%2C0.841%2C1.177%2C1.167c0.341%2C0.251%2C0.699%2C0.461%2C1.076%2C0.626c0.173-0.351%2C0.374-0.677%2C0.606-0.978%0D%0A%09%09%09c0.347-0.449%2C0.741-0.835%2C1.182-1.154c0.44-0.318%2C0.882-0.551%2C1.32-0.692c0.338-0.11%2C0.714-0.173%2C1.126-0.188%0D%0A%09%09%09c0.413-0.015%2C0.839%2C0.033%2C1.275%2C0.145c0.352%2C0.089%2C0.699%2C0.226%2C1.042%2C0.407c0.228-0.389%2C0.384-0.778%2C0.469-1.171%0D%0A%09%09%09c0.103-0.465%2C0.131-0.917%2C0.088-1.358c-0.043-0.44-0.142-0.854-0.298-1.242C38.5%2C37.153%2C38.31%2C36.813%2C38.088%2C36.52z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M43.227%2C39.485c-0.759-1.548-2.696-2.162-4.327-1.371%0D%0A%09%09%09c-1.631%2C0.791-2.336%2C2.688-1.576%2C4.236c0.759%2C1.548%2C2.695%2C2.162%2C4.327%2C1.371C43.28%2C42.93%2C43.986%2C41.034%2C43.227%2C39.485z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237B239B%22%20d%3D%22M41.313%2C44.148c0.412%2C0.827%2C1.11%2C1.516%2C1.823%2C2.009c0.362%2C0.252%2C0.74-0.289%2C0.378-0.54%0D%0A%09%09%09c-0.527-0.366-1.278-1.054-1.589-1.713c0.316-0.159%2C0.602-0.358%2C0.851-0.586c0.686%2C0.557%2C1.688%2C0.871%2C2.427%2C0.952l0.059%2C0.007%0D%0A%09%09%09l0.055%2C0.006l0.063%2C0.005c0.479%2C0.042%2C0.919%2C0.037%2C1.347-0.008c0.771-0.08%2C1.529-0.29%2C2.215-0.649%0D%0A%09%09%09c1.174%2C2.312%2C0.471%2C5.498-1.952%2C6.717c-1.487%2C0.748-3.715%2C0.191-4.959-0.81c-0.405-0.336-0.767-0.749-1.071-1.213%0D%0A%09%09%09c-0.423-0.645-0.736-1.386-0.898-2.146c-0.048-0.221-0.082-0.444-0.103-0.667c-0.037-0.405-0.026-0.813%2C0.038-1.217%0D%0A%09%09%09C40.429%2C44.326%2C40.877%2C44.279%2C41.313%2C44.148z%20M41.4%2C37.494c0.034-0.136%2C0.078-0.366%2C0.096-0.682%0D%0A%09%09%09c0.028-0.502-0.012-1.212-0.276-2.066c-0.13-0.419-0.763-0.226-0.633%2C0.193c0.203%2C0.655%2C0.373%2C1.741%2C0.16%2C2.445%0D%0A%09%09%09c-0.562-0.041-1.144%2C0.047-1.697%2C0.276c-0.165-0.48-0.414-0.94-0.747-1.368c-0.772-1.011-1.928-1.752-3.201-2.152l-0.055-0.017%0D%0A%09%09%09l-0.055-0.017c-0.063-2.367%2C2.173-4.597%2C4.447-4.935c2.295-0.305%2C4.767%2C1.111%2C5.331%2C3.398c0.075%2C0.305%2C0.126%2C0.605%2C0.154%2C0.903%0D%0A%09%09%09l0.006%2C0.253l0.001%2C0.217c-0.018%2C0.847-0.161%2C1.588-0.425%2C2.23c-0.363%2C0.817-0.939%2C1.526-1.696%2C2.063%0D%0A%09%09%09C42.406%2C37.882%2C41.922%2C37.63%2C41.4%2C37.494z%20M39.126%2C38.32c1.485-0.72%2C3.225-0.153%2C3.901%2C1.227c0.677%2C1.38%2C0.055%2C3.093-1.43%2C3.813%0D%0A%09%09%09c-1.485%2C0.721-3.225%2C0.153-3.901-1.226C37.019%2C40.755%2C37.641%2C39.041%2C39.126%2C38.32z%20M45.553%2C33.355%0D%0A%09%09%09c-0.032-0.308-0.087-0.62-0.164-0.935c-0.644-2.609-3.418-4.223-6.038-3.874c-2.562%2C0.38-4.941%2C2.771-5.016%2C5.397%0D%0A%09%09%09c-0.85-0.166-1.727-0.167-2.563%2C0.039c-2.503%2C0.658-4.272%2C3.124-3.646%2C5.697c0.456%2C1.874%2C1.65%2C3.33%2C3.305%2C4.227%0D%0A%09%09%09c-0.295%2C0.688-0.459%2C1.429-0.46%2C2.179c0.032%2C2.572%2C1.972%2C5.083%2C4.608%2C5.373c2.113%2C0.232%2C4.042-0.532%2C5.312-2.155%0D%0A%09%09%09c0.224%2C0.262%2C0.469%2C0.505%2C0.733%2C0.724c2.526%2C2.031%2C6.262%2C1.752%2C7.809-1.279c0.996-1.952%2C0.946-3.616%2C0.034-5.45%0D%0A%09%09%09c1.362-0.917%2C2.3-2.409%2C2.506-4.281c0.294-2.688-1.877-5.069-4.437-5.62C46.855%2C33.262%2C46.208%2C33.267%2C45.553%2C33.355z%0D%0A%09%09%09%20M36.824%2C40.477c-1.928-0.244-3.743%2C0.761-4.859%2C2.448l-0.033%2C0.052c-0.085%2C0.131-0.158%2C0.254-0.227%2C0.378%0D%0A%09%09%09c-2.22-1.134-4.023-4.378-2.512-6.695c0.663-1.018%2C1.547-1.75%2C2.738-2.063c0.805-0.199%2C1.66-0.179%2C2.48%2C0.01%0D%0A%09%09%09c0.542%2C0.144%2C1.053%2C0.329%2C1.516%2C0.559c0.299%2C0.155%2C0.581%2C0.331%2C0.846%2C0.527c0.653%2C0.481%2C1.173%2C1.1%2C1.501%2C1.788%0D%0A%09%09%09c0.069%2C0.158%2C0.13%2C0.322%2C0.18%2C0.492c-0.373%2C0.24-0.691%2C0.539-0.945%2C0.877c-0.113-0.087-0.296-0.214-0.55-0.349%0D%0A%09%09%09c-0.446-0.238-1.109-0.502-1.999-0.625c-0.438-0.061-0.529%2C0.593-0.091%2C0.652c0.679%2C0.094%2C1.735%2C0.397%2C2.289%2C0.885%0D%0A%09%09%09C36.991%2C39.749%2C36.877%2C40.107%2C36.824%2C40.477z%20M43.938%2C40.735c0.135%2C0.005%2C0.309%2C0.005%2C0.518-0.014%0D%0A%09%09%09c0.504-0.041%2C1.205-0.18%2C2.019-0.559c0.4-0.187%2C0.119-0.783-0.28-0.597c-0.598%2C0.278-1.595%2C0.583-2.32%2C0.509%0D%0A%09%09%09c-0.056-0.273-0.146-0.544-0.274-0.806c-0.097-0.199-0.212-0.384-0.343-0.554c0.717-0.512%2C1.265-1.157%2C1.648-1.913%0D%0A%09%09%09c0.45-0.844%2C0.689-1.805%2C0.683-2.822l0.06-0.01c0.58-0.088%2C1.165-0.073%2C1.759%2C0.046c2.238%2C0.481%2C4.193%2C2.575%2C3.934%2C4.932%0D%0A%09%09%09c-0.213%2C1.945-1.297%2C3.42-2.832%2C4.174c-0.211%2C0.102-0.413%2C0.186-0.621%2C0.257c-0.787%2C0.27-1.666%2C0.367-2.59%2C0.266%0D%0A%09%09%09c-0.706-0.078-1.532-0.314-2.092-0.796C43.674%2C42.235%2C43.936%2C41.492%2C43.938%2C40.735z%20M37.589%2C43.116%0D%0A%09%09%09c-0.731%2C0.517-1.305%2C1.311-1.684%2C2.087c-0.193%2C0.396%2C0.402%2C0.683%2C0.595%2C0.288c0.301-0.617%2C0.928-1.541%2C1.582-1.909%0D%0A%09%09%09c0.378%2C0.291%2C0.813%2C0.498%2C1.277%2C0.614c-0.076%2C0.495-0.078%2C1.011-0.015%2C1.522c0.106%2C0.952%2C0.426%2C1.892%2C0.922%2C2.718%0D%0A%09%09%09c0.073%2C0.124%2C0.149%2C0.243%2C0.229%2C0.357l-0.066%2C0.094c-1.65%2C2.292-5.583%2C2.758-7.474%2C0.519c-0.811-0.959-1.332-2.056-1.349-3.324%0D%0A%09%09%09c0.001-0.677%2C0.137-1.318%2C0.376-1.903c0.429-0.841%2C0.94-1.54%2C1.532-2.059c0.72-0.581%2C1.581-0.953%2C2.474-1.031%0D%0A%09%09%09c0.261-0.011%2C0.528%2C0.005%2C0.803%2C0.047c0.023%2C0.433%2C0.132%2C0.864%2C0.333%2C1.276C37.251%2C42.672%2C37.409%2C42.907%2C37.589%2C43.116z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238845CA%22%20d%3D%22M40.431%2C43.194c-0.226%2C0.006-0.845-0.048-1.298-0.301%0D%0A%09%09c-0.439-0.244-0.681-0.463-0.915-0.907c-0.482-0.919-0.208-1.853%2C0.501-2.613c0.462-0.494%2C0.94-0.668%2C1.551-0.782%0D%0A%09%09c0.295-0.055%2C0.52-0.018%2C0.769%2C0.044c0.247%2C0.062%2C0.476%2C0.171%2C0.685%2C0.329c0.21%2C0.157%2C0.387%2C0.362%2C0.532%2C0.615%0D%0A%09%09c0.143%2C0.247%2C0.221%2C0.5%2C0.234%2C0.758s-0.021%2C0.506-0.104%2C0.741c-0.085%2C0.235-0.21%2C0.451-0.376%2C0.647%0D%0A%09%09c-0.166%2C0.197-0.358%2C0.354-0.574%2C0.47c-0.217%2C0.115-0.422%2C0.184-0.614%2C0.204c-0.193%2C0.021-0.375%2C0.008-0.542-0.039%0D%0A%09%09c-0.167-0.047-0.316-0.123-0.445-0.231c-0.129-0.106-0.234-0.234-0.321-0.383c-0.078-0.137-0.13-0.29-0.156-0.46%0D%0A%09%09c-0.028-0.169-0.023-0.338%2C0.015-0.509c0.036-0.17%2C0.105-0.33%2C0.211-0.479c0.103-0.149%2C0.249-0.274%2C0.438-0.376%0D%0A%09%09c0.159-0.085%2C0.308-0.135%2C0.443-0.15c0.136-0.016%2C0.263-0.008%2C0.377%2C0.024c0.115%2C0.032%2C0.215%2C0.081%2C0.297%2C0.148%0D%0A%09%09c0.083%2C0.066%2C0.15%2C0.145%2C0.201%2C0.232c0.054%2C0.093%2C0.089%2C0.197%2C0.105%2C0.31c0.017%2C0.113%2C0.011%2C0.226-0.018%2C0.339%0D%0A%09%09c-0.029%2C0.112-0.079%2C0.218-0.147%2C0.316c-0.071%2C0.099-0.166%2C0.18-0.285%2C0.243c-0.051%2C0.027-0.109%2C0.05-0.175%2C0.066%0D%0A%09%09c-0.064%2C0.017-0.132%2C0.022-0.202%2C0.017c-0.07-0.005-0.136-0.024-0.196-0.058c-0.059-0.032-0.107-0.081-0.146-0.148%0D%0A%09%09c-0.06-0.104-0.071-0.203-0.037-0.298c0.035-0.094%2C0.091-0.16%2C0.164-0.2c0.046-0.024%2C0.108-0.035%2C0.183-0.033%0D%0A%09%09c0.076%2C0.003%2C0.132%2C0.034%2C0.166%2C0.095c0.021%2C0.038%2C0.032%2C0.069%2C0.03%2C0.092s-0.009%2C0.055-0.021%2C0.098%0D%0A%09%09c-0.009%2C0.026-0.003%2C0.056%2C0.017%2C0.088c0.012%2C0.022%2C0.035%2C0.024%2C0.07%2C0.006c0.153-0.082%2C0.251-0.199%2C0.29-0.35%0D%0A%09%09c0.04-0.151%2C0.021-0.295-0.058-0.432c-0.064-0.11-0.174-0.195-0.33-0.255c-0.158-0.06-0.331-0.039-0.519%2C0.062%0D%0A%09%09c-0.165%2C0.088-0.292%2C0.193-0.382%2C0.317c-0.089%2C0.123-0.147%2C0.252-0.173%2C0.389c-0.026%2C0.136-0.026%2C0.272%2C0.001%2C0.409%0D%0A%09%09c0.025%2C0.137%2C0.073%2C0.263%2C0.139%2C0.378c0.063%2C0.11%2C0.144%2C0.205%2C0.241%2C0.286c0.099%2C0.08%2C0.209%2C0.138%2C0.33%2C0.175%0D%0A%09%09c0.122%2C0.035%2C0.255%2C0.046%2C0.404%2C0.031c0.148-0.014%2C0.302-0.064%2C0.462-0.149c0.204-0.11%2C0.381-0.254%2C0.527-0.434%0D%0A%09%09c0.146-0.179%2C0.253-0.373%2C0.318-0.583c0.064-0.211%2C0.09-0.428%2C0.071-0.652c-0.017-0.223-0.083-0.437-0.199-0.64%0D%0A%09%09c-0.104-0.181-0.244-0.331-0.422-0.451c-0.177-0.12-0.368-0.207-0.571-0.258c-0.205-0.052-0.391-0.094-0.635-0.05%0D%0A%09%09c-0.596%2C0.109-1.021%2C0.31-1.429%2C0.799s-0.609%2C0.913-0.523%2C1.543c0.069%2C0.492%2C0.257%2C0.77%2C0.609%2C1.122%0D%0A%09%09c0.498%2C0.499%2C1.39%2C0.628%2C1.687%2C0.664C40.956%2C43.063%2C40.805%2C43.185%2C40.431%2C43.194z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.variant__possible.ico-flower::before {
  top: -3.5px;
  padding: 0;
}
.ico-flower-right::after {
  background-image: url("../img/ico.png");
  background-position: -424px -139px;
  width: 24px;
  height: 23px;
  top: -5px;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%2228%2028.5%2024%2023%22%20enable-background%3D%22new%2028%2028.5%2024%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239459D0%22%20d%3D%22M34.954%2C40.947c-0.438%2C0.142-0.88%2C0.374-1.32%2C0.692%0D%0A%09%09%09c-0.44%2C0.319-0.835%2C0.705-1.182%2C1.154c-0.348%2C0.451-0.628%2C0.957-0.842%2C1.519c-0.212%2C0.562-0.319%2C1.152-0.321%2C1.771%0D%0A%09%09%09c0.008%2C0.574%2C0.12%2C1.157%2C0.34%2C1.747c0.22%2C0.589%2C0.58%2C1.182%2C1.083%2C1.778c0.418%2C0.496%2C0.882%2C0.863%2C1.391%2C1.099%0D%0A%09%09%09c0.507%2C0.235%2C1.012%2C0.381%2C1.513%2C0.437c0.5%2C0.055%2C0.978%2C0.048%2C1.431-0.022c0.454-0.07%2C0.835-0.155%2C1.146-0.258%0D%0A%09%09%09c0.521-0.169%2C0.994-0.406%2C1.416-0.713c0.424-0.307%2C0.783-0.666%2C1.082-1.079c0.066-0.093%2C0.13-0.188%2C0.191-0.285%0D%0A%09%09%09c-0.101-0.136-0.194-0.275-0.283-0.421c-0.327-0.535-0.57-1.086-0.731-1.654c-0.16-0.567-0.241-1.128-0.242-1.682%0D%0A%09%09%09c-0.002-0.555%2C0.064-1.05%2C0.203-1.486c0.072-0.229%2C0.173-0.458%2C0.301-0.686l-0.106-0.143c-0.061-0.077-0.119-0.15-0.175-0.217%0D%0A%09%09%09c-0.373-0.441-0.772-0.789-1.197-1.045c-0.427-0.256-0.856-0.438-1.294-0.55c-0.437-0.111-0.862-0.159-1.275-0.145%0D%0A%09%09%09C35.667%2C40.774%2C35.292%2C40.837%2C34.954%2C40.947z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2342B4F2%22%20d%3D%22M39.827%2C43.544c-0.139%2C0.437-0.205%2C0.932-0.203%2C1.486%0D%0A%09%09%09c0.001%2C0.554%2C0.082%2C1.114%2C0.242%2C1.682c0.161%2C0.568%2C0.404%2C1.119%2C0.731%2C1.654c0.326%2C0.535%2C0.736%2C1.008%2C1.229%2C1.416%0D%0A%09%09%09c0.463%2C0.372%2C0.993%2C0.667%2C1.589%2C0.885s1.277%2C0.326%2C2.041%2C0.325c0.637-0.001%2C1.195-0.121%2C1.675-0.362s0.885-0.539%2C1.216-0.894%0D%0A%09%09%09s0.599-0.731%2C0.804-1.132c0.203-0.398%2C0.354-0.753%2C0.452-1.063c0.163-0.517%2C0.243-1.042%2C0.241-1.573s-0.082-1.049-0.241-1.553%0D%0A%09%09%09c-0.133-0.421-0.313-0.827-0.538-1.22c-0.205%2C0.125-0.418%2C0.234-0.641%2C0.328c-0.486%2C0.207-1%2C0.347-1.54%2C0.418%0D%0A%09%09%09c-0.542%2C0.072-1.09%2C0.077-1.646%2C0.014c-0.181-0.021-0.381-0.054-0.601-0.101c-0.221-0.047-0.444-0.115-0.674-0.202%0D%0A%09%09%09c-0.228-0.086-0.454-0.203-0.679-0.351c-0.224-0.146-0.427-0.334-0.61-0.562c-0.117-0.147-0.212-0.305-0.279-0.47%0D%0A%09%09%09c-0.069-0.166-0.096-0.327-0.081-0.484c-0.069-0.071-0.136-0.145-0.203-0.221s-0.128-0.147-0.183-0.216l-0.1-0.128%0D%0A%09%09%09c-0.238%2C0.123-0.458%2C0.263-0.658%2C0.421c-0.34%2C0.269-0.621%2C0.567-0.846%2C0.9C40.097%2C42.874%2C39.933%2C43.208%2C39.827%2C43.544z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2356CB08%22%20d%3D%22M40.971%2C39.415c0.041%2C0.181%2C0.096%2C0.364%2C0.16%2C0.548%0D%0A%09%09%09c0.165%2C0.47%2C0.431%2C0.932%2C0.797%2C1.388c0.055%2C0.068%2C0.115%2C0.14%2C0.183%2C0.216s0.134%2C0.149%2C0.203%2C0.221%0D%0A%09%09%09c-0.015%2C0.157%2C0.012%2C0.318%2C0.081%2C0.484c0.067%2C0.165%2C0.162%2C0.322%2C0.279%2C0.47c0.184%2C0.228%2C0.387%2C0.415%2C0.61%2C0.562%0D%0A%09%09%09c0.225%2C0.147%2C0.451%2C0.265%2C0.679%2C0.351c0.229%2C0.087%2C0.453%2C0.155%2C0.674%2C0.202c0.22%2C0.047%2C0.42%2C0.08%2C0.601%2C0.101%0D%0A%09%09%09c0.557%2C0.063%2C1.104%2C0.059%2C1.646-0.014c0.54-0.071%2C1.054-0.211%2C1.54-0.418c0.486-0.206%2C0.933-0.484%2C1.337-0.836%0D%0A%09%09%09c0.405-0.351%2C0.752-0.764%2C1.04-1.239c0.171-0.283%2C0.343-0.641%2C0.516-1.07c0.172-0.429%2C0.286-0.895%2C0.34-1.396%0D%0A%09%09%09c0.056-0.502%2C0.02-1.025-0.107-1.571c-0.127-0.545-0.396-1.074-0.808-1.587c-0.495-0.615-1.018-1.091-1.568-1.426%0D%0A%09%09%09c-0.552-0.336-1.119-0.566-1.701-0.691c-0.63-0.126-1.254-0.143-1.872-0.05c-0.119%2C0.018-0.236%2C0.039-0.351%2C0.063%0D%0A%09%09%09c0.002%2C0.077%2C0.003%2C0.154%2C0.001%2C0.231c-0.009%2C0.47-0.045%2C0.869-0.105%2C1.198c-0.099%2C0.554-0.275%2C1.066-0.527%2C1.54%0D%0A%09%09%09s-0.566%2C0.891-0.943%2C1.254c-0.375%2C0.361-0.801%2C0.669-1.274%2C0.922C41.95%2C39.104%2C41.475%2C39.288%2C40.971%2C39.415z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFB300%22%20d%3D%22M34.71%2C33.33c-0.057%2C0.314-0.072%2C0.652-0.049%2C1.013%0D%0A%09%09%09c0.265%2C0.069%2C0.523%2C0.153%2C0.777%2C0.254c0.556%2C0.22%2C1.063%2C0.501%2C1.524%2C0.841c0.46%2C0.341%2C0.835%2C0.701%2C1.125%2C1.082%0D%0A%09%09%09c0.222%2C0.294%2C0.411%2C0.634%2C0.567%2C1.021c0.156%2C0.388%2C0.255%2C0.802%2C0.298%2C1.242c0.023%2C0.234%2C0.025%2C0.471%2C0.007%2C0.712%0D%0A%09%09%09c0.223%2C0.05%2C0.439%2C0.077%2C0.648%2C0.083c0.24%2C0.006%2C0.47-0.006%2C0.69-0.035c0.219-0.028%2C0.416-0.064%2C0.589-0.106%0D%0A%09%09%09c0.533-0.128%2C1.037-0.318%2C1.511-0.57c0.474-0.253%2C0.899-0.561%2C1.274-0.922c0.377-0.363%2C0.691-0.78%2C0.943-1.254%0D%0A%09%09%09s0.429-0.986%2C0.527-1.54c0.061-0.329%2C0.097-0.729%2C0.105-1.198c0.01-0.471-0.047-0.955-0.171-1.454%0D%0A%09%09%09c-0.123-0.5-0.338-0.989-0.644-1.469s-0.737-0.896-1.294-1.248c-0.669-0.421-1.315-0.7-1.94-0.834%0D%0A%09%09%09c-0.624-0.135-1.226-0.163-1.806-0.086c-0.625%2C0.092-1.204%2C0.288-1.741%2C0.586c-0.538%2C0.299-1.011%2C0.658-1.418%2C1.076%0D%0A%09%09%09c-0.407%2C0.419-0.742%2C0.875-1.004%2C1.368C34.968%2C32.385%2C34.794%2C32.865%2C34.71%2C33.33z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FF7000%22%20d%3D%22M38.088%2C36.52c-0.29-0.381-0.665-0.741-1.125-1.082%0D%0A%09%09%09c-0.462-0.34-0.969-0.621-1.524-0.841c-0.557-0.221-1.143-0.364-1.761-0.43c-0.617-0.066-1.226-0.025-1.826%2C0.123%0D%0A%09%09%09c-0.554%2C0.146-1.078%2C0.393-1.575%2C0.742c-0.496%2C0.35-0.947%2C0.834-1.352%2C1.454c-0.337%2C0.518-0.533%2C1.044-0.586%2C1.582%0D%0A%09%09%09c-0.055%2C0.537-0.022%2C1.05%2C0.096%2C1.537c0.119%2C0.488%2C0.29%2C0.938%2C0.515%2C1.351c0.223%2C0.412%2C0.438%2C0.753%2C0.643%2C1.022%0D%0A%09%09%09c0.343%2C0.452%2C0.735%2C0.841%2C1.177%2C1.167c0.341%2C0.251%2C0.699%2C0.461%2C1.076%2C0.626c0.173-0.351%2C0.374-0.677%2C0.606-0.978%0D%0A%09%09%09c0.347-0.449%2C0.741-0.835%2C1.182-1.154c0.44-0.318%2C0.882-0.551%2C1.32-0.692c0.338-0.11%2C0.714-0.173%2C1.126-0.188%0D%0A%09%09%09c0.413-0.015%2C0.839%2C0.033%2C1.275%2C0.145c0.352%2C0.089%2C0.699%2C0.226%2C1.042%2C0.407c0.228-0.389%2C0.384-0.778%2C0.469-1.171%0D%0A%09%09%09c0.103-0.465%2C0.131-0.917%2C0.088-1.358c-0.043-0.44-0.142-0.854-0.298-1.242C38.5%2C37.153%2C38.31%2C36.813%2C38.088%2C36.52z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M43.227%2C39.485c-0.759-1.548-2.696-2.162-4.327-1.371%0D%0A%09%09%09c-1.631%2C0.791-2.336%2C2.688-1.576%2C4.236c0.759%2C1.548%2C2.695%2C2.162%2C4.327%2C1.371C43.28%2C42.93%2C43.986%2C41.034%2C43.227%2C39.485z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237B239B%22%20d%3D%22M41.313%2C44.148c0.412%2C0.827%2C1.11%2C1.516%2C1.823%2C2.009c0.362%2C0.252%2C0.74-0.289%2C0.378-0.54%0D%0A%09%09%09c-0.527-0.366-1.278-1.054-1.589-1.713c0.316-0.159%2C0.602-0.358%2C0.851-0.586c0.686%2C0.557%2C1.688%2C0.871%2C2.427%2C0.952l0.059%2C0.007%0D%0A%09%09%09l0.055%2C0.006l0.063%2C0.005c0.479%2C0.042%2C0.919%2C0.037%2C1.347-0.008c0.771-0.08%2C1.529-0.29%2C2.215-0.649%0D%0A%09%09%09c1.174%2C2.312%2C0.471%2C5.498-1.952%2C6.717c-1.487%2C0.748-3.715%2C0.191-4.959-0.81c-0.405-0.336-0.767-0.749-1.071-1.213%0D%0A%09%09%09c-0.423-0.645-0.736-1.386-0.898-2.146c-0.048-0.221-0.082-0.444-0.103-0.667c-0.037-0.405-0.026-0.813%2C0.038-1.217%0D%0A%09%09%09C40.429%2C44.326%2C40.877%2C44.279%2C41.313%2C44.148z%20M41.4%2C37.494c0.034-0.136%2C0.078-0.366%2C0.096-0.682%0D%0A%09%09%09c0.028-0.502-0.012-1.212-0.276-2.066c-0.13-0.419-0.763-0.226-0.633%2C0.193c0.203%2C0.655%2C0.373%2C1.741%2C0.16%2C2.445%0D%0A%09%09%09c-0.562-0.041-1.144%2C0.047-1.697%2C0.276c-0.165-0.48-0.414-0.94-0.747-1.368c-0.772-1.011-1.928-1.752-3.201-2.152l-0.055-0.017%0D%0A%09%09%09l-0.055-0.017c-0.063-2.367%2C2.173-4.597%2C4.447-4.935c2.295-0.305%2C4.767%2C1.111%2C5.331%2C3.398c0.075%2C0.305%2C0.126%2C0.605%2C0.154%2C0.903%0D%0A%09%09%09l0.006%2C0.253l0.001%2C0.217c-0.018%2C0.847-0.161%2C1.588-0.425%2C2.23c-0.363%2C0.817-0.939%2C1.526-1.696%2C2.063%0D%0A%09%09%09C42.406%2C37.882%2C41.922%2C37.63%2C41.4%2C37.494z%20M39.126%2C38.32c1.485-0.72%2C3.225-0.153%2C3.901%2C1.227c0.677%2C1.38%2C0.055%2C3.093-1.43%2C3.813%0D%0A%09%09%09c-1.485%2C0.721-3.225%2C0.153-3.901-1.226C37.019%2C40.755%2C37.641%2C39.041%2C39.126%2C38.32z%20M45.553%2C33.355%0D%0A%09%09%09c-0.032-0.308-0.087-0.62-0.164-0.935c-0.644-2.609-3.418-4.223-6.038-3.874c-2.562%2C0.38-4.941%2C2.771-5.016%2C5.397%0D%0A%09%09%09c-0.85-0.166-1.727-0.167-2.563%2C0.039c-2.503%2C0.658-4.272%2C3.124-3.646%2C5.697c0.456%2C1.874%2C1.65%2C3.33%2C3.305%2C4.227%0D%0A%09%09%09c-0.295%2C0.688-0.459%2C1.429-0.46%2C2.179c0.032%2C2.572%2C1.972%2C5.083%2C4.608%2C5.373c2.113%2C0.232%2C4.042-0.532%2C5.312-2.155%0D%0A%09%09%09c0.224%2C0.262%2C0.469%2C0.505%2C0.733%2C0.724c2.526%2C2.031%2C6.262%2C1.752%2C7.809-1.279c0.996-1.952%2C0.946-3.616%2C0.034-5.45%0D%0A%09%09%09c1.362-0.917%2C2.3-2.409%2C2.506-4.281c0.294-2.688-1.877-5.069-4.437-5.62C46.855%2C33.262%2C46.208%2C33.267%2C45.553%2C33.355z%0D%0A%09%09%09%20M36.824%2C40.477c-1.928-0.244-3.743%2C0.761-4.859%2C2.448l-0.033%2C0.052c-0.085%2C0.131-0.158%2C0.254-0.227%2C0.378%0D%0A%09%09%09c-2.22-1.134-4.023-4.378-2.512-6.695c0.663-1.018%2C1.547-1.75%2C2.738-2.063c0.805-0.199%2C1.66-0.179%2C2.48%2C0.01%0D%0A%09%09%09c0.542%2C0.144%2C1.053%2C0.329%2C1.516%2C0.559c0.299%2C0.155%2C0.581%2C0.331%2C0.846%2C0.527c0.653%2C0.481%2C1.173%2C1.1%2C1.501%2C1.788%0D%0A%09%09%09c0.069%2C0.158%2C0.13%2C0.322%2C0.18%2C0.492c-0.373%2C0.24-0.691%2C0.539-0.945%2C0.877c-0.113-0.087-0.296-0.214-0.55-0.349%0D%0A%09%09%09c-0.446-0.238-1.109-0.502-1.999-0.625c-0.438-0.061-0.529%2C0.593-0.091%2C0.652c0.679%2C0.094%2C1.735%2C0.397%2C2.289%2C0.885%0D%0A%09%09%09C36.991%2C39.749%2C36.877%2C40.107%2C36.824%2C40.477z%20M43.938%2C40.735c0.135%2C0.005%2C0.309%2C0.005%2C0.518-0.014%0D%0A%09%09%09c0.504-0.041%2C1.205-0.18%2C2.019-0.559c0.4-0.187%2C0.119-0.783-0.28-0.597c-0.598%2C0.278-1.595%2C0.583-2.32%2C0.509%0D%0A%09%09%09c-0.056-0.273-0.146-0.544-0.274-0.806c-0.097-0.199-0.212-0.384-0.343-0.554c0.717-0.512%2C1.265-1.157%2C1.648-1.913%0D%0A%09%09%09c0.45-0.844%2C0.689-1.805%2C0.683-2.822l0.06-0.01c0.58-0.088%2C1.165-0.073%2C1.759%2C0.046c2.238%2C0.481%2C4.193%2C2.575%2C3.934%2C4.932%0D%0A%09%09%09c-0.213%2C1.945-1.297%2C3.42-2.832%2C4.174c-0.211%2C0.102-0.413%2C0.186-0.621%2C0.257c-0.787%2C0.27-1.666%2C0.367-2.59%2C0.266%0D%0A%09%09%09c-0.706-0.078-1.532-0.314-2.092-0.796C43.674%2C42.235%2C43.936%2C41.492%2C43.938%2C40.735z%20M37.589%2C43.116%0D%0A%09%09%09c-0.731%2C0.517-1.305%2C1.311-1.684%2C2.087c-0.193%2C0.396%2C0.402%2C0.683%2C0.595%2C0.288c0.301-0.617%2C0.928-1.541%2C1.582-1.909%0D%0A%09%09%09c0.378%2C0.291%2C0.813%2C0.498%2C1.277%2C0.614c-0.076%2C0.495-0.078%2C1.011-0.015%2C1.522c0.106%2C0.952%2C0.426%2C1.892%2C0.922%2C2.718%0D%0A%09%09%09c0.073%2C0.124%2C0.149%2C0.243%2C0.229%2C0.357l-0.066%2C0.094c-1.65%2C2.292-5.583%2C2.758-7.474%2C0.519c-0.811-0.959-1.332-2.056-1.349-3.324%0D%0A%09%09%09c0.001-0.677%2C0.137-1.318%2C0.376-1.903c0.429-0.841%2C0.94-1.54%2C1.532-2.059c0.72-0.581%2C1.581-0.953%2C2.474-1.031%0D%0A%09%09%09c0.261-0.011%2C0.528%2C0.005%2C0.803%2C0.047c0.023%2C0.433%2C0.132%2C0.864%2C0.333%2C1.276C37.251%2C42.672%2C37.409%2C42.907%2C37.589%2C43.116z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238845CA%22%20d%3D%22M40.431%2C43.194c-0.226%2C0.006-0.845-0.048-1.298-0.301%0D%0A%09%09c-0.439-0.244-0.681-0.463-0.915-0.907c-0.482-0.919-0.208-1.853%2C0.501-2.613c0.462-0.494%2C0.94-0.668%2C1.551-0.782%0D%0A%09%09c0.295-0.055%2C0.52-0.018%2C0.769%2C0.044c0.247%2C0.062%2C0.476%2C0.171%2C0.685%2C0.329c0.21%2C0.157%2C0.387%2C0.362%2C0.532%2C0.615%0D%0A%09%09c0.143%2C0.247%2C0.221%2C0.5%2C0.234%2C0.758s-0.021%2C0.506-0.104%2C0.741c-0.085%2C0.235-0.21%2C0.451-0.376%2C0.647%0D%0A%09%09c-0.166%2C0.197-0.358%2C0.354-0.574%2C0.47c-0.217%2C0.115-0.422%2C0.184-0.614%2C0.204c-0.193%2C0.021-0.375%2C0.008-0.542-0.039%0D%0A%09%09c-0.167-0.047-0.316-0.123-0.445-0.231c-0.129-0.106-0.234-0.234-0.321-0.383c-0.078-0.137-0.13-0.29-0.156-0.46%0D%0A%09%09c-0.028-0.169-0.023-0.338%2C0.015-0.509c0.036-0.17%2C0.105-0.33%2C0.211-0.479c0.103-0.149%2C0.249-0.274%2C0.438-0.376%0D%0A%09%09c0.159-0.085%2C0.308-0.135%2C0.443-0.15c0.136-0.016%2C0.263-0.008%2C0.377%2C0.024c0.115%2C0.032%2C0.215%2C0.081%2C0.297%2C0.148%0D%0A%09%09c0.083%2C0.066%2C0.15%2C0.145%2C0.201%2C0.232c0.054%2C0.093%2C0.089%2C0.197%2C0.105%2C0.31c0.017%2C0.113%2C0.011%2C0.226-0.018%2C0.339%0D%0A%09%09c-0.029%2C0.112-0.079%2C0.218-0.147%2C0.316c-0.071%2C0.099-0.166%2C0.18-0.285%2C0.243c-0.051%2C0.027-0.109%2C0.05-0.175%2C0.066%0D%0A%09%09c-0.064%2C0.017-0.132%2C0.022-0.202%2C0.017c-0.07-0.005-0.136-0.024-0.196-0.058c-0.059-0.032-0.107-0.081-0.146-0.148%0D%0A%09%09c-0.06-0.104-0.071-0.203-0.037-0.298c0.035-0.094%2C0.091-0.16%2C0.164-0.2c0.046-0.024%2C0.108-0.035%2C0.183-0.033%0D%0A%09%09c0.076%2C0.003%2C0.132%2C0.034%2C0.166%2C0.095c0.021%2C0.038%2C0.032%2C0.069%2C0.03%2C0.092s-0.009%2C0.055-0.021%2C0.098%0D%0A%09%09c-0.009%2C0.026-0.003%2C0.056%2C0.017%2C0.088c0.012%2C0.022%2C0.035%2C0.024%2C0.07%2C0.006c0.153-0.082%2C0.251-0.199%2C0.29-0.35%0D%0A%09%09c0.04-0.151%2C0.021-0.295-0.058-0.432c-0.064-0.11-0.174-0.195-0.33-0.255c-0.158-0.06-0.331-0.039-0.519%2C0.062%0D%0A%09%09c-0.165%2C0.088-0.292%2C0.193-0.382%2C0.317c-0.089%2C0.123-0.147%2C0.252-0.173%2C0.389c-0.026%2C0.136-0.026%2C0.272%2C0.001%2C0.409%0D%0A%09%09c0.025%2C0.137%2C0.073%2C0.263%2C0.139%2C0.378c0.063%2C0.11%2C0.144%2C0.205%2C0.241%2C0.286c0.099%2C0.08%2C0.209%2C0.138%2C0.33%2C0.175%0D%0A%09%09c0.122%2C0.035%2C0.255%2C0.046%2C0.404%2C0.031c0.148-0.014%2C0.302-0.064%2C0.462-0.149c0.204-0.11%2C0.381-0.254%2C0.527-0.434%0D%0A%09%09c0.146-0.179%2C0.253-0.373%2C0.318-0.583c0.064-0.211%2C0.09-0.428%2C0.071-0.652c-0.017-0.223-0.083-0.437-0.199-0.64%0D%0A%09%09c-0.104-0.181-0.244-0.331-0.422-0.451c-0.177-0.12-0.368-0.207-0.571-0.258c-0.205-0.052-0.391-0.094-0.635-0.05%0D%0A%09%09c-0.596%2C0.109-1.021%2C0.31-1.429%2C0.799s-0.609%2C0.913-0.523%2C1.543c0.069%2C0.492%2C0.257%2C0.77%2C0.609%2C1.122%0D%0A%09%09c0.498%2C0.499%2C1.39%2C0.628%2C1.687%2C0.664C40.956%2C43.063%2C40.805%2C43.185%2C40.431%2C43.194z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-favorite-big::before {
  background-image: url("../img/ico.png");
  background-position: -397px -261px;
  width: 13px;
  height: 17px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212.667px%22%20height%3D%2217.333px%22%20viewBox%3D%220%200%2012.667%2017.333%22%20enable-background%3D%22new%200%200%2012.667%2017.333%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%226.204%2C12.347%20%0D%0A%0911.722%2C16.449%2011.722%2C1%200.687%2C1%200.687%2C16.449%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.ico-favorite-big:hover::before,
.ico-favorite-big.active::before {
  opacity: 0.8;
}
.ico-favorite {
  position: relative;
  margin-right: 3px;
  color: #000000;
}
.ico-favorite::before {
  background-image: url("../img/ico.png");
  background-position: -412px -308px;
  width: 9px;
  height: 13px;
  position: relative;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23F5F5F5%22%20stroke%3D%22%23C3C3C3%22%20stroke-width%3D%220.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2240%2C42.753%20%0D%0A%0944.191%2C45.867%2044.191%2C34.133%2035.809%2C34.133%2035.809%2C45.867%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  width: 10px;
}
.ico-favorite:hover::before,
.ico-favorite.active::before,
.ico-favorite.active-all::before {
  background-image: url("../img/ico.png");
  background-position: -412px -261px;
  width: 9px;
  height: 13px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212.667px%22%20height%3D%2217.333px%22%20viewBox%3D%220%200%2012.667%2017.333%22%20enable-background%3D%22new%200%200%2012.667%2017.333%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%226.204%2C12.347%20%0D%0A%0911.722%2C16.449%2011.722%2C1%200.687%2C1%200.687%2C16.449%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 10px;
}
.ico-edit::before {
  background-image: url("../img/ico.png");
  background-position: -397px -323px;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2237.746%22%20y%3D%2235.395%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%2040.1324%20-16.2495)%22%20fill%3D%22%23F5F5F5%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%220.7413%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%223.87%22%20height%3D%229.849%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2242.026%22%20y%3D%2234.911%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%2038.3593%20-20.5295)%22%20fill%3D%22%23B7B7B7%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%220.7413%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%223.87%22%20height%3D%222.257%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23B7B7B7%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%220.7413%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%0933.874%2C46.127%2034.831%2C42.434%2037.567%2C45.17%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-cart::before {
  background-image: url("../img/ico.png");
  background-position: -213px -355px;
  width: 27px;
  height: 23px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.001px%22%20height%3D%2222.999px%22%20viewBox%3D%2226.5%2028.501%2027.001%2022.999%22%20enable-background%3D%22new%2026.5%2028.501%2027.001%2022.999%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M52.834%2C30.892H32.289v-0.667v-0.53v-0.528c0-0.367-0.299-0.666-0.665-0.666h-4.458%0D%0A%09%09c-0.367%2C0-0.666%2C0.299-0.666%2C0.666v1.059c0%2C0.368%2C0.299%2C0.667%2C0.666%2C0.667h3.326c0.241%2C1.093%2C0.728%2C3.221%2C0.751%2C3.324l1.854%2C8.604%0D%0A%09%09l0%2C0c0%2C0%2C0.002%2C0.005%2C0.002%2C0.007l0.313%2C1.446c0%2C0.002%2C0.002%2C0.004%2C0.002%2C0.007c0.078%2C0.487%2C0.139%2C1.053%2C0.139%2C1.629v0.917%0D%0A%09%09c0%2C0.367%2C0.299%2C0.667%2C0.666%2C0.667h1.34h13.089h1.338c0.367%2C0%2C0.666-0.3%2C0.666-0.667v-1.234c0-0.367-0.299-0.666-0.666-0.666H35.659%0D%0A%09%09c-0.703%2C0-0.839-0.383-0.106-0.596l17.308-5.018c0.353-0.104%2C0.64-0.488%2C0.64-0.855v-6.898C53.5%2C31.19%2C53.201%2C30.892%2C52.834%2C30.892%0D%0A%09%09z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2248.646%22%20cy%3D%2249.495%22%20r%3D%222.005%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2235.558%22%20cy%3D%2249.495%22%20r%3D%222.005%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.item__buy.ico-cart::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/ico.png");
  background-position: -424px -351px;
  width: 19px;
  height: 16px;
  position: absolute;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.001px%22%20height%3D%2222.999px%22%20viewBox%3D%2226.5%2028.501%2027.001%2022.999%22%20enable-background%3D%22new%2026.5%2028.501%2027.001%2022.999%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M52.834%2C30.892H32.289v-0.667v-0.53v-0.528c0-0.367-0.299-0.666-0.665-0.666h-4.458%0D%0A%09%09c-0.367%2C0-0.666%2C0.299-0.666%2C0.666v1.059c0%2C0.368%2C0.299%2C0.667%2C0.666%2C0.667h3.326c0.241%2C1.093%2C0.728%2C3.221%2C0.751%2C3.324l1.854%2C8.604%0D%0A%09%09l0%2C0c0%2C0%2C0.002%2C0.005%2C0.002%2C0.007l0.313%2C1.446c0%2C0.002%2C0.002%2C0.004%2C0.002%2C0.007c0.078%2C0.487%2C0.139%2C1.053%2C0.139%2C1.629v0.917%0D%0A%09%09c0%2C0.367%2C0.299%2C0.667%2C0.666%2C0.667h1.34h13.089h1.338c0.367%2C0%2C0.666-0.3%2C0.666-0.667v-1.234c0-0.367-0.299-0.666-0.666-0.666H35.659%0D%0A%09%09c-0.703%2C0-0.839-0.383-0.106-0.596l17.308-5.018c0.353-0.104%2C0.64-0.488%2C0.64-0.855v-6.898C53.5%2C31.19%2C53.201%2C30.892%2C52.834%2C30.892%0D%0A%09%09z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2248.646%22%20cy%3D%2249.495%22%20r%3D%222.005%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2235.558%22%20cy%3D%2249.495%22%20r%3D%222.005%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.nav__item_steps:nth-child(10) {
  z-index: 1;
}
.nav__item_steps:nth-child(10).active,
a.nav__item_steps:nth-child(10) {
  z-index: 11;
}
.nav__item_steps:nth-child(9) {
  z-index: 2;
}
.nav__item_steps:nth-child(9).active,
a.nav__item_steps:nth-child(9) {
  z-index: 12;
}
.nav__item_steps:nth-child(8) {
  z-index: 3;
}
.nav__item_steps:nth-child(8).active,
a.nav__item_steps:nth-child(8) {
  z-index: 13;
}
.nav__item_steps:nth-child(7) {
  z-index: 4;
}
.nav__item_steps:nth-child(7).active,
a.nav__item_steps:nth-child(7) {
  z-index: 14;
}
.nav__item_steps:nth-child(6) {
  z-index: 5;
}
.nav__item_steps:nth-child(6).active,
a.nav__item_steps:nth-child(6) {
  z-index: 15;
}
.nav__item_steps:nth-child(5) {
  z-index: 6;
}
.nav__item_steps:nth-child(5).active,
a.nav__item_steps:nth-child(5) {
  z-index: 16;
}
.nav__item_steps:nth-child(4) {
  z-index: 7;
}
.nav__item_steps:nth-child(4).active,
a.nav__item_steps:nth-child(4) {
  z-index: 17;
}
.nav__item_steps:nth-child(3) {
  z-index: 8;
}
.nav__item_steps:nth-child(3).active,
a.nav__item_steps:nth-child(3) {
  z-index: 18;
}
.nav__item_steps:nth-child(2) {
  z-index: 9;
}
.nav__item_steps:nth-child(2).active,
a.nav__item_steps:nth-child(2) {
  z-index: 19;
}
.nav__item_steps:nth-child(1) {
  z-index: 10;
}
.nav__item_steps:nth-child(1).active,
a.nav__item_steps:nth-child(1) {
  z-index: 20;
}
.nav__item_steps {
  position: relative;
}
.nav__item_steps::after {
  background-image: url("../img/ico.png");
  background-position: -397px -40px;
  width: 25px;
  height: 38px;
  position: absolute;
  right: 0;
  margin-right: -25px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23999999%22%20points%3D%2234.494%2C21%2027.494%2C21%2045.506%2C40%2027.494%2C59%2034.494%2C59%2052.506%2C40%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.nav__item_steps.active::after,
.nav__item_steps:last-child::after {
  margin-right: -23px;
}
.nav__item_steps.active::after {
  background-image: url("../img/ico.png");
  background-position: -397px 0;
  width: 25px;
  height: 38px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2234.494%2C21%2027.494%2C21%2045.506%2C40%2027.494%2C59%2034.494%2C59%2052.506%2C40%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2227.494%2C21%2045.506%2C40%2027.494%2C59%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.nav__item_steps:not(.active):last-child::before {
  position: absolute;
  top: -1px;
  right: -40px;
  border: 20px solid #e4e4e4;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.ico-compliment::before {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M16.7149%2011.3998H1V19.369H16.7149V11.3998Z%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16.7149%2019.369H2.82404V40.9279H16.7149V19.369Z%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41%2011.3998H25.2921V19.369H41V11.3998Z%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M39.1802%2019.369H25.2921V40.9279H39.1802V19.369Z%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25.2921%2011.3998H16.7149V40.9279H25.2921V11.3998Z%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.0021%2010.7168C23.7721%2010.7168%2024.7591%207.75598%2026.1264%205.47948C27.4909%203.20298%2029.2357%201%2032.2348%201C35.231%201%2035.6156%203.73322%2035.6156%204.87147C35.6156%206.00972%2034.1733%2010.7168%2027.4159%2010.7168C20.6599%2010.7168%2021.0021%2010.7168%2021.0021%2010.7168Z%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M20.9993%2010.7168C18.2293%2010.7168%2017.2423%207.75598%2015.8764%205.47948C14.5091%203.20298%2012.7643%201%209.76948%201C6.77043%201%206.39008%203.73322%206.39008%204.87147C6.39008%206.00972%207.83233%2010.7168%2014.5883%2010.7168C21.3443%2010.7168%2020.9993%2010.7168%2020.9993%2010.7168Z%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%20%0D%0A") center center;
}
.ico-compliment-orange::before {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M16.7149%2011.3998H1V19.369H16.7149V11.3998Z%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16.7149%2019.369H2.82404V40.9279H16.7149V19.369Z%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41%2011.3998H25.2921V19.369H41V11.3998Z%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M39.1802%2019.369H25.2921V40.9279H39.1802V19.369Z%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25.2921%2011.3998H16.7149V40.9279H25.2921V11.3998Z%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.0021%2010.7168C23.7721%2010.7168%2024.7591%207.75598%2026.1264%205.47948C27.4909%203.20298%2029.2357%201%2032.2348%201C35.231%201%2035.6156%203.73322%2035.6156%204.87147C35.6156%206.00972%2034.1733%2010.7168%2027.4159%2010.7168C20.6599%2010.7168%2021.0021%2010.7168%2021.0021%2010.7168Z%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M20.9993%2010.7168C18.2293%2010.7168%2017.2423%207.75598%2015.8764%205.47948C14.5091%203.20298%2012.7643%201%209.76948%201C6.77043%201%206.39008%203.73322%206.39008%204.87147C6.39008%206.00972%207.83233%2010.7168%2014.5883%2010.7168C21.3443%2010.7168%2020.9993%2010.7168%2020.9993%2010.7168Z%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2949%22%20stroke-linecap%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-delivery-orange::before {
  background-image: url("../img/ico.png");
  background-position: -156px -389px;
  width: 28px;
  height: 24px;
  background-size: 235%;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M23.805%2C40.918h7.271%0D%0A%09%09c0.752%2C0%2C1.366-0.615%2C1.366-1.368v-2.643c0-0.752-0.614-1.366-1.366-1.366h-4.45%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20cx%3D%2248.137%22%20cy%3D%2248.393%22%20r%3D%223.454%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M29.473%2C32.82h5.905%0D%0A%09%09c0.751%2C0%2C1.367%2C0.614%2C1.367%2C1.367v12.839c0%2C0.752-0.616%2C1.367-1.367%2C1.367h-1.393c0-1.908-1.547-3.455-3.454-3.455%0D%0A%09%09s-3.454%2C1.547-3.454%2C3.455h-1.906c-0.752%2C0-1.366-0.615-1.366-1.367v-7.116C23.805%2C39.158%2C28.322%2C32.82%2C29.473%2C32.82z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20cx%3D%2230.531%22%20cy%3D%2248.393%22%20r%3D%223.454%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fa6405%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M38.111%2C28.154h16.717%0D%0A%09%09c0.752%2C0%2C1.367%2C0.615%2C1.367%2C1.367v17.504c0%2C0.752-0.615%2C1.367-1.367%2C1.367h-3.237c0-1.908-1.547-3.455-3.454-3.455%0D%0A%09%09s-3.454%2C1.547-3.454%2C3.455h-6.571c-0.752%2C0-1.366-0.615-1.366-1.367V29.521C36.745%2C28.769%2C37.359%2C28.154%2C38.111%2C28.154z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  width: 35px;
  height: 25px;
  zoom: 1.2;
}
.cart-info__delivery.ico-delivery {
  position: relative;
  padding-left: 50px;
}
.ico-delivery::before {
  background-image: url("../img/ico.png");
  background-position: -360px -328px;
  width: 34px;
  height: 25px;
  background-size: 235%;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M23.805%2C40.918h7.271%0D%0A%09%09c0.752%2C0%2C1.366-0.615%2C1.366-1.368v-2.643c0-0.752-0.614-1.366-1.366-1.366h-4.45%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20cx%3D%2248.137%22%20cy%3D%2248.393%22%20r%3D%223.454%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M29.473%2C32.82h5.905%0D%0A%09%09c0.751%2C0%2C1.367%2C0.614%2C1.367%2C1.367v12.839c0%2C0.752-0.616%2C1.367-1.367%2C1.367h-1.393c0-1.908-1.547-3.455-3.454-3.455%0D%0A%09%09s-3.454%2C1.547-3.454%2C3.455h-1.906c-0.752%2C0-1.366-0.615-1.366-1.367v-7.116C23.805%2C39.158%2C28.322%2C32.82%2C29.473%2C32.82z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20cx%3D%2230.531%22%20cy%3D%2248.393%22%20r%3D%223.454%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M38.111%2C28.154h16.717%0D%0A%09%09c0.752%2C0%2C1.367%2C0.615%2C1.367%2C1.367v17.504c0%2C0.752-0.615%2C1.367-1.367%2C1.367h-3.237c0-1.908-1.547-3.455-3.454-3.455%0D%0A%09%09s-3.454%2C1.547-3.454%2C3.455h-6.571c-0.752%2C0-1.366-0.615-1.366-1.367V29.521C36.745%2C28.769%2C37.359%2C28.154%2C38.111%2C28.154z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.cart-info__delivery.ico-delivery::before {
  position: absolute;
  left: 0;
}
.cart-info__delivery.ico-delivery_deactive {
  white-space: normal;
}
.ico-delivery_deactive::before {
  background-image: url("../img/ico.png");
  background-position: -109px -355px;
  width: 34px;
  height: 25px;
  background-size: 235%;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23797979%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M23.805%2C40.918h7.271%0D%0A%09%09c0.752%2C0%2C1.366-0.615%2C1.366-1.368v-2.643c0-0.752-0.614-1.366-1.366-1.366h-4.45%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23797979%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20cx%3D%2248.137%22%20cy%3D%2248.393%22%20r%3D%223.454%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23797979%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M29.473%2C32.82h5.905%0D%0A%09%09c0.751%2C0%2C1.367%2C0.614%2C1.367%2C1.367v12.839c0%2C0.752-0.616%2C1.367-1.367%2C1.367h-1.393c0-1.908-1.547-3.455-3.454-3.455%0D%0A%09%09s-3.454%2C1.547-3.454%2C3.455h-1.906c-0.752%2C0-1.366-0.615-1.366-1.367v-7.116C23.805%2C39.158%2C28.322%2C32.82%2C29.473%2C32.82z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23797979%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20cx%3D%2230.531%22%20cy%3D%2248.393%22%20r%3D%223.454%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23797979%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20d%3D%22M38.111%2C28.154h16.717%0D%0A%09%09c0.752%2C0%2C1.367%2C0.615%2C1.367%2C1.367v17.504c0%2C0.752-0.615%2C1.367-1.367%2C1.367h-3.237c0-1.908-1.547-3.455-3.454-3.455%0D%0A%09%09s-3.454%2C1.547-3.454%2C3.455h-6.571c-0.752%2C0-1.366-0.615-1.366-1.367V29.521C36.745%2C28.769%2C37.359%2C28.154%2C38.111%2C28.154z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-rotate::before {
  content: '';
  width: 17px;
  height: 13px;
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216.883px%22%20height%3D%2212.854px%22%20viewBox%3D%2231.558%2033.573%2016.883%2012.854%22%20enable-background%3D%22new%2031.558%2033.573%2016.883%2012.854%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.543%2C37.693%0D%0A%09%09c0.9-2.126%2C3.007-3.62%2C5.461-3.62c3.273%2C0%2C5.928%2C2.654%2C5.928%2C5.927%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45.484%2C42.258%0D%0A%09%09c-0.889%2C2.153-3.006%2C3.669-5.48%2C3.669c-3.272%2C0-5.926-2.653-5.926-5.927%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%220.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2248.092%2C37.229%20%0D%0A%09%0946.035%2C40.241%2043.023%2C38.185%20%09%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FA6405%22%20stroke-width%3D%220.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2231.908%2C42.814%20%0D%0A%09%0933.963%2C39.804%2036.977%2C41.859%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.item__rotate.ico-rotate::before {
  margin-top: -3px;
  margin-right: 5px;
}
.ico-rotate_round {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  display: inline-block;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.ico-rotate_round::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  zoom: 0.72;
}
.ico-rotate_big::before {
  width: 20px;
  height: 20px;
}
.form__input_radio::before {
  background-image: url("../img/ico.png");
  background-position: -341px -167px;
  width: 12px;
  height: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212.312px%22%20height%3D%229.583px%22%20viewBox%3D%2233.844%2035.208%2012.312%209.583%22%20enable-background%3D%22new%2033.844%2035.208%2012.312%209.583%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2245.156%2C36.208%20%0D%0A%0938.69%2C43.791%2034.844%2C39.282%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.form__checkbox.active::after,
.el-checkbox.active::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20aria-hidden%3D%22true%22%20data-prefix%3D%22fas%22%20data-icon%3D%22check%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23f96e1f%22%20d%3D%22M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E%0D%0A");
  width: 10px;
  height: 10px;
}
.h1::before {
  margin-right: 14px;
}
/* .social-enter__but_vk{
    .sprite(@ico-vk);
    &:hover,&.active{  }
}
.social-enter__but_fb{
    .sprite(@ico-fc);
    &:hover,&.active{  }
}
.social-enter__but_google{
    .sprite(@ico-tw);
    &:hover,&.active{  }
} */
.ico-move::before {
  background-image: url("../img/ico.png");
  background-position: -412px -323px;
  width: 10px;
  height: 11px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2240.098%2C34.5%2039.078%2C35.446%2043.094%2C40%2039.059%2C44.569%2040.098%2C45.5%2045%2C40%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2236.039%2C34.5%2035.02%2C35.446%2039.035%2C40%2035%2C44.569%2036.039%2C45.5%2040.941%2C40%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  vertical-align: bottom;
}
.ico-repeat-order::before {
  width: 13px;
  height: 12px;
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2252%22%20height%3D%2248%22%20viewBox%3D%220%200%2052%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.0141443%202.1111C-0.111095%201.07825%200.608763%200.139384%201.64161%200.0141443C2.67446%20-0.111095%203.61333%200.608763%203.73857%201.64161L4.86529%2010.3737C9.12183%204.05156%2016.3203%200.139277%2024.0821%200.139277C33.9723%200.139277%2042.767%206.43014%2045.9907%2015.7569C46.3349%2016.7272%2045.8029%2017.7913%2044.8327%2018.1355C44.6449%2018.1981%2044.4258%2018.2294%2044.2067%2018.2294C43.4242%2018.2294%2042.7044%2017.7287%2042.4227%2016.9774C39.7312%209.15297%2032.3448%203.89496%2024.0822%203.89496C17.3219%203.89496%2011.031%207.46289%207.52572%2013.1591L16.915%2012.095C17.9479%2011.9698%2018.8867%2012.721%2018.9807%2013.7539C19.0746%2014.7867%2018.3547%2015.7256%2017.3219%2015.8196L3.80119%2017.3532C3.73857%2017.3532%203.64469%2017.3532%203.58207%2017.3532C2.6431%2017.3532%201.82936%2016.6646%201.73549%2015.7257L0.0141443%202.1111ZM46.5227%2027.2432L33.002%2028.7768C31.9691%2028.902%2031.218%2029.8096%2031.3431%2030.8425C31.4684%2031.8753%2032.376%2032.6265%2033.4088%2032.5013L41.5775%2031.5937C38.3851%2038.3227%2031.5935%2042.6731%2024.0508%2042.6731C15.5691%2042.6731%207.93237%2037.0082%205.49117%2028.902C5.17818%2027.9005%204.14533%2027.3372%203.14384%2027.6501C2.14236%2027.963%201.57899%2028.9959%201.89188%2029.9974C3.30023%2034.6608%206.24228%2038.8547%2010.1232%2041.7966C14.1606%2044.8326%2018.9805%2046.46%2024.0508%2046.46C33.315%2046.46%2041.6089%2040.9517%2045.2707%2032.5951L46.5852%2043.0173C46.7104%2043.9562%2047.5242%2044.6447%2048.4318%2044.6447C48.5256%2044.6447%2048.5883%2044.6447%2048.6821%2044.6447C49.715%2044.5195%2050.4348%2043.5806%2050.3096%2042.5478L48.557%2028.9333C48.4631%2027.8692%2047.5555%2027.1493%2046.5227%2027.2432Z%22%20transform%3D%22translate(0.876312%200.793945)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.ico-show::before {
  background-image: url("../img/ico.png");
  background-position: -424px -407px;
  width: 19px;
  height: 12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%220.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M49.273%2C40%0D%0A%09%09c-2.417-3.431-5.68-5.541-9.273-5.541s-6.856%2C2.11-9.273%2C5.541c2.417%2C3.431%2C5.68%2C5.54%2C9.273%2C5.54c3.109%2C0%2C5.972-1.579%2C8.252-4.228%22%0D%0A%09%09%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%223.521%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.42%2C40c0-0.872%2C0.707-1.58%2C1.581-1.58%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
/* .el-prev:extend(.ico all){
  &::after{
     .sprite(@ico-prev);
    //  .archive-item__link&{
         margin-left: 10px;
    //  }
  }
  &:hover:after,&.active:after{  }
} */
/* .frame-image:extend(.ico all){
      position: relative;
      &::after{
         .sprite(@ico-search);
         position: absolute;
         top: -185px;
         left: 60px;
      }
      &:hover:after,&.active:after{  }
} chk правки карточка */
.js-list-unwrap__item.nav__item_categories::after {
  background-image: url("../img/ico.png");
  background-position: -412px -80px;
  width: 9px;
  height: 17px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 15px;
  margin-top: -7px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FB8337%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.active .js-list-unwrap__item.nav__item_categories::after,
.active.js-list-unwrap__item.nav__item_categories::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.nav__item_categories-list-all::after {
  margin-left: 10px;
  content: "\2192";
}
.ico-soc-mini {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.ico-soc-mini:last-child {
  margin-bottom: 0;
}
.ico-soc-mini::before {
  position: absolute;
  left: 0;
  vertical-align: middle;
}
.ico-soc-mini_vk::before {
  background-image: url("../img/ico.png");
  background-position: -397px -280px;
  width: 19px;
  height: 11px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FB8337%22%20d%3D%22M34.129%2C35.094c0.246%2C0.157%2C0.311%2C0.298%2C0.429%2C0.594%0D%0A%09c0.119%2C0.297%2C0.632%2C1.356%2C0.961%2C1.997s0.924%2C1.624%2C1.225%2C1.884c0.302%2C0.261%2C0.356%2C0.306%2C0.594%2C0.306%0D%0A%09c0.238%2C0%2C0.395-0.194%2C0.484-0.611c0.093-0.417%2C0.156-1.179%2C0.156-1.782c0-0.605-0.109-1.652-0.402-1.894%0D%0A%09c-0.293-0.243-0.439-0.288-0.604-0.299c-0.164-0.009-0.247-0.212%2C0.055-0.417c0.302-0.204%2C1.006-0.371%2C2.057-0.371%0D%0A%09c1.053%2C0%2C2.167-0.019%2C2.395%2C0.511c0.23%2C0.528%2C0.129%2C1.207%2C0.109%2C2.042c-0.017%2C0.836-0.045%2C1.254-0.017%2C1.783%0D%0A%09c0.026%2C0.528%2C0.118%2C1.038%2C0.457%2C1.038c0.338%2C0%2C1.299-1.021%2C1.9-2.227c0.604-1.208%2C0.778-1.605%2C0.951-2.024%0D%0A%09c0.174-0.417%2C0.349-0.603%2C0.833-0.632c0.483-0.028%2C3.665-0.147%2C3.773%2C0.326c0.085%2C0.374-0.22%2C0.963-0.547%2C1.466%0D%0A%09c-0.349%2C0.536-1.069%2C1.485-1.481%2C2.079c-0.411%2C0.596-1.115%2C1.449-1.115%2C1.877c0%2C0.39%2C1.089%2C1.327%2C1.628%2C1.875%0D%0A%09c0.538%2C0.548%2C1.516%2C1.653%2C1.516%2C2.34c0%2C0.348-0.521%2C0.546-1.982%2C0.546c-1.226%2C0-2.057-0.062-2.377-0.23%0D%0A%09c-0.648-0.344-1.271-1.123-1.581-1.496c-0.312-0.37-0.695-0.861-1.133-0.861c-0.44%2C0-0.815%2C0.77-0.815%2C1.234%0D%0A%09c0%2C0.463-0.026%2C0.947-0.2%2C1.104c-0.174%2C0.159-0.914%2C0.177-1.325%2C0.177c-3.647%2C0-5.623-2.627-6.829-4.576%0D%0A%09c-1.206-1.95-1.683-2.954-2.102-3.825c-0.422-0.873-0.641-1.441-0.641-1.756C30.5%2C34.741%2C33.883%2C34.937%2C34.129%2C35.094z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-soc-mini_tw::before {
  background-image: url("../img/ico.png");
  background-position: -397px -146px;
  width: 18px;
  height: 15px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FB8337%22%20d%3D%22M39.862%2C37.166c0%2C0-0.47-1.973%2C0.971-3.412%0D%0A%09c1.439-1.44%2C4.075-1.261%2C5.369%2C0.097c0%2C0%2C1.39-0.242%2C2.329-0.89c0%2C0-0.291%2C1.229-1.585%2C1.997c0%2C0%2C1.083-0.057%2C2.054-0.542%0D%0A%09c0%2C0-0.518%2C1.035-1.827%2C1.876c0%2C0%2C0.411%2C4.028-2.779%2C7.682c-3.188%2C3.655-9.285%2C4.335-13.394%2C1.618c0%2C0%2C3.136%2C0.517%2C5.4-1.537%0D%0A%09c0%2C0-2.604-0.032-3.38-2.507c0%2C0%2C0.824%2C0.165%2C1.602-0.071c0%2C0-2.863-0.722-2.912-3.68c0%2C0%2C0.55%2C0.47%2C1.634%2C0.437%0D%0A%09c0%2C0-2.7-1.811-1.116-4.884C32.228%2C33.349%2C35.076%2C37.1%2C39.862%2C37.166z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-soc-mini_yt::before {
  background-image: url("../img/ico.png");
  background-position: -424px -369px;
  width: 16px;
  height: 19px;
  margin-top: -2px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FB8337%22%20d%3D%22M45.249%2C43.17c-0.086%2C0-0.154%2C0.027-0.196%2C0.082%0D%0A%09%09%09c-0.045%2C0.055-0.066%2C0.133-0.066%2C0.236v0.729h0.526v-0.729c0-0.104-0.022-0.182-0.066-0.236%0D%0A%09%09%09C45.401%2C43.197%2C45.337%2C43.17%2C45.249%2C43.17z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FB8337%22%20d%3D%22M41.641%2C43.413c-0.07%2C0-0.132%2C0.032-0.178%2C0.095%0D%0A%09%09%09c-0.049%2C0.062-0.07%2C0.151-0.071%2C0.27v2.318c0.001%2C0.118%2C0.022%2C0.21%2C0.071%2C0.271c0.046%2C0.063%2C0.107%2C0.094%2C0.178%2C0.094%0D%0A%09%09%09c0.076%2C0%2C0.137-0.03%2C0.183-0.094c0.046-0.062%2C0.069-0.153%2C0.07-0.271v-2.318c-0.001-0.118-0.024-0.208-0.07-0.27%0D%0A%09%09%09C41.777%2C43.445%2C41.717%2C43.413%2C41.641%2C43.413z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FB8337%22%20d%3D%22M47.906%2C41.153c0-1.379-1.031-2.381-2.406-2.381%0D%0A%09%09%09c0%2C0-4.043-0.125-5.391-0.125c-1.402%2C0-5.609%2C0.125-5.609%2C0.125c-1.375%2C0-2.375%2C1.002-2.375%2C2.381c0%2C0-0.125%2C2.29-0.125%2C3.054%0D%0A%09%09%09c0%2C0.696%2C0.125%2C2.787%2C0.125%2C2.787c0%2C1.378%2C1%2C2.412%2C2.375%2C2.412c0%2C0%2C4.148%2C0.094%2C5.531%2C0.094c1.367%2C0%2C5.469-0.094%2C5.469-0.094%0D%0A%09%09%09c1.375%2C0%2C2.406-1.034%2C2.406-2.412L48%2C44.145L47.906%2C41.153z%20M35.67%2C47.605H34.23v-6.029h-1.006v-1.259h3.452v1.259H35.67V47.605z%0D%0A%09%09%09%20M39.429%2C47.61h-1.191v-0.664h-0.016c-0.058%2C0.236-0.156%2C0.415-0.3%2C0.539c-0.146%2C0.126-0.335%2C0.189-0.567%2C0.19%0D%0A%09%09%09c-0.269-0.003-0.471-0.111-0.604-0.325c-0.137-0.212-0.203-0.512-0.203-0.898v-4.188h1.19v3.713%0D%0A%09%09%09c-0.004%2C0.121%2C0.008%2C0.231%2C0.036%2C0.329c0.028%2C0.099%2C0.097%2C0.15%2C0.205%2C0.155c0.11-0.005%2C0.184-0.057%2C0.216-0.155%0D%0A%09%09%09c0.032-0.098%2C0.047-0.208%2C0.043-0.329v-3.713h1.191V47.61z%20M43.099%2C46.34c0.004%2C0.337-0.057%2C0.642-0.183%2C0.909%0D%0A%09%09%09c-0.127%2C0.27-0.353%2C0.411-0.68%2C0.427c-0.224%2C0.003-0.409-0.053-0.558-0.17c-0.148-0.115-0.239-0.305-0.273-0.569h-0.014v0.674%0D%0A%09%09%09h-1.204v-7.225h1.204v2.606h0.014c0.056-0.246%2C0.155-0.438%2C0.301-0.578c0.147-0.141%2C0.333-0.214%2C0.553-0.216%0D%0A%09%09%09c0.304%2C0.007%2C0.518%2C0.118%2C0.648%2C0.337c0.129%2C0.218%2C0.193%2C0.501%2C0.191%2C0.85V46.34z%20M46.768%2C45.104h-1.781v1.086%0D%0A%09%09%09c0%2C0.16%2C0.022%2C0.285%2C0.069%2C0.376c0.043%2C0.09%2C0.108%2C0.137%2C0.193%2C0.139c0.098-0.002%2C0.165-0.049%2C0.206-0.139%0D%0A%09%09%09c0.039-0.091%2C0.06-0.216%2C0.058-0.376v-0.692h1.255v0.786c-0.009%2C0.5-0.153%2C0.857-0.428%2C1.073%0D%0A%09%09%09c-0.277%2C0.218-0.641%2C0.324-1.091%2C0.318c-0.415%2C0.004-0.771-0.109-1.062-0.339c-0.292-0.229-0.443-0.588-0.457-1.083v-2.55%0D%0A%09%09%09c0.004-0.485%2C0.132-0.855%2C0.393-1.113c0.26-0.26%2C0.635-0.391%2C1.126-0.393c0.414-0.009%2C0.768%2C0.098%2C1.06%2C0.321%0D%0A%09%09%09c0.292%2C0.223%2C0.446%2C0.617%2C0.459%2C1.185V45.104z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FB8337%22%20points%3D%2236.14%2C37.612%2037.484%2C37.612%2037.484%2C34.995%2038.626%2C30.5%20%0D%0A%09%09%0937.314%2C30.5%2036.819%2C33.328%2036.803%2C33.328%2036.309%2C30.5%2034.996%2C30.5%2036.14%2C34.995%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FB8337%22%20d%3D%22M39.754%2C33.637c0-0.1%2C0.017-0.187%2C0.051-0.257%0D%0A%09%09%09c0.038-0.071%2C0.1-0.107%2C0.188-0.11c0.086%2C0.003%2C0.148%2C0.039%2C0.185%2C0.11c0.035%2C0.07%2C0.051%2C0.157%2C0.049%2C0.257v2.729%0D%0A%09%09%09c0.002%2C0.1-0.014%2C0.184-0.049%2C0.255c-0.036%2C0.071-0.099%2C0.106-0.185%2C0.11c-0.089-0.004-0.15-0.039-0.188-0.11%0D%0A%09%09%09c-0.034-0.071-0.051-0.155-0.051-0.255V33.637z%20M41.356%2C33.792c-0.003-0.474-0.119-0.837-0.353-1.091%0D%0A%09%09%09c-0.231-0.252-0.57-0.381-1.011-0.384c-0.443%2C0.003-0.782%2C0.132-1.016%2C0.384c-0.233%2C0.254-0.35%2C0.617-0.352%2C1.091v2.5%0D%0A%09%09%09c0.012%2C0.483%2C0.149%2C0.837%2C0.412%2C1.06c0.263%2C0.224%2C0.579%2C0.335%2C0.955%2C0.332c0.37%2C0.003%2C0.688-0.108%2C0.952-0.332%0D%0A%09%09%09c0.264-0.223%2C0.4-0.576%2C0.411-1.06V33.792z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FB8337%22%20d%3D%22M43.864%2C37.618h1.141v-5.235h-1.141v3.636%0D%0A%09%09%09c0.005%2C0.118-0.01%2C0.227-0.039%2C0.325c-0.031%2C0.094-0.098%2C0.145-0.204%2C0.149c-0.104-0.005-0.171-0.056-0.199-0.149%0D%0A%09%09%09c-0.026-0.099-0.036-0.207-0.033-0.325v-3.636h-1.142v4.102c0%2C0.379%2C0.067%2C0.671%2C0.195%2C0.881c0.13%2C0.21%2C0.322%2C0.315%2C0.577%2C0.318%0D%0A%09%09%09c0.225-0.001%2C0.404-0.063%2C0.542-0.185c0.141-0.123%2C0.235-0.3%2C0.291-0.529h0.012V37.618z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-print::before {
  background-image: url("../img/ico.png");
  background-position: -424px -292px;
  width: 20px;
  height: 18px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FB8337%22%20d%3D%22M47.47%2C38.441h-0.514V35.44c0-0.55-0.321-1.318-0.715-1.706l-2.049-2.026C43.799%2C31.318%2C43.021%2C31%2C42.465%2C31%0D%0A%09h-8.41c-0.557%2C0-1.012%2C0.451-1.012%2C1.001v6.44h-0.514c-1.391%2C0-2.529%2C1.125-2.529%2C2.5v0.55v0.153v3.9c0%2C0.276%2C0.228%2C0.5%2C0.506%2C0.5%0D%0A%09h2.537V48c0%2C0.55%2C0.455%2C1%2C1.012%2C1h11.891c0.555%2C0%2C1.011-0.45%2C1.011-1v-1.955h2.537c0.278%2C0%2C0.507-0.224%2C0.507-0.5v-3.9v-0.153v-0.55%0D%0A%09C50%2C39.566%2C48.861%2C38.441%2C47.47%2C38.441z%20M45.346%2C47.46H34.519v-2.97h10.827V47.46z%20M45.346%2C40.001H34.519v-7.617h7.729v1.806%0D%0A%09c0%2C0.661%2C0.547%2C1.2%2C1.215%2C1.2h1.883V40.001z%20M47.724%2C41.517c-0.423%2C0-0.768-0.339-0.768-0.759c0-0.418%2C0.345-0.757%2C0.768-0.757%0D%0A%09c0.425%2C0%2C0.768%2C0.339%2C0.768%2C0.757C48.491%2C41.178%2C48.148%2C41.517%2C47.724%2C41.517z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  height: 19px;
}
.ico-print_min.ico-print::before {
  zoom: 0.72;
}
.banner-counter__item {
  display: inline-block;
}
.banner-counter__item_1 {
  background-image: url("../img/ico-numeric.png");
  background-position: -53px 0;
  width: 53px;
  height: 74px;
}
.banner-counter__item_2 {
  background-image: url("../img/ico-numeric.png");
  background-position: -106px 0;
  width: 53px;
  height: 74px;
}
.banner-counter__item_3 {
  background-image: url("../img/ico-numeric.png");
  background-position: 0 -74px;
  width: 53px;
  height: 74px;
}
.banner-counter__item_4 {
  background-image: url("../img/ico-numeric.png");
  background-position: -53px -74px;
  width: 53px;
  height: 74px;
}
.banner-counter__item_5 {
  background-image: url("../img/ico-numeric.png");
  background-position: -106px -74px;
  width: 53px;
  height: 74px;
}
.banner-counter__item_6 {
  background-image: url("../img/ico-numeric.png");
  background-position: -159px 0;
  width: 53px;
  height: 74px;
}
.banner-counter__item_7 {
  background-image: url("../img/ico-numeric.png");
  background-position: -159px -74px;
  width: 53px;
  height: 74px;
}
.banner-counter__item_8 {
  background-image: url("../img/ico-numeric.png");
  background-position: -216px 0;
  width: 53px;
  height: 74px;
}
.banner-counter__item_9 {
  background-image: url("../img/ico-numeric.png");
  background-position: -212px -74px;
  width: 53px;
  height: 74px;
}
.banner-counter__item_0 {
  background-image: url("../img/ico-numeric.png");
  background-position: -5px 0;
  width: 53px;
  height: 74px;
}
.variants-count {
  position: absolute;
  top: -2px;
  right: 0px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2238px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2038%2046%22%20style%3D%22enable-background%3Anew%200%200%2038%2046%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%239B9B9B%3B%7D%0D%0A%09.st1%7Bfill%3A%23808080%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0.2%2C3.2h8.4v2.5H2.9v3.3H8v2.5H2.9v3.4h5.7v2.5H0.2V3.2z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M10.9%2C17.3V3.2h2.8v11.6h3.3V3.2h2.8v11.6H23V3.2h2.8v11.6h1.9v5h-1.9l-0.3-2.5H10.9z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M29.4%2C3.2h8.4v2.5h-5.6v3.3h5.1v2.5h-5.1v3.4h5.7v2.5h-8.5V3.2z%20M29.8%2C1.2c0-0.3%2C0.1-0.6%2C0.4-0.8%0D%0A%09%09%09C30.4%2C0.2%2C30.8%2C0%2C31.4%2C0c0.5%2C0%2C0.9%2C0.1%2C1.1%2C0.3c0.2%2C0.2%2C0.4%2C0.5%2C0.4%2C0.8c0%2C0.3-0.1%2C0.6-0.4%2C0.8c-0.2%2C0.2-0.6%2C0.3-1.1%2C0.3%0D%0A%09%09%09c-0.5%2C0-0.9-0.1-1.2-0.3C30%2C1.8%2C29.8%2C1.6%2C29.8%2C1.2z%20M34.1%2C1.2c0-0.3%2C0.1-0.6%2C0.4-0.8C34.7%2C0.2%2C35.1%2C0%2C35.7%2C0%0D%0A%09%09%09c0.5%2C0%2C0.9%2C0.1%2C1.2%2C0.3c0.2%2C0.2%2C0.4%2C0.5%2C0.4%2C0.8c0%2C0.3-0.1%2C0.6-0.4%2C0.8c-0.2%2C0.2-0.6%2C0.3-1.2%2C0.3c-0.5%2C0-0.9-0.1-1.1-0.3%0D%0A%09%09%09C34.3%2C1.8%2C34.1%2C1.6%2C34.1%2C1.2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M0.4%2C39.8c0.2%2C0%2C0.4%2C0%2C0.7%2C0c0.2%2C0%2C0.5%2C0%2C0.8%2C0c0.6%2C0%2C1%2C0.1%2C1.3%2C0.3c0.3%2C0.2%2C0.4%2C0.5%2C0.4%2C0.8%0D%0A%09%09%09c0%2C0.2-0.1%2C0.4-0.2%2C0.6c-0.1%2C0.2-0.3%2C0.3-0.6%2C0.4v0c0.3%2C0.1%2C0.6%2C0.2%2C0.7%2C0.4c0.1%2C0.2%2C0.2%2C0.4%2C0.2%2C0.7c0%2C0.5-0.2%2C0.8-0.5%2C1%0D%0A%09%09%09c-0.3%2C0.2-0.8%2C0.3-1.5%2C0.3c-0.2%2C0-0.5%2C0-0.7%2C0c-0.2%2C0-0.4%2C0-0.6%2C0V39.8z%20M2%2C41.6c0.1%2C0%2C0.2%2C0%2C0.3-0.1s0.2-0.1%2C0.3-0.1%0D%0A%09%09%09c0.1-0.1%2C0.1-0.1%2C0.2-0.2c0.1-0.1%2C0.1-0.2%2C0.1-0.3c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.4-0.1-0.7-0.1c-0.2%2C0-0.3%2C0-0.4%2C0%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0v1.3H2z%20M1.1%2C43.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0%2C0.7-0.1%2C0.9-0.2S3%2C43.1%2C3%2C42.9%0D%0A%09%09%09c0-0.2-0.1-0.4-0.2-0.5c-0.2-0.1-0.5-0.2-0.9-0.2H1.1V43.6z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M4.5%2C40.1c0.2-0.1%2C0.5-0.2%2C0.8-0.3c0.3-0.1%2C0.6-0.1%2C0.9-0.1c0.3%2C0%2C0.6%2C0%2C0.7%2C0.1s0.3%2C0.2%2C0.4%2C0.3%0D%0A%09%09%09s0.2%2C0.3%2C0.2%2C0.4c0%2C0.2%2C0%2C0.3%2C0%2C0.5c0%2C0.4%2C0%2C0.7%2C0%2C1s0%2C0.7%2C0%2C1c0%2C0.2%2C0%2C0.4%2C0%2C0.6s0%2C0.4%2C0.1%2C0.5H7.2L7%2C43.6h0%0D%0A%09%09%09c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.2C6.7%2C43.9%2C6.6%2C44%2C6.5%2C44s-0.2%2C0.1-0.4%2C0.2c-0.1%2C0-0.3%2C0.1-0.5%2C0.1s-0.4%2C0-0.5-0.1%0D%0A%09%09%09c-0.2-0.1-0.3-0.1-0.4-0.3c-0.1-0.1-0.2-0.2-0.3-0.4S4.3%2C43.2%2C4.3%2C43c0-0.3%2C0.1-0.5%2C0.2-0.7c0.1-0.2%2C0.3-0.3%2C0.4-0.4%0D%0A%09%09%09c0.2-0.1%2C0.4-0.2%2C0.7-0.2s0.6-0.1%2C0.9-0.1c0.1%2C0%2C0.2%2C0%2C0.2%2C0s0.2%2C0%2C0.2%2C0c0-0.2%2C0-0.3%2C0-0.5c0-0.3-0.1-0.6-0.2-0.7%0D%0A%09%09%09c-0.1-0.1-0.4-0.2-0.7-0.2c-0.1%2C0-0.2%2C0-0.3%2C0c-0.1%2C0-0.2%2C0-0.4%2C0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.1s-0.2%2C0.1-0.3%2C0.1L4.5%2C40.1z%20M5.8%2C43.6%0D%0A%09%09%09c0.2%2C0%2C0.3%2C0%2C0.4-0.1c0.1%2C0%2C0.2-0.1%2C0.3-0.2c0.1-0.1%2C0.2-0.1%2C0.2-0.2C6.9%2C43.1%2C6.9%2C43%2C7%2C42.9v-0.7c-0.1%2C0-0.2%2C0-0.3%2C0%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0c-0.2%2C0-0.4%2C0-0.5%2C0c-0.2%2C0-0.3%2C0.1-0.5%2C0.1c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.2S5%2C42.8%2C5%2C42.9c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5%0D%0A%09%09%09C5.4%2C43.6%2C5.6%2C43.6%2C5.8%2C43.6z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M8.8%2C39.7h0.5l0.1%2C0.5h0c0.1-0.2%2C0.3-0.4%2C0.5-0.5c0.2-0.1%2C0.5-0.2%2C0.7-0.2c0.6%2C0%2C1%2C0.2%2C1.3%2C0.5%0D%0A%09%09%09c0.3%2C0.3%2C0.4%2C0.9%2C0.4%2C1.7c0%2C0.4%2C0%2C0.7-0.1%2C1s-0.2%2C0.6-0.4%2C0.8c-0.2%2C0.2-0.4%2C0.4-0.6%2C0.5c-0.3%2C0.1-0.5%2C0.2-0.8%2C0.2%0D%0A%09%09%09c-0.2%2C0-0.4%2C0-0.5%2C0c-0.1%2C0-0.3-0.1-0.4-0.1V46H8.8V39.7z%20M10.6%2C40.3c-0.3%2C0-0.5%2C0.1-0.7%2C0.2c-0.2%2C0.2-0.3%2C0.4-0.4%2C0.7v2.2%0D%0A%09%09%09c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.2c0.1%2C0%2C0.3%2C0.1%2C0.5%2C0.1c0.4%2C0%2C0.7-0.2%2C1-0.5c0.2-0.3%2C0.4-0.8%2C0.4-1.3c0-0.2%2C0-0.5-0.1-0.7%0D%0A%09%09%09c0-0.2-0.1-0.4-0.2-0.5s-0.2-0.2-0.4-0.3C11%2C40.3%2C10.8%2C40.3%2C10.6%2C40.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M16.1%2C41.6l0-0.6h0l-0.4%2C0.6l-2%2C2.6h-0.4v-4.4h0.7v2.7l0%2C0.5h0l0.3-0.6l2-2.7h0.4v4.4h-0.7V41.6z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M17.9%2C40.1c0.2-0.1%2C0.5-0.2%2C0.8-0.3c0.3-0.1%2C0.6-0.1%2C0.9-0.1c0.3%2C0%2C0.6%2C0%2C0.7%2C0.1s0.3%2C0.2%2C0.4%2C0.3%0D%0A%09%09%09s0.2%2C0.3%2C0.2%2C0.4c0%2C0.2%2C0%2C0.3%2C0%2C0.5c0%2C0.4%2C0%2C0.7%2C0%2C1s0%2C0.7%2C0%2C1c0%2C0.2%2C0%2C0.4%2C0%2C0.6s0%2C0.4%2C0.1%2C0.5h-0.5l-0.2-0.6h0%0D%0A%09%09%09c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.2C20.1%2C43.9%2C20%2C44%2C19.9%2C44s-0.2%2C0.1-0.4%2C0.2c-0.1%2C0-0.3%2C0.1-0.5%2C0.1s-0.4%2C0-0.5-0.1%0D%0A%09%09%09c-0.2-0.1-0.3-0.1-0.4-0.3c-0.1-0.1-0.2-0.2-0.3-0.4s-0.1-0.3-0.1-0.5c0-0.3%2C0.1-0.5%2C0.2-0.7c0.1-0.2%2C0.3-0.3%2C0.4-0.4%0D%0A%09%09%09c0.2-0.1%2C0.4-0.2%2C0.7-0.2s0.6-0.1%2C0.9-0.1c0.1%2C0%2C0.2%2C0%2C0.2%2C0s0.2%2C0%2C0.2%2C0c0-0.2%2C0-0.3%2C0-0.5c0-0.3-0.1-0.6-0.2-0.7%0D%0A%09%09%09c-0.1-0.1-0.4-0.2-0.7-0.2c-0.1%2C0-0.2%2C0-0.3%2C0c-0.1%2C0-0.2%2C0-0.4%2C0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.1s-0.2%2C0.1-0.3%2C0.1L17.9%2C40.1z%0D%0A%09%09%09%20M19.2%2C43.6c0.2%2C0%2C0.3%2C0%2C0.4-0.1c0.1%2C0%2C0.2-0.1%2C0.3-0.2c0.1-0.1%2C0.2-0.1%2C0.2-0.2c0.1-0.1%2C0.1-0.2%2C0.1-0.2v-0.7c-0.1%2C0-0.2%2C0-0.3%2C0%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0c-0.2%2C0-0.4%2C0-0.5%2C0c-0.2%2C0-0.3%2C0.1-0.5%2C0.1c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.2s-0.1%2C0.2-0.1%2C0.4c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5%0D%0A%09%09%09C18.8%2C43.6%2C19%2C43.6%2C19.2%2C43.6z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M24.9%2C42.2h-2v2h-0.7v-4.4h0.7v1.9h2v-1.9h0.7v4.4h-0.7V42.2z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M29.6%2C40.4h-1.4v3.8h-0.7v-3.8h-1.4v-0.6h3.5V40.4z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M29.7%2C42c0-0.8%2C0.2-1.3%2C0.5-1.7c0.3-0.4%2C0.8-0.6%2C1.4-0.6c0.3%2C0%2C0.6%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.4%2C0.3%2C0.6%2C0.5%0D%0A%09%09%09c0.2%2C0.2%2C0.3%2C0.4%2C0.4%2C0.7c0.1%2C0.3%2C0.1%2C0.6%2C0.1%2C1c0%2C0.8-0.2%2C1.3-0.5%2C1.7c-0.3%2C0.4-0.8%2C0.6-1.4%2C0.6c-0.3%2C0-0.6-0.1-0.9-0.2%0D%0A%09%09%09c-0.2-0.1-0.4-0.3-0.6-0.5c-0.2-0.2-0.3-0.4-0.4-0.7C29.7%2C42.6%2C29.7%2C42.3%2C29.7%2C42z%20M30.4%2C42c0%2C0.2%2C0%2C0.4%2C0.1%2C0.6%0D%0A%09%09%09c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5c0.1%2C0.2%2C0.2%2C0.3%2C0.4%2C0.4s0.3%2C0.1%2C0.6%2C0.1c0.8%2C0%2C1.2-0.6%2C1.2-1.7c0-0.2%2C0-0.4-0.1-0.7%0D%0A%09%09%09c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.2-0.2-0.3-0.4-0.4c-0.2-0.1-0.3-0.1-0.6-0.1C30.8%2C40.3%2C30.4%2C40.8%2C30.4%2C42z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M34.5%2C39.8c0.2%2C0%2C0.4%2C0%2C0.7%2C0c0.2%2C0%2C0.5%2C0%2C0.8%2C0c0.6%2C0%2C1%2C0.1%2C1.3%2C0.3c0.3%2C0.2%2C0.4%2C0.5%2C0.4%2C0.8%0D%0A%09%09%09c0%2C0.2-0.1%2C0.4-0.2%2C0.6c-0.1%2C0.2-0.3%2C0.3-0.6%2C0.4v0c0.3%2C0.1%2C0.6%2C0.2%2C0.7%2C0.4c0.1%2C0.2%2C0.2%2C0.4%2C0.2%2C0.7c0%2C0.5-0.2%2C0.8-0.5%2C1%0D%0A%09%09%09c-0.3%2C0.2-0.8%2C0.3-1.5%2C0.3c-0.2%2C0-0.5%2C0-0.7%2C0c-0.2%2C0-0.4%2C0-0.6%2C0V39.8z%20M36%2C41.6c0.1%2C0%2C0.2%2C0%2C0.3-0.1s0.2-0.1%2C0.3-0.1%0D%0A%09%09%09c0.1-0.1%2C0.1-0.1%2C0.2-0.2c0.1-0.1%2C0.1-0.2%2C0.1-0.3c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.4-0.1-0.7-0.1c-0.2%2C0-0.3%2C0-0.4%2C0%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0v1.3H36z%20M35.2%2C43.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0%2C0.7-0.1%2C0.9-0.2s0.3-0.3%2C0.3-0.6%0D%0A%09%09%09c0-0.2-0.1-0.4-0.2-0.5c-0.2-0.1-0.5-0.2-0.9-0.2h-0.8V43.6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 56px;
  padding-top: 26px;
  padding-left: 2px;
  text-align: center;
}
.variants-count_variant {
  left: 0;
  width: 50px;
  height: 57px;
}
.variants-count_variant .variants-count__num {
  background-size: contain !important;
  width: 11px;
  height: 19px;
}
.variants-count__num {
  display: inline-block;
  background-repeat: no-repeat !important;
  width: 10px;
  height: 16px;
}
.variants-count__num:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat !important;
  width: 11px;
  height: 100%;
  margin-left: 12px;
}
.variants-count__num.variants-count__num_9 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C5.2c0-0.7%2C0.1-1.4%2C0.3-2s0.5-1.1%2C0.9-1.5c0.4-0.4%2C0.9-0.8%2C1.5-1s1.3-0.4%2C2.1-0.4c1.6%2C0%2C2.8%2C0.5%2C3.7%2C1.4%0D%0A%09%09C9.5%2C2.7%2C10%2C4.1%2C10%2C5.9c0%2C1.6-0.2%2C3-0.6%2C4.2c-0.4%2C1.2-1%2C2.2-1.7%2C3c-0.7%2C0.8-1.5%2C1.4-2.4%2C1.8s-1.9%2C0.7-2.9%2C0.8l-0.6-2.1%0D%0A%09%09c0.8-0.1%2C1.5-0.3%2C2.1-0.6c0.6-0.3%2C1.1-0.6%2C1.6-1c0.4-0.4%2C0.8-0.9%2C1.1-1.4C6.8%2C10%2C6.9%2C9.4%2C7.1%2C8.8C6.7%2C9.2%2C6.4%2C9.4%2C6%2C9.6%0D%0A%09%09C5.6%2C9.7%2C5.1%2C9.8%2C4.4%2C9.8c-0.5%2C0-1.1-0.1-1.6-0.3C2.3%2C9.3%2C1.8%2C9%2C1.4%2C8.7C1%2C8.3%2C0.7%2C7.8%2C0.4%2C7.3C0.2%2C6.7%2C0%2C6%2C0%2C5.2z%20M2.7%2C5.1%0D%0A%09%09c0%2C0.8%2C0.2%2C1.4%2C0.7%2C1.8c0.4%2C0.4%2C1%2C0.6%2C1.7%2C0.6c0.6%2C0%2C1-0.1%2C1.4-0.3c0.4-0.2%2C0.6-0.4%2C0.8-0.7c0-0.3%2C0.1-0.6%2C0.1-0.8%0D%0A%09%09c0-0.4-0.1-0.8-0.1-1.2S7%2C3.9%2C6.8%2C3.6C6.6%2C3.3%2C6.3%2C3%2C6%2C2.9C5.7%2C2.7%2C5.3%2C2.6%2C4.9%2C2.6c-0.7%2C0-1.2%2C0.2-1.6%2C0.7S2.7%2C4.3%2C2.7%2C5.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_8 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0.3%2C11.8c0-0.5%2C0.1-0.9%2C0.2-1.3C0.6%2C10.1%2C0.8%2C9.7%2C1%2C9.4c0.2-0.3%2C0.5-0.6%2C0.8-0.9c0.3-0.3%2C0.7-0.5%2C1-0.7%0D%0A%09%09C2.2%2C7.4%2C1.6%2C6.9%2C1.3%2C6.3C0.9%2C5.8%2C0.7%2C5.1%2C0.7%2C4.2c0-0.5%2C0.1-1.1%2C0.3-1.5c0.2-0.5%2C0.5-0.9%2C0.9-1.2c0.4-0.4%2C0.9-0.6%2C1.4-0.8%0D%0A%09%09c0.5-0.2%2C1.2-0.3%2C1.8-0.3c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3c0.5%2C0.2%2C1%2C0.4%2C1.3%2C0.7C8.5%2C1.6%2C8.8%2C2%2C9%2C2.4s0.3%2C0.9%2C0.3%2C1.5c0%2C0.8-0.2%2C1.5-0.6%2C2.1%0D%0A%09%09C8.4%2C6.6%2C7.9%2C7.1%2C7.1%2C7.6C8%2C8.1%2C8.6%2C8.6%2C9%2C9.2c0.4%2C0.6%2C0.6%2C1.3%2C0.6%2C2.3c0%2C0.6-0.1%2C1.2-0.3%2C1.7c-0.2%2C0.5-0.6%2C0.9-1%2C1.3%0D%0A%09%09c-0.4%2C0.4-0.9%2C0.6-1.5%2C0.9c-0.6%2C0.2-1.2%2C0.3-1.9%2C0.3c-0.7%2C0-1.3-0.1-1.9-0.3c-0.6-0.2-1.1-0.5-1.4-0.8c-0.4-0.3-0.7-0.7-0.9-1.2%0D%0A%09%09C0.4%2C12.9%2C0.3%2C12.4%2C0.3%2C11.8z%20M7.1%2C11.5c0-0.3-0.1-0.6-0.2-0.9c-0.2-0.3-0.4-0.5-0.6-0.7C6%2C9.7%2C5.7%2C9.5%2C5.4%2C9.3S4.8%2C8.9%2C4.5%2C8.8%0D%0A%09%09C3.9%2C9.1%2C3.4%2C9.5%2C3.2%2C10c-0.2%2C0.4-0.4%2C0.9-0.4%2C1.3c0%2C0.6%2C0.2%2C1%2C0.6%2C1.4c0.4%2C0.4%2C0.9%2C0.6%2C1.6%2C0.6c0.6%2C0%2C1.1-0.2%2C1.5-0.5%0D%0A%09%09S7.1%2C12.1%2C7.1%2C11.5z%20M3.3%2C4.3c0%2C0.3%2C0.1%2C0.6%2C0.2%2C0.9C3.6%2C5.4%2C3.8%2C5.6%2C4%2C5.8C4.2%2C6%2C4.4%2C6.2%2C4.7%2C6.3s0.6%2C0.3%2C0.9%2C0.5%0D%0A%09%09c0.8-0.7%2C1.3-1.5%2C1.3-2.4c0-0.6-0.2-1-0.5-1.3S5.6%2C2.7%2C5.1%2C2.7C4.4%2C2.7%2C4%2C2.8%2C3.7%2C3.1C3.4%2C3.5%2C3.3%2C3.8%2C3.3%2C4.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_7 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C14.9L6.3%2C2.7l-6.1%2C0V0.1h9.5v0.8L3.9%2C14.9H1.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_6 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.9%2C10.8c0%2C0.7-0.1%2C1.3-0.3%2C1.9c-0.2%2C0.6-0.6%2C1.1-1%2C1.5c-0.4%2C0.4-0.9%2C0.8-1.5%2C1c-0.6%2C0.3-1.3%2C0.4-2%2C0.4%0D%0A%09%09c-0.7%2C0-1.4-0.1-2-0.3c-0.6-0.2-1.1-0.6-1.6-1c-0.4-0.5-0.8-1-1.1-1.7S0.1%2C11%2C0.1%2C10.1c0-1.4%2C0.2-2.6%2C0.6-3.8%0D%0A%09%09c0.4-1.1%2C0.9-2.1%2C1.6-2.9s1.5-1.5%2C2.4-2c0.9-0.5%2C1.9-0.9%2C2.9-1l0.6%2C2.2C7.5%2C2.6%2C6.8%2C2.8%2C6.2%2C3.2C5.6%2C3.5%2C5.1%2C3.9%2C4.7%2C4.3%0D%0A%09%09C4.2%2C4.8%2C3.8%2C5.3%2C3.5%2C5.8C3.2%2C6.4%2C3%2C6.9%2C2.8%2C7.5c0.3-0.4%2C0.6-0.6%2C1.1-0.9s1-0.4%2C1.7-0.4c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3%0D%0A%09%09c0.5%2C0.2%2C1%2C0.5%2C1.4%2C0.9s0.7%2C0.9%2C0.9%2C1.4C9.8%2C9.4%2C9.9%2C10.1%2C9.9%2C10.8z%20M7.3%2C10.9c0-1.6-0.8-2.4-2.3-2.4c-0.6%2C0-1%2C0.1-1.4%2C0.4%0D%0A%09%09S2.9%2C9.5%2C2.7%2C9.8c0%2C0.2%2C0%2C0.3%2C0%2C0.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.3%2C0%2C0.7%2C0.1%2C1c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.9c0.2%2C0.3%2C0.4%2C0.5%2C0.7%2C0.6%0D%0A%09%09c0.3%2C0.2%2C0.6%2C0.2%2C1.1%2C0.2c0.7%2C0%2C1.2-0.2%2C1.6-0.7C7.1%2C12.2%2C7.3%2C11.6%2C7.3%2C10.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_5 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.3%2C12.6c0.9%2C0%2C1.6-0.2%2C2.1-0.7c0.5-0.4%2C0.7-1.1%2C0.7-1.8c0-0.8-0.3-1.5-0.9-1.8C4.7%2C7.8%2C3.9%2C7.6%2C2.8%2C7.6%0D%0A%09%09L1.2%2C7.7V0h7.2v2.6H3.5v2.8c0%2C0%2C0.4%2C0%2C0.9%2C0c0.6%2C0%2C1.3%2C0.2%2C1.9%2C0.4c0.6%2C0.2%2C1%2C0.5%2C1.4%2C0.9s0.7%2C0.9%2C0.9%2C1.4C8.8%2C8.6%2C8.9%2C9.3%2C8.9%2C10%0D%0A%09%09c0%2C0.8-0.1%2C1.6-0.4%2C2.2c-0.3%2C0.6-0.7%2C1.2-1.2%2C1.6c-0.5%2C0.4-1.1%2C0.7-1.8%2C0.9C4.9%2C14.9%2C4.1%2C15%2C3.3%2C15c-0.6%2C0-1.2-0.1-1.8-0.2%0D%0A%09%09c-0.6-0.1-1-0.2-1.4-0.4l0.7-2.3c0.3%2C0.1%2C0.7%2C0.2%2C1.1%2C0.3C2.3%2C12.5%2C2.8%2C12.6%2C3.3%2C12.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_4 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2012%2015%22%20style%3D%22enable-background%3Anew%200%200%2012%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M11.6%2C10.8H9.3v4.1H6.8v-4.1H0.4V9.3l6.7-9.2h2.3v8.5h2.3V10.8z%20M6.8%2C4.4L3.5%2C8.6l3.3%2C0L6.8%2C4.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_3 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_2 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_1 {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_39 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_39:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C5.2c0-0.7%2C0.1-1.4%2C0.3-2s0.5-1.1%2C0.9-1.5c0.4-0.4%2C0.9-0.8%2C1.5-1s1.3-0.4%2C2.1-0.4c1.6%2C0%2C2.8%2C0.5%2C3.7%2C1.4%0D%0A%09%09C9.5%2C2.7%2C10%2C4.1%2C10%2C5.9c0%2C1.6-0.2%2C3-0.6%2C4.2c-0.4%2C1.2-1%2C2.2-1.7%2C3c-0.7%2C0.8-1.5%2C1.4-2.4%2C1.8s-1.9%2C0.7-2.9%2C0.8l-0.6-2.1%0D%0A%09%09c0.8-0.1%2C1.5-0.3%2C2.1-0.6c0.6-0.3%2C1.1-0.6%2C1.6-1c0.4-0.4%2C0.8-0.9%2C1.1-1.4C6.8%2C10%2C6.9%2C9.4%2C7.1%2C8.8C6.7%2C9.2%2C6.4%2C9.4%2C6%2C9.6%0D%0A%09%09C5.6%2C9.7%2C5.1%2C9.8%2C4.4%2C9.8c-0.5%2C0-1.1-0.1-1.6-0.3C2.3%2C9.3%2C1.8%2C9%2C1.4%2C8.7C1%2C8.3%2C0.7%2C7.8%2C0.4%2C7.3C0.2%2C6.7%2C0%2C6%2C0%2C5.2z%20M2.7%2C5.1%0D%0A%09%09c0%2C0.8%2C0.2%2C1.4%2C0.7%2C1.8c0.4%2C0.4%2C1%2C0.6%2C1.7%2C0.6c0.6%2C0%2C1-0.1%2C1.4-0.3c0.4-0.2%2C0.6-0.4%2C0.8-0.7c0-0.3%2C0.1-0.6%2C0.1-0.8%0D%0A%09%09c0-0.4-0.1-0.8-0.1-1.2S7%2C3.9%2C6.8%2C3.6C6.6%2C3.3%2C6.3%2C3%2C6%2C2.9C5.7%2C2.7%2C5.3%2C2.6%2C4.9%2C2.6c-0.7%2C0-1.2%2C0.2-1.6%2C0.7S2.7%2C4.3%2C2.7%2C5.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_38 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_38:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0.3%2C11.8c0-0.5%2C0.1-0.9%2C0.2-1.3C0.6%2C10.1%2C0.8%2C9.7%2C1%2C9.4c0.2-0.3%2C0.5-0.6%2C0.8-0.9c0.3-0.3%2C0.7-0.5%2C1-0.7%0D%0A%09%09C2.2%2C7.4%2C1.6%2C6.9%2C1.3%2C6.3C0.9%2C5.8%2C0.7%2C5.1%2C0.7%2C4.2c0-0.5%2C0.1-1.1%2C0.3-1.5c0.2-0.5%2C0.5-0.9%2C0.9-1.2c0.4-0.4%2C0.9-0.6%2C1.4-0.8%0D%0A%09%09c0.5-0.2%2C1.2-0.3%2C1.8-0.3c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3c0.5%2C0.2%2C1%2C0.4%2C1.3%2C0.7C8.5%2C1.6%2C8.8%2C2%2C9%2C2.4s0.3%2C0.9%2C0.3%2C1.5c0%2C0.8-0.2%2C1.5-0.6%2C2.1%0D%0A%09%09C8.4%2C6.6%2C7.9%2C7.1%2C7.1%2C7.6C8%2C8.1%2C8.6%2C8.6%2C9%2C9.2c0.4%2C0.6%2C0.6%2C1.3%2C0.6%2C2.3c0%2C0.6-0.1%2C1.2-0.3%2C1.7c-0.2%2C0.5-0.6%2C0.9-1%2C1.3%0D%0A%09%09c-0.4%2C0.4-0.9%2C0.6-1.5%2C0.9c-0.6%2C0.2-1.2%2C0.3-1.9%2C0.3c-0.7%2C0-1.3-0.1-1.9-0.3c-0.6-0.2-1.1-0.5-1.4-0.8c-0.4-0.3-0.7-0.7-0.9-1.2%0D%0A%09%09C0.4%2C12.9%2C0.3%2C12.4%2C0.3%2C11.8z%20M7.1%2C11.5c0-0.3-0.1-0.6-0.2-0.9c-0.2-0.3-0.4-0.5-0.6-0.7C6%2C9.7%2C5.7%2C9.5%2C5.4%2C9.3S4.8%2C8.9%2C4.5%2C8.8%0D%0A%09%09C3.9%2C9.1%2C3.4%2C9.5%2C3.2%2C10c-0.2%2C0.4-0.4%2C0.9-0.4%2C1.3c0%2C0.6%2C0.2%2C1%2C0.6%2C1.4c0.4%2C0.4%2C0.9%2C0.6%2C1.6%2C0.6c0.6%2C0%2C1.1-0.2%2C1.5-0.5%0D%0A%09%09S7.1%2C12.1%2C7.1%2C11.5z%20M3.3%2C4.3c0%2C0.3%2C0.1%2C0.6%2C0.2%2C0.9C3.6%2C5.4%2C3.8%2C5.6%2C4%2C5.8C4.2%2C6%2C4.4%2C6.2%2C4.7%2C6.3s0.6%2C0.3%2C0.9%2C0.5%0D%0A%09%09c0.8-0.7%2C1.3-1.5%2C1.3-2.4c0-0.6-0.2-1-0.5-1.3S5.6%2C2.7%2C5.1%2C2.7C4.4%2C2.7%2C4%2C2.8%2C3.7%2C3.1C3.4%2C3.5%2C3.3%2C3.8%2C3.3%2C4.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_37 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_37:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C14.9L6.3%2C2.7l-6.1%2C0V0.1h9.5v0.8L3.9%2C14.9H1.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_36 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_36:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.9%2C10.8c0%2C0.7-0.1%2C1.3-0.3%2C1.9c-0.2%2C0.6-0.6%2C1.1-1%2C1.5c-0.4%2C0.4-0.9%2C0.8-1.5%2C1c-0.6%2C0.3-1.3%2C0.4-2%2C0.4%0D%0A%09%09c-0.7%2C0-1.4-0.1-2-0.3c-0.6-0.2-1.1-0.6-1.6-1c-0.4-0.5-0.8-1-1.1-1.7S0.1%2C11%2C0.1%2C10.1c0-1.4%2C0.2-2.6%2C0.6-3.8%0D%0A%09%09c0.4-1.1%2C0.9-2.1%2C1.6-2.9s1.5-1.5%2C2.4-2c0.9-0.5%2C1.9-0.9%2C2.9-1l0.6%2C2.2C7.5%2C2.6%2C6.8%2C2.8%2C6.2%2C3.2C5.6%2C3.5%2C5.1%2C3.9%2C4.7%2C4.3%0D%0A%09%09C4.2%2C4.8%2C3.8%2C5.3%2C3.5%2C5.8C3.2%2C6.4%2C3%2C6.9%2C2.8%2C7.5c0.3-0.4%2C0.6-0.6%2C1.1-0.9s1-0.4%2C1.7-0.4c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3%0D%0A%09%09c0.5%2C0.2%2C1%2C0.5%2C1.4%2C0.9s0.7%2C0.9%2C0.9%2C1.4C9.8%2C9.4%2C9.9%2C10.1%2C9.9%2C10.8z%20M7.3%2C10.9c0-1.6-0.8-2.4-2.3-2.4c-0.6%2C0-1%2C0.1-1.4%2C0.4%0D%0A%09%09S2.9%2C9.5%2C2.7%2C9.8c0%2C0.2%2C0%2C0.3%2C0%2C0.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.3%2C0%2C0.7%2C0.1%2C1c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.9c0.2%2C0.3%2C0.4%2C0.5%2C0.7%2C0.6%0D%0A%09%09c0.3%2C0.2%2C0.6%2C0.2%2C1.1%2C0.2c0.7%2C0%2C1.2-0.2%2C1.6-0.7C7.1%2C12.2%2C7.3%2C11.6%2C7.3%2C10.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_35 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_35:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.3%2C12.6c0.9%2C0%2C1.6-0.2%2C2.1-0.7c0.5-0.4%2C0.7-1.1%2C0.7-1.8c0-0.8-0.3-1.5-0.9-1.8C4.7%2C7.8%2C3.9%2C7.6%2C2.8%2C7.6%0D%0A%09%09L1.2%2C7.7V0h7.2v2.6H3.5v2.8c0%2C0%2C0.4%2C0%2C0.9%2C0c0.6%2C0%2C1.3%2C0.2%2C1.9%2C0.4c0.6%2C0.2%2C1%2C0.5%2C1.4%2C0.9s0.7%2C0.9%2C0.9%2C1.4C8.8%2C8.6%2C8.9%2C9.3%2C8.9%2C10%0D%0A%09%09c0%2C0.8-0.1%2C1.6-0.4%2C2.2c-0.3%2C0.6-0.7%2C1.2-1.2%2C1.6c-0.5%2C0.4-1.1%2C0.7-1.8%2C0.9C4.9%2C14.9%2C4.1%2C15%2C3.3%2C15c-0.6%2C0-1.2-0.1-1.8-0.2%0D%0A%09%09c-0.6-0.1-1-0.2-1.4-0.4l0.7-2.3c0.3%2C0.1%2C0.7%2C0.2%2C1.1%2C0.3C2.3%2C12.5%2C2.8%2C12.6%2C3.3%2C12.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_34 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_34:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2012%2015%22%20style%3D%22enable-background%3Anew%200%200%2012%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M11.6%2C10.8H9.3v4.1H6.8v-4.1H0.4V9.3l6.7-9.2h2.3v8.5h2.3V10.8z%20M6.8%2C4.4L3.5%2C8.6l3.3%2C0L6.8%2C4.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_33 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_33:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_32 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_32:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_31 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_31:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_30 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_30:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2011%2016%22%20style%3D%22enable-background%3Anew%200%200%2011%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M0.4%2C8c0-2.6%2C0.4-4.5%2C1.3-5.7s2.2-1.9%2C3.8-1.9c1.8%2C0%2C3.1%2C0.6%2C3.9%2C1.9c0.8%2C1.2%2C1.2%2C3.2%2C1.2%2C5.8%0D%0A%09c0%2C2.6-0.4%2C4.5-1.3%2C5.8s-2.2%2C1.9-3.8%2C1.9c-1.8%2C0-3-0.7-3.9-2C0.8%2C12.3%2C0.4%2C10.4%2C0.4%2C8z%20M3.1%2C8c0%2C1.7%2C0.2%2C3%2C0.6%2C4%0D%0A%09c0.4%2C0.9%2C1%2C1.4%2C1.8%2C1.4c0.8%2C0%2C1.4-0.4%2C1.8-1.3C7.7%2C11.2%2C7.9%2C9.8%2C7.9%2C8c0-1.7-0.2-3-0.5-3.9C7%2C3.1%2C6.4%2C2.7%2C5.5%2C2.7%0D%0A%09C4.6%2C2.7%2C4%2C3.1%2C3.7%2C4C3.3%2C4.8%2C3.1%2C6.2%2C3.1%2C8z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_29 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_29:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C5.2c0-0.7%2C0.1-1.4%2C0.3-2s0.5-1.1%2C0.9-1.5c0.4-0.4%2C0.9-0.8%2C1.5-1s1.3-0.4%2C2.1-0.4c1.6%2C0%2C2.8%2C0.5%2C3.7%2C1.4%0D%0A%09%09C9.5%2C2.7%2C10%2C4.1%2C10%2C5.9c0%2C1.6-0.2%2C3-0.6%2C4.2c-0.4%2C1.2-1%2C2.2-1.7%2C3c-0.7%2C0.8-1.5%2C1.4-2.4%2C1.8s-1.9%2C0.7-2.9%2C0.8l-0.6-2.1%0D%0A%09%09c0.8-0.1%2C1.5-0.3%2C2.1-0.6c0.6-0.3%2C1.1-0.6%2C1.6-1c0.4-0.4%2C0.8-0.9%2C1.1-1.4C6.8%2C10%2C6.9%2C9.4%2C7.1%2C8.8C6.7%2C9.2%2C6.4%2C9.4%2C6%2C9.6%0D%0A%09%09C5.6%2C9.7%2C5.1%2C9.8%2C4.4%2C9.8c-0.5%2C0-1.1-0.1-1.6-0.3C2.3%2C9.3%2C1.8%2C9%2C1.4%2C8.7C1%2C8.3%2C0.7%2C7.8%2C0.4%2C7.3C0.2%2C6.7%2C0%2C6%2C0%2C5.2z%20M2.7%2C5.1%0D%0A%09%09c0%2C0.8%2C0.2%2C1.4%2C0.7%2C1.8c0.4%2C0.4%2C1%2C0.6%2C1.7%2C0.6c0.6%2C0%2C1-0.1%2C1.4-0.3c0.4-0.2%2C0.6-0.4%2C0.8-0.7c0-0.3%2C0.1-0.6%2C0.1-0.8%0D%0A%09%09c0-0.4-0.1-0.8-0.1-1.2S7%2C3.9%2C6.8%2C3.6C6.6%2C3.3%2C6.3%2C3%2C6%2C2.9C5.7%2C2.7%2C5.3%2C2.6%2C4.9%2C2.6c-0.7%2C0-1.2%2C0.2-1.6%2C0.7S2.7%2C4.3%2C2.7%2C5.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_28 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_28:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0.3%2C11.8c0-0.5%2C0.1-0.9%2C0.2-1.3C0.6%2C10.1%2C0.8%2C9.7%2C1%2C9.4c0.2-0.3%2C0.5-0.6%2C0.8-0.9c0.3-0.3%2C0.7-0.5%2C1-0.7%0D%0A%09%09C2.2%2C7.4%2C1.6%2C6.9%2C1.3%2C6.3C0.9%2C5.8%2C0.7%2C5.1%2C0.7%2C4.2c0-0.5%2C0.1-1.1%2C0.3-1.5c0.2-0.5%2C0.5-0.9%2C0.9-1.2c0.4-0.4%2C0.9-0.6%2C1.4-0.8%0D%0A%09%09c0.5-0.2%2C1.2-0.3%2C1.8-0.3c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3c0.5%2C0.2%2C1%2C0.4%2C1.3%2C0.7C8.5%2C1.6%2C8.8%2C2%2C9%2C2.4s0.3%2C0.9%2C0.3%2C1.5c0%2C0.8-0.2%2C1.5-0.6%2C2.1%0D%0A%09%09C8.4%2C6.6%2C7.9%2C7.1%2C7.1%2C7.6C8%2C8.1%2C8.6%2C8.6%2C9%2C9.2c0.4%2C0.6%2C0.6%2C1.3%2C0.6%2C2.3c0%2C0.6-0.1%2C1.2-0.3%2C1.7c-0.2%2C0.5-0.6%2C0.9-1%2C1.3%0D%0A%09%09c-0.4%2C0.4-0.9%2C0.6-1.5%2C0.9c-0.6%2C0.2-1.2%2C0.3-1.9%2C0.3c-0.7%2C0-1.3-0.1-1.9-0.3c-0.6-0.2-1.1-0.5-1.4-0.8c-0.4-0.3-0.7-0.7-0.9-1.2%0D%0A%09%09C0.4%2C12.9%2C0.3%2C12.4%2C0.3%2C11.8z%20M7.1%2C11.5c0-0.3-0.1-0.6-0.2-0.9c-0.2-0.3-0.4-0.5-0.6-0.7C6%2C9.7%2C5.7%2C9.5%2C5.4%2C9.3S4.8%2C8.9%2C4.5%2C8.8%0D%0A%09%09C3.9%2C9.1%2C3.4%2C9.5%2C3.2%2C10c-0.2%2C0.4-0.4%2C0.9-0.4%2C1.3c0%2C0.6%2C0.2%2C1%2C0.6%2C1.4c0.4%2C0.4%2C0.9%2C0.6%2C1.6%2C0.6c0.6%2C0%2C1.1-0.2%2C1.5-0.5%0D%0A%09%09S7.1%2C12.1%2C7.1%2C11.5z%20M3.3%2C4.3c0%2C0.3%2C0.1%2C0.6%2C0.2%2C0.9C3.6%2C5.4%2C3.8%2C5.6%2C4%2C5.8C4.2%2C6%2C4.4%2C6.2%2C4.7%2C6.3s0.6%2C0.3%2C0.9%2C0.5%0D%0A%09%09c0.8-0.7%2C1.3-1.5%2C1.3-2.4c0-0.6-0.2-1-0.5-1.3S5.6%2C2.7%2C5.1%2C2.7C4.4%2C2.7%2C4%2C2.8%2C3.7%2C3.1C3.4%2C3.5%2C3.3%2C3.8%2C3.3%2C4.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_27 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_27:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C14.9L6.3%2C2.7l-6.1%2C0V0.1h9.5v0.8L3.9%2C14.9H1.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_26 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_26:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.9%2C10.8c0%2C0.7-0.1%2C1.3-0.3%2C1.9c-0.2%2C0.6-0.6%2C1.1-1%2C1.5c-0.4%2C0.4-0.9%2C0.8-1.5%2C1c-0.6%2C0.3-1.3%2C0.4-2%2C0.4%0D%0A%09%09c-0.7%2C0-1.4-0.1-2-0.3c-0.6-0.2-1.1-0.6-1.6-1c-0.4-0.5-0.8-1-1.1-1.7S0.1%2C11%2C0.1%2C10.1c0-1.4%2C0.2-2.6%2C0.6-3.8%0D%0A%09%09c0.4-1.1%2C0.9-2.1%2C1.6-2.9s1.5-1.5%2C2.4-2c0.9-0.5%2C1.9-0.9%2C2.9-1l0.6%2C2.2C7.5%2C2.6%2C6.8%2C2.8%2C6.2%2C3.2C5.6%2C3.5%2C5.1%2C3.9%2C4.7%2C4.3%0D%0A%09%09C4.2%2C4.8%2C3.8%2C5.3%2C3.5%2C5.8C3.2%2C6.4%2C3%2C6.9%2C2.8%2C7.5c0.3-0.4%2C0.6-0.6%2C1.1-0.9s1-0.4%2C1.7-0.4c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3%0D%0A%09%09c0.5%2C0.2%2C1%2C0.5%2C1.4%2C0.9s0.7%2C0.9%2C0.9%2C1.4C9.8%2C9.4%2C9.9%2C10.1%2C9.9%2C10.8z%20M7.3%2C10.9c0-1.6-0.8-2.4-2.3-2.4c-0.6%2C0-1%2C0.1-1.4%2C0.4%0D%0A%09%09S2.9%2C9.5%2C2.7%2C9.8c0%2C0.2%2C0%2C0.3%2C0%2C0.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.3%2C0%2C0.7%2C0.1%2C1c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.9c0.2%2C0.3%2C0.4%2C0.5%2C0.7%2C0.6%0D%0A%09%09c0.3%2C0.2%2C0.6%2C0.2%2C1.1%2C0.2c0.7%2C0%2C1.2-0.2%2C1.6-0.7C7.1%2C12.2%2C7.3%2C11.6%2C7.3%2C10.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_25 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_25:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.3%2C12.6c0.9%2C0%2C1.6-0.2%2C2.1-0.7c0.5-0.4%2C0.7-1.1%2C0.7-1.8c0-0.8-0.3-1.5-0.9-1.8C4.7%2C7.8%2C3.9%2C7.6%2C2.8%2C7.6%0D%0A%09%09L1.2%2C7.7V0h7.2v2.6H3.5v2.8c0%2C0%2C0.4%2C0%2C0.9%2C0c0.6%2C0%2C1.3%2C0.2%2C1.9%2C0.4c0.6%2C0.2%2C1%2C0.5%2C1.4%2C0.9s0.7%2C0.9%2C0.9%2C1.4C8.8%2C8.6%2C8.9%2C9.3%2C8.9%2C10%0D%0A%09%09c0%2C0.8-0.1%2C1.6-0.4%2C2.2c-0.3%2C0.6-0.7%2C1.2-1.2%2C1.6c-0.5%2C0.4-1.1%2C0.7-1.8%2C0.9C4.9%2C14.9%2C4.1%2C15%2C3.3%2C15c-0.6%2C0-1.2-0.1-1.8-0.2%0D%0A%09%09c-0.6-0.1-1-0.2-1.4-0.4l0.7-2.3c0.3%2C0.1%2C0.7%2C0.2%2C1.1%2C0.3C2.3%2C12.5%2C2.8%2C12.6%2C3.3%2C12.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_24 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_24:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2012%2015%22%20style%3D%22enable-background%3Anew%200%200%2012%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M11.6%2C10.8H9.3v4.1H6.8v-4.1H0.4V9.3l6.7-9.2h2.3v8.5h2.3V10.8z%20M6.8%2C4.4L3.5%2C8.6l3.3%2C0L6.8%2C4.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_23 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_23:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_22 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_22:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_21 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_21:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_20 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_20:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2011%2016%22%20style%3D%22enable-background%3Anew%200%200%2011%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M0.4%2C8c0-2.6%2C0.4-4.5%2C1.3-5.7s2.2-1.9%2C3.8-1.9c1.8%2C0%2C3.1%2C0.6%2C3.9%2C1.9c0.8%2C1.2%2C1.2%2C3.2%2C1.2%2C5.8%0D%0A%09c0%2C2.6-0.4%2C4.5-1.3%2C5.8s-2.2%2C1.9-3.8%2C1.9c-1.8%2C0-3-0.7-3.9-2C0.8%2C12.3%2C0.4%2C10.4%2C0.4%2C8z%20M3.1%2C8c0%2C1.7%2C0.2%2C3%2C0.6%2C4%0D%0A%09c0.4%2C0.9%2C1%2C1.4%2C1.8%2C1.4c0.8%2C0%2C1.4-0.4%2C1.8-1.3C7.7%2C11.2%2C7.9%2C9.8%2C7.9%2C8c0-1.7-0.2-3-0.5-3.9C7%2C3.1%2C6.4%2C2.7%2C5.5%2C2.7%0D%0A%09C4.6%2C2.7%2C4%2C3.1%2C3.7%2C4C3.3%2C4.8%2C3.1%2C6.2%2C3.1%2C8z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_19 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_19:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C5.2c0-0.7%2C0.1-1.4%2C0.3-2s0.5-1.1%2C0.9-1.5c0.4-0.4%2C0.9-0.8%2C1.5-1s1.3-0.4%2C2.1-0.4c1.6%2C0%2C2.8%2C0.5%2C3.7%2C1.4%0D%0A%09%09C9.5%2C2.7%2C10%2C4.1%2C10%2C5.9c0%2C1.6-0.2%2C3-0.6%2C4.2c-0.4%2C1.2-1%2C2.2-1.7%2C3c-0.7%2C0.8-1.5%2C1.4-2.4%2C1.8s-1.9%2C0.7-2.9%2C0.8l-0.6-2.1%0D%0A%09%09c0.8-0.1%2C1.5-0.3%2C2.1-0.6c0.6-0.3%2C1.1-0.6%2C1.6-1c0.4-0.4%2C0.8-0.9%2C1.1-1.4C6.8%2C10%2C6.9%2C9.4%2C7.1%2C8.8C6.7%2C9.2%2C6.4%2C9.4%2C6%2C9.6%0D%0A%09%09C5.6%2C9.7%2C5.1%2C9.8%2C4.4%2C9.8c-0.5%2C0-1.1-0.1-1.6-0.3C2.3%2C9.3%2C1.8%2C9%2C1.4%2C8.7C1%2C8.3%2C0.7%2C7.8%2C0.4%2C7.3C0.2%2C6.7%2C0%2C6%2C0%2C5.2z%20M2.7%2C5.1%0D%0A%09%09c0%2C0.8%2C0.2%2C1.4%2C0.7%2C1.8c0.4%2C0.4%2C1%2C0.6%2C1.7%2C0.6c0.6%2C0%2C1-0.1%2C1.4-0.3c0.4-0.2%2C0.6-0.4%2C0.8-0.7c0-0.3%2C0.1-0.6%2C0.1-0.8%0D%0A%09%09c0-0.4-0.1-0.8-0.1-1.2S7%2C3.9%2C6.8%2C3.6C6.6%2C3.3%2C6.3%2C3%2C6%2C2.9C5.7%2C2.7%2C5.3%2C2.6%2C4.9%2C2.6c-0.7%2C0-1.2%2C0.2-1.6%2C0.7S2.7%2C4.3%2C2.7%2C5.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_18 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_18:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0.3%2C11.8c0-0.5%2C0.1-0.9%2C0.2-1.3C0.6%2C10.1%2C0.8%2C9.7%2C1%2C9.4c0.2-0.3%2C0.5-0.6%2C0.8-0.9c0.3-0.3%2C0.7-0.5%2C1-0.7%0D%0A%09%09C2.2%2C7.4%2C1.6%2C6.9%2C1.3%2C6.3C0.9%2C5.8%2C0.7%2C5.1%2C0.7%2C4.2c0-0.5%2C0.1-1.1%2C0.3-1.5c0.2-0.5%2C0.5-0.9%2C0.9-1.2c0.4-0.4%2C0.9-0.6%2C1.4-0.8%0D%0A%09%09c0.5-0.2%2C1.2-0.3%2C1.8-0.3c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3c0.5%2C0.2%2C1%2C0.4%2C1.3%2C0.7C8.5%2C1.6%2C8.8%2C2%2C9%2C2.4s0.3%2C0.9%2C0.3%2C1.5c0%2C0.8-0.2%2C1.5-0.6%2C2.1%0D%0A%09%09C8.4%2C6.6%2C7.9%2C7.1%2C7.1%2C7.6C8%2C8.1%2C8.6%2C8.6%2C9%2C9.2c0.4%2C0.6%2C0.6%2C1.3%2C0.6%2C2.3c0%2C0.6-0.1%2C1.2-0.3%2C1.7c-0.2%2C0.5-0.6%2C0.9-1%2C1.3%0D%0A%09%09c-0.4%2C0.4-0.9%2C0.6-1.5%2C0.9c-0.6%2C0.2-1.2%2C0.3-1.9%2C0.3c-0.7%2C0-1.3-0.1-1.9-0.3c-0.6-0.2-1.1-0.5-1.4-0.8c-0.4-0.3-0.7-0.7-0.9-1.2%0D%0A%09%09C0.4%2C12.9%2C0.3%2C12.4%2C0.3%2C11.8z%20M7.1%2C11.5c0-0.3-0.1-0.6-0.2-0.9c-0.2-0.3-0.4-0.5-0.6-0.7C6%2C9.7%2C5.7%2C9.5%2C5.4%2C9.3S4.8%2C8.9%2C4.5%2C8.8%0D%0A%09%09C3.9%2C9.1%2C3.4%2C9.5%2C3.2%2C10c-0.2%2C0.4-0.4%2C0.9-0.4%2C1.3c0%2C0.6%2C0.2%2C1%2C0.6%2C1.4c0.4%2C0.4%2C0.9%2C0.6%2C1.6%2C0.6c0.6%2C0%2C1.1-0.2%2C1.5-0.5%0D%0A%09%09S7.1%2C12.1%2C7.1%2C11.5z%20M3.3%2C4.3c0%2C0.3%2C0.1%2C0.6%2C0.2%2C0.9C3.6%2C5.4%2C3.8%2C5.6%2C4%2C5.8C4.2%2C6%2C4.4%2C6.2%2C4.7%2C6.3s0.6%2C0.3%2C0.9%2C0.5%0D%0A%09%09c0.8-0.7%2C1.3-1.5%2C1.3-2.4c0-0.6-0.2-1-0.5-1.3S5.6%2C2.7%2C5.1%2C2.7C4.4%2C2.7%2C4%2C2.8%2C3.7%2C3.1C3.4%2C3.5%2C3.3%2C3.8%2C3.3%2C4.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_17 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_17:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C14.9L6.3%2C2.7l-6.1%2C0V0.1h9.5v0.8L3.9%2C14.9H1.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_16 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_16:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20style%3D%22enable-background%3Anew%200%200%2010%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.9%2C10.8c0%2C0.7-0.1%2C1.3-0.3%2C1.9c-0.2%2C0.6-0.6%2C1.1-1%2C1.5c-0.4%2C0.4-0.9%2C0.8-1.5%2C1c-0.6%2C0.3-1.3%2C0.4-2%2C0.4%0D%0A%09%09c-0.7%2C0-1.4-0.1-2-0.3c-0.6-0.2-1.1-0.6-1.6-1c-0.4-0.5-0.8-1-1.1-1.7S0.1%2C11%2C0.1%2C10.1c0-1.4%2C0.2-2.6%2C0.6-3.8%0D%0A%09%09c0.4-1.1%2C0.9-2.1%2C1.6-2.9s1.5-1.5%2C2.4-2c0.9-0.5%2C1.9-0.9%2C2.9-1l0.6%2C2.2C7.5%2C2.6%2C6.8%2C2.8%2C6.2%2C3.2C5.6%2C3.5%2C5.1%2C3.9%2C4.7%2C4.3%0D%0A%09%09C4.2%2C4.8%2C3.8%2C5.3%2C3.5%2C5.8C3.2%2C6.4%2C3%2C6.9%2C2.8%2C7.5c0.3-0.4%2C0.6-0.6%2C1.1-0.9s1-0.4%2C1.7-0.4c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3%0D%0A%09%09c0.5%2C0.2%2C1%2C0.5%2C1.4%2C0.9s0.7%2C0.9%2C0.9%2C1.4C9.8%2C9.4%2C9.9%2C10.1%2C9.9%2C10.8z%20M7.3%2C10.9c0-1.6-0.8-2.4-2.3-2.4c-0.6%2C0-1%2C0.1-1.4%2C0.4%0D%0A%09%09S2.9%2C9.5%2C2.7%2C9.8c0%2C0.2%2C0%2C0.3%2C0%2C0.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.3%2C0%2C0.7%2C0.1%2C1c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.9c0.2%2C0.3%2C0.4%2C0.5%2C0.7%2C0.6%0D%0A%09%09c0.3%2C0.2%2C0.6%2C0.2%2C1.1%2C0.2c0.7%2C0%2C1.2-0.2%2C1.6-0.7C7.1%2C12.2%2C7.3%2C11.6%2C7.3%2C10.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_15 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_15:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.3%2C12.6c0.9%2C0%2C1.6-0.2%2C2.1-0.7c0.5-0.4%2C0.7-1.1%2C0.7-1.8c0-0.8-0.3-1.5-0.9-1.8C4.7%2C7.8%2C3.9%2C7.6%2C2.8%2C7.6%0D%0A%09%09L1.2%2C7.7V0h7.2v2.6H3.5v2.8c0%2C0%2C0.4%2C0%2C0.9%2C0c0.6%2C0%2C1.3%2C0.2%2C1.9%2C0.4c0.6%2C0.2%2C1%2C0.5%2C1.4%2C0.9s0.7%2C0.9%2C0.9%2C1.4C8.8%2C8.6%2C8.9%2C9.3%2C8.9%2C10%0D%0A%09%09c0%2C0.8-0.1%2C1.6-0.4%2C2.2c-0.3%2C0.6-0.7%2C1.2-1.2%2C1.6c-0.5%2C0.4-1.1%2C0.7-1.8%2C0.9C4.9%2C14.9%2C4.1%2C15%2C3.3%2C15c-0.6%2C0-1.2-0.1-1.8-0.2%0D%0A%09%09c-0.6-0.1-1-0.2-1.4-0.4l0.7-2.3c0.3%2C0.1%2C0.7%2C0.2%2C1.1%2C0.3C2.3%2C12.5%2C2.8%2C12.6%2C3.3%2C12.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_14 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_14:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2012%2015%22%20style%3D%22enable-background%3Anew%200%200%2012%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M11.6%2C10.8H9.3v4.1H6.8v-4.1H0.4V9.3l6.7-9.2h2.3v8.5h2.3V10.8z%20M6.8%2C4.4L3.5%2C8.6l3.3%2C0L6.8%2C4.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_13 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_13:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C12.7c0.9%2C0%2C1.5-0.2%2C2-0.7s0.7-1%2C0.7-1.7c0-0.8-0.2-1.4-0.7-1.8C5%2C8.2%2C4.2%2C8%2C3.2%2C8H1.7V6.5l3.1-4.2H0.3V0%0D%0A%09%09h8v1.5L4.9%2C6c0%2C0%2C1.1%2C0%2C1.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.8c0.3%2C0.3%2C0.6%2C0.8%2C0.8%2C1.3s0.3%2C1.1%2C0.3%2C1.7c0%2C0.8-0.1%2C1.5-0.4%2C2.1%0D%0A%09%09s-0.7%2C1.1-1.1%2C1.5c-0.5%2C0.4-1%2C0.7-1.7%2C0.9S4.3%2C15%2C3.6%2C15c-0.6%2C0-1.3-0.1-1.9-0.2c-0.7-0.1-1.2-0.3-1.6-0.5l0.7-2.3%0D%0A%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1.2%2C0.4C2.5%2C12.6%2C3%2C12.7%2C3.5%2C12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_12 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_12:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%229px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209%2015%22%20style%3D%22enable-background%3Anew%200%200%209%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C3.9c0%2C0.7-0.1%2C1.4-0.4%2C2.2C8%2C6.8%2C7.6%2C7.5%2C7.2%2C8.2s-0.8%2C1.4-1.3%2C2c-0.5%2C0.7-1.5%2C1.9-1.9%2C2.5h5V15H0.1v-1.4%0D%0A%09%09c0.3-0.3%2C0.7-0.8%2C1.1-1.2c0.4-0.5%2C0.8-1%2C1.3-1.5c0.4-0.5%2C0.8-1.1%2C1.3-1.6c0.4-0.6%2C0.8-1.1%2C1.1-1.7C5.1%2C7%2C5.4%2C6.4%2C5.6%2C5.9%0D%0A%09%09c0.2-0.5%2C0.3-1%2C0.3-1.5c0-0.6-0.2-1-0.5-1.4C5.1%2C2.6%2C4.5%2C2.4%2C3.8%2C2.4c-0.4%2C0-0.9%2C0.1-1.4%2C0.3C2%2C2.9%2C1.6%2C3.1%2C1.3%2C3.4L0.2%2C1.5%0D%0A%09%09C0.7%2C1%2C1.3%2C0.7%2C2%2C0.4C2.7%2C0.1%2C3.5%2C0%2C4.5%2C0c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3S7.1%2C0.7%2C7.4%2C1c0.4%2C0.3%2C0.7%2C0.7%2C0.9%2C1.2C8.5%2C2.7%2C8.6%2C3.2%2C8.6%2C3.9z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_11 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_11:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_10 {
  margin-left: -12px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2010%2015%22%20style%3D%22enable-background%3Anew%200%200%2010%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C12.7h2.9V3.5L1.6%2C5.5L0.4%2C3.9L5.2%2C0h1.5v12.7h2.9V15H1.2V12.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.variants-count__num.variants-count__num_10:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2011%2016%22%20style%3D%22enable-background%3Anew%200%200%2011%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M0.4%2C8c0-2.6%2C0.4-4.5%2C1.3-5.7s2.2-1.9%2C3.8-1.9c1.8%2C0%2C3.1%2C0.6%2C3.9%2C1.9c0.8%2C1.2%2C1.2%2C3.2%2C1.2%2C5.8%0D%0A%09c0%2C2.6-0.4%2C4.5-1.3%2C5.8s-2.2%2C1.9-3.8%2C1.9c-1.8%2C0-3-0.7-3.9-2C0.8%2C12.3%2C0.4%2C10.4%2C0.4%2C8z%20M3.1%2C8c0%2C1.7%2C0.2%2C3%2C0.6%2C4%0D%0A%09c0.4%2C0.9%2C1%2C1.4%2C1.8%2C1.4c0.8%2C0%2C1.4-0.4%2C1.8-1.3C7.7%2C11.2%2C7.9%2C9.8%2C7.9%2C8c0-1.7-0.2-3-0.5-3.9C7%2C3.1%2C6.4%2C2.7%2C5.5%2C2.7%0D%0A%09C4.6%2C2.7%2C4%2C3.1%2C3.7%2C4C3.3%2C4.8%2C3.1%2C6.2%2C3.1%2C8z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.banner-feauters__item i {
  display: inline-block;
  margin-right: 20px;
  width: 35px;
  vertical-align: middle;
}
.ico-icon-rocket::before {
  background-image: url("../img/ico.png");
  background-position: -360px -148px;
  width: 34px;
  height: 34px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39.062%2C47.46%0D%0A%09%09l-3.026%2C0.938l-4.485-4.486l0.99-2.973l-5.217-5.217c0%2C0%2C1.252-0.938%2C3.757-0.938c2.503%2C0.001%2C4.069%2C1.044%2C4.069%2C1.044%0D%0A%09%09s1.868-3.333%2C6.988-6.469c5.113-3.13%2C11.479-2.918%2C11.479-2.918s-0.002%2C5.943-2.818%2C10.848c-2.732%2C4.754-6.781%2C7.407-6.781%2C7.407%0D%0A%09%09s0.99%2C1.93%2C1.146%2C3.965c0.156%2C2.034-1.043%2C3.859-1.043%2C3.859L39.062%2C47.46z%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229.307%22%20y1%3D%2245.946%22%20x2%3D%2226.384%22%20y2%3D%2248.868%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229.827%22%20y1%3D%2250.016%22%20x2%3D%2226.906%22%20y2%3D%2252.938%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2234.001%22%20y1%3D%2250.642%22%20x2%3D%2231.08%22%20y2%3D%2253.563%22%2F%3E%0D%0A%09%0D%0A%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%2243.732%22%20cy%3D%2236.326%22%20r%3D%223.43%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-icon-present::before {
  background-image: url("../img/ico.png");
  background-position: -64px -389px;
  width: 29px;
  height: 30px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2225.855%22%20y%3D%2233.236%22%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%2211.114%22%20height%3D%225.636%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2227.145%22%20y%3D%2238.872%22%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%229.824%22%20height%3D%2215.247%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2243.035%22%20y%3D%2233.236%22%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%2211.109%22%20height%3D%225.636%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2243.035%22%20y%3D%2238.872%22%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%229.822%22%20height%3D%2215.247%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2236.969%22%20y%3D%2233.236%22%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%226.066%22%20height%3D%2220.883%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20d%3D%22M40.001%2C32.753%0D%0A%09%09c1.959%2C0%2C2.657-2.094%2C3.624-3.704c0.965-1.61%2C2.199-3.168%2C4.32-3.168c2.119%2C0%2C2.391%2C1.933%2C2.391%2C2.738s-1.02%2C4.134-5.799%2C4.134%0D%0A%09%09C39.759%2C32.753%2C40.001%2C32.753%2C40.001%2C32.753z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20d%3D%22M39.999%2C32.753%0D%0A%09%09c-1.959%2C0-2.657-2.094-3.623-3.704c-0.967-1.61-2.201-3.168-4.319-3.168c-2.121%2C0-2.39%2C1.933-2.39%2C2.738s1.02%2C4.134%2C5.798%2C4.134%0D%0A%09%09S39.999%2C32.753%2C39.999%2C32.753z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-icon-perc::before {
  background-image: url("../img/ico.png");
  background-position: -360px -184px;
  width: 30px;
  height: 38px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linejoin%3D%22round%22%20points%3D%2252.232%2C55.313%2027.767%2C55.313%20%0D%0A%09%09%0929.428%2C32.314%2050.574%2C32.314%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20d%3D%22M34.687%2C36.183v-6.02%0D%0A%09%09%09c0-3.012%2C2.391-5.476%2C5.313-5.476c2.921%2C0%2C5.312%2C2.464%2C5.312%2C5.476v6.02%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20x1%3D%2246.297%22%20y1%3D%2239.591%22%20x2%3D%2233.703%22%20y2%3D%2252.186%22%2F%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20cx%3D%2236.026%22%20cy%3D%2241.869%22%20r%3D%222.992%22%2F%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20cx%3D%2243.974%22%20cy%3D%2249.818%22%20r%3D%222.993%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-icon-perc2::before {
  background-image: url("../img/ico.png");
  background-position: -360px -295px;
  width: 31px;
  height: 31px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20x1%3D%2246.297%22%20y1%3D%2233.702%22%20x2%3D%2233.703%22%20y2%3D%2246.297%22%2F%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20cx%3D%2236.026%22%20cy%3D%2235.979%22%20r%3D%222.992%22%2F%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20cx%3D%2243.974%22%20cy%3D%2243.929%22%20r%3D%222.993%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2212.906%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20x1%3D%2246.297%22%20y1%3D%2233.702%22%20x2%3D%2242.549%22%20y2%3D%2233.702%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20x1%3D%2246.297%22%20y1%3D%2237.452%22%20x2%3D%2246.297%22%20y2%3D%2233.702%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-icon-car::before {
  background-image: url("../img/ico.png");
  background-position: -73px -355px;
  width: 34px;
  height: 28px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%2231.548%22%20cy%3D%2246.832%22%20r%3D%223.78%22%2F%3E%0D%0A%09%0D%0A%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%2248.329%22%20cy%3D%2246.832%22%20r%3D%223.78%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.824%2C29.388%0D%0A%09%09v14.688h3.149c0.677-0.631%2C1.577-1.025%2C2.575-1.025c0.997%2C0%2C1.898%2C0.395%2C2.574%2C1.025h9.469V29.388H25.824z%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%0945.59%2C34.411%2051.854%2C34.411%2054.176%2C39.325%2054.176%2C46.832%2052.109%2C46.832%20%09%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2244.549%22%20y1%3D%2246.832%22%20x2%3D%2235.328%22%20y2%3D%2246.832%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2227.768%22%20y1%3D%2246.832%22%20x2%3D%2225.824%22%20y2%3D%2246.832%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%0951.422%2C39.325%2045.914%2C39.325%2045.914%2C36.733%2050.18%2C36.733%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-icon-money::before {
  background-image: url("../img/ico.png");
  background-position: -125px -389px;
  width: 29px;
  height: 28px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M49.919%2C46.104v1.933%0D%0A%09%09c0%2C0%2C0%2C3.612-3.713%2C3.612c-3.407%2C0-14.293%2C0-14.293%2C0s-3.662-0.204-3.662-3.562s0-16.379%2C0-16.379s0-3.356%2C3.814-3.356%0D%0A%09%09c3.307%2C0%2C15.921%2C0%2C15.921%2C0s1.933%2C0%2C1.933%2C2.39c0%2C1.781%2C0%2C8.75%2C0%2C8.75h-7.986c0%2C0-3.458-0.102-3.458%2C3.407%0D%0A%09%09c0%2C3.409%2C3.458%2C3.205%2C3.458%2C3.205H49.919z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.25%2C31.505%0D%0A%09%09c0%2C0-0.052%2C4.273%2C3.814%2C4.273c3.865%2C0%2C15.82%2C0%2C15.82%2C0s2.034%2C0.051%2C2.034%2C1.881%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%0948.75%2C39.491%2051.75%2C39.491%2051.75%2C46.104%2048.75%2C46.104%20%09%22%2F%3E%0D%0A%09%0D%0A%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%221.0469%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%2241.933%22%20cy%3D%2242.798%22%20r%3D%221.119%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2230.68%22%20y%3D%2230.538%22%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%220.698%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%2217.205%22%20height%3D%225.016%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%220.698%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2230.68%22%20y1%3D%2232.064%22%20x2%3D%2247.885%22%20y2%3D%2232.064%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23545454%22%20stroke-width%3D%220.698%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2230.68%22%20y1%3D%2233.743%22%20x2%3D%2247.885%22%20y2%3D%2233.743%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-video {
  background-image: url("../img/ico.png");
  background-position: 0 -66px;
  width: 56px;
  height: 73px;
  visibility: hidden;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.2461%22%20stroke-linecap%3D%22round%22%20d%3D%22M51.219%2C36.386%0D%0A%09%09c0%2C1.579-1.292%2C2.869-2.869%2C2.869H31.65c-1.578%2C0-2.869-1.29-2.869-2.869V25.965c0-1.577%2C1.291-2.868%2C2.869-2.868H48.35%0D%0A%09%09c1.577%2C0%2C2.869%2C1.291%2C2.869%2C2.868V36.386z%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.2461%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%0938.372%2C35.787%2038.372%2C26.563%2042.985%2C31.176%20%09%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%2240%22%20cy%3D%2231.174%22%20r%3D%2227.369%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M26.16%2C65.521c0%2C0.268-0.042%2C0.539-0.128%2C0.816s-0.213%2C0.536-0.384%2C0.776%0D%0A%09%09%09c-0.171%2C0.239-0.39%2C0.45-0.656%2C0.632s-0.582%2C0.32-0.944%2C0.416v0.064c0.32%2C0.053%2C0.626%2C0.144%2C0.92%2C0.271s0.552%2C0.305%2C0.776%2C0.527%0D%0A%09%09%09c0.224%2C0.225%2C0.405%2C0.496%2C0.544%2C0.816c0.138%2C0.32%2C0.208%2C0.699%2C0.208%2C1.137c0%2C0.576-0.12%2C1.074-0.36%2C1.496%0D%0A%09%09%09c-0.24%2C0.421-0.555%2C0.766-0.944%2C1.031c-0.39%2C0.268-0.835%2C0.465-1.336%2C0.592c-0.501%2C0.129-1.014%2C0.192-1.536%2C0.192%0D%0A%09%09%09c-0.182%2C0-0.395%2C0-0.64%2C0c-0.245%2C0-0.501-0.008-0.768-0.024c-0.267-0.016-0.533-0.037-0.8-0.063s-0.501-0.066-0.704-0.12V63.059%0D%0A%09%09%09c0.395-0.064%2C0.854-0.117%2C1.376-0.16s1.093-0.064%2C1.712-0.064c0.416%2C0%2C0.84%2C0.035%2C1.272%2C0.104c0.432%2C0.07%2C0.824%2C0.203%2C1.176%2C0.4%0D%0A%09%09%09s0.643%2C0.473%2C0.872%2C0.824C26.045%2C64.514%2C26.16%2C64.968%2C26.16%2C65.521z%20M21.568%2C67.891c0.181%2C0%2C0.4-0.006%2C0.656-0.017%0D%0A%09%09%09c0.256-0.011%2C0.469-0.026%2C0.64-0.048c0.256-0.086%2C0.496-0.189%2C0.72-0.313c0.224-0.122%2C0.424-0.266%2C0.6-0.432%0D%0A%09%09%09c0.176-0.165%2C0.314-0.357%2C0.416-0.576c0.102-0.219%2C0.152-0.455%2C0.152-0.712c0-0.353-0.067-0.643-0.2-0.872%0D%0A%09%09%09c-0.133-0.229-0.312-0.413-0.536-0.552c-0.224-0.139-0.48-0.237-0.768-0.296c-0.288-0.059-0.582-0.088-0.88-0.088%0D%0A%09%09%09c-0.352%2C0-0.675%2C0.008-0.968%2C0.023c-0.293%2C0.016-0.515%2C0.041-0.664%2C0.072v3.809H21.568z%20M22.448%2C73.139%0D%0A%09%09%09c0.341%2C0%2C0.672-0.041%2C0.992-0.121c0.32-0.08%2C0.603-0.207%2C0.848-0.383c0.245-0.177%2C0.44-0.393%2C0.584-0.648%0D%0A%09%09%09c0.144-0.256%2C0.216-0.561%2C0.216-0.912c0-0.438-0.088-0.789-0.264-1.057c-0.176-0.266-0.405-0.475-0.688-0.623%0D%0A%09%09%09c-0.283-0.15-0.6-0.251-0.952-0.305c-0.352-0.053-0.704-0.08-1.056-0.08h-1.392v4.016c0.075%2C0.022%2C0.181%2C0.038%2C0.32%2C0.049%0D%0A%09%09%09s0.288%2C0.021%2C0.448%2C0.031c0.16%2C0.012%2C0.325%2C0.02%2C0.496%2C0.024C22.17%2C73.136%2C22.32%2C73.139%2C22.448%2C73.139z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M33.776%2C69.426l0.048-0.992h-0.048l-0.656%2C1.024l-3.6%2C4.704h-0.736v-8h1.28v4.88l-0.048%2C0.944h0.064%0D%0A%09%09%09l0.624-0.992l3.6-4.832h0.752v8h-1.28V69.426z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M44.752%2C76.194h-0.863l-0.24-2.032h-6.017l-0.24%2C2.032h-0.864v-3.152h0.944%0D%0A%09%09%09c0.085-0.117%2C0.197-0.328%2C0.336-0.632c0.139-0.305%2C0.274-0.73%2C0.408-1.28c0.133-0.549%2C0.25-1.231%2C0.352-2.048%0D%0A%09%09%09c0.101-0.816%2C0.163-1.789%2C0.184-2.92h4.832v6.88h1.168V76.194z%20M42.305%2C73.042v-5.76h-2.401c-0.021%2C0.448-0.059%2C0.937-0.112%2C1.464%0D%0A%09%09%09c-0.054%2C0.527-0.126%2C1.057-0.216%2C1.584c-0.091%2C0.527-0.206%2C1.027-0.344%2C1.496c-0.139%2C0.469-0.299%2C0.875-0.48%2C1.216H42.305z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M52.336%2C73.521c-0.32%2C0.257-0.723%2C0.459-1.209%2C0.608c-0.484%2C0.149-1%2C0.224-1.543%2C0.224%0D%0A%09%09%09c-0.609%2C0-1.137-0.098-1.584-0.295c-0.449-0.197-0.816-0.48-1.105-0.849c-0.287-0.368-0.5-0.808-0.639-1.319%0D%0A%09%09%09c-0.139-0.513-0.209-1.088-0.209-1.729c0-1.365%2C0.305-2.405%2C0.912-3.12c0.607-0.714%2C1.477-1.071%2C2.607-1.071%0D%0A%09%09%09c0.363%2C0%2C0.727%2C0.039%2C1.088%2C0.119c0.363%2C0.08%2C0.689%2C0.232%2C0.977%2C0.456c0.289%2C0.224%2C0.523%2C0.542%2C0.705%2C0.952%0D%0A%09%09%09c0.18%2C0.41%2C0.271%2C0.952%2C0.271%2C1.624c0%2C0.353-0.033%2C0.741-0.096%2C1.168h-5.137c0%2C0.47%2C0.049%2C0.886%2C0.145%2C1.248%0D%0A%09%09%09s0.244%2C0.669%2C0.447%2C0.92s0.467%2C0.442%2C0.793%2C0.576c0.324%2C0.134%2C0.723%2C0.2%2C1.191%2C0.2c0.363%2C0%2C0.725-0.064%2C1.088-0.192%0D%0A%09%09%09s0.635-0.277%2C0.816-0.448L52.336%2C73.521z%20M49.584%2C67.09c-0.631%2C0-1.135%2C0.166-1.514%2C0.496c-0.377%2C0.331-0.605%2C0.896-0.68%2C1.696%0D%0A%09%09%09h3.969c0-0.811-0.154-1.378-0.465-1.704C50.586%2C67.253%2C50.148%2C67.09%2C49.584%2C67.09z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M54.16%2C70.162c0-1.354%2C0.301-2.393%2C0.904-3.111c0.602-0.721%2C1.469-1.08%2C2.6-1.08%0D%0A%09%09%09c0.596%2C0%2C1.117%2C0.098%2C1.559%2C0.295c0.443%2C0.197%2C0.809%2C0.48%2C1.098%2C0.849c0.287%2C0.368%2C0.5%2C0.811%2C0.639%2C1.327%0D%0A%09%09%09c0.139%2C0.518%2C0.209%2C1.092%2C0.209%2C1.721c0%2C1.355-0.303%2C2.393-0.904%2C3.111c-0.604%2C0.721-1.469%2C1.08-2.6%2C1.08%0D%0A%09%09%09c-0.598%2C0-1.117-0.098-1.561-0.295s-0.809-0.48-1.096-0.849c-0.289-0.368-0.502-0.811-0.641-1.327%0D%0A%09%09%09C54.229%2C71.365%2C54.16%2C70.791%2C54.16%2C70.162z%20M55.488%2C70.162c0%2C0.405%2C0.039%2C0.795%2C0.119%2C1.168s0.205%2C0.699%2C0.377%2C0.977%0D%0A%09%09%09c0.17%2C0.277%2C0.395%2C0.501%2C0.672%2C0.672c0.277%2C0.17%2C0.613%2C0.256%2C1.008%2C0.256c1.449%2C0.01%2C2.176-1.014%2C2.176-3.072%0D%0A%09%09%09c0-0.416-0.041-0.811-0.121-1.184s-0.205-0.699-0.375-0.977c-0.172-0.277-0.395-0.498-0.672-0.664%0D%0A%09%09%09c-0.277-0.165-0.613-0.248-1.008-0.248C56.213%2C67.08%2C55.488%2C68.104%2C55.488%2C70.162z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  height: 74px;
}
.ico-video:hover {
  background-image: url("../img/ico.png");
  background-position: 0 -66px;
  width: 56px;
  height: 73px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.2461%22%20stroke-linecap%3D%22round%22%20d%3D%22M51.219%2C36.386%0D%0A%09%09c0%2C1.579-1.292%2C2.869-2.869%2C2.869H31.65c-1.578%2C0-2.869-1.29-2.869-2.869V25.965c0-1.577%2C1.291-2.868%2C2.869-2.868H48.35%0D%0A%09%09c1.577%2C0%2C2.869%2C1.291%2C2.869%2C2.868V36.386z%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.2461%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%0938.372%2C35.787%2038.372%2C26.563%2042.985%2C31.176%20%09%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%2240%22%20cy%3D%2231.174%22%20r%3D%2227.369%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M26.16%2C65.521c0%2C0.268-0.042%2C0.539-0.128%2C0.816s-0.213%2C0.536-0.384%2C0.776%0D%0A%09%09%09c-0.171%2C0.239-0.39%2C0.45-0.656%2C0.632s-0.582%2C0.32-0.944%2C0.416v0.064c0.32%2C0.053%2C0.626%2C0.144%2C0.92%2C0.271s0.552%2C0.305%2C0.776%2C0.527%0D%0A%09%09%09c0.224%2C0.225%2C0.405%2C0.496%2C0.544%2C0.816c0.138%2C0.32%2C0.208%2C0.699%2C0.208%2C1.137c0%2C0.576-0.12%2C1.074-0.36%2C1.496%0D%0A%09%09%09c-0.24%2C0.421-0.555%2C0.766-0.944%2C1.031c-0.39%2C0.268-0.835%2C0.465-1.336%2C0.592c-0.501%2C0.129-1.014%2C0.192-1.536%2C0.192%0D%0A%09%09%09c-0.182%2C0-0.395%2C0-0.64%2C0c-0.245%2C0-0.501-0.008-0.768-0.024c-0.267-0.016-0.533-0.037-0.8-0.063s-0.501-0.066-0.704-0.12V63.059%0D%0A%09%09%09c0.395-0.064%2C0.854-0.117%2C1.376-0.16s1.093-0.064%2C1.712-0.064c0.416%2C0%2C0.84%2C0.035%2C1.272%2C0.104c0.432%2C0.07%2C0.824%2C0.203%2C1.176%2C0.4%0D%0A%09%09%09s0.643%2C0.473%2C0.872%2C0.824C26.045%2C64.514%2C26.16%2C64.968%2C26.16%2C65.521z%20M21.568%2C67.891c0.181%2C0%2C0.4-0.006%2C0.656-0.017%0D%0A%09%09%09c0.256-0.011%2C0.469-0.026%2C0.64-0.048c0.256-0.086%2C0.496-0.189%2C0.72-0.313c0.224-0.122%2C0.424-0.266%2C0.6-0.432%0D%0A%09%09%09c0.176-0.165%2C0.314-0.357%2C0.416-0.576c0.102-0.219%2C0.152-0.455%2C0.152-0.712c0-0.353-0.067-0.643-0.2-0.872%0D%0A%09%09%09c-0.133-0.229-0.312-0.413-0.536-0.552c-0.224-0.139-0.48-0.237-0.768-0.296c-0.288-0.059-0.582-0.088-0.88-0.088%0D%0A%09%09%09c-0.352%2C0-0.675%2C0.008-0.968%2C0.023c-0.293%2C0.016-0.515%2C0.041-0.664%2C0.072v3.809H21.568z%20M22.448%2C73.139%0D%0A%09%09%09c0.341%2C0%2C0.672-0.041%2C0.992-0.121c0.32-0.08%2C0.603-0.207%2C0.848-0.383c0.245-0.177%2C0.44-0.393%2C0.584-0.648%0D%0A%09%09%09c0.144-0.256%2C0.216-0.561%2C0.216-0.912c0-0.438-0.088-0.789-0.264-1.057c-0.176-0.266-0.405-0.475-0.688-0.623%0D%0A%09%09%09c-0.283-0.15-0.6-0.251-0.952-0.305c-0.352-0.053-0.704-0.08-1.056-0.08h-1.392v4.016c0.075%2C0.022%2C0.181%2C0.038%2C0.32%2C0.049%0D%0A%09%09%09s0.288%2C0.021%2C0.448%2C0.031c0.16%2C0.012%2C0.325%2C0.02%2C0.496%2C0.024C22.17%2C73.136%2C22.32%2C73.139%2C22.448%2C73.139z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M33.776%2C69.426l0.048-0.992h-0.048l-0.656%2C1.024l-3.6%2C4.704h-0.736v-8h1.28v4.88l-0.048%2C0.944h0.064%0D%0A%09%09%09l0.624-0.992l3.6-4.832h0.752v8h-1.28V69.426z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M44.752%2C76.194h-0.863l-0.24-2.032h-6.017l-0.24%2C2.032h-0.864v-3.152h0.944%0D%0A%09%09%09c0.085-0.117%2C0.197-0.328%2C0.336-0.632c0.139-0.305%2C0.274-0.73%2C0.408-1.28c0.133-0.549%2C0.25-1.231%2C0.352-2.048%0D%0A%09%09%09c0.101-0.816%2C0.163-1.789%2C0.184-2.92h4.832v6.88h1.168V76.194z%20M42.305%2C73.042v-5.76h-2.401c-0.021%2C0.448-0.059%2C0.937-0.112%2C1.464%0D%0A%09%09%09c-0.054%2C0.527-0.126%2C1.057-0.216%2C1.584c-0.091%2C0.527-0.206%2C1.027-0.344%2C1.496c-0.139%2C0.469-0.299%2C0.875-0.48%2C1.216H42.305z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M52.336%2C73.521c-0.32%2C0.257-0.723%2C0.459-1.209%2C0.608c-0.484%2C0.149-1%2C0.224-1.543%2C0.224%0D%0A%09%09%09c-0.609%2C0-1.137-0.098-1.584-0.295c-0.449-0.197-0.816-0.48-1.105-0.849c-0.287-0.368-0.5-0.808-0.639-1.319%0D%0A%09%09%09c-0.139-0.513-0.209-1.088-0.209-1.729c0-1.365%2C0.305-2.405%2C0.912-3.12c0.607-0.714%2C1.477-1.071%2C2.607-1.071%0D%0A%09%09%09c0.363%2C0%2C0.727%2C0.039%2C1.088%2C0.119c0.363%2C0.08%2C0.689%2C0.232%2C0.977%2C0.456c0.289%2C0.224%2C0.523%2C0.542%2C0.705%2C0.952%0D%0A%09%09%09c0.18%2C0.41%2C0.271%2C0.952%2C0.271%2C1.624c0%2C0.353-0.033%2C0.741-0.096%2C1.168h-5.137c0%2C0.47%2C0.049%2C0.886%2C0.145%2C1.248%0D%0A%09%09%09s0.244%2C0.669%2C0.447%2C0.92s0.467%2C0.442%2C0.793%2C0.576c0.324%2C0.134%2C0.723%2C0.2%2C1.191%2C0.2c0.363%2C0%2C0.725-0.064%2C1.088-0.192%0D%0A%09%09%09s0.635-0.277%2C0.816-0.448L52.336%2C73.521z%20M49.584%2C67.09c-0.631%2C0-1.135%2C0.166-1.514%2C0.496c-0.377%2C0.331-0.605%2C0.896-0.68%2C1.696%0D%0A%09%09%09h3.969c0-0.811-0.154-1.378-0.465-1.704C50.586%2C67.253%2C50.148%2C67.09%2C49.584%2C67.09z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M54.16%2C70.162c0-1.354%2C0.301-2.393%2C0.904-3.111c0.602-0.721%2C1.469-1.08%2C2.6-1.08%0D%0A%09%09%09c0.596%2C0%2C1.117%2C0.098%2C1.559%2C0.295c0.443%2C0.197%2C0.809%2C0.48%2C1.098%2C0.849c0.287%2C0.368%2C0.5%2C0.811%2C0.639%2C1.327%0D%0A%09%09%09c0.139%2C0.518%2C0.209%2C1.092%2C0.209%2C1.721c0%2C1.355-0.303%2C2.393-0.904%2C3.111c-0.604%2C0.721-1.469%2C1.08-2.6%2C1.08%0D%0A%09%09%09c-0.598%2C0-1.117-0.098-1.561-0.295s-0.809-0.48-1.096-0.849c-0.289-0.368-0.502-0.811-0.641-1.327%0D%0A%09%09%09C54.229%2C71.365%2C54.16%2C70.791%2C54.16%2C70.162z%20M55.488%2C70.162c0%2C0.405%2C0.039%2C0.795%2C0.119%2C1.168s0.205%2C0.699%2C0.377%2C0.977%0D%0A%09%09%09c0.17%2C0.277%2C0.395%2C0.501%2C0.672%2C0.672c0.277%2C0.17%2C0.613%2C0.256%2C1.008%2C0.256c1.449%2C0.01%2C2.176-1.014%2C2.176-3.072%0D%0A%09%09%09c0-0.416-0.041-0.811-0.121-1.184s-0.205-0.699-0.375-0.977c-0.172-0.277-0.395-0.498-0.672-0.664%0D%0A%09%09%09c-0.277-0.165-0.613-0.248-1.008-0.248C56.213%2C67.08%2C55.488%2C68.104%2C55.488%2C70.162z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ico-video.active {
  visibility: visible;
}
.ico-video.only {
  visibility: visible;
  margin-top: 0;
}
.el-button-scroll {
  text-align: center;
}
.el-button-scroll::before {
  background-image: url("../img/ico.png");
  background-position: -397px -104px;
  width: 13px;
  height: 22px;
  opacity: 0.6;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
}
.el-button-scroll:not(.deactive):hover {
  cursor: pointer;
}
.el-button-scroll:not(.deactive):hover::before {
  opacity: 1;
}
.deactive .el-button-scroll {
  display: none;
}
.el-button-scroll[move="up"]::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ico-info::before {
  background-image: url("../img/ico.png");
  background-position: -424px -36px;
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220.45px%22%20height%3D%2220.45px%22%20viewBox%3D%2229.775%2029.775%2020.45%2020.45%22%20enable-background%3D%22new%2029.775%2029.775%2020.45%2020.45%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22%230087FC%22%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2210.225%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.7161%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2240%2C45.205%20%0D%0A%09%0940%2C37.468%2037.197%2C37.468%20%09%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.7161%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2237.197%22%20y1%3D%2245.416%22%20x2%3D%2242.803%22%20y2%3D%2245.416%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2240%22%20y1%3D%2234.084%22%20x2%3D%2240%22%20y2%3D%2233.168%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.ico-info-min::before {
  background-image: url("../img/ico.png");
  background-position: -397px -180px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226px%22%20height%3D%2226px%22%20viewBox%3D%22-0.25%200.25%2026%2026%22%20enable-background%3D%22new%20-0.25%200.25%2026%2026%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%230087FC%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%2212.75%22%20cy%3D%2213.25%22%20r%3D%2212.166%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%230087FC%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2212.75%2C19.443%20%0D%0A%09%0912.75%2C10.112%209.415%2C10.112%20%09%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%230087FC%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%229.415%22%20y1%3D%2219.695%22%20x2%3D%2216.083%22%20y2%3D%2219.695%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%230087FC%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2212.75%22%20y1%3D%227.176%22%20x2%3D%2212.75%22%20y2%3D%226.085%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  background-size: cover;
}
.ico-info-img {
  margin-right: 10px;
  width: 15px;
}
.ico-check::before {
  background-image: url("../img/ico.png");
  background-position: -397px -293px;
  width: 16px;
  height: 13px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2247.383%2C34.227%20%0D%0A%0937.538%2C45.773%2032.618%2C40.003%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  vertical-align: initial;
}
.cart-widget__action.ico-check::before {
  margin-right: 7px;
}
.el-citat::before,
.el-citat::after {
  background-image: url("../img/ico.png");
  background-position: -341px -179px;
  width: 10px;
  height: 11px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23CCCCCC%22%20points%3D%2240.098%2C34.5%2039.078%2C35.446%2043.094%2C40%2039.059%2C44.569%2040.098%2C45.5%2045%2C40%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23CCCCCC%22%20points%3D%2236.039%2C34.5%2035.02%2C35.446%2039.035%2C40%2035%2C44.569%2036.039%2C45.5%2040.941%2C40%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-citat::after {
  position: relative;
  right: -5px;
}
.el-citat::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 3px;
  left: -15px;
}
.ico-online-payment {
  background-image: url("../img/online-payment.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 50%;
  height: 19px;
  padding-left: 22px;
}
.ya-share-customize .ya-share2__item {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  width: 37px;
  height: 37px;
  padding: 0;
}
.ya-share-customize .ya-share2__item:first-child {
  margin-left: 0;
}
.variant__share .ya-share-customize .ya-share2__item {
  background-size: cover !important;
  width: 25px;
  height: 0;
  padding-bottom: calc(100% * 3 / 15);
}
.ya-share2_min .ya-share-customize .ya-share2__item {
  background-size: cover !important;
  width: 20px;
  height: 0;
  padding-bottom: calc(100% * 1 / 21);
}
.ya-share-customize .ya-share2__item.ya-share2__item_service_vkontakte {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.2195%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M56.87%2C54.565%0D%0A%09%09c0%2C1.268-1.037%2C2.305-2.305%2C2.305H25.435c-1.268%2C0-2.305-1.037-2.305-2.305V25.435c0-1.268%2C1.037-2.305%2C2.305-2.305h29.131%0D%0A%09%09c1.268%2C0%2C2.305%2C1.037%2C2.305%2C2.305V54.565z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.376%2C39.416%0D%0A%09%09c0%2C0%2C4.898%2C0%2C5.49%2C0c1.646%2C0%2C4.821-0.815%2C4.821-4.754c0-3.441-2.723-4.08-4.818-4.08c-1.373%2C0-5.493%2C0-5.493%2C0v18.954%0D%0A%09%09c0%2C0%2C5.247%2C0%2C7.124%2C0c3.16%2C0%2C5.285-1.711%2C5.285-5.219c0-4.083-3.439-4.901-5.746-4.901c-0.765%2C0-3.059%2C0-3.059%2C0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ya-share-customize .ya-share2__item.ya-share2__item_service_vkontakte:hover,
.ya-share-customize .ya-share2__item.ya-share2__item_service_vkontakte.active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2337648C%22%20stroke-width%3D%221.2195%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M56.87%2C54.565%0D%0A%09%09c0%2C1.268-1.037%2C2.305-2.305%2C2.305H25.435c-1.268%2C0-2.305-1.037-2.305-2.305V25.435c0-1.268%2C1.037-2.305%2C2.305-2.305h29.131%0D%0A%09%09c1.268%2C0%2C2.305%2C1.037%2C2.305%2C2.305V54.565z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2337648C%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.376%2C39.416%0D%0A%09%09c0%2C0%2C4.898%2C0%2C5.49%2C0c1.646%2C0%2C4.821-0.815%2C4.821-4.754c0-3.441-2.723-4.08-4.818-4.08c-1.373%2C0-5.493%2C0-5.493%2C0v18.954%0D%0A%09%09c0%2C0%2C5.247%2C0%2C7.124%2C0c3.16%2C0%2C5.285-1.711%2C5.285-5.219c0-4.083-3.439-4.901-5.746-4.901c-0.765%2C0-3.059%2C0-3.059%2C0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.ya-share-customize .ya-share2__item.ya-share2__item_service_facebook {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.2195%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M56.87%2C54.565%0D%0A%09%09c0%2C1.268-1.037%2C2.305-2.305%2C2.305H25.435c-1.268%2C0-2.305-1.037-2.305-2.305V25.435c0-1.268%2C1.037-2.305%2C2.305-2.305h29.131%0D%0A%09%09c1.268%2C0%2C2.305%2C1.037%2C2.305%2C2.305V54.565z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.3821%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41.642%2C56.47V34.916%0D%0A%09%09c0%2C0-0.415-4.617%2C4.617-4.617c2.542%2C0%2C4.975%2C0.846%2C4.975%2C0.846%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.3821%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2234.652%22%20y1%3D%2240.452%22%20x2%3D%2248.801%22%20y2%3D%2240.452%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ya-share-customize .ya-share2__item.ya-share2__item_service_facebook:hover,
.ya-share-customize .ya-share2__item.ya-share2__item_service_facebook.active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%233C5A99%22%20stroke-width%3D%221.2195%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M56.87%2C54.564%0D%0A%09%09c0%2C1.268-1.037%2C2.305-2.305%2C2.305H25.435c-1.268%2C0-2.305-1.037-2.305-2.305v-29.13c0-1.268%2C1.037-2.305%2C2.305-2.305h29.131%0D%0A%09%09c1.268%2C0%2C2.305%2C1.037%2C2.305%2C2.305V54.564z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%233C5A99%22%20stroke-width%3D%221.3821%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41.642%2C56.471%0D%0A%09%09V34.916c0%2C0-0.415-4.617%2C4.617-4.617c2.542%2C0%2C4.975%2C0.846%2C4.975%2C0.846%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%233C5A99%22%20stroke-width%3D%221.3821%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2234.652%22%20y1%3D%2240.452%22%20x2%3D%2248.801%22%20y2%3D%2240.452%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.ya-share-customize .ya-share2__item.ya-share2__item_service_odnoklassniki {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.2195%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M56.87%2C54.565%0D%0A%09%09c0%2C1.268-1.037%2C2.305-2.305%2C2.305H25.435c-1.268%2C0-2.305-1.037-2.305-2.305V25.435c0-1.268%2C1.037-2.305%2C2.305-2.305h29.131%0D%0A%09%09c1.268%2C0%2C2.305%2C1.037%2C2.305%2C2.305V54.565z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.382%22%20cx%3D%2240%22%20cy%3D%2234.288%22%20r%3D%224.814%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20d%3D%22M33.439%2C40.849%0D%0A%09%09%09c3.623%2C3.623%2C9.498%2C3.623%2C13.121%2C0%22%2F%3E%0D%0A%09%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%09%0934.116%2C49.829%2040.001%2C43.945%2045.884%2C49.829%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ya-share-customize .ya-share2__item.ya-share2__item_service_odnoklassniki:hover,
.ya-share-customize .ya-share2__item.ya-share2__item_service_odnoklassniki.active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23F77C00%22%20stroke-width%3D%221.2195%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M56.87%2C54.565%0D%0A%09%09c0%2C1.268-1.037%2C2.305-2.305%2C2.305H25.435c-1.268%2C0-2.305-1.037-2.305-2.305V25.435c0-1.268%2C1.037-2.305%2C2.305-2.305h29.131%0D%0A%09%09c1.268%2C0%2C2.305%2C1.037%2C2.305%2C2.305V54.565z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23F77C00%22%20stroke-width%3D%221.382%22%20cx%3D%2240%22%20cy%3D%2234.288%22%20r%3D%224.814%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23F77C00%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20d%3D%22M33.439%2C40.849%0D%0A%09%09%09c3.623%2C3.623%2C9.498%2C3.623%2C13.121%2C0%22%2F%3E%0D%0A%09%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23F77C00%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0D%0A%09%09%0934.116%2C49.829%2040.001%2C43.945%2045.884%2C49.829%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.ya-share-customize .ya-share2__item.ya-share2__item_service_gplus {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.2195%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M56.87%2C54.565%0D%0A%09%09c0%2C1.268-1.037%2C2.305-2.305%2C2.305H25.435c-1.268%2C0-2.305-1.037-2.305-2.305V25.435c0-1.268%2C1.037-2.305%2C2.305-2.305h29.131%0D%0A%09%09c1.268%2C0%2C2.305%2C1.037%2C2.305%2C2.305V54.565z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42.132%2C36.173%0D%0A%09%09%09c-1.23-1.821-3.313-3.019-5.677-3.019c-3.781%2C0-6.846%2C3.065-6.846%2C6.846s3.064%2C6.846%2C6.846%2C6.846S43.301%2C43.78%2C43.301%2C40h-6.247%22%0D%0A%09%09%09%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2246.04%22%20y1%3D%2240%22%20x2%3D%2252.091%22%20y2%3D%2240%22%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23B7B7B7%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2249.065%22%20y1%3D%2243.025%22%20x2%3D%2249.065%22%20y2%3D%2236.975%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.ya-share-customize .ya-share2__item.ya-share2__item_service_gplus:hover,
.ya-share-customize .ya-share2__item.ya-share2__item_service_gplus.active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23DD5144%22%20stroke-width%3D%221.2195%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M56.87%2C54.565%0D%0A%09%09c0%2C1.268-1.037%2C2.305-2.305%2C2.305H25.435c-1.268%2C0-2.305-1.037-2.305-2.305V25.435c0-1.268%2C1.037-2.305%2C2.305-2.305h29.131%0D%0A%09%09c1.268%2C0%2C2.305%2C1.037%2C2.305%2C2.305V54.565z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23DD5144%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42.132%2C36.173%0D%0A%09%09%09c-1.23-1.821-3.313-3.019-5.677-3.019c-3.781%2C0-6.846%2C3.065-6.846%2C6.846s3.064%2C6.846%2C6.846%2C6.846S43.301%2C43.78%2C43.301%2C40h-6.247%22%0D%0A%09%09%09%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23DD5144%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2246.04%22%20y1%3D%2240%22%20x2%3D%2252.091%22%20y2%3D%2240%22%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23DD5144%22%20stroke-width%3D%221.382%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2249.065%22%20y1%3D%2243.025%22%20x2%3D%2249.065%22%20y2%3D%2236.975%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.ya-share2-stnd .ya-share2 {
  margin: 0;
}
.ya-share2-stnd .ya-share2 .ya-share2__container .ya-share2__item {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 0;
}
.ya-share2-stnd .ya-share2 .ya-share2__container .ya-share2__item:last-child {
  margin-bottom: 0;
}
.el-del {
  width: 13px;
  height: 13px;
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-del_big {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23000000%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-del_big-white {
  background-image: url("../img/ico.png");
  background-position: -397px -214px;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20x1%3D%2233.978%22%20y1%3D%2233.978%22%20x2%3D%2246.022%22%20y2%3D%2246.022%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20x1%3D%2246.022%22%20y1%3D%2233.978%22%20x2%3D%2233.978%22%20y2%3D%2246.022%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.el-del_orange {
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-question {
  background-image: url("../img/ico.png");
  background-position: -397px -197px;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2252%22%20height%3D%2251%22%20viewBox%3D%220%200%2052%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M7.69656%200.232246C5.92038%20-0.359758%203.84837%200.232246%202.36819%201.41625C0.888007%202.60026%200%204.37644%200%206.44863C0%207.33663%200.592005%207.92881%201.48018%207.92881C2.36819%207.92881%202.96036%207.3368%202.96036%206.44863C2.96036%205.56062%203.25636%204.37644%204.14437%203.78444C5.03237%203.19244%205.92055%202.89643%207.10456%203.19243C8.58474%203.48844%209.47274%204.67262%209.76875%205.85662C10.0647%207.3368%209.76875%208.52081%208.58474%209.40899C6.21655%2011.1852%205.03238%2013.8494%205.03238%2016.5135C5.03238%2017.4016%205.62438%2017.9937%206.51255%2017.9937C7.40056%2017.9937%207.99273%2017.4017%207.69656%2016.5135C7.69656%2014.7374%208.88057%2012.9612%2010.3607%2011.7772C12.4329%2010.001%2013.3209%207.6328%2012.7289%205.26462C12.1368%202.60043%2010.0647%200.82425%207.69656%200.232246Z%22%20transform%3D%22translate(19.5094%2012.1741)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0.296%200.444131C-1.66291e-06%200.740132%200%201.33214%200%201.62814C0%201.92414%20-1.66291e-06%202.22014%200.296%202.51615C0.592002%202.81215%201.18401%203.10815%201.48001%203.10815C1.77601%203.10815%202.36802%202.81215%202.36802%202.51615C2.66402%202.51615%202.96002%201.92414%202.96002%201.62814C2.96002%201.03614%202.66402%200.740132%202.36802%200.444131C1.77601%20-0.148044%200.888004%20-0.148044%200.296%200.444131Z%22%20transform%3D%22translate(24.5417%2035.9404)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25.1619%200C11.2488%200%200%2011.2488%200%2025.1619C0%2039.075%2011.2488%2050.3237%2025.1619%2050.3237C39.075%2050.3237%2050.3237%2039.075%2050.3237%2025.1619C50.3237%2011.2488%2039.075%200%2025.1619%200ZM25.1619%2047.3635C13.0249%2047.3635%202.96019%2037.2988%202.96019%2025.1619C2.96019%2013.0249%2013.0249%202.96019%2025.1619%202.96019C37.2988%202.96019%2047.3635%2013.0249%2047.3635%2025.1619C47.3635%2037.2988%2037.2988%2047.3635%2025.1619%2047.3635Z%22%20transform%3D%22translate(0.859894%200.56543)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-question_big {
  width: 20px;
  height: 20px;
}
.nav__item_ico svg,
.nav__item_ico img {
  width: 32px;
  height: 32px;
}
.nav__item_ico svg:not(.ico-menu__ico) path,
.nav__item_ico svg:not(.ico-menu__ico) rect,
.nav__item_ico svg:not(.ico-menu__ico) circle {
  fill: #FA6405;
}
.ico-addaddress::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20430.114%20430.114%22%20style%3D%22enable-background%3Anew%200%200%20430.114%20430.114%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20id%3D%22Facebook_Places%22%20d%3D%22M356.208%2C107.051c-1.531-5.738-4.64-11.852-6.94-17.205C321.746%2C23.704%2C261.611%2C0%2C213.055%2C0%20%20%20C148.054%2C0%2C76.463%2C43.586%2C66.905%2C133.427v18.355c0%2C0.766%2C0.264%2C7.647%2C0.639%2C11.089c5.358%2C42.816%2C39.143%2C88.32%2C64.375%2C131.136%20%20%20c27.146%2C45.873%2C55.314%2C90.999%2C83.221%2C136.106c17.208-29.436%2C34.354-59.259%2C51.17-87.933c4.583-8.415%2C9.903-16.825%2C14.491-24.857%20%20%20c3.058-5.348%2C8.9-10.696%2C11.569-15.672c27.145-49.699%2C70.838-99.782%2C70.838-149.104v-20.262%20%20%20C363.209%2C126.938%2C356.581%2C108.204%2C356.208%2C107.051z%20M214.245%2C199.193c-19.107%2C0-40.021-9.554-50.344-35.939%20%20%20c-1.538-4.2-1.414-12.617-1.414-13.388v-11.852c0-33.636%2C28.56-48.932%2C53.406-48.932c30.588%2C0%2C54.245%2C24.472%2C54.245%2C55.06%20%20%20C270.138%2C174.729%2C244.833%2C199.193%2C214.245%2C199.193z%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 16px;
  height: 16px;
}
.ico-addcontact::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2035%2035%22%20style%3D%22enable-background%3Anew%200%200%2035%2035%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M25.302%2C0H9.698c-1.3%2C0-2.364%2C1.063-2.364%2C2.364v30.271C7.334%2C33.936%2C8.398%2C35%2C9.698%2C35h15.604%20%20%20c1.3%2C0%2C2.364-1.062%2C2.364-2.364V2.364C27.666%2C1.063%2C26.602%2C0%2C25.302%2C0z%20M15.004%2C1.704h4.992c0.158%2C0%2C0.286%2C0.128%2C0.286%2C0.287%20%20%20c0%2C0.158-0.128%2C0.286-0.286%2C0.286h-4.992c-0.158%2C0-0.286-0.128-0.286-0.286C14.718%2C1.832%2C14.846%2C1.704%2C15.004%2C1.704z%20M17.5%2C33.818%20%20%20c-0.653%2C0-1.182-0.529-1.182-1.183s0.529-1.182%2C1.182-1.182s1.182%2C0.528%2C1.182%2C1.182S18.153%2C33.818%2C17.5%2C33.818z%20M26.021%2C30.625%20%20%20H8.979V3.749h17.042V30.625z%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 16px;
  height: 16px;
}
.bank-ico::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%234BC1EC%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M34.5%2C3.7c0%2C0.7-0.5%2C1.2-1.2%2C1.2H16.3c-0.7%2C0-1.2-0.5-1.2-1.2V1.2c0-0.7%2C0.5-1.2%2C1.2-1.2h16.9%0D%0A%09%09c0.7%2C0%2C1.2%2C0.5%2C1.2%2C1.2V3.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M47.4%2C25.4C47.4%2C25.4%2C47.4%2C25.4%2C47.4%2C25.4l0-21.8c0-0.7-0.5-1.2-1.2-1.2h-9.4V5c0%2C1.1-0.9%2C2-2%2C2H14.9%0D%0A%09%09c-1.1%2C0-2-0.9-2-2V2.4H3.5C2.8%2C2.4%2C2.3%2C3%2C2.3%2C3.6v59.2c0%2C0.7%2C0.5%2C1.2%2C1.2%2C1.2h42.7c0.7%2C0%2C1.2-0.5%2C1.2-1.2v-3.3c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c-9.4%2C0-17.1-7.6-17.1-17.1C30.3%2C33%2C37.9%2C25.4%2C47.4%2C25.4z%20M10%2C15.2h29.6c0.8%2C0%2C1.4%2C0.6%2C1.4%2C1.4c0%2C0.8-0.6%2C1.4-1.4%2C1.4H10%0D%0A%09%09c-0.8%2C0-1.4-0.6-1.4-1.4C8.6%2C15.8%2C9.2%2C15.2%2C10%2C15.2z%20M24.3%2C43.9H10c-0.8%2C0-1.4-0.6-1.4-1.4S9.2%2C41%2C10%2C41h14.3%0D%0A%09%09c0.8%2C0%2C1.4%2C0.6%2C1.4%2C1.4S25.1%2C43.9%2C24.3%2C43.9z%20M24.3%2C35.3H10c-0.8%2C0-1.4-0.6-1.4-1.4s0.6-1.4%2C1.4-1.4h14.3c0.8%2C0%2C1.4%2C0.6%2C1.4%2C1.4%0D%0A%09%09S25.1%2C35.3%2C24.3%2C35.3z%20M32.5%2C26.7H10c-0.8%2C0-1.4-0.6-1.4-1.4c0-0.8%2C0.6-1.4%2C1.4-1.4h22.5c0.8%2C0%2C1.4%2C0.6%2C1.4%2C1.4%0D%0A%09%09C33.9%2C26%2C33.3%2C26.7%2C32.5%2C26.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M47.4%2C28.1c-7.9%2C0-14.3%2C6.4-14.3%2C14.3c0%2C7.9%2C6.4%2C14.3%2C14.3%2C14.3c7.9%2C0%2C14.3-6.4%2C14.3-14.3%0D%0A%09%09C61.7%2C34.5%2C55.3%2C28.1%2C47.4%2C28.1z%20M45.2%2C51.6L37%2C43.4c-0.8-0.8-0.8-2.1%2C0-2.9c0.8-0.8%2C2.1-0.8%2C2.9%2C0l5.3%2C5.3l9.6-9.6%0D%0A%09%09c0.8-0.8%2C2.1-0.8%2C2.9%2C0c0.8%2C0.8%2C0.8%2C2.1%2C0%2C2.9L45.2%2C51.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 35px;
  height: 35px;
}
.diamond-ico::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23F57354%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cellipse%20transform%3D%22matrix(0.8987%20-0.4385%200.4385%200.8987%20-11.7433%2017.9687)%22%20class%3D%22st0%22%20cx%3D%2233%22%20cy%3D%2234.4%22%20rx%3D%228.1%22%20ry%3D%227.6%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M32.5%2C49.6c0.5%2C2.1%2C1.3%2C4.2%2C2.5%2C6c0.9%2C1.3%2C1.9%2C2.5%2C3%2C3.4c3.4%2C2.7%2C9.6%2C4.4%2C13.7%2C2.3c3.2-1.6%2C5.4-4.5%2C6.4-8.2%0D%0A%09%09c0.9-3.4%2C0.6-7.1-0.9-10.2c-1.8%2C0.9-3.9%2C1.5-6.1%2C1.7c-1.3%2C0.1-2.6%2C0.1-3.9%2C0l-0.5-0.1c-1.9-0.2-4.8-1-6.9-2.6%0D%0A%09%09c-0.6%2C0.5-1.2%2C1-1.9%2C1.3c0.9%2C1.6%2C2.7%2C3.4%2C4.2%2C4.4c0.7%2C0.5%2C0.7%2C1.3%2C0.3%2C1.8c-0.2%2C0.3-0.5%2C0.5-0.8%2C0.6c-0.4%2C0.1-0.7%2C0-1.1-0.2%0D%0A%09%09c-2.3-1.6-4.1-3.6-5.2-5.6c-1.1%2C0.3-2.1%2C0.4-3.2%2C0.4c-0.1%2C1-0.2%2C2-0.1%2C3C32.3%2C48.4%2C32.4%2C49%2C32.5%2C49.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M29.8%2C48.4c-0.2-1.4-0.2-2.8%2C0-4.1c-1.2-0.3-2.3-0.9-3.2-1.6c-1.6%2C1-3.3%2C3.4-4.1%2C5.2c-0.4%2C0.8-1.2%2C0.9-1.8%2C0.6%0D%0A%09%09c-0.6-0.3-1-1-0.6-1.8c1.2-2.4%2C2.8-4.5%2C4.6-5.9c-0.4-0.6-0.8-1.1-1.1-1.8c-0.5-1.1-0.9-2.3-1-3.5c-0.5-0.1-1-0.1-1.5-0.1%0D%0A%09%09c-0.2%2C0-0.3%2C0-0.5%2C0c-2.4%2C0.2-4.8%2C1.2-6.8%2C2.9c-1.6%2C1.4-3%2C3.4-4.3%2C5.8c-0.7%2C1.7-1%2C3.4-1%2C5.3c0%2C3.2%2C1.3%2C6.4%2C3.7%2C9.3%0D%0A%09%09c2.3%2C2.7%2C5.9%2C4.2%2C9.9%2C4c4.4-0.2%2C8.5-2.3%2C10.8-5.5l0%2C0c-0.2-0.3-0.3-0.5-0.5-0.8C31%2C54%2C30.1%2C51.2%2C29.8%2C48.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M12.4%2C16.5c-1.1%2C0-2.2%2C0.1-3.3%2C0.4c-3.1%2C0.8-5.6%2C2.7-7.6%2C5.7c-2%2C3-1.7%2C6.3-1.1%2C8.4c1.1%2C4.1%2C4.2%2C8%2C7.8%2C10%0D%0A%09%09c0.1-0.3%2C0.3-0.5%2C0.5-0.8l0.1-0.1c3.3-5%2C8.6-7.7%2C13.8-7.2c0.2-0.9%2C0.4-1.7%2C0.8-2.5c-1.5-1.2-4.2-2-6.1-2.3%0D%0A%09%09c-0.9-0.1-1.2-0.8-1.1-1.5c0.1-0.7%2C0.6-1.2%2C1.5-1.1c2.1%2C0.3%2C4.1%2C0.9%2C5.8%2C1.8c0.6%2C0.3%2C1%2C0.6%2C1.3%2C0.8c0.7-0.8%2C1.4-1.5%2C2.3-2.1%0D%0A%09%09c-0.1-0.4-0.3-0.7-0.4-1.1c-0.9-1.9-2.3-3.6-4.2-5c-0.7-0.5-1.5-1-2.4-1.5c-1.3-0.6-2.7-1.2-4.2-1.6C14.8%2C16.6%2C13.6%2C16.5%2C12.4%2C16.5%0D%0A%09%09z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M30.5%2C1.4c-5.9%2C0.9-12.3%2C6.8-12.3%2C13.5l0%2C0c3.8%2C1.2%2C7.1%2C3.4%2C9.3%2C6.3c0.9%2C1.1%2C1.6%2C2.4%2C2.1%2C3.7%0D%0A%09%09c1.4-0.5%2C2.9-0.8%2C4.3-0.7c0.4-1.9%2C0-4.6-0.5-6.5c-0.3-0.8%2C0.2-1.5%2C0.9-1.7c0.6-0.2%2C1.4%2C0%2C1.7%2C0.9c0.6%2C2.1%2C0.9%2C4.1%2C0.8%2C6.1%0D%0A%09%09c0%2C0.7-0.1%2C1.3-0.2%2C1.7c1.3%2C0.4%2C2.5%2C1.1%2C3.6%2C1.9c1.9-1.5%2C3.5-3.4%2C4.5-5.6c0.7-1.8%2C1.1-3.9%2C1.2-6.2l0-1.3c-0.1-0.8-0.2-1.7-0.4-2.5%0D%0A%09%09C43.7%2C4.7%2C37.1%2C0.5%2C30.5%2C1.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M63.9%2C28.9c0.7-6.9-5.1-12.5-10.9-13.7c-1.6-0.3-3.2-0.4-4.7-0.1c0%2C2.8-0.7%2C5.5-2%2C7.9%0D%0A%09%09c-1.1%2C2.1-2.6%2C3.9-4.5%2C5.4c0.3%2C0.4%2C0.6%2C0.9%2C0.8%2C1.3c0.3%2C0.7%2C0.6%2C1.4%2C0.8%2C2.1c1.9%2C0.1%2C4.5-0.7%2C6.1-1.4c0.8-0.4%2C1.5%2C0%2C1.8%2C0.6%0D%0A%09%09c0.3%2C0.6%2C0.1%2C1.4-0.6%2C1.8c-1.9%2C0.9-4%2C1.5-5.9%2C1.6c-0.4%2C0-0.7%2C0.1-1.1%2C0c-0.1%2C2-0.8%2C3.9-1.9%2C5.6c1.3%2C1%2C3.3%2C1.7%2C5.5%2C2%0D%0A%09%09c2.5%2C0.3%2C5%2C0%2C7.2-0.7c0.6-0.2%2C1.1-0.4%2C1.7-0.7C60.5%2C38.4%2C63.4%2C34.2%2C63.9%2C28.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 35px;
  height: 35px;
}
.calendar-ico::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%236FD8AD%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M24.2%2C42.3c0-3%2C0.6-5.9%2C1.8-8.5c-1.3-0.6-2.6-1.2-4-1.5v-0.6c7.2-1.4%2C12.7-8%2C12.7-15.8V3.6H38V0H0v3.6h3.3%0D%0A%09%09v12.3c0%2C7.8%2C5.5%2C14.3%2C12.8%2C15.8v0.6c-7.2%2C1.4-12.8%2C8-12.8%2C15.8v12.3H0V64h38v-1.6C30%2C59.3%2C24.2%2C51.5%2C24.2%2C42.3z%20M8.6%2C16.6h20.9%0D%0A%09%09c-0.5%2C5.5-4.9%2C9.8-10.4%2C9.8C13.5%2C26.5%2C9%2C22.1%2C8.6%2C16.6z%20M8.9%2C60.3c1.2-4.6%2C5.3-8%2C10.1-8c4.9%2C0%2C8.9%2C3.4%2C10.1%2C8H8.9z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M49.3%2C34h-5.4v7.4h5.4c1.9%2C0%2C3.5-1.6%2C3.5-3.5v-0.4C52.8%2C35.6%2C51.3%2C34%2C49.3%2C34z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M45.8%2C24.2c-10%2C0-18.2%2C8.1-18.2%2C18.2s8.1%2C18.2%2C18.2%2C18.2c10%2C0%2C18.2-8.1%2C18.2-18.2S55.9%2C24.2%2C45.8%2C24.2z%0D%0A%09%09%09%20M56.6%2C37.9c0%2C4-3.2%2C7.2-7.2%2C7.2h-5.4v2.3h5.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9c0%2C1-0.8%2C1.9-1.9%2C1.9h-5.8v2.3c0%2C1-0.8%2C1.9-1.9%2C1.9%0D%0A%09%09%09s-1.9-0.8-1.9-1.9v-2.3h-2c-1%2C0-1.9-0.8-1.9-1.9c0-1%2C0.8-1.9%2C1.9-1.9h2v-2.3h-2c-1%2C0-1.9-0.8-1.9-1.9c0-1%2C0.8-1.9%2C1.9-1.9h2v-9.3%0D%0A%09%09%09c0-1%2C0.8-1.9%2C1.9-1.9h7.3c4%2C0%2C7.2%2C3.2%2C7.2%2C7.2V37.9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 35px;
  height: 35px;
}
.svg-ruble-big {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 9px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2246%22%20height%3D%2250%22%20viewBox%3D%220%200%2046%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M1.13668%2042.0447H9.09136V48.8638C9.09136%2049.1956%209.19751%2049.4672%209.41109%2049.6795C9.62407%2049.8932%209.89636%2050%2010.228%2050H16.1581C16.4659%2050%2016.7322%2049.8932%2016.9571%2049.6795C17.1821%2049.4672%2017.2942%2049.1955%2017.2942%2048.8638V42.0447H35.2274C35.5584%2042.0447%2035.8308%2041.9393%2036.0443%2041.7256C36.2579%2041.5121%2036.364%2041.2403%2036.364%2040.9085V36.3629C36.364%2036.0331%2036.2579%2035.7595%2036.0443%2035.5472C35.8314%2035.3336%2035.5584%2035.2267%2035.2274%2035.2267H17.2936V31.0362H29.3675C34.1021%2031.0362%2037.9663%2029.5935%2040.962%2026.704C43.9564%2023.8176%2045.4544%2020.089%2045.4544%2015.5181C45.4544%2010.9502%2043.9564%207.22153%2040.962%204.33216C37.9669%201.44562%2034.102%200%2029.3675%200H10.2275C9.89567%200%209.62398%200.106738%209.4105%200.319136C9.19751%200.53271%209.09078%200.806172%209.09078%201.13609V23.4733H1.13668C0.804996%2023.4733%200.533201%2023.5855%200.319724%2023.8103C0.106836%2024.0353%200%2024.3016%200%2024.6093V29.8999C0%2030.2317%200.10615%2030.5035%200.319724%2030.717C0.533299%2030.9306%200.804407%2031.0361%201.13668%2031.0361H9.09136V35.2266H1.13668C0.804996%2035.2266%200.533201%2035.3335%200.319724%2035.5471C0.106836%2035.7594%200%2036.0324%200%2036.3628V40.9084C0%2041.2402%200.10615%2041.512%200.319724%2041.7255C0.533201%2041.9393%200.804898%2042.0447%201.13668%2042.0447ZM17.2936%207.56468H28.6573C31.1665%207.56468%2033.1903%208.29833%2034.7296%209.7661C36.2681%2011.234%2037.0377%2013.1522%2037.0377%2015.5187C37.0377%2017.8863%2036.2681%2019.8052%2034.7296%2021.2713C33.1903%2022.7403%2031.1664%2023.474%2028.6573%2023.474H17.2936V7.56468Z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
}
.svg-ruble {
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
}
.svg-ruble_accent {
  color: #fa6405;
}
.svg-ruble_big {
  font-size: 27px;
}
.svg-ruble_med {
  font-size: 18px;
}
.svg-compare {
  position: relative;
}
.svg-compare::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23BCBCBC%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M62.6%2C61.2h-4V12.6c0-0.8-0.6-1.4-1.4-1.4h-7.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v48.6h-3.1V34.5c0-0.8-0.6-1.4-1.4-1.4%0D%0A%09h-7.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v26.7H31V24.1c0-0.8-0.6-1.4-1.4-1.4h-7.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v37.1h-3.1V46.1%0D%0A%09c0-0.8-0.6-1.4-1.4-1.4H7.8c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v15.1H2.8V1.4C2.8%2C0.6%2C2.2%2C0%2C1.4%2C0S0%2C0.6%2C0%2C1.4V64h62.6c0.8%2C0%2C1.4-0.6%2C1.4-1.4%0D%0A%09S63.4%2C61.2%2C62.6%2C61.2z%20M9.2%2C61.2V47.5h5.1v13.7H9.2z%20M23.1%2C61.2V25.5h5.1v35.7H23.1z%20M36.9%2C61.2V35.9H42v25.3H36.9z%20M50.7%2C61.2V14%0D%0A%09h5.1v47.2H50.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 13px;
  height: 13px;
  content: "";
}
.svg-compare_hover-orange:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23fa6405%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M62.6%2C61.2h-4V12.6c0-0.8-0.6-1.4-1.4-1.4h-7.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v48.6h-3.1V34.5c0-0.8-0.6-1.4-1.4-1.4%0D%0A%09h-7.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v26.7H31V24.1c0-0.8-0.6-1.4-1.4-1.4h-7.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v37.1h-3.1V46.1%0D%0A%09c0-0.8-0.6-1.4-1.4-1.4H7.8c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v15.1H2.8V1.4C2.8%2C0.6%2C2.2%2C0%2C1.4%2C0S0%2C0.6%2C0%2C1.4V64h62.6c0.8%2C0%2C1.4-0.6%2C1.4-1.4%0D%0A%09S63.4%2C61.2%2C62.6%2C61.2z%20M9.2%2C61.2V47.5h5.1v13.7H9.2z%20M23.1%2C61.2V25.5h5.1v35.7H23.1z%20M36.9%2C61.2V35.9H42v25.3H36.9z%20M50.7%2C61.2V14%0D%0A%09h5.1v47.2H50.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.svg-x {
  position: relative;
}
.svg-x::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 13px;
  height: 13px;
  content: "";
}
.svg-x_hover-orange:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.svg-chevron-right {
  position: relative;
}
.svg-chevron-right::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23949494%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 8px;
  height: 13px;
  content: "";
}
.svg-chevron-right_hover-orange:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.svg-btn-plus {
  display: inline-block;
}
.svg-btn-plus::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2252%22%20height%3D%2251%22%20viewBox%3D%220%200%2052%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M25.158%2050.3176C11.2854%2050.3176%200%2039.0306%200%2025.158C0%2011.2854%2011.2854%200%2025.158%200C39.0306%200%2050.316%2011.2854%2050.316%2025.158C50.3176%2039.0306%2039.0306%2050.3176%2025.158%2050.3176ZM25.158%202.874C12.8698%202.874%202.874%2012.8714%202.874%2025.158C2.874%2037.4446%2012.8698%2047.4404%2025.158%2047.4404C37.4446%2047.4404%2047.4404%2037.4446%2047.4404%2025.158C47.4404%2012.8714%2037.4446%202.874%2025.158%202.874Z%22%20transform%3D%22translate(0.931854%200.308105)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.278%202.87562H1.43862C0.644787%202.87562%200%202.23407%200%201.43862C0%200.644787%200.643167%200%201.43862%200H21.278C22.0718%200%2022.715%200.644787%2022.715%201.43862C22.715%202.23407%2022.0734%202.87562%2021.278%202.87562Z%22%20transform%3D%22translate(14.7316%2024.0249)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.43862%2022.715C0.644787%2022.715%200%2022.0718%200%2021.278V1.43862C0%200.644787%200.644787%200%201.43862%200C2.23245%200%202.87562%200.644787%202.87562%201.43862V21.278C2.87562%2022.0734%202.23407%2022.715%201.43862%2022.715Z%22%20transform%3D%22translate(24.6514%2014.105)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 12px;
  height: 11px;
  content: "";
}
.svg-btn-envelope {
  display: inline-block;
}
.svg-btn-envelope::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2241%22%20viewBox%3D%220%200%2051%2041%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4.83008%2012.1877C5.46666%2012.6369%207.38557%2013.9711%2010.5869%2016.1895C13.7883%2018.4079%2016.2408%2020.116%2017.9445%2021.314C18.1317%2021.4453%2018.5294%2021.7307%2019.1378%2022.1707C19.7462%2022.6109%2020.2518%2022.9667%2020.6541%2023.2381C21.0567%2023.5094%2021.5433%2023.8137%2022.1146%2024.1506C22.6857%2024.4872%2023.224%2024.7403%2023.7295%2024.908C24.2351%2025.0769%2024.7031%2025.1606%2025.1336%2025.1606H25.1618H25.1902C25.6207%2025.1606%2026.0889%2025.0768%2026.5944%2024.908C27.0997%2024.7403%2027.6385%2024.4869%2028.2091%2024.1506C28.78%2023.8133%2029.2667%2023.5093%2029.6693%2023.2381C30.0719%2022.9667%2030.577%2022.6109%2031.1857%2022.1707C31.794%2021.7303%2032.1921%2021.4453%2032.3793%2021.314C34.1014%2020.116%2038.4827%2017.0737%2045.5217%2012.1871C46.8883%2011.2327%2048.0301%2010.0811%2048.9473%208.73311C49.8652%207.38567%2050.3237%205.97214%2050.3237%204.49329C50.3237%203.25749%2049.8788%202.19963%2048.9894%201.3198C48.1001%200.439769%2047.0469%200%2045.8304%200H4.493C3.05153%200%201.94222%200.486687%201.16527%201.46006C0.388425%202.43363%200%203.65054%200%205.1107C0%206.29014%200.515014%207.56823%201.54455%208.94419C2.57399%2010.3203%203.66952%2011.4015%204.83008%2012.1877Z%22%20transform%3D%22translate(0.215149%200.941162)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M47.5151%202.44307C41.375%206.59889%2036.7128%209.82865%2033.5305%2012.1317C32.4634%2012.9176%2031.5977%2013.5312%2030.9329%2013.9709C30.2681%2014.4109%2029.3839%2014.8602%2028.2792%2015.3186C27.1748%2015.7778%2026.1455%2016.0067%2025.1905%2016.0067H25.1619H25.1337C24.1789%2016.0067%2023.1491%2015.7778%2022.0447%2015.3186C20.9403%2014.8602%2020.0556%2014.4109%2019.3909%2013.9709C18.7265%2013.5312%2017.8605%2012.9176%2016.7935%2012.1317C14.266%2010.2783%209.61373%207.0484%202.83661%202.44307C1.76921%201.73212%200.823767%200.917209%200%200V22.2968C0%2023.5332%200.439769%2024.5905%201.3198%2025.4704C2.19963%2026.3506%203.25759%2026.7906%204.49329%2026.7906H45.8307C47.0662%2026.7906%2048.124%2026.3506%2049.004%2025.4704C49.8842%2024.5902%2050.3237%2023.5333%2050.3237%2022.2968V0C49.5186%200.898226%2048.5828%201.71314%2047.5151%202.44307Z%22%20transform%3D%22translate(0.215149%2013.6904)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 11px;
  height: 12px;
  content: "";
}
.svg-btn-print {
  display: inline-block;
}
.svg-btn-print::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2255%22%20viewBox%3D%220%200%2051%2055%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M42.5512%2011.2355H41.4536V1.29658C41.4536%200.580601%2040.8738%200%2040.1586%200H10.1621C9.44645%200%208.86715%200.580601%208.86715%201.29658V11.2354H7.76893C3.48557%2011.2354%200%2014.725%200%2019.0143V35.075C0%2039.3644%203.48557%2042.8538%207.76893%2042.8538H8.86715V52.9648C8.86715%2053.6809%209.44645%2054.2614%2010.1621%2054.2614H40.1586C40.8738%2054.2614%2041.4535%2053.6808%2041.4535%2052.9648V42.8538H42.5511C46.8344%2042.8538%2050.32%2039.3644%2050.32%2035.075V19.0144C50.3201%2014.725%2046.8345%2011.2355%2042.5512%2011.2355ZM11.4569%202.59305H38.8639V11.2355H11.4569V2.59305ZM38.8639%2051.6687H11.4569V35.6783H38.8639V51.6687ZM47.7306%2035.075C47.7306%2037.9348%2045.4072%2040.2609%2042.5512%2040.2609H41.4536V35.6783H44.254C44.9697%2035.6783%2045.5489%2035.0978%2045.5489%2034.3817C45.5489%2033.6658%2044.9697%2033.0852%2044.254%2033.0852H40.1587H10.1621H6.45022C5.73516%2033.0852%205.15531%2033.6658%205.15531%2034.3817C5.15531%2035.0979%205.73516%2035.6783%206.45022%2035.6783H8.86715V40.2609H7.76893C4.91303%2040.2609%202.58961%2037.9345%202.58961%2035.075V19.0144C2.58961%2016.1548%204.91303%2013.8285%207.76893%2013.8285H10.162H40.1584H42.5512C45.407%2013.8285%2047.7304%2016.1549%2047.7304%2019.0144V35.075H47.7306Z%22%20transform%3D%22translate(0.215149%200.17627)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.76714%200C0.791893%200%200%200.792579%200%201.76941C0%202.74625%200.79156%203.53883%201.76714%203.53883C2.74283%203.53883%203.5345%202.74636%203.5345%201.76941C3.53427%200.792579%202.74283%200%201.76714%200Z%22%20transform%3D%22translate(38.6066%2019.1748)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.29491%202.59305H22.6596C23.3747%202.59305%2023.9545%202.01268%2023.9545%201.29647C23.9545%200.580603%2023.3746%200%2022.6596%200H1.29491C0.579854%200%200%200.580603%200%201.29647C0%202.01268%200.579854%202.59305%201.29491%202.59305Z%22%20transform%3D%22translate(13.398%2037.7446)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.29491%202.59305H22.6596C23.3747%202.59305%2023.9545%202.01223%2023.9545%201.29647C23.9545%200.580377%2023.3746%200%2022.6596%200H1.29491C0.579854%200%200%200.580377%200%201.29647C0%202.01256%200.579854%202.59305%201.29491%202.59305Z%22%20transform%3D%22translate(13.398%2042.5532)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 11px;
  height: 12px;
  content: "";
}
.el-button .share-svg {
  display: block;
  width: 12px;
  height: 12px;
  left: -1px;
}
.el-button .heart-svg {
  width: 14px;
  height: 13px;
  color: #c9c9c9;
}
.el-button .heart-svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.3px;
}
.el-button:hover .heart-svg,
.el-button.el-button_ghost2 .heart-svg {
  color: #FF5C5C;
}
.el-button:hover .heart-svg path,
.el-button.el-button_ghost2 .heart-svg path {
  fill: transparent;
  stroke: currentColor;
}
.el-button.active .heart-svg,
.el-button.active-all .heart-svg,
.action_fovarite.active-all .heart-svg{
  color: #FF5C5C;
}
.el-button.active .heart-svg path,
.el-button.active-all .heart-svg path {
  fill: currentColor;
  stroke: currentColor;
}
.el-button.el-button-small-round .heart-svg {
  top: 1px;
  position: relative;
}
.el-button .print-svg {
  height: 13px;
  width: 13px;
}
.el-button .pictogr-svg {
  height: 12px;
  width: 15px;
}
/*
LESS variables are information about icon"s compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/*
LESS variables are information about icon"s compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
  position: relative;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999999;
  width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaaaaa;
  border-radius: 6px;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaaaaa;
  border-radius: 6px;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999999;
  width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999999;
}
.el-rate {
  width: 64px;
  height: 30px;
  text-align: left;
  padding: 4px 10px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 0;
}
.el-rate:hover {
  border: 1px solid #3edc81;
}
.el-rate::before {
  background-image: url("../img/ico.png");
  background-position: -397px -163px;
  width: 16px;
  height: 15px;
  content: "";
  margin-right: 5px;
}
.el-rate_dislike {
  margin-left: 21px;
}
.el-rate_dislike:hover {
  border: 1px solid #ff4d4d;
}
.el-rate_dislike::before {
  content: "";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.el-plate-container {
  font-size: 0;
}
.js-slider-default .el-plate-container {
  left: 1px;
}
.table .el-plate-container {
  margin-bottom: 5px;
}
.variant__goods-like .el-plate-container {
  left: 10px;
}
.catalog-items_grid .el-plate-container {
  padding-top: 10px;
}
.items .el-plate-container {
  position: absolute;
  left: 0px;
  bottom: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.el-plate {
  color: #ffffff;
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 100%;
  border-radius: 6px;
  padding: 3px 10px;
  cursor: default;
}
.el-plate_action {
  background-color: #3edc81;
  cursor: pointer;
}
.el-plate_sale {
  background-color: #52d5cd;
}
.el-plate_discount {
  background-color: #9459d0;
}
.el-plate_special {
  background-color: #0386f8;
}
.el-plate + .el-plate {
  margin-top: 5px;
}
.el-plate_left + .el-plate_left {
  margin-top: 0;
  margin-left: 10px;
}
.el-plate_right + .el-plate_right {
  margin-top: 0;
  margin-right: 10px;
}
.table .el-plate {
  margin-right: -2px;
  border-radius: 32px;
}
.table .el-plate + br {
  display: none;
}
.el-scroll-style::-webkit-scrollbar {
  width: 5px;
}
.el-scroll-style::-webkit-scrollbar-thumb {
  background-color: #C9C9C9;
  border-radius: 3px;
}
.el-scroll-style::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}
.el-scroll-style::-webkit-scrollbar-track:hover {
  background-color: #eeeeee;
}
.el-box-label {
  border-radius: 0;
  vertical-align: top;
  /* margin-right: 15px; */
  cursor: pointer;
}
.el-box-label > *::after {
  border: 2px solid #e4e4e4;
  border-radius: 4px;
}
.el-box-label:hover > *::after {
  border-color: #c9c9c9;
}
.el-box-label.active,
.el-box-label input:checked + *::after {
  border: 2px solid #fa6405;
}
.el-box-label:last-child {
  margin-right: 0;
}
.el-box-label__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.el-box-label__wrap::after {
  width: 100%;
  height: 100%;
  top: 0;
}
.el-box-label__wrap-ico {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.el-box-label__wrap-ico::before {
  background-image: url("../img/ico.png");
  background-position: -397px -293px;
  width: 16px;
  height: 13px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2348C77B%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2247.383%2C34.227%20%0D%0A%0937.538%2C45.773%2032.618%2C40.003%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  vertical-align: initial;
}
.cart-widget__action.el-box-label__wrap-ico::before {
  margin-right: 7px;
}
.el-box-label__wrap-ico::before {
  right: 0;
  left: auto !important;
  margin: 0;
  pointer-events: none;
  display: none !important;
}
.el-box-label input {
  display: none;
}
.el-box-label label {
  display: block;
}
.el-box-label.active .el-box-label__wrap-ico::before,
.el-box-label input:checked + .el-box-label__wrap > .el-box-label__wrap-ico::before {
  display: block !important;
}
.el-rub {
  font-size: 70%;
}
.el-list-checkround,
.el-list-number {
  list-style: none;
  padding-left: 0;
}
.el-list-checkround__item,
.el-list-number__item {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
}
.el-list-checkround__item::before,
.el-list-number__item::before {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 0 0 1px;
  border-radius: 10px;
  text-align: center;
}
.el-list-number {
  counter-reset: point;
  /* задаем переменную для счетчика */
}
.el-list-number__item::before {
  content: counter(point);
  /* выводим значение переменной */
  counter-increment: point 1;
  /* увеличваем счетчик на 1 */
  font-size: 11px;
  /* декор цифр  */
  width: 16px;
  height: 16px;
  padding: 2px 0 0 1px;
  border: 1px solid #e4e4e4;
}
.el-list-checkround__item {
  padding-left: 30px;
  margin-bottom: 12.5px;
}
.el-list-checkround__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  padding: 2px 0 0 1px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20aria-hidden%3D%22true%22%20data-prefix%3D%22fas%22%20data-icon%3D%22check%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23f96e1f%22%20d%3D%22M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}
.bnrs {
  margin-bottom: 50px;
}
.bnrs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.bnrs__row:not(:first-child) {
  margin-top: 10px;
}
.bnrs .bnr {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
}
.bnrs .bnr:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.bnrs__block {
  min-height: 391px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.bnrs__block:nth-child(2n) {
  margin-left: 10px;
}
.bnrs__block_x {
  width: 45%;
}
.bnrs__block_x .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}
.bnrs__block_2 {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bnrs__block_2 .bnr {
  height: 50%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bnrs__block_2 .bnr:not(:first-child) {
  margin-top: 10px;
}
.bnrs__img {
  display: block;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.bnrs__img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bnrs__block_x .bnrs__img {
  width: 100%;
  height: 266px;
}
.bnrs__block_2 .bnrs__img {
  height: 100%;
  width: 57.66%;
  min-width: 57.66%;
}
.bnrs__text {
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding: 20px;
  color: #333333;
  line-height: normal;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.bnrs__text span {
  display: inline-block;
  line-height: normal;
  -webkit-transition: ease-out color 0.3s;
  transition: ease-out color 0.3s;
}
.bnrs__text span + span {
  padding-top: 10px;
}
.bnrs__link:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bnrs__link:hover .bnrs__title {
  color: #0386f8;
}
.bnrs__link:hover .bnrs__description {
  color: #333333;
}
.bnrs__title {
  font-weight: 700;
  font-size: 17px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.bnrs_big {
  margin-bottom: 70px;
}
.bnrs_big .bnrs__block:nth-child(2n) {
  margin-left: 15px;
}
.bnrs_big .bnrs__block_2 .bnr + .bnr {
  margin-top: 15px;
}
.bnrs_big .bnrs__text {
  padding: 25px 30px;
}
.bnrs_big .bnrs__text span + span {
  padding-top: 31px;
}
.bnrs_big .bnrs__title {
  font-size: 22px;
}
.bnrs_big .bnrs__block_x .bnrs__img {
  height: 350px;
}
.bnrs_big .bnrs__block_2 .bnrs__img {
  min-width: 57%;
}
.el-arrow-but {
  height: 32px;
  width: 32px;
  padding: 3px 6px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  border: 2px solid #E4E4E4;
}
.el-button:hover .el-arrow-but,
.el-arrow-but:hover {
  background-color: #F3F3F3;
}
.el-arrow-but::after {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23949494%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart-info__pagination .el-arrow-but_prev {
  margin-right: 10px;
}
.cart-info__pagination .el-arrow-but_next {
  margin-left: 10px;
}
.el-arrow-but_prev + .el-arrow-but_next {
  margin-left: 14px;
}
.el-arrow-but_prev,
.el-arrow-but_left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.el-arrow-but_alt {
  border-width: 0;
  background-color: #fff;
}
.el-arrow-but_alt::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23000%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-arrow-but_alt:hover {
  background-color: inherit;
}
.el-arrow-but_alt:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-arrow-but_top {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.el-arrow-but_bot {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.el-arrow-but.el-arrow-but_x {
  border: 1px solid #c9c9c9;
  background-color: transparent;
}
.el-arrow-but.el-arrow-but_x::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-arrow-but.el-arrow-but_x:hover {
  border-color: #aeaeae;
}
.el-arrow-but.el-arrow-but_cart {
  border: 1px solid #e4e4e4;
  background-color: transparent;
}
.el-arrow-but.el-arrow-but_cart::after {
  height: 18px;
  width: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2263%22%20viewBox%3D%220%200%2051%2063%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M43.2145%207.45581H33.5277C33.0445%203.26565%2029.4795%200%2025.1617%200C20.8441%200%2017.2796%203.26552%2016.7964%207.45581H7.10907C3.1889%207.45581%200%2010.6456%200%2014.5656V14.9304C0%2017.9261%201.86527%2020.4902%204.49291%2021.5349V55.1213C4.49291%2059.0415%207.6822%2062.2311%2011.6021%2062.2311H38.7216C42.6416%2062.2311%2045.8307%2059.0412%2045.8307%2055.1213V21.535C48.4582%2020.4902%2050.3236%2017.9261%2050.3236%2014.9306V14.5658C50.3236%2010.6456%2047.1344%207.45581%2043.2145%207.45581ZM25.1617%203.37181C27.6174%203.37181%2029.6672%205.13196%2030.1207%207.45581H20.2037C20.6571%205.13183%2022.7069%203.37181%2025.1617%203.37181ZM42.4589%2055.1213C42.4589%2057.1824%2040.7819%2058.8595%2038.7215%2058.8595H11.602C9.54154%2058.8595%207.8646%2057.1823%207.8646%2055.1213V22.0403H42.4589V55.1213ZM46.9518%2014.9304C46.9518%2016.9915%2045.2748%2018.6686%2043.2144%2018.6686H7.10907C5.04862%2018.6686%203.37168%2016.9915%203.37168%2014.9304V14.5656C3.37168%2012.5046%205.04862%2010.8275%207.10907%2010.8275H43.2145C45.275%2010.8275%2046.9519%2012.5046%2046.9519%2014.5656V14.9304H46.9518Z%22%20transform%3D%22translate(0.268738%200.351562)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.68584%2022.3539C2.61693%2022.3539%203.37168%2021.5989%203.37168%2020.6682V1.68597C3.37168%200.755138%202.6168%200%201.68584%200C0.754881%200%201.65298e-08%200.755138%201.65298e-08%201.68597V20.6682C-0.000128979%2021.5991%200.754752%2022.3539%201.68584%2022.3539Z%22%20transform%3D%22translate(14.7059%2032.5449)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.68584%2022.3539C2.61693%2022.3539%203.37181%2021.5989%203.37181%2020.6682V1.68597C3.37181%200.755138%202.61667%200%201.68584%200C0.754882%200%200%200.755138%200%201.68597V20.6682C0%2021.5991%200.754753%2022.3539%201.68584%2022.3539Z%22%20transform%3D%22translate(23.7446%2032.5449)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.68597%2022.3539C2.61693%2022.3539%203.37168%2021.5989%203.37168%2020.6682V1.68597C3.37168%200.755138%202.6168%200%201.68597%200C0.754753%200%201.65241e-08%200.755138%201.65241e-08%201.68597V20.6682C-0.000128979%2021.5991%200.755011%2022.3539%201.68597%2022.3539Z%22%20transform%3D%22translate(32.7832%2032.5449)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-arrow-but.el-arrow-but_cart:hover {
  border-color: #c9c9c9;
}
.el-arrow-but.el-arrow-but_cart_big-0 {
  width: 35px;
  height: 35px;
}
.el-arrow-but.el-arrow-but_cart_big-0::after {
  height: 19px;
  width: 16px;
}
.el-arrow-but.el-arrow-but_cart_big-1 {
  width: 40px;
  height: 40px;
}
.el-arrow-but.el-arrow-but_cart_big-1::after {
  height: 19px;
  width: 16px;
}
.el-arrow-but.slick-disabled {
  opacity: 0.55;
  cursor: default;
}
.cart-info__pagination .el-arrow-but {
  width: 27px;
  height: 27px;
}
.header-underitems .el-arrow-but {
  margin-left: 14px;
}
.el-arrow-bubble {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  cursor: default;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s, visibility 0s ease 0.15s;
  transition: opacity 0.15s ease 0s, visibility 0s ease 0.15s;
  z-index: 999;
}
.el-arrow-bubble__txt {
  display: block;
  background-color: #ffffff;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 10px;
  border-radius: 0 3px 3px 0;
  position: relative;
}
.el-arrow-bubble__right {
  margin-left: 25px;
  left: 100%;
}
.el-arrow-bubble__right::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  right: 100%;
  width: 21px;
  height: 21px;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.el-arrow-bubble__right .el-arrow-bubble__txt {
  padding: 6px 10px 6px 10px;
}
.el-arrow-bubble__left {
  margin-right: 25px;
  right: 100%;
}
.el-arrow-bubble__left::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 100%;
  width: 21px;
  height: 21px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.el-arrow-bubble__left .el-arrow-bubble__txt {
  padding: 6px 20px;
}
.el-arrow-wrapper {
  display: inline-block;
  position: relative;
}
.el-arrow-wrapper:hover .el-arrow-bubble {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.el-toggle {
  width: 50px;
  height: 22px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: inherit;
}
.el-toggle-wrapper {
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0;
}
.el-toggle-wrapper + .el-toggle-wrapper {
  margin-top: 14px;
}
.el-toggle-label {
  cursor: inherit;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 15px;
}
.el-toggle__btn {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.el-toggle__btn::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.el-toggle_off {
  background-color: #ff4d4d;
}
.el-toggle_off .el-toggle__btn::before {
  width: 9px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23FF4D4D%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-toggle_on {
  background-color: #3edc81;
}
.el-toggle_on .el-toggle__btn {
  left: 26px;
}
.el-toggle_on .el-toggle__btn::before {
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M13.795%200.199426C13.5216%20-0.0664754%2013.0784%20-0.0664754%2012.805%200.199426L4.41859%208.35645L1.19499%205.22105C0.921634%204.95515%200.478447%204.95518%200.205037%205.22105C-0.0683456%205.48693%20-0.0683456%205.91799%200.205037%206.18389L3.92362%209.80066C4.19689%2010.0665%204.64041%2010.0664%204.91357%209.80066L13.795%201.16229C14.0684%200.896414%2014.0683%200.465328%2013.795%200.199426Z%22%20fill%3D%22%233EDC81%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  min-width: 165px;
  padding: 0 24.5px;
  line-height: 34px;
  background-color: #ffffff;
  border-radius: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: #333333;
}
.el-tag_active {
  font-weight: 700;
}
.el-tag:hover {
  color: #333333;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24705882);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24705882);
}
.el-tag + .el-tag {
  margin-left: 20px;
}
.el-views {
  color: #666666;
  cursor: default;
  font-size: 12px;
  display: inline-block;
  margin-left: auto;
}
.el-views::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 13px;
  height: 8px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2233%22%20viewBox%3D%220%200%2051%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M49.7623%2014.2379C47.1409%209.95063%2043.6163%206.50585%2039.1889%203.90363C34.7612%201.30131%2030.0857%200%2025.1619%200C20.2381%200%2015.5624%201.30082%2011.1347%203.90363C6.7069%206.50585%203.18245%209.95063%200.561441%2014.2379C0.18718%2014.893%200%2015.539%200%2016.1757C0%2016.8124%200.18718%2017.4583%200.561441%2018.1133C3.18245%2022.4007%206.7069%2025.8458%2011.1347%2028.4474C15.5624%2031.05%2020.2381%2032.3503%2025.1619%2032.3503C30.0858%2032.3503%2034.7613%2031.0544%2039.1889%2028.4616C43.6163%2025.8687%2047.1415%2022.4191%2049.7623%2018.1133C50.1367%2017.4583%2050.3237%2016.8126%2050.3237%2016.1757C50.3237%2015.539%2050.1367%2014.893%2049.7623%2014.2379ZM19.1378%206.5572C20.8133%204.88173%2022.8211%204.0437%2025.1616%204.0437C25.5358%204.0437%2025.8543%204.17511%2026.1166%204.43704C26.3784%204.69907%2026.51%205.01746%2026.51%205.39182C26.51%205.76648%2026.3784%206.08467%2026.1171%206.34631C25.8553%206.60864%2025.5366%206.73966%2025.1623%206.73966C23.5523%206.73966%2022.1758%207.31093%2021.034%208.4527C19.8917%209.59516%2019.3209%2010.971%2019.3209%2012.581C19.3209%2012.9558%2019.1895%2013.2738%2018.9276%2013.5361C18.6653%2013.7985%2018.3472%2013.9294%2017.9728%2013.9294C17.5982%2013.9294%2017.28%2013.7982%2017.0177%2013.5361C16.7554%2013.2738%2016.6244%2012.9554%2016.6244%2012.581C16.6244%2010.241%2017.4624%208.23277%2019.1378%206.5572ZM37.3639%2025.345C33.6101%2027.6191%2029.5428%2028.7568%2025.1619%2028.7568C20.781%2028.7568%2016.7138%2027.6198%2012.9602%2025.345C9.20654%2023.0702%206.08467%2020.0139%203.59478%2016.1757C6.44044%2011.7572%2010.0069%208.4526%2014.2941%206.26261C13.1522%208.20936%2012.581%2010.3157%2012.581%2012.5809C12.581%2016.0447%2013.8122%2019.0067%2016.2738%2021.4689C18.7355%2023.9312%2021.6985%2025.1618%2025.1619%2025.1618C28.6255%2025.1618%2031.5877%2023.9305%2034.0499%2021.4689C36.5122%2019.0074%2037.7429%2016.0447%2037.7429%2012.5809C37.7429%2010.3157%2037.1716%208.20906%2036.0295%206.26261C40.3166%208.4526%2043.8832%2011.7575%2046.7288%2016.1757C44.2393%2020.0139%2041.1177%2023.0702%2037.3639%2025.345Z%22%20transform%3D%22translate(0.19873%200.516113)%22%20fill%3D%22%23666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-bubble {
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 3px;
  z-index: 8;
  width: 284px;
  cursor: default;
}
.el-bubble::before {
  content: "";
  position: absolute !important;
  display: block;
  width: 11px;
  height: 11px;
  background-color: inherit;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.el-bubble__wrap {
  display: block;
  padding: 20px;
  height: 100%;
  background-color: inherit;
  position: relative;
  z-index: 1000;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  white-space: normal;
  text-transform: none;
  color: #202020;
}
.el-bubble__link {
  font-size: 14px;
  line-height: 19px;
  color: #68b6fb;
}
.el-bubble__link:hover {
  color: #0386f8;
}
.el-bubble_top {
  bottom: 100%;
  margin-bottom: 13px;
}
.el-bubble_top::before {
  bottom: 0;
  margin-bottom: -6px;
}
.el-bubble_bot {
  top: 100%;
  margin-top: 13px;
}
.el-bubble_bot::before {
  top: 0;
  margin-top: -6px;
}
.el-bubble_left {
  left: -9px;
}
.el-bubble_left::before {
  left: 27px;
}
.el-bubble_center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.el-bubble_center::before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.el-bubble_right {
  right: -9px;
}
.el-bubble_right::before {
  right: 27px;
}
.el-bubble_error .el-bubble__wrap {
  color: #ff4d4d;
}
.el-bubble_auto-w {
  width: auto;
}
.el-textinput__label {
  position: absolute;
  font-size: 13px;
  line-height: 20px;
  top: 0;
  left: 15px;
  z-index: 9;
  color: #666666;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 0!important;
}
.el-textinput {
  position: relative;
  display: inline-block;
  width: 100%;
}
.el-textinput-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.el-textinput-wrapper:last-child {
  margin-bottom: 0;
}
.el-textinput-wrapper_small {
  width: 334px;
}
.el-textinput__input {
  border: 1px solid #e4e4e4;
  font-size: 13px;
  line-height: 18px;
  padding: 9px 15px 8px;
  border-radius: 10px;
  height: 37px;
  font-family: 'Open Sans', "Arial", sans-serif;
  width: 100%;
}
.el-textinput__input_textarea {
  height: 165px;
  max-height: 100%;
  resize: none;
}

.el-textinput__input::-webkit-input-placeholder {
  color: #999999;
  font-family: inherit;
}
.el-textinput__input::-moz-placeholder {
  color: #999999;
  font-family: inherit;
}
.el-textinput__input:-ms-input-placeholder {
  color: #999999;
  font-family: inherit;
}
.el-textinput__input::-ms-input-placeholder {
  color: #999999;
  font-family: inherit;
}
.el-textinput__input::placeholder {
  color: #999999;
  font-family: inherit;
}
.el-textinput__input:hover {
  border-color: #c9c9c9;
}
.el-textinput__input:focus {
  border-color: #fa6405;
}
.el-textinput__input:focus ~ .el-textinput__label,
.el-textinput__input:not(:placeholder-shown) ~ .el-textinput__label {
  opacity: 1;
}
.el-textinput__input_empty + .el-textinput__label {
  opacity: 0 !important;
}
.el-textinput__input_focus + .el-textinput__label {
  opacity: 1 !important;
}
.el-textinput__error {
  display: none;
}
.el-textinput + .select-ico {
  margin-top: -26px;
}
.el-textinput_error::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 11px;
  right: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M8.36563%200C4.23025%200%200.865631%203.36433%200.865631%207.5C0.865631%2011.6357%204.23025%2015%208.36563%2015C12.501%2015%2015.8656%2011.6357%2015.8656%207.5C15.8656%203.36433%2012.501%200%208.36563%200ZM8.94255%2011.8269C8.94255%2012.1454%208.68409%2012.4038%208.36563%2012.4038C8.04717%2012.4038%207.78871%2012.1454%207.78871%2011.8269V11.25C7.78871%2010.9315%208.04717%2010.6731%208.36563%2010.6731C8.68409%2010.6731%208.94255%2010.9315%208.94255%2011.25V11.8269ZM8.94255%209.51923C8.94255%209.83769%208.68409%2010.0962%208.36563%2010.0962C8.04717%2010.0962%207.78871%209.83769%207.78871%209.51923V3.17308C7.78871%202.85462%208.04717%202.59615%208.36563%202.59615C8.68409%202.59615%208.94255%202.85462%208.94255%203.17308V9.51923Z%22%20fill%3D%22%23FF4D4D%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.el-textinput_error .el-textinput__input {
  border-color: #ff4d4d;
  padding-right: 42px;
}
.el-textinput_error .el-textinput__error {
  display: block;
}
.el-textinput_labeltop {
  padding-top: 20px;
  margin-top: -15px;
}
.form.form_review .el-textinput__input {
  width: 600px;
}
.el-variant {
  margin-bottom: 30px;
}
.el-variant__title {
  font-size: 13px;
  line-height: normal;
  color: #888888;
  margin-bottom: 15px;
}
.el-variant__item {
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px;
}
.el-variant__item:last-child {
  margin-bottom: 0;
}
.el-variant-weight {
  margin-bottom: 15px;
  margin-left: -12px;
}
.el-variant-weight-item {
  display: inline-block;
  background-color: #ecedf0;
  margin-bottom: 15px;
  margin-left: 12px;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 18px;
}
.el-variant-weight-item:hover,
.el-variant-weight-item_active {
  color: #ffffff;
  background-color: #fa6405;
}
.flex {
  display: table;
}
.flex > * {
  display: table-cell;
  vertical-align: middle;
}
.flex_justify {
  width: 100%;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.flex-row_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.flex-row_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.flex-row_nowrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-rl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-rl > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex-rl > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .flex-rl {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.def-pospad {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: inherit;
  width: 100%;
}
.link-def {
  color: #68b6fb;
  text-decoration: none !important;
  cursor: pointer;
}
.link-def:hover {
  color: #0386f8;
}
.link-overhead {
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.align-v,
.el-box-border__img,
.categories-list__img,
.categories-list__title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.align-h {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.align-all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*  CLASSES MAIN  */
.nowrap {
  white-space: nowrap;
}
.cartridge-page {
  margin-bottom: 50px;
}
.cartridge-page .cartridge-page__title {
  margin-bottom: 40px;
}
.cartridge-page .cartridge-page__title::before {
  display: none;
}
.cartridge-page__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 55px;
}
.cartridge-page__wrap_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.cartridge-page__wrap_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.cartridge-page__wrap_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.cartridge-page__wrap > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.cartridge-page__wrap > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .cartridge-page__wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.cartridge-page__separator {
  font-size: 28px;
  margin-top: 80px;
}
.cartridge-page__info {
  font-size: 15px;
  margin: 0;
  margin-bottom: 20px;
}
.cartridge-page a {
  color: #fa6405;
  text-decoration: underline;
}
.cartridge-choose {
  max-width: 565px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.cartridge-choose_deactive .cartridge-choose__title {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  color: #202020;
}
.cartridge-choose_deactive .cartridge-choose__submit {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  color: #c9c9c9 !important;
}
.cartridge-choose_deactive:hover .cartridge-choose__title,
.cartridge-choose_deactive:hover .cartridge-choose__block {
  border-color: #c9c9c9;
}
.cartridge-choose__title {
  background-color: #fa6405;
  color: #ffffff;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.cartridge-choose__block {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  padding: 30px 35px;
  border-top: none;
  text-align: right;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cartridge-choose__submit {
  margin-top: 10px;
}
.cartridge-choose__input {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  height: 40px;
  padding-left: 20px;
}
.cartridge-fail {
  font-size: 18px;
}
.cartridge-fail__text {
  margin-bottom: 30px;
}
.cartridge-fail__link {
  display: block;
  margin-top: 40px;
}
.cartridge-fail__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.good-replace {
  text-align: center;
  width: 100%;
}
.good-replace td {
  vertical-align: top;
}
.good-replace td,
.good-replace th {
  padding-right: 20px !important;
}
.good-replace td:last-child,
.good-replace th:last-child {
  padding-right: 0 !important;
}
.good-replace td:nth-child(3) .good-replace__col,
.good-replace th:nth-child(3) .good-replace__col {
  margin: auto;
}
.good-replace__title {
  font-size: 32px;
  font-weight: 400;
}
.good-replace__col {
  width: 206px;
  margin-bottom: 30px;
}
.good-replace__firstrow {
  vertical-align: top;
}
.good-replace__firstrow_filter {
  /* vertical-align: bottom;
             padding-bottom: 25px; */
}
.good-replace__subtitle {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
td.good-replace__absent,
th.good-replace__absent {
  padding-right: 40px !important;
}
.good-replace__caption {
  font-size: 12px;
  margin-top: 10px;
  color: #c9c9c9;
}
.good-replace__filter {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.good-replace__hr {
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
.good-replace__hr td {
  border-bottom: 1px solid #c9c9c9;
}
.good-replace__properties td,
.good-replace__price td {
  padding: 10px 0;
  vertical-align: middle;
}
.good-replace__properties td:first-child,
.good-replace__price td:first-child {
  padding-left: 25px;
  text-align: left;
}
.good-replace__properties .good-replace__col,
.good-replace__price .good-replace__col {
  margin-bottom: 0;
  width: auto;
}
.good-replace__price {
  background-color: #f9f9f9;
}
.good-replace__properties tr {
  border-bottom: 1px solid #e4e4e4;
}
.good-replace__properties tr:hover {
  background-color: #f9f9f9;
}
.search-fail {
  text-align: center;
  margin-bottom: 35px;
}
.search-fail__title {
  font-size: 22px;
  margin-bottom: 35px;
}
.search-fail__list {
  margin: auto;
  padding: 0;
  list-style: none;
  color: #aeaeae;
  margin-bottom: 30px;
  display: inline-block;
}
.search-fail__list > li {
  padding-bottom: 8px;
  text-align: left;
}
.search-fail__list > li:last-child {
  padding-bottom: 0;
}
.search-fail__list > li::before {
  content: "-";
  margin-right: 5px;
}
.deactive-form *:not(.form__item_labeltop label) {
  color: #aeaeae !important;
}
.deactive-form .form__input::before {
  background-color: #aeaeae !important;
}
.deactive-form .form__input input {
  border: 1px solid #e4e4e4 !important;
}
.last-mb:last-child {
  margin-bottom: 0;
}
.last-mr:last-child {
  margin-right: 0;
}
.AddWishlistItemForm {
  margin: 20px 0 0;
}
.wishlist-add .list-unwrap__item.js-switch {
  margin-top: 20px;
}
.wishlist-add__addform {
  margin-top: 20px;
}
.wishlist-add__addform .el-form-orange {
  height: 26.5px;
}
.wishlist-add__addform .el-form-orange__input {
  width: calc(100% - 26.5px);
}
.wishlist-add__addform .el-form-orange__but {
  width: 26.5px;
  text-align: center;
  font-size: 10px;
}
.b-breadcrumbs {
  font-size: 0;
  padding-left: 0;
  margin-bottom: 35px;
  margin-top: 25px;
  min-height: 1px;
  cursor: default;
  height: 20px;
}
.b-breadcrumbs:empty,
.b-breadcrumbs.empty {
  margin-bottom: 0;
  visibility: hidden;
}
.b-breadcrumbs:empty .banner-top,
.b-breadcrumbs.empty .banner-top {
  display: none;
}
.b-breadcrumbs__separator {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23949494%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  margin: 0 15px 0 17px;
}
.b-breadcrumbs__item {
  color: #949494;
  vertical-align: middle;
  font-size: 12px;
}
.b-breadcrumbs__item_home {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.b-breadcrumbs__item_home::before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAkklEQVQoU82Qfw2DQAxGHw5wwOZgEiYBCUhAwiRMAhKQMAk4gDlZHmmTCz/2N00u6bXf63fXiuN4R7nftqsDveIh6h0wATfgZW0LpECR8QDayHeAjSUmlsZCntU1HZys+HPyJ4fVQgKKLaT1CcMIjAIKtVzfGAOayL/FAuxP+SQvCfzNLwy44zk++izWW+Z3F/IDh5snvedZfxwAAAAASUVORK5CYII=");
}
.b-breadcrumbs__item_home:hover::before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAyklEQVQoU82QwRWCMAyGk7bA1Q3UDRjBERiBJ3h3BEbwLvgYwREcgQ3EMagt8SXPHkB8Xs0p/ZMvf1KEhbCFObEcN+44L+NckGblWtFHkwNRRwo3Se0qliaA3esctO/iM3RctAdIiUzG+QfgCp2NyvehOTgzBF6n8cWLqzjwZFTYR7W7Ld0kwwhWDCE3k8IsqZ1Yf4uhNFcc6YpMe8Q07Ph2WzNIIz3CKkNpKk3UyUr8CMCv/F8BW0QtIt3lUIAdAsj3TnLCbdw88xfYmpd+BieELAAAAABJRU5ErkJggg==");
}
.b-breadcrumbs__item_home span {
  font-size: 0;
}
.b-breadcrumbs__item.b-breadcrumbs__item_active {
  color: #666666;
}
.alphabet__list {
  list-style: none;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  padding-left: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.alphabet__list-title {
  font-weight: 700;
  margin-right: 64px;
}
.alphabet__list-title_eng {
  margin-right: 61.5px;
}
.alphabet__list-wrap {
  display: inline-block;
}
.alphabet__list-item {
  padding: 13px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  width: 30px;
  white-space: nowrap;
  position: relative;
}
.alphabet__list-item.active {
  font-weight: 700;
}
.alphabet__list-item.active:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.alphabet__item {
  margin-top: 30px;
  margin-bottom: 100px;
  padding-top: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.alphabet__item.active {
  display: block;
  display: grid;
  grid-template-columns: 106px repeat(5, 230px);
}
.alphabet__item-sym {
  display: inline-block;
  padding-top: 4px;
  width: 106px;
  padding-left: 15px;
  font-weight: 700;
  font-size: 20px;
  margin-right: 1px;
}
.alphabet__item-col {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-top: 0;
  padding: 0;
  width: 230px;
  margin-right: 15px;
}
.alphabet__item-col:last-child {
  margin-right: 0;
}
.alphabet__item-col-wrap {
  display: block;
}
.alphabet__item-col-item {
  padding: 5px;
  padding-left: 10px;
  display: block;
  line-height: 150%;
}
.alphabet__item-col-item:hover {
  background-color: #f9f9f9;
}
.b-feedback-foot {
  padding-left: 15px;
  display: none;
}
.b-main {
  clear: both;
  margin-bottom: 50px;
}
.b-main:last-child {
  margin-bottom: 0;
}
.b-main_action {
  font-size: 0;
  margin-bottom: 0;
}
.b-main__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  display: block;
  margin-top: 58px;
  margin-bottom: 30px;
}
.image-block {
  text-align: center;
  position: relative;
  height: 100%;
}
.image-block .left-side {
  position: absolute;
  z-index: 0;
  left: 23px;
  top: 24px;
  visibility: hidden;
}
.image-block .right-side {
  position: absolute;
  right: 10px;
  top: 10px;
}
.image-block .additional-images-block {
  border: 1px solid #999999;
  margin: 0 -1px;
}
.image-block .additional-images-block .title {
  background-color: #e9e9e9;
  padding: 5px 10px;
  color: #333333;
  font-size: 13px;
  border-bottom: 1px solid #999999;
}
.additional_images .fancybox-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  border: 1px solid transparent;
  width: 71px;
  min-width: 71px;
  height: 71px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.additional_images .fancybox-thumb:not(:last-child) {
  margin-right: 17px;
}
.additional_images .fancybox-thumb:hover {
  border-color: #e4e4e4;
}
.fancybox-outer {
  /* min-width: 700px;
    min-height: 700px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fancybox-inner img {
  max-width: 540px;
  height: auto;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.additional_images {
  padding: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  height: 71px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.additional_images_video {
  height: 232px;
}
.additional_images img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.image-block .el-button-scroll {
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0;
  width: 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-block .el-button-scroll[move="up"] {
  left: 0;
}
.image-block .el-button-scroll[move="down"] {
  right: 0;
}
.ext-properties-dots {
  content: "..........................................................................................................................................................................................................................................";
  font-size: 13px;
  color: #aeaeae;
  padding-left: 10px;
  padding-right: 18px;
}
.properties-table {
  /*      color: @cm-grey;  */
  margin: 0;
  padding: 0;
  list-style: none;
  table-layout: fixed;
  text-align: left;
}
.properties-table_min {
  width: 100%;
}
.properties-table_min .properties-table__td {
  overflow: visible;
  font-size: 13px;
}
.properties-table_min .properties-table__td_dotted {
  width: 50%;
  height: 26.5px;
}
.properties-table__tr {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.properties-table__td {
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  padding: 8px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 340px;
}
.properties-table_main .properties-table__td:last-child {
  white-space: normal;
  padding-left: 10px;
}
.properties-table__td_dotted > span {
  overflow: hidden;
  position: relative;
}
.properties-table__td_dotted > span::after {
  content: "..........................................................................................................................................................................................................................................";
  font-size: 13px;
  color: #aeaeae;
  padding-left: 10px;
  padding-right: 18px;
  position: absolute;
}
.properties-table_min .properties-table__td_dotted > span {
  background-color: #ffffff;
  padding: 5px 0;
  padding-right: 18px;
  z-index: 1;
}
.properties-table_min .properties-table__td_dotted > span::after {
  top: 5.5px;
  display: none;
}
.properties-table__td_dottedleft {
  text-align: right;
}
.properties-table__td_dottedleft > div {
  position: relative;
}
.properties-table__td_dottedleft > div > span {
  position: absolute;
  right: 0;
  top: 0;
}
.properties-table__td_dottedleft > div > span::before {
  content: "..........................................................................................................................................................................................................................................";
  font-size: 13px;
  color: #aeaeae;
  padding-left: 10px;
  padding-right: 18px;
}
.properties-table__title {
  text-align: left;
  font-size: 16px;
  padding: 7.5px 0;
  margin-bottom: 7.5px;
}
.properties-table__title > span {
  border-bottom: 1px dotted;
}
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: inherit;
}
@media (max-width: 1300px) {
  .wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.wrapper.header__main {
  height: auto;
}
@media (max-width: 1300px) {
  .padding,
  .header__logo {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.margin {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.09375vw;
  margin-right: 1.09375vw;
}
.text-big {
  font-size: 30px;
  font-weight: 400;
}
.text-small,
.el-upstairs.el-upstairs_arrow.el-upstairs.el-upstairs_arrow_border,
.el-button.el-button_arrow.el-button.el-button_arrow_border,
.form__link,
.form .form__file.form .form__file_arrow.form .form__file.form .form__file_arrow_border,
.filter-nav__item.filter-nav__item_arrow.filter-nav__item.filter-nav__item_arrow_border {
  font-family: 'Open Sans', "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.box-grey,
.el-counter-button,
.item__counter button,
.bootstrap-touchspin-down,
.bootstrap-touchspin-up,
#review .first-section {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
}
.box-grey-dark {
  background-color: rgba(54, 54, 54, 0.027);
  padding: 32px 24px;
  color: #666666;
}
.box-grey-dark b,
.box-grey-dark strong {
  color: #666666;
}
.b-grey,
.header__top,
.cart-info__header {
  background-color: #f9f9f9;
  position: relative;
}
.b-grey::after,
.b-grey::before,
.header__top::after,
.cart-info__header::after,
.cart-info__header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  left: 0;
}
.b-grey::before,
.cart-info__header::before {
  top: 0;
}
.b-grey::after,
.header__top::after,
.cart-info__header::after {
  bottom: 0;
}
.pseudo,
.el-upstairs.el-upstairs_input::before,
.el-input-line,
input:checked + .el-radio__input::after,
.el-checkbox.active::after,
.el-checkbox2:checked + label::after,
.el-pointer::after,
.el-button.el-button_input::before,
.ico-flower::before,
.el-box-label__wrap::after,
.el-box-label__wrap-ico::before,
.nav_parts::after,
.nav_steps .nav__conteiner::before,
.nav_steps .nav__conteiner::after,
.form__checkbox.active::after,
.form__checkbox2:checked + label::after,
input:checked + .form__input-style::after,
.form .form__file.form .form__file_input::before,
.shadow-bottom,
.brandshop-footer__item::after,
.variant .b-tabs::after,
.variant .b-tabs::before,
.filter-nav__item.filter-nav__item_input::before,
.link-label__item::before {
  content: "";
  position: absolute !important;
  display: block;
  left: 0;
}
.block-partition {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  display: table;
}
.block-partition__item {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.block-partition__item:last-child {
  border-left: 1px solid #e4e4e4;
}
.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.last {
  margin-bottom: 0 !important;
}
.hide-text {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.hide-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100%, #ffffff), color-stop(10%, #ffffff), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 100%, #ffffff 10%, #ffffff);
}
.hide-text_50 {
  height: 54px;
}
.hide-text_100 {
  height: 100px;
}
.title-1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.title-2 {
  font-weight: 500;
  font-size: 20px;
}
.cat-title {
  font-weight: 500;
  font-size: 16px;
}
.b-action {
  text-align: left;
  border: 1px solid #e4e4e4;
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.b-action:hover {
  border: 1px solid #c9c9c9;
}
.b-action_inner {
  border: none;
  padding: 25px 0;
  height: auto;
}
.b-action_inner::after,
.b-action_inner::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.b-action_inner::after {
  clear: both;
}
.b-action_inner:hover {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: none;
}
.b-action_inner .b-action__but,
.b-action_inner .b-action__data,
.b-action_inner .b-action__title {
  display: none;
}
.b-action_inner .b-action__caption {
  padding-top: 0;
}
.b-action_inner .b-action__caption p:first-child {
  margin: 0;
}
.b-action_inner .b-action__img {
  border: none;
  padding: 0;
}
.b-action_inner .b-action__logo {
  position: relative;
  height: 100%;
}
.b-action_inner .b-action__logo img {
  position: relative;
  height: 100%;
}
.b-action__img {
  width: 200px;
  height: 200px;
  display: block;
  float: left;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  padding: 7px;
}
.b-action__img img {
  width: auto;
  height: 100%;
}
.b-action__caption {
  padding: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.b-action__title {
  font-weight: 500;
  font-size: 20px;
}
.b-action__descript {
  display: block;
  margin-bottom: 20px;
}
.b-action__descript p {
  margin: 5px 0;
}
.b-action__but {
  top: auto;
  position: relative;
  bottom: 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.b-action__right {
  float: right;
  width: 190px;
  height: 100%;
  position: relative;
}
.b-action__data {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-bottom-left-radius: 4px;
  width: 100%;
}
.b-action__logo {
  width: calc(100% - 20px);
  display: block;
  height: 168.4px;
  line-height: 168px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
.b-action__logo img {
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.border-wide {
  position: relative;
  border-bottom: 2px solid #e4e4e4;
  border-top: 2px solid #e4e4e4;
}
.border-wide::after,
.border-wide::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #e4e4e4;
  border-top: 2px solid #e4e4e4;
  top: -1.5px;
  bottom: -2.5px;
  width: 9999px;
}
.border-wide::before {
  right: 100%;
}
.border-wide::after {
  left: 100%;
}
.bg-wide {
  position: relative;
  background: #f9f9f9;
}
.bg-wide::after,
.bg-wide::before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  top: 0;
  bottom: 0;
  width: 9999px;
}
.bg-wide::before {
  right: 100%;
}
.bg-wide::after {
  left: 100%;
}
.b-brand {
  position: relative;
  padding: 25px 25px 25px 0;
  margin-bottom: 25px;
  min-height: 150px;
}
.b-brand_all .b-brand__descript {
  padding-left: 0;
}
.b-brand__img {
  float: left;
}
.b-brand__descript {
  line-height: 120%;
  overflow: hidden;
  padding-left: 65px;
}
.b-brand__descript * {
  line-height: 120%;
}
.b-brand__link {
  position: absolute;
  bottom: 35px;
  right: 25px;
  margin-top: 10px;
}
.choice-organization__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
.choice-organization__row_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.choice-organization__row_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.choice-organization__row_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.choice-organization__column:first-child .choice-organization__column-wrap {
  border-right: 1px solid #e4e4e4;
  padding-right: 50px;
}
.choice-organization__column_file {
  padding-left: 50px;
}
.choice-organization__column_file .form__item {
  text-align: left;
}
.choice-organization__check {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: left;
}
.choice-city {
  text-align: left;
  padding: 0;
  height: 80vh;
  min-width: 780px;
}
.choice-city__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: calc(100% - 157px);
}
.choice-city__row_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.choice-city__row_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.choice-city__row_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.choice-city__column {
  max-width: 410px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.choice-city__column_objects {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 255px;
  flex-basis: 255px;
}
.choice-city__title {
  display: block;
  padding: 0 0 15px 30px;
  font-size: 13px;
  color: #999999;
}
.choice-city__block {
  padding-left: 30px;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  line-height: 200%;
  padding-top: 15px;
  height: calc(100% - 25px);
  overflow-y: hidden;
}
.choice-city__block-alphabet {
  display: block;
  margin: 5px 0;
}
.choice-city__block .ps-scrollbar-x-rail {
  display: none !important;
}
.choice-city__caption {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  padding: 15px;
  border-left: 0;
  border-right: 0;
}
.choice-city__caption-tel span {
  font-size: 16px;
}
.choice-city__caption-link {
  font-weight: 700;
  border-bottom: 1px dotted #fa6405;
}
.choice-city__search {
  padding: 30px;
  border-top: 1px solid #e4e4e4;
}
.choice-city__search .form-wrap__button {
  -webkit-transform: scale(0.8, 0.8) !important;
  -ms-transform: scale(0.8, 0.8) !important;
  transform: scale(0.8, 0.8) !important;
  top: 35px;
  left: 35px;
}
.choice-city__head {
  padding-left: 30px;
  padding-top: 30px;
  height: 119px;
  margin-bottom: 35px;
}
.choice-city__head-title {
  margin-bottom: 30px;
  margin-top: 0px;
}
.media-m {
  display: inline-block;
}
.filter-grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
.filter-grey:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.b-seo-text {
  margin: 30px 0;
  font-size: 12px;
  margin-top: 100px;
}
.recent-variants-conteiner + .b-seo-text {
  margin-top: 0;
}
.content__right.content__right_1level + .b-seo-text {
  margin-top: 130px;
}
.content__right + .b-seo-text {
  margin-top: 90px;
}
.disabled {
  color: #c9c9c9 !important;
}
.disabled > * {
  color: #c9c9c9 !important;
  border-color: #e4e4e4 !important;
  cursor: default !important;
}
.replace-text {
  line-height: 120%;
}
.replace-text * {
  line-height: 120%;
}
.discount-get__anchor {
  margin-left: 20px;
  border-bottom: 1px dotted;
}
.discount-get__bubble .bubble__wrap {
  padding: 14px 15px 17px 24px;
}
.discount-get__discount {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-left: 4px solid #3edc81;
  border-radius: 3px;
  font-size: 13px;
  padding: 20px 15px 21px 75px;
  position: relative;
}
.discount-get__discount .discount__title {
  font-weight: 700;
}
.discount-get__discount .discount__title:first-child {
  margin-top: 0;
}
.discount-get__discount .discount-svg {
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 39px;
  height: auto;
}
.discount-get__discount p {
  line-height: normal;
}
.discount-get__discount p:first-child {
  margin-top: 0;
}
.discount-get__discount p:last-child {
  margin-bottom: 0;
}
.discount-get__discount a {
  margin-top: 17px;
}
.discount-get__name {
  padding: 0 25px;
}
.discount-get__title {
  font-size: 14px;
  width: 100%;
}
.discount-get__title:hover {
  color: rgba(250, 100, 5, 0.8);
}
.discount-get__review-conteiner {
  position: relative;
  margin-bottom: 22px;
}
.lh-def {
  line-height: 120%;
}
.lh-def * {
  line-height: 120%;
}
.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  /* display: block!important; */
}
@media (max-width: 767px) {
  .lightbox {
    position: absolute;
  }
}
.lightbox#baground_big_block,
.lightbox#lightbox {
  z-index: 9;
}
@media (max-width: 767px) {
  .lightbox {
    overflow: auto;
  }
}
.lightbox.active {
  display: block !important;
  z-index: 99;
}
.lightbox.active2 {
  display: block !important;
}
.lightbox__msg {
  padding: 60px 40px 40px;
}
.lightbox__title {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
}
.lightbox__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px 40px 60px 40px;
  border-radius: 2px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: none;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
    border-radius: 20px;
}
@media (max-width: 767px) {
  .lightbox__content {
    top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.lightbox__content_wide {
  padding: 0;
  text-align: left;
  width: 90%;
  overflow: hidden;
  max-width: 1280px;
}
#good-replace.lightbox__content_wide {
  max-width: 1200px;
}
@media (min-width: 1024px) and (max-width: 0) {
  .lightbox__content_wide {
    /* width:1000px; */
  }
}
@media (max-width: 1023px) {
  .lightbox__content_wide {
    width: 760px;
  }
}
.lightbox__content_scroll {
  overflow-y: scroll;
  padding: 30px 25px 50px;
}
.lightbox__content_companies {
  width: 890px;
  padding: 60px 35px 60px 40px;
}
.ps-container.lightbox__content {
  position: absolute;
}
@media (max-width: 767px) {
  .lightbox__content#lightbox-form-tender,
  .lightbox__content#lightbox-form-callback {
    left: 15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.lightbox.active > .lightbox__content {
  display: block;
}
.lightbox-footer {
  margin-top: 20px;
}
.lightboxnew_article {
  font-family: "Calibri", "Arial";
  width: 535px;
  color: #333333;
  font-size: 16px;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lightboxnew_article #lightbox-sendsay {
  background: #ffffff;
  padding: 20px;
  height: 370px;
  position: relative;
}
.lightboxnew_article #lightbox-sendsay .el-button {
  margin-top: 20px;
}
.lightboxnew_article .form {
  width: 380px;
}
.lightboxnew_article .form__input {
  margin-bottom: 10px;
  width: 380px;
}
.lightboxnew_article .form__wrap {
  width: 380px;
}
.lightboxnew_article .lightboxnew_article__top {
  height: 199px;
  background-color: #fa6405;
  position: relative;
}
.lightboxnew_article .lightboxnew_article__top::before {
  content: "";
  background-image: url("../img/lightbox-envelope.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 170px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
}
.lightboxnew_article .lightboxnew_article__top-title {
  text-align: right;
  font-size: 31px;
  font-weight: 800;
  width: 409px;
  margin-left: auto;
  padding-right: 50px;
  color: #ffffff;
  padding-top: 30px;
}
.lightboxnew_article .lightboxnew_article__title {
  font-size: 20px;
  font-weight: 800;
  font-family: "Calibri", "Arial";
  color: #333333;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.lightboxnew_article .lightboxnew_article__title_main {
  font-size: 24px;
  width: 380px;
  text-align: left;
}
.lightboxnew_article .lightboxnew_article__title-marked2 {
  font-size: 64px;
}
.lightboxnew_article .lightboxnew_article__title-marked {
  color: #fa6405;
  font-size: 30px;
  top: 0;
}
.lightboxnew_article .lightboxnew_article__form {
  text-align: left;
  /* max-width: 315px; */
  width: 380px;
  margin: auto;
}
.lightboxnew_article .lightboxnew_article__form .form {
  width: 380px;
}
.lightboxnew_article .lightboxnew_article__info {
  font-size: 13px;
  text-align: center;
}
.lightboxnew_article .lightboxnew_article__input {
  font-size: 16px;
  width: 100%;
}
.lightboxnew_article .lightboxnew_article__alert {
  color: #fa6405;
  margin: 0;
}
.lightboxnew_article .lightboxnew_article__main {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.lightboxnew_article .lightboxnew_article__thankyou {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin-top: -20px;
}
.lightboxnew_article .lightboxnew_article__link {
  color: #fa6405;
  text-decoration: underline;
}
.lightboxnew_article .lightboxnew_article__btn {
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  line-height: 120%;
}
.lightboxnew_article .el-radio {
  display: block;
  margin-bottom: 10px;
  font-size: 14px !important;
}
.lightboxnew_article .el-radio__input {
  margin-right: 5px;
}
.lightboxnew_article .el-radio:last-child {
  margin-bottom: 0;
}
.lightboxnew_gift {
  font-family: "Calibri", "Arial";
  width: 535px;
  color: #333333;
  font-size: 16px;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lightboxnew_gift #lightbox-sendsay {
  background: #ffffff;
  padding: 20px;
  height: 370px;
  position: relative;
}
.lightboxnew_gift #lightbox-sendsay .el-button {
  margin-top: 20px;
}
.lightboxnew_gift .form {
  width: 360px;
}
.lightboxnew_gift .form__input {
  margin-bottom: 10px;
  width: 360px;
}
.lightboxnew_gift .form__wrap {
  width: 360px;
}
.lightboxnew_gift .lightboxnew_gift__top {
  background-image: url("../img/lightbox-sendsay.png");
  background-repeat: no-repeat;
  height: 199px;
}
.lightboxnew_gift .lightboxnew_gift__title {
  font-size: 20px;
  font-weight: 800;
  font-family: "Calibri", "Arial";
  color: #333333;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.lightboxnew_gift .lightboxnew_gift__title_main {
  font-size: 34px;
  width: 360px;
  text-align: left;
  padding-right: 105px;
}
.lightboxnew_gift .lightboxnew_gift__title-marked2 {
  font-size: 64px;
}
.lightboxnew_gift .lightboxnew_gift__title-marked {
  color: #fa6405;
  top: 0;
  font-size: 80px;
  position: absolute;
  margin-left: 47px;
  margin-top: -5px;
  font-weight: 400;
}
.lightboxnew_gift .lightboxnew_gift__form {
  text-align: left;
  /* max-width: 315px; */
  width: 360px;
  margin: auto;
}
.lightboxnew_gift .lightboxnew_gift__form .form {
  width: 360px;
}
.lightboxnew_gift .lightboxnew_gift__info {
  font-size: 13px;
  text-align: center;
}
.lightboxnew_gift .lightboxnew_gift__input {
  font-size: 16px;
  width: 100%;
}
.lightboxnew_gift .lightboxnew_gift__alert {
  color: #fa6405;
  margin: 0;
}
.lightboxnew_gift .lightboxnew_gift__main {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.lightboxnew_gift .lightboxnew_gift__thankyou {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin-top: -20px;
}
.lightboxnew_gift .lightboxnew_gift__link {
  color: #fa6405;
  text-decoration: underline;
}
.lightboxnew_gift .lightboxnew_gift__btn {
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  line-height: 120%;
}
.lightboxnew_gift .el-radio {
  display: block;
  margin-bottom: 10px;
  font-size: 14px !important;
}
.lightboxnew_gift .el-radio__input {
  margin-right: 5px;
}
.lightboxnew_gift .el-radio:last-child {
  margin-bottom: 0;
}
.lightboxnew_gift .el-del {
  top: 40px;
}
.lightbox__content {
  padding: 30px;
}
.lightbox__content .ui-btn-icon-close{
    position: absolute;
    right: 15px;
    top: 15px;
}
.lightbox__content .el-button.js-lightbox_close {
  top: 30px;
  right: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23000000%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 5;
}
.lightbox__content .tile-form,
.lightbox__content .lightbox__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #202020;
  text-align: left;
  margin-bottom: 0;
}
.lightbox__content .lightbox-footer__submit,
.lightbox__content .form__submit {
  width: 100%;
  margin-top: 40px;
}
.lightbox__content .el-textinput-wrapper + .form__submit,
.lightbox__content .form__item_file + .form__submit,
.lightbox__content .el-file + .form__submit,
.lightbox__content .form__item_file + input[type="submit"],
.lightbox__content .el-file + input[type="submit"],
.lightbox__content .el-textinput-wrapper + input[type="submit"] {
  margin-top: 20px;
}
.lightbox__content .el-textinput__input_textarea {
  height: 74px;
}
.lightbox__content .nott-form,
.nott-form {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #BCBCBC;
  width: 400px;
  max-width: 100%;
  text-align: left;
  margin-top: 15px;
}
.lightbox__content .form__input {
  width: 100%;
}
.lightbox__content .nott-form a,
.nott-form a {
  color: #68b6fb;
}
.form-top-desc{
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    text-align: left;
    align-items: center;
}
.form-top-desc svg{
    flex: 1 0 40px;
}
.form__file {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  width: 177px;
  height: 40px;
  position: relative;
  float: left;
}
.form__file::after {
  content: attr(title);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  color: #000000;
  cursor: pointer;
}
.form__file input[type='file'] {
  opacity: 0;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.form__file_select {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: right;
  display: none;
}
.form__file_select .clear_file {
  background-image: url(images/close.svg);
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  z-index: 5;
  display: inline-block;
  float: right;
}
.form__file_select_name {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}
.form__file_select a {
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 15px;
}
.js-bxmaker__geoip__city-name-global {
  cursor: pointer;
  border-bottom: 1px dashed #3585CC;
  color: #3585CC;
}
.js-bxmaker__geoip__city-name-global:hover {
  border-bottom-color: transparent;
}
.bxmaker__geoip__city {
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  padding: 0;
}
.bxmaker__geoip__city * {
  font-weight: normal;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bxmaker__geoip__popup {
  margin: 0 auto;
  font-size: 14px;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .bxmaker__geoip__popup {
    position: static;
  }
}
.bxmaker__geoip__popup * {
  font-weight: normal;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bxmaker__geoip__popup::-moz-selection,
.bxmaker__geoip__popup *::-moz-selection {
  background: transparent;
}
.bxmaker__geoip__popup::selection,
.bxmaker__geoip__popup *::selection {
  background: transparent;
}
.bxmaker__geoip__popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 2s easy, background 2s easy;
  transition: opacity 2s easy, background 2s easy;
}
@media (max-width: 767px) {
  .bxmaker__geoip__popup-background {
    position: absolute;
  }
}
.bxmaker__geoip__popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 520px;
  background: #FFF;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  padding: 30px;
  border-radius: 4px;
  width: 468px;
}
@media (max-width: 767px) {
  .bxmaker__geoip__popup-content {
    top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bxmaker__geoip__popup-close {
  position: absolute;
  top: 2px;
  height: 30px;
  right: 7px;
  color: rgba(0, 0, 0, 0.29);
  cursor: pointer;
  display: block;
  line-height: 30px;
  font-weight: normal;
  font-size: 28px;
}
.bxmaker__geoip__popup-close:hover {
  color: #2A4E69;
}
.bxmaker__geoip__popup-header {
  font-weight: bold;
  font-size: 15px;
  color: #585858;
}
.bxmaker__geoip__popup-search {
  margin-top: 15px;
  position: relative;
}
.bxmaker__geoip__popup-search input {
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 36px;
}
.bxmaker__geoip__popup-search input::-moz-selection {
  background-color: #8CDCFC !important;
  color: #232323;
}
.bxmaker__geoip__popup-search input::selection {
  background-color: #8CDCFC !important;
  color: #232323;
}
.bxmaker__geoip__popup-search-clean {
  font-size: 23px;
  text-align: center;
  color: #deabab;
  font-weight: normal;
  padding-top: 2px;
  cursor: pointer;
  line-height: 32px;
}
.bxmaker__geoip__popup-search-clean:hover {
  color: #bb4040;
}
.bxmaker__geoip__popup-search-clean.preloader {
  background-image: url("data:image/gif;base64,R0lGODlhGQAZAKUAAGRiZLSytNza3IyKjOzu7JyenMTGxHR2dOTm5JSWlPz6/KyqrNTS1Ly+vGxubOTi5JSSlPT29KSmpMzOzISChLy6vNze3IyOjPTy9KSipMzKzOzq7JyanPz+/KyurNTW1MTCxHRydISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCAAjACwAAAAAGQAZAAAG/sCRcEgcWTiWorLYsWCGoIthuPl0lkNCZqEQGiDTkeJCQWCFikWBIYyGGxRI9zx6FCSRkXuEEVE+WBhzIxUFICNfUwsUGUMKD1d1HhVmI1oBChGaCgkUG0ITIg5sfBUeAQZPCJGOSQgJIQ6ejh8Bp59YH7EHFYNDERoNrEodAxJPZ75LeUUEFs/PykoRHgvVHgwgIA3aDdJFGADi4g7OFgLRdCMRCwsS1RPE6t+tAsNM6NIdCAwTDMhLMPhjsOrXh34W8mC41+FJBAH+PjATKIAAmgn2FGjsAHEOgQ8TLAqJMAjigxEIJnyyMCGJkA70BDLows+Mgn4AsXQAiStlHU8GVuhEYMAgUk00IJmdIaB0g4ZKYkSqI/Ix55IgACH5BAkIACQALAAAAAAZABkAhWRiZLSytNza3IyKjMTGxOzu7HR2dJyenLy+vOTm5NTS1Pz6/ISChJSWlKyurGxqbLy6vOTi5MzOzPT29Hx+fKSmpLS2tNze3JSSlMzKzPTy9Hx6fKSipMTCxOzq7NTW1Pz+/ISGhJyanGxubP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJJwSCRFKpGiUhnRDDMHybAgWBILDghImOFISYsDxmMVgiCOKgn6zQw4i7IwEQhM1lGSpoG5WDVbQh0OUl1SFhgOQwsJgR4IGQVCGg4dCxMTlxUYkiQfGAwfQhMECB0Sdx6BQyBJHhwUDAOdJK0dprRKFwwUIZZKEx8Zq0oLDQFOZXFyd0UaCR4J0MtlExbX1x8KEhLbEtR/I+LiDM/R0cRL1hAB7ApK6cByCxcC8YsUIrlmCdsKyUs+AADwIAC1YNsu3AFUBISTCAMGGkgwSYKATgssgljAEYQAVLUkGACQYUimIR+TJJBA5oICP0Lo3dPQLU4/ihO2AbQC4gMiyzk/SfT7cM+kAgWBbsb02axMgaYeMlCMuU+OkAIfdi4JAgAh+QQJCAAlACwAAAAAGQAZAIVkYmS0srTc2tyMiozs7ux0dnTMysycnpxsbmy8vrzk5uT8+vysqqyUkpSEgoTU0tRsamy8urzk4uT09vSkpqRkZmS0trTc3tyMjoz08vR8enzMzsykoqR0cnTEwsTs6uz8/vysrqyUlpSEhoTU1tT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCScEgsKSyfolL5mQxJgccwc1kSMwnDQvgIkYQLxoFgFYI8CYmQ5BVuOCFQWUjweJxQaYZzUC8ncm4eX11fHgcRQwtJdA8kGUJYGwsLE5QhHGQlFwcNAkITJA8bF04ZW0QgSR8hDQ1jigqjD5BWFw0YIlpKCxcCgUsgFBG1VqhlTkUZCh8KzMdWEwnT0wKjG9fQSxkOGg7dGMvNzcDR1NVK5UvaRb2/ZQsDFMVDILLY9EUkHQgFEcehRpUqkUEdiE8KRPBzwCjDBgGaFjwEQamSAwAKSoB4MAKBFFDHBGxQo2BDEhEAMCiSoC4Sti2yMn6oAGDDHI0kTAopySgEHwAN7IhMePAgUEwwHQBUmUMgWYkPBjLuNNCS6aObQQAAIfkECQgAIgAsAAAAABkAGQCFZGJktLK03NrcjI6M7O7sxMbEpKKkdHZ05ObknJqc/Pr81NLUvL68rKqsbG5s5OLklJaU9Pb0zM7MhIKEvLq83N7clJKU9PL0zMrMpKak7OrsnJ6c/P781NbUxMLErK6sdHJ0hIaE////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5AkXBIFBEKmqJSSVAMBYzK8IJYEiOSDkdY8UhFCsrnYhVyOouqqPvtBCjbsugiWTih0kjgo1ZG4iICEg9rXiIYAR5DCgRDBAsdZCIRCwIKChGXDGNCDx8bhJNoEhURc4BmSQQUGxsNkmAICwsSsEoIBhsZdkoKFQKoRQqJtr1yYEpUGggIGk5yEQXS0hW0dRISz2URFhYD3QnKzQjBvR4F54ZF5UWmZb7A7xCc67J1xUQVExMhHtoRo0qdWidABK59AxrNkSBAoQKGHC5ciBBhAIgkIjoMmNBhSKYng0Q0APBBhAEHCRaRW0KHVwaSRg446CjnjASMI0uKoOAghB22JZQWxMkpJMIEEKHKEHAnEqYQBBLYlZHgYMGxIAAh+QQJCAAmACwAAAAAGQAZAIVkYmS0srTc2tyMiozExsTs7uycnpx0dnS8vrzk5uSUlpTU0tT8+vysqqyEgoRsamy8urzk4uSUkpTMzsz09vSkpqR8fny0trTc3tyMjozMysz08vSkoqR8enzEwsTs6uycmpzU1tT8/vysrqyEhoRsbmz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCTcEg0bRabolJZYAwTk8SQ8lkSKZOQSJhYSE0iDSJpBYe83EnVhEFotmXjZOHsSikez1pJgZsEExEmUFULCAtDImQmBQshZBQLAgyUlBMIFFwQI18UZxMYmRt+QiIFRh4jARCLDF0LE4tKH6oBIU5FDBgCpEUibplluMJKGwkfCcfDVlgTzoGwc87LSxQcBtccDcbIyL1KDBoT4hqCvnEmwVa6vGUiHKxKIl1zskUREhkKGsOesKF/qInAYIJWPg6n5AhIGAGAAwoUNkAE4WANBgMSBEzBJWIAABAmApS4YKKBhQpDXFmZAODBKZEkN5BwEAIdgwMARgi5MFIIIwIHEqgVwQDgAK4ABwIIYZDBwRcrYZ7CHPJBC7oiCyzUjBMEACH5BAkIACQALAAAAAAZABkAhWRiZLSytNza3IyOjOzu7HR2dMzKzKSipGxubLy+vOTm5JyanPz6/ISChNTS1GxqbLy6vOTi5JSWlPT29KyurGRmZLS2tNze3JSSlPTy9Hx6fMzOzKSmpHRydMTCxOzq7JyenPz+/ISGhNTW1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJJwSCRlHJmiUklgDBUbxZBBWBInm1FIqHBISSHHZmIVhkZe7ubDdWjLwszG4exKGeLkcrIVCjYRJFBsFxsXU3okBG56Ew4CDJGRaGQkHwYJbCQTaIZkGX1DIUlHCQkGlSQMXXllBKYeEaFTFwKzRSEGAqlLTnC3RgofCsK+ZQwjyckfYnMbG8ZWEwEU1AEBGcLawEXIbm5fV3CqcAQLGtxmAR68QgwUDwAVI2UKByAcdE8dAAAiUrZwBSIAAQQICnoMACiwgUuHARMmZJjAgAOGKiQiUAARCMwFXyEkdOBAAkKDBCQsYKAwRZMSBwgKJIGgAWUGCRgOwWEgogMoBCEmUZLwgAFEOiEREDTwFdQdCAwul4SIMiRBzSEEBIxTMmKAVjhBAAAh+QQJCAAgACwAAAAAGQAZAIVkYmS0srTc2tyMjozs7uzExsSkoqR0dnTk5uScmpz8+vy8vrzU0tRsbmzk4uSUlpT09vSsqqyEgoS8urzc3tyUkpT08vTMzszs6uycnpz8/vzEwsTU1tR0cnSsrqyEhoT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCQcEgEWRiWolJJUAwRF8RQQVgSIReORohgSEEaxgViFWo4Xu4Fw2Voy0LLheHsShXi5BKyFQouDiBQbBQXFEMaZEIEbnoQDAIKkpJoikcXjmiGZBZ9iEkQf26KIApdeWWXXp5TFAKsRWcOTmW0ZbAgFx4Rux6kVgoUwsIEDQDHx79LCgsbG80bFxHT08pKwcMUbEXWRbZLBAYDuIgLY9cBBx0dAmUYAR4BkU8SDR0PUg6wGlIWGx4eJui50OADAyEYJCSAoAACwwAGqoDAMMHDFw2zhmSQ4AHEhgEFQCzIMOGTFQESPiTZUCGkBQMZAsFRMEDCAiEFQAphkMEDGjl644SwDFkqQkQ4YSR61BmnHRwlFBIcghMEACH5BAkIACUALAAAAAAZABkAhWRiZLSytNza3IyOjMTGxOzu7KSipHR2dLy+vOTm5JyanNTS1Pz6/GxqbKyqrISChLy6vOTi5JSWlMzOzPT29GRmZLS2tNze3JSSlMzKzPTy9KSmpHx6fMTCxOzq7JyenNTW1Pz+/GxubKyurISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJJwSCxpFpqiUllgDBOTxJBRWBIpE1BImFhIS6HFhGIVhkBe7sTDXWjLQs1k4exKGeKkMhRxCgUTESVQbBcTF0MhZEIZAAcLQhRuIQyVDGiLRxN6EQcAAAOCGltEIUkUgG6LJRQjFQAVIGWaXqREBQoctnsCF35Wq1a7QiAWxsa/VgwJHgnMGhwi0tLJSwwTc9gLCxYQAd7BSyHN5FVF4UrVRRoOCsOlGSDqDAgkDw+IVgUdCB0Rth4G3PvA5l+RcUYWIECQYdGCBxhklSgwwAEFBhfpBdDjgUCHLyES2BqBwUKJDB8mnBxBIJEeJQIGSEgyISWrACPYwGFgAEMoBkY2SwgYAeEdkQQDPvipqbIEAwgjXooTYO6kgaZGBMFREmGD1jJBAAAh+QQJCAAmACwAAAAAGQAZAIVkYmS0srTc2tyMiozExsTs7uycnpx0dnS8vrzk5uSUlpTU0tT8+vysqqxsbmyEgoS8urzk4uSUkpTMzsz09vSkpqRsamy0trTc3tyMjozMysz08vSkoqR8enzEwsTs6uycmpzU1tT8/vysrqx0cnSEhoT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCTcEg0bRaborIo0iSGiclnSCksiRjAgSFMLJ4mRmhCuQoZB0CgK+0uQiKzcAKwWL1PxmKSVIoiXCYiAwAgJlFTGBMYQyJlcw4lC0IRAA8UDJliC49HfEIfDw4kCk9wTEkUAhNvjyYUEAckJIxXnl9xRQUcA7lLYoByrle+QwIIyMiBZgwJHwnOGyUPHQ/Uw78TrNoLx8gQCMtXDM/lVkXiv3IbFxXFTAIY6WEEChISYEsbrLhDBQYSMoy4806EFVWsQjwSkIFDrV0BMmFioMFDpz3nRHxYBsGABxMhRoQAiWCSEEdXIhioUGZBgJEMPCA4x2yEAZMLRArB4EHDHztdBhoEChHApAgCCPoQw6A050ghFKbIUZLgglQzQQAAIfkECQgAIQAsAAAAABkAGQCFZGJktLK03NrcjI6M7O7spKKkxMbEdHZ05ObknJqc/Pr8vL68rKqs1NLUbG5s5OLklJaU9Pb0hIKEvLq83N7clJKU9PL0pKakzM7M7OrsnJ6c/P78xMLErK6s1NbUdHJ0hIaE////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7AkHBIDGEcjaKyuMFkhgxAZxghLIkPh0QhjE5DG08jchUqQI6J8CIVZjCeTVnYcBwsIW8o0sDglRsIXGAJDhd5bRQNAkMbZHQSEIwhCB8DERYEEQoCGI8WHn5uAxISBQghAnJEG3gRFBgNY0MKCyClFGUWfQ0Iq0QEHRC/gAIUg1fIyUoUBs7OyksKCBkI1AQJAxUV2o9lChix4R4UHAbmBtFK09XVf0TqTHMWCwHETMbq4BcFp7qxvX4FK6BhgpUM91rtgdXAwyMKGjo8EGKhAwcFGBVs6DSIgBgrYDIgM9ABQwgKC3IpymXGWxEEAQKQKZcLXAOQZTZM6DBJQB9KN3DuFQk2YRVNM2JcLnnwDiXLEAqezFGSwYDUMkEAACH5BAkIACUALAAAAAAZABkAhWRiZLSytNza3IyOjMTGxOzu7Hx6fKSipGxubLy+vOTm5JyanNTS1Pz6/ISChGxqbLy6vOTi5JSWlMzOzPT29KyurGRmZLS2tNze3JSSlMzKzPTy9Hx+fKSmpHRydMTCxOzq7JyenNTW1Pz+/ISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJJwSCwxOKKisjhigIYBxGWo0IyWVMfgWopOSw0PIIIVNjKcj/Di+VYAHm5Z5CBtutIS6AGYLEcgDUMHHAF4UxIAA0MjFEMCAwcYQgoOCxQUG5gOAApCGwwTdyUFIQMZFQUlGHJmSRQYEwwijmYaGbhkWKCyCq2fFx2/RCMCEYJlyMlKERPOzspYIwogCtQFHQch2ge1yc6hEyIRGhPlGtF/1eujROlK70QUGgnDjAIY7w0CARUBqrtkMfA1ZMMFfwTuFPg14g4FAbJoCYkQAIKnEhs+TGjAsUGxjUIKiGAAkJScCQkElFAw4UmsSUIaYgHx4YMjBQPBhGonjUAgAl0sn6ycZa/gBwJcQLR0NcHbTG/NhJbIVGYXA55LggAAIfkECQgAJwAsAAAAABkAGQCFZGJktLK03NrcjIqMxMbE7O7snJ6cdHZ0vL685ObklJaU1NLU/Pr8rKqshIKEbG5svLq85OLklJKUzM7M9Pb0pKakfH58bGpstLa03N7cjI6MzMrM9PL0pKKkfHp8xMLE7OrsnJqc1NbU/P78rK6shIaEdHJ0////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7Ak3BIPAkGgqKyOBIUhhALYgiajJZUjYEhRDimJ4bFFMEKGR3NRhgFQx4lrvmUkSg4p/apcDAtliMFcickEhgnXlMdDyFDDBlXdB0kZScgEhUMFBwUFAMmICcjGwcAa3sNBh0QTxGRQ00nEQMAAAcJjhMdqrhYIrUAGBRKFAgBr0piIU9mg1jDRQki09POgAkgCdgFGAEk3gHWyRMTC+Qi0gsi6uJM2e94Re1E80IUIhvITAIZ4iMRHxB8YLaEQ7kFCV5RICBwwjAO+kbgoZChnAhoIBBsCHWCwgIBDEIyaDJBToF1BDkMqlgmwQRcGRZkcARNicEFXBIgDFOOICKWESImcHQ5dIIAfUU8LoiksxdQh3P21CQ6ZFNUmwvimQkCADs=");
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.bxmaker__geoip__popup-search-options {
  display: none;
  position: absolute;
  top: 34px;
  border: 1px solid #ccc;
  background: #FFF;
  z-index: 10002;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.bxmaker__geoip__popup-search-options.active {
  display: block;
  height: auto;
  max-height: 250px;
}
.bxmaker__geoip__popup-search-options.preloader {
  height: 100px;
  overflow: hidden;
  color: #fff;
}
.bxmaker__geoip__popup-search-options.preloader div {
  border-color: transparent;
}
.bxmaker__geoip__popup-search-option {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 7px 10px;
  color: #909090;
}
.bxmaker__geoip__popup-search-option:last-child {
  border-bottom: none;
}
.bxmaker__geoip__popup-search-option span {
  color: #5f5f5f;
  font-weight: bold;
}
.bxmaker__geoip__popup-search-option p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.bxmaker__geoip__popup-search-option:hover {
  background: #f1f1f1;
}
.bxmaker__geoip__popup-search-option.bxmaker__geoip__popup-search-option--empty {
  padding: 20px 10px;
  text-align: center;
  line-height: 18px;
  height: auto;
  width: 100%;
  overflow: visible;
}
.bxmaker__geoip__popup-options {
  font-size: 0.9em;
  padding-top: 10px;
  padding-bottom: 0;
}
.bxmaker__geoip__popup-options:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.bxmaker__geoip__popup-options.preloader {
  height: 350px;
  overflow: hidden;
  color: transparent;
}
.bxmaker__geoip__popup-options.preloader div {
  border-color: transparent;
  background: transparent;
  display: none;
}
.bxmaker__geoip__popup-options-col {
  float: left;
  padding: 0 10px 0 0;
  width: 33.33%;
}
.bxmaker__geoip__popup-option {
  margin: 0;
  padding: 4px 5px;
  cursor: pointer;
  font-size: 14px;
}
.bxmaker__geoip__popup-option.bxmaker__geoip__popup-option--bold,
.bxmaker__geoip__popup-option.bxmaker__geoip__popup-option--bold span {
  font-weight: bold;
}
.bxmaker__geoip__popup-option span {
  border-bottom: 1px dashed black;
}
.bxmaker__geoip__popup-option:hover {
  background: #8CDCFC;
  border-radius: 3px;
}
.bxmaker__geoip__popup-option:hover span {
  border-bottom-color: transparent;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */
.logo-block {
  max-width: 350px;
}
.logo-row .logo {
  max-width: 295px;
}
.city_change_column {
  min-width: 210px;
}
.city_change {
  margin-top: 36px;
  padding-left: 30px;
  background: url('/bitrix/templates/aspro_next/images/svg/geolocation_icon.svg') 0 4px no-repeat;
}
.bxmaker__geoip__city__line-label {
  display: block;
  font-size: 11px;
  color: #888888;
}
.bxmaker__geoip__city__line-context {
  display: inline;
  line-height: 1;
}
.bxmaker__geoip__city__line-name {
  font-size: 14px;
  color: #000000;
  border: 0;
  line-height: 1;
}
.bxmaker__geoip__city__line-question,
.bxmaker__geoip__city__line-info {
  width: 300px;
  right: 50%;
  margin-right: -150px;
  top: 46px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
}
.bxmaker__geoip__city__line-question:before,
.bxmaker__geoip__city__line-info:before {
  content: "";
  display: block;
  position: absolute;
  top: -39px;
  left: 50%;
  margin-left: -27px;
  width: 0;
  height: 0;
  border-width: 19px 27px 19px 27px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(141, 141, 141, 0.1) rgba(0, 0, 0, 0);
}
.bxmaker__geoip__city__line-question:after,
.bxmaker__geoip__city__line-info:after {
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-width: 17px 25px 17px 25px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.bxmaker__geoip__city__line-question-text {
  text-align: left;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  padding: 20px 20px;
}
.bxmaker__geoip__city__line-question-text span {
  font-size: 14px;
  color: #000000;
}
.bxmaker__geoip__city__line-question-btn-box {
  padding: 0 20px;
}
.bxmaker__geoip__city__line-question-btn-yes {
  border: 0;
  margin: 0;
  width: 48%;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  text-shadow: 0 0 0 transparent;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.bxmaker__geoip__city__line-question-btn-yes:hover {
  background-color: #006bb9;
  border-left: 0;
}
.bxmaker__geoip__city__line-question-btn-no {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 7px 0;
  font-size: 14px;
  color: #05AFCD;
  text-shadow: 0 0 0 transparent;
  margin: 0;
  width: 48%;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.bxmaker__geoip__city__line-question-btn-no:hover {
  background: #05AFCD;
  color: #ffffff;
}
.bxmaker__geoip__city__line-question-note {
  padding: 5px 20px 20px;
  font-weight: normal;
  line-height: normal;
  font-size: 10px;
  color: #7D7D7D;
}
.bxmaker__geoip__popup-close {
  top: 30px;
  right: 30px;
}
.bxmaker__geoip__popup-header {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
}
.bxmaker__geoip__popup-subheader {
  font-size: 12px;
  color: #7D7D7D;
  padding-top: 4px;
}
.bxmaker__geoip__popup-search {
  margin-top: 27px;
}
.bxmaker__geoip__popup-search input[type="text"] {
  background: #ffffff;
  border-radius: 0;
  font-size: 12px;
  font-family: "Open Sans";
  padding: 6px 15px 6px;
}
.bxmaker__geoip__popup-search-mark {
  font-size: 23px;
  text-align: center;
  color: #deabab;
  font-weight: normal;
  padding-top: 1px;
  cursor: pointer;
  line-height: 32px;
}
.bxmaker__geoip__popup-search-mark,
.bxmaker__geoip__popup-search-clean {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  right: 0;
  bottom: 0;
}
.bxmaker__geoip__popup-search-mark svg,
.bxmaker__geoip__popup-search-clean svg,
.bxmaker__geoip__popup-search-mark img,
.bxmaker__geoip__popup-search-clean img {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  top: 50%;
}
.bxmaker__geoip__popup-search-clean {
  padding-top: 0;
}
.bxmaker__geoip__popup-search-button {
  margin-top: 19px;
}
.bxmaker__geoip__popup-search-button .btn-search {
  width: 100%;
  height: 40px;
  text-align: center;
  background: #05AFCD;
  border-radius: 0;
  font-size: 14px;
  color: #FFFFFF;
}
.bxmaker__geoip__popup-options {
  font-size: 13px;
  margin-top: 28px;
  padding-top: 21px;
  border-top: 1px solid #eeeeee;
  padding-bottom: 0;
}
.bxmaker__geoip__popup-options-col {
  float: left;
  padding: 0 25px 0 0;
  width: auto;
}
.bxmaker__geoip__popup-option {
  color: #000000;
  padding: 0;
  white-space: nowrap;
}
.bxmaker__geoip__popup-option:hover {
  background: transparent;
  border-radius: 0;
}
.bxmaker__geoip__popup-option span {
  border: 0;
  line-height: 27px;
  font-size: 13px;
  color: #000000;
}
.bxmaker__geoip__popup-option.bxmaker__geoip__popup-option--bold,
.bxmaker__geoip__popup-option.bxmaker__geoip__popup-option--bold span {
  font-weight: 400;
}
.bxmaker__geoip__popup-option:hover span {
  font-weight: 400;
  color: #0386f8;
}
@media (max-width: 1199px) {
  .city_change_column {
    min-width: 180px;
  }
}
.bxmaker__geoip__popup-search-options {
  position: relative;
  top: 0;
  border: 0;
  border-radius: 0;
}
.bxmaker__geoip__popup-search-option {
  border-bottom: 0;
  padding: 0;
  line-height: 27px;
  font-size: 13px;
  color: #000000;
}
.bxmaker__geoip__popup-search-option:hover {
  background: #ffffff;
  color: #00599a;
}
.bxmaker__geoip__popup-search-option span {
  color: #000000;
  font-weight: 400;
}
.bxmaker__geoip__popup-search-option:hover span,
.bxmaker__geoip__popup-search-option span:hover {
  color: #00599a;
}
.bxmaker__geoip__city__line-name:hover {
  color: #00599a;
}
.delivery-date {
  margin-top: 40px;
  margin-bottom: 30px;
}
.delivery-date__text {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  color: #000000;
}
.delivery-date__text:before {
  content: '';
  display: inline-block;
  background: url('/bitrix/templates/aspro_next/images/svg/calendar.svg') 0 0 no-repeat;
  width: 74px;
  height: 52px;
  vertical-align: middle;
}
.delivery-date__text b {
  font-weight: 600;
}
.delivery-date__text span {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #43c3d9;
}
.mobile-city-change .city_change {
  margin-top: 0;
}
.mobile-city-change .city_change .svg-address {
  position: absolute;
  width: 16px;
  min-width: 16px;
  height: 20px;
  min-height: 17px;
  left: 21px;
  top: 22px;
}
.mobile-city-change .bxmaker__geoip__city__line-label {
  display: block;
  line-height: 1;
  padding-top: 2px;
}
.mobile-city-change .bxmaker__geoip__city-name-global {
  color: #222;
  font-size: 15px;
  font-weight: bold;
  border: 0;
}
.mobile-city-change .bxmaker__geoip__city__line-question,
.bxmaker__geoip__city__line-info {
  width: 100%;
  left: 0;
  right: 0;
  top: 63px;
  margin: 0;
}
.mobile-city-change .bxmaker__geoip__city__line-question-btn-yes {
  width: 52%;
}
.mobile-city-change .bxmaker__geoip__city__line-question-btn-no {
  width: 45%;
}
.mobile-city-change .city_change {
  padding: 19px 20px 20px 57px;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  background: #fbfbfb;
}
.wrapper1 > div#mobileheader {
  overflow: initial;
}
.bxmaker__geoip__city__line-info.js-bxmaker__geoip__city__line-info.bxmaker__geoip__city__line-question.js-bxmaker__geoip__city__line-question:before {
  content: '';
  width: 100%;
  padding: 50px;
  display: block;
  margin-left: -50%;
}
#addform-bubble,
#addform-main {
  display: none;
}
.bubble-conteiner {
  position: relative;
  display: none;
  width: 100%;
  z-index: 9;
}
.js-bubble .bubble-conteiner {
  position: absolute;
  bottom: -5px;
  left: 0;
}
.js-bubble_hover .bubble::after {
  content: "";
  position: absolute !important;
  display: block;
  left: 0;
  width: 100%;
  height: 22px;
  top: -23px;
}
.bubble {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin-top: 13px;
  position: absolute;
  text-align: center;
  border: 0 solid #ffffff;
  border-radius: 4px;
  z-index: 3;
  cursor: default;
}
.bubble::before {
  content: "";
  position: absolute !important;
  display: block;
  left: 0;
  width: 25px;
  height: 25px;
  margin-top: -8px;
  background-color: inherit;
  border: 0 solid #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 0;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  left: 50%;
  top: 0;
}
.closed .bubble {
  display: none !important;
}
.bubble_close {
  width: auto;
  right: -215px;
}
.bubble_close .bubble__wrap {
  padding: 15px 20px;
}
.bubble.bubble_min {
  margin-top: 18px;
}
.bubble.bubble_min .bubble__wrap {
  padding: 5px;
}
.bubble.bubble_review {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  position: relative;
  top: -20px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  border-radius: 0;
}
.bubble.bubble_review::before {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.bubble.bubble_wishlist {
  max-width: 190px;
}
.bubble.bubble_status {
  color: #202020;
  white-space: normal;
  min-width: 210px;
  width: 284px;
  font-size: 13px;
  text-align: left;
}
.bubble.bubble_status .bubble__wrap {
  padding: 20px 15px 20px 20px;
}
.bubble.bubble_orange {
  background-color: #fa6405;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: none;
  border-radius: 6px;
}
.bubble.bubble_orange .bubble__wrap {
  padding: 10px;
  border-radius: 6px;
  color: #ffffff;
}
.bubble.bubble_orange::before {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: none;
}
.bubble.bubble_bottom::before {
  bottom: 0;
  top: auto;
  margin-bottom: -10px;
  width: 20px;
  height: 20px;
}
.bubble.bubble_left {
  margin-top: 15px;
  text-align: left;
}
.bubble.bubble_left::before {
  left: 0;
  margin-left: 40px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.bubble.bubble_right {
  margin-top: 15px;
  text-align: left;
}
.bubble.bubble_right::before {
  right: 0;
  left: auto;
  margin-right: 40px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.bubble.bubble_feauters-ico {
  margin-top: 20px;
}
.bubble.bubble_left-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
.bubble.bubble_left-middle::before {
  left: 0;
  margin-top: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
}
.bubble.bubble_100 {
  width: 100%;
}
.bubble__wrap {
  line-height: 120%;
  padding: 20px;
  height: 100%;
  background-color: inherit;
  position: relative;
  z-index: 10;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
  text-transform: none;
  color: #202020;
}
.bubble__wrap * {
  line-height: 120%;
}
.bubble__wrap::after,
.bubble__wrap::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.bubble__wrap::after {
  clear: both;
}
.bubble__title {
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.bubble__title_min {
  font-size: 13px;
}
.bubble_color {
  right: 16px;
  left: auto;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  margin-top: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.bubble_color::before {
  margin-top: -5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.bubble_color .bubble__wrap {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filters-show.bubble {
  z-index: 8;
    border-radius: 10px;
}
.bubble__close {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background: center / contain no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  position: absolute;
  top: 10px;
  right: 10px;
}
.bubble__close.el-button {
  border-radius: 0;
}
.el-button_ico .bubble__close {
  vertical-align: bottom;
}
.lightbox .bubble__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.bubble__close_big {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23000000%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.bubble__close_big-white {
  background-image: url("../img/ico.png");
  background-position: -397px -214px;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20x1%3D%2233.978%22%20y1%3D%2233.978%22%20x2%3D%2246.022%22%20y2%3D%2246.022%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20x1%3D%2246.022%22%20y1%3D%2233.978%22%20x2%3D%2233.978%22%20y2%3D%2246.022%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.bubble.bubble_error {
  bottom: 45px;
  margin-top: 0;
  width: auto;
  left: -20px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bubble.bubble_error::before {
  width: 10px;
  height: 10px;
  bottom: 5px;
}
.bubble.bubble_error .bubble__wrap br {
  display: none;
}
.bubble.bubble_error .bubble__wrap .form__error {
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
}
.link1 {
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.link1.active {
  color: #fa6405;
}
.link1:hover {
  color: #fa6405;
}
.link1:active {
  color: #fa6405;
}
.nav {
  /* Навигация общий класс */
  margin: auto;
  font-size: 0;
  position: relative;
}
@media (max-width: 1300px) {
  .nav {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.no-js .nav {
  display: block !important;
}
.nav:empty {
  display: none;
}
.nav > *,
.nav__conteiner > * {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}
.nav > * > .nav_list,
.nav__conteiner > * > .nav_list {
  position: absolute;
  margin-left: 260px;
  top: 0 !important;
}
.nav > * > .nav_list li > .nav_list,
.nav__conteiner > * > .nav_list li > .nav_list {
  margin-left: 389.5px;
  border-right: 1px solid #e4e4e4;
}
.nav a {
  text-decoration: none;
}
.nav__wrap {
  height: auto;
}
.nav_column {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}
.nav_column:last-child {
  margin-right: 0;
}
.nav_column .nav__wrap {
  display: block;
  margin-bottom: 10px;
}
.nav_divide {
  padding: 0;
  margin-left: 0px !important;
}
.nav_color {
  margin-bottom: 50px;
  padding: 0;
}
.nav_color + .h2 {
  display: none;
}
.nav_top {
  left: -15px;
}
.nav_info {
  padding-top: 7px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .nav_info > *:nth-child(2) .nav__item_info,
  .nav_info > *:nth-child(3) .nav__item_info,
  .nav_info > *:nth-child(4) .nav__item_info {
    display: none;
  }
}
.nav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: justify;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  padding-left: 0;
}
@media (max-width: 1300px) {
  .nav_flex {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.nav_tab {
  z-index: 2;
}
.nav_categories-list {
  margin: 5px 0;
  padding: 0 30px;
}
.nav_categories-list * {
  width: 100%;
}
.nav_categories-list2 {
  padding: 0;
}
.nav_categories-list2 .nav__wrap:last-child .nav__item {
  border-bottom: none;
}
.nav_categories {
  padding: 0;
  margin-top: -1px;
}
.nav_categories * {
  width: 100%;
}
.nav_categories .nav__wrap {
  border-top: 1px solid #ecedf0;
}
.nav_categories .nav__wrap:first-child {
  border-top: none;
}
.nav_parts {
  margin-bottom: 18px;
  height: 40px;
  margin-top: 30px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.variant .nav_parts {
  margin-bottom: 35px;
}
.nav_parts::after {
  bottom: -6px;
  width: calc(100% + 25px);
  height: 1.1px;
  -webkit-box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  z-index: 1;
  margin-left: -24px;
  background-color: transparent;
}
.nav_parts > * {
  border: 0;
  border-radius: 0;
}
.nav_parts .ui-state-active,
.nav_parts .nav__wrap.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -6px 14px -4px rgba(174, 174, 174, 0.45);
  box-shadow: 0 -6px 14px -4px rgba(174, 174, 174, 0.45);
  z-index: 2;
  border: 0;
  /*          чтобы не было тени */
  position: relative;
  top: 4px;
  line-height: 45px;
}
.nav_steps {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 24px;
  padding-top: 10px;
  height: 50px;
}
.nav_steps::after {
  display: none;
}
.nav_steps .nav__conteiner {
  -webkit-box-shadow: -6px -6px 20px -6px rgba(174, 174, 174, 0.45);
  box-shadow: -6px -6px 20px -6px rgba(174, 174, 174, 0.45);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .nav_steps .nav__conteiner {
    white-space: normal;
  }
}
.nav_steps .nav__conteiner::before {
  bottom: -6px;
  width: calc(100% + 25px);
  height: 1.1px;
  -webkit-box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  z-index: 1;
  margin-left: -24px;
  background-color: transparent;
  bottom: -1px;
  z-index: 10;
}
.nav_steps .nav__conteiner::after {
  bottom: -6px;
  width: calc(100% + 25px);
  height: 1.1px;
  -webkit-box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  z-index: 1;
  margin-left: -24px;
  background-color: transparent;
  right: -100%;
  left: auto;
  margin-left: 24px;
  bottom: -2px;
}
.nav__item {
  font-size: 16px;
  position: relative;
}
.nav__item.active {
  cursor: default !important;
}
.nav__item.nav__item_divide {
  margin-left: 15px;
  min-width: 169px;
  color: #202020;
  height: 36px;
  line-height: 36px;
  /*             &[href="/account/settings/subscribe"],
            &:last-child{
                width: 221px;
            } */
}
.nav__item.nav__item_divide:first-child {
  margin-left: 0;
  /*width: 209px;*/
}
.nav__item.nav__item_divide.active {
  border: 1px solid #fa6405 !important;
  border-radius: 2px;
  font-size: 17px;
  color: #202020;
  background-color: #ffffff !important;
}
.nav__item_color {
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
  padding: 0 20px;
  width: calc(25% - 1px);
  margin-left: 1px;
  vertical-align: bottom;
}
.nav__item_color:first-child {
  margin-left: 0;
}
.nav__item_color:not(.active):hover {
  opacity: 0.8;
  color: #ffffff;
}
.nav__item_color.active {
  height: 65px;
  line-height: 65px;
  color: #ffffff;
}
.nav__item_color-action {
  background-color: #3edc81;
}
.nav__item_color-discount {
  background-color: #19b5fe;
}
.nav__item_color-special {
  background-color: #8e44ad;
}
.nav__item_color-sale {
  background-color: #27cbc0;
}
.nav__item_categories-list {
  color: #333333;
  display: block;
  line-height: 120%;
  position: relative;
  padding: 6px 10px !important;
  font-size: 15px;
}
.nav__item_categories-list-all {
  color: #999999;
}
.nav__item_categories-list.active {
  color: #fa6405;
}
.nav__item_categories-list:hover {
  color: #68b6fb;
}
.nav__item_categories-list2 {
  border-bottom: 1px solid #e4e4e4;
  padding-left: 5px !important;
}
.nav__item_categories-list2:hover {
  background-color: #f9f9f9;
}
.nav__item_categories {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 16px;
}
.nav__item_categories::before {
  display: none !important;
}
.nav__item_categories span {
  display: inline-block;
  line-height: 120%;
}
.js-list-unwrap .nav__item_categories span {
  padding-right: 40px;
}
.nav__item_categories:hover {
  background-color: #f9f9f9;
  color: #202020;
  -webkit-transition: none;
  transition: none;
}
.active .nav__item_categories:hover {
  background-color: #ffffff;
}
.nav__item_categories.active {
  color: #fa6405;
}
.nav__item_steps {
  position: relative;
  background-color: #e4e4e4;
  padding-left: 40px;
  padding-right: 5px;
  height: 38px;
  width: 210px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
}
.nav__item_steps.active,
a.nav__item_steps {
  background-color: #ffffff;
}
.nav__item_steps.active::before,
a.nav__item_steps::before {
  position: absolute;
  width: 100%;
  height: 14px;
  bottom: -7px;
  left: 0;
  background: #ffffff;
}
.nav__item_steps:first-child {
  padding-left: 20px;
}
.nav__item_steps:nth-last-child(2) {
  width: 170px;
}
.nav__item_parts {
  position: relative;
  background-color: #f4f4f4;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  margin-right: 2px;
  display: inline-block;
  color: #202020;
}
.nav__item_parts:hover {
  color: inherit;
}
.nav__item_parts.active,
.ui-state-active .nav__item_parts {
  background-color: #ffffff;
  -webkit-box-shadow: 5px -3px 8px 0 rgba(215, 215, 215, 0.45);
  box-shadow: 5px -3px 8px 0 rgba(215, 215, 215, 0.45);
  z-index: 2;
  color: #202020;
}
.nav__item_tab {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  width: auto;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: 'Open Sans', "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #999999;
}
.nav__item_tab-green {
  border-bottom-color: #56cb08;
}
.nav__item_tab-blue {
  border-bottom-color: #42b4f2;
}
.nav__item_tab.active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #000000;
}
.nav__item_tab.active span {
  color: #999999;
}
.nav__item_tab:hover {
  width: auto;
  opacity: 0.8;
}
.nav__item_tab:active {
  width: auto;
}
@media (max-width: 1300px) {
  .nav__item_tab {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.nav__item_tab span {
  color: #aaaaab;
}
.nav__item_info {
  margin: 0 17px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.nav__item_info.active {
  color: #fa6405;
}
.nav__item_info:hover {
  color: #fa6405;
}
.nav__item_info:active {
  color: #fa6405;
}
.nav__item_ico {
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 12px;
}
.nav__item_ico.active {
  color: #fa6405;
}
.nav__item_ico:hover {
  color: #fa6405;
}
.nav__item_ico:active {
  color: #fa6405;
}
.nav__item_ico:hover {
  opacity: 0.8;
  color: #0386f8;
}
.nav__item_ico span {
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 120%;
}
.nav__item_ico span * {
  line-height: 120%;
}
.nav__item_ico svg,
.nav__item_ico img {
  display: inline-block;
  vertical-align: top;
}
.nav__item_catalog {
  color: #333333;
  font-size: 14px;
  padding: 9px 25px 9px 19px;
  display: block;
  width: 100%;
  line-height: 120%;
}
.nav__item_catalog.nav__item_catalog::before {
  display: none;
}
.nav__item_catalog::after {
  position: absolute;
  right: 14px;
}
.nav__item_catalog.active {
  cursor: pointer !important;
}
.nav__item_catalog:hover {
  background: #f9f9f9;
}
.nav_list {
  background: #ffffff;
  padding: 9px 0;
  width: 100%;
}
.nav_list > * {
  width: 100%;
  -webkit-transition: none !important;
  transition: none !important;
}
.nav_list > *.js-lastopen > .nav__item,
.nav_list > *:hover > .nav__item {
  color: #fa6405;
  background-color: #f9f9f9;
  -webkit-transition: none !important;
  transition: none !important;
}
#nav_list {
  display: none;
}
#nav_list > li > .nav_list {
  width: 390px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
#nav_list .nav_list {
  width: 353px;
}
.categories-nav__name {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  position: relative;
}
.categories-nav__name:hover {
  color: #333333;
}
.categories-nav__count {
  font-size: 11px;
  line-height: 15px;
  color: #bcbcbc;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.categories-nav__list {
  margin: 0;
  padding: 0;
}
.categories-nav__show {
  width: 100%;
  text-align: left;
  color: #2B81CE;
  font-size: 14px;
  line-height: 15px;
  position: relative;
  margin-top: 6px;
}
.categories-nav__show:after{
    content: "";
    display: inline-block;
    width: 13px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.151447 0.244458C0.377534 -0.0490693 0.774642 -0.0830623 1.03841 0.168533L6.5 5.37805L11.9616 0.168533C12.2254 -0.0830617 12.6225 -0.0490687 12.8486 0.244459C13.0746 0.537986 13.0441 0.979896 12.7803 1.23149L6.90937 6.83148C6.6738 7.05617 6.3262 7.05617 6.09063 6.83148L0.219674 1.23149C-0.0440945 0.979895 -0.0746412 0.537986 0.151447 0.244458Z' fill='%232B81CE'/%3E%3C/svg%3E");
    margin-left: 5px;
}
.categories-nav__show:hover {
  color: #0386f8;
}
.categories-nav__show.js-show-only__but_active:after{
    transform: rotate(180deg);
}
.categories-nav__ul {
  max-height: 140px !important;
  padding-right: 4px;
  margin-right: -4px;
  overflow: hidden;
}
.categories-nav__ul.scrollbar-inner > .scroll-element.scroll-y {
  right: 0;
  width: 4px;
}
.categories-nav__ul.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0;
  height: 4px;
}
.categories-nav__ul.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent;
}
.categories-nav__ul .checkbox:last-child * {
  margin-bottom: 0 !important;
}
.body-nav-catalogue-open {
  overflow-y: hidden;
}
.nav-catalogue-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.nav-catalogue-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  border-top: 1px solid #f2f2f2;
  z-index: 10;
}
.nav-catalogue-wrap__background {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
}
.nav-catalogue-wrap_1 {
  top: -1px;
}
.nav-catalogue .nav-catalogue-wrap_2 .nav-catalogue-wrap_2 {
  left: 0;
  height: 100% !important;
}
.nav-catalogue {
  width: 100%;
  margin: auto;
  font-size: 0;
  position: absolute;
  background: #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-catalogue .nav-catalogue-wrap {
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 1px;
}
.nav-catalogue .nav-catalogue-wrap_on {
  visibility: visible;
  -webkit-transition: visibility 0s ease-out 0.08s, opacity 0.08s ease-out 0.08s;
  transition: visibility 0s ease-out 0.08s, opacity 0.08s ease-out 0.08s;
  opacity: 1;
  pointer-events: auto;
}
.nav-catalogue .nav-catalogue-wrap_off {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s ease-in 0.08s, opacity 0.08s ease-in;
  transition: visibility 0s ease-in 0.08s, opacity 0.08s ease-in;
}
.nav-catalogue-title {
  margin: 0;
  padding: 0;
  width: calc(100% - (39px + 20px + 15px));
  font-weight: bold;
  display: block;
}
.nav-catalogue-title a {
  font-size: 24px;
  line-height: normal;
  margin: 0;
  color: #000000;
    font-weight: 600;
}
.nav-catalogue-title a:hover {
  color: #0386f8;
}
.scrollbar > .nav-catalogue-title a {
  padding-right: 0;
}
.scrollbar > .nav-catalogue-title a:last-child {
  padding-bottom: 22px;
  padding-top: 0;
}
.nav-catalogue__item {
  display: block;
  font-size: 14px;
  position: relative;
  color: #888888;
  font-size: 16px;
  padding: 8px 36px 7px 19px;
  width: 100%;
  line-height: normal;
}
.nav-catalogue__item:before {
  display: none;
}
.nav-catalogue__item:after {
  position: absolute;
  right: 14px;
}
.nav-catalogue__item.active {
  cursor: pointer!important;
}
.nav-catalogue__item span {
  display: inline-block;
  vertical-align: middle;
}
.nav-catalogue__item-img {
  margin-right: 10px;
  width: 45px;
}
.nav-catalogue__item-img + span {
  width: 70%;
}
.nav-catalogue__item-img img {
  width: 100%;
}
.nav-catalogue__item.nav-catalogue__item_1 {
  text-transform: uppercase;
  color: #000000;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item.nav-catalogue__item_1 {
  text-transform: none;
  color: #000000;
}
.nav-catalogue__item.nav-catalogue__item_2 {
  text-transform: uppercase;
  color: #000000;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item.nav-catalogue__item_2 {
  font-weight: 600;
  text-transform: none;
  padding: 0;
  line-height: 24px;
    font-size: 16px;
    margin-bottom: 8px;
    white-space: normal;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item.nav-catalogue__item_3,
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item.nav-catalogue__item_4{
  line-height: 20px;
    font-size: 15px;
    padding: 0;
    color: #202020;
    margin-bottom: 8px;
    white-space: normal;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item {
  font-size: 14px;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 7px;
}
.nav-catalogue__item-wrap {
  padding-left: 0;
  position: static;
}
.nav-catalogue__item-wrap:hover > .nav-catalogue__item,
.nav-catalogue__item-wrap.js-lastopen > .nav-catalogue__item {
  color: #0386f8;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap:hover > .nav-catalogue__item.nav-catalogue__item_2,
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap.js-lastopen > .nav-catalogue__item.nav-catalogue__item_2 {
  color: #000000;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap:hover > .nav-catalogue__item.nav-catalogue__item_2:hover,
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap.js-lastopen > .nav-catalogue__item.nav-catalogue__item_2:hover {
  color: #0386f8;
}
.nav-catalogue__item-wrap_haschild > .nav-catalogue__item:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 8px;
  height: 15px;
  -webkit-transition: none;
  transition: none;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.2 7'%3E%3Cpath fill='%23d9d9d9' d='M.5 7c-.1 0-.3 0-.4-.1-.1-.2-.1-.6 0-.8l2.6-2.6L.1.9C0 .7 0 .3.1.1s.5-.2.7 0l3.4 3.4L.9 6.9C.8 7 .6 7 .5 7z'/%3E%3C/svg%3E") no-repeat;
  background-position: center center;
}
.nav-catalogue__item-wrap_haschild:hover > .nav-catalogue__item:after,
.nav-catalogue__item-wrap_haschild.js-lastopen > .nav-catalogue__item:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.2 7'%3E%3Cpath fill='%230386f8' d='M.5 7c-.1 0-.3 0-.4-.1-.1-.2-.1-.6 0-.8l2.6-2.6L.1.9C0 .7 0 .3.1.1s.5-.2.7 0l3.4 3.4L.9 6.9C.8 7 .6 7 .5 7z'/%3E%3C/svg%3E") no-repeat;
  background-position: center center;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap_haschild:hover > .nav-catalogue__item:after,
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap_haschild.js-lastopen > .nav-catalogue__item:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.2 7'%3E%3Cpath fill='%23d9d9d9' d='M.5 7c-.1 0-.3 0-.4-.1-.1-.2-.1-.6 0-.8l2.6-2.6L.1.9C0 .7 0 .3.1.1s.5-.2.7 0l3.4 3.4L.9 6.9C.8 7 .6 7 .5 7z'/%3E%3C/svg%3E") no-repeat;
  background-position: center center;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap.nav-catalogue__item-wrap_1 {
  padding-right: 15px;
  display: block;
}
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap.nav-catalogue__item-wrap_1:hover > .nav-catalogue__item,
.nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap.nav-catalogue__item-wrap_1.js-lastopen > .nav-catalogue__item {
  background-color: #f4f4f4;
}
.nav-catalogue__item-wrap.nav-catalogue__item-wrap_2 {
  padding-bottom: 30px;
    padding-right: 30px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.nav-catalogue:empty {
  display: none;
}
.nav-catalogue.nav-catalogue_1 {
  border-right: 1px solid #f2f2f2;
  padding-right: 15px;
}
.nav-catalogue.nav-catalogue_2 {
  width: 100%;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  padding: 0;
}
.scrollbar > .nav-catalogue.nav-catalogue_2 {
  padding-right: 40px;
}
.scrollbar > .nav-catalogue.nav-catalogue_2:first-child {
  padding-bottom: -10px;
}
.scrollbar > .nav-catalogue.nav-catalogue_2:last-child {
  padding-bottom: -10px;
}
@media screen and (max-width: 1380px) {
  .nav-catalogue.nav-catalogue_2 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
@media screen and (max-width: 1200px) {
  .nav-catalogue.nav-catalogue_2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.nav-catalogue.nav-catalogue_3 {
  position: relative;
  padding: 0;
}
.nav-catalogue-parent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-catalogue-parent a {
  display: block;
}
.nav-catalogue-parent > .nav-catalogue-wrap {
  display: none;
  left: 0;
  z-index: 3;
}
.nav-catalogue-parent .nav-catalogue a {
  text-decoration: none;
  white-space: normal;
  text-align: left;
}
.no-js .nav-catalogue {
  display: block!important;
}
.body-nav-catalogue-open {
  overflow-y: hidden;
}
.body-nav-catalogue-open.body-nav-catalogue-open_scroll {
  overflow-y: auto;
}
.nav-lightbox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, visibility 0s ease-out 0.1s;
  transition: opacity 0.1s ease-out, visibility 0s ease-out 0.1s;
}
.nav-lightbox.nav-lightbox_active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: opacity 0.3s ease-in, visibility 0s ease-in;
  transition: opacity 0.3s ease-in, visibility 0s ease-in;
}
.form {
  /* Форма общий класс */
  display: inline-block;
  min-width: auto !important;
  text-align: right;
  margin-bottom: 0;
}
.form + .form {
  margin-left: 25px;
  vertical-align: top;
}
.form#ItemsOptions {
  text-align: left;
}
.form.form_100 {
  width: 100%;
}
.form.form_review {
  text-align: right;
  margin-top: 0 !important;
}
.form.form_review .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.form.form_review .form__item label {
  font-size: 16px;
  margin-top: 11px;
  margin-right: 13px;
}
.form.form_review .form__input {
  width: 600px;
}
.form.form_review .form__input input,
.form.form_review .form__input textarea {
  border-radius: 3px;
}
.form.form_review .form__input input:focus,
.form.form_review .form__input textarea:focus {
  border: 1px solid #fa6405;
}
.form.form_review .form__input textarea {
  height: 125px;
}
.form.form_review .form__textarea {
  height: 125px;
}
.form.form_review .form__input::before,
.form.form_review .form__select::before {
  display: none;
}
.form.form_review .terms {
  clear: both;
  float: left;
  text-align: left;
  margin-top: 16px;
  margin-left: 125px;
  line-height: 1;
  margin-bottom: 3px;
}
.form.form_setting-data,
.form.form_setting-change {
  margin-left: 24px;
  margin-right: 112px;
  margin-bottom: 80px;
}
.form.form_feedback .form__textarea {
  height: 270px;
}
.form.form_registration {
  width: 240px;
}
.form.form_registration .form__input {
  width: 240px;
}
.form.form_company .form__input {
  width: 292px;
}
.form__item-container {
  width: 350px;
}
.form__item-container .form__item.form__item_labeltop {
  margin-bottom: 0;
}
.form__item {
  font-size: 13px;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}
.form__item + .form__item {
  margin-top: 20px;
}
.form__item.form__item_4 {
  width: calc(25% - 9px);
  display: inline-block;
  margin-right: 8px;
}
.form__item.form__item_4 .form__input {
  width: 100%;
}
.form__item.form__item_4 .form__input input {
  padding-left: 15px;
}
.form__item.form__item_2 {
  width: calc(50% - 6px);
  display: inline-block;
  margin-right: 8px;
}
.form__item.form__item_2 .form__input {
  width: 100%;
}
.form__item.form__item_2 .form__input input {
  padding-left: 15px;
}
.form__item.form__item_last {
  margin-right: 0;
}
.form__item + .form__item.form__item_labeltop {
  margin-top: 0;
}
.form__item.form__item_labeltop {
  /*       .form__input{ //если 2 лэйбла
          label{
              display: block;
              text-align: left;
              margin-bottom: 5px;
              color: rgba(0, 0, 0, 0);
              font-size: 13px;

              position: absolute;
              top: -27px;
          }
      } */
}
.form__item.form__item_labeltop.focus label {
  display: block;
  color: #666666;
}
.form__item.form__item_labeltop.focus label::before {
  color: #fa6405;
}
.form__item.form__item_labeltop .form__radio-wrap label,
.form__item.form__item_labeltop .form__checkbox + label,
.form__item.form__item_labeltop .form__file {
  display: inline-block !important;
  color: inherit;
  margin-bottom: 0;
  vertical-align: middle;
}
.form__item.form__item_labeltop label {
  display: block;
  text-align: left;
  margin-bottom: 3px;
  color: transparent;
  padding-left: 15px;
}
.form__item.form__item_labeltop label::before {
  color: rgba(0, 0, 0, 0);
}
.form__item .form__error {
  max-width: 1px;
}
.form__item.form__item--smaller {
  width: 334px;
}
.form__item.form__item--smaller .form__input,
.form__item.form__item--smaller .form__select {
  width: 334px;
}
.form__item .form__input input {
  cursor: text;
}
.form__item .form__input--smaller {
  width: 334px;
}
.form__item .form__input--smaller input {
  width: 334px;
}
.form__item.focus .form__input input {
  cursor: text;
}
.form__item label {
  vertical-align: top;
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
.form__item label[for="call"] {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0;
}
.form__item label.el-radio__input {
  margin-top: 0;
  vertical-align: middle;
}
.form__send-but {
  margin-top: 20px;
}
.form__error {
  margin-top: 5px;
  color: #fa6405;
  display: block;
  font-size: 11px;
}
.form__add {
  margin-bottom: 3px;
}
.form__add .form__item {
  margin: 0;
}
.form select option {
  background-color: #f9f9f9;
}
.form select option:focus {
  background-color: #e4e4e4;
}
.form__checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form__checkbox.form__checkbox_left.active,
.form__checkbox.form__checkbox_left {
  position: absolute;
  left: 0;
}
.form__checkbox_big {
  width: 32px;
  height: 32px;
}
.form__checkbox_lola {
  background-color: #ff0000;
}
.form__checkbox_mid {
  width: 20px;
  height: 20px;
}
.form__checkbox:hover {
  border-color: #c9c9c9;
  background-color: #f3f3f3;
}
.form__checkbox.active::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  pointer-events: none;
  border-radius: 2px;
}
.form__checkbox input {
  opacity: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}
.form__checkbox .no-js input {
  opacity: 1 !important;
}
.form__checkbox2-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  clear: both;
  font-size: 0;
}
.form__checkbox2-container + .form__checkbox2-container {
  margin-top: 10px;
}
.form__checkbox2-container:hover {
  color: #0386f8;
}
.form__checkbox2 {
  opacity: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.form__checkbox2 ~ label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 1px;
  cursor: pointer;
}
.form__checkbox2 + label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  border-radius: 3px;
  margin-left: 0;
  margin-top: 0;
}
.form__checkbox2:hover + label {
  border-color: #c9c9c9;
  background-color: #f4f4f4;
}
.form__checkbox2:checked + label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 12px;
  height: 10px;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2240%22%20viewBox%3D%220%200%2051%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.580659%2021.2908C0.193553%2020.9037%200%2020.3231%200%2019.936C0%2019.5489%200.193553%2018.9682%200.580659%2018.5811L3.2904%2015.8713C4.06461%2015.0971%205.22593%2015.0971%206.00014%2015.8713L6.1937%2016.0649L16.8391%2027.4845C17.2262%2027.8716%2017.8069%2027.8716%2018.194%2027.4845L44.1301%200.580659H44.3236C45.0978%20-0.193553%2046.2592%20-0.193553%2047.0334%200.580659L49.7431%203.2904C50.5173%204.06461%2050.5173%205.22593%2049.7431%206.00014L18.7746%2038.1299C18.3875%2038.517%2018.0004%2038.7106%2017.4198%2038.7106C16.8391%2038.7106%2016.452%2038.517%2016.0649%2038.1299L0.967765%2021.8715L0.580659%2021.2908Z%22%20transform%3D%22translate(0.268738%200.668701)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.form__checkbox2_mid + label {
  width: 20px;
  height: 20px;
}
.form__checkbox2_big + label {
  width: 32px;
  height: 32px;
}
.form__checkbox2_radial + label {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.form__checkbox2_radial:checked + label::after {
  width: 9px;
  height: 9px;
  background: #fa6405;
  border-radius: 50%;
}
.form__checkbox + label {
  margin-top: 0;
}
.form__radio {
  cursor: pointer;
  position: relative;
}
.form__radio input {
  opacity: 0 !important;
  display: none !important;
  cursor: pointer;
}
.form__radio .no-js input {
  opacity: 1 !important;
}
.form__radio::after {
  display: none;
}
.form__item label .form__radio {
  margin-top: 0;
}
.form__radio__label {
  vertical-align: middle;
  margin-left: 5px;
}
.form__radio .no-js input {
  opacity: 1 !important;
}
.form__input-style {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
}
.form__input-style::after {
  content: "";
  border-radius: 50% !important;
}
.form__input-style_big {
  width: 25px !important;
  height: 25px !important;
}
.form__input-style_big::after {
  width: 13px !important;
  height: 13px !important;
}
.form__input-style_min {
  width: 13px !important;
  height: 13px !important;
  margin-right: 5px;
}
.form__input-style_min::after {
  width: 6px !important;
  height: 6px !important;
}
input:checked + .form__input-style::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fa6405;
  pointer-events: none;
  border-color: #fa6405;
}
.form__input-style + span:not(.el-radio__label) {
  margin-left: 25px;
}
.form__text {
  text-align: left;
  font-size: 12px;
}
.form__radio-wrap .el-radio__input {
  margin-right: 15px;
}
.form__radio-wrap + br {
  display: none;
}
.form__wrap {
  width: 350px;
  margin-left: auto;
  text-align: left;
}
.form__wrap .el-radio {
  margin-bottom: 15px;
}
.form__wrap .el-radio:last-child {
  margin-bottom: 0;
}
.form__input,
.form__select {
  position: relative;
  height: 37px;
  display: inline-block;
  width: 350px;
  vertical-align: top;
}
.form__input.form__input_rating,
.form__input.form__select_rating,
.form__select.form__input_rating,
.form__select.form__select_rating {
  text-align: left;
  line-height: 37px;
}
.form__input.form__input_rating:hover,
.form__input.form__select_rating:hover,
.form__select.form__input_rating:hover,
.form__select.form__select_rating:hover {
  border-color: transparent;
}
.form__input.form__input_rating::before,
.form__input.form__select_rating::before,
.form__select.form__input_rating::before,
.form__select.form__select_rating::before {
  display: none;
}
.form__input > textarea,
.form__select > textarea,
.form__input .el-textinput__input_textarea textarea,
.form__select .el-textinput__input_textarea textarea,
.form__input select,
.form__select select,
.form__input .ui-selectmenu-button,
.form__select .ui-selectmenu-button,
.form__input input,
.form__select input,
.form__input[type="text"],
.form__select[type="text"],
.form__input[type="password"],
.form__select[type="password"],
.form__input[type="email"],
.form__select[type="email"],
.form__input[type="tel"],
.form__select[type="tel"],
.form__input[type="search"],
.form__select[type="search"],
.form__input[type="date"],
.form__select[type="date"],
.form__input[type="datetime"],
.form__select[type="datetime"],
.form__input[type="file"],
.form__select[type="file"] {
  border-radius: 3px;
  text-align: left;
  border: 1px solid #e4e4e4;
  height: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Open Sans", sans-serif;
}
.form__input > textarea:hover,
.form__select > textarea:hover,
.form__input .el-textinput__input_textarea textarea:hover,
.form__select .el-textinput__input_textarea textarea:hover,
.form__input select:hover,
.form__select select:hover,
.form__input .ui-selectmenu-button:hover,
.form__select .ui-selectmenu-button:hover,
.form__input input:hover,
.form__select input:hover,
.form__input[type="text"]:hover,
.form__select[type="text"]:hover,
.form__input[type="password"]:hover,
.form__select[type="password"]:hover,
.form__input[type="email"]:hover,
.form__select[type="email"]:hover,
.form__input[type="tel"]:hover,
.form__select[type="tel"]:hover,
.form__input[type="search"]:hover,
.form__select[type="search"]:hover,
.form__input[type="date"]:hover,
.form__select[type="date"]:hover,
.form__input[type="datetime"]:hover,
.form__select[type="datetime"]:hover,
.form__input[type="file"]:hover,
.form__select[type="file"]:hover {
  border: 1px solid #c9c9c9;
}
.form__input > textarea:focus,
.form__select > textarea:focus,
.form__input .el-textinput__input_textarea textarea:focus,
.form__select .el-textinput__input_textarea textarea:focus,
.form__input select:focus,
.form__select select:focus,
.form__input .ui-selectmenu-button:focus,
.form__select .ui-selectmenu-button:focus,
.form__input input:focus,
.form__select input:focus,
.form__input[type="text"]:focus,
.form__select[type="text"]:focus,
.form__input[type="password"]:focus,
.form__select[type="password"]:focus,
.form__input[type="email"]:focus,
.form__select[type="email"]:focus,
.form__input[type="tel"]:focus,
.form__select[type="tel"]:focus,
.form__input[type="search"]:focus,
.form__select[type="search"]:focus,
.form__input[type="date"]:focus,
.form__select[type="date"]:focus,
.form__input[type="datetime"]:focus,
.form__select[type="datetime"]:focus,
.form__input[type="file"]:focus,
.form__select[type="file"]:focus,
.form__input > textarea.input-error,
.form__select > textarea.input-error,
.form__input .el-textinput__input_textarea textarea.input-error,
.form__select .el-textinput__input_textarea textarea.input-error,
.form__input select.input-error,
.form__select select.input-error,
.form__input .ui-selectmenu-button.input-error,
.form__select .ui-selectmenu-button.input-error,
.form__input input.input-error,
.form__select input.input-error,
.form__input[type="text"].input-error,
.form__select[type="text"].input-error,
.form__input[type="password"].input-error,
.form__select[type="password"].input-error,
.form__input[type="email"].input-error,
.form__select[type="email"].input-error,
.form__input[type="tel"].input-error,
.form__select[type="tel"].input-error,
.form__input[type="search"].input-error,
.form__select[type="search"].input-error,
.form__input[type="date"].input-error,
.form__select[type="date"].input-error,
.form__input[type="datetime"].input-error,
.form__select[type="datetime"].input-error,
.form__input[type="file"].input-error,
.form__select[type="file"].input-error {
  background-color: #ffffff;
  border: 1px solid #fa6405;
}
.form__input > textarea[readonly="readonly"],
.form__select > textarea[readonly="readonly"],
.form__input .el-textinput__input_textarea textarea[readonly="readonly"],
.form__select .el-textinput__input_textarea textarea[readonly="readonly"],
.form__input select[readonly="readonly"],
.form__select select[readonly="readonly"],
.form__input .ui-selectmenu-button[readonly="readonly"],
.form__select .ui-selectmenu-button[readonly="readonly"],
.form__input input[readonly="readonly"],
.form__select input[readonly="readonly"],
.form__input[type="text"][readonly="readonly"],
.form__select[type="text"][readonly="readonly"],
.form__input[type="password"][readonly="readonly"],
.form__select[type="password"][readonly="readonly"],
.form__input[type="email"][readonly="readonly"],
.form__select[type="email"][readonly="readonly"],
.form__input[type="tel"][readonly="readonly"],
.form__select[type="tel"][readonly="readonly"],
.form__input[type="search"][readonly="readonly"],
.form__select[type="search"][readonly="readonly"],
.form__input[type="date"][readonly="readonly"],
.form__select[type="date"][readonly="readonly"],
.form__input[type="datetime"][readonly="readonly"],
.form__select[type="datetime"][readonly="readonly"],
.form__input[type="file"][readonly="readonly"],
.form__select[type="file"][readonly="readonly"] {
  color: inherit;
}
.form__input > textarea[readonly="readonly"]:hover,
.form__select > textarea[readonly="readonly"]:hover,
.form__input .el-textinput__input_textarea textarea[readonly="readonly"]:hover,
.form__select .el-textinput__input_textarea textarea[readonly="readonly"]:hover,
.form__input select[readonly="readonly"]:hover,
.form__select select[readonly="readonly"]:hover,
.form__input .ui-selectmenu-button[readonly="readonly"]:hover,
.form__select .ui-selectmenu-button[readonly="readonly"]:hover,
.form__input input[readonly="readonly"]:hover,
.form__select input[readonly="readonly"]:hover,
.form__input[type="text"][readonly="readonly"]:hover,
.form__select[type="text"][readonly="readonly"]:hover,
.form__input[type="password"][readonly="readonly"]:hover,
.form__select[type="password"][readonly="readonly"]:hover,
.form__input[type="email"][readonly="readonly"]:hover,
.form__select[type="email"][readonly="readonly"]:hover,
.form__input[type="tel"][readonly="readonly"]:hover,
.form__select[type="tel"][readonly="readonly"]:hover,
.form__input[type="search"][readonly="readonly"]:hover,
.form__select[type="search"][readonly="readonly"]:hover,
.form__input[type="date"][readonly="readonly"]:hover,
.form__select[type="date"][readonly="readonly"]:hover,
.form__input[type="datetime"][readonly="readonly"]:hover,
.form__select[type="datetime"][readonly="readonly"]:hover,
.form__input[type="file"][readonly="readonly"]:hover,
.form__select[type="file"][readonly="readonly"]:hover {
  border: 1px solid transparent;
}
.form__input > textarea[readonly="readonly"]:focus,
.form__select > textarea[readonly="readonly"]:focus,
.form__input .el-textinput__input_textarea textarea[readonly="readonly"]:focus,
.form__select .el-textinput__input_textarea textarea[readonly="readonly"]:focus,
.form__input select[readonly="readonly"]:focus,
.form__select select[readonly="readonly"]:focus,
.form__input .ui-selectmenu-button[readonly="readonly"]:focus,
.form__select .ui-selectmenu-button[readonly="readonly"]:focus,
.form__input input[readonly="readonly"]:focus,
.form__select input[readonly="readonly"]:focus,
.form__input[type="text"][readonly="readonly"]:focus,
.form__select[type="text"][readonly="readonly"]:focus,
.form__input[type="password"][readonly="readonly"]:focus,
.form__select[type="password"][readonly="readonly"]:focus,
.form__input[type="email"][readonly="readonly"]:focus,
.form__select[type="email"][readonly="readonly"]:focus,
.form__input[type="tel"][readonly="readonly"]:focus,
.form__select[type="tel"][readonly="readonly"]:focus,
.form__input[type="search"][readonly="readonly"]:focus,
.form__select[type="search"][readonly="readonly"]:focus,
.form__input[type="date"][readonly="readonly"]:focus,
.form__select[type="date"][readonly="readonly"]:focus,
.form__input[type="datetime"][readonly="readonly"]:focus,
.form__select[type="datetime"][readonly="readonly"]:focus,
.form__input[type="file"][readonly="readonly"]:focus,
.form__select[type="file"][readonly="readonly"]:focus {
  background-color: #ffffff;
}
.form__input .ui-selectmenu-button.ui-selectmenu-button-open,
.form__select .ui-selectmenu-button.ui-selectmenu-button-open {
  background-color: #ffffff;
  border: 1px solid #fa6405;
  border-left: 1px solid transparent;
}
.form__submit {
  margin-top: 30px;
}
.form__submit > input[type="submit"] {
  display: none;
}
.form__link {
  /*     text-decoration: underline; */
  display: inline-block;
  text-align: center;
}
.form__link > .el-button {
  width: 100%;
}
.form__link > a {
  display: block;
  margin-top: 10px;
  text-align: right;
}
.form__textarea {
  height: 70px;
}
.form__textarea.form__textarea_big {
  height: 190px;
  width: 100%;
}
.form__textarea.form__textarea_big textarea {
  padding-top: 20px;
}
.form__textarea textarea {
  padding-top: 10px;
  resize: none;
}
.form__textarea textarea[readonly="readonly"]:not(:placeholder-shown) {
  color: #202020;
  background: #ffffff;
}
.form__textarea textarea[readonly="readonly"]:hover {
  border: 1px solid #e4e4e4;
}
.form__textarea textarea[readonly="readonly"]:focus {
  border: 1px solid #e4e4e4;
}
.form__textarea textarea:not(:placeholder-shown) {
  background: #ffffff !important;
}
.form .form__file {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0;
  border-radius: 70px;
  background-color: transparent;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  height: 37px;
  line-height: 37px;
  font-size: 17px;
  color: #202020;
  margin: 15px 0 0 10px;
  position: relative;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.form .form__file:hover {
  color: inherit;
}
a.form .form__file {
  text-decoration: none;
}
.form .form__file.form .form__file_prim-0 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #fa6405;
  border-color: #fa6405;
}
.form .form__file.form .form__file_prim-0:hover {
  color: #202020;
}
.form .form__file.form .form__file_prim-0:hover {
  color: #ffffff;
}
.form .form__file.form .form__file_prim-0:hover {
  background-color: rgba(250, 100, 5, 0.8);
}
.form .form__file.form .form__file_prim-0:disabled {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  color: #797979 !important;
  font-weight: 400;
}
.form .form__file.form .form__file_prim-0:disabled.cartridge-choose__submit {
  background-color: #ffffff;
}
.form .form__file.form .form__file_prim-0:disabled:hover {
  border: 1px solid #e4e4e4 !important;
  color: #797979;
}
.form .form__file.form .form__file_green {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #3edc81;
  border-color: #3edc81;
}
.form .form__file.form .form__file_green:hover {
  color: #202020;
}
.form .form__file.form .form__file_green:hover {
  color: #ffffff;
}
.form .form__file.form .form__file_green:hover {
  background-color: rgba(62, 220, 129, 0.8);
}
.form .form__file.form .form__file_scnd-0 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #fa6405;
  border: 1px solid #fa6405;
}
.form .form__file.form .form__file_scnd-0:hover {
  color: #202020;
}
.form .form__file.form .form__file_scnd-0:hover {
  border-color: rgba(250, 100, 5, 0.8);
  color: rgba(250, 100, 5, 0.8);
}
.form .form__file.form .form__file_scnd-1 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  border: 1px solid #e4e4e4;
}
.form .form__file.form .form__file_scnd-1:hover {
  color: #202020;
}
.form .form__file.form .form__file_scnd-1:hover {
  color: #949494;
  border: 1px solid #c9c9c9;
}
.form .form__file.form .form__file_scnd-1 .el-del::before,
.form .form__file.form .form__file_scnd-1 .el-del::after {
  width: 4px;
}
.form .form__file.form .form__file_scnd-2 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e4e4e4;
}
.form .form__file.form .form__file_scnd-2:hover {
  color: #202020;
}
.form .form__file.form .form__file_scnd-2:hover {
  border: 1px solid #c9c9c9;
}
.form .form__file.form .form__file_border-grey {
  border: 1px solid #e4e4e4 !important;
  border-radius: 6px;
  background-color: #ffffff;
  color: #fa6405;
}
.form .form__file.form .form__file_th {
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}
.form .form__file.form .form__file_th:hover {
  color: #fa6405;
}
.form .form__file_tab {
  width: 47px;
  height: 100%;
}
.form .form__file.form .form__file_addreview {
  float: right;
  margin-top: 10px;
  width: 100%;
  max-width: 229px;
}
.form .form__file.form .form__file_input {
  border: 1px solid #e4e4e4;
  height: 33px;
  padding-left: 25px;
  text-align: left;
  font-weight: 400;
}
.form .form__file.form .form__file_input::before {
  background-color: #fa6405;
  height: 100%;
  width: 1px;
  margin-right: 15px;
  left: 0;
  top: 0;
  z-index: 1;
}
.form .form__file.form .form__file_input:hover {
  background-color: #f9f9f9;
}
.form .form__file.form .form__file_submit {
  font-size: 12px;
}
.form .form__file.form .form__file_ico {
  overflow: visible;
  text-transform: lowercase;
  color: #202020;
  font-size: 0;
  border-radius: 0;
}
.form .form__file.form .form__file_ico:hover,
.form .form__file.form .form__file_ico.active {
  color: #fa6405;
}
.form .form__file.form .form__file_ico:hover span:last-child,
.form .form__file.form .form__file_ico.active span:last-child {
  border-color: #fa6405;
}
.form .form__file.form .form__file_ico.active-all {
  color: #fa6405 !important;
}
.form .form__file.form .form__file_ico.active {
  cursor: default;
}
.form .form__file.form .form__file_ico span:last-child {
  margin: 0 0 0 9px;
  vertical-align: middle;
  line-height: 0;
  font-size: 12px;
  -webkit-transition: none !important;
  transition: none !important;
}
.form .form__file.form .form__file_ico > span,
.form .form__file.form .form__file_ico::before {
  vertical-align: middle;
}
.table__td_button .form .form__file.form .form__file_ico {
  font-size: 12px;
}
.form .form__file_link {
  text-decoration: underline;
  color: #999999;
  font-size: 11px;
}
.form .form__file.form .form__file_grey {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #f9f9f9;
  height: 36px;
  line-height: 36px;
  color: #aeaeae;
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
}
.form .form__file.form .form__file_grey:hover {
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
  color: #202020;
}
.form .form__file.form .form__file_grey.form .form__file.form .form__file_grey_green {
  color: #56cb08;
}
.form .form__file.form .form__file_grey.form .form__file.form .form__file_grey_orange {
  border: none;
  background: #fa6405;
  color: #ffffff;
  font-weight: 700;
}
.form .form__file_greyorange {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  font-weight: 700;
}
.form .form__file_greyorange:hover {
  border: none;
  background-color: rgba(250, 100, 5, 0.8);
  color: #ffffff;
}
.form .form__file.form .form__file_ghost {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.form .form__file.form .form__file_ghost2 {
  border-radius: 20px;
  line-height: 25px;
  padding: 0 15px 0 15px;
  text-align: center;
}
.form .form__file.form .form__file_ghost2_big {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 14px;
}
.form .form__file.form .form__file_ghost2_big::before,
.form .form__file.form .form__file_ghost2_big span {
  margin-right: 13px;
}
.form .form__file.form .form__file_ghost2#cler_basket > svg {
  zoom: 1.3;
}
.form .form__file.form .form__file_ghost2 .form .form__file__icon {
  margin-right: 7px;
  vertical-align: middle;
}
.form .form__file.form .form__file_ghost2 .form .form__file__icon:last-child {
  margin-right: 0;
}
.form .form__file__icon path {
  fill: #fa6405;
}
.form .form__file.form .form__file_banner-1 {
  font-size: 0;
  background-color: #42b4f2;
  width: 100%;
  max-width: 245px;
  padding: 7px 15px 7px 8px;
  border-radius: 58px;
  color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.form .form__file.form .form__file_banner-1:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34901961);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34901961);
}
.form .form__file.form .form__file_banner-1 .form .form__file__icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 15px;
}
.form .form__file.form .form__file_banner-1 .form .form__file__icon::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACeSURBVChTY/j3799qIN79//9/CQYsgAmIfzAyMroAFewHYgWIMBIACrKATAHS/4H0cyClAZVCBUDJfqii90DKBiqMCoCSNVBFn4HYByqMCoASBUD8G4pDoMKoAGhIA8wkqBACgHSBJKAKCqDCEAAUiAFimPEZUGEIAKmG6sK0GyjQDZUEGY3qRSTJ50BsAhVGAKDgcSC+DVSDJQQZGACOra9kIrVS3gAAAABJRU5ErkJggg==");
  background-size: contain;
}
.form .form__file.form .form__file_banner-1 .form .form__file__text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.form .form__file.form .form__file_round {
  border-radius: 50%;
  width: 30px;
}
.form .form__file.form .form__file_round object,
.form .form__file.form .form__file_round svg,
.form .form__file.form .form__file_round img,
.form .form__file.form .form__file_round [class*="svg-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
}
.form .form__file.form .form__file_small-round {
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  font-size: 11px;
}
.form .form__file.form .form__file_small-round object,
.form .form__file.form .form__file_small-round svg,
.form .form__file.form .form__file_small-round img,
.form .form__file.form .form__file_small-round [class*="svg-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
}
.form .form__file.form .form__file_small-round:hover {
  border-color: #aeaeae;
}
.form .form__file.form .form__file_round.share-svg-wrapper {
  width: 28px;
  height: 28px;
}
.form .form__file.form .form__file_arrow {
  position: relative;
  padding: 0;
  color: #202020;
}
.form .form__file.form .form__file_arrow > span {
  display: block;
  position: relative;
  z-index: 1;
  background-color: inherit;
  height: 100%;
  line-height: 40px;
  padding-right: 14px;
  padding-left: 14px;
}
.form .form__file.form .form__file_arrow.form .form__file.form .form__file_arrow_border {
  border-color: #fa6405;
  background-color: #ffffff;
  color: #000000;
}
.form .form__file.form .form__file_arrow.form .form__file.form .form__file_arrow_border::before {
  border: 1px solid #fa6405;
}
.form .form__file.form .form__file_arrow::before {
  display: block;
  position: absolute;
  z-index: 0;
  border: 1px solid #e4e4e4;
  background-color: inherit;
  width: 12px;
  height: 12px;
  content: "";
}
.form .form__file.form .form__file_arrow_top::before,
.form .form__file.form .form__file_arrow_bottom::before {
  left: 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.form .form__file.form .form__file_arrow_top::before {
  top: 0;
  margin-top: -6px;
}
.form .form__file.form .form__file_arrow_bottom::before {
  bottom: 0;
  margin-bottom: -6px;
}
.form .form__file.form .form__file_arrow_right::before,
.form .form__file.form .form__file_arrow_left::before {
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.form .form__file.form .form__file_arrow_right::before {
  right: 0;
  margin-right: -6px;
}
.form .form__file.form .form__file_arrow_left::before {
  left: 0;
  margin-left: -6px;
}
.form .form__file.form .form__file_arrow.form .form__file.form .form__file_arrow_small span {
  height: 100%;
}
.form .form__file.form .form__file_min {
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 15px;
}
.form .form__file.form .form__file_big {
  border-radius: 20px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
}
.form .form__file.form .form__file_large {
  height: 57px;
  line-height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
}
.form .form__file.form .form__file_stretchy {
  width: 100%;
}
.form .form__file.form .form__file_uppercase {
  text-transform: uppercase;
}
.form .form__file:disabled,
.form .form__file.form .form__file_disabled,
.form .form__file.disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #bcbcbc;
  pointer-events: none;
}
.form .form__file:disabled path,
.form .form__file.form .form__file_disabled path,
.form .form__file.disabled path {
  fill: #999999;
}
.form .form__file .share-svg {
  display: block;
  width: 12px;
  height: 12px;
  left: -1px;
}
.form .form__file .heart-svg {
  width: 14px;
  height: 13px;
  color: #c9c9c9;
}
.form .form__file .heart-svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.3px;
}
.form .form__file:hover .heart-svg,
.form .form__file.el-button_ghost2 .heart-svg {
  color: #FF5C5C;
}
.form .form__file:hover .heart-svg path,
.form .form__file.el-button_ghost2 .heart-svg path {
  fill: transparent;
  stroke: currentColor;
}
.form .form__file.active .heart-svg,
.form .form__file.active-all .heart-svg {
  color: #FF5C5C;
}
.form .form__file.active .heart-svg path,
.form .form__file.active-all .heart-svg path {
  fill: currentColor;
  stroke: currentColor;
}
.form .form__file.el-button-small-round .heart-svg {
  top: 1px;
  position: relative;
}
.form .form__file .print-svg {
  height: 13px;
  width: 13px;
}
.form .form__file .pictogr-svg {
  height: 12px;
  width: 15px;
}
.form .form__file:hover {
  color: #202020;
}
.form .form__file::after {
  display: none;
}
.form .form__file-trg {
  margin-top: 15px;
}
.form__select {
  position: relative;
}
.form__select select,
.form__select .ui-selectmenu-button {
  line-height: 1em;
  text-indent: 0.01px;
  padding-top: 12px;
  padding-right: 45px;
  background-color: #ffffff;
  border-radius: 0;
}
.form__select select .ui-selectmenu-icon,
.form__select .ui-selectmenu-button .ui-selectmenu-icon,
.form__select select:active .ui-selectmenu-icon,
.form__select .ui-selectmenu-button:active .ui-selectmenu-icon {
  background-image: url("../img/ico-svg/arrow-orange.svg");
  background-position: 50%;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg) scale(1.2, 1.1);
  -ms-transform: translateY(-50%) rotate(90deg) scale(1.2, 1.1);
  transform: translateY(-50%) rotate(90deg) scale(1.2, 1.1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.form__select select .ui-selectmenu-text,
.form__select .ui-selectmenu-button .ui-selectmenu-text {
  color: #666666;
}
.form__select select:active .ui-selectmenu-icon,
.form__select .ui-selectmenu-button:active .ui-selectmenu-icon {
  background-image: url("../img/ico-svg/arrow-orange.svg");
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1.2, 1.1);
  -ms-transform: translateY(-50%) rotate(0deg) scale(1.2, 1.1);
  transform: translateY(-50%) rotate(0deg) scale(1.2, 1.1);
}
.form__select select:active .ui-selectmenu-text,
.form__select .ui-selectmenu-button:active .ui-selectmenu-text {
  color: #000000;
}
.form__select select-open .ui-selectmenu-icon,
.form__select .ui-selectmenu-button-open .ui-selectmenu-icon {
  background-image: url("../img/ico-svg/arrow-orange.svg");
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(1.2, 1.1);
  -ms-transform: translateY(-50%) rotate(-90deg) scale(1.2, 1.1);
  transform: translateY(-50%) rotate(-90deg) scale(1.2, 1.1);
}
.form__select select-open .ui-selectmenu-text,
.form__select .ui-selectmenu-button-open .ui-selectmenu-text {
  color: #000000;
}
.form__select select::-ms-expand,
.form__select .ui-selectmenu-button::-ms-expand {
  display: none;
}
.lightbox .form {
  width: 350px;
}
.lightbox .form .el-button + .el-button {
  margin-left: 1.09375vw;
}
.form_100 {
  width: 100%;
}
.form_100 .form__input {
  width: 100%;
}
.form_login .form__link {
  min-width: 115px;
}
.form_login .form__input {
  width: 340px;
}
.form_registration .form__submit {
  margin-top: 20px;
}
.form_address,
.form_addcontact {
  max-width: 334px;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
  margin-top: -1px;
  border-top: 0;
  border-left: 1px solid #fa6405;
  border-right: 1px solid #fa6405;
  border-bottom: 1px solid #fa6405;
  font-size: 13px;
  border-radius: 0;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item {
  list-style: none;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper {
  border: 0;
  padding-left: 25px;
  padding-top: 12px;
  padding-bottom: 11px;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-state-active {
  background-color: #f4f4f4;
  border: 0;
  color: inherit;
  margin: 0;
}
.table {
  position: relative;
  font-size: 14px;
  display: table;
  width: 100%;
  color: #202020;
  margin: 0;
  border-collapse: collapse;
  word-break: break-word;
}
.table.catalog-items-block {
  width: calc(100% + 1px);
  margin-left: 1px;
  margin-top: -1px;
}
.table_noborder {
  border: none !important;
}
.table_noborder .table__td,
.table_noborder .table__td:first-child::after,
.table_noborder .table__th,
.table_noborder .table__tr,
.table_noborder td,
.table_noborder th,
.table_noborder tr {
  border: none !important;
}
.table_grid {
  display: block;
}
.table_grid .table__tr {
  display: list-item;
}
.table_grid .table__td {
  display: block;
}
.table .table__td,
.table .table__th {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 1.09375vw;
  padding-right: 1.09375vw;
}
.table .table__td_tel,
.table .table__th_tel {
  width: 160px!important;
}
.table .table__td_occupation,
.table .table__th_occupation,
.table .table__td_lastname,
.table .table__th_lastname {
  width: 200px!important;
}
.table .table__td_name,
.table .table__th_name {
  width: 150px!important;
}
.table .table__td_number,
.table .table__th_number {
  width: 60px!important;
  padding-right: 0!important;
}
.table .table__td_pseudo,
.table .table__th_pseudo {
  width: 1px;
  padding: 0 !important;
}
.table .table__td-email,
.table .table__th-email {
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.table .table__td-lastname,
.table .table__th-lastname {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.table .table__td:nth-child(2),
.table .table__th:nth-child(2) {
  padding-left: 23px;
}
.table .table__td_left,
.table .table__th_left {
  text-align: left !important;
}
.table .table__td_right,
.table .table__th_right {
  text-align: right !important;
}
.table .table__td_center,
.table .table__th_center {
  text-align: center !important;
}
.table .table__th {
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  color: #949494;
}
.table.table_hover-border {
  border-collapse: separate;
}
.table.table_hover-border .table__td_pseudo,
.table.table_hover-border .table__th_pseudo {
  width: 5px;
}
.table.table_hover-border .table__td_pseudo::after,
.table.table_hover-border .table__th_pseudo::after,
.table.table_hover-border .table__td_pseudo::before,
.table.table_hover-border .table__th_pseudo::before {
  display: none !important;
}
.table.table_hover-border .table__td_pseudo {
  width: 1px;
  padding: 0 !important;
  position: relative;
}
.table.table_hover-border .table__td:first-child {
  position: relative;
  border-left: 1px solid #f9f9f9;
}
.table.table_hover-border .table__td:first-child::before {
  content: "";
  display: block !important;
  width: 3px;
  margin-top: 0;
  margin-left: -1.5px;
  position: absolute;
  background-color: #fa6405;
  height: 75%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.table.table_hover-border .table__td:last-child {
  border-right: 1px solid #f9f9f9;
}
.table.table_hover-border .table__tbody .table__tr {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.table.table_hover-border .table__tbody .table__tr:first-child .table__td {
  border-width: 0;
}
.table.table_hover-border .table__tbody .table__tr:last-child .table__td {
  border-bottom: 1px solid #f9f9f9;
}
.table.table_hover-border .table__tbody .table__tr:hover .item__status {
  z-index: 101;
}
.table.table_hover-border .table__tbody .table__tr:hover .table__td:first-child::before {
  width: 3px;
  opacity: 1;
}
.table_hover-bg .table__tbody .table__tr:hover {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.table_hover-bg .table__tbody .table__tr:hover .table__td:first-child::before {
  display: none !important;
}
.table_hover-no .table__tbody .table__tr:hover {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.table_hover-no .table__tbody .table__tr:hover + .table__tr .table__td {
  border-top-color: #e4e4e4 !important;
}
.table_hover-no .table__tbody .table__tr:hover .table__td {
  border-color: #e4e4e4 !important;
}
.table_hover-no .table__tbody .table__tr:hover .table__td:last-child .table__td {
  border-bottom: 1px solid #e4e4e4 !important;
}
.table.table_mini .table__td {
  height: 50px;
}
.table.table_archive .table__td {
  height: 80px;
}
.table.table_archive .table__td:nth-child(2) {
  width: 300px!important;
}
.table.table_archive .table__td:nth-child(5),
.table.table_archive .table__td:nth-child(6) {
  white-space: nowrap;
}
.table_address,
.table_contacts,
.table_finances,
.table_organization {
  margin-bottom: 20px;
}
.table_address .table__td,
.table_contacts .table__td,
.table_finances .table__td,
.table_organization .table__td,
.table_address .table__td:first-child::after,
.table_contacts .table__td:first-child::after,
.table_finances .table__td:first-child::after,
.table_organization .table__td:first-child::after,
.table_address .table__td:first-child::before,
.table_contacts .table__td:first-child::before,
.table_finances .table__td:first-child::before,
.table_organization .table__td:first-child::before {
  height: 80px;
}
.table_address .table__td:first-child::before,
.table_contacts .table__td:first-child::before,
.table_finances .table__td:first-child::before,
.table_organization .table__td:first-child::before,
.table_address .table__td:first-child::after,
.table_contacts .table__td:first-child::after,
.table_finances .table__td:first-child::after,
.table_organization .table__td:first-child::after {
  margin-top: -40px;
}
.table_select .table__td:nth-child(2) {
  width: 50px;
}
.table_modification .table__td,
.table_modification .table__td:first-child::before,
.table_modification .table__td:first-child::after {
  height: 80px;
  font-size: 13px;
}
.table_modification .table__td:first-child::before,
.table_modification .table__td:first-child::after {
  margin-top: -36.5px;
}
.table_modification .table__th {
  padding-top: 5px;
  padding-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
}
.table_modification .table__td:nth-child(2),
.table_modification .table__th:nth-child(2) {
  padding: 0;
}
.table_modification .table__tbody > .table__tr:last-child {
  border: 1px solid #f9f9f9;
}
.table_discounts {
  white-space: nowrap;
  table-layout: fixed;
  max-width: 100%;
  font-size: 13px;
}
.table_discounts .marked {
  color: #fa6405;
}
.table_discounts .table__title {
  font-size: 17px;
  margin-bottom: 20px;
}
.table_discounts .table__th {
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 5px;
  padding-top: 0;
}
.table_discounts .table__th,
.table_discounts .table__td {
  padding-left: 10px!important;
  padding-right: 10px!important;
  width: 33%!important;
}
.table_discounts .table__td,
.table_discounts .table__td:first-child::before,
.table_discounts .table__td:first-child::after {
  height: 28px;
}
.table_discounts .table__td:first-child::before,
.table_discounts .table__td:first-child::after {
  margin-top: -14px;
}
.table_discounts .table__tbody .table__tr:last-child .table__td:last-child {
  border-radius: 0 0;
}
.table_discounts-inner {
  margin-top: 8px;
}
.variant__item .table_discounts-inner .svg-ruble {
  font-size: 12px;
}
.table_discounts-listing {
  font-size: 11px;
  margin-top: -10px;
}
.table .table_discounts-listing {
  width: 283px;
  margin-top: 0;
}
.table_discounts-listing .table__td,
.table_discounts-listing .table__td:first-child::after,
.table_discounts-listing .table__td:first-child::before {
  height: 22px;
}
.table_discounts-listing .table__td:first-child::before,
.table_discounts-listing .table__td:first-child::after {
  margin-top: -9px;
}
.table_discounts-listing .table__td:nth-child(3),
.table_discounts-listing .table__th:nth-child(3) {
  width: 49px!important;
}
.table_discounts-listing .table__thead > .table__tr:first-child {
  border: 0;
}
.table_cart {
  margin-bottom: 40px;
}
.table_cart .table__td:nth-child(7),
.table_cart .table__th:nth-child(7) {
  width: 9%;
}
.table_cart .table__td:nth-child(4),
.table_cart .table__th:nth-child(4) {
  width: 10%;
}
.table_cart .table__td {
  position: relative;
}
.table_cart .table__td,
.table_cart .table__td:first-child::after,
.table_cart .table__td:first-child::before {
  height: 100px;
}
.table_cart .table__td:first-child::before,
.table_cart .table__td:first-child::after {
  margin-top: -50px;
}
.table_list > .table__tbody > .table__tr > .table__td,
.table_list > .table__tr > .table__td {
  font-size: 13px;
  height: 116px;
}
.table_list > .table__tbody > .table__tr > .table__td:nth-child(2),
.table_list > .table__tr > .table__td:nth-child(2) {
  padding-left: 15px;
  width: 130px;
  position: relative;
}
.table_list > .table__tbody > .table__tr > .table__td:nth-child(3),
.table_list > .table__tr > .table__td:nth-child(3) {
  width: 380px;
  vertical-align: top;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 0;
}
.table_list > .table__tbody > .table__tr > .table__td:last-child,
.table_list > .table__tr > .table__td:last-child {
  padding-right: 30px;
}
.table_list > .table__tbody > .table__tr > .table__td:first-child::after,
.table_list > .table__tr > .table__td:first-child::after,
.table_list > .table__tbody > .table__tr > .table__td:first-child::before,
.table_list > .table__tr > .table__td:first-child::before {
  height: 116px;
  margin-top: -59px;
}
.table_list .item__img {
  height: 80px;
  width: 80px;
}
.table.table_stnd .table__tbody .table__tr {
  border-bottom-width: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.table__title {
  text-align: left;
}
.table__thead {
  display: table-header-group;
  text-transform: uppercase;
}
.table__tr {
  display: table-row;
}
.table_discounts .table__tbody > .table__tr,
.table_discounts .table__thead > .table__tr {
  border: 1px solid #e4e4e4;
}
.table:not(.table_discounts) .table__tr:last-child .table__td {
  border-bottom: 1px solid #f9f9f9;
}
.table__tr:hover > .table__td:first-child::before {
  width: 100%;
}
.table__tbody > .table__tr:first-child > .table__td_pseudo::after {
  width: calc(100% + 1px);
}
.table_discounts .table__tbody > .table__tr:first-child > .table__td_pseudo::after {
  content: "";
  border: 1px solid #f9f9f9;
}
.table__tbody > .table__tr:last-child .table__td_pseudo::after {
  width: calc(100% + 1px);
}
.table__tr_nohover:hover > .table__td:first-child::before {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.table__tr-empty {
  height: 5px;
}
.table__th {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 0;
  color: #999999;
}
.table__th .el-button.el-button_min {
  float: right;
  min-width: 141px;
  font-size: 12px;
}
.table__th:last-child {
  padding-right: 10px;
}
.table .table__tbody {
  display: table-row-group;
}
.table .table__tbody .table__tr {
  background: #ffffff;
}
.table .table__tbody:empty {
  display: block;
  min-height: 300px;
}
.table__td {
  position: relative;
}
.table__td_overflow {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table__td.table__td_description {
  width: 191px;
}
.table__td.table__td_counter {
  width: 205px;
}
.table__td.table__td_price {
  width: 143px;
}
.table__td.table__td_avialability {
  width: 182px;
}
.table__td.table__td_articul {
  width: 182px;
}
.table__td.table__td_button {
  width: 153px;
  text-align: left;
  white-space: normal !important;
}
.table_wishlist .table__td.table__td_button {
  text-align: center;
}
.table__td.table__td_button .js-wishlist-actions-block {
  height: 18.4px;
}
.table__td.table__td_button .el-button_ico,
.table__td.table__td_button form {
  margin-bottom: 8px;
}
.table__td.table__td_button .el-button_ico:last-child,
.table__td.table__td_button form:last-child {
  margin-bottom: 0;
}
.table__td.table__td_button .el-button.el-button_med {
  width: 100%;
  max-width: 150px;
}
.table__tfoot {
  text-align: center;
  display: table-footer-group;
}
.table__input {
  border: none !important;
  background: transparent !important;
  resize: none !important;
  overflow: auto !important;
  outline: none;
}
.table .table__none {
  display: none !important;
}
.table .item__container {
  float: none !important;
}
.table .item__container_inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}
.table__sub-txt {
  font-size: 10px;
}
.table_appeal .table__td {
  padding-top: 23px;
  padding-bottom: 23px;
}
.table_appeal .table__td:first-child {
  width: 65px;
  padding-right: 0;
}
.table_appeal .table__td:nth-child(2) {
  width: 370px;
  padding-right: 85px;
}
.table_appeal .table__photo {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-variants-conteiner {
  height: 55px;
  position: relative;
}
.table-variants-conteiner.active-table {
  z-index: 8;
}
.table-variants-conteiner.active-table .table-variants__list {
  display: table-row-group;
}
.table .table-variants-conteiner {
  width: 240px;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.table-variants-conteiner .table-variants-conteiner {
  margin-top: 0;
}
.table-variants-conteiner_nohead {
  height: 30px;
}
.table-variants-conteiner:not(.active-table).table-variants-conteiner_nohead {
  border-top: none;
}
.table-variants-conteiner:not(.active-table).table-variants-conteiner_nohead .table-variants__thead {
  display: none !important;
}
.table-variants-conteiner:not(.active-table).table-variants-conteiner_nohead .table-variants__second-row td {
  height: 28px;
  border-top: 0;
}
.table-variants-conteiner:not(.active-table).table-variants-conteiner_nohead .select-ico__title.ico-arrow-orange::after,
.table-variants-conteiner:not(.active-table).table-variants-conteiner_nohead .table-variants__list-title.ico-arrow-orange::after {
  top: 0;
}
.table-variants {
  border-spacing: 0 0;
  border-radius: 14px;
  border: 1px solid #e4e4e4;
  border-collapse: separate;
  width: 100%;
  position: absolute;
  top: 0;
  table-layout: fixed;
  background-color: #ffffff;
  white-space: normal;
  overflow: hidden;
}
.table-variants:hover {
  border-color: #c9c9c9;
}
.table-variants:hover .table-variants__hide {
  border-color: #c9c9c9;
}
.active-table .table-variants {
  border-color: #c9c9c9;
}
.table-variants_listing {
  position: relative;
}
.table-variants_listing .item__buy {
  margin-left: 30px;
  height: 30px;
  line-height: 30px;
}
.table-variants_listing .item__buy::before {
  display: none;
}
.table-variants_listing,
.table-variants_listing .table-variants__third {
  border: none;
  text-align: right;
}
.table-variants_listing .table-variants__desc,
.table-variants_listing .table-variants__price,
.table-variants_listing .table-variants__thead {
  display: none;
}
td .table-variants__hide-conteiner {
  padding: 0 !important;
  border: none !important;
}
.table-variants__hide-conteiner div {
  position: relative;
}
.table-variants__hide {
  /*    background-color: @cm-orange-h;
      color: #fff;
      float: left;
       width: 100%; */
  background-color: #f9f9f9;
  color: #fa6405;
  border: 1px solid #e4e4e4;
  border-top: none;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 5px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 1px;
  left: -1.5px;
}
.table-variants__hide:hover {
  color: #ec6104;
}
.active-table .table-variants__hide {
  border-color: #c9c9c9;
}
.table-variants__hide i {
  margin-right: 5px;
}
.table-variants__thead {
  background: #f9f9f9;
}
.table-variants__thead th:last-child {
  border-right: 0;
}
.table-variants__title-item {
  font-weight: 400;
  font-size: 12px;
  border: 0;
  border-right: 1px solid #e4e4e4;
  padding: 0;
  text-align: center;
  line-height: 20px;
  height: 27px;
}
.table-variants td {
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding: 0 4px;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.table-variants__second-row {
  cursor: pointer;
}
.table-variants__second-row td {
  border-right: 0;
}
.table-variants__other img:first-child {
  float: left;
  margin: 8px -28px 2px 25px;
  width: 11px;
  height: 11px;
}
.table-variants__other img:nth-child(2) {
  position: absolute;
  top: 45px;
  left: 220px;
  width: 17px;
}
.table-variants__list {
  display: none;
}
.table-variants__third-row {
  font-size: 14px;
}
.table-variants__third-row td:first-child {
  border-bottom-left-radius: 10px;
}
.table-variants__third-row td:last-child {
  border-bottom-right-radius: 10px;
  border-right: 0;
}
.table-variants .table-variants__cart {
  white-space: nowrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1px 2px;
}
.table-variants .table-variants__cart img {
  background: #fb924f;
  vertical-align: middle;
  padding: 7px 10px 3px 5px;
  float: right;
  cursor: pointer;
}
.table-variants .table-variants__list-title {
  font-size: 14px;
  line-height: normal;
  width: 100%;
}
.table-variants .table-variants__text {
  /*      text-align: left; chk отступы в вариантах*/
  text-align: center;
  word-break: break-word;
  display: inline-block;
}
.table-variants .table-variants__price {
  width: 50px;
}
.table-variants .table-variants__desc {
  padding-top: 0;
  padding-bottom: 0;
  width: 120px;
}
.table-variants .table-variants__desc img {
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 0;
  float: left;
  padding-right: 4px;
  width: 11px;
  height: 11px;
}
.table-variants .el-status {
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
}
.ui-spinner {
  width: 45px;
}
.table2 {
  width: 100%;
  word-break: break-word;
}
.unit-block .table2 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
  width: calc(100% + 20px*2);
}
.table2__tr {
  display: table-row;
}
.table2__tr:hover .table2__td {
  background-color: rgba(250, 250, 250, 0.69803922);
}
.table2__tr:last-child .table2__td {
  border-bottom: none;
}
.table2__td,
.table2__th {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
  padding-right: 30px;
}
.table2__td:first-child,
.table2__th:first-child {
  padding-left: 1.09375vw;
  padding-right: 15px;
}
.table2__td:last-child,
.table2__th:last-child {
  padding-right: 1.09375vw;
}
.cart-main .table2__td:nth-child(2),
.cart-main .table2__th:nth-child(2) {
  max-width: 150px;
}
.table2__th {
  height: 50px;
  color: #949494;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
}
.table2__td {
  height: 80px;
}
.table2__td_button {
  text-align: right;
  width: 70px;
}
.table2__td_button .el-button {
  color: #999999;
  font-size: 12px;
}
.table-m {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 20px;
}
.table-m_cart .table-m__td:last-child {
  width: 130px;
}
.table-m__td {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.table-m__td-container {
  margin-bottom: 20px;
  position: relative;
  font-size: 0;
}
.table-m__td-container > * {
  display: inline-block;
  margin-right: 20px;
}
.table-m__td-wrap-cart {
  position: relative;
  height: 155px;
  padding-top: 20px;
}
.table-m__td:first-child {
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 20px;
}
.table-m__tr:first-child .table-m__td:first-child {
  border-top-left-radius: 4px;
}
.table-m__tr:last-child .table-m__td:first-child {
  border-bottom-left-radius: 4px;
}
.table-m__td:nth-child(2) {
  max-width: 365px;
}
.table-m__td:last-child {
  padding-right: 30px;
  padding-left: 15px;
}
.table-m__tr:first-child .table-m__td:last-child {
  border-top-right-radius: 4px;
}
.table-m__tr:last-child .table-m__td:last-child {
  border-bottom-right-radius: 4px;
}
.table-m__tr {
  background-color: #ffffff;
  height: 155px;
}
.table-m__tr:hover {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.table-m__tr_bottom + .table-m__tr {
  height: 35px;
}
.table-m__tr_bottom + .table-m__tr .table-m__td {
  vertical-align: top;
  border-top: none!important;
}
.table-m__tr_bottom + .table-m__tr .table-m__td:first-child {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 0;
}
.table-m__tr_bottom + .table-m__tr .table-m__td:last-child {
  white-space: nowrap;
  padding-left: 0;
}
.table-m__tr_bottom + .table-m__tr .table-m__td:last-child hr {
  margin-top: -1px;
}
.table-m__tr_bottom + .table-m__tr .table-m__td .item__assemble {
  padding-left: 10px;
}
.table-m__tr + .table-m__tr .table-m__td {
  border-top: 1px solid #ecedf0;
}
.table-m hr {
  margin: 0 0 7px;
  border-color: #ecedf0;
}
.flash-message-block {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  -webkit-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.2);
  height: 60px;
  display: none;
}
.flash-message-block.flash-message-block_black {
  background-color: #333333;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.44705882);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.44705882);
  color: #ffffff;
  height: 70px;
  position: relative;
}
.flash-message-block.flash-message-block_black .alert {
  border-color: #ffcc00;
  background-color: #333333;
  height: 70px;
  position: relative;
}
.flash-message-block.flash-message-block_black .flash-message-block__del {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.flash-message-block.flash-message-block_black .flash-message-block__text {
  text-shadow: 0 0;
  line-height: 18px;
  width: 90%;
}
.flash-message-block.flash-message-block_black .flash-message-block__item {
  padding-left: 25px;
}
.flash-message-block.flash-message-block_autoheight {
  height: auto;
}
.flash-message-block.flash-message-block_autoheight .alert {
  height: auto;
}
.flash-message-block.flash-message-block_autoheight ul {
  width: 90%;
}
.flash-message-block.flash-message-block_autoheight .flash-message-block__item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.flash-message-block .wrapper {
  height: 100%;
}
.flash-message-block p {
  margin: 0;
}
.flash-message-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 70%;
  height: 100%;
}
.flash-message-block ul_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.flash-message-block ul_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.flash-message-block ul_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.flash-message-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
}
.flash-message-block__item_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.flash-message-block__item_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.flash-message-block__item_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.flash-message-block__del {
  position: absolute;
  right: -10px;
  top: 16px;
  z-index: 10;
}
.flash-message-block__del::before,
.flash-message-block__del::after {
  background-color: #c9c9c9;
}
.flash-message-block .flash-message-block__but {
  width: 180px;
  color: #fa6405;
  position: absolute;
  right: 100px;
  font-size: 12px;
  height: 31px ;
  line-height: 29px ;
  font-weight: 600;
}
.flash-message-block__text {
  margin-left: 15px;
  width: 70%;
}
@media (max-width: 1023px) {
  .flash-message-block__text {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 0) {
  .flash-message-block__text {
    width: 60%;
  }
}
.flash-message-block__name {
  color: #68b6fb;
}
.alert {
  padding: 5px 35px 4.5px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: 2px solid #fa6405;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: none;
  position: fixed;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: 8px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  color: #202020;
}
.alert-danger,
.alert-error {
  color: #ff4d4d;
}
.alert-info {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.js-flash-noanimate,
.js-flash-noanimate .alert {
  display: block;
}
.catalog-items {
  position: relative;
  border: 1px solid #ecedf0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  /*  перезапись. старая пагинация  */
}
.catalog-items_grid .items {
  left: 0;
}
.catalog-items_grid .items .item {
  width: 25%;
  height: 430px;
  padding: 0px;
    position: relative;
}
.catalog-items_grid .items .item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
}
.catalog-items_grid .items .item:nth-child(4n) {
  border-right-width: 0;
}
.catalog-items_grid .items .item:nth-child(4n + 1) {
  border-left: 0;
}
.catalog-items_grid .items .item:nth-child(-n+4) {
  border-top-width: 1px;
}
.catalog-items_grid .items .item .item__descript-conteiner {
  padding-top: 7px;
}
.item.table__tr{
    position: relative;
}
.item.table__tr .inner-item-product{
    position: absolute;
    left: 0px;
    padding: 15px;
    border-radius: 10px;
    z-index: 2;
    background-color: #fff;
    height: 430px;
    width: 100%;
}
.item.table__tr:hover{
    -webkit-box-shadow:unset;
    box-shadow:unset;
}
.item.table__tr:hover .inner-item-product{
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    z-index: 10;
}
.item.table__tr:hover .table-list-discounts{
    height: fit-content;
    visibility: visible;
}
.catalog-items_list .items .el-plate-container {
  left: 20px;
  bottom: 0px;
}
.catalog-items_list .items .banner-conteiner {
  margin: 15px 0;
}
.catalog-items_list .items .banner-listing {
  padding: 0 !important;
}
.catalog-items_list .items .stnd-block {
  margin: 0;
}
.catalog-items_list .items .item {
  width: 100%;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog-items_list .items .item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.catalog-items_list .items .item__features {
  padding-bottom: 12px;
}
.catalog-items_list .items .item__status {
  font-size: 12px;
}
.catalog-items_list .items .item__status-wrap {
  margin-top: 15px;
  padding-top: 7px;
  padding-bottom: 9px;
  margin-bottom: 20px;
}
.catalog-items_list .items .item__service-wrap {
  margin-bottom: 30px;
}
.catalog-items_list .items .item__discounts-wrap {
  padding-top: 10px;
}
.catalog-items_list .items .item__img {
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-items_list .items .item .js-input-spin {
  width: 32px;
}
.catalog-items_list .items .item .input-group-btn {
  width: 29px;
}
.catalog-items_list .items .item .variants-count {
  right: 30px;
}
.catalog-items_list .items .item__descript {
  font-size: 14px;
  height: auto;
  max-height: 50px;
  margin-bottom: 15px;
}
.catalog-items_list .items .item__descript::after {
  top: 50px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  bottom: auto;
}
.catalog-items_list .items .item .item__descript-conteiner {
  padding-top: 0;
}
.catalog-items_list .items .item__container_right {
  top: 0;
}
.catalog-items_list .items .item__price {
  font-size: 19px;
  font-weight: 600;
}
.catalog-items_list .items .item__articul {
  font-size: 13px;
}
.catalog-items_list .items .item__li {
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.catalog-items_list .items .item__li_img {
  width: 235px;
  min-width: 235px;
  padding-right: 15px;
}
.catalog-items_list .items .item__li_info {
  width: 100%;
  padding-right: 38px;
}
.catalog-items_list .items .item__li_buy {
  width: 260px;
  min-width: 260px;
  padding: 5px 24px 0 20px;
  border-left: 1px solid #e4e4e4;
}
.catalog-items_list .items .item .properties-table {
  width: 100%;
  max-width: 260px;
  overflow: hidden;
}
.catalog-items_list .items .item .properties-table__tr {
  display: table;
  white-space: nowrap;
}
.catalog-items_list .items .item .properties-table__td {
  width: auto;
  font-size: 13px;
  text-align: right;
  display: table-cell;
  white-space: normal;
  vertical-align: middle;
}
.catalog-items_list .items .item .properties-table__td:first-child {
  width: 100%;
  text-align: left;
}
.catalog-items_list .items .item .properties-table__td:last-child {
  white-space: nowrap;
}
.catalog-items_list .items .item .properties-table__td_dotted > span::after {
  color: inherit;
}
.catalog-items_list .items .item .properties-table__tr:first-child .properties-table__td {
  padding-top: 0;
}
.catalog-items_list .items .item .properties-table__tr:last-child .properties-table__td {
  padding-bottom: 0;
}
.catalog-items_list .items .item__line {
  width: 100%;
  position: relative;
  display: block;
}
.catalog-items_box {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.catalog-items .items_1 .item:nth-child(4n) {
  border-right-width: 1;
}
.catalog-items .items_1 .item:nth-child(1) {
  border-top-right-radius: 4px;
}
.catalog-items .items_1 .item:nth-child(1n) {
  border-right-width: 0;
}
.catalog-items .items_1 .item:nth-child(-n + 1) {
  border-top-width: 0;
}
.catalog-items .items_2 .item:nth-child(4n) {
  border-right-width: 1;
}
.catalog-items .items_2 .item:nth-child(2) {
  border-top-right-radius: 4px;
}
.catalog-items .items_2 .item:nth-child(2n) {
  border-right-width: 0;
}
.catalog-items .items_2 .item:nth-child(-n + 2) {
  border-top-width: 0;
}
.catalog-items .items_3 .item:nth-child(4n) {
  border-right-width: 1;
}
.catalog-items .items_3 .item:nth-child(3) {
  border-top-right-radius: 4px;
}
.catalog-items .items_3 .item:nth-child(3n) {
  border-right-width: 0;
}
.catalog-items .items_3 .item:nth-child(-n + 3) {
  border-top-width: 0;
}
.catalog-items .items_4 .item:nth-child(4n) {
  border-right-width: 1;
}
.catalog-items .items_4 .item:nth-child(4) {
  border-top-right-radius: 4px;
}
.catalog-items .items_4 .item:nth-child(4n) {
  border-right-width: 0;
}
.catalog-items .items_4 .item:nth-child(-n + 4) {
  border-top-width: 0;
}
.catalog-items .items_5 .item:nth-child(4n) {
  border-right-width: 1;
}
.catalog-items .items_5 .item:nth-child(5) {
  border-top-right-radius: 4px;
}
.catalog-items .items_5 .item:nth-child(5n) {
  border-right-width: 0;
}
.catalog-items .items_5 .item:nth-child(-n + 5) {
  border-top-width: 0;
}
.catalog-items.catalog-items_inner {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.catalog-items__paginator {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog-items__paginator:empty {
  display: none;
}
.catalog-items__paginator_out {
  position: relative;
}
.catalog-items__paginator_out .pagination-conteiner {
  margin: 0;
  position: absolute;
  right: 0;
}
.items .catalog-items__paginator .pagination-conteiner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.catalog-items .catalog-items__moreitems {
  display: block;
  width: 50%;
  height: 80px;
  text-align: center;
  height: 100%;
  background-color: #f9f9f9;
  color: #202020;
}
.catalog-items .catalog-items__moreitems:hover {
  color: inherit;
}
.catalog-items .catalog-items__moreitems_wrap {
  position: absolute;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 80px;
}
.catalog-items .catalog-items__moreitems-wrap {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.catalog-items .catalog-items__moreitems-ico {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 700;
  border: 1.5px solid #999999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.catalog-items .catalog-items__moreitems-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 150%;
}
.catalog-items .catalog-items__moreitems-title {
  font-size: 18px;
  font-weight: 600;
}
.catalog-items .catalog-items__moreitems-notice {
  font-size: 15px;
}
.catalog-items__more {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  margin-top: 14px;
  padding: 10px 10px 11px;
  border: 1px solid #e4e4e4;
  color: #333333;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.catalog-items__more:hover {
  border-color: #c9c9c9;
  color: #333333;
}
.table .catalog-items .table__tr:first-child {
  border-top-width: 0;
}
.catalog-items .item-wrap {
  width: 100%;
  background: #fff;
  border: 1px solid #ecedf0;
  border-bottom-width: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.items {
  width: 100%;
  min-height: 300px;
  font-size: 0;
  padding: 0;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
*:not(.catalog-items) > .items[class*="items_"] {
  left: 0;
}
*:not(.catalog-items) > .items[class*="items_"] .item {
  margin-left: 0;
  border-right: 2px solid #ecedf0;
}
*:not(.catalog-items) > .items[class*="items_"] .item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
*:not(.catalog-items) > .items[class*="items_"] .item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
*:not(.catalog-items) > .items[class*="items_"] .item__status {
  display: none;
}
.items.items_1 .item {
  width: 100%;
}
.items.items_2 .item {
  width: 50%;
}
.items.items_3 .item {
  width: 33.33333333%;
}
.items.items_4 .item {
  width: 25%;
}
.items.items_5 .item {
  width: 20%;
}
.items.items_6 .item {
  width: 16.66666667%;
}
.items[class*="items_"] img {
  width: 100%;
}
.items__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.items__row:last-child .item {
  margin-bottom: 0;
}
.items__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 30px 0 15px 0;
  margin: 0;
}
.items__child {
  width: 100%;
  border-left: 0;
  border-right: 0;
}
.items__child-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}
.items .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background-color: #ffffff;
  padding: 15px 20px;
  height: auto;
    border-radius: 10px;
}
@media (max-width: 1023px) {
  .items .item {
    width: 50%;
  }
  .items .item:nth-child(2n+1) {
    /* border-left-width: 0; */
    /* chk slick-slide */
  }
}
.items .item_1level {
  width: calc(25% - 11px);
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #F4F4F4;
}
.items .item_1level:not(:first-child) {
  margin-left: 15px;
}
.items .item_1level_empty {
  visibility: hidden;
}
.items .item_1level:hover .el-count-plate {
  right: 9.5px;
}
.items .item_1level .item__img img{
    mix-blend-mode: multiply;
}
.items .item .el-count-plate {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: color, background 1s ease;
  transition: color, background 1s ease;
}
.items.slick-slider {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.items.slick-slider .item {
  border-right: 2px solid #ecedf0;
}
.items.slick-slider .item:hover {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.items.slick-slider.slick-slider .slick-active.slick-last-shown .item {
  border-right: none!important;
}
.items .items__none {
  display: none !important;
}
.items .table__td {
  padding: 0;
  width: 100% !important;
}
.item {
  font-size: 14px;
  position: relative;
}
.item:not(tr):hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 6;
}
.slider-default .item:not(tr):hover {
  z-index: auto;
}
.item.item_header:hover {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.item.item_hidevariants {
  padding-left: 20px;
  padding-right: 20px;
}
.item.item_rowbuy {
  height: 433px;
}
.item.item_hidevariants.item_rowbuy {
  height: 362px;
}
.item_archive .item__img {
  width: 75px;
  height: 75px;
}
.item_cart .item__img {
  width: 30px;
  height: 50px;
}
.item_cart .item__articul,
.item_cart .item__descript {
  margin-bottom: 10px;
  overflow: hidden;
}
.item_cart .item__descript {
  color: #000000;
  font-size: 15px;
  height: 38px;
}
.item_cart .item__status {
  vertical-align: top;
  line-height: 100%;
}
.item_cart .item__articul {
  font-size: 12px;
  color: #999999;
  margin-bottom: 8px;
}
.item_cart .item__rotate {
  position: absolute;
  bottom: 15px;
  height: 23px;
  line-height: 23px;
  border-color: #e4e4e4;
  font-size: 12px;
}
.item_cart .item__rotate:hover {
  border-color: #c9c9c9;
}
.item_cart .item__wishlist {
  position: absolute;
  left: 110px;
}
.item_cart .item__price {
  font-size: 13px;
  color: #999999;
  position: absolute;
  right: 0;
}
.item_cart .item__price .rub {
  font-size: 10px;
}
.item_cart .item__price > *,
.item_cart .item__price .item__price-oldvalue {
  line-height: 18px;
}
.item_cart .item__summ {
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
}
.item_cart .item__del {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #999999;
  font-size: 12px;
}
.item_cart .item__del:hover {
  color: #fa6405;
}
.item_cart .item__rigging {
  color: #fa6405;
  padding-left: 9px;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
}
.item_modification .item__img {
  height: 65px;
}
.item_modification .item__price {
  font-size: 14px;
  font-weight: 700;
}
.item_modification .item__price .rub {
  font-weight: 400;
  vertical-align: top;
}
.item_modification .item__descript {
  margin: 0;
}
.table .item_modification .item__descript {
  max-height: 37px;
  height: auto;
}
.item a {
  text-decoration: none;
}
.item__container.item__container_right {
  position: absolute;
  right: 0;
  text-align: right;
}
.item__row_buy .item__container.item__container_right {
  top: 0;
}
.table .item__container.item__container_right {
  position: relative;
}
.table .item__articul + .item__container.item__container_right {
  position: absolute;
  right: -10px;
  top: -29px;
  text-align: right;
}
.variant__item .item__container.item__container_right {
  position: relative;
  float: right;
}
.item__container.item__container_right_1 {
  right: 0;
}
.item__container.item__container_right_2 {
  right: 0;
  top: -4px;
}
.item__container.item__container_right_3 {
  right: 36px;
}
.cart-main .item__container.item__container_right {
  right: auto;
  left: 110px;
  top: -4px;
}
.item__container.item__container_left {
  display: flex;
  align-items: flex-end;
    gap: 6px;
}
.item__container_left + .item__container_left.item__container_articul {
  margin-left: 20px;
}
.item__container_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#itemsGrid .item__container_articul {
  position: absolute;
  left: 98px;
  top: 2px;
  text-align: right;
}
.item__buy-container {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item__buy-container > * {
  display: table-cell;
  vertical-align: middle;
}
.item__buy-container > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.item__buy-container > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .item__buy-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.item__buy.el-button.el-button_min {
  min-width: 111px;
  text-transform: uppercase;
  font-size: 14px;
}
.item__buy_big.el-button.el-button_min {
  font-size: 16px;
  padding: 6.5px 50px;
  line-height: 22px;
  font-weight: 400;
  height: auto;
}
.item__buy_cart.el-button.el-button_prim-0 {
  min-width: 0;
  width: 27px;
  height: 24px;
  padding: 0;
  vertical-align: middle;
}
.item__buy_default {
  margin-left: 30px;
  height: 30px;
  line-height: 30px;
}
.items_1 .item__buy_default {
  height: 26px;
  padding-right: 19px;
  padding-left: 19px;
}
.item__buy > span {
  line-height: inherit;
}
.item__notice {
  color: #999999;
}
.item__notice_img {
  position: absolute;
  font-size: 14px;
  right: 10px;
  top: 10px;
  line-height: 13px;
}
.item__notice_img span {
  color: #999999;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.item__notice_img span:first-child {
  text-transform: uppercase;
  font-size: 15.5px;
}
.item__notice_img span:last-child {
  background-color: #fa6405;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: normal;
  padding: 0 2px;
  border-radius: 2px;
}
.item__notice_img b {
  color: #fa6405;
  font-size: 22px;
  font-weight: 800;
}
.item__notice b {
  color: #fa6405;
}
.item__price-wrap {
  text-align: left;
  width: 100%;
  display: inline-block;
  position: relative;
}
.table .item__price-wrap {
  top: -10px;
  left: 20px;
}
.item__service-wrap {
  margin-bottom: 5px;
}
.items .item__service-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.table .item__service-wrap {
  position: relative;
}
.table .item__service-wrap_listing {
  width: 360px;
}
.item__service-wrap__right {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}
.item__service-wrap__right > * {
  vertical-align: middle;
}
.item__service-wrap__right .item__del {
  right: 25px;
}
.item__discounts-wrap {
  margin: 25px 0;
}
.item__price-container {
  position: relative;
  display: inline-block;
}
.item__price {
  font-size: 0;
  white-space: nowrap;
  color: #202020;
}
.item__price > b {
  font-size: 19px;
  margin-right: 5px;
}
.table .item__price {
  text-align: left;
}
.item__price .el-question {
  margin-left: 7px;
}
.item__price-old {
  color: #949494;
  text-decoration: line-through;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
.item__price-old_cart {
  font-size: 13px;
}
.item__price-old_cart .rub {
  font-size: 10px !important;
}
.item__price-old_variant {
  position: absolute;
  margin-top: 7px;
  font-size: 22px;
  line-height: 100%;
  margin-left: 25px;
}
.variant__b-properties .item__price-old_variant {
  right: auto;
}
.item__price-old_variant .svg-ruble {
  text-decoration: line-through;
}
.item__price-old.deactive {
  visibility: hidden;
}
.table .item__price-old {
  text-align: center;
}
.item__discount {
  display: inline-block;
  vertical-align: bottom;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #fa6405;
  border-radius: 4px;
  margin-left: 10px;
  padding: 0 6px 0 5px;
  position: relative;
}
.item__discount_variant {
  margin-left: 0;
  margin-top: 10px;
}
.item__features {
  font-size: 10px;
  margin-top: 3px;
}
.catalog-items_grid .item__features {
  position: absolute;
}
.item__features-product {
  font-size: 12px;
  margin-top: 12px;
  display: block;
  position: absolute;
  line-height: 16px;
}
.item__status {
  font-size: 14px;
  color: #999999;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: inherit;
  z-index: 1;
}
.table .item__container_statusfix .item__status {
  position: absolute;
  right: -10px;
  bottom: 26px;
}
.item__status > i {
  margin-left: 5px;
}
.item__status_green {
  color: #009900;
}
.item__status_top br {
  display: none;
}
.item__button-container {
  position: relative;
  display: inline-block;
}
.item__button-container button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
}
.item__button-container button:hover {
  border-color: #d0d0d0;
}
.table .item__button-container_heart {
  position: absolute;
  right: 260px;
  top: 58px;
}
.table .item__favorite {
  margin-bottom: 5px;
}
.item__rotate {
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  font-size: 12px;
}
.item .item__descript-conteiner {
  position: relative;
}
.item__descript {
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
  clear: both;
  color: #202020;
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
  /*     .catalog-items &{
        &:after{
                content: "";
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 12px;
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
            }
        } */
}
.item__descript a {
  -webkit-transition: none;
  transition: none;
  line-height: 17px;
}
.item__descript a:hover {
  color: #0386f8;
}
.table .item__descript {
  max-width: 330px;
  max-height: 37px;
}
.items .item__descript {
  height: 51px;
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 0) {
  .items .item__descript {
    min-height: 16px;
    max-height: 16px;
  }
}
.item__title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
}
.item__rating {
  display: block;
}
.item__rating .el-rating span:hover::before,
.item__rating .el-rating span:hover ~ .item__rating .el-rating span::before {
  content: "";
}
.item__articul {
  font-size: 13px;
  white-space: nowrap;
  display: flex;
  gap: 6px;
}
.item__articul span {
  font-weight: 400;
}
.table .item__articul {
  display: inline-block;
  vertical-align: middle;
}
.item__counter {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  min-width: 88px;
  white-space: nowrap;
  border: 2px solid #ECEDF0;
    border-radius: 8px;
    overflow: hidden;
}
.item__counter:hover{
    border-color: #AEAEAE;
}
.item__counter_block {
  display: block;
  margin-bottom: 10px;
}
.item__counter__input {
  width: 30px;
  border: 1px solid #e4e4e4;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  outline: none;
  text-align: center;
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.item__counter_mini .item__counter__input,
.el-counter_mini .item__counter__input {
  height: 34px;
  width: 34px;
}
.header-info .item__counter__input {
  width: 34px;
  height: 34px;
}
.item__counter button {
  cursor: pointer;
  color: #202020;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 25px;
  line-height: 100%;
  background-color: #fff;
  border: none;
  border-radius: 8px;
}
.item__counter button:hover{
    background-color: #fff;
}

.item__infotext {
  margin: 20px 0 35px;
  font-size: 13px;
  line-height: 122%;
}
.items .item__status-wrap {
  display: inline-block;
  vertical-align: top;
}
.items .item__status-wrap noindex{
    display: flex;
    gap: 6px;
}
.table .item__status-wrap {
  padding-right: 0;
  padding-left: 20px;
}
.item__row {
  margin-bottom: 12px;
  clear: both;
  position: relative;
}
.item__row_0 {
  margin-bottom: 0;
}
.item__row_5 {
  margin-bottom: 5px;
}
.item__row_10 {
  margin-bottom: 10px;
}
.item__row_25 {
  margin-bottom: 25px;
}
.item__row_last {
  margin-bottom: 0;
}
.table .item__row_last {
  padding-right: 25px;
}
.item__row_buy {
  margin-top: 10px;
}
.item__points {
  top: 7px;
  position: relative;
}
.item__points_nopoints {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  top: 1px;
}
.item__img {
  width: 104px;
  text-align: center;
  height: 75px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
}
.item__img img {
  max-height: 100%;
  max-width: 100%;
}
.item__img_big {
  width: 170px;
  height: 170px;
}
.items .item__img {
  width: 200px;
  height: 200px;
  margin-bottom: 0px;
}
.item_1level .item__img {
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
}
.item__img:hover .item__look {
  bottom: 0;
}
.item__img .item__look {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 76px;
  bottom: -76px;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.item__img .item__look:hover {
  color: #fa6405;
}
.item__color {
  position: absolute;
  right: 25px;
  top: 28px;
}
.item__color button {
  display: block;
  margin-bottom: 6px;
}
.item__assemble {
  text-align: left;
  padding: 0;
  width: 226px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.item__assemble + .item__rigging {
  border-left: 1px solid #e4e4e4;
}
.item__assemble-title {
  vertical-align: middle;
  color: #fa6405;
  margin-right: 5px;
}
.item__assemble-title + .item__assemble-input {
  margin-right: 10px;
}
.item__assemble .bubble.bubble_bottom.bubble_error {
  top: -85px;
  color: #fa6405;
  margin-left: 45px;
}
.item__wrap-label {
  position: relative;
  padding-top: 10px;
}
.categories-list {
  width: calc(100% + 15px);
  padding: 0;
  margin-top: -9px;
  margin-left: -14px;
  margin-bottom: 17.3px;
  font-size: 0;
}
.categories-list a:hover {
  color: #202020;
}
.categories-list_compliment {
  margin-bottom: -7.5px;
}
.categories-list_compliment .categories-list__item {
  margin-left: 12px;
  width: calc(33.3% - 12px);
}
.categories-list_compliment .categories-list__conteiner {
  height: 67px;
  padding: 0 30px 0 10px;
  width: 100%;
}
.categories-list__name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  position: relative;
}
.categories-list__name:hover {
  color: #333333;
}
.categories-list__count {
  font-size: 11px;
  line-height: 15px;
  color: #bcbcbc;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 400;
}
.categories-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
  width: calc(20% - 15px);
  margin-left: 15px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}
.categories-list__item.active {
  border: 1px solid #c9c9c9;
}
.categories-list__item.active span {
  color: #fa6405;
}
.categories-list__item:nth-child(n+4) {
  /* padding-right: 0px */
}
.categories-list__item:hover {
  border-color: #c9c9c9;
}
.categories-list__conteiner {
  display: block;
  padding: 5px;
  padding-right: 7px;
  height: 50px;
  font-size: 12px;
  position: relative;
  text-decoration: none;
}
.categories-list__img {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 18px;
}
.categories-list__title {
  display: block;
}
.categories-list__radio {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.list-unwrap {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-unwrap_mini .list-unwrap__item {
  height: auto;
  line-height: 100%;
  padding: 0;
}
.wishlist-add .list-unwrap_mini .list-unwrap__item {
  padding-right: 20px;
}
.list-unwrap_mini .list-unwrap__title {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wishlist-add .list-unwrap_mini .list-unwrap__title {
  padding-left: 20px;
}
.list-unwrap__item {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  height: 33px;
  padding: 10px 28px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  position: relative;
  white-space: nowrap;
  /*         &:after{
            content:"...";
            position: absolute;
            right:0;
            top:0;
            width: 10px;
            height: 100%;
            background-color: #fff;
        } */
}
.list-unwrap__item:hover:not(.active) {
  border-color: #c9c9c9;
}
.list-unwrap__item.active {
  height: auto;
  background-color: #f9f9f9;
}
.list-unwrap__item:last-child {
  margin-bottom: 0;
}
.list-unwrap__del {
  position: absolute;
  top: 7px;
  right: 5px;
}
.list-unwrap__del.el-button {
  top: 0;
  right: 0;
  border: 0;
  width: 22px;
  height: 100%;
}
.list-unwrap__title {
  font-size: 13px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 138px;
}
.list-unwrap__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-unwrap__item:not(.active):hover .list-unwrap__title {
  color: #fa6405;
}
.list-unwrap__title span {
  font-size: 11px;
  color: #999999;
  margin-left: 3px;
}
.list-unwrap__text {
  color: #999999;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 120%;
  margin-left: auto;
  margin-right: auto;
  width: 138px;
}
.list-unwrap__but {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 138px;
  display: block;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
}
.list-unwrap__but:hover {
  color: #fa6405;
  border-color: #c9c9c9;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {

}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #e4e4e4;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #c9c9c9;
  opacity: 1;
}
.slick-dotted_under .slick-dots {
  bottom: auto;
  top: 100%;
}
.slider-brand {
  padding: 20px 0;
  margin-left: -10px;
}
.slider-brand__item {
  padding: 0 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.slider-brand .slick-track {
  padding: 5px 0;
}
.slider-brand .slick-slide {
  text-align: center;
  line-height: 80px;
  width: 160px;
}
.slider-brand .slick-slide > div {
  padding: 0 10px;
}
.slider-brand .slick-slide.slick-last-shown > div {
  padding-right: 3px;
}
.slider-brand .slick-slide img {
  max-height: 80px;
  display: inline-block;
}
.slider-brand_alt {
  padding: 0;
  margin: -8px -5px;
  height: auto;
}
.slider-brand_alt .slick-list {
  margin: 0;
}
.slider-brand_alt .slick-slide {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin: 8px 7.5px;
  border: 0;
  border-radius: 0;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-brand_alt .slick-slide:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.slider-brand_alt .slick-slide img {
  max-height: 100%;
  max-width: 100%;
}
.slick-slide {
  height: auto;
}
.items[class*="items_"] .slick-slide .item:first-child,
.items[class*="items_"] .slick-slide .item:last-child {
  border-radius: 0;
}
.items[class*="items_"] .slick-slide.slick-current .item {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.items[class*="items_"] .slick-slide.slick-last-shown .item {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.slick-slide img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.slider-help .slick-slide {
  width: 700px;
}
.slider-help .slick-slide img {
  max-width: 720px;
  width: 100%;
}
.slider-help .slick-list {
  /*          margin-left: 60px;
        margin-right: 60px;  */
}
.slider-help__item {
  margin: 10px 40px;
  -webkit-box-shadow: 0 0 7px 2px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 7px 2px rgba(50, 50, 50, 0.3);
  border-radius: 6px;
  padding: 10px;
}
.slider-help__item p:first-child {
  margin-top: 0;
}
.slider-default__but-wrap {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  display: none;
}
.slider-default[data-shadow] .slick-list {
  width: calc(100% + 9px);
}
.slider-default[data-shadow] .slick-slide {
  margin-left: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms ease-in-out 0ms, visibility 0ms ease-in-out 300ms;
  transition: opacity 300ms ease-in-out 0ms, visibility 0ms ease-in-out 300ms;
  font-size: 0;
  z-index: 1;
}
.slider-default[data-shadow] .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms ease-in-out 0ms, visibility 0ms ease-in-out 0ms;
  transition: opacity 300ms ease-in-out 0ms, visibility 0ms ease-in-out 0ms;
}
.js-slider_arrows,
.js-slider_fade,
.js-load-slider-this {
  visibility: hidden;
}
.slick-slider.js-recent-variants,
.slick-slider.items {
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
}
.recent-variants-wrap {
  clear: both;
}
.recent-variants {
  background-color: #f9f9f9;
  padding: 45px 0 35px;
}
.recent-variants__header {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.recent-variants__header-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.recent-variants__but-wrap {
  position: absolute;
  right: 0;
  top: -3px;
  display: none;
}
.recent-variants__prev {
  width: 10px;
}
.recent-variants__next {
  width: 10px;
}
.recent-variants__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.recent-variants__container_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.recent-variants__container_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.recent-variants__container_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.recent-variants__container::after,
.recent-variants__container::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.recent-variants__container::after {
  clear: both;
}
.recent-variants .recent-variants-item {
  position: relative;
  padding: 10px;
  margin: 0;
  height: 111px;
  background-color: #ffffff;
  width: 25%;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  font-size: 0;
  z-index: 1;
  border-left: 1px solid #ecedf0;
  border-right: transparent;
}
.recent-variants .recent-variants-item:hover a {
  color: #0386f8;
}
.recent-variants .recent-variants-item__left {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 120px;
  padding-right: 10px;
}
.recent-variants .recent-variants-item__right {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: calc(100% - 120px);
}
.recent-variants .recent-variants-item__img {
  width: 100%;
  height: 100%;
  display: block;
}
.recent-variants .recent-variants-item__img:before {
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.recent-variants .recent-variants-item__img img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.recent-variants .recent-variants-item__title {
  font-size: 12px;
  margin-bottom: 13px;
}
.recent-variants .recent-variants-item__price {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 3px;
}
.recent-variants .recent-variants-item__price > * {
  font-size: 19px;
}
.recent-variants .recent-variants-item + .recent-variants .recent-variants-item {
  margin-left: -1px;
}
.recent-variants-items-shadow {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.slick-slide.slick-active.slick-last-shown .recent-variants-item {
  border-left: 1px solid #ecedf0;
  border-right-color: transparent;
}
.recent-variants .slick-list {
  padding: 7px;
  margin: -7px;
  z-index: 1;
}
.recent-variants .slick-slide {
  margin-left: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 150ms ease 150ms, visibility 0ms ease 300ms;
  transition: opacity 150ms ease 150ms, visibility 0ms ease 300ms;
  font-size: 0;
  z-index: 1;
}
.recent-variants .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 150ms ease 0ms, visibility 0ms ease 0ms;
  transition: opacity 150ms ease 0ms, visibility 0ms ease 0ms;
}
.banners-brands {
  margin-bottom: 100px;
  width: 100%;
  display: none;
}
.banners-brands__item {
  display: inline-block;
  max-width: 20%;
}
.banners-brands__item img {
  width: 100%;
}
.banner-top {
  margin-bottom: 25px;
  margin-top: 25px;
  display: block;
  position: relative;
}
.banner-top .js-slider_fade > a{
  float: left;
}
.banner-top-header img {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner_block {
  margin-bottom: 30px;
}
.banners-grid {
  width: calc(100% + 5px);
  position: relative;
  font-size: 0;
  margin-bottom: 30px;
}
.banners-grid .banners-main {
  float: left;
  background-color: #00ffff;
  position: relative;
}
.items .banner-conteiner {
  display: block;
  border-top: none;
  border-bottom: none;
  width: calc(100% + 1px);
  margin-left: -1px;
}
.banner-conteiner ~ .item:nth-child(4n+1) {
  border-right-width: 0.5px !important;
}
.banner-listing {
  text-align: center;
  padding: 10px !important;
}
.table .banner-listing.table__td {
  height: 130px;
  position: static !important;
}
.banner-listing .banner-listing__wrap {
  position: static;
}
.table .banner-listing .banner-listing__wrap > * {
  position: absolute;
  margin-top: -57px;
  right: 0;
  left: 0;
}
.banner-listing img {
  max-width: 100%;
}
.banner-container {
  display: inline-block;
}
.banner-container::after,
.banner-container::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.banner-container::after {
  clear: both;
}
.banner-container .banner-main {
  display: block;
}
.banner-container_static {
  float: left;
}
.banner-feauters {
  padding: 15px;
  text-align: left;
  font-size: 18px;
}
.banner-feauters__item {
  display: block;
  margin-bottom: 20px;
  cursor: default;
  white-space: nowrap;
}
.banner-feauters__item:last-child {
  margin-bottom: 0;
}
.banner-counter {
  border: 1px solid #ffffff;
  border-radius: 2px;
  margin: 5px;
  padding: 20px 0;
  text-align: center;
  height: calc(100% - 10px);
  position: relative;
  font-size: 16px;
}
.banner-counter__title {
  color: #fa6405;
  text-transform: uppercase;
  position: relative;
  top: 15px;
  margin: 0;
}
.banner-main {
  height: 324px;
  line-height: 324px;
  width: 634px;
  text-align: center;
  position: relative;
  margin: 0 14px 14px 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.banner-main_bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) and (max-width: 0) {
  .banner-main_bottom-left {
    bottom: 343px;
  }
}
.banner-main_container {
  width: 309px;
  height: 479px;
}
.banner-main_action {
  height: 294px;
  width: 309px;
  margin: 0 14px 14px 0;
}
.banner-main_action .banner-main__img {
  bottom: auto;
}
.banner-main_action:nth-child(4n) {
  margin-right: 0;
}
.banner-main_action img {
  vertical-align: top;
}
.banner-main_noeffect {
  padding: 1px;
}
.banner-main_half {
  height: 324px;
  width: 309px;
}
.banner-main_quarter {
  height: 155px;
  line-height: 155px;
  width: 309px;
}
.banner-main__color {
  height: 100%;
  width: 100%;
  display: block;
}
.banner-main__img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.banner-main__title {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  height: 100px;
  line-height: 100px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  display: block;
  font-weight: 700;
}
.banner-main:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.SideEvent--default {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.SideEvent--default .SideEvent__close {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANAQMAAABIJXY/AAAABlBMVEUAAACLi4vqGlaGAAAAAXRSTlMAQObYZgAAAChJREFUCNdjcBBgeGDBUFDAYPGAQfYAA38DAzsDiASygSJAcaCsgwAAuuMJoIcuW8QAAAAASUVORK5CYII=');
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  display: none;
  width: 25px;
  height: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.55;
}
.SideEvent--default .SideEvent__close:hover {
  opacity: 1;
}
.SideEvent--default .SideEvent__content {
  position: absolute;
}
.SideEvent--default .SideEvent__content:nth-child(2) {
  display: none!important;
}
.SideEvent--default .SideEvent__image {
  display: block;
  width: 210px;
  height: auto;
}
@media (min-width: 1118px) and (max-width: 1599px) {
  .SideEvent--default {
    position: fixed;
    top: 250px;
    left: 0;
    z-index: 6;
    display: block;
  }
  .SideEvent--default.SideEvent--open .SideEvent__close {
    display: block;
  }
  .SideEvent--default.SideEvent--open .SideEvent__preview {
    width: 0;
  }
  .SideEvent--default.SideEvent--open .SideEvent__content {
    left: 10px;
    width: 210px;
    height: 315px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  .SideEvent--default .SideEvent__image {
    height: 100%;
    width: auto;
    margin: auto;
  }
  .SideEvent--default.SideEvent--right {
    left: auto;
    right: 0;
  }
  .SideEvent--default.SideEvent--right .SideEvent__preview {
    background-position: 0 0;
  }
  .SideEvent--default.SideEvent--right .SideEvent__content {
    left: auto;
    right: 10px;
  }
  .SideEvent--default .SideEvent__preview {
    width: 40px;
    height: 200px;
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .SideEvent--default .SideEvent__content {
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (min-width: 1600px) {
  .SideEvent--default {
    position: relative;
    display: block;
  }
  .SideEvent--default .SideEvent__preview {
    display: none;
  }
  .SideEvent--default .SideEvent__content {
    top: 25px;
    left: -10vw;
  }
  .SideEvent--default .SideEvent__image {
    width: 10vw;
  }
  .SideEvent--default.SideEvent--right .SideEvent__content {
    left: auto;
    right: -10vw;
  }
  .content {
    min-height: 630px;
  }
}
@media (min-width: 1920px) {
  .SideEvent--default .SideEvent__content {
    left: -322px;
  }
  .SideEvent--default .SideEvent__content:nth-child(2) {
    display: block!important;
  }
  .SideEvent--default .SideEvent__content:last-child {
    display: none!important;
  }
  .SideEvent--default .SideEvent__image {
    width: 320px;
  }
  .SideEvent--default.SideEvent--right .SideEvent__content {
    right: -322px;
  }
  .content {
    min-height: 960px;
  }
}
body.mod-content.con-index.act-index {
  background-color: #f9f9f9;
}
body.mod-content.con-index.act-index .recent-variants {
  background-color: #ffffff !important;
}
.b-article-previews-tags {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0;
}
.b-article-previews-tags__title {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.b-article-previews-tags__tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  min-width: 165px;
  padding: 0 24.5px;
  line-height: 34px;
  background-color: #ffffff;
  border-radius: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: #333333;
}
.b-article-previews-tags__tag_active {
  font-weight: 700;
}
.b-article-previews-tags__tag:hover {
  color: #333333;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24705882);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24705882);
}
.b-article-previews-tags__tag + .b-article-previews-tags__tag {
  margin-left: 20px;
}
.b-article-previews-tags_bot-tags {
  margin-left: -15px;
}
.b-article-previews-tags_bot-tags .b-article-previews-tags__title {
  margin-left: 15px;
}
.b-article-previews-tags_bot-tags .b-article-previews-tags__tag {
  min-width: 0;
  margin-left: 15px;
  margin-bottom: 15px;
}
.b-promotion-previews-tags {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-promotion-previews-tags__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px 0 25px;
  line-height: 36px;
  background-color: #f9f9f9;
  border-radius: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-right: 15px;
}
.b-promotion-previews-tags__tag:hover {
  color: #fff;
}
.b-promotion-previews-tags__svg {
  margin-right: 12px;
  vertical-align: middle;
  max-height: 13px;
  max-width: 15px;
}
.b-previews-tags {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0;
}
.b-article-previews-listing {
  padding: 0 1rem 3rem;
  margin-top: 30px;
}
.b-article-previews-listing__paginator {
  min-height: 34px;
  margin-bottom: 50px;
  margin-top: -25px;
}
.b-article-previews-listing__paginator .pagination-conteiner {
  margin: 0;
}
.b-article-previews-listing_promotion .b-article-previews-listing__paginator {
  margin-top: 10px;
  margin-bottom: -150px;
}
.b-article-previews-listing + .recent-variants-conteiner {
  margin-top: 85px;
}
.b-article-previews-listing__inner {
  max-width: 156rem;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 0) {
  .b-article-previews-listing {
    padding: 0;
  }
  .b-article-previews-listing__inner {
    font-size: 0;
    line-height: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .b-article-previews-listing {
    padding: 0;
  }
  .b-article-previews-listing__inner {
    position: relative;
  }
}
.b-article-preview {
  position: relative;
  border-bottom: 25px;
  background-clip: padding-box;
  background-color: #ffffff;
}
.b-article-preview__tags {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.b-article-preview__tag {
  border-radius: 50px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 20px;
  color: #ffffff;
  line-height: normal;
}
.b-article-preview__tag + .b-article-preview__tag {
  margin-left: 10px;
}
.b-article-preview__tag_red {
  background-color: #ff4d4d;
}
.b-article-preview.b-article-preview_promotions {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 30px;
  width: calc(33.33333333333333% -  30px*2/3);
}
.b-article-preview_promotions.b-article-preview_promotion {
  width: 100%;
  margin-bottom: 60px;
  margin-left: 0;
}
@media only screen and (min-width: 0) {
  .b-article-preview {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33333333333333% -  50px*2/3);
    margin-bottom: 45px;
    margin-left: 50px;
  }
  .b-article-preview:first-child,
  .b-article-preview:nth-child(3n+1) {
    margin-left: 0;
  }
  .b-article-preview:nth-child(3n+1) .b-tooltip {
    left: -50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .b-article-preview:nth-child(3n+1) .b-tooltip .b-tooltip__inner::before {
    left: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 1366px) {
  .b-article-preview {
    width: calc(33.33333333% -  50px*2/3);
  }
  .b-article-preview:nth-child(3n+1) .b-tooltip {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .b-article-preview:nth-child(3n+1) .b-tooltip .b-tooltip__inner::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .b-article-preview:nth-child(4n+1) .b-tooltip {
    left: -50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .b-article-preview:nth-child(4n+1) .b-tooltip .b-tooltip__inner::before {
    left: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.b-article-preview__inner {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.b-article-preview__inner:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.b-article-preview.b-article-preview_promotions .b-article-preview__inner {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.b-article-preview__img-wrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #fff;
}
.b-article-preview_promotions .b-article-preview__img-wrapper {
  height: 200px;
}
.b-article-preview_promotions.b-article-preview_promotion .b-article-preview__img-wrapper {
  height: 340px;
}
.b-article-preview__img-wrapper .b-article-preview__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-article-preview__img {
  height: 100%;
  width: fit-content;
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}
.b-article-preview__content {
  height: 265px;
  padding: 25px 30px 25px 30px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #666666;
  background-color: #ffffff;
}
.b-article-preview_promotions .b-article-preview__content {
  padding: 15px 20px;
  height: 100px;
}
.b-article-preview_promotions.b-article-preview_promotion .b-article-preview__content {
  min-height: 206px;
  height: auto;
  padding: 30px 30px;
}
.b-article-preview__time,
.b-article-item-time {
  position: relative;
  font-size: 0.852rem;
  line-height: 1.42rem;
  overflow: hidden;
  color: #666666;
}
.b-article-preview_promotions .b-article-preview__time,
.b-article-preview_promotions .b-article-item-time {
  font-size: 12px;
}
.b-article-preview_promotions.b-article-preview_promotion .b-article-preview__time,
.b-article-preview_promotions.b-article-preview_promotion .b-article-item-time {
  font-size: 15px;
}
.b-article-preview__time::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1.065rem;
  position: absolute;
  right: 0;
  width: 4.26rem;
}
.b-article-preview__title {
  max-height: 5.68rem;
  margin: 0;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8744rem;
  color: #000000;
  overflow: hidden;
  word-wrap: break-word;
}
.b-article-preview__title::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1.775rem;
  position: absolute;
  right: 0;
  width: 4.26rem;
}
.b-article-preview_promotions .b-article-preview__title {
  font-size: 14px;
  line-height: 19px;
  overflow: visible;
  max-height: initial;
}
.b-article-preview_promotions .b-article-preview__title:hover {
  color: #000000;
}
.b-article-preview_promotions.b-article-preview_promotion .b-article-preview__title {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.b-article-preview__title p {
  margin: 0;
  line-height: 20px;
}
.b-article-preview__link {
  display: inline-block;
  height: 100%;
}
.b-article-preview__link:after {
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.b-article-preview__text {
  position: relative;
  max-height: 4.686rem;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  word-wrap: break-word;
}
.b-article-preview__text::after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABCAQAAAAoEQWKAAAAJ0lEQVQI12P8z8DAxMAMhSxwyArGCMgGx2wYNIJkRYEsSJAZDqEAALcFAgAAII1bAAAAAElFTkSuQmCC") 0 0 repeat-y;
  bottom: 0;
  content: "";
  display: block;
  height: 1.775rem;
  position: absolute;
  right: 0;
  width: 4.26rem;
}
.b-article-preview__app-wrapper {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 50px;
  left: 2.13rem;
}
.b-article-preview__app {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 2.13rem;
  height: 2.13rem;
  -webkit-box-shadow: inset 0 0 0 1px #666666;
  box-shadow: inset 0 0 0 1px #666666;
  border-radius: 50%;
  cursor: pointer;
}
.b-article-preview__app:not(:last-child) {
  margin-right: 0.71rem;
}
.b-article-preview__app-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-article-preview__ticker {
  position: absolute;
  bottom: 50px;
  left: 2.13rem;
  display: inline-block;
  vertical-align: middle;
  max-width: 45%;
  max-height: 2.556rem;
  padding: 0.426rem 0.71rem;
  border-radius: 0.213rem;
  font-family: "OpenSans", sans-serif;
  font-size: 0.781rem;
  font-weight: 700;
  line-height: 0.852rem;
  color: #ffffff;
  text-transform: uppercase;
}
.b-article-preview__ticker-inner {
  max-height: 1.704rem;
  overflow: hidden;
}
@media only screen and (min-width: 0) {
  .b-article-preview__ticker {
    font-size: 9px;
    line-height: 10px;
  }
  .b-article-preview__ticker-inner {
    max-height: 20px;
  }
}
@media screen and (min-width: 990px) {
  .b-article-preview__ticker {
    font-size: 0.781rem;
    line-height: 0.852rem;
  }
  .b-article-preview__ticker-inner {
    max-height: 1.704rem;
  }
}
.b-article-preview__stats-wrapper {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-article-preview_promotions .b-article-preview__stats-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  bottom: 15px;
}
.b-article-preview_promotions.b-article-preview_promotion .b-article-preview__stats-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  bottom: 30px;
}
.b-article-container {
  width: 100%;
  background-color: #ffffff;
  padding: 50px 32px;
}
.b-article-previews-show-all {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  background-color: #ffffff;
  color: #333333;
  height: 50px;
  text-align: center;
  margin-bottom: 70px;
}
.b-article-previews-show-all:hover {
  color: #333333;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.b-article-previews-show-all span {
  vertical-align: middle;
}
.b-article-previews-show-all .el-arrow-but {
  margin-left: 48px;
  vertical-align: middle;
}
.b-article-preview-photo-icons {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.b-article-preview-photo-icons__ico {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: block;
}
.b-article-preview-photo-icons__gift {
  background-color: #fa6405;
  position: relative;
}
.b-article-preview-photo-icons__gift::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 36px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/ico/article-preview-gift.png");
}
#page-publications {
  margin-bottom: 25px;
}
#page-publications + time {
  margin-top: 10px;
  font-size: 13px;
}
.b-article {
  background-color: #ffffff;
  padding: 50px 30px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.b-article_article {
  padding: 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.b-article_article .b-article__content {
  padding-right: 0;
  width: 100%;
  font-size: inherit;
}
.b-article__p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 35px;
}
.b-article__p_big {
  margin-top: 73px;
  font-size: 15px;
  font-weight: 700;
}
.b-article__p:last-child {
  margin-bottom: 0;
}
.b-article__content,
.b-article__nav {
  display: inline-block;
  vertical-align: top;
}
.b-article__content {
  width: 910px;
  padding-right: 65px;
  font-size: 16px;
}
.b-article__nav {
  width: calc(100% - 910px);
}
.b-article-nav {
  position: relative;
}
.b-article-nav__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.b-article-nav__items {
  display: block;
  width: 100%;
}
.b-article-nav__item {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.b-article-nav__item:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.b-article__b-img {
  display: block;
  margin: 37px 0 53px;
  text-align: center;
}
.b-article__b-img:last-child {
  margin-bottom: 0;
}
.b-article__bot-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 75px;
}
.b-article__bot-row .el-views {
  vertical-align: middle;
  margin-right: 15px;
}
.b-article__bot-row .ya-share2 {
  margin: 0;
}
.b-article__bot-left {
  margin-left: 32px;
}
.b-article-item {
  width: 830px;
}
.b-article-item > *:not(#allrecords) * {
  font-size: 14px !important;
  line-height: 143% !important;
}
.b-article-item > *:not(#allrecords) > *:not(iframe) {
  width: 100%;
}
.b-article-item > *:not(#allrecords) *:empty:not(iframe) {
  display: none;
}
.b-article-item > *:not(#allrecords) img {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 50px;
  margin-top: 35px;
  width: auto !important;
  height: auto !important;
  display: block !important;
}
.b-article-item > *:not(#allrecords) p {
  margin: 0;
  margin-bottom: 35px;
}
.b-article-item > *:not(#allrecords) h2,
.b-article-item > *:not(#allrecords) h3,
.b-article-item > *:not(#allrecords) h4 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 15px !important;
}
.b-article-item > *:not(#allrecords) a {
  color: #fa6405 !important;
  border-bottom: 1px dotted !important;
}
.b-article-item > *:not(#allrecords) li {
  margin-bottom: 0.71rem;
}
.b-article-item > *:not(#allrecords) table {
  table-layout: fixed;
}
.b-article-item-time {
  color: #202020;
  line-height: 300%;
  padding-right: 5px;
}
.content__header-lr,
.b-article-previews-tags_bot-tags {
  max-width: 1280px;
  margin: auto;
}
.stnd-border {
  border-radius: 0;
}
.stnd-border > *::after {
  border: 1px solid #e4e4e4;
}
.stnd-border:hover > *::after {
  border-color: #c9c9c9;
}
.stnd-border.active,
.stnd-border input:checked + *::after {
  border: 2px solid #fa6405;
}
.unit-block {
  background: #ffffff;
  margin-bottom: 25px;
  padding: 30px 20px;
  position: relative;
}
.unit-block:last-child {
  margin-bottom: 0;
}
.unit-block_min {
  margin-bottom: 3px;
}
.unit-block_agreement {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 0;
}
.unit-block__wrap {
  font-size: 0;
}
.unit-block .form {
  margin-top: -20px;
}
.stnd-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}
.stnd-title_big {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
  margin-top: 0;
}
.stnd-title_big::before {
  margin-right: 14px;
}
.stnd-title_big:first-letter {
  text-transform: capitalize;
}
.stnd-title_big::after {
  content: attr(data-title);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  color: #949494;
  font-size: 14px;
  font-family: 'Open Sans', "Arial", sans-serif;
  font-weight: normal;
  margin-left: 15px;
}
.stnd-title_big[class*=" h1_"]::before {
  content: "";
  display: none;
}
.stnd-title_big_login {
  margin-bottom: 50px;
}
.stnd-title_big_login::before {
  content: "1";
}
.stnd-title_big_cart {
  margin-bottom: 0;
}
.stnd-title_big.stnd-title_big_variant {
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stnd-title_big.stnd-title_big_variant::before {
  display: none;
}
.stnd-title_big.stnd-title_big_alert {
  color: #ff4d4d;
}
.stnd-title-weight {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}
.stnd-title-weight_light {
  font-weight: 600;
}
.stnd-text {
  padding-right: 90px;
  margin-bottom: 29px;
}
.stnd-img-block__text {
  -moz-text-align-last: auto;
  text-align-last: auto;
}
.stnd-block {
  padding: 20px;
  background: #ffffff;
}
.stnd-block:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.stnd-block:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.stnd-block_form {
  width: 390px;
}
.stnd-block_min {
  padding: 9px 15px 11px 15px;
}
.stnd-block_max {
  padding: 25px;
}
.stnd-block_transparent {
  background: transparent;
}
.stnd-block_b-inline {
  display: inline-block;
  vertical-align: top;
}
.stnd-block_0 {
  padding: 0;
}
.stnd-block .form {
  margin-top: -20px;
}
.stnd-shadow {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.stnd-shadow:last-child {
  margin-bottom: 0;
}
.stnd-divide {
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.stnd-divide__b {
  padding: 20px;
}
.stnd-divide__b:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.title-stnd {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}
.stnd-box {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.h1,
h1,
.h1-like {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
  margin-top: 0;
}
.h1:first-letter,
h1:first-letter,
.h1-like:first-letter {
  text-transform: capitalize;
}
.h1::after,
h1::after,
.h1-like::after {
  content: attr(data-title);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  color: #949494;
  font-size: 14px;
  font-family: 'Open Sans', "Arial", sans-serif;
  font-weight: normal;
  margin-left: 15px;
}
.h1[class*=" h1_"]::before,
h1[class*=" h1_"]::before,
.h1-like[class*=" h1_"]::before {
  content: "";
  display: none;
}
.h1_login,
h1_login,
.h1-like_login {
  margin-bottom: 50px;
}
.h1_login::before,
h1_login::before,
.h1-like_login::before {
  content: "1";
}
.h1_cart,
h1_cart,
.h1-like_cart {
  margin-bottom: 0;
}
.h1.h1_variant,
.h1h1_variant,
.h1.h1-like_variant,
h1.h1_variant,
h1h1_variant,
h1.h1-like_variant,
.h1-like.h1_variant,
.h1-likeh1_variant,
.h1-like.h1-like_variant {
  margin-left: 0;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h1.h1_variant::before,
.h1h1_variant::before,
.h1.h1-like_variant::before,
h1.h1_variant::before,
h1h1_variant::before,
h1.h1-like_variant::before,
.h1-like.h1_variant::before,
.h1-likeh1_variant::before,
.h1-like.h1-like_variant::before {
  display: none;
}
.h1.h1_alert,
.h1h1_alert,
.h1.h1-like_alert,
h1.h1_alert,
h1h1_alert,
h1.h1-like_alert,
.h1-like.h1_alert,
.h1-likeh1_alert,
.h1-like.h1-like_alert {
  color: #ff4d4d;
}
.h2,
h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.h2_action,
h2_action {
  margin-bottom: 15px;
}
.h3,
h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.h4,
h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.h5,
h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.p {
  font-size: 15px;
  line-height: 24px;
}
.pagination-conteiner {
  text-align: right;
  position: absolute;
  right: 0;
}
.pagination-conteiner_center {
  width: 100%;
  text-align: center;
}
.table .pagination-conteiner {
  margin: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 3px;
  font-size: 15px;
}
.pagination__item {
  display: inline-block;
  position: relative;
  float: left;
  padding: 6px 5px 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
}
.pagination__item:hover {
  color: #000000;
  background-color: #e4e4e4;
}
.pagination__item:first-child::before,
.pagination__item:last-child::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 17px;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2239%22%20viewBox%3D%220%200%2023%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M38.6104%2018.8114L20.3985%200.395328C20.1383%200.131915%2019.8389%200%2019.5003%200C19.1616%200%2018.8617%200.131915%2018.6014%200.395328L0.39092%2018.8114C0.130033%2019.0752%200%2019.378%200%2019.7206C0%2020.063%200.130443%2020.3661%200.39092%2020.6294L2.34442%2022.6048C2.6049%2022.8682%202.90466%2022.9999%203.24329%2022.9999C3.58193%2022.9999%203.88169%2022.8682%204.14216%2022.6048L19.5003%207.07381L34.8589%2022.6058C35.1193%2022.8692%2035.4192%2023%2035.7573%2023C36.0964%2023%2036.3962%2022.8684%2036.6565%2022.6058L38.6103%2020.6296C38.8707%2020.3663%2039%2020.063%2039%2019.7207C39.0001%2019.378%2038.8708%2019.0748%2038.6104%2018.8114Z%22%20transform%3D%22translate(23)%20rotate(90)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.pagination__item:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination__item:first-child::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}
.pagination__item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination__item.pagination__item_active {
  color: #ec6104;
  background-color: #ffffff;
}
.pagination__item.pagination__item_disabled:hover {
  background: #ffffff;
}
.pagination__item.pagination__item_dotted {
  background-color: transparent;
  border: none;
}
.toggle-wrap {
  width: 100%;
  height: 35px;
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 16px;
}
.toggle-wrap::after {
  content: none;
  display: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  margin-left: 0;
}
.toggle-wrap__item-wrapper {
  float: right;
}
.toggle-wrap__item {
  top: 0;
  width: auto;
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  border-bottom: none;
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.toggle-wrap__item.toggle {
  padding: 0 15px;
  line-height: 33px;
  cursor: pointer;
}
.toggle-wrap__item.open {
  display: none;
  border-radius: 3px !important;
  margin: 0 !important;
  height: 100%;
  font-size: 12px;
  color: #333333;
  width: auto;
  float: right;
  padding: 0 15px;
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
}
.toggle-wrap__item .open__icon {
  margin-left: 8px;
}
.toggle-wrap__item .open__icon::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #c9c9c9;
  content: "";
  display: inline-block;
  height: 6.5px;
  left: 0;
  position: relative;
  top: -3px;
  width: 6.5px;
  font-size: 11px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle-wrap__item.close {
  /* cursor: pointer; */
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  position: absolute;
  opacity: 1;
  font-weight: 400;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #333333;
}
.toggle-wrap__item.close:hover {
  border-color: transparent !important;
  background: transparent !important;
}
.toggle-wrap__item .close__icon {
  height: 25px;
  width: 16px;
  margin-left: 4px;
  margin-right: -4px;
}
.toggle-wrap__item .close__icon > path {
  stroke: #c9c9c9;
}
.toggle-wrap__item:first-child {
  border-radius: 3px 0 0 3px;
}
.toggle-wrap__item:last-child {
  border-radius: 0 3px 3px 0;
  margin-right: 0;
}
.toggle-wrap__item > a,
.toggle-wrap__item > p {
  line-height: 33px;
  padding: 0 14.7px 0 16.5px;
  height: 100%;
  display: block;
  color: #333333;
  font-size: 13px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toggle-wrap__item a:hover {
  cursor: default;
}
.toggle-wrap__item:hover {
  border-color: #c9c9c9;
  z-index: 2;
}
.toggle-wrap__item:hover a {
  cursor: pointer !important;
  color: #fa6405;
}
.toggle-wrap__item.toggle-wrap__item_active {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15) inset;
}
.toggle-wrap__x {
  display: inline-block;
  margin-left: 18px;
}
.toggle-wrap__x::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23999999%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.toggle-wrap__x:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.575%2025.1619L49.6168%204.12006C50.5594%203.1775%2050.5594%201.64947%2049.6168%200.706916C48.6743%20-0.235639%2047.1462%20-0.235639%2046.2037%200.706916L25.1619%2021.7487L4.12006%200.710133C3.1775%20-0.232422%201.64947%20-0.232422%200.706916%200.710133C-0.235639%201.65269%20-0.235639%203.18072%200.706916%204.12328L21.7487%2025.1651L0.710133%2046.2037C-0.232422%2047.1463%20-0.232422%2048.6743%200.710133%2049.6168C1.18302%2050.0865%201.79745%2050.3246%202.4151%2050.3246C3.03274%2050.3246%203.65039%2050.0897%204.12006%2049.6168L25.1619%2028.575L46.2037%2049.6168C46.6766%2050.0865%2047.291%2050.3246%2047.9087%2050.3246C48.5263%2050.3246%2049.1439%2050.0897%2049.6136%2049.6168C50.5562%2048.6743%2050.5562%2047.1463%2049.6136%2046.2037L28.575%2025.1619Z%22%20transform%3D%22translate(0.537477%200.861816)%22%20fill%3D%22%23fa6405%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.toggle-wrap__num {
  font-size: 10px;
  margin-left: 14px;
  display: inline-block;
  position: relative;
}
.toggle-wrap__item_active .toggle-wrap__num {
  color: white;
}
.toggle-wrap__item_active .toggle-wrap__num:after {
  content: '';
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #fa6405;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  padding-right: 1px;
  display: inline-block;
  position: absolute;
  left: calc(50% - (18px / 2));
  top: calc(50% - (18px / 2));
  z-index: -1;
}
.toggle-wrap.toggle-wrap_tags {
  border: none;
  background-color: transparent;
  display: inline-block;
  width: auto;
  margin-top: -10px;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0;
  height: auto;
}
.closed .toggle-wrap.toggle-wrap_tags {
  display: none;
}
.toggle-wrap.toggle-wrap_tags .toggle-wrap__item {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 20px;
  height: 30px;
  margin-top: 10px;
}
.wishlist-lists .toggle-wrap.toggle-wrap_tags .toggle-wrap__item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e4e4e4;
}
.toggle-wrap.toggle-wrap_tags .toggle-wrap__item a,
.toggle-wrap.toggle-wrap_tags .toggle-wrap__item p {
  line-height: 30px;
}
.toggle-wrap.toggle-wrap_tags .toggle-wrap__item:last-child {
  margin-right: 0;
}
.toggle-wrap.toggle-wrap_tags .toggle-wrap__item:hover {
  border-color: #c9c9c9;
  z-index: 2;
}
.toggle-wrap.toggle-wrap_tags .toggle-wrap__item:hover a {
  color: #fa6405;
}
.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
  cursor: pointer;
  color: #333333;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 23px;
  line-height: 100%;
  font-size: 24px;
}
.bootstrap-touchspin-down:hover,
.bootstrap-touchspin-up:hover {
  background-color: #e4e4e4;
}
.bootstrap-touchspin-down {
  padding-bottom: 4px !important;
}
.bootstrap-touchspin-up {
  line-height: 30px;
}
.item__counter_mini .bootstrap-touchspin-up,
.el-counter_mini .bootstrap-touchspin-up {
  line-height: 0;
}
.table__td-wrap-cart {
  height: 100px;
  position: relative;
  padding-top: 20px;
}
.table__td-wrap-cart .item__articul {
  position: absolute;
  top: 70px;
}
.rub {
  color: #999999;
  font-style: normal;
}
.cart-main .rub,
.cart-widget .rub {
  text-transform: uppercase;
  font-size: 11px;
  color: inherit;
}
.shadow-bottom {
  bottom: -6px;
  width: calc(100% + 25px);
  height: 1.1px;
  -webkit-box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  z-index: 1;
  margin-left: -24px;
  background-color: transparent;
}
.table #js-loader {
  min-height: 300px;
}
.box-img {
  height: 237px;
  line-height: 237px;
  width: calc(20% - 16.8px);
  text-align: center;
  position: relative;
  margin: 0 21px 21px 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e4e4e4;
}
.box-img:nth-child(5n) {
  margin-right: 0;
}
.box-img:hover {
  color: #202020;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.box-img_4 {
  height: 283px;
  line-height: 283px;
  width: calc(25% - 15.75px);
}
.box-img_4:nth-child(4n) {
  margin-right: 0;
}
.box-img_4 .box-img__title {
  height: 80px;
  line-height: 80px;
}
.box-img__img {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  max-height: 205px;
}
.box-img__title {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  border-top: 1px solid #e4e4e4;
  background: #f9f9f9;
}
.box-img2 {
  height: auto;
  line-height: auto;
  width: calc(20% - 16.8px);
  text-align: center;
  position: relative;
  margin: 0 21px 21px 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.box-img2:nth-child(5n) {
  margin-right: 0;
}
.box-img2:hover {
  color: #202020;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.box-img2:hover img {
  -webkit-box-shadow: 1px 1px 6px 1px rgba(228, 228, 228, 0.6) inset;
  box-shadow: 1px 1px 6px 1px rgba(228, 228, 228, 0.6) inset;
}
.box-img2_noimg {
  border: 1px solid #e4e4e4;
  min-height: 208px;
}
.box-img2_noimg .box-img2__title {
  display: block;
}
.box-img2_notitle .box-img2__title {
  display: none;
}
.box-img2__img {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  -webkit-transition: none;
  transition: none;
}
.box-img2__title {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  height: 80px;
  line-height: 80px;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.brandshop-group_group .box-img2__title {
  display: block;
}
/*  .js-slider-scroll{
    &__prev,&__next{
        top: 60px; chk слайдер брендшоп
    }
}  */
.table__td-container {
  position: relative;
}
.ajax-error {
  padding: 10px;
  font-size: 14px;
}
.items .js-item-anim-fade {
  position: relative;
  padding-top: 10px;
}
.items .js-item-anim-fade__dinam {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.79s cubic-bezier(0, 1.29, 0, 0.96);
  transition: opacity 0.79s cubic-bezier(0, 1.29, 0, 0.96);
  will-change: opacity;
  padding-bottom: 10px;
  padding-top: 10px;
}
.items .js-item-anim-fade__dinam.active {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.35, -0.08, 1, 0.21);
  transition: opacity 0.4s cubic-bezier(0.35, -0.08, 1, 0.21);
}
.items .js-item-anim-fade.active .el-plate-container,
.items .js-item-anim-fade.active .item__descript-conteiner {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
}
.js-wishlist-outer-container__trg {
  display: inline-block;
  position: absolute;
}
.b-grid-container {
  text-align: center;
}
.b-grid {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.b-grid:last-child {
  margin-right: 0;
}
.b-grid_center {
  width: 530px;
  text-align: center;
}
.b-grid__b {
  background-color: #ffffff;
  border-top: solid 1px #ecedf0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.b-grid__b_grey {
  background-color: #f7f7f7;
}
.b-grid__b_mini {
  border-bottom: solid 1.5px #ecedf0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.b-grid.content__left {
  margin: 0;
}
.body-grey,
.body-empty {
  background-color: #f9f9f9;
}
.body-grey .recent-variants {
  background-color: #ffffff !important;
}
.body-empty .header__services,
.body-empty #go-to-top,
.body-empty #ico-menu,
.body-empty .nav.nav_top,
.body-empty .recent-variants-conteiner,
.body-empty .footer__head,
.body-empty .footer__body,
.body-empty .footer__foot {
  display: none !important;
}
.body-empty .footer__empty {
  display: block !important;
}
.body-empty .header {
  margin-bottom: 45px;
}
.mod-content.con-index.act-index.body-no-grey {
  background: #ffffff !important;
}
.g-recaptcha {
  margin-top: 20px;
}
.description-1 {
  margin-bottom: 30px;
  white-space: nowrap;
}
.description-1__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
}
.description-1__text {
  color: #666666;
}
.terms {
  color: #797979;
  font-size: 10px;
  text-align: left;
  position: relative;
}
.form_feedback .terms {
  margin-top: 50px !important;
  max-width: 350px;
}
.form_registration .terms {
  text-align: right;
}
.form_review .terms {
  margin-left: 121px;
  margin-top: 15px;
  text-align: right;
}
.order-footer .terms {
  margin: 0;
  top: -20px;
  left: 40px;
}
.terms a {
  color: rgba(3, 134, 248, 0.6);
}
.terms a:hover {
  color: #0386f8;
}
.body-error #content-block,
.error_block-container {
  height: 700px;
  position: relative;
  max-width: 100%;
}
.body-error #content-block {
  background-color: #f9f9f9;
  margin: 17px 0 0;
}
.error_block-container {
  margin-top: -40px;
}
.error_block {
  padding: 51px 50px;
  text-align: center;
  position: absolute;
  font-family: sans-serif;
  font-size: 15px;
  background: #ffffff;
  width: 429px;
  height: 451px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.14901961);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14901961);
  border-radius: 3px;
}
.error_block * {
  margin: 0;
  padding: 0;
}
.error_block b {
  font-weight: 700;
}
.error_block > div {
  margin-bottom: 47px;
}
.error_block > div > p {
  font-style: normal;
  font-size: 64px;
  font-weight: 700;
}
.error_block > div > p span {
  font-size: 50px;
  vertical-align: text-top;
  color: #999999;
  position: absolute;
  top: 59px;
  left: 90px;
}
.error_block > p:first-of-type {
  font-size: 18px;
  margin-bottom: 37px;
}
.error_block > p:first-of-type span {
  color: #fb8337;
}
.fast-tags {
  /* close, open */
}
.fast-tags.visible {
  visibility: visible;
}
.fast-tags.visible .categories-list__wrapper {
  display: block;
}
.fast-tags__title {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.fast-tags__toggle {
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  color: #999999;
}
.fast-tags .b-tabs.content__tabs.categories-wrap {
  margin: 0;
}
.fast-tags .categories-list {
  margin-bottom: 32.5px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.fast-tags .categories-list__item {
  width: fit-content;
    min-width: 200px;
  border-radius: 10px;
  border: 0;
  background-color: #F4F4F4;
    padding: 12px;
    margin: 0;
}
.fast-tags .categories-list__item:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.fast-tags .categories-list__wrapper {
  margin: 0 0 14px;
}
.fast-tags .categories-list__conteiner {
  padding: 15px;
  height: 72px;
  overflow: hidden;
}
.fast-tags .categories-list__img {
  max-width: 60px;
  max-height: 60px;
  mix-blend-mode: multiply;
    position: unset;
    margin: 0;
    width: 60px;
    height: 60px;
    float: unset;
    transform: unset;
}
.fast-tags .categories-list__title {
  font-weight: 600;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-left: 57px;
  margin-bottom: 7px;
  margin-top: 1px;
}
.fast-tags .categories-list__description {
  margin-left: 57px;
  line-height: 120%;
  height: 28px;
  overflow: hidden;
}
.fast-tags .categories-list.fast-tags .categories-list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.fast-tags .categories-list.fast-tags .categories-list_flex .fast-tags .categories-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px 15px 0;
  width: 100%;
  min-width: 309px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.fast-tags .categories-list.fast-tags .categories-list_flex .fast-tags .categories-list__item:last-child {
  /* margin: 0 0 16px; */
}
.fast-tags .categories-list.fast-tags .categories-list_line {
  margin-bottom: 77px;
}
.fast-tags .categories-list.fast-tags .categories-list_line .categories-list__title {
  font-size: 14px;
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
.fast-tags .categories-list.fast-tags .categories-list_line .fast-tags .categories-list__item {
  width: calc(8.33% - 15px);
  text-align: center;
}
.fast-tags .categories-list.fast-tags .categories-list_line .fast-tags .categories-list__conteiner {
  height: 90px;
  overflow: visible;
}
.fast-tags .categories-list.fast-tags .categories-list_line .fast-tags .categories-list__img {
  margin-right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fast-tags .categories-list.fast-tags .categories-list_line .fast-tags .categories-list__title {
  position: absolute;
  top: 100px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fast-tags .categories-list.fast-tags .categories-list_2 .fast-tags .categories-list__item {
  width: calc(50% - 15px);
}
.fast-tags .categories-list.fast-tags .categories-list_3 .fast-tags .categories-list__item {
  width: calc(33.3% - 15px);
}
.fast-tags .categories-list.fast-tags .categories-list_3 .fast-tags .categories-list__conteiner {
  padding-right: 12px;
}
.fast-tags .categories-list.fast-tags .categories-list_notext .categories-list__title {
  font-size: 14px;
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
.fast-tags .categories-list.fast-tags .categories-list_notext .fast-tags .categories-list__item {
  width: calc(20% - 15px);
}
.fast-tags .notext .categories-list__title {
  font-size: 14px;
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
.fast-tags .b-tabs.content__tabs.categories-wrap.closed .toggle-wrap {
  background: transparent;
  border: 0;
}
.fast-tags .b-tabs.content__tabs.categories-wrap.closed .toggle-wrap__item,
.fast-tags .b-tabs.content__tabs.categories-wrap.closed .categories-list__wrapper {
  display: none !important;
}
.fast-tags .b-tabs.content__tabs.categories-wrap.closed .toggle-wrap__item.toggle.open {
  display: block !important;
  border-bottom: 1px solid #e4e4e4 !important;
}
.fast-tags .b-tabs.content__tabs.categories-wrap.closed .toggle-wrap__item.toggle.open:hover {
  border-bottom: 1px solid #c9c9c9 !important;
}
.fast-tags .b-tabs.content__tabs.categories-wrap.closed .categories-list__wrapper {
  display: block !important;
}
.categories-list__wrapper {
  display: none;
}
.toggle-wrap-container {
  margin-bottom: 20px;
  margin-left: 1px;
  min-height: 30px;
  font-size: 0;
}
.toggle-wrap-container .el-arrow-wrapper {
  vertical-align: bottom;
  margin-bottom: -2px;
}
.toggle-wrap-container + .categories-list__wrapper {
  display: block;
}
.toggle-wrap-container .fast-tags__toggle {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.variants-count-variant-container {
  width: 50px;
  height: 57px;
  display: block;
  margin-bottom: 20px;
}
.ya-share2__caption {
  display: inline-block;
  vertical-align: middle;
}
.ya-share2__caption + * {
  display: inline-block;
  vertical-align: middle;
}
.choice-city__big-cities {
  line-height: 200%;
}
.netpayPayform {
  padding: 0!important;
  border: 0!important;
}
.netpayPayform > *:not(form) {
  display: none!important;
}
/* HEADER */
.header {
  position: relative;
  background: #ffffff;
  z-index: 10;
  font-family: "Open Sans", sans-serif;
}
.header__top {
  color: #999999;
}
.header__top::after {
  z-index: 1;
}
.header__nav-banner {
  position: absolute;
  left: 0;
  top: 53px;
  width: 290px;
  background-color: #ffffff;
  min-height: 652px !important;
  text-align: center;
  display: none !important;
}
.header__main {
  padding: 15px 0;
  text-align: center;
}
.header__logo {
  text-align: left;
}
.header__logo img {
  width: 100%;
  max-width: 248px;
}
.header__contacts {
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .header__contacts {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.header .header__city {
  display: block;
  margin-bottom: -10px;
  margin-top: -5px;
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.header .header__city.el-triangle {
  font-family: 'Open Sans', "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fa6405;
  cursor: pointer;
  text-transform: uppercase;
}
.header .header__city.el-triangle:hover {
  color: rgba(250, 100, 5, 0.7);
}
.header .header__tel-container {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}
.header .header__tel-container a,
.header .header__tel-container p {
  line-height: 16px;
  font-size: 14px;
  margin: 3px 0;
}
.header .header__tel {
  width: 100%;
  display: block;
}
.header__services {
  height: 58px;
}
.header__services .wrapper {
  padding-left: 0;
}
.header__form-wrap {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 452px;
}
@media (max-width: 767px) {
}
@media (max-width: 1023px) {
  .header__form-wrap {
    margin: 0;
    width: 35%;
  }
}
@media (min-width: 1024px) and (max-width: 0) {
  .header__form-wrap {
    width: 42%;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .header__form-wrap {
    width: 42%;
  }
}
.header__search[type="search"] {
  padding-right: 50px;
  padding-left: 27px;
  margin-top: 0;
  color: #000000;
  border: 2px solid #F0F0F0 !important;
  border-radius: 30px;
  height: 40px;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  outline-color: #f9f9f9;
}
@media (max-width: 767px) {
  .header__search[type="search"] {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 0) {
  .header__search[type="search"] {
    font-size: 13px;
  }
}
.header__search[type="search"]:hover,
.header__search[type="search"]:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.header__search[type="search"].nocaret {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #959595;
}
.header__search_button[type="submit"] {
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto;
}
.header .search-dropdown {
  position: absolute;
  background: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  top: 35px;
  overflow: hidden;
  width: 100%;
}
.header .search-dropdown__title {
  color: #fa6405;
  padding-left: 32.5px;
  display: block;
  margin: 5px 0;
}
.header .search-dropdown__title:first-child {
  margin-top: 15px;
}
.header .search-dropdown__section {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .search-dropdown__item.active {
  color: #202020;
  background-color: #f4f4f4;
}
.header .search-dropdown__link {
  padding: 7px;
  padding-left: 32.5px;
  padding-right: 30px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 130%;
}
.header .search-dropdown__link:hover {
  color: #202020;
  background-color: #f4f4f4;
}
.header__nav {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 190px;
  text-align: left;
  z-index: 10;
}
.header__nav .nav_list {
  top: 58px;
  position: absolute;
  display: none;
  width: 260px;
  z-index: 3;
  min-height: 652px !important;
}
.header__nav.active .js-but-catalog .arrow_top {
  display: block;
}
.header__but-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.header__but-wrap .icon_but {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 20px;
  cursor: pointer;
}
.header__but {
  height: 14px ;
  line-height: 12px ;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  height: 100%;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header__but {
    margin-left: 0;
  }
}
.header__but_cabinet {
  color: #000;
  padding: 0;
  text-align: left;
}
.header__but_cabinet:before {
  background-image: url(../img/new_header_icons/user-icon.svg);
  width: 41px;
  height: 40px;
  margin-right: 7px;
}
.header__but_cabinet:hover .cabinet-info__wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 500;
}
.header__but_favour {
  background-image: url(../img/new_header_icons/heart-icon.svg);
}
.header__but a {
  display: block;
  padding-left: 0;
}
.header__but a:hover:after,
.header__but a:hover:before {
  display: none;
}
.header__but.active.js-disabled {
  background-color: inherit;
}
.header__but > span {
  display: inline-block;
  vertical-align: middle;
}
.header__but__small-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: initial;
  display: block;
  white-space: nowrap;
}
.header__but_catalog {
  line-height: 53px;
  height: 53px;
  margin-left: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.header__but_catalog.header__but__fixed {
  display: none;
  width: auto;
}
.header__but_catalog:before,
.header__but_catalog:after {
  display: none;
}
.header__but_catalog.header__but_catalog:hover {
  background-color: inherit;
}
.header__but_catalog .arrow_top {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(100% - 13px);
  left: 55px;
  margin: auto;
  z-index: 10;
  border: 12px solid transparent;
  border-bottom: 7px solid #f2f2f2;
}
.header__but_catalog .arrow_top::after {
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 5px solid #ffffff;
  top: -8px;
  left: -10px;
}
.header__but_wrap {
  position: relative;
  z-index: 10;
}
.header__but_cabinet.active::after,
.header__but_cabinet:hover::after {
  background-color: #000000;
}
.header__but_cabinet .header__but__small-text {
  margin-bottom: 2px;
  position: relative;
  top: 3px;
  text-overflow: ellipsis;
  width: 100px;
  overflow: hidden;
}
.header__but_cart {
  position: relative;
  color: #000;
  background-color: #fa6405;
  height: 40px;
  width: 160px;
  border-radius: 30px;
  padding: 0;
}
.header__but_cart:before {
  display: none;
}
.header__but_cart-full:after {
  display: none;
}
.header__but_cart > span {
  position: absolute;
  left: 46px;
  top: 12px;
}
.header__but_cart.header__but_cart-full > span {
  top: 10px;
}
.header__but_cart .header__but__small-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.header__but_cart .fa {
  font-size: 90%;
}
.header__cart_link {
  display: block;
  padding: 10px;
  padding-left: 30px!important;
  text-align: center;
  height: 100%;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__cart_link .cart-content-block {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header__cart_link .cart-info__orders {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.header__cart_link .arrow_top {
  background-color: #fff;
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 9px;
  right: 25px;
  margin: auto;
  z-index: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header__burger {
  margin-right: 7px;
  position: relative;
  display: block;
  height: 2px;
  width: 17px;
  border-radius: 2px;
  background: #000;
}
.header__burger:before,
.header__burger:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
}
.header__burger:before {
  top: -5px;
}
.header__burger:after {
  bottom: -5px;
}
.header__count_cart {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 18px;
  height: 18px;
  background-image: url(../img/new_header_icons/cart-icon.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__count_cart.cart__empty:before {
  display: none;
}
.header__count_cart:before {
  display: inline-block;
  vertical-align: middle;
  z-index: 0;
  border-radius: 50%;
  background: #0386f8;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 9px;
  content: attr(data-count);
  top: -8px;
  right: -7px;
  position: absolute;
  color: #fff;
  padding-right: 1px;
}
.header .header-fixed {
  padding: 20px 0;
  background-color: #fff;
  width: 100%;
  top: -60px;
}
.header .header-fixed__img {
  display: none;
}
.header .header-fixed__text {
  text-transform: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.header .header-fixed_fixed {
  z-index: 500;
  position: fixed;
  height: 60px;
  top: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 3.5px 0;
  will-change: top;
}
@media (max-width: 1023px) {
  .header .header-fixed_fixed {
    position: static;
  }
}
.header .header-fixed_fixed .header__contacts {
  display: none;
}
.header .header-fixed_fixed .header__form-wrap {
  width: 548px;
}
@media (min-width: 1024px) and (max-width: 0) {
  .header .header-fixed_fixed .header__form-wrap {
    width: 35%;
  }
}
.header .header-fixed_fixed .js-but-catalog {
  display: none;
}
.header .header-fixed_fixed .js-but-catalog.header__but__fixed {
  display: block;
}
.header .header-fixed_fixed .wrapper {
  position: initial;
}
.header .header-fixed_fixed .header-fixed__img {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50px;
}
.header .header-fixed_fixed .header__form-wrap {
  position: inherit;
}
.header .header-fixed_fixed .header__form-wrap form {
  position: relative;
}
.header .header-fixed_fixed .header__logo {
  margin-top: -2px;
  display: block;
}
.header .header-fixed_fixed .header__logo_wrap {
  text-align: left;
}
.header .header-fixed_fixed .header__logo img {
  max-width: 176px;
}
.header .header-fixed_header-info {
  -webkit-box-shadow: 0 0!important;
  box-shadow: 0 0!important;
}
.js-menuopen:hover > .lightbox {
  display: block;
}
.cabinet-info {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 4px;
}
.cabinet-info__wrapper {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  top: 100%;
  padding: 15px;
}
.cabinet-info__logout {
  text-align: center;
  width: 240px;
  left: -60px;
}
.cabinet-info__logout .el-button {
  font-size: 14px;
  margin-top: 15px;
}
.cabinet-info__exit.el-button.el-button_scnd-2 {
  font-weight: 400;
}
.cabinet-info__login {
  text-align: left;
  width: 280px;
  left: -70px;
}
.cabinet-info__login .cabinet-info__title,
.cabinet-info__login .cabinet-info__name {
  padding-left: 15px;
}
.cabinet-info__login .cabinet-info__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 13px;
}
.cabinet-info__login .cabinet-info__bottom {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  margin-top: 13px;
}
.cabinet-info__block {
  position: relative;
  z-index: 15;
  padding: 15px 15px 20px;
  background-color: #fff;
}
.cabinet-info .arrow_top {
  background-color: #fff;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.cabinet-info > a {
  display: block;
}
.cabinet-info > .el-button,
.cabinet-info > hr {
  margin-bottom: 14px;
}
.cabinet-info > .el-button:last-child,
.cabinet-info > hr:last-child {
  margin-bottom: 0;
}
.cabinet-info__title {
  font-size: 16px;
  line-height: 22px;
}
.cabinet-info__name {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  margin-bottom: 0;
  color: #000000;
  -webkit-transition: none;
  transition: none;
  border-radius: 4px;
}
.cabinet-info__name + hr {
  margin-top: 0;
}
.cabinet-info__name svg,
.cabinet-info__name span {
  display: inline-block;
  vertical-align: middle;
}
.cabinet-info__name svg {
  margin-right: 15px;
  fill: #bcbcbc;
}
.cabinet-info__name:hover {
  background-color: #fff4ed;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
}
.cabinet-info__name:hover svg,
.cabinet-info__name:hover svg path {
  fill: #fa6405;
}
.cabinet-info__name:active {
  color: #fa6405;
}
.cabinet-info__name_big {
  text-transform: uppercase;
  font-weight: 700;
}
.cabinet-info__name_big:hover {
  background-color: transparent;
}
.cabinet-info__debts {
  color: #fa6405;
  padding-left: 10px;
  line-height: 150%;
  position: relative;
  top: -1.5px;
}
.cabinet-info__debts span {
  color: #202020;
}
.cabinet-info__grey-line_top {
  border-top: 1px solid #e4e4e4;
  padding-top: 14px;
  margin-bottom: 0;
}
.cabinet-info__grey-line_bottom {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 14px;
}
.cabinet-info .el-button {
  display: block;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.form-wrap {
  position: relative;
  z-index: 3;
}
.form-wrap .form-wrap__button {
  position: absolute;
  background-color: #ffffff;
  border: 0;
  cursor: pointer;
}
.form-wrap .form-wrap__input {
  color: #959595;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  height: 35px;
  padding-left: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-info {
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  border-bottom: 1px solid #fa6405;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  left: 0;
  padding: 10px;
  -webkit-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.15);
  top: -63px;
  will-change: top;
  z-index: 5;
}
@media (max-width: 1281px) {
  .header-info {
    top: 0;
    padding: 5.5px;
  }
}
@media (max-width: 1023px) {
  .header-info {
    display: none;
  }
}
.header-info_fixed {
  top: -3px;
  -webkit-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 5;
}
.header-info_active {
  top: 60px;
  -webkit-animation: headerInfo 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: headerInfo 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
}
@-webkit-keyframes headerInfo {
  0% {
    top: -3px;
    z-index: 5;
  }
  100% {
    top: 60px;
    z-index: 5;
  }
}
@keyframes headerInfo {
  0% {
    top: -3px;
    z-index: 5;
  }
  100% {
    top: 60px;
    z-index: 5;
  }
}
.header-info .el-button {
  -webkit-transition: none;
  transition: none;
}
.header-info__buy {
  height: 34px !important;
  line-height: 32px !important;
  width: 180px;
  margin-left: 20px;
}
.header-info__counter .input-group-btn {
  height: 34px;
  width: 34px;
}
.header-info__price {
  font-size: 16px;
}
.header-info__price.item__price-old {
  margin-right: 8px;
  margin-left: 0;
}
.header-info__price.deactive {
  display: none;
}
.header-info__price .svg-ruble {
  margin-right: 5px;
}
.header-info__price b {
  margin-right: 0;
}
.header-info__img {
  width: 40px;
  float: left;
  margin-right: 15px;
}
.header-info__left,
.header-info__right {
  display: inline-block;
  vertical-align: middle;
}
.header-info__left {
  overflow: hidden;
  width: calc(100% - 330px);
}
.header-info__right {
  text-align: right;
  width: 330px;
}
.header-info__title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header-append-container {
  min-height: 53px;
}
.body-empty #header-append-container {
  display: none;
}
.time_2s {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.flexbox_def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.header * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .el-del {
  background: center / contain no-repeat url(../img/new_header_icons/el_del.svg);
}
.header_middle {
  border-bottom: 1px solid #ECEDF0;
  border-top: 1px solid #ECEDF0;
}
.header_bottom {
  position: relative;
}
.header_bottom:before {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 550px;
  background-color: white;
  border-top: 1px solid #f2f2f2;
}
.header_top__right {
  text-align: right;
}
.header_top__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.header_top__link span {
  display: inline-block;
  vertical-align: middle;
}
.header_top__link .icon_round {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  text-align: center;
  padding: 6px 0 6px 0;
}
.header_top .link_tender {
  color: #1B9FE6;
  margin-right: 27px;
}
.header_top .link_tender .icon_round {
  background-color: #1B9FE6;
}
.header_top .link_callback {
  color: #24B963;
}
.header_top .link_callback .icon_round {
  background-color: #24B963;
}
.header__top_nav {
  padding: 13px 0;
  display: inline-block;
  vertical-align: middle;
  /* margin-right: 25px; */
}
.header__top_city {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  margin-left: 9px;
  min-width: 140px;
}
.header__cart_link.active .cart-info {
  z-index: 500;
}
.header .el-button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .el-button.el-button_prim-0:hover {
  background-color: #ec6104;
}
.header .nav {
  font-family: "Open Sans", sans-serif;
}
.header .nav_info {
  padding: 0;
  left: 0;
}
.header .nav__item_info {
  text-transform: none;
  margin: 0 20px;
}
.header .nav__item a {
  color: #666;
  line-height: 20px;
}
.header .nav__item a:hover {
  color: #0386f8;
}
.header .nav__item_ico {
  display: inline-block;
  text-transform: none;
  font-size: 14px;
}
.header .nav__item_ico::before,
.header .nav__item_ico::after {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .nav__item_ico::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .scrollbar > .nav-catalogue.nav-catalogue_2 {
  width: calc(100% - 10px);
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  padding-right: 0px;
}
.header .nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item .nav-catalogue__item_1 {
  padding: 8px 36px 7px 15px;
}
.header .nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item .nav-catalogue__item_2 {
  padding: 0 19px 10px 19px;
}
.header .nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue_two .nav-catalogue__item-wrap.nav-catalogue__item-wrap_1 {
  display: none;
  position: absolute;
  top: 0;
  left: 306px;
  width: calc(100% - 306px);
  height: 100%;
}
.header .nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue_two .nav-catalogue.nav-catalogue_2 .nav-catalogue__item-wrap {
  display: block;
}
.header .nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue_two .scrollbar-inner > .scroll-element.scroll-y {
  width: 8px;
}
.header .nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap_1 .nav-catalogue-wrap.nav-catalogue-wrap_2 {
  width: 100%;
  height: 100%;
}
.header .nav-catalogue-parent.nav-catalogue-parent_y .nav-catalogue__item-wrap_1 .nav-catalogue-wrap.nav-catalogue-wrap_2 .scrollbar-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}
.header .nav-catalogue__item .nav-catalogue__item_ico {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
}
.header .nav-catalogue__item .nav-catalogue__item_ico img,
.header .nav-catalogue__item .nav-catalogue__item_ico svg {
  max-width: 20px;
  max-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header .nav-catalogue__item .nav-catalogue__item_ico path,
.header .nav-catalogue__item .nav-catalogue__item_ico rect,
.header .nav-catalogue__item .nav-catalogue__item_ico circle {
  fill: #000;
}
.header .nav-catalogue__item_1 .name {
  width: calc(100% - 35px);
  margin-top: -2px;
}
.header .nav-catalogue__item-wrap_2 .nav-catalogue__item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header .nav-catalogue.nav-catalogue_1 {
  width: 306px;
  height: 550px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
}
.header .nav-catalogue.nav-catalogue_3 {
  overflow: hidden;
  max-height: 175px;
  padding-left: 0px;
}
.header .nav-catalogue.nav-catalogue_3.open{
    max-height: max-content;
}
.header .nav-catalogue.nav-catalogue_3  .nav-catalogue__item-wrap_3  ul.nav-catalogue.nav-catalogue_3{
  display: none;
}
.header .nav-catalogue__item-wrap_3.link .nav-catalogue__item_3 {
  color: #68b6fb;
}
.header .nav-catalogue__item-wrap_3.link .nav-catalogue__item_3:hover {
  color: #0386f8;
}
.header .scroll-wrapper {
  height: 100%;
}
.header .scroll-wrapper > .scroll-content {
  height: 100% !important;
}
.header .nav-catalogue-wrap_1 {
  width: 100%;
  height: 550px;
}
.header .nav-catalogue-wrap_1 .el-del {
  display: block;
  position: absolute;
  top: 30px;
  right: 48px;
  z-index: 50;
  width: 20px;
  height: 20px;
}
.header.open .nav-catalogue-wrap__background {
  display: block;
  height: 550px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.header.open .js-but-catalog .arrow_top {
  display: block;
}
.header.open .header_bottom:before {
  display: block;
}
.header.open .header-fixed_fixed {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.header.sticky .nav-catalogue-wrap__background {
  position: fixed;
  top: 60px;
}
.header.sticky .js-but-catalog .arrow_top {
  top: 38px;
  left: -4px;
}
.header .nav-catalogue-wrap__background {
  background-color: #fff;
}
.header .nav-catalogue-wrap__background .scrollbar-inner > .scroll-element.scroll-y {
  width: 5px;
}
.title-search-result {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  padding: 3px 3px 3px 0;
  background-color: #fff;
  border: 2px solid #F0F0F0;
  border-radius: 4px;
  display: none;
}
.title-search-result hr {
  width: calc(100% - 25px);
  margin: 15px auto 20px;
}
.title-search-result .search-dropdown {
  max-height: 420px;
  overflow: hidden;
  overflow-y: scroll;
}
.title-search-result .search-dropdown::-webkit-scrollbar {
  width: 4px;
}
.title-search-result .search-dropdown::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #e4e4e4;
}
.title-search-result .search-dropdown__title {
  font-size: 12px;
}
.title-search-result .search-dropdown__item {
  padding: 0 5px 0 12px;
}
.title-search-result .search-dropdown__link {
  padding: 7px 10px;
  font-size: 14px;
  display: block;
  color: #000;
  border-radius: 4px;
}
.title-search-result .search-dropdown__link:hover {
  background-color: #fff4ed;
}
.title-search-result .search-dropdown__link:active {
  color: #fa6405;
}
.cart-info {
  font-family: 'Open Sans', "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  right: 0;
  text-transform: none;
}
.cart-info .ajax-error {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  color: #999999;
}
.cart-info.el-lightbox-menu {
  width: 477px;
  background-color: transparent;
  left: auto;
  padding: 0;
  top: 100%;
  padding-top: 15px;
}
.cart-info td {
  padding-top: 9px;
  padding-bottom: 10px;
}
.cart-info td:first-child,
.cart-info th:first-child {
  padding-left: 30px;
  text-align: left;
}
.cart-info td:last-child,
.cart-info th:last-child {
  padding-right: 30px;
  text-align: right;
}
.cart-info tr {
  width: 477px;
}
.cart-info__orders {
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
}
.cart-info__header {
  display: block;
  width: 477px;
  text-align: center;
}
.cart-info__header::before {
  display: none;
}
.cart-info__header-item {
  height: 40px;
  font-weight: 400;
  color: #999999;
}
.cart-info__header-item:first-child {
  width: 377px;
}
.cart-info__content {
  display: block;
  width: 477px;
}
.cart-info__content_full {
  height: 290px;
}
.cart-info__item {
  border-bottom: 1px solid #e4e4e4;
}
td.cart-info__item:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
td.cart-info__item:last-child {
  padding-right: 15px;
}
.cart-info__pic img:first-of-type {
  max-height: 35px;
  width: auto;
  border: 0;
}
.cart-info__title {
  width: 238px;
  padding-right: 20px;
  text-decoration: none;
}
.cart-info__title a {
  max-height: 28px;
  display: block;
  overflow: hidden;
}
.cart-info__count {
  width: 40px;
}
.cart-info__summ {
  width: 110px;
  padding-left: 30px;
  font-weight: bold;
}
.cart-info__pagination-cur {
  color: #fa6405;
}
.cart-info__result {
  display: block;
  width: 477px;
  white-space: nowrap;
}
.cart-info__result td {
  width: 477px;
  padding: 11px 15px !important;
  text-align: left !important;
}
.cart-info__result_with-pagination td {
  width: auto;
  padding: 7px 0 !important;
  border-top: 1px solid #e4e4e4;
}
.cart-info__result_with-pagination td:first-child {
  padding-left: 15px !important;
}
.cart-info__result_with-pagination td:last-child {
  padding-right: 15px !important;
  text-align: right !important;
}
.cart-info__result_with-pagination .el-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-info__result_with-pagination .el-arrow-but {
  border: 1px solid #E4E4E4;
  width: 20px;
  height: 20px;
}
.cart-info__result_with-pagination .el-arrow-but:after {
  width: 8px;
  height: 8px;
}
.cart-info__result-count {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.cart-info__border td {
  border-bottom: 1px solid #e4e4e4;
}
.cart-info__result-title,
.cart-info .el-button.el-button_grey {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.cart-info__result-total td {
  background-color: #f7f7f7;
  padding: 7px 15px !important;
}
.cart-info__result-total td:first-child {
  padding-right: 0 !important;
}
.cart-info__result-total td:last-child {
  padding-left: 0 !important;
  text-align: right !important;
}
.cart-info__result-total .cart-info__but {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding-right: 31px;
  padding-left: 31px;
  height: 31px;
  line-height: 29px;
}
.cart-info__result-title {
  font-size: 14px;
  top: 0;
  margin-right: 10px;
}
.cart-info__result-summ {
  font-size: 14px;
}
.cart-info__del {
  padding-left: 0;
}
.cart-info__del:last-child {
  padding-right: 14px !important;
}
.cart-info__del .el-del {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-info__but {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.cart-info__footer {
  color: inherit;
}
.cart-info__service td {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 238.5px;
}
.cart-info__delivery {
  font-size: 11px;
  color: #999999;
  white-space: nowrap;
}
.cart-info__delivery::before {
  content: "";
}
.cart-info__delivery span {
  color: #56cb08;
  font-size: 13px;
  font-weight: 700;
}
.header .bxmaker__geoip__city__line-context {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.header .icon__geoip__city,
.header .bxmaker__geoip__city__line-name,
.header .bxmaker__geoip__city__line-name.js-bxmaker__geoip__city__line-name.js-bxmaker__geoip__city__line-city {
  display: inline-block;
  vertical-align: middle;
  border-bottom: none;
  color: #666;
  font-size: 14px;
}
.header .icon__geoip__city {
  margin-right: 5px;
}
.header .bxmaker__geoip__city__line-question,
.header .bxmaker__geoip__city__line-info {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  top: 32px;
  right: 0;
  margin-right: 0;
  left: auto;
  border-radius: 0;
}
.header .bxmaker__geoip__city__line-question .arrow_top,
.header .bxmaker__geoip__city__line-info .arrow_top {
  background-color: #fff;
  display: block;
  width: 20px;
  height: 15px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: -5px;
  right: 50px;
  margin: auto;
  z-index: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header .bxmaker__geoip__city__line-question:before,
.header .bxmaker__geoip__city__line-info:before,
.header .bxmaker__geoip__city__line-question:after,
.header .bxmaker__geoip__city__line-info:after {
  display: none;
}
.header .bxmaker__geoip__city__line-question .el-button,
.header .bxmaker__geoip__city__line-info .el-button {
  font-size: 14px;
  font-weight: normal;
  padding: 6px 12px;
  line-height: 20px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .bxmaker__geoip__city__line-question-text,
.header .js-bxmaker__geoip__city__line-city {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.header .bxmaker__geoip__city__line-question-text {
  padding: 25px 25px 23px 25px;
  text-align: left;
  position: relative;
  z-index: 9;
  background: #fff;
}
.header .bxmaker__geoip__city__line-info-content {
  position: relative;
  z-index: 9;
  background: #fff;
}
.header .bxmaker__geoip__city__line-question-note {
  display: none;
}
.header .bxmaker__geoip__city__line-info-btn-box,
.header .bxmaker__geoip__city__line-question-btn-box {
  padding: 0 25px 25px;
  text-shadow: none;
}
.header .bxmaker__geoip__city__line-question-btn-box {
  font-size: 14px;
  font-weight: normal;
}
.header .bxmaker__geoip__city__line-question-btn-box .el-button {
  width: 124px;
}
.header .bxmaker__geoip__city__line-question-btn-box .el-button__yes {
  float: left;
}
.header .bxmaker__geoip__city__line-question-btn-box .el-button__no {
  float: right;
}
.header .bxmaker__geoip__city__line-question {
  width: 308px;
}
.header .bxmaker__geoip__popup-content .bxmaker__geoip__popup-search input[type="text"] {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  outline: none !important;
}
.header .bxmaker__geoip__popup-content .bxmaker__geoip__popup-search input[type="text"]:hover {
  border-color: #C9C9C9;
}
.header .bxmaker__geoip__popup-content .bxmaker__geoip__popup-search input[type="text"]:focus {
  border-color: #fa6405;
}
.header .bxmaker__geoip__popup-content .bxmaker__geoip__popup-search-option:hover span,
.header .bxmaker__geoip__popup-content .bxmaker__geoip__popup-search-option span:hover {
  color: #0386f8;
}
.header .bxmaker__geoip__popup-content .bxmaker__geoip__popup-search-option {
  font-size: 14px;
  padding-bottom: 5px;
  line-height: normal;
}
.header .bxmaker__geoip__popup-search-mark svg,
.header .bxmaker__geoip__popup-search-clean svg {
  margin: 8px 0;
}
.header .bxmaker__geoip__popup-close.js-bxmaker__geoip__popup-close {
  top: 25px;
  right: 25px;
}
.header .bxmaker__geoip__popup-close.js-bxmaker__geoip__popup-close svg {
  opacity: 0.3;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .bxmaker__geoip__popup-close.js-bxmaker__geoip__popup-close svg:hover {
  opacity: 0.7;
}
.header .bxmaker__geoip__popup-close.js-bxmaker__geoip__popup-close svg:active {
  opacity: 1;
}
#header-append-container {
  max-height: 90px;
}
.header__middle_line {
  max-height: 48px;
}
.header__but-wrap {
  max-height: 40px;
}
/* FOOTER */
.f-txt-small {
  font-size: 13px;
  color: #999999;
}
.footer {
  background-color: #f9f9f9;
  width: 100%;
  color: #999999;
  clear: both;
  margin-top: 0;
}
.footer a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #fa6405;
}
.footer__left {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  text-align: left;
}
.footer__right {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: right;
  margin-left: -5px;
}
.footer__head {
  background-color: #f4f4f4;
  padding: 10px 0;
}
.footer__error,
.footer__data {
  white-space: nowrap;
}
.footer__data {
  font-size: 13px;
}
.footer__body {
  padding: 0 0 0 0;
  background-color: #ededed;
  padding-bottom: 15px;
}
.footer__body .footer__right,
.footer__body .footer__left {
  vertical-align: top;
}
.footer__body-bottom {
  font-size: 13px;
  color: #999999;
}
.footer__foot {
  padding-left: 0;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  font-size: 13px;
  background-color: #e4e4e4;  
}
.footer__foot-ico {
  margin-right: 30px;
}
.footer__foot-ico:last-child {
  margin-right: 0;
}
.footer__foot a {
  color: #fa6405;
}
.footer__copyright {
  font-size: 13px;
  color: #999999;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.footer__info {
  display: inline-flex;
  text-align: left;
  align-items: center;  
}
.footer__empty {
  background-color: #ffffff;
  min-height: 100px;
  padding-top: 37px;
  display: none;
}
.footer__tel {
  font-size: 18px;
  color: #000000;
}
.footer__contacts {
  font-size: 22px;
  text-align: left;
  margin-bottom: 30px;
  color: #414141;
}
.footer__contacts-sub {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.footer__logo {
  vertical-align: middle;
  margin-right: 60px;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-col {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  width: 25%;
  margin-top: 30px;
}
.footer-col:last-child {
  margin-right: 0;
  width: fit-content;
}

.footer-col__title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333333;
}
.footer-col a {
  color: #414141;
}
.footer .form .form__item {
  display: inline-block;
  vertical-align: top;
}
.form_nolabel {
  margin-bottom: 0;
}
.form_nolabel .form__item {
  margin-bottom: 0;
}
.form_nolabel .form__item label {
  display: none !important;
}
.discount-mail__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 40px;
  color: #202020;
}
.discount-mail__title::before {
  margin-right: 25px;
}
.discount-mail__form {
  display: inline-block;
  vertical-align: middle;
}
.discount-mail__form .el-button {
  margin-left: 15px;
  font-size: 13px;
  height: 37px ;
  line-height: 35px ;
}
/* FOOTER отступы */
.order-footer {
  margin-bottom: 130px;
}
.block-partition_thankyou {
  margin-bottom: 75px;
}
.catalog-items__paginator_out {
  margin-bottom: 130px;
}
.bonus-info:last-child {
  margin-bottom: 130px;
}
#ItemsOptions {
  margin-bottom: 135px;
  display: block;
}
/* Футер к низу */
/*  html, body{
    height:100%;
} */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.content {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  margin-bottom: 75px;
}
.mod-application .content {
  margin-bottom: 115px;
}
@media (max-width: 1300px) {
  .content:not(.content_associated) {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.content__header-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  /* align-items: center; */
}
.content__header-lr > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.content__header-lr > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.content__header-but {
  color: #68b6fb;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 13px;
  margin-top: 15px;
  margin-top: 5px;
}
.content__header-but:hover {
  color: #0386f8;
}
.el-button.content__button-add {
  margin-bottom: 20px;
  color: #202020 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-align: left;
  line-height: 20px !important;
}
.content__tabs + .el-button.content__button-add {
  margin-left: 24px;
}
.content__infopage {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}
.content__tabs {
  margin-bottom: 40px;
  margin-left: 24px;
}
.content__h2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 0;
}
.content__left {
  width: 245px;
  display: inline-block;
  vertical-align: top;
}
.content__left_285 {
  width: 285px;
}
.content__left_285 ~ .content__right {
  width: calc(100% - (285px + 15px));
}
.content__left_big {
  width: 300px;
}
.content__right {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-width: 447px;
  position: relative;
}
.content__right_inner {
  padding-left: 0;
}
.content__right > *:first-child {
  margin-top: 0;
}
.content__right header .el-button {
  margin-right: 10px;
}
.content__right header .el-button:last-child {
  margin-right: 0;
}
.content__left ~ .content__right {
  width: calc(100% - (245px + 15px));
}
.content__left.content__left_big ~ .content__right {
  width: calc(100% - 300px);
  padding-left: 15px;
}
.content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content__header > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.content__header > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .content__header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.content__header > *:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 6 auto;
  flex: 0 6 auto;
}
.content__header-right {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content__header_variant {
  margin-bottom: 20px;
}
.content__header_variant .h1 {
  margin-bottom: 0;
}
.content__header_variant .content__header-right {
  width: 403px;
}
.content__header_variant .content__header-right .el-button {
  margin-left: 15px;
  color: #333333;
}
.content__header_variant .content__header-right .el-button span,
.content__header_variant .content__header-right .el-button object {
  vertical-align: middle;
  pointer-events: none;
}
.content__header_variant .content__header-right .el-button span:last-child,
.content__header_variant .content__header-right .el-button object:last-child {
  margin-right: 0;
}
.content__header_variant .content__header-right .el-button object {
  position: relative;
}
.content__header_cart {
  margin-bottom: 15px;
}
.content__header_cart .content__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 447px;
}
.content__header_cart .content__header-right_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.content__header_cart .content__header-right_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.content__header_cart .content__header-right_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.content__header .el-button:first-child {
  margin-left: 0;
}
.content__header .el-button:last-child {
  margin-right: 0;
}
.content_associated {
  /* border: @border; chk border-new */
  border-bottom-width: 0;
  border-radius: 6px;
  min-height: 300px;
}
.content_supplied {
  min-height: 300px;
}
.content_pagination {
  margin-bottom: 80px;
  position: relative;
  border-bottom-width: 1px;
}
.content_pagination .pagination-conteiner {
  position: absolute;
  right: 0;
}
.el-button-content-mt {
  margin-top: 14px;
}
/* Временно страницы размещу здесь, а в будущем их подключать отдельно на каждую
smacss chk - отметка на возможные проблемные места которые могут использоваться
на других страницах */
/* Фирменные магазины */
.brandshop-root {
  font-size: 0;
}
.brandshop-group {
  font-size: 0;
}
.brandshop-hits {
  margin-top: 30px;
}
.brandshop-slider {
  position: relative;
  padding: 0 50px;
  margin: auto;
  width: 1252px;
  margin-bottom: 50px;
}
.brandshop-slider_deactive {
  margin: 0;
  padding: 0;
  width: 100%;
}
.brandshop-slider_deactive button {
  display: none;
}
.brandshop-slider_deactive .brandshop-slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible !important;
}
.brandshop-slider_deactive .brandshop-slider__wrap > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.brandshop-slider__wrap {
  overflow: hidden;
  white-space: nowrap;
  padding-top: 5px;
  width: 100%;
}
.brandshop-slider__item {
  height: 140px;
  width: 155px;
  text-align: center;
  display: block;
  margin: 0 5px 20px 5px;
  vertical-align: top;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.brandshop-slider__item:last-child {
  margin-right: 0;
}
.brandshop-slider__item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.brandshop-slider__item img {
  display: block;
  margin: auto;
}
.brandshop-slider__text {
  white-space: normal;
  font-size: 13px;
  font-weight: 800;
  width: 100%;
  display: block;
}
.active .brandshop-slider__text {
  color: #fa6405;
}
.brandshop-slider__img {
  height: 85px;
}
.brandshop-footer {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-width: 2px;
  padding: 30px 0;
  margin-top: 100px;
  margin-bottom: 115px;
  position: relative;
  border-bottom: 2px solid #e4e4e4;
  border-top: 2px solid #e4e4e4;
}
.brandshop-footer::after,
.brandshop-footer::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #e4e4e4;
  border-top: 2px solid #e4e4e4;
  top: -1.5px;
  bottom: -2.5px;
  width: 9999px;
}
.brandshop-footer::before {
  right: 100%;
}
.brandshop-footer::after {
  left: 100%;
}
.brandshop-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.brandshop-footer__wrap_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.brandshop-footer__wrap_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.brandshop-footer__wrap_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.brandshop-footer__item {
  padding: 15px 15px 0;
  width: 20%;
  height: 100%;
  position: relative;
}
.brandshop-footer__item:first-child::after {
  display: none;
}
.brandshop-footer__item:last-child {
  border: none;
}
.brandshop-footer__item::after {
  width: 1px;
  height: 9000px;
  background: #e4e4e4;
  right: 0;
  top: 0;
}
.brandshop-footer__logo {
  margin-bottom: 35px;
  width: 210px;
  display: inline-block;
}
.brandshop-footer__logo img {
  width: 100%;
}
.brandshop-footer__menu-item {
  display: block;
  font-weight: 800;
  margin-bottom: 15px;
}
.brandshop-footer__list {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.brandshop-footer__list:last-child {
  margin-bottom: 0;
}
.brandshop-footer__list-wrap {
  display: block;
}
.brandshop-footer__list-wrap:nth-child(2) {
  margin-top: 10px;
}
.brandshop-footer__list-title {
  font-weight: 800;
  line-height: 120%;
}
.brandshop-footer__list-item {
  padding-left: 10px;
  display: inline-block;
  margin: 5px 0;
  line-height: 120%;
}
.wishlist-add .bubble__wrap {
  text-align: center;
}
.wishlist-addform {
  background: #ffffff;
  width: 270px;
  border-radius: 5px;
}
.wishlist-addform .wishlist-addform__input {
  margin-bottom: 15px;
}
.wishlist-addform .el-bubble__wrap {
  border-radius: 5px;
}
.bonus-info {
  font-size: 16px;
  margin-top: 50px;
}
.bonus-info__title {
  margin: 0;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 18px;
}
.bonus-info__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 15px 32px 20px 46px;
  border: 2px solid #56cb08;
  background: #f4f4f4;
}
.bonus-info__cont > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.bonus-info__cont > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .bonus-info__cont {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.bonus-info__cont-img {
  width: 190px;
}
.bonus-info td {
  padding-bottom: 32px;
  padding-right: 20px;
}
.bonus-info td:last-child {
  margin-bottom: 0;
}
.code-frendly {
  display: inline-block;
  vertical-align: top;
  margin-top: 27px;
}
.code-frendly__row {
  margin-bottom: 40px;
}
.code-frendly__row:last-child {
  margin-bottom: 0;
}
.code-frendly__code {
  height: 30px;
  line-height: 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding: 0 37px;
  color: #202020;
}
.code-frendly a {
  color: #fa6405;
  text-decoration: underline;
}
.b-help {
  margin-bottom: 30px;
}
.b-help__link {
  font-size: 13px;
  color: #202020;
  text-decoration: underline;
}
.b-help__link.active {
  color: #fa6405;
}
.b-help .el-list-square__item {
  margin-bottom: 0;
}
.b-archive__summ,
.b-archive__link {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
}
.archive-item {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 20px;
}
.archive-item > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.archive-item > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .archive-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.archive-item__table {
  font-size: 15px;
  line-height: 20px;
}
.archive-item__table td {
  padding: 5px 0;
}
.archive-item__table td:first-child {
  width: 250px;
}
/* .archive-item__table tr:first-child td {
  padding-bottom: 13px;
} */
.form_addcontact .form__input {
  min-width: 330px;
}
.social-enter {
  margin-top: 25px;
  white-space: nowrap;
}
.social-enter_mini .social-enter__but {
  padding: 0;
  padding-left: 2px;
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  margin-top: 0;
}
.social-enter__but {
  display: inline-block;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.85rem 2.13rem;
  line-height: 35px;
  border: 0;
  border-radius: 50%;
  color: #ffffff !important;
  margin: 6px;
  white-space: normal !important;
  text-transform: uppercase;
  word-wrap: break-word;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.social-enter__but span {
  vertical-align: middle;
}
.social-enter__but i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
}
.social-enter__but:first-child {
  margin-left: 0;
}
.social-enter__but:last-child {
  margin-right: 0;
}
.social-enter__but_fb {
  background-color: #3b5998;
}
.social-enter__but_fb:focus,
.social-enter__but_fb:hover {
  background-color: #4264aa;
}
.social-enter__but_fb i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMAAQIDBgcICgsQFyIvQEJKT1RWWGh0eJGbnZ63wMPM1eDo8fv9jTOGUAAAAINJREFUSMft0rkagkAMhdEMouOG4i47Avf9X9HOWOBnbgvz1zlNEpHx3O6cV20PAMBD/udOL3xlIKsS4EhUgyU3sCQeaHIETZ486XT26p3hJBKpKMRWrORiJF7JwUjWSpJ5EfzozpOUJ3uebHmy5Am/sYYnWXjLQAIJZOpkkXzajA68AY1jYZZrybQlAAAAAElFTkSuQmCC");
}
.social-enter__but_google {
  background-color: #dd4b39;
}
.social-enter__but_google:focus,
.social-enter__but_google:hover {
  background-color: #e15f4f;
}
.social-enter__but_google i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAABDlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8v3yHCAAAAWXRSTlMAAQIDBAUHCQsMDQ4PERITFxodICEjJCgqKywtMjU3ODs8REVGR0pLVldbX2NpbXF0d3h7fH6DhYaJi5SXm6Kmq621t7m+x87P1dfZ2tzg4uvt8fP19/n7/a+8CcwAAAF/SURBVEjH7ZVpX4JAEIcXwUwt00yjg8y0S7PoLivsoEuwLEjl+3+RYBa5XBZ9W/7fsDuzz292Z3YHhKb6g0ptHkmyLInl9JhA6cVw9FpmogH+zfBJKUYAzIUxokMqEZcNghZpMZ4JwGCVFqRpr9IaOQ4x8cLJwCSWacSGTVyxQ0vioU89PfOBN7LltS1Qz76LY+xEJDUmmsri8ScQt1GF46xVAgxzeFszEyD7gFyiCZA7QHjX5Rc+hzlIW8sqYGoDMuvkKlBRSLzoMyHN9ZCQFAHR6UiGgKjwSUwSRYJPMQyB5GcFQahYs3NzIKA6eI6djC3ZWgF7j5TkPLh0LlgHXOInEsJ0wXcWRK7BvEdCUA1vWvATBU/CRhAWh/nhvcT8NxgfQ25P1U7OgduI1nGBjULYjWvZTGcb7k2iNOwFN+GXtO2Uoad0+s5EjYdf7OQ7qSl156iPoTVKKMmIF1T9ChCnschXx9a6nr7XzIzV+pl8XVJ1TblvrLHTP+e/0C/qZcRS/xbVSQAAAABJRU5ErkJggg==");
}
.social-enter__but_vk {
  background-color: #4c75a3;
}
.social-enter__but_vk:focus,
.social-enter__but_vk:hover {
  background-color: #5882b1;
}
.social-enter__but_vk i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAABF1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////jvJXZAAAAXHRSTlMAAQIDBAUGBwgJCgsMDQ4QERIUFRcaGxwgIyQmKCorLS8zOENJSkxQVFVhYmdscXN0foKLjI+RmKOmqquwsrS1ubq8vsDHyMrP0dPV2drc3uTm6e3v8fP19/n7/cLqzm4AAAF3SURBVBgZ7cFpWxJRGAbg55yZgUE0RVskK83IsmhxS7FFW2wTUQFD8Pn/v6OZM7xnhqOXU37mvjE29p+CYhiWJspFJOZ+cmiwCsvzfD8IgkKIyGcObcKon9LykdCHFC0NfKOYh+F9oagg8YQpH3hMsYPEIkUFiUNaDQDqhGIaxiTFLRhVpu4iskKxAUNTTMDYp7WFmO5STMOgCBFboNUpwHhGsQ3jgkNFxA5oLSGhOxRziFEEiNRorUE8pfiAiKbwAJTOKQ4UhGpRLAMoU/gA3lOclZFaovgzCdynqAAvaD1C1keKVgXvKNbUS1qvMWKGqR6v9FthVJ15luFQ35njIVwzA17vq4JrhTl2FFwN5tjVcATHzLHnwTHbp+vHep8Z+xqO6oCjWh6mmsxoKDjudTmiBqDcZsYbuEp7zLqDyO0+MxZwSa3H1BRi1QFTR7isUD+n8GDMnzHl4Qr6watPzdN2u/kcQ+HbLiMXvc6vVfwzhbGxG/kLiOMfMVS93tcAAAAASUVORK5CYII=");
}
.social-enter__but_tw {
  background-color: #55acee;
}
.social-enter__but_tw:focus,
.social-enter__but_tw:hover {
  background-color: #6cb7f0;
}
.social-enter__but_tw i {
  background-image: url("");
}
.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.separate-block {
  text-align: left;
  table-layout: fixed;
  margin-bottom: 80px;
}
.separate-block_center {
  text-align: center;
}
.separate-block_login {
  margin-left: -50px;
}
.separate-block__item {
  border-right: 1px solid #e4e4e4;
  vertical-align: top;
  width: 305px;
}
.separate-block__item.b-payer__conteiner:first-child {
  width: 225px;
  padding-left: 0;
}
.separate-block__item.b-payer__conteiner:last-child {
  width: 305px;
  border-right-width: 0;
}
.separate-block__item:last-child {
  border-right-width: 0;
}
.separate-block__item_registation {
  width: 555px;
  padding-left: 50px;
}
.separate-block__item_social {
  text-align: center;
  border-right: 0;
  padding-left: 55px;
}
.separate-block__item_social .separate-block__title {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .separate-block__item_pseudo {
    display: none;
  }
}
.separate-block__title {
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
  text-align: left;
}
.separate-block_3__item {
  width: 33.33%;
}
.auth-first__title {
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}
.b-registration {
  margin-bottom: 50px;
}
.b-registration__but {
  width: 210px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.b-registration__but.el-button_scnd-1 {
  color: #000000;
}
.b-registration__but_100 {
  width: 100%;
}
.b-registration__notice {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  margin-left: 45px;
}
.b-subscribe {
  margin-left: 24px;
}
.b-subscribe__text {
  margin-bottom: 30px;
}
.b-subscribe .form {
  margin-left: 0;
}
.b-subscribe .form__item label {
  font-size: 14px;
}
.b-info {
  padding: 0 0 30px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.form_feedback .b-info {
  margin-bottom: 0;
  width: 100%;
}
.b-info_min {
  padding-bottom: 15px;
  width: calc(100% + 80px);
}
.b-info_min .form__item {
  width: calc(100% - 80px);
}
.b-info__title {
  margin-left: 0;
}
.b-info:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.b-info p:last-child {
  margin-bottom: 0;
}
.b-faq {
  display: inline-block;
  width: 50%;
  padding-right: 50px;
  vertical-align: top;
  /*  height: 300px;
    overflow: auto; */
}
.b-faq + .b-faq {
  border-left: 1px solid #e4e4e4;
  margin-left: -5px;
  padding-left: 50px;
}
.b-faq:only-child {
  min-width: 650px;
}
.b-faq.b-faq_help-left {
  max-width: 430px;
}
.b-faq.b-faq_help-right {
  width: 850px;
  padding-left: 18px;
  padding-right: 0;
}
.b-faq__slider-title {
  padding-left: 47px;
}
.b-faq .el-title-2:first-child {
  margin-top: 0;
}
.b-feedback-foot p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 11px;
}
.auth-f {
  margin-bottom: 140px;
  position: relative;
}
.auth-f__wrapper {
  height: 491px;
}
.auth-f__wrapper-b {
  height: 50%;
}
.auth-f__wrapper-b_reg {
  background-color: #fbfbfb;
}
.auth-f__b {
  width: 350px;
  margin: auto;
}
.auth-f__bottom {
  padding: 10px 0;
  background-color: #fbfbfb;
  border-top: 1px solid #e4e4e4;
}
.auth-f__but {
  width: 100%;
}
.auth-f__text {
  font-size: 13px;
  color: #333333;
}
.auth-f__form {
  margin: auto;
  margin-bottom: 25px;
  margin-top: -20px;
}
.auth-f__submit {
  width: 100%;
  margin-top: 20px;
}
.auth-f__link {
  color: #fa6405;
  font-size: 13px;
}
.auth-f__registration {
  margin-bottom: 15px;
}
.auth-f__main {
  padding-bottom: 19px;
}
.auth-f__equal {
  height: 489px;
}
.auth-f .b-grid__b {
  border: 0;
}
.auth-f .b-grid__b + .b-grid__b {
  border-top: 1px solid #e4e4e4;
}
.cabinet {
  color: #333333;
}
.cabinet__header {
  display: block;
  padding-bottom: 14px;
}
.cabinet__header-btns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cabinet__header-btns-row .wishlist-page__add {
  margin: 0;
}
.cabinet__left {
  width: 300px;
  float: left;
  font-size: 14px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.cabinet__left--name {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 13px;
}
.cabinet__left--name-image {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 2px;
}
.cabinet__left--name-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 75px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
}
.cabinet__left--section {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  position: relative;
}
.cabinet__left--section::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
}
.cabinet__left--section:last-child::after {
  border-bottom: none;
}
.cabinet__left--section-name {
  padding-left: 75px;
  color: #949494;
  font-size: 12px;
  font-weight: 700;
  margin: 7px 0;
}
.cabinet__left--section-item {
  position: relative;
}
.cabinet__left--section-item .leftmenu__link {
  display: block;
  width: 100%;
  padding-left: 75px;
  position: relative;
  line-height: 40px;
  margin: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.cabinet__left--section-item .leftmenu__icon {
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% -  55px );
  max-width: 14px;
}
.cabinet__left--section-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 0 solid #fa6405;
  pointer-events: none;
}
.cabinet__left--section-item:hover,
.cabinet__left--section-item.active {
  background-color: rgba(250, 100, 5, 0.05882353);
  color: #fa6405;
}
.cabinet__left--section-item:hover a,
.cabinet__left--section-item.active a {
  color: #fa6405;
}
.cabinet__left--section-item:hover .leftmenu__icon path,
.cabinet__left--section-item.active .leftmenu__icon path,
.cabinet__left--section-item:hover .leftmenu__icon circle,
.cabinet__left--section-item.active .leftmenu__icon circle,
.cabinet__left--section-item:hover .leftmenu__icon polygon,
.cabinet__left--section-item.active .leftmenu__icon polygon,
.cabinet__left--section-item:hover .leftmenu__icon ellipse,
.cabinet__left--section-item.active .leftmenu__icon ellipse {
  fill: #fa6405;
}
.cabinet__left--section-item.active {
  cursor: default;
}
.cabinet__left--section-item.active::before {
  border-left-width: 2px;
}
.cabinet__left--section-counter {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
  height: 16px;
  min-width: 16px;
  line-height: 17px;
  border-radius: 16px;
  text-align: center;
  background-color: #0386f8;
  font-size: 8px;
  font-weight: 700;
  color: #ffffff;
}
.cabinet__right {
  margin-bottom: 125px;
}
.cabinet__right h1.stnd-title.stnd-title_big {
  margin-top: 50px;
  margin-bottom: 35px;
}
.cabinet__right h1.stnd-title.stnd-title_big:first-child {
  margin-top: 14px;
}
.cabinet__right .care-service-page h1.stnd-title.stnd-title_big {
  margin-bottom: 0;
}
.cabinet__right .wishlist-page .content__header-right {
  margin-top: 32px;
}
.cabinet__right--noauth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.cabinet__right--noauth-image {
  margin-right: 63px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cabinet__right--noauth-image img {
  width: 155px;
}
.cabinet__right--noauth-text {
  color: #868686;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cabinet__right--noauth-text p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 18px;
}
.cabinet__right--noauth-text a {
  color: #fa6405;
}
.cabinet__right--noauth-text a:hover {
  text-decoration: underline;
}
.cabinet__right--noauth:not(:nth-child(1)) {
  margin-top: 30px;
}
.cabinet__right .wishlist-page {
  margin-bottom: 30px;
}
.cabinet__right .table {
  margin-bottom: 45px;
}
.cabinet__right .table__td,
.cabinet__right .table__th {
  padding-left: 15px;
  padding-right: 15px;
}
.cabinet__right .table__td:first-of-type,
.cabinet__right .table__th:first-of-type {
  padding-left: 25px;
}
.cabinet__right .table__td:last-of-type,
.cabinet__right .table__th:last-of-type {
  padding-right: 25px;
}
.cabinet__right .table__th:last-of-type {
  padding: 8px 0 8px 15px;
}
.cabinet__left ~ .cabinet__right {
  width: calc(100% - 300px);
  padding-left: 30px;
}
.cabinet__banner {
  width: 100%;
  text-align: right;
  margin-top: -34px;
  margin-bottom: 40px;
}
.cabinet__banner--close {
  display: block;
  float: right;
  margin: 0;
  margin-bottom: 9px;
}
.cabinet__banner--link {
  display: block;
}
.cabinet__banner--link img {
  width: 100%;
  height: auto;
}
.cabinet__big-alert {
  border: 2px solid #0385f6;
  border-radius: 10px;
  padding: 26px 22px 27px;
  margin-top: 15px;
}
.cabinet__big-alert_title {
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cabinet__big-alert_text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cabinet__big-alert_text:last-child {
  margin-bottom: 0;
}
.cabinet__big-alert_strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cabinet__big-alert_strong:last-child {
  margin-bottom: 0;
}
.cabinet__small-alert {
  padding: 14px 20px 14px 64px;
  background-color: #cde7fe;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  border-radius: 3px;
  margin-top: 7px;
  font-size: 14px !important;
  line-height: 20px !important;
}
.cabinet__small-alert::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(0.796265%200.366211)%22%2F%3E%0D%0A%3Crect%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(0.796265%200.366211)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11.7963%200.366211C5.73086%200.366211%200.796265%205.30088%200.796265%2011.3663C0.796265%2017.4317%205.73086%2022.3662%2011.7963%2022.3662C17.8617%2022.3662%2022.7963%2017.4317%2022.7963%2011.3663C22.7963%205.30088%2017.8617%200.366211%2011.7963%200.366211ZM11.7963%2020.3662C6.8336%2020.3662%202.79626%2016.3289%202.79626%2011.3663C2.79626%206.40368%206.8336%202.36621%2011.7963%202.36621C16.7589%202.36621%2020.7963%206.40368%2020.7963%2011.3663C20.7963%2016.3289%2016.7589%2020.3662%2011.7963%2020.3662Z%22%20fill%3D%22%230386F8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11.7961%205.0332C11.0611%205.0332%2010.4631%205.6316%2010.4631%206.36714C10.4631%207.102%2011.0611%207.69987%2011.7961%207.69987C12.5312%207.69987%2013.1292%207.102%2013.1292%206.36714C13.1292%205.6316%2012.5312%205.0332%2011.7961%205.0332Z%22%20fill%3D%22%230386F8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11.7963%209.69922C11.244%209.69922%2010.7963%2010.147%2010.7963%2010.6992V16.6992C10.7963%2017.2515%2011.244%2017.6992%2011.7963%2017.6992C12.3485%2017.6992%2012.7963%2017.2515%2012.7963%2016.6992V10.6992C12.7963%2010.147%2012.3485%209.69922%2011.7963%209.69922Z%22%20fill%3D%22%230386F8%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.cabinet-map {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
  overflow: hidden;
}
.cabinet-map-info {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cabinet-map-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  font-size: 0;
  height: 120px;
  padding-right: 20px;
}
.cabinet-map-info__row + .cabinet-map-info__row {
  border-top: 1px solid #e4e4e4;
}
.cabinet-map-info__img {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  margin-right: 25px;
}
.cabinet-map-info__img img {
  width: 100%;
}
.cabinet-map-info__txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 61px);
  font-size: 17px;
  line-height: normal;
}
.cabinet-map-info_top {
  top: 8px;
}
.cabinet-map-info_right {
  right: 8px;
}
.cabinet-map-info_bot {
  bottom: 25px;
}
.cabinet-map-info_left {
  left: 25px;
}
.cabinet-map-info_limited {
  width: calc(100% -  25px + 8px);
  max-width: 270px;
}
.cabinet-map + .cabinet__big-alert {
  margin-bottom: 20px;
}
.cabinet-map + .cabinet__big-alert:last-child {
  margin-bottom: 0;
}
.cabinet_accent {
  color: #0386f8;
}
a.cabinet_accent {
  color: rgba(3, 134, 248, 0.6);
}
a.cabinet_accent:hover {
  color: #0386f8;
}
.cabinet__delivery {
  margin-bottom: 80px;
}
.cabinet__delivery:last-child {
  margin-bottom: 0;
}
.cabinet__delivery-item {
  padding: 0;
  margin-bottom: 5px;
}
.catalog-items #goods-list .table__td:last-of-type,
.catalog-items #goods-list .table__th:last-of-type {
  padding-right: 0;
}
.catalog-items #goods-list .table__td:first-of-type,
.catalog-items #goods-list .table__th:first-of-type {
  padding-left: 0;
}
.b-delivery__toggle {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px 15px;
  display: block;
  cursor: pointer;
}
.b-delivery__toggle-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid #e5e5e5;
  border-radius: 13px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
._active .b-delivery__toggle-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-delivery__toggle-icon::before {
  content: "";
  position: absolute;
  border: solid #343434;
  border-width: 0 1px 1px 0;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -1.75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-delivery__toggle > span {
  vertical-align: middle;
}
.b-delivery__details {
  padding-top: 5px;
  padding-right: 35%;
}
.b-delivery__item p {
  margin-top: 0;
}
.b-delivery__item .txt-article__large-padding {
  padding-top: 5px !important;
  padding-bottom: 0;
}
.b-delivery-head {
  height: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#84c4fd), color-stop(49.72%, #679bf4), to(#4063e8));
  background-image: linear-gradient(90deg, #84c4fd 0%, #679bf4 49.72%, #4063e8 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 26px;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
}
.b-delivery-head__txt {
  font-size: 16px;
  cursor: default;
}
.b-delivery-head__ask {
  font-size: 11px;
  cursor: default;
}
.b-delivery-head__ask:hover {
  color: inherit;
}
.b-delivery-head__ask span {
  vertical-align: middle;
}
.b-delivery-head__ask-ico {
  width: 28px;
  height: 28px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2252%22%20height%3D%2251%22%20viewBox%3D%220%200%2052%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M7.69656%200.232246C5.92038%20-0.359758%203.84837%200.232246%202.36819%201.41625C0.888007%202.60026%200%204.37644%200%206.44863C0%207.33663%200.592005%207.92881%201.48018%207.92881C2.36819%207.92881%202.96036%207.3368%202.96036%206.44863C2.96036%205.56062%203.25636%204.37644%204.14437%203.78444C5.03237%203.19244%205.92055%202.89643%207.10456%203.19243C8.58474%203.48844%209.47274%204.67262%209.76875%205.85662C10.0647%207.3368%209.76875%208.52081%208.58474%209.40899C6.21655%2011.1852%205.03238%2013.8494%205.03238%2016.5135C5.03238%2017.4016%205.62438%2017.9937%206.51255%2017.9937C7.40056%2017.9937%207.99273%2017.4017%207.69656%2016.5135C7.69656%2014.7374%208.88057%2012.9612%2010.3607%2011.7772C12.4329%2010.001%2013.3209%207.6328%2012.7289%205.26462C12.1368%202.60043%2010.0647%200.82425%207.69656%200.232246Z%22%20transform%3D%22translate(19.5094%2012.1741)%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0.296%200.444131C-1.66291e-06%200.740132%200%201.33214%200%201.62814C0%201.92414%20-1.66291e-06%202.22014%200.296%202.51615C0.592002%202.81215%201.18401%203.10815%201.48001%203.10815C1.77601%203.10815%202.36802%202.81215%202.36802%202.51615C2.66402%202.51615%202.96002%201.92414%202.96002%201.62814C2.96002%201.03614%202.66402%200.740132%202.36802%200.444131C1.77601%20-0.148044%200.888004%20-0.148044%200.296%200.444131Z%22%20transform%3D%22translate(24.5417%2035.9404)%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25.1619%200C11.2488%200%200%2011.2488%200%2025.1619C0%2039.075%2011.2488%2050.3237%2025.1619%2050.3237C39.075%2050.3237%2050.3237%2039.075%2050.3237%2025.1619C50.3237%2011.2488%2039.075%200%2025.1619%200ZM25.1619%2047.3635C13.0249%2047.3635%202.96019%2037.2988%202.96019%2025.1619C2.96019%2013.0249%2013.0249%202.96019%2025.1619%202.96019C37.2988%202.96019%2047.3635%2013.0249%2047.3635%2025.1619C47.3635%2037.2988%2037.2988%2047.3635%2025.1619%2047.3635Z%22%20transform%3D%22translate(0.859894%200.56543)%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.b-delivery.b-delivery_alt .b-delivery__item {
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}
.b-delivery.b-delivery_alt .b-delivery__item .txt-article__text:first-child {
  padding-top: 11.5px;
}
.b-delivery.b-delivery_alt .b-delivery__item:last-child {
  border-bottom: 0;
}
.b-delivery.b-delivery_alt .b-delivery__toggle {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}
.password-change {
  background-color: #ffffff;
  padding: 24px 25px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.password-change__form {
  float: left;
  border-right: 1px solid #e4e4e4;
  padding-right: 58px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.password-change__form form {
  text-align: left;
  margin-top: -24px !important;
}
.password-change__form .form__item .form__input {
  width: 334px;
}
.password-change__form .form__item .form__input input {
  width: 334px;
}
.password-change__form .el-button {
  padding: 0 38px 2px;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
}
.password-change__description {
  padding-left: 53px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-family: 'Arial', 'Open Sans', sans-serif;
}
.el-button.bigger-button {
  padding: 0 38px 2px;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
}
.news-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.news-subscription__left {
  width: 336px;
  float: left;
  background-image: url("../img/cab-news-subscription.png");
  background-repeat: repeat;
  position: relative;
  color: #ffffff;
  padding-left: 25px;
}
.news-subscription__left--title {
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 28px;
}
.news-subscription__left .el-list-checkround {
  font-size: 16px;
  margin-bottom: 12.5px;
}
.news-subscription__left .el-list-checkround li:last-child {
  margin-bottom: 0;
}
.news-subscription__right {
  width: calc(100% - 336px);
  float: left;
  background-color: #ffffff;
  color: #333333;
  padding-left: 25px;
}
.news-subscription__right--description {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 17px;
}
.news-subscription__right--description:first-of-type {
  margin-top: 12px;
}
.news-subscription__right--description:last-of-type {
  margin-bottom: 25px;
}
.cabinet-finances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  color: #333333;
  margin-bottom: 35px;
}
.cabinet-finances__left {
  width: 345px;
  float: left;
}
.cabinet-finances__left-info {
  min-height: 198px;
  background-color: #ffffff;
  padding-left: 25px;
  padding-top: 26px;
  padding-bottom: 45px;
  background-image: url("../img/ico-svg/Pictogr_PoslednZakaz_green.svg");
  background-position: calc(100% - 25px) calc(100% - 25px);
  background-repeat: no-repeat;
}
.cabinet-finances__left-info.indebtedness {
  background-image: url("../img/ico-svg/Pictogr_VashDolg_red.svg");
}
.cabinet-finances__left-info--heading {
  font-size: 11px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 27px;
}
.cabinet-finances__left-info--status {
  font-size: 14px;
}
.cabinet-finances__left-info--count {
  font-size: 26px;
  font-weight: 700;
  margin-top: 15px;
}
.cabinet-finances__left-info--count span {
  font-size: 14px;
  font-weight: 400;
}
.cabinet-finances__right {
  width: calc(100% - 345px);
  float: left;
  padding: 20px;
  padding-left: 45px;
  color: #5e5e5e;
}
.cabinet-finances__right--title {
  margin-top: 5px;
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 700;
}
.cabinet-finances__right--description {
  font-size: 14px;
}
.cabinet-general {
  margin-bottom: 45px;
}
.cabinet-general__statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.cabinet-general__statistics--item {
  width: 31.9%;
  padding: 14px 30px 12px 50px;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cabinet-general__statistics--item:nth-child(2) {
  padding-left: 0;
}
.cabinet-general__statistics--item:nth-child(2) {
  width: 30.5%;
  padding: 14px 35px 12px 46px;
}
.cabinet-general__statistics--item:nth-child(2)::before,
.cabinet-general__statistics--item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0 solid #e4e4e4;
}
.cabinet-general__statistics--item:nth-child(2)::before {
  left: 0;
  border-left-width: 1px;
}
.cabinet-general__statistics--item:nth-child(2)::after {
  right: 0;
  border-right-width: 1px;
}
.cabinet-general__statistics--item .statistics-icon {
  width: 72px;
  height: 72px;
  background-color: #f2f2f2;
  border: 1px solid #e4e4e4;
  border-radius: 72px;
  float: left;
}
.cabinet-general__statistics--item .statistics-text {
  display: block;
  float: left;
  padding-left: 27px;
  padding-top: 12px;
}
.cabinet-general__statistics--item .statistics-text__name {
  font-size: 12px;
  margin: 0 0 10px;
}
.cabinet-general__statistics--item .statistics-text__value {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.cabinet-bonuses__statistics {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cabinet-bonuses__statistics:not(:last-child) {
  margin-right: 10px;
}
.cabinet-bonuses__statistics--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cabinet-bonuses__statistics--available {
  float: left;
  display: block;
  width: 278px;
  position: relative;
  min-height: 257px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cabinet-bonuses__statistics--available::after {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% - 80px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  border-right: 1px solid #e4e4e4;
  display: none;
}
.cabinet-bonuses__statistics--possible {
  float: left;
  display: block;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cabinet-bonuses__statistics--possible .bonuses__statistics--wrapper {
  margin-top: 74px;
  width: 204px;
  float: left;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cabinet-bonuses__statistics--possible .bonuses__statistics--description {
  width: calc(100% - 204px);
  padding-right: 40px;
  float: left;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cabinet-bonuses__statistics--possible .bonuses__statistics--description-text {
  font-size: 13px;
  margin-bottom: 15px;
}
.cabinet-bonuses__statistics .bonuses__statistics--wrapper {
  text-align: center;
}
.cabinet-bonuses__statistics .bonuses__statistics--title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 31px;
}
.cabinet-bonuses__statistics .bonuses__statistics--count {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 23px;
  margin-bottom: 26px;
}
.cabinet-bonuses__statistics .bonuses__statistics--count span {
  font-size: 12px;
  font-weight: 400;
  color: #949494;
  margin-top: 4px;
  display: block;
}
.cabinet-bonuses .b-archive {
  margin-top: 40px;
}
.cabinet-bonuses table.table {
  margin-bottom: 0;
}
.cabinet-bonuses table.table .table__td {
  height: 60px;
}
.cabinet-bonuses table.table .table__td--green {
  color: #00cc66;
  font-weight: 700;
}
.cabinet-bonuses table.table .table__td--red {
  color: #ff4f4f;
  font-weight: 700;
}
.howItsWorks {
  background-color: #ffffff;
  color: #333333;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-top: 19px;
  margin-bottom: 40px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.howItsWorks--title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.howItsWorks--title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 44px;
  height: 0;
  border-bottom: 3px solid #fa6405;
}
.howItsWorks--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.howItsWorks--items__item {
  font-size: 13px;
  text-align: center;
  width: 100%;
  padding-top: 34px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.howItsWorks--items__item + .howItsWorks--items__item .howItsWorks--items__item-count::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 12px;
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #fa6405;
  z-index: 0;
}
.howItsWorks--items__item-count {
  cursor: default;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}
.howItsWorks--items__item-count::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fa6405;
  z-index: 0;
}
.howItsWorks--items__item-count span {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.howItsWorks--items__item-name {
  font-weight: 700;
  padding-left: 40px;
  padding-right: 40px;
}
.howItsWorks--items__item-description {
  padding-left: 46px;
  padding-right: 46px;
  margin-bottom: 0;
}
.howItsWorks--items a {
  color: #fa6405;
}
.wishlist-page__add {
  display: inline-block;
  margin-left: 30px;
}
.wishlist-page__add .el-button {
  margin-right: 0;
}
.wishlist-lists {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wishlist-lists__wrap-container {
  margin-bottom: 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wishlist-lists__title {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  vertical-align: middle;
  display: inline-block;
}
.wishlist-lists__title + ul {
  vertical-align: middle;
  display: inline-block;
}
.personal_data {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 200px;
}
.personal_data .stnd-text {
  margin-bottom: 27px;
}
.personal_data .stnd-title-weight {
  margin-bottom: 16px;
}
.personal_data .personal_data__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  margin-bottom: 59px;
}
.personal_data .personal_data__photo img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.personal_data .personal_data__photo--text {
  padding-left: 30px;
  margin: auto 0;
}
.personal_data .personal_data__form {
  margin-top: 33px;
  margin-bottom: 59px;
}
.personal_data .personal_data__form .form__item {
  float: left;
  display: block;
  margin-bottom: 0;
}
.personal_data .personal_data__form .form__item:nth-child(2) {
  margin-top: 0;
}
.personal_data .personal_data__form .form__item:nth-child(2n) {
  margin-left: 50px;
}
.personal_data .personal_data__form .form__item + .el-checkbox2-container {
  margin-top: 42px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.personal_data .personal_data__form:last-child {
  margin-bottom: 0;
}
.personal_data .personal_data__form .el-button {
  margin-top: 39px;
}
.friendship-prog {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.friendship-prog__left {
  float: left;
  width: 300px;
  text-align: center;
  padding-top: 26px;
  padding-left: 13px;
}
.friendship-prog__right {
  float: left;
  width: calc(100% - 300px);
  padding-right: 135px;
}
.friendship-prog__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.friendship-prog__button p {
  min-width: 228px;
  border: 1px dashed #fa6405;
  padding: 8px 24px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.friendship-prog__button a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 13px;
  height: auto;
  padding: 0 11px;
  position: relative;
  left: -1px;
}
.friendship-prog__share {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0 0;
}
.friendship-prog__share p {
  margin: 0 5px 0 0;
}
.friendship-prog__share #ya-share2 {
  margin-top: 0 !important;
}
.friendship-prog__share .ya-share2__item {
  width: 29px;
  height: 29px;
  background-position: 50%;
  background-size: 160% !important;
  margin-left: 0 !important;
}
.friendship-prog-caption {
  font-size: 16px;
  margin: 5px 0 27px;
  font-weight: 700;
}
.friendship-prog-sub-title {
  font-size: 15px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
.friendship-prog-text {
  font-size: 15px;
  margin: 26px 0 32px;
}
.friendship-prog-add {
  font-size: 0;
}
.friendship-prog-add__add-box {
  width: 384px;
}
.friendship-prog-add__txt {
  width: calc(100% - 384px);
  opacity: 0.8;
  padding-left: 40px;
}
.friendship-prog-add .friendship-prog-add__partner-code {
  margin-bottom: 40px;
}
.howItsWorks + .friendship-prog-add {
  margin-top: -20px;
}
.friendship-prog-add .friendship-prog-caption {
  margin-top: 0;
  line-height: 1.1;
}
.friendship-prog-add .friendship-prog-text {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 16px;
}
.friendship-prog-add .friendship-prog-caption + .friendship-prog-text {
  margin-top: -4px;
}
.boldDottedLink {
  font-weight: 700;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  color: #fa6405;
  margin-top: 14px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
}
.txt-article {
  padding: 0 40px 30px 70px;
  margin-bottom: 5px;
  color: #333333;
}
.txt-article + .txt-article {
  margin-top: 50px;
}
.txt-article * {
  line-height: 22px;
}
.txt-article p {
  font-size: 15px;
}
/* .cabinet__delivery .txt-article p {
  padding-left: 20px!important;
} */
.txt-article hr {
  margin: 19px 0;
}
.txt-article_item_bot-descr {
  color: #797979;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 15px;
}
.txt-article__list {  
  padding-right: 40px;
  padding-left: 25px;
}
.b-delivery__item .txt-article__list {
  padding-top: 10px;
  margin-top: 0;
}
.txt-article__list-title {
  font-size: 18px !important;
}
.txt-article__list li {
  margin-bottom: 23px;
  line-height: normal;
  list-style-type: none;
  position: relative;
}
.txt-article__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  left: -25px;
  top: 6px;
  border-radius: 5px;
}
.txt-article__list li:last-child {
  margin-bottom: 0;
}
.txt-article__list li span {
  font-size: 15px;
  line-height: normal;
}
.txt-article__list li span:not(.cabinet_accent) {
  display: block;
}
.txt-article__list img {
  max-width: 610px;
  max-height: 100vh;
  width: auto;
  height: auto;
}
.txt-article__list_ordered {
  counter-reset: li;
}
.txt-article__list_ordered li::before {
  content: counter(li);
  counter-increment: li;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 700;
  top: 0;
  left: -25px;
}
.txt-article__title {
  font-size: 20px !important;
  margin: 0;
  padding: 30px 100px 15px 0;
}
.txt-article__title:first-child {
  padding-top: 25px;
}
.txt-article__text { 
  margin-top: 0;
}
.txt-article__text:first-child {
  padding-top: 25px;
}
.b-delivery__item .txt-article__text:first-child {
  padding-top: 10px;
}
.txt-article__large-padding {
  padding-right: 35px !important;
  padding-left: 68px !important;
}
.txt-article__large-padding:first-child,
.txt-article__large-padding.txt-article__side-block {
  padding-top: 24px !important;
}
.txt-article__large-padding.txt-article__side-block {
  padding-left: 0 !important;
}
.txt-article__large-margin {
  margin-right: 35px !important;
  margin-left: 68px !important;
}
.txt-article__side-block {
  width: 290px;
  min-width: 290px;
  padding: 0 25px;
}
.txt-article__side-block_title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 33px;
}
.txt-article__side-block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.txt-article__side-block_img {
  width: 38px;
  height: 38px;
  overflow: hidden;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txt-article__side-block_img img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.txt-article__side-block .txt-article__side-block_txt {
  font-size: 16px;
  margin: 0;
}
.txt-article_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.txt-article_NLP {
  padding-left: 0;
  padding-top: 20px!important;
  padding-bottom: 20px;
  margin-bottom: 0;
}
ul.txt-article_NLP {
  padding-left: 42px;
}
.b-info-bonus__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Arial Black", sans-serif;
}
.b-info-bonus__sub-title {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}
.b-info-bonus__caption {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Arial Black", sans-serif;
}
.b-info-bonus__p {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
.b-info-bonus__ask {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.b-info-bonus__ask_accent {
  color: #fe862e;
}
.b-info-bonus__text-row {
  margin-bottom: 40px;
}
.b-info-bonus__text-row:last-child {
  margin-bottom: 0;
}
.b-info-bonus-steps {
  width: 100%;
  position: relative;
  font-size: 0;
  top: -180px;
  margin-bottom: -110px;
}
.b-info-bonus-steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 300px;
  padding: 16px 0 28px 40px;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
}
.b-info-bonus-steps__item + .b-info-bonus-steps__item {
  margin-top: 30px;
}
.b-info-bonus-steps__item:nth-child(3n-2) {
  background-color: #9459d0;
}
.b-info-bonus-steps__item:nth-child(3n-1) {
  background-color: #42b4f2;
}
.b-info-bonus-steps__item:nth-child(3n) {
  background-color: #56cb08;
}
.b-info-bonus-steps__item-number {
  display: inline-block;
  font-family: "Arial Black", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
}
.b-info-bonus-steps__item-txt {
  display: inline-block;
  padding-top: 13px;
  padding-left: 22px;
}
.b-info-bonus-steps__item-title {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
}
.b-info-bonus-steps__item-sub-title {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
}
.b-info-bonus-steps__box {
  position: absolute;
  width: calc(100% - 300px - 45px);
  top: 0;
  right: 0;
  background-color: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  min-height: 100%;
  opacity: 0;
}
.b-info-bonus-steps__box::before {
  content: "";
  position: absolute !important;
  width: 30px;
  height: 30px;
  background-color: inherit;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.b-info-bonus-steps__box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: inherit;
}
.b-info-bonus-steps__box-wrapper {
  position: relative;
  padding: 25px;
  z-index: 1;
}
.b-info-bonus-steps__box-title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 23px;
}
.b-info-bonus-steps__box-title:last-child {
  margin-bottom: 0;
}
.b-info-bonus-steps__box-text {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}
.b-info-bonus-steps__box-text:last-child {
  margin-bottom: 0;
}
.b-info-bonus-steps__box-ol {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
  padding-left: 50px;
  padding-right: 0;
}
.b-info-bonus-steps__box-ol:last-child {
  margin-bottom: 0;
}
.b-info-bonus-steps__box-ol li::before {
  left: -50px;
}
.b-info-bonus-steps__box-img img {
  max-width: 100%;
}
.b-info-bonus-steps__box .el-button {
  margin-top: 40px;
  display: block;
}
.b-info-bonus-steps__box_first::before {
  top: 50px;
}
.b-info-bonus-steps__box_second::before {
  top: 180px;
}
.b-info-bonus-steps__box_third::before {
  top: 310px;
}
.b-info-bonus-steps__box_active {
  opacity: 1;
}
.b-info-bonus-arrow-steps {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-bottom: 50px;
}
.b-info-bonus-arrow-steps:last-child {
  padding-bottom: 0;
}
.b-info-bonus-arrow-steps__item {
  width: 33.333333%;
  display: inline-block;
  padding-right: 20px;
}
.b-info-bonus-arrow-steps__img img {
  height: 80px;
  max-width: 100%;
}
.b-info-bonus-arrow-steps__item.b-info-bonus-arrow-steps__arrow {
  text-align: center;
  padding-top: 25px;
  padding-right: 0;
}
.b-info-bonus-arrow-steps .b-info-bonus__p {
  margin: 15px 0 0;
}
.b-info-bonus-row {
  position: relative;
}
.b-info-bonus-row__content {
  position: relative;
  z-index: 1;
}
.b-info-bonus-row__ellipse {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.b-info-bonus-row__ellipse::before {
  content: "";
  position: absolute;
}
.b-info-bonus-row_white {
  background-color: #ffffff;
  color: #202020;
  padding: 40px 40% 250px 60px;
}
.b-info-bonus-row_white .b-info-bonus-row__ellipse::before {
  width: 105vw;
  height: 40vw;
  right: 6vw;
  top: 10.2vw;
  border-radius: 100%;
  background-color: #f8f8f8;
}
.b-info-bonus-row_purple {
  padding: 0 60px 120px;
  background-color: #ae82db;
  color: #ffffff;
}
.b-info-bonus-row_purple .b-info-bonus-row__ellipse::before {
  width: 47vw;
  height: 50vw;
  right: -8vw;
  bottom: -33.8vw;
  border-radius: 46%;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
  background-color: #a878d8;
}
.b-info-bonus-row_blue {
  padding: 40px 60px 120px;
  color: #ffffff;
  background-color: #42b4f2;
}
.b-info-bonus-row_blue .b-info-bonus-row__ellipse::before {
  width: 67vw;
  height: 46vw;
  top: -27vw;
  left: -37vw;
  border-radius: 50%;
  background-color: #2babf0;
}
.b-info-bonus-row_green {
  padding: 40px 60px 120px;
  color: #ffffff;
  background-color: #56cb08;
}
.b-info-bonus-row_green .b-info-bonus-row__ellipse::before {
  width: 100vw;
  height: 60vw;
  right: -71vw;
  top: -16vw;
  border-radius: 50%;
  background-color: #51be07;
}
.b-info-bonus-row:last-child {
  padding: 40px 60px 40px;
}
.b-info-bonus-top {
  padding: 40px 40% 55px 60px;
  background-color: #fe862e;
  color: #ffffff;
  position: relative;
}
.b-info-bonus-top__img {
  width: 187px;
  height: 187px;
  position: absolute;
  right: 35px;
  top: 33px;
  border-radius: 49%;
  background-color: #ffffff;
  border: 3px solid #0386f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.b-info-bonus-top__img img {
  width: 143px;
  height: 138px;
  display: inline-block;
}
.b-info-bonus-top__ellipse1::before {
  width: 112vw;
  height: 47vw;
  left: -6vw;
  bottom: 0;
  border-radius: 100%;
  background-color: #fe974b;
}
.b-info-bonus-top__ellipse2::before {
  width: 100vw;
  height: 50vw;
  left: 6vw;
  bottom: 3.2vw;
  border-radius: 100%;
  background-color: #fea767;
}
.clear-end-margin_v:first-child,
.b-info-contacts:first-child {
  margin-top: 0;
}
.clear-end-margin_v:last-child,
.b-info-contacts:last-child {
  margin-bottom: 0;
}
.clear-end-margin_h:first-child {
  margin-left: 0;
}
.clear-end-margin_h:last-child {
  margin-right: 0;
}
.b-info-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.b-info-contacts__b {
  width: 50%;
  padding: 25px;
}
.b-info-contacts__b:first-child {
  margin-right: 20px;
}
.b-info-contacts__title {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 32px;
}
.b-info-contacts__title:first-child {
  margin-top: 0;
}
.b-info-contacts__title:last-child {
  margin-bottom: 0;
}
.b-info-contacts-requisites__row {
  font-size: 0;
  margin-bottom: 20px;
}
.b-info-contacts-requisites__row:last-child {
  margin-bottom: 0;
}
.b-info-contacts-requisites__row-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.b-info-contacts-requisites__name {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  padding-right: 15px;
}
.b-info-contacts-requisites__text {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  padding-left: 5px;
}
.b-info-contacts-callback {
  padding-right: 95px;
}
.b-info-contacts-callback .form {
  width: 100%;
  text-align: left;
}
.b-info-contacts-callback .el-textinput {
  width: 100%;
}
.b-info-contacts-callback .el-textinput__input,
.b-info-contacts-callback .select-ico,
.b-info-contacts-callback .el-button,
.b-info-contacts-callback .terms {
  width: 100%;
}
.cart-main,
.cart-widget {
  display: inline-block;
  vertical-align: top;
  word-break: break-word;
}
.cart-main {
  width: calc(100% - (447px + 24px));
}
.cart-main__link {
  color: #68b6fb;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 13px;
}
.cart-main__link:hover {
  color: #0386f8;
}
.cart-widget {
  width: 447px;
  margin-left: 24px;
}
.cart-widget__container {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  overflow: hidden;
}
.cart-widget__action {
  margin-bottom: 15px;
}
.cart-widget__action:last-child {
  margin-bottom: 0;
}
.cart-widget__action::after {
  display: none !important;
}
.cart-widget__action-alert {
  color: #fa6405;
  margin: 0;
  font-size: 13px;
  display: inline-block;
  padding-left: 27px;
}
.cart-widget__action .el-question {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.cart-widget__action .bubble {
  width: 390px;
  left: -320px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cart-widget__action .bubble .bubble__wrap {
  font-size: 14px;
}
.cart-widget__action .bubble img {
  margin-right: 20px;
  float: left;
}
.cart-widget__agreement {
  color: #949494;
  font-size: 11px;
  margin: 0;
}
.cart-widget__agreement a {
  color: #68b6fb;
}
.cart-widget__b {
  background-color: #ffffff;
  padding: 15px 20px;
  position: relative;
  border: 0;
}
.cart-widget__b + .cart-widget__b {
  border-top: 1px solid #ecedf0;
}
.cart-widget__b_bonus {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart-widget__b_main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart-widget__b_ico {
  font-size: 12px;
  height: 52px;
  padding: 0 20px;
  line-height: 52px;
}
.cart-widget__hr {
  margin: 20px 0;
}
.cart-widget__title {
  font-size: 17px;
  margin-bottom: 15px;
}
.cart-widget_action .cart-footer__item_right {
  display: table;
  width: 100%;
}
.cart-widget_action .cart-footer__item_right > * {
  display: table-cell;
  vertical-align: middle;
}
.cart-widget_action .cart-footer__caption_top {
  vertical-align: bottom;
}
.cart-widget_action .cart-footer__caption_bottom {
  vertical-align: top;
}
.cart-widget__addon {
  font-size: 13px;
  margin-top: 20px;
  display: block;
  padding-left: 29px;
  height: 20px;
  line-height: 20px;
}
.cart-widget__addon .el-checkbox {
  width: 20px;
  height: 20px;
}
.cart-widget__col {
  display: inline-block;
  vertical-align: top;
}
.cart-widget__col_left {
  width: 80%;
}
.cart-widget__col_right {
  width: 20%;
}
.cart-widget__wishlists {
  display: inline-block;
  margin-right: 20px;
}
.cart-widget__wishlists .bubble {
  margin-left: -10px;
}
.cart-widget__item {
  margin-bottom: 15px;
}
.cart-widget__item_right {
  text-align: right;
}
.cart-widget .cart-widget__but.el-button {
  width: 100%;
  text-align: center;
  height: 45px ;
  line-height: 43px ;
  font-weight: 400;
  font-size: 20px;
}
.cart-widget .cart-widget__but.el-button_disabled:hover {
  color: #999999;
  border: 1px solid #e4e4e4 !important;
}
.cart-widget__summ {
  font-size: 20px;
  text-align: left;
}
.cart-widget__summ::after,
.cart-widget__summ::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cart-widget__summ::after {
  clear: both;
}
.cart-widget__summ .cart-widget__caption-right {
  margin-left: 40px;
}
.cart-widget__summ .rub {
  font-size: 13px !important;
}
.cart-widget__summ > span:first-child {
  position: relative;
  top: 2px;
}
.cart-widget__ico {
  font-size: 12px;
  padding-left: 35px;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.cart-widget__ico::before,
.cart-widget__ico i {
  position: absolute;
  left: 0;
}
.cart-widget__ico .ico-rotate {
  top: 5px;
}
.cart-widget__ico_flower {
  height: 20px;
  line-height: 20px;
}
.cart-widget__info-conteiner {
  text-align: left;
}
.cart-widget__info {
  font-size: 16px;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
  color: #fa6405;
}
.cart-widget__info_active {
  color: #56cb08;
}
.cart-widget__caption {
  margin-bottom: 25px;
  position: relative;
  vertical-align: middle;
  margin-left: auto;
}
.cart-widget__caption:last-child {
  margin-bottom: 0;
}
.cart-widget__caption-info {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.cart-widget__caption-info::after,
.cart-widget__caption-info::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cart-widget__caption-info::after {
  clear: both;
}
.cart-widget__caption-info + .cart-widget__summ {
  margin-top: 34px;
}
.cart-widget__caption-info:empty {
  display: none;
}
.cart-widget__caption-info::before {
  display: none;
}
.cart-widget__caption-info > span:first-child {
  position: relative;
  top: 2px;
}
.cart-widget__caption-right {
  float: right;
}
.cart-widget__caption-info .cart-widget__caption-right {
  font-size: 18px;
}
.cart-widget__caption-right .rub {
  margin-left: 4px;
}
.cart-widget__caption p {
  font-size: 13px;
  color: #999999;
  position: absolute;
  text-align: justify;
}
.cart-widget__service {
  margin-bottom: 30px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-widget__service > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.cart-widget__service > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .cart-widget__service {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.cart-widget__service-but .cart-widget__service-but__but {
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  min-width: 200px;
  padding: 0;
  padding-right: 20px;
  border-radius: 3px;
  color: #202020 !important;
  text-align: left;
}
.cart-widget__service-but .cart-widget__service-but__but:last-child {
  margin-right: 0;
}
.cart-widget__service-but .cart-widget__service-but__but_wishlist {
  border-color: #fa6405 !important;
}
.cart-widget__notice {
  max-width: 660px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 14px;
}
.cart-widget__notice-item {
  margin: 0;
  font-size: 11px;
  line-height: 150%;
  margin-bottom: 10px;
}
.cart-widget__notice-item a {
  font-weight: 700;
  border-bottom: 1px dotted;
  border-color: inherit;
}
.cart-widget__notice-item_mark {
  color: #fa6405;
}
.cart-widget__notice-item_2::before {
  top: 11px;
}
.cart-widget-good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 13px;
}
.cart-widget-good__counter {
  margin-top: 10px;
  color: #999999;
}
.cart-widget-good__img {
  margin-right: 10px;
}
.cart-widget-good:last-child {
  margin-bottom: 0;
}
.cart-item-summ-conteiner {
  width: 100px;
}
.promocode {
  padding: 0 20px;
  border-top: 1px solid #e4e4e4;
  border-bottom: none;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  cursor: pointer;
}
.promocode:hover {
  background-color: #f9f9f9;
}
.promocode:last-child {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.promocode__title {
  position: relative;
  margin: 0;
  padding: 20px 15px 20px 41px;
  padding-left: 0;
}
.promocode__title::before {
  background-image: url("../img/ico.png");
  background-position: -414px -180px;
  width: 7px;
  height: 13px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  left: 18px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2014.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%2043363)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23D7D7D7%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center center;
}
.closed .promocode__title::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.promocode__title::before {
  right: 0;
  left: auto;
  margin-right: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%227px%22%20height%3D%2213px%22%20viewBox%3D%2236.5%2033.5%207%2013%22%20enable-background%3D%22new%2036.5%2033.5%207%2013%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2237.724%2C33.5%2036.523%2C34.617%2041.254%2C39.999%2036.5%2C45.4%2037.724%2C46.5%2043.5%2C39.999%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 10px;
  height: 16px;
}
.promocode__form {
  position: relative;
  padding-bottom: 10px;
}
.promocode__form input[type="text"],
.promocode__form input[type="submit"] {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  height: 35px;
  padding: 0 20px;
}
.promocode__form input[type="text"] {
  border-right: none;
  width: calc(100% - 125px + 4px);
}
.promocode__form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 125px;
  text-transform: uppercase;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.promocode__form input[type="submit"]:hover {
  background-color: #f2f2f2;
}
.promocode__form ul {
  list-style: none;
  padding-left: 5px;
  font-size: 12px;
  margin-bottom: 0;
}
.catalog-conteiner {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 7px;
}
.catalog-conteiner::after,
.catalog-conteiner::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.catalog-conteiner::after {
  clear: both;
}
.catalog-conteiner__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}
.catalog::after,
.catalog::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.catalog::after {
  clear: both;
}
.catalog_nobottom {
  overflow: hidden;
}
.catalog_nobottom .pagination-perpage-container,
.catalog_nobottom .b-seo-text {
  display: none;
}
.catalog_nocatalog {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
}
.catalog__text {
  margin-bottom: 20px;
}
.catalog__text:empty {
  display: none;
}
.catalog__text *:first-child {
  margin-top: 0;
}
.catalog.content__right {
  margin-left: -6px;
  float: right;
}
.sorting {
  overflow: unset;
  background: #fff;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #ECEDF0;
 padding-bottom: 20px;
    margin-bottom: 20px;
}
.sorting__block_select {
  position: relative;
  display: inline-block;
}
.sorting__block_view {
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  font-size: 0;
  direction: rtl;
}
.sorting__block_select .sorting__title {
  margin-right: 10px;
}
.sorting__select {
  width: 180px;
  padding-left: 7px;
  height: 24px;
}
.sorting__view::before {
  content: "";
  display: block;
}
.sorting__view_grid:before {
  border-right: 1px solid #ecedf0;
}
.filters__block {
  border-bottom-color: transparent;
  position: relative;
  padding: 0;
    margin-bottom: 25px;
}
.filters_1level .filters__block:not(:last-child) {
  border: 0;
}
.filters__title {
  font-weight: 600;
  margin: 0;
  display: block;
  position: relative;
  font-size: 16px;
    margin-bottom: 15px;
}
.filters_1level .filters__title {
  padding: 12px 0px;
    font-size: 18px;
}
.filters_1level .filters__block:first-child .filters__title {
  padding-top: 15px;
}
.filters_1level .filters__block:last-child .filters__title {
  padding-bottom: 15px;
}
.filters__title.js-slide {
  cursor: pointer;
}
.filters__title > span {
  margin-right: 28px;
  display: inline-block;
  line-height: 19px;
}
.filters_1level .filters__title.js-slide {
  padding-right: 45px;
}
.filters__name {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
}
.filters__name span {
  vertical-align: middle;
}
.filters__content {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
}
.filters_1level .filters__content {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.filters__content-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
    gap: 8px;
}
.filters__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*         display: block; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
  position: relative;
  cursor: pointer;
}
.filters__filter_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.filters__filter_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.filters__filter_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.filters__filter:not(:last-child) {
  margin-bottom: 10px;
}
.filters_1level .filters__filter:not(:last-child) {
  margin-bottom: 6px;
}
.filters__filter:hover {
  color: inherit;
}
.filters__filter:hover .filters__name {
  color: #68b6fb;
}
.filters__filter:hover .el-checkbox {
  border-color: #c9c9c9;
  background-color: #f3f3f3;
}
.filters__filter .el-checkbox {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*             float: left;
            display: block; */
}
.filters__filter-text {
  display: block;
}
.filters__filter-count {
  font-size: 11px;
  line-height: normal;
  color: #bcbcbc;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 400;
}
.filters__but-showres {
  width: 100%;
  margin-bottom: 15px;
    height: 40px;
}
.filters__but-showres:last-child {
  margin-bottom: 0;
}
.filters__but-show {
  font-size: 12px;
  margin-top: 15px;
  color: #68b6fb;
  text-decoration: none !important;
  cursor: pointer;
}
.filters__but-show:hover {
  color: #0386f8;
}
.filters-tag {

}
.filters-tag:nth-child(even) {
  margin-right: 0;
}
.filters-tag__tag {
  display: flex;
  cursor: pointer;
  line-height: 14px;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #f4f4f4;
  color: #202020;
  word-break: break-word;
  position: relative;
  margin: 0;
    gap: 8px;
    align-items: center;
    height: 32px;
}
.filters-tag__tag div{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 14px;
    width: 100%;
    max-width: 206px;
}
.filters-tag__tag:hover {
  color: inherit;
  background-color: #ECEDF0;
}
.filters-tag__x {
  width: 10px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.283722 0.283278C0.621306 -0.0543069 1.13908 -0.0962363 1.42553 0.190213L5.00028 3.76492L8.57433 0.191602C8.86081 -0.0946668 9.37816 -0.0526149 9.71544 0.284667C10.0527 0.621948 10.0947 1.1393 9.80851 1.42577L6.23446 4.99908L9.8092 8.57379C10.0957 8.86024 10.053 9.378 9.71544 9.71558C9.37785 10.0529 8.8607 10.095 8.57433 9.80865L4.99958 6.23394L1.42414 9.81004C1.13764 10.0962 0.62026 10.0542 0.283027 9.71697C-0.0542022 9.37974 -0.0961619 8.86238 0.18996 8.57587L3.7654 4.99978L0.190655 1.42507C-0.0957934 1.13862 -0.0538628 0.620864 0.283722 0.283278Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}
.filters-tag__tag:hover .filters-tag__x {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.283722 0.283278C0.621306 -0.0543069 1.13908 -0.0962363 1.42553 0.190213L5.00028 3.76492L8.57433 0.191602C8.86081 -0.0946668 9.37816 -0.0526149 9.71544 0.284667C10.0527 0.621948 10.0947 1.1393 9.80851 1.42577L6.23446 4.99908L9.8092 8.57379C10.0957 8.86024 10.053 9.378 9.71544 9.71558C9.37785 10.0529 8.8607 10.095 8.57433 9.80865L4.99958 6.23394L1.42414 9.81004C1.13764 10.0962 0.62026 10.0542 0.283027 9.71697C-0.0542022 9.37974 -0.0961619 8.86238 0.18996 8.57587L3.7654 4.99978L0.190655 1.42507C-0.0957934 1.13862 -0.0538628 0.620864 0.283722 0.283278Z' fill='%23202020'/%3E%3C/svg%3E%0A");
}
.filters-show {
  text-align: center;
  margin: 0;
  right: -205px;
}
.slider-range + .filters-show {
  right: -192px;
}
.filters-show__but {
  width: 140px;
  height: 30px;
}
.filters-show .bubble__wrap {
  text-align: center;
  white-space: nowrap;
    border-radius: 10px;
}
.pagination-perpage-container {
  overflow: none;
  background: #fff;
  padding: 15px 20px;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 5;
}
.ext-catalog-topbot {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
  padding: 15px 20px;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-items_list #itemsGrid,
.catalog-items_grid #itemsList {
  display: none;
}
.nav.nav_categories,
.bx-filter,
.filters.filters_1level {
  overflow: none;
  background: #fff;
  margin-bottom: 20px;
}
.map-columns {
  width: 100%;
  max-width: 1280px;
  font-size: 0;
  margin: 0 auto;
  padding: 8px 5px;
}
.map-columns a:hover {
  opacity: 0.8;
}
.map-columns td {
  vertical-align: top;
  width: 25%;
}
.map-columns ul {
  padding-left: 0;
}
.map-columns ul li {
  padding-left: 10px;
  padding-right: 29px;
  margin-bottom: 10px;
  display: block;
  line-height: normal;
}
.map-columns ul li::before {
  display: none;
}
.map-columns .map-level-0 a {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  font-size: 15px;
}
.map-columns .map-level-0 > li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 45px;
}
.map-columns .map-level-0 > li:last-child {
  margin-bottom: 0;
}
.map-columns .map-level-0 > li > a {
  font-size: 18px;
  font-weight: 400;
}
.map-columns .map-level-0 > li ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.map-columns .map-level-0 > li > ul {
  margin-top: 17px;
}
.map-columns .map-level-1 > li {
  padding-left: 0;
}
[class*="map-level-"]:not(.map-level-0):not(.map-level-1) {
  display: none;
}
.map-item-toggler {
  display: inline-block;
  width: 29px;
  height: 21px;
  margin-right: -29px;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-bottom: -4px;
  cursor: pointer;
}
.map-item-toggler::before,
.map-item-toggler::after {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #bcbcbc;
  position: absolute;
  bottom: 10px;
}
.map-item-toggler::before {
  left: 10px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.map-item-toggler::after {
  right: 9px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.active > .map-item-toggler {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.map-item:not(.active) > a:hover + .map-item-toggler::before,
.map-item-toggler:hover::before,
.map-item:not(.active) > a:hover + .map-item-toggler::after,
.map-item-toggler:hover::after {
  background-color: #a3a3a3;
}
.map-item {
  position: relative;
}
.map-item > a {
  display: inline !important;
  position: relative;
}
.ext-order-td,
.b-order-info__td {
  padding: 5px;
  font-size: 16px;
  vertical-align: top;
}
.wishlist__title {
  padding: 0 10px 10px 10px;
  display: none;
}
.wishlist__b-add {
  margin: 0 0 23px 0;
}
.wishlist__b-add > .el-button {
  width: 100%;
  margin: 0;
}
.wishlist__b-add > form {
  display: none;
}
.cart-empty {
  margin: 100px 0 215px;
}
.cart-empty__left {
  float: left;
  margin-right: 100px;
  margin-left: 50px;
}
.cart-empty__img {
  background-image: url("../img/cart.png");
  padding: 100px;
  background-repeat: no-repeat;
  background-position: center;
}
.cart-empty__but {
  width: 440px;
  height: 60px ;
  line-height: 58px ;
  text-align: center;
  border-radius: 3px;
  font-size: 20px;
  margin-top: 20px;
}
.cart-empty__text {
  margin-bottom: 10px;
}
.cart-empty__title {
  color: #999999;
  font-size: 20px;
  font-weight: 400;
}
.b-compliment {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
}
.b-compliment__counter {
  margin-top: 15px;
}
.b-compliment__conteiner {
  padding: 32px 24px;
  border-radius: 3px;
  margin-bottom: 40px;
  position: relative;
}
.b-compliment__info {
  background-color: rgba(54, 54, 54, 0.027);
  padding: 32px 24px;
  color: #666666;
  width: calc(100% - (508px + 20px));
  display: inline-block;
  vertical-align: top;
}
.b-compliment__info b,
.b-compliment__info strong {
  color: #666666;
}
.b-compliment__info_wide {
  display: block;
  width: 100%;
}
.b-compliment__info-text {
  overflow: hidden;
  font-size: 13px;
}
.b-compliment__info-text p:first-child {
  margin-top: 0;
}
.b-compliment__info-img {
  float: right;
  margin-left: 30px;
  height: 140px;
}
.b-compliment__info p {
  margin: 0;
}
.b-compliment__notice {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: -10px;
}
.b-compliment__notice_active,
.b-compliment__notice_active b {
  color: #56cb08;
}
.b-compliment__title {
  margin: 0;
  margin-bottom: 23px;
  margin-top: -3px;
}
.b-compliment__balance {
  color: #fa6405;
  margin-top: 20px;
  position: absolute;
  bottom: 25px;
}
.b-compliment__list-container {
  width: 508px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.b-compliment__list .el-box-border {
  margin-bottom: 7px;
}
.gift-calc {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.gift-calc__img {
  width: 60px;
  height: auto;
}
.gift-calc__name {
  width: 250px;
  padding-right: 20px;
}
.gift-calc__balls {
  width: 100px;
  text-align: left;
  white-space: nowrap;
  padding-left: 20px;
}
.b-payer-conteiner {
  max-width: 850px;
  margin: auto;
}
.b-payer {
  margin-bottom: 70px;
  margin-top: 64px;
}
.b-payer__conteiner {
  vertical-align: top;
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
}
.b-payer__item {
  margin-bottom: 20px;
  white-space: nowrap;
  text-align: left;
}
.b-payer__label {
  font-size: 20px;
  font-weight: 800;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 15px;
}
.b-payer__descript {
  font-size: 13px;
  text-align: left;
  padding-left: 45px;
  line-height: 120%;
}
.b-payer__descript * {
  line-height: 120%;
}
.b-payer__img {
  margin-right: 15px;
}
.b-payer__img:last-child {
  margin-right: 0;
}
.b-payer .datepicker {
  float: left;
}
.b-order-info {
  margin-bottom: 140px;
}
.b-order-info__title {
  font-size: 20px;
  font-weight: 400;
}
.b-order-info__conteiner {
  vertical-align: top;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.b-order-info__item {
  margin-bottom: 20px;
}
.b-order-info__table {
  margin: auto;
}
.b-order-info__td_title {
  text-align: right;
  white-space: nowrap;
}
.b-order-info__td_data {
  text-align: left;
}
.b-order-info__but {
  position: absolute;
  bottom: -50px;
}
.order-footer {
  margin-top: 40px;
  text-align: right;
  position: relative;
}
.order-footer::after,
.order-footer::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.order-footer::after {
  clear: both;
}
.order-footer_center {
  text-align: center;
}
.el-button.order-footer__back {
  height: 40px;
  line-height: 40px;
  color: #202020;
  min-width: 110px;
}
.order-footer__submit {
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: 40px;
  min-width: 150px;
}
.order-footer__left {
  float: left;
  text-align: left;
}
.order-footer__title {
  margin: 0;
  margin-bottom: 15px;
}
.order-footer .el-button_grey {
  width: 110px;
}
.order-footer .form__item {
  margin-bottom: 30px;
}
.order-footer-comment .form__item {
  position: relative;
  top: -20px;
}
.order-footer-comment .form__textarea {
  height: 190px;
  width: 640px;
}
.order-footer-info {
  padding-left: 35px;
}
.order-footer-info_order {
  width: 230px;
  font-size: 13px;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 40px;
}
.order-footer-info_order .order-footer-info__row {
  font-size: inherit;
}
.flex-rl > .order-footer-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.order-footer-info__row {
  text-align: left;
  font-size: 19px;
  padding-bottom: 20px;
}
.order-footer-info__row_main {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 23px;
  /*          .order-footer-info__left{
                font-size: 18px;
            } */
}
.order-footer-info__right {
  float: right;
  font-weight: 800;
}
.action-compliments-conteiner {
  border: none;
}
.action-compliments {
  border: 2px solid #56cb08;
  padding: 5px;
  max-width: 936px;
  padding-right: 70px;
  position: relative;
  margin-bottom: 10px;
}
.action-compliments::after,
.action-compliments::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.action-compliments::after {
  clear: both;
}
.action-compliments:last-child {
  margin-bottom: 30px;
}
.action-compliments__img {
  height: 90px;
  width: auto;
  float: left;
  vertical-align: middle;
  margin-right: 30px;
}
.action-compliments__title {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.action-compliments__title + br {
  display: none;
}
.action-compliments__text {
  font-size: 14px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 140%;
  margin: 0;
  margin-top: 4px;
}
.action-compliments__text a {
  color: #fa6405;
}
.b-popular {
  position: relative;
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 100px;
  margin-top: 70px;
}
.b-popular::after,
.b-popular::before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  top: 0;
  bottom: 0;
  width: 9999px;
}
.b-popular::before {
  right: 100%;
}
.b-popular::after {
  left: 100%;
}
.b-popular__header {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.box-label-payment-conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.box-label-payment {
  width: auto;
  height: 115px;
}
.box-label-payment__wrap {
  padding: 18px 20px;
}
.box-label-payment__title {
  display: block;
  font-size: 16px;
  height: 32px;
  top: 0;
  font-weight: 600;
}
.box-label-payment__text {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 150%;
  top: 0;
}
.box-label-compliment {
  border: none;
  height: 70px;
}
.box-label-compliment__text {
  font-size: 14px;
  padding-right: 30px;
  line-height: 120%;
  -webkit-box-orient: vertical!important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.box-label-compliment__wrap {
  padding: 10px 15px 10px 15px;
  width: 100%;
  height: 86px;
}
.order-main .el-button.el-button_ghost2 {
  font-size: 14px;
}
.cart-widget-button {
  color: #68b6fb;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 13px;
  margin-top: 15px;
}
.cart-widget-button:hover {
  color: #0386f8;
}
.cart-widget__city i {
  zoom: 1.3;
}
.cart-widget__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.cart-widget__result > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.cart-widget__result > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .cart-widget__result {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.cart-widget__textarea {
  height: 160px;
}
.cart-widget__label {
  font-size: 13px;
  margin-top: 20px;
}
.cart-widget__change-but {
  color: #68b6fb;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 13px;
  margin-top: 15px;
}
.cart-widget__change-but:hover {
  color: #0386f8;
}
.cart-widget__show-full {
  color: #68b6fb;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 13px;
  margin-top: 15px;
  margin-top: 20px;
}
.cart-widget__show-full:hover {
  color: #0386f8;
}
.cart-widget__show-full.opened {
  font-size: 0;
}
.cart-widget__show-full.opened::after {
  content: attr(data-opened);
  color: #68b6fb;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 13px;
  margin-top: 15px;
}
.cart-widget__show-full.opened::after:hover {
  color: #0386f8;
}
.cart-widget__scroll {
  max-height: 60px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.cart-widget__scroll.scrolled {
  overflow: auto !important;
}
.cart-widget__scroll.opened {
  max-height: 230px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cart-widget .stnd-title {
  margin-bottom: 20px;
}
#order-requisites {
  display: none;
}
.ext-thankyou-wrap {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 692px;
  margin-bottom: 25px;
}
.order-banner {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 692px;
  margin-bottom: 25px;
  width: 708px;
}
.order-thankyou {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 692px;
  margin-bottom: 25px;
  margin-top: 23px;
  font-size: 16px;
}
.order-thankyou__but.el-button {
  height: 28px ;
  line-height: 26px ;
  font-size: 14px;
}
.order-thankyou__header {
  width: 100%;
  height: 200px;
  background: linear-gradient(254.69deg, #16D487 35.43%, rgba(64, 185, 136, 0.82) 99.61%);
  color: #fff;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  padding-top: 30px;
}
.order-thankyou__header .h1 {
  margin-top: 25px;
  font-size: 30px;
}
.order-thankyou__body {
  padding: 30px 35px;
}
.order-thankyou__table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}
.order-thankyou__table-body tr:first-child td {
  padding-top: 30px;
}
.order-thankyou__table-body tr:last-child td {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.order-thankyou__table td {
  padding: 7.5px 0;
  width: 50%;
  word-break: break-word;
  vertical-align: top;
  line-height: 22px;
}
.order-thankyou__table td:last-child {
  text-align: right;
}
.order-thankyou__table strong {
  color: #000;
}
.order-thankyou__table b {
  font-weight: 600;
  color: #202020;
}
.order-thankyou__table time {
  font-size: 14px;
}
.order-thankyou__caution {
  padding-left: 45px;
  position: relative;
  display: block;
  line-height: 120%;
}
.order-thankyou__caution * {
  line-height: 120%;
}
.order-thankyou__caution::before {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(0.796265%200.366211)%22%2F%3E%0D%0A%3Crect%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(0.796265%200.366211)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11.7963%200.366211C5.73086%200.366211%200.796265%205.30088%200.796265%2011.3663C0.796265%2017.4317%205.73086%2022.3662%2011.7963%2022.3662C17.8617%2022.3662%2022.7963%2017.4317%2022.7963%2011.3663C22.7963%205.30088%2017.8617%200.366211%2011.7963%200.366211ZM11.7963%2020.3662C6.8336%2020.3662%202.79626%2016.3289%202.79626%2011.3663C2.79626%206.40368%206.8336%202.36621%2011.7963%202.36621C16.7589%202.36621%2020.7963%206.40368%2020.7963%2011.3663C20.7963%2016.3289%2016.7589%2020.3662%2011.7963%2020.3662Z%22%20fill%3D%22%230386F8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11.7961%205.0332C11.0611%205.0332%2010.4631%205.6316%2010.4631%206.36714C10.4631%207.102%2011.0611%207.69987%2011.7961%207.69987C12.5312%207.69987%2013.1292%207.102%2013.1292%206.36714C13.1292%205.6316%2012.5312%205.0332%2011.7961%205.0332Z%22%20fill%3D%22%230386F8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11.7963%209.69922C11.244%209.69922%2010.7963%2010.147%2010.7963%2010.6992V16.6992C10.7963%2017.2515%2011.244%2017.6992%2011.7963%2017.6992C12.3485%2017.6992%2012.7963%2017.2515%2012.7963%2016.6992V10.6992C12.7963%2010.147%2012.3485%209.69922%2011.7963%209.69922Z%22%20fill%3D%22%230386F8%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.variant__notice {
  font-size: 14px;
  color: #c5c5c5;
}
.variant__notice:last-child {
  margin-bottom: 0;
}
.variant__prop-main {
  margin-top: 10px;
}
.variant__prop-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}
.variant__prop-title:first-child {
  margin-top: 0;
}
.variant__prop-title:last-child {
  margin-bottom: 0;
}
.variant__item {
  position: relative;
  min-height: auto;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.variant__item-row {
  margin-bottom: 40px;
}
.item.variant__item:hover {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  z-index: initial;
}
.variant__item_last {
  border-top: 0;
}
.variant__item .item__buy {
  min-width: 179px;
}
.variant__item .item__price {
  font-size: 27px;
  font-weight: 700;
  position: relative;
  top: -1px;
}
.variant__item .item__price-descr {
  font-size: 14px;
}
.variant__item .item__price b {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
}
.variant__item .item__counter__input {
  width: 52px;
  height: 40px;
  font-size: 18px;
}
.variant__item .item__counter .input-group-btn {
  width: 40px;
  height: 40px;
}
.variant__item .item__articul {
  font-size: 13px;
}
.variant__item .item__status {
  font-size: 14px;
  margin: 0;
  margin-top: 7px;
  margin-bottom: 16px;
}
.variant__item .item__rating {
  margin-bottom: 10px;
}
.variant__item-descr {
  font-size: 13px;
  line-height: 15px;
  position: relative;
}
.variant__item-descr:first-child {
  padding-left: 41px;
}
.variant__item-descr svg,
.variant__item-descr img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: auto;
}
.variant__item-descr .box-svg {
  height: 17px;
  width: 15.75px;
}
.variant__item-descr .box-svg * {
  fill: #0386f8;
}
.variant__item-descr .truck-svg {
  height: 15px;
  width: 24.67px;
}
.variant__item-descr .shopping-bag-svg {
  height: 15px;
  width: 17.38px;
}
.variant__item-descr .return-arrow-svg {
  height: 15px;
  width: 15.61px;
}
.variant__item-descr .coins-svg {
  height: 15px;
  width: 16.25px;
}
.variant__b-img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 27px 25px 25px 24px !important;
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 1023px) {
  .variant__b-img {
    display: block;
  }
}
.variant__b-img-toggler {
  padding: 0 35px;
  position: relative;
}
.variant__b-descr,
.variant__b-buy {
  width: 401px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.variant__b-descr {
  min-width: 401px;
  padding: 27px 25px 35px 25px !important;
  position: relative;
}
.variant__b-buy {
  min-width: 403px;
}
.variant__b-buy .b-grid__b:first-child {
  border: none;
  padding: 15px 25px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.variant__b-buy .b-grid__b:first-child .variant__item-descr {
  margin-top: 26px;
}
.variant__b-buy .b-grid__b:nth-child(2) {
  padding: 26px 25px 26px 25px;
}
.variant__b-buy .b-grid__b:nth-child(3) {
  padding: 26px 25px 28px 25px;
}
.variant__b-buy .item__price-old.deactive {
  display: none !important;
}
.variant__right {
  /* top: -17px;
		position: relative; */
  width: calc(100% - 550px);
  white-space: nowrap;
}
.variant__right > * {
  white-space: normal;
}
.variant__b-properties {
  width: 410px;
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  border-right: 1px solid #e4e4e4;
  padding-bottom: 30px;
  padding-top: 17px;
}
.variant__b-feauters {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  padding-top: 17px;
  max-width: 318px;
  position: relative;
}
.variant__feauters-list {
  margin-bottom: 30px;
}
.variant__discount-get-title {
  font-size: 13px;
  width: 100%;
}
.variant__discount-get .discount-get__bubble {
  margin-top: 44px;
}
.variant__discount-get .discount-get__discount {
  margin-top: 14px;
  margin-bottom: 25px;
}
.variant__list {
  margin-bottom: 10px;
  position: relative;
  height: 26px;
  line-height: 26px;
}
.variant__suitable {
  font-size: 13px;
  padding-left: 1px;
  margin-top: 16px;
}
.variant__b-variants {
  width: 100%;
}
.variant__b-variants-bottom {
  text-align: left;
}
.variant__b-variants-bottom::after,
.variant__b-variants-bottom::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.variant__b-variants-bottom::after {
  clear: both;
}
.variant__b-variants-bottom_novariants:first-child {
  margin-left: 24px;
}
.variant .b-tabs {
  width: 100%;
  border: 0;
  margin-top: 45px;
  /*    Продолжение линни     */
  position: relative;
  /*    Продолжение линни     */
}
.variant .b-tabs::after,
.variant .b-tabs::before {
  bottom: -6px;
  width: calc(100% + 25px);
  height: 1.1px;
  -webkit-box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.35);
  z-index: 1;
  margin-left: -24px;
  background-color: transparent;
  top: 45px;
  bottom: 0;
  width: 100%;
}
.variant .b-tabs::before {
  left: -100%;
}
.variant .b-tabs::after {
  left: calc(100% + 25px);
}
.variant .b-tabs__item {
  min-height: 250px;
}
.variant__b-last {
  width: 100%;
}
.variant__anchor {
  color: rgba(3, 134, 248, 0.6);
  font-size: 13px;
  margin: 7.5px 0;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.variant__anchor:hover {
  color: #0386f8;
}
.variant__more {
  color: #68b6fb;
  font-size: 13px;
  -webkit-transition: none;
  transition: none;
  white-space: nowrap;
}
.variant__more_abs {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: inherit;
}
.variant__more-text {
  white-space: normal;
}
.variant__more:hover {
  color: #0386f8;
}
.variant__more:hover .variant__more-arrow path {
  fill: #0386f8;
}
.variant__more .variant__more-arrow {
  height: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.variant__more .variant__more-arrow path {
  fill: #68b6fb;
}
.variant__question {
  color: rgba(3, 134, 248, 0.6);
}
.variant__question:hover {
  color: #0386f8;
}
.variant__question [type="image/svg+xml"] {
  vertical-align: middle;
  margin-top: -3px;
  margin-bottom: -1px;
  margin-right: 7.5px;
  width: 18px;
  height: 17px;
}
.variant__possible {
  font-size: 14px;
  letter-spacing: 1px;
  vertical-align: middle;
  padding-left: 30px;
}
.variant__possible-text {
  vertical-align: middle;
}
.variant__possible-bubble {
  width: 284px;
  white-space: initial;
  font-size: 13px;
  background-color: #ffffff;
}
.variant__possible-bubble a {
  color: rgba(3, 134, 248, 0.6);
}
.variant__possible-bubble a:hover {
  color: #0386f8;
}
.variant__possible b {
  font-size: 20px;
  margin-left: 20px;
  margin-right: 0;
  vertical-align: middle;
}
.variant__link-label {
  margin-top: 15px;
  margin-left: 40px;
  font-size: 12px;
  height: 30px;
}
.el-button.variant__link-label {
  height: 30px;
  font-size: 12px;
  background-color: #f7f7f7;
}
.el-button.variant__link-label > span {
  line-height: 28px;
  padding: 0 10px;
}
.variant__link-label:first-child {
  margin-right: 0;
  margin-left: 0;
}
.variant__descript-text {
  margin-bottom: 40px;
  text-align: justify;
  padding-right: 30px;
}
.variant__descript * {
  line-height: 140%;
}
.variant__descript ul {
  padding: 0;
  padding-left: 15px;
}
.variant__descript ul li:nth-child(even) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.variant__deleted {
  background-color: #f9f9f9;
}
.variant__deleted-title {
  font-size: 18px;
  color: #ff4d4d;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.variant__deleted-text {
  margin-bottom: 25px;
}
.variant__deleted-but {
  width: 100%;
  text-align: center;
}
.product__item {
  margin-bottom: 40px;
}
.product__sub-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.product__sub-title_big {
  margin-top: 58px;
  margin-bottom: 30px;
}
.product__sub-title:hover {
  color: inherit;
}
.product__sub-title .el-arrow-but {
  margin-left: 20px;
}
.product__sub-title + .el-arrow-wrapper {
  top: 2px;
}
.product__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 38px;
  height: 525px;
}
.product__middle > *:not(:last-child) {
  margin-right: 10px;
}
.product-top-row {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-top-row .product-top-row__item + .product-top-row__item {
  margin-left: 22px;
}
.product-top-row .variant__anchor {
  margin: 0;
}
.products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.products-row-wrapper {
  max-width: 100%;
  display: inline-block;
}
.products-row__product {
  width: 213.5px;
  padding: 25px;
  display: block;
  color: #333333;
  border-right: 1px solid #e4e4e4;
}
.products-row__product:hover {
  color: #333333;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.products-row__product span {
  display: block;
}
.products-row__product .p-image {
  height: 150px;
  padding: 0 5px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-row__product .p-image img {
  max-width: 100%;
  max-height: 100%;
}
.products-row__product .p-status {
  line-height: normal;
}
.products-row__product .p-status__availability {
  display: inline-block;
  font-size: 13px;
  border-bottom: 1px solid;
}
.products-row__product .p-status__availability_green {
  color: #009900;
  border-bottom-color: #009900;
}
.products-row__product .p-name {
  text-align: left;
  font-weight: 400;
  margin-top: 18px;
  line-height: normal;
  display: inline-block;
}
.products-row__product .p-price {
  margin-top: 14px;
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 700;
}
.feauters-list {
  width: 270px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  font-size: 13px;
  position: relative;
  z-index: 9;
}
.feauters-list__item {
  margin-top: 20px;
}
.feauters-list__item:first-child {
  margin: 0;
}
.feauters-list__text {
  margin: 0;
}
.feauters-list__link {
  font-size: 14px;
  color: #202020;
  vertical-align: middle;
  position: relative;
  outline-color: transparent;
}
.feauters-list__link span {
  border-bottom: 1px dotted #202020;
}
.feauters-list__link i {
  display: inline-block;
  margin-right: 10px;
  background-image: url("../img/ico.png");
  background-position: -397px -293px;
  width: 16px;
  height: 13px;
}
.feauters-list__link::before {
  /*          content: "";
			position: absolute;
			top: -3px;
			left: 0; */
}
.feauters-list__link:hover,
.feauters-list__link.active {
  color: #000000;
}
.filter-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-nav__item {
  cursor: pointer;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border: 0;
  border-radius: 70px;
  background-color: transparent;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: none;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
  text-transform: uppercase;
  text-align: left;
  white-space: normal;
  line-height: 120%;
}
.filter-nav__item:hover {
  color: inherit;
}
a.filter-nav__item {
  text-decoration: none;
}
.filter-nav__item.filter-nav__item_prim-0 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #fa6405;
  border-color: #fa6405;
}
.filter-nav__item.filter-nav__item_prim-0:hover {
  color: #202020;
}
.filter-nav__item.filter-nav__item_prim-0:hover {
  color: #ffffff;
}
.filter-nav__item.filter-nav__item_prim-0:hover {
  background-color: rgba(250, 100, 5, 0.8);
}
.filter-nav__item.filter-nav__item_prim-0:disabled {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  color: #797979 !important;
  font-weight: 400;
}
.filter-nav__item.filter-nav__item_prim-0:disabled.cartridge-choose__submit {
  background-color: #ffffff;
}
.filter-nav__item.filter-nav__item_prim-0:disabled:hover {
  border: 1px solid #e4e4e4 !important;
  color: #797979;
}
.filter-nav__item.filter-nav__item_green {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
  background-color: #3edc81;
  border-color: #3edc81;
}
.filter-nav__item.filter-nav__item_green:hover {
  color: #202020;
}
.filter-nav__item.filter-nav__item_green:hover {
  color: #ffffff;
}
.filter-nav__item.filter-nav__item_green:hover {
  background-color: rgba(62, 220, 129, 0.8);
}
.filter-nav__item.filter-nav__item_scnd-0 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #fa6405;
  border: 1px solid #fa6405;
}
.filter-nav__item.filter-nav__item_scnd-0:hover {
  color: #202020;
}
.filter-nav__item.filter-nav__item_scnd-0:hover {
  border-color: rgba(250, 100, 5, 0.8);
  color: rgba(250, 100, 5, 0.8);
}
.filter-nav__item.filter-nav__item_scnd-1 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  border: 1px solid #e4e4e4;
}
.filter-nav__item.filter-nav__item_scnd-1:hover {
  color: #202020;
}
.filter-nav__item.filter-nav__item_scnd-1:hover {
  color: #949494;
  border: 1px solid #c9c9c9;
}
.filter-nav__item.filter-nav__item_scnd-1 .el-del::before,
.filter-nav__item.filter-nav__item_scnd-1 .el-del::after {
  width: 4px;
}
.filter-nav__item.filter-nav__item_scnd-2 {
  display: inline-block;
  background-color: #ffffff;
  color: #202020;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  line-height: 39px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e4e4e4;
}
.filter-nav__item.filter-nav__item_scnd-2:hover {
  color: #202020;
}
.filter-nav__item.filter-nav__item_scnd-2:hover {
  border: 1px solid #c9c9c9;
}
.filter-nav__item.filter-nav__item_border-grey {
  border: 1px solid #e4e4e4 !important;
  border-radius: 6px;
  background-color: #ffffff;
  color: #fa6405;
}
.filter-nav__item.filter-nav__item_th {
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}
.filter-nav__item.filter-nav__item_th:hover {
  color: #fa6405;
}
.filter-nav__item_tab {
  width: 47px;
  height: 100%;
}
.filter-nav__item.filter-nav__item_addreview {
  float: right;
  margin-top: 10px;
  width: 100%;
  max-width: 229px;
}
.filter-nav__item.filter-nav__item_input {
  border: 1px solid #e4e4e4;
  height: 33px;
  padding-left: 25px;
  text-align: left;
  font-weight: 400;
}
.filter-nav__item.filter-nav__item_input::before {
  background-color: #fa6405;
  height: 100%;
  width: 1px;
  margin-right: 15px;
  left: 0;
  top: 0;
  z-index: 1;
}
.filter-nav__item.filter-nav__item_input:hover {
  background-color: #f9f9f9;
}
.filter-nav__item.filter-nav__item_submit {
  font-size: 12px;
}
.filter-nav__item.filter-nav__item_ico {
  overflow: visible;
  text-transform: lowercase;
  color: #202020;
  font-size: 0;
  border-radius: 0;
}
.filter-nav__item.filter-nav__item_ico:hover,
.filter-nav__item.filter-nav__item_ico.active {
  color: #fa6405;
}
.filter-nav__item.filter-nav__item_ico:hover span:last-child,
.filter-nav__item.filter-nav__item_ico.active span:last-child {
  border-color: #fa6405;
}
.filter-nav__item.filter-nav__item_ico.active-all {
  color: #fa6405 !important;
}
.filter-nav__item.filter-nav__item_ico.active {
  cursor: default;
}
.filter-nav__item.filter-nav__item_ico span:last-child {
  margin: 0 0 0 9px;
  vertical-align: middle;
  line-height: 0;
  font-size: 12px;
  -webkit-transition: none !important;
  transition: none !important;
}
.filter-nav__item.filter-nav__item_ico > span,
.filter-nav__item.filter-nav__item_ico::before {
  vertical-align: middle;
}
.table__td_button .filter-nav__item.filter-nav__item_ico {
  font-size: 12px;
}
.filter-nav__item_link {
  text-decoration: underline;
  color: #999999;
  font-size: 11px;
}
.filter-nav__item.filter-nav__item_grey {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #f9f9f9;
  height: 36px;
  line-height: 36px;
  color: #aeaeae;
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
}
.filter-nav__item.filter-nav__item_grey:hover {
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
  color: #202020;
}
.filter-nav__item.filter-nav__item_grey.filter-nav__item.filter-nav__item_grey_green {
  color: #56cb08;
}
.filter-nav__item.filter-nav__item_grey.filter-nav__item.filter-nav__item_grey_orange {
  border: none;
  background: #fa6405;
  color: #ffffff;
  font-weight: 700;
}
.filter-nav__item_greyorange {
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  font-weight: 700;
}
.filter-nav__item_greyorange:hover {
  border: none;
  background-color: rgba(250, 100, 5, 0.8);
  color: #ffffff;
}
.filter-nav__item.filter-nav__item_ghost {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.filter-nav__item.filter-nav__item_ghost2 {
  border-radius: 20px;
  line-height: 25px;
  padding: 0 15px 0 15px;
  text-align: center;
}
.filter-nav__item.filter-nav__item_ghost2_big {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 14px;
}
.filter-nav__item.filter-nav__item_ghost2_big::before,
.filter-nav__item.filter-nav__item_ghost2_big span {
  margin-right: 13px;
}
.filter-nav__item.filter-nav__item_ghost2#cler_basket > svg {
  zoom: 1.3;
}
.filter-nav__item.filter-nav__item_ghost2 .filter-nav__item__icon {
  margin-right: 7px;
  vertical-align: middle;
}
.filter-nav__item.filter-nav__item_ghost2 .filter-nav__item__icon:last-child {
  margin-right: 0;
}
.filter-nav__item__icon path {
  fill: #fa6405;
}
.filter-nav__item.filter-nav__item_banner-1 {
  font-size: 0;
  background-color: #42b4f2;
  width: 100%;
  max-width: 245px;
  padding: 7px 15px 7px 8px;
  border-radius: 58px;
  color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.filter-nav__item.filter-nav__item_banner-1:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34901961);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34901961);
}
.filter-nav__item.filter-nav__item_banner-1 .filter-nav__item__icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 15px;
}
.filter-nav__item.filter-nav__item_banner-1 .filter-nav__item__icon::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACeSURBVChTY/j3799qIN79//9/CQYsgAmIfzAyMroAFewHYgWIMBIACrKATAHS/4H0cyClAZVCBUDJfqii90DKBiqMCoCSNVBFn4HYByqMCoASBUD8G4pDoMKoAGhIA8wkqBACgHSBJKAKCqDCEAAUiAFimPEZUGEIAKmG6sK0GyjQDZUEGY3qRSTJ50BsAhVGAKDgcSC+DVSDJQQZGACOra9kIrVS3gAAAABJRU5ErkJggg==");
  background-size: contain;
}
.filter-nav__item.filter-nav__item_banner-1 .filter-nav__item__text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.filter-nav__item.filter-nav__item_round {
  border-radius: 50%;
  width: 30px;
}
.filter-nav__item.filter-nav__item_round object,
.filter-nav__item.filter-nav__item_round svg,
.filter-nav__item.filter-nav__item_round img,
.filter-nav__item.filter-nav__item_round [class*="svg-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
}
.filter-nav__item.filter-nav__item_small-round {
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  font-size: 11px;
}
.filter-nav__item.filter-nav__item_small-round object,
.filter-nav__item.filter-nav__item_small-round svg,
.filter-nav__item.filter-nav__item_small-round img,
.filter-nav__item.filter-nav__item_small-round [class*="svg-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
}
.filter-nav__item.filter-nav__item_small-round:hover {
  border-color: #aeaeae;
}
.filter-nav__item.filter-nav__item_round.share-svg-wrapper {
  width: 28px;
  height: 28px;
}
.filter-nav__item.filter-nav__item_arrow {
  position: relative;
  padding: 0;
  color: #202020;
}
.filter-nav__item.filter-nav__item_arrow > span {
  display: block;
  position: relative;
  z-index: 1;
  background-color: inherit;
  height: 100%;
  line-height: 40px;
  padding-right: 14px;
  padding-left: 14px;
}
.filter-nav__item.filter-nav__item_arrow.filter-nav__item.filter-nav__item_arrow_border {
  border-color: #fa6405;
  background-color: #ffffff;
  color: #000000;
}
.filter-nav__item.filter-nav__item_arrow.filter-nav__item.filter-nav__item_arrow_border::before {
  border: 1px solid #fa6405;
}
.filter-nav__item.filter-nav__item_arrow::before {
  display: block;
  position: absolute;
  z-index: 0;
  border: 1px solid #e4e4e4;
  background-color: inherit;
  width: 12px;
  height: 12px;
  content: "";
}
.filter-nav__item.filter-nav__item_arrow_top::before,
.filter-nav__item.filter-nav__item_arrow_bottom::before {
  left: 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.filter-nav__item.filter-nav__item_arrow_top::before {
  top: 0;
  margin-top: -6px;
}
.filter-nav__item.filter-nav__item_arrow_bottom::before {
  bottom: 0;
  margin-bottom: -6px;
}
.filter-nav__item.filter-nav__item_arrow_right::before,
.filter-nav__item.filter-nav__item_arrow_left::before {
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.filter-nav__item.filter-nav__item_arrow_right::before {
  right: 0;
  margin-right: -6px;
}
.filter-nav__item.filter-nav__item_arrow_left::before {
  left: 0;
  margin-left: -6px;
}
.filter-nav__item.filter-nav__item_arrow.filter-nav__item.filter-nav__item_arrow_small span {
  height: 100%;
}
.filter-nav__item.filter-nav__item_min {
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 15px;
}
.filter-nav__item.filter-nav__item_big {
  border-radius: 20px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
}
.filter-nav__item.filter-nav__item_large {
  height: 57px;
  line-height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
}
.filter-nav__item.filter-nav__item_stretchy {
  width: 100%;
}
.filter-nav__item.filter-nav__item_uppercase {
  text-transform: uppercase;
}
.filter-nav__item:disabled,
.filter-nav__item.filter-nav__item_disabled,
.filter-nav__item.disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #bcbcbc;
  pointer-events: none;
}
.filter-nav__item:disabled path,
.filter-nav__item.filter-nav__item_disabled path,
.filter-nav__item.disabled path {
  fill: #999999;
}
.filter-nav__item .share-svg {
  display: block;
  width: 12px;
  height: 12px;
  left: -1px;
}
.filter-nav__item .heart-svg {
  width: 14px;
  height: 13px;
  color: #c9c9c9;
}
.filter-nav__item .heart-svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.3px;
}
.filter-nav__item:hover .heart-svg,
.filter-nav__item.el-button_ghost2 .heart-svg {
  color: #fa6405;
}
.filter-nav__item:hover .heart-svg path,
.filter-nav__item.el-button_ghost2 .heart-svg path {
  fill: transparent;
  stroke: currentColor;
}
.filter-nav__item.active .heart-svg,
.filter-nav__item.active-all .heart-svg {
  color: #fa6405;
}
.filter-nav__item.active .heart-svg path,
.filter-nav__item.active-all .heart-svg path {
  fill: currentColor;
  stroke: currentColor;
}
.filter-nav__item.el-button-small-round .heart-svg {
  top: 1px;
  position: relative;
}
.filter-nav__item .print-svg {
  height: 13px;
  width: 13px;
}
.filter-nav__item .pictogr-svg {
  height: 12px;
  width: 15px;
}
.filter-nav__item:hover {
  background-color: #f9f9f9;
}
.b-preview__left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 690px);
}
.b-preview__right {
  display: inline-block;
  vertical-align: top;
  width: 690px;
  max-height: 390px;
  padding-left: 90px;
}
.b-preview__suitable {
  font-size: 13px;
}
.rate-current {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
}
.rate-current_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.rate-current_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.rate-current_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.rate-current > *:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.rate-current > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.unit-block .rate-current {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.rate-current__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.rate-current__left_4 > * {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.rate-current__left_5 > * {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
.rate-current__left_a-i-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.rate-current__title {
  margin-right: 25px;
}
.rate-current__rating {
  margin-right: 20px;
}
.rate-like {
  right: 5px;
  bottom: 25px;
  position: absolute;
}
.rate-like__comm {
  font-size: 14px;
  text-align: center;
  color: #888888;
  position: absolute;
  right: 100%;
  margin: -1px 20px 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rate-like__bubble {
  margin-bottom: 20px;
  top: -70px;
  font-size: 13px;
  font-weight: 700;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 4px;
  width: 160px;
}
.rate-like__bubble .bubble__wrap {
  text-align: center;
}
.rate-comments {
  position: relative;
}
.rate-comments__item {
  padding-top: 12px;
  margin-bottom: 26px;
  position: relative;
}
.rate-comments__item_last {
  margin-bottom: 0;
}
.rate-comments__header {
  margin-bottom: 15px;
  width: 209px;
  position: absolute;
  left: 0;
  top: 12px;
}
.rate-comments__header-title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-right: 10px;
  margin-bottom: 14px;
}
.rate-comments__header-date {
  display: block;
  color: #999999;
  font-size: 15px;
  margin-bottom: 29px;
}
.rate-comments__row {
  margin-bottom: 31px;
  position: relative;
  padding-left: 209px;
  padding-right: 315px;
}
.rate-comments__row-title {
  font-size: 16px;
  font-weight: 700;
}
.rate-comments__row-text {
  font-size: 14px;
  line-height: 18px;
  max-width: 1060px;
  word-break: break-word;
  margin-top: 15px;
  margin-bottom: 0;
}
.rate-comments__row_last {
  margin-bottom: 0;
}
.rate-pagi {
  position: static;
}
.rate-add {
  color: #333333;
}
.rate-add_outer {
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: none;
  background: #fff;
  margin-top: 40px;
  padding: 25px 30px 25px 25px !important;
}
.rate-add_outer:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rate-add_outer:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rate-add_outer_form {
  width: 390px;
}
.rate-add_outer_min {
  padding: 9px 15px 11px 15px;
}
.rate-add_outer_max {
  padding: 25px;
}
.rate-add_outer_transparent {
  background: transparent;
}
.rate-add_outer_b-inline {
  display: inline-block;
  vertical-align: top;
}
.rate-add_outer_0 {
  padding: 0;
}
.rate-add_outer .form {
  margin-top: -20px;
}
.rate-add_outer:last-child {
  margin-bottom: 0;
}
.rate-add__title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 22px;
  font-weight: 700;
  display: block;
}
.rate-add__sub-title {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 37px;
}
.rate-add .rate-add__rate {
  margin-bottom: 25px !important;
}
.rate-add .rate-add__rate label {
  margin-top: 3px !important;
}
.rate-add__main {
  display: inline-block;
  vertical-align: top;
}
.rate-add__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  /* align-items: center; */
}
.rate-add__but {
  margin-top: 10px;
}
.rate-add__info {
  display: inline-block;
  vertical-align: top;
  width: 433px;
  margin-top: 76px;
}
.rate-add__info_wrapper {
  padding: 25px 25px 12px;
  background-color: #f7f7f7;
}
.rate-add__info-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px;
}
.rate-add__info-descr {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 8px;
}
.rate-add__info-count {
  font-weight: 700;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.rate-add__info-text {
  font-size: 14px;
  border-radius: 3px;
  text-align: left;
  margin: auto;
  padding: 20.5px 0;
  white-space: nowrap;
}
.rate-add__info-text:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.rate-add__info-text p {
  margin: 0;
  margin-bottom: 25px;
}
.rate-add__info-text p:last-child {
  margin-bottom: 0;
}
.rate-add__info-text img,
.rate-add__info-text [type="image/svg+xml"] {
  margin-right: 23px;
  width: 26px;
  vertical-align: middle;
}
.rate-add .el-button.el-button_addreview {
  float: left;
  margin-left: 125px;
  font-size: 16px;
}
.rate-counter {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 2px;
}
.variant-action {
  padding: 15px;
  text-align: left;
  border: 1px solid #3edc81;
  border-radius: 3px;
  max-width: 240px;
  font-size: 13px;
}
.variant-action__title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 25px;
}
.variant-action__text {
  margin-bottom: 25px;
}
.variant-action__img {
  margin-bottom: 20px;
}
.variant-action__date {
  margin-bottom: 25px;
}
.variant-action .variant-action__link {
  width: 100%;
  color: #333333;
}
.ya-share2 {
  margin-top: 15px;
}
.ya-share2__list {
  list-style: none;
  font-size: 0;
  padding: 0;
}
.link-label > span {
  padding: 0 !important;
}
.link-label__item {
  position: relative;
}
.link-label__item:first-child {
  padding-left: 10px;
}
.link-label__item:last-child {
  padding-right: 10px;
}
.link-label__item::before {
  height: 40px;
  top: -13px;
  width: 100%;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #000000;
  background-color: transparent;
  border-bottom: 2px solid #bdca8c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-tabs {
  position: relative;
  background: transparent;
  border-bottom: 2px solid #e4e4e4;
  padding: 0;
}
.nav-tabs::after,
.nav-tabs::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-tabs::after {
  clear: both;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -2px;
  min-width: 179px;
}
.nav-tabs > li:hover::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
}
.nav-tabs > li:focus::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 3px solid #fa6405 !important;
}
.nav-tabs > li > a {
  color: #333333;
  min-height: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.625;
  border-radius: 0 0 0 0;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 17px;
  padding: 10px 25px;
}
.nav-tabs > li > a:hover {
  background: none !important;
  border: none !important;
  color: #fa6405;
}
.nav-tabs > li.active {
  background-color: rgba(249, 98, 5, 0.06);
}
.nav-tabs > li.active::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 3px solid #fa6405 !important;
  -webkit-transition: border-color 0ms;
  transition: border-color 0ms;
}
.nav-tabs > li.active:hover::after,
.nav-tabs > li.active:focus::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 3px solid #fa6405 !important;
}
.nav-tabs > li.disabled > a {
  color: #888888;
}
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled > a:focus {
  color: #888888;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav-tabs .tab-counter {
  font-size: 13px !important;
  color: #fa6405 !important;
  margin-left: 10px;
  margin-top: 1px;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* , .tabs-info .nav-tabs > li.active  */
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a {
  border: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #dddddd;
}
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar::before {
  content: " ";
  display: table;
}
.navbar::after {
  content: " ";
  display: table;
  clear: both;
}
.navbar-header::before {
  content: " ";
  display: table;
}
.navbar-header::after {
  content: " ";
  display: table;
  clear: both;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse::before {
  content: " ";
  display: table;
}
.navbar-collapse::after {
  content: " ";
  display: table;
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
.tabs-info {
  padding: 0 !important;
  margin-top: 0;
}
.tabs-info .tab-content {
  min-height: 340px;
}
.tab-nav::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
  left: 100%;
  height: 63px;
}
.tab-nav::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
  right: 100%;
  height: 63px;
}
.tab-content {
  color: #333333;
  padding: 25px 25px 25px 25px;
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.tab-content_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}
.tab-content_title:first-child {
  margin-top: 0;
}
.tab-content_text {
  font-size: 15px;
  line-height: 22px;
}
.tab-content hr {
  margin-right: -25px;
  margin-left: -25px;
}
.tab-content hr:last-child {
  display: none;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #f6f6f6;
  }
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #f6f6f6;
  }
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f6f6f6;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #f6f6f6;
  }
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #f6f6f6;
  }
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f6f6f6;
  }
}
@media (min-width: 991px) {
  .navbar {
    border-radius: 0;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media screen and (min-width: 1051px) {
  .nav-tabs br {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .nav-tabs > li {
    min-width: 0;
  }
}
@media screen and (max-width: 780px) and (min-width: 644px) {
  .nav-tabs > li > a {
    padding: 10px;
  }
}
@media screen and (max-width: 643px) {
  .nav-tabs {
    padding: 0;
    border-bottom: 0;
  }
  .nav-tabs > li {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .nav-tabs > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 10px 16px;
  }
  .nav-tabs > li > a > span > br {
    display: none;
  }
  .nav-tabs > li.active,
  .nav-tabs > li:hover {
    border-bottom-color: #fa6405;
  }
  .nav-tabs > li:last-of-type {
    border-width: 3px !important;
  }
  .tabs-info .tab-content{
    min-width: 100%;
    min-height: auto;
    padding: 16px;
  }
  .tab-content_title{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .tab-content_text{
    font-size: 14px;
  }
}
.choice-color {
  font-size: 0;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.choice-color .bubble-conteiner {
  right: 0;
}
.choice-color-title {
  font-size: 13px;
  color: #797979;
  padding-bottom: 15px;
}
.choice-color__el {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 2px solid #ECEDF0;
  position: relative;
  cursor: pointer;
}
.choice-color__el + .choice-color__el {
  margin-left: 10px;
}
.choice-color__el::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  width: auto;
  height: auto;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  display: none;
}
.choice-color__el:hover::after {
  display: block;
}
.choice-color__el.active::after {
  display: block;
  border-color: #fa6405;
}
.choice-color__el_default {
  border: 1px solid #e4e4e4;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  overflow: visible;
}
.choice-color__el_default::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  width: auto;
  height: auto;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
}
.choice-color__el_default.active::after {
  border-color: #999999;
}
.carousel-variant_video .carousel-variant__wrapper {
  width: 250px;
}
.carousel-variant_video #variantimg-scroll-but-down {
  right: 90px;
}
.carousel-variant_video .ico-video {
  visibility: visible;
}
.carousel-variant__b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  text-align: left;
}
.carousel-variant__video {
  position: absolute;
  right: 0;
  top: 0;
}
.frame-image {
  cursor: pointer;
}
.frame-image_frame {
  /* Для картинок в рамке */
  width: 397px;
  height: 394px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
}
.frame-image_frame::before {
  content: "";
  position: absolute !important;
  display: block;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
}
.frame-image_frame::after {
  content: "";
  position: absolute !important;
  display: block;
  left: 0;
  left: auto;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #ffffff;
}
.frame-image_frame img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
/* ОТЗЫВЫ В КАРТОЧКЕ */
#review .first-section {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0 30px;
}
#review .big-star-wrap {
  overflow: hidden;
  float: left;
  margin: 10px 30px 10px 0;
}
#review .big-star {
  float: left;
  width: 23px;
  height: 23px;
  background: url("../img/sprite.png") no-repeat;
  background-position: 0 -1929px;
  margin-right: 5px;
}
#review .first-section p.for-stars {
  float: left;
  width: 370px;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#review .first-section p.for-stars span {
  font-size: 20px;
  margin-right: 20px;
}
#review .blue-button {
  float: right;
  width: 250px;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  margin-right: 8.33%;
}
#review .blue-button.write {
  margin-right: 0;
}
#review .blue-button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/sprite.png") no-repeat;
  background-position: 0 -1952px;
  margin-right: 20px;
  vertical-align: middle;
}
#review .second-section {
  overflow: hidden;
  background: #f2f2f2;
  padding: 8px 50px;
  border: 1px solid #e4e4e4;
}
#review .second-section a,
#review .second-section p {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 1.3;
  color: #333333;
  margin: 0 15px;
}
#review .second-section a {
  text-decoration: underline;
}
#review .second-section a::after {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  margin-left: 8px;
  vertical-align: middle;
}
#review .second-section a.down::after {
  border-top-color: #333333;
  margin-bottom: -3px;
}
#review .second-section a.up::after {
  border-bottom-color: #333333;
  margin-top: -3px;
}
#review .third-section {
  padding: 25px;
  display: table;
}
#review .third-section .comment-wrap {
  margin-bottom: 25px;
  display: table-row;
}
#review .third-section .comment-wrap .col-1,
#review .third-section .comment-wrap .col-2,
#review .third-section .comment-wrap .col-3 {
  display: table-cell;
  padding: 15px;
}
#review .third-section .comment-wrap .col-1 {
  width: 16.667%;
  vertical-align: top;
}
#review .third-section .comment-wrap .col-2 {
  width: 66.667%;
  vertical-align: top;
}
#review .third-section .comment-wrap .col-3 {
  width: 16.667%;
  vertical-align: middle;
}
#review .third-section p {
  font-size: 15px;
}
#review .third-section .estimate {
  font-size: 15px;
  line-height: 1;
}
#review .third-section .name {
  font-size: 14px;
  font-weight: 700;
}
#review .third-section .date {
  color: #888888;
}
#review .third-section p.small {
  font-size: 13px;
  line-height: 1.2;
}
#review .third-section .thumbs {
  overflow: hidden;
  margin-bottom: 20px;
}
#review .third-section .thumbs .thumb {
  width: 50%;
  overflow: hidden;
  cursor: pointer;
}
#review .third-section .thumb.up {
  float: left;
}
#review .third-section .thumb.down {
  float: right;
  text-align: right;
}
#review .third-section .thumbs p {
  width: 64px;
  height: 30px;
  text-align: center;
  padding: 4px 5px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  margin: 0;
}
#review .third-section .thumb.up p:hover {
  border-color: #00cc00;
}
#review .third-section .thumb.down p:hover {
  border-color: #cc0000;
}
#review .third-section .thumb.down p::before,
#review .third-section .thumb.up p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url("../img/sprite.png") no-repeat;
  margin-top: -4px;
  margin-right: 8px;
  vertical-align: middle;
}
#review .third-section .thumb.up p::before {
  background-position: 0 -1972px;
}
#review .third-section .thumb.down p::before {
  background-position: -20px -1972px;
}
#review .third-section .estim-comm {
  font-size: 13px;
  text-align: center;
  color: #888888;
}
#review .fourth-section .for-input {
  height: 36px;
  margin-bottom: 10px;
}
#review .fourth-section .for-comment {
  height: 100px;
  margin-bottom: 10px;
}
#review .fourth-section label {
  font-size: 14px;
  padding: 10px 0;
}
#review .fourth-section input,
#review .fourth-section textarea {
  width: 100%;
  height: 36px;
  font-size: 13px;
  padding: 0 25px;
  border: 1px solid #e4e4e4;
}
#review .fourth-section textarea {
  height: 100px;
  padding: 10px 25px;
  resize: none;
}
#review .fourth-section .references,
.goods-card .description .references {
  padding: 20px;
  border: 1px solid #e4e4e4;
  margin-top: 46px;
}
#review .fourth-section .references p,
.goods-card .description .references p {
  font-size: 14px;
  line-height: 1.2;
}
#review .fourth-section .references p span,
.goods-card .description .references p span {
  font-weight: 700;
}
.page-404 {
  padding: 104px 0;
  background-image: url('../img/404-bg.png');
  background-repeat: no-repeat;
  background-position: 0 104px;
}
.page-404__block {
  display: inline-block;
  height: 367px;
  margin-left: 695px;
}
.page-404__img {
  margin: 39px 0;
}
.page-404__title {
  font-size: 26px;
  margin-bottom: 30px;
}
.page-404__text {
  font-size: 18px;
  margin: 25px 0 40px;
  line-height: 26px;
}
/* ==========================================================================
    Здесь все состояния элементов которые можно вынести отдельно
    Helper classes
========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
.force-visible {
  visibility: visible!important;
  display: block!important;
  opacity: 1!important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden,
.js .form input[type="file"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::after,
.clearfix::before,
.item__row::after,
.item__row::before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix::after,
.item__row::after {
  clear: both;
}
input[type="text"][disabled="disabled"],
input[type="text"]:disabled,
.ui-selectmenu-disabled.ui-state-disabled,
.select-ico.select-ico_disabled .select-ico__title,
.el-textinput__input[disabled],
.el-textinput__input[disabled="disabled"] {
  background-color: #f4f4f4 !important;
  border: 1px solid #e4e4e4;
  opacity: 1 !important;
  color: #bcbcbc !important;
  cursor: default !important;
}
input[type="text"][disabled="disabled"]:hover,
input[type="text"]:disabled:hover,
.ui-selectmenu-disabled.ui-state-disabled:hover,
.select-ico.select-ico_disabled .select-ico__title:hover,
.el-textinput__input[disabled]:hover,
.el-textinput__input[disabled="disabled"]:hover {
  border: 1px solid #e4e4e4 !important;
}
input[type="text"][disabled="disabled"]::-webkit-input-placeholder,
input[type="text"]:disabled::-webkit-input-placeholder,
.ui-selectmenu-disabled.ui-state-disabled::-webkit-input-placeholder,
.select-ico.select-ico_disabled .select-ico__title::-webkit-input-placeholder,
.el-textinput__input[disabled]::-webkit-input-placeholder,
.el-textinput__input[disabled="disabled"]::-webkit-input-placeholder {
  color: #bcbcbc !important;
}
input[type="text"][disabled="disabled"]::-moz-placeholder,
input[type="text"]:disabled::-moz-placeholder,
.ui-selectmenu-disabled.ui-state-disabled::-moz-placeholder,
.select-ico.select-ico_disabled .select-ico__title::-moz-placeholder,
.el-textinput__input[disabled]::-moz-placeholder,
.el-textinput__input[disabled="disabled"]::-moz-placeholder {
  color: #bcbcbc !important;
}
input[type="text"][disabled="disabled"]:-ms-input-placeholder,
input[type="text"]:disabled:-ms-input-placeholder,
.ui-selectmenu-disabled.ui-state-disabled:-ms-input-placeholder,
.select-ico.select-ico_disabled .select-ico__title:-ms-input-placeholder,
.el-textinput__input[disabled]:-ms-input-placeholder,
.el-textinput__input[disabled="disabled"]:-ms-input-placeholder {
  color: #bcbcbc !important;
}
input[type="text"][disabled="disabled"]::-ms-input-placeholder,
input[type="text"]:disabled::-ms-input-placeholder,
.ui-selectmenu-disabled.ui-state-disabled::-ms-input-placeholder,
.select-ico.select-ico_disabled .select-ico__title::-ms-input-placeholder,
.el-textinput__input[disabled]::-ms-input-placeholder,
.el-textinput__input[disabled="disabled"]::-ms-input-placeholder {
  color: #bcbcbc !important;
}
input[type="text"][disabled="disabled"]::placeholder,
input[type="text"]:disabled::placeholder,
.ui-selectmenu-disabled.ui-state-disabled::placeholder,
.select-ico.select-ico_disabled .select-ico__title::placeholder,
.el-textinput__input[disabled]::placeholder,
.el-textinput__input[disabled="disabled"]::placeholder {
  color: #bcbcbc !important;
}
.disabled .el-checkbox {
  background-color: #fff !important;
}
.js-session-hide {
  display: none;
}
.js-loadPhoto {
  cursor: pointer;
}
.js-list-unwrap__item {
  cursor: pointer;
}
.js-list-unwrap__target {
  display: none;
}
.js-alphabet-target,
.js-show-only__wrap,
.js-suggest-block {
  display: none;
}
.js-scroll-additional_images-button {
  visibility: hidden;
}
.js-show-only__item,
.js-show-only__but[data-event="hide"] {
  display: none;
}
#js-slide-trg {
  position: relative;
}
.active.js-scroll-additional_images-button {
  visibility: visible;
}
.js-ajax-loadmoreitems {
  cursor: pointer;
}
.js-slider-default {
  position: relative;
}
.js-input-spin {
  width: 30px;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  outline: none;
  text-align: center;
  display: inline-block;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}
.item__counter_mini .js-input-spin,
.el-counter_mini .js-input-spin {
  height: 34px;
  width: 34px;
}
.header-info .js-input-spin {
  width: 34px;
  height: 34px;
}
input.js-count-more_1000 {
  font-size: 10px !important;
}
input.js-count-more_10000 {
  font-size: 12px !important;
}
input.js-count-more_100000 {
  font-size: 9px !important;
}
.ui-spinner-input.js-count-more_1000 {
  font-size: 10px !important;
}
.js-click-show {
  position: relative;
  z-index: 8;
}
.js-click-show__target {
  position: absolute;
  right: 0;
  display: none;
}
.js-click-show__target.bubble {
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 18px;
}
.js-click-show__target.bubble::before {
  right: 25px;
  left: auto;
}
.js-open-close {
  cursor: default;
}
.js-open-close > * {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.js-open-close .el-arrow-but {
  margin-left: 10px;
}
.jsSelect {
  display: none;
}
.js-click-parent:hover {
  cursor: pointer;
}
.js-click-parent:hover .js-href-children {
  color: #0386f8;
}
.js-cartItemSummInfo {
  display: none;
}
.js-cartItemSummInfo.active {
  display: block;
}
.js-cstm-scroll {
  height: 100%;
}
/*************** SCROLLBAR BASE CSS ***************/
.scrollbar-wrap {
  padding: 10px 10px 10px 0;
  height: 100%;
}
.scrollbar-wrap .scrollbar {
  height: 100% !important;
}
.scrollbar-wrap .scrollbar > .scrollbar__content {
  padding-right: 20px;
}
.scrollbar-wrap .scrollbar > .scrollbar__content:first-child {
  margin-top: -10px;
}
.scrollbar-wrap .scrollbar > .scrollbar__content:last-child {
  margin-bottom: -10px;
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow-y: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}
.scroll-element {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 9;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 9;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 9;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 9;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 9;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 9;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 9;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*@import (less) "../js/fancybox/source/jquery.fancybox.css";*/
.outh {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
@media (max-width: 767px) {
  .outh {
    position: absolute;
  }
}
.outh_sign-in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 530px;
  width: 40%;
  padding-top: 30px;
  display: none;
}
@media (max-width: 767px) {
  .outh_sign-in {
    top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.outh_sign-in form {
  width: 100%;
}
.outh_sign-in .outh_field {
  max-width: 350px;
}
.outh_sign-in .outh_submit {
  width: 66.5%;
  margin-top: 10px;
  margin-bottom: 45px;
}
.outh_sign-up {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90vh;
  background-color: #fff;
  max-width: 724px;
  width: 67%;
  display: none;
}
@media (max-width: 767px) {
  .outh_sign-up {
    top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.outh_sign-up_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.outh_sign-up > div {
  height: 100%;
}
.outh_sign-up .outh_header {
  text-align: left;
  margin-bottom: 25px;
}
.outh_sign-up__left {
  padding-left: 40px;
  padding-top: 30px;
  width: 57.3%;
  padding-right: 23px;
}
.outh_sign-up__form {
  padding-right: 52px;
}
.outh_sign-up .outh_field {
  width: 85.3%;
}
.outh_sign-up .outh_social {
  font-size: 16px;
  font-family: 'Arial';
  color: #333333;
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.outh_sign-up .outh_social .social-enter {
  margin-top: 0;
}
.outh_sign-up__submit {
  width: 100%;
  margin-top: 40px;
}
.outh_header {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #000;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: block;
}
.outh_field {
  width: 70%;
  border-radius: 2px;
  color: #AEAEAE;
  border-width: 1px;
  border: 1px solid #e4e4e4;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.outh_social {
  font-size: 13px;
  color: #949494;
  margin-top: 40px;
  text-align: center;
}
.outh_social .social-enter {
  margin-top: 30px;
}
.outh_footer {
  margin-top: 50px;
  background-color: #fbfbfb;
  border-top: 1px solid #e4e4e4;
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.outh_footer a {
  color: #68b6fb;
  font-size: 14px;
}
.outh_advantages {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e4e4e4;
  padding-left: 20px;
  width: 42.7%;
  padding-top: 80px;
  padding-right: 60px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.outh_advantages_header {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 25px;
}
.outh_advantages_list-header {
  padding: 0;
  font-weight: 700;
  margin: 50px 0 20px 0;
  font-style: normal;
  font-size: 15px;
  display: block;
}
.outh_advantages_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.outh_advantages_list_item {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 27px;
  padding-left: 25px;
  position: relative;
}
.outh_advantages_list_item::before {
  position: absolute;
  left: 0;
  top: 8%;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  content: "";
  width: 15px;
  height: 7px;
  border-left: 2px solid #48c77b;
  border-bottom: 2px solid #48c77b;
}
.outh_radiobox {
  display: none;
}
.outh_radiobox + label::before {
  position: absolute;
  left: 1.4%;
  top: 50%;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ff6600;
  z-index: 1;
  display: none;
}
.outh_radiobox:checked + label::before {
  display: block;
}
.outh_box {
  font-size: 14px;
  color: #202020;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Arial';
  margin-bottom: 30px;
  position: relative;
  padding-left: 33px;
}
.outh_box:hover {
  color: #0386f8;
}
.outh_box:hover::after {
  background-color: #f3f3f3;
}
.outh_box::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
}
.outh_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  text-indent: -1000px;
  cursor: pointer;
  border: none;
  background-color: #fff;
  overflow: hidden;
}
.outh_close::after,
.outh_close::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #999;
  content: "";
  top: 50%;
  left: 0;
}
.outh_close::after {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
.outh_close::before {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}
@media (max-width: 920px) {
  .outh_sign-in {
    width: 80%;
  }
  .outh_sign-up_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .outh_sign-up_wrap form {
    width: 90%;
  }
  .outh_advantages {
    width: 90%;
  }
  .outh_sign-up .outh_field {
    width: 100%;
  }
  .outh_sign-up {
    height: 100%;
    overflow-y: scroll;
  }
}
/* ==========================================================================
 Кроссбраузерность
 ========================================================================== */
#ItemsOptions {
  width: 100%;
}
.header__but_cabinet {
  width: 160px;
}
.form__select select::-ms-expand {
  display: none;
}
.nav > * > .nav_list li > .nav_list,
.nav__conteiner > * > .nav_list li > .nav_list {
  margin-left: 389px;
}
.header__top,
.sendorder-key-block,
*[href="/pages/help"],
*[href="/page/help"],
.cartridge-hide {
  display: none !important;
}
.all-variants {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
}
.bxmaker__geoip__city {
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  padding: 0;
  height: 15px;
}
.item__button-container_compare,
.friendship-prog__share #ya-share2 {
  display: none!important;
}

/*# sourceMappingURL=http://layout325/css/main.css.map */



/* 17.11.2021 */

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.pagination-perpage-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sorting__block_select_valign {
	padding-top: 23px;
}

.btn.tag {
	display: inline-block;
	border: 1px solid #F2F2F2;
	margin-top: 15px;
	border-radius: 20px;
	color: black;
	padding: 8px 14px;
	background: white;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.btn.tag.tag-usual {
	margin-right: 15px;
	font-size: 13px;
	line-height: 18px;
}
.tags-cloud {
	width: calc(100% - (245px + 15px)); margin-left:auto;
}

.tags-cloud h5 {
	margin-top: 18px;
	margin-bottom: -2px;
}

.btn.tag:hover,
.btn.tag.active {
	color: #FA6405;
}

.btn.tag .la-times {
	font-size: 1.5em;
	line-height: 0.5;
	vertical-align: sub;
	color: #00599A;
}

#delayedShowTextSectionDescription {
	display: none!important;
}




.header_top__link .icon_round{
	line-height: 0;
}




/*.catalog-items .item__descript:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 12px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
}
*/





.outh_sign-up__submit{
	margin-bottom: 20px !important;
}





.el-textinput-wrapper.el-textinput-wrapper_one{
  margin-top:0!important;
  margin-bottom:0!important;
}
.el-textinput-wrapper.el-textinput-wrapper_first{
  margin-top:0!important;
}



.modal-auth .el-textinput-wrapper{
  margin:15px 0;
}


/*Высота блока авторизации на промежуточной странице оформления заказа*/
.b-grid__b.auth-f__main {
  height: 455px;
}

/*Устранение двойного бордера на инпутах комментариев на странице оформления заказа*/
textarea.el-textinput__input.el-textinput__input_textarea.scrollbar.scrollbar-macosx.scroll-textarea,textarea.el-textinput__input.el-textinput__input_textarea.scrollbar-macosx.req {
  border: none;
}

/*Оформление заказа*/
.order-main .stnd-title,.cart-widget__container .stnd-title {
  font-size: 19px;
  font-weight: 600;
}

.order-main .stnd-title,#Addresses h3.stnd-title {
  margin-bottom: 30px;
}

.b-compliment.unit-block, section.unit-block.stnd-shadow {
  height: 100%;
  padding-bottom: 35px;
  padding-top: 22px;
}

.box-label-payment-conteiner.unit-block__wrap .el-box-label {
  display: flex;
  flex: calc(50% - 20px);
}

#table_address_body span.el-strong, table.table2.table_contacts td:nth-child(2) {
  font-weight: 600;
}

.order-main button.el-button.el-button_min2 {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
  display: flex;
}

td.table2__td.table2__td_button button.el-button:first-child {
  margin-bottom: 10px;
}

/*Стили для блока "Возможно вас заинтересует" в каталоге*/
.items.catalog-items-block span.item__articul {
    margin-bottom: 7px;
}

/*Добавить троеточие для названий товаров*/
.item__row.item__descript {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4em;
}

/*Отступ слева у артикула товара в карточке товара*/
span.product-top-row__item.product__articul {
  margin-left: 0!important;
}

/*Ширина изображения в карточке товара в блоке "Другие варианты"*/
td.table__td .item__img img {
  width: auto;
}

/* Стили для страницы предзаказа бумаги */
.main_predzakaz .image, .main_predzakaz .description {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.main_predzakaz {
  background-color: #fff;
  padding: 35px;
}

.image__main {
  display: block;
  max-width: 1280px;
  height: auto;
}

.description__text {
  font-size: 20px;
  margin: 15px 0 15px 0 !important;
}

.product__title {
  display: block;
  height: 100%;
  margin-bottom: 50px;
}
.product__title h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.product_image {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  margin-bottom: 60px;
}

.product_image__element {
  padding-right: 30px;
}

.product_image__element:last-child {
  padding-right: 0;
}

.product-top-row__item.el-plate-container.el-plate-container-detail .el-plate.el-plate_left.el-plate_action {
  margin-right: 10px;
}

#lightbox-action-info-content .lightbox-action-title {
  text-align: left;
}

ul.nav.nav_info.nav_top li:last-child {
  margin-right: 0;
}

/* Фиксируем высоту блока с баннером в хэдере */
.banner-top-header a {
  line-height: 100%;
  display: block;
  height: 62px;
}

/* Центруем баннер на странице благодарности за заказ */
.order-banner img {
  width: 100%;
  padding: 0px 8px 0px 8px;
}

/* Скрываем блок сео-ссылок в футере */
.footer_bottom_menu {
  display: none;
}

.b-info-bonus-row.b-info-bonus-top, .b-info-bonus-row__ellipse.b-info-bonus-top__ellipse1, .b-info-bonus-row__ellipse.b-info-bonus-top__ellipse2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.b-info-bonus-row.b-info-bonus-row_green {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}


.contact-info {
  padding: 20px 25px 25px 20px;
}

.contact-info .b-info-contacts__title {
  margin-bottom: 15px;
}

.cabinet-contact-info__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cabinet-contact-info__img {
  display: flex;
  align-items: center;
  width: 40px;
  margin-right: 25px;
}

.cabinet-contact-info__img img {
  width: 100%;
}

.contact-info-wrp {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cabinet-contact-info__txt.time {
  font-size: 16px;
  line-height: 1.4em;
}

.cabinet-contact-info__txt a {
  font-size: 20px;
  font-weight: 600;
}

.phone_info {
  display: flex;
  flex-direction: column;
}