/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
.tippy-iOS {
  cursor: pointer!important;
  -webkit-tap-highlight-color: transparent;
}
.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform;
}
.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #333;
  transition-property: visibility,opacity,transform;
  outline: 0;
}
.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #333;
  margin: 0 3px;
  transform-origin: 50% 0;
  bottom: -7px;
}
.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #333;
  margin: 0 3px;
  transform-origin: 50% 7px;
  top: -7px;
}
.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #333;
  margin: 3px 0;
  transform-origin: 0 50%;
  right: -7px;
}
.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  margin: 3px 0;
  transform-origin: 7px 50%;
  left: -7px;
}
.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto;
}
.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  padding: 5px 9px;
}

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

/* Font Names */
:root {
  --header-height: 43px;
}
.b-icn {
  display: inline-block;
  border: 0;
  background-repeat: no-repeat;
}
.b-icn--print {
  background: url(assets/images/303c66a5dbcec2e52e90.png) center center no-repeat;
}
.b-icn--pdf::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url(assets/images/9cc0fbb1a87b0c2fd47b.svg) center center no-repeat;
  content: "";
}
.b-icn--question {
  width: 12px;
  height: 12px;
  background-image: url(assets/images/fa41134f2e3f5c5a8cf8.png);
  vertical-align: middle;
}
.b-icn--cart {
  width: 24px;
  height: 18px;
  background-image: url(assets/images/79172c05c97e83b4b28b.png);
  background-position: 0 -37px;
  vertical-align: middle;
}
.b-icn--mini-cart {
  width: 54px;
  height: 37px;
  background: url(assets/images/58e7b372abcd69a37e31.png) no-repeat 4px -263px;
}
.b-icn--mini-cart.active {
  background-position: -53px -263px;
}
.b-icn--mini-cart.present {
  background-position: -109px -263px;
}
.b-icn--home {
  width: 31px;
  height: 29px;
  background-image: url(assets/images/ad78a582e7708ccc56fc.png);
  vertical-align: top;
}
.b-icn--path {
  width: 31px;
  height: 29px;
  background-image: url(assets/images/19979021b24aab8a4453.png);
  vertical-align: top;
}
.b-icn--arrowBack {
  width: 18px;
  height: 18px;
  background: url(assets/images/b5066752c514e0248fa7.png) left top no-repeat;
  vertical-align: top;
}
.b-icn--metro {
  width: 21px;
  height: 20px;
  background: url(assets/images/07b7bc85bfd7c1779745.png) left top no-repeat;
  vertical-align: top;
}
.b-icn--train {
  width: 21px;
  height: 20px;
  background: url(assets/images/07b7bc85bfd7c1779745.png) -133px top no-repeat;
  vertical-align: top;
}
.b-icn--time {
  width: 21px;
  height: 20px;
  background: url(assets/images/07b7bc85bfd7c1779745.png) -23px top no-repeat;
  vertical-align: top;
}
.b-icn--search {
  width: 21px;
  height: inherit;
  min-height: 20px;
  background: url(assets/images/07b7bc85bfd7c1779745.png) -67px center no-repeat;
  vertical-align: top;
}
.b-icn--search-vip {
  background: url(assets/images/60e507cad31c70050583.png) center center no-repeat;
}
.b-icn--status {
  width: 23px;
  height: 23px;
}
.b-icn--status-true {
  background: center / contain no-repeat url(assets/images/ac8270b8353b9e46bc3a.svg);
}
.b-icn--status-false {
  background: center / contain no-repeat url(assets/images/44ae4c2e88cec4830365.svg);
}
.b-icn--status-wait {
  background: center / contain no-repeat url(assets/images/a4d42fb3f56eed7a49a3.svg);
}
.b-icn--info-round {
  width: 14px;
  height: 14px;
  background: url(assets/images/c05a014a609037d714b8.svg) center no-repeat;
}
.b-icn--info {
  width: 21px;
  height: 20px;
  background: url(assets/images/07b7bc85bfd7c1779745.png) -89px top no-repeat;
  vertical-align: top;
}
.b-icn--phone {
  width: 21px;
  height: 20px;
  background: url(assets/images/07b7bc85bfd7c1779745.png) -45px top no-repeat;
  vertical-align: top;
}
.b-icn--settings {
  width: 21px;
  height: 20px;
  background: url(assets/images/07b7bc85bfd7c1779745.png) -111px top no-repeat;
  opacity: 0.8;
  vertical-align: top;
}
.b-icn--settings:hover {
  opacity: 1;
}
.b-icn--settings.disabled,
.b-icn--settings.disabled:hover {
  opacity: 0.4;
}
.b-icn--rclose {
  width: 19px;
  height: 18px;
  border: none;
  background: url(assets/images/eb0577512dd3d6557f8f.png) left top no-repeat;
  outline: none;
  vertical-align: top;
}
.b-icn--close {
  width: 19px;
  height: 18px;
  border: none;
  background: url(assets/images/eb0577512dd3d6557f8f.png) left bottom no-repeat;
  cursor: pointer;
  outline: none;
  vertical-align: top;
}
.b-icn--close:hover {
  background: url(assets/images/eb0577512dd3d6557f8f.png) left top no-repeat;
}
.b-icn--update {
  width: 20px;
  height: 20px;
  background: url(assets/images/7c9ceb7acc1e16c02096.png) no-repeat right top;
  cursor: pointer;
}
.b-icn--cart {
  width: 26px;
  height: 21px;
  background: url(assets/images/7c9ceb7acc1e16c02096.png) no-repeat left top;
}
.b-icn--cart:hover {
  background: url(assets/images/7c9ceb7acc1e16c02096.png) no-repeat left bottom;
}
.b-icn--cart--red {
  width: 26px;
  height: 21px;
  background: url(assets/images/7c9ceb7acc1e16c02096.png) no-repeat right bottom;
}
.b-icn--calendar {
  width: 28px;
  height: 28px;
  background: url(assets/images/966185a7f94441e28129.png) no-repeat center center;
}
.b-icn--order--money {
  width: 20px;
  height: 20px;
  background: url(assets/images/947c36fc139e990efcc4.png) no-repeat center 6px;
}
.b-icn--order--date {
  width: 20px;
  height: 20px;
  background: url(assets/images/947c36fc139e990efcc4.png) no-repeat center -18px;
}
.b-icn--order--delivery {
  width: 20px;
  height: 20px;
  background: url(assets/images/947c36fc139e990efcc4.png) no-repeat center -41px;
}
.b-icn--order--company {
  width: 20px;
  height: 20px;
  background: url(assets/images/947c36fc139e990efcc4.png) no-repeat center -66px;
}
.b-icn--order--recipient {
  width: 20px;
  height: 20px;
  background: url(assets/images/947c36fc139e990efcc4.png) no-repeat center -90px;
}
.b-icn--order--phone {
  width: 20px;
  height: 20px;
  background: url(assets/images/947c36fc139e990efcc4.png) no-repeat center -114px;
}
.b-icn--order--pay {
  width: 20px;
  height: 20px;
  background: url(assets/images/947c36fc139e990efcc4.png) no-repeat center -137px;
}
.b-icn--order--status {
  width: 20px;
  height: 20px;
  background: url(assets/images/947c36fc139e990efcc4.png) no-repeat center bottom;
}
.b-icn--order--visa {
  width: 28px;
  height: 26px;
  background: url(assets/images/8e0a10290630ec359575.png) no-repeat center 4px;
}
.b-icn--order--delivery--big {
  width: 28px;
  height: 26px;
  background: url(assets/images/8e0a10290630ec359575.png) no-repeat center -22px;
}
.b-icn--order--rst {
  width: 28px;
  height: 26px;
  background: url(assets/images/8e0a10290630ec359575.png) no-repeat center bottom;
}
.b-icn--attention {
  width: 26px;
  height: 26px;
  background: url(assets/images/480f61660a2c73a93d5b.png) no-repeat center center;
}
.b-icn--paymentType--visa {
  width: 27px;
  height: 17px;
  background: url(assets/images/57fec083575908343c7f.png) no-repeat 0 0;
}
.b-icn--paymentType--1 {
  width: 27px;
  height: 17px;
  background: url(assets/images/57fec083575908343c7f.png) no-repeat -30px 0;
}
.b-icn--paymentType--2 {
  width: 27px;
  height: 17px;
  background: url(assets/images/57fec083575908343c7f.png) no-repeat -60px 0;
}
.b-icn--paymentType--3 {
  width: 27px;
  height: 17px;
  background: url(assets/images/57fec083575908343c7f.png) no-repeat -90px 0;
}
.b-icn--paymentType--4 {
  width: 27px;
  height: 17px;
  background: url(assets/images/57fec083575908343c7f.png) no-repeat -120px 0;
}
.b-icn--paymentType--5 {
  width: 27px;
  height: 17px;
  background: url(assets/images/57fec083575908343c7f.png) no-repeat -150px 0;
}
.b-icn--paymentType--6 {
  width: 27px;
  height: 17px;
  background: url(assets/images/57fec083575908343c7f.png) no-repeat -180px 0;
}
.b-icn--paymentType--7 {
  width: 27px;
  height: 17px;
  background: url(assets/images/57fec083575908343c7f.png) no-repeat -210px 0;
}
.b-icn--paymentType--icon {
  background-color: #ffffff;
  border-radius: 4px;
  width: 32px;
  height: 24px;
}
.b-icn--person {
  width: 27px;
  height: 20px;
  background: url(assets/images/5f2d911b0a4e1287164b.svg) center center no-repeat;
}
.b-icn--company {
  width: 27px;
  height: 20px;
  background: url(assets/images/d058a4dc9281327f92eb.svg) center center no-repeat;
}
.b-icn--button-print {
  width: 27px;
  height: 17px;
  background: url(assets/images/161d218f751eb8409e55.svg) center center no-repeat;
}
.b-icn--button-download-csv {
  width: 27px;
  height: 17px;
  background: url(assets/images/0e245c3e92b5926f24e0.svg) center center no-repeat;
}
.b-icn--vip--calendar {
  width: 26px;
  height: 26px;
  background: url(assets/images/13bcf316d0efc401662f.svg) no-repeat center center;
}
.b-region {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: -15px;
  display: none;
  width: 790px;
  padding: 20px 30px;
  border: 1px solid #bbbbbb;
  margin-left: 20px;
  background: #ffffff;
  box-shadow: -1px 0 1px #dddddd;
  font-size: 13px;
}
.b-region::before {
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff;
  content: "";
}
.b-region__title {
  margin-bottom: 20px;
  color: #000000;
  font-size: 17px;
}
.b-region__container {
  overflow: auto;
  min-height: 0;
  font-size: 13px;
}
.b-region__container--disable {
  pointer-events: none;
}
.b-region__list {
  margin-right: 50px;
}
.b-region__list__item {
  position: relative;
  padding-left: 15px;
  margin-top: 7px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b-region__list__item::before {
  content: '';
  position: absolute;
  left: 0;
  background-color: #000000;
  clip-path: circle(35%);
  width: 8px;
  height: 8px;
}
.b-region__list__item--current {
  color: #438dcc;
  font-size: 13px;
}
.b-region__list__item a {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.b-region__list__link {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.b-region .b-link {
  border-bottom: 1px solid;
  margin-left: 11px;
  font-size: 13px;
}
.b-content--padding,
.b-cp {
  padding-left: 15px;
}
.b-cp--b {
  margin-bottom: 15px;
}
.old-content-flex {
  display: flex;
  justify-content: space-between;
}
.b-personal {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: -15px;
  display: none;
  width: 790px;
  padding: 20px 30px;
  border: 1px solid #bbbbbb;
  margin-left: 20px;
  background: #ffffff;
  box-shadow: -1px 0 1px #dddddd;
  font-size: 13px;
  width: auto;
  padding: 15px 20px;
}
.b-personal::before {
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff;
  content: "";
}
.b-personal__title {
  margin-bottom: 20px;
  color: #000000;
  font-size: 17px;
}
.b-personal__container {
  overflow: auto;
  min-height: 0;
  font-size: 13px;
}
.b-personal__container--disable {
  pointer-events: none;
}
.b-personal__list {
  margin-right: 50px;
}
.b-personal__list__item {
  position: relative;
  padding-left: 15px;
  margin-top: 7px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b-personal__list__item::before {
  content: '';
  position: absolute;
  left: 0;
  background-color: #000000;
  clip-path: circle(35%);
  width: 8px;
  height: 8px;
}
.b-personal__list__item--current {
  color: #438dcc;
  font-size: 13px;
}
.b-personal__list__item a {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.b-personal__list__link {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.b-personal .b-link {
  border-bottom: 1px solid;
  margin-left: 11px;
  font-size: 13px;
}
.b-personal__list__item {
  height: 20px;
  padding-left: 25px;
  margin-bottom: 5px;
}
.b-personal__list__item--login {
  background: url(assets/images/a83620611d35f454822d.png) left top no-repeat;
}
.b-personal__list__item--cart {
  background: url(assets/images/a83620611d35f454822d.png) left -23px no-repeat;
}
.b-personal__list__item--history {
  background: url(assets/images/a83620611d35f454822d.png) left -46px no-repeat;
}
.b-personal__list__item--favorites {
  background: url(assets/images/a83620611d35f454822d.png) left -69px no-repeat;
}
.b-personal__list__item--sms {
  background: url(assets/images/a83620611d35f454822d.png) left -92px no-repeat;
}
.b-personal__list__item--account {
  background: url(assets/images/a83620611d35f454822d.png) left -116px no-repeat;
}
.b-personal__list__item--company {
  background: url(assets/images/a83620611d35f454822d.png) left -140px no-repeat;
}
.b-personal__list__item--catalog {
  background: url(assets/images/a83620611d35f454822d.png) left -163px no-repeat;
}
.b-personal__list__item--budget {
  background: url(assets/images/a83620611d35f454822d.png) left -186px no-repeat;
}
.b-personal__list__item--history--vip {
  background: url(assets/images/a83620611d35f454822d.png) left -208px no-repeat;
}
.b-personal__list__item--favorites--vip {
  background: url(assets/images/a83620611d35f454822d.png) left -230px no-repeat;
}
.b-personal__list__item--bonusProgram {
  background: url(assets/images/d4d8e6023dfb9d2616ec.svg) left no-repeat;
  background-position-y: 1px;
  background-size: 22px;
}
.b-company.b-personal {
  width: 330px;
  max-height: 600px;
  padding: 0;
  margin-left: 0;
}
.b-company::after {
  position: absolute;
  top: 0;
  display: block;
  width: 95%;
  height: 19px;
  box-shadow: inset 0 15px 10px #ffffff;
  content: "";
}
.b-company--select {
  display: block;
  max-height: 598px;
  overflow-y: auto;
  margin-right: -12px;
}
@supports (-moz-appearance:none) {
  .b-company--select {
    scrollbar-color: #E0E0E0 #F9F9F9;
    scrollbar-width: thin;
  }
}
.b-company--select::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.b-company--select::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 3px;
}
.b-company--select::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
.b-company--select::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .b-company--select {
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #F9F9F9;
  }
}
.b-company--select__child {
  display: flex;
  max-width: 310px;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
}
.b-company--select__child::after {
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  content: "";
}
.b-company--select__child + .b-company--select__child {
  margin-top: 7px;
}
.b-company--select__child.vip .b-company__link {
  display: block;
  max-width: 225px;
}
.b-company--select__child.vip::after {
  height: 25px;
  border-radius: 3px;
  background: #646464;
  color: #ffffff;
  content: "VIP";
  line-height: 25px;
  text-align: center;
}
.b-company__arrow,
.b-company__link {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  background-position: 0 7px;
  background-repeat: no-repeat;
  color: #646464;
  font-weight: normal;
}
.b-company__arrow::before,
.b-company__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  background-color: #646464;
  clip-path: polygon(0 42%, 0 57%, 52% 57%, 72% 57%, 46% 89%, 54% 93%, 100% 49%, 50% 9%, 42% 16%, 71% 42%);
  width: 7px;
  height: 6px;
}
.b-company__arrow:hover,
.b-company__link:hover,
.b-company__arrow--selected,
.b-company__link--selected {
  color: #0078c3;
}
.b-company__arrow:hover::before,
.b-company__link:hover::before {
  background-color: #0078c3;
}
.b-company__arrow--active,
.b-company__link--active {
  font-weight: bold;
}
.b-company__arrow--header,
.b-company__link--header {
  display: inline-block;
  max-width: 100px;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-company__arrow--disabled,
.b-company__link--disabled {
  pointer-events: none;
}
.b-company-med__link {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  color: #646464;
  font-weight: normal;
}
.b-company-med__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  background-color: #e2574c;
  clip-path: polygon(30% 0%, 70% 0%, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0% 70%, 0% 30%, 30% 30%);
  width: 10px;
  height: 10px;
}
.b-company-med__link:hover,
.b-company-med__link--selected {
  color: #0078c3;
}
.b-company-med__link:hover::before {
  background-color: #2d9cdb;
}
.b-company-med__link--active {
  font-weight: bold;
}
.b-company-med__link--header {
  position: relative;
  max-width: 200px;
  padding-left: 13px;
  line-height: 22px;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-company-med__link--header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #e2574c;
  clip-path: polygon(30% 0%, 70% 0%, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0% 70%, 0% 30%, 30% 30%);
  width: 10px;
  height: 10px;
}
.b-company-med__link.b-company__link--active {
  font-weight: bold;
}
.b-link,
.b-link > a {
  border: none;
  background: none;
  color: #0078c3;
  cursor: pointer;
  text-decoration: none;
}
.b-link--dotted {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.b-link--black,
.b-link--black > a {
  color: #000000;
  cursor: pointer;
}
.b-link--gray,
.b-link--gray > a {
  color: #646464;
  cursor: pointer;
  font-size: inherit;
  text-decoration: underline;
}
.b-link--red,
.b-link--red > a {
  color: #af0025;
  cursor: pointer;
}
.b-link--inherit,
.b-link--inherit > a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  text-transform: none;
}
.b-link--active {
  color: #999999;
}
.b-link--component > a {
  color: inherit;
  text-decoration: underline;
}
.b-link--load {
  margin-left: 3px;
}
.b-link--recipient {
  color: #0078c3;
  cursor: pointer;
}
.b-searchBlock .b-link--gray {
  text-decoration: none;
}
.b-rightPane {
  width: 714px;
  margin-left: 14px;
  float: left;
}
.b-rightPane--fullWidth {
  width: 100%;
  margin-left: 0;
  float: none;
}
.b-rightPane--wide {
  width: 765px;
  padding-left: 30px;
  margin-left: 0;
}
.b-topMenu {
  display: flex;
  margin-bottom: 14px;
}
.b-topMenu--catalog_btn {
  flex-shrink: 0;
}
.b-topMenu--navigation {
  display: flex;
  flex-grow: 1;
}
.b-topMenu__item {
  position: relative;
  display: flex;
  flex-grow: 1;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
}
.b-topMenu__item:hover {
  background-color: #ffffff;
  background-image: none;
}
.b-topMenu__item--link {
  display: flex;
  min-width: 90px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  color: #000000;
  cursor: pointer;
  text-align: center;
}
.b-topMenu__item + .b-topMenu__item {
  border-left: 0;
}
.b-topMenu__item:hover .b-topMenu__submenu,
.b-topMenu__item--catalog__active .b-topMenu__submenu {
  display: block;
}
.b-topMenu__item:hover .b-catalogCategories,
.b-topMenu__item--catalog__active .b-catalogCategories {
  display: block;
  padding-top: 14px;
}
.b-topMenu__item--catalog,
.b-topMenu__item--catalog:hover {
  width: 243px;
  border-color: #af0025;
  background-color: #af0025;
}
.b-topMenu__item--catalog .b-topMenu__item--link {
  z-index: 197;
  padding-right: 45px;
  background: url(assets/images/abf7d1dc28318380171a.png) 200px center no-repeat;
  color: #ffffff;
  font-size: 18px;
  line-height: 46px;
  text-transform: uppercase;
}
.b-topMenu__item--catalog .b-catalogCategories::before {
  position: absolute;
  z-index: 317;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #af0025 transparent transparent transparent;
  margin-left: -8px;
  content: "";
}
.b-topMenu__item--catalog__active::before,
.b-topMenu__item--catalog__active::after {
  z-index: 303;
}
.b-topMenu__item--catalog__active .b-catalogCategories {
  top: 47px;
}
.b-topMenu__item--catalogClick:hover .b-catalogCategories {
  display: none;
}
.b-topMenu__item--catalogClick .b-topMenu__item--link {
  background: url(assets/images/f3d4afe01e6075f0b88b.svg) 200px center no-repeat;
}
.b-topMenu__item--catalogClick.opened .b-topMenu__item--link {
  background: url(assets/images/e1b4939cd6b67cc5ab23.svg) 200px center no-repeat;
}
.b-topMenu__submenu {
  position: absolute;
  z-index: 306;
  top: 100%;
  right: -1px;
  display: none;
  min-width: 285px;
  padding: 25px 35px;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  text-align: left;
}
.b-topMenu__submenu__list__item {
  margin-bottom: 15px;
  list-style-type: disc;
}
.b-topMenu__submenu__list__item__link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.b-topMenu__submenu .b-link {
  text-decoration: none;
}
.b-topMenu__submenu::after,
.b-topMenu__submenu::before {
  position: absolute;
  z-index: 317;
  top: 0;
  right: 62px;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
  margin-left: -8px;
  content: "";
}
.b-topMenu__submenu::after {
  top: -1px;
  border-color: #ffffff transparent transparent transparent;
}
.b-topMenu--vip {
  flex-direction: column;
}
.b-topMenu--vip .b-topMenu__item--catalog__active {
  flex-direction: column;
  margin-bottom: 45px;
}
.b-topMenu--vip .b-topMenu__item--catalog__active .b-catalogCategories {
  position: relative;
  top: 1px;
}
.b-square {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.b-consultant__item {
  width: 185px;
  margin-bottom: 2px;
  font-family: 'Fira Sans', sans-serif;
}
.fixed .b-consultant__item {
  position: fixed;
  right: 2px;
  bottom: 2px;
}
.fixed .b-consultant__item ~ .b-consultant__item {
  bottom: 36px;
}
.b-consultant__item--wide {
  width: 210px;
}
@media (max-width: 1370px) {
  .fixed .b-consultant__item {
    bottom: 93px;
  }
  .fixed .b-consultant__item ~ .b-consultant__item {
    bottom: 127px;
  }
}
.b-buttonPlane {
  position: relative;
  height: 32px;
  padding: 0 10px;
  border: none;
  margin-bottom: 1px;
  background: #af0025;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
}
.b-buttonPlane--consultant::before {
  position: absolute;
  top: 0;
  right: 0;
  background: #36444e url(assets/images/977c357570b73436f77a.png) 0 0 no-repeat;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
}
.b-buttonPlane--call::before {
  position: absolute;
  top: 0;
  right: 0;
  background: #364e35 url(assets/images/977c357570b73436f77a.png) -32px 0 no-repeat;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
}
.b-buttonPlane--gray {
  padding: 0 0 0 10px;
  background-color: #425560;
  font-size: 14px;
  text-align: left;
}
.b-buttonPlane--green {
  padding: 0 0 0 10px;
  background-color: #436042;
  font-size: 14px;
  text-align: left;
}
.b-catalogCategories {
  position: absolute;
  z-index: 302;
  top: 100%;
  left: -1px;
  display: none;
  width: 243px;
  padding: 0;
  padding-top: 14px;
  border: 1px solid #eeeeee;
  border-top: none;
  background: #ffffff;
}
.b-catalogCategories .b-menu__item:hover .b-catalogCategories__submenu {
  display: block;
}
.b-catalogCategories .b-menu__item__link {
  position: relative;
}
.b-catalogCategories .b-menu__item__link--arrow {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 5px;
  height: 10px;
  margin-top: -5px;
  background: url(assets/images/58e7b372abcd69a37e31.png) -8px -59px no-repeat;
}
.b-catalogCategories .b-menu__item--active .b-menu__item__link {
  background: #eeeeee;
  color: #0078c3;
}
.b-catalogCategories .b-menu__item--active .b-menu__item__link--arrow {
  background-position: 0 -59px;
}
.b-catalogCategories .b-menu__item:first-child .b-menu__item__link {
  border-top: 0 solid transparent;
}
.b-catalogCategories .b-menu__item__link {
  display: block;
  padding: 6px 0 6px 14px;
  border: 0 solid transparent;
  border-top: none;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
.b-catalogCategories .b-menu__item__link .b-square {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 100%;
  margin-top: -12px;
  margin-right: 10px;
  background: #cccccc;
}
.b-catalogCategories__submenu {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 241px;
  display: none;
  width: 496px;
  min-height: 100%;
  border: 2px solid #eeeeee;
  border-top: none;
  background: #ffffff;
  box-shadow: 0 1px 3px -2px #000000;
}
.b-catalogCategories__submenu__list {
  display: block;
  width: 243px;
  padding-top: 14px;
  padding-right: 40px;
  float: left;
}
.b-catalogCategories__submenu__list:first-child {
  padding-right: 0;
}
.b-catalogCategories__submenu__list:first-child::after {
  position: absolute;
  top: 0;
  left: 243px;
  display: block;
  width: 2px;
  min-height: 100%;
  background: #dddddd;
  content: "";
}
.b-catalogCategories__submenu__list__item {
  padding: 6px 0 6px 14px;
  line-height: normal;
  list-style: none;
}
.b-catalogCategories__submenu__list__item__link {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
.b-catalogCategories__submenu__list__item__link:hover {
  color: #0078c3;
}
.b-catalogCategories__submenu__product {
  display: block;
  width: 243px;
  padding-top: 14px;
  padding-left: 0;
  border-left: 1px solid #dddddd;
  margin-left: -1px;
  color: #333333;
  float: left;
  text-align: center;
}
.b-catalogCategories__submenu__productImg {
  margin-bottom: 30px;
}
.b-catalogCategories__submenu__productName {
  margin-bottom: 20px;
  font-size: 18px;
}
.b-catalogCategories__submenu__productPrice {
  float: left;
  font-size: 32px;
  font-weight: bold;
}
.b-catalogCategories__submenu__product .b-link {
  margin-top: 6px;
  float: right;
  font-size: 13px;
}
.old-container {
  width: 1025px;
  padding: 20px 20px 0;
}
.content-single-column {
  display: block;
}
.content-double-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main {
  width: 732px;
}
.aside {
  width: 240px;
}
.product-media {
  width: 312px;
}
.product-media__gallery-wrapper {
  display: flex;
}
.product-media__img-wrapper {
  position: relative;
  display: flex;
  margin-right: 28px;
}
.product-media__representation {
  position: relative;
  margin-bottom: 16px;
}
.product-media__representation-img-wrapper {
  display: none;
  overflow: hidden;
  width: 312px;
  height: 312px;
  background-size: 100%;
}
.product-media__representation-img-wrapper--active {
  display: block;
}
.product-media__representation-img-wrapper:hover {
  background-size: 800px;
}
.product-media__representation-img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-media__representation-img:hover {
  opacity: 0;
}
.product-media__gallery-img {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.product-media__icon {
  fill: #6D778B;
  fill-rule: evenodd;
  pointer-events: none;
}
.product-media__link {
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-media__link:hover .product-media__icon {
  fill: #DA1F2A;
}
.product-media__link:last-child {
  margin-right: 0;
}
.product-media__link--background-counter:last-child {
  padding: 0;
  border: none;
  background: linear-gradient(0deg, rgba(54, 58, 71, 0.7), rgba(54, 58, 71, 0.7));
}
.product-media__link--background-counter:last-child::before {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(54, 58, 71, 0.7), rgba(54, 58, 71, 0.7));
  color: #FFFFFF;
  content: "+" attr(data-count);
  cursor: pointer;
}
.product-media__link--background-counter:last-child:hover::before {
  background: #363A47;
}
.product-media__link--active {
  padding: 0;
  border: 2px solid #DA1F2A;
}
.product-media__video-wrapper {
  display: flex;
  align-content: center;
}
.product-media__video-count {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  color: #A8B1B7;
}
.product-media__next-btn,
.product-media__prev-btn {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  background-image: url(assets/images/cd3cf25900ee6a00abb5.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  transform: translateY(-30px);
}
.product-media__prev-btn {
  left: -60px;
  transform: rotate(180deg) translateY(30px);
}
.product-media__zoom-img,
.product-media__zoom-video {
  width: auto;
  max-width: 680px;
  height: 75vh;
  max-height: 680px;
}
.product-media__zoom-img--hidden,
.product-media__zoom-video--hidden {
  display: none;
}
.product-media__overlay {
  position: fixed;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(54, 58, 71, 0.7);
  inset: 0;
}
.product-media__overlay--hidden {
  display: none;
}
.product-media__gallery {
  display: flex;
  justify-content: center;
}
.product-media__gallery--hidden {
  display: none;
}
.product-media__zoom-container {
  display: flex;
  justify-content: center;
  padding-right: 40px;
  padding-bottom: 24px;
  padding-left: 40px;
}
.product-media__pagination-slider {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 396px;
  height: 36px;
  justify-content: center;
}
.product-media__labels {
  position: absolute;
  top: 4px;
  left: 12px;
}
.search-background {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
}
.search-background--active {
  display: block;
}
.search-background__content {
  position: fixed;
  z-index: 202;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(54, 58, 71, 0.4);
}
.search-background__content--active {
  display: block;
}
.search-background__form {
  position: relative;
  z-index: 306;
}
.search-background__form::after {
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  box-sizing: content-box;
  padding: 0 4px;
  border-radius: 8px 8px 0 0;
  background-color: #FFFFFF;
  content: "";
  width: 100%;
  height: 50px;
}
.search-background__header {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background: rgba(54, 58, 71, 0.4);
}
.search-background__header--active {
  display: block;
}
.search-background__white-block {
  width: 100%;
  background: #FFFFFF;
}
.search-background__white-block--height-with-paddings {
  box-sizing: content-box;
}
.search-background__dark-block {
  width: 100%;
  background: rgba(54, 58, 71, 0.4);
}
/* Dropdowns */
/* Media breakpoints */
/*
   Animations
   Установлено на основании исследований по зрительному восприятию и реакции людей https://humanbenchmark.com/tests/reactiontime
   Google также проводили собственные исследования - было принято для микро анимаций использовать значения 150-250мс, для более крупных 400-500мс
 */
/* stylelint-disable  selector-class-pattern */
.asterisk::before {
  content: '*';
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    background-position: 0 50%;
    opacity: 1;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.7;
  }
  100% {
    background-position: 0 50%;
    opacity: 1;
  }
}
/* stylelint-disable selector-class-pattern */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.8);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(204, 204, 204, 0);
  }
}
.autocomplete-menu {
  z-index: 306;
  display: flex;
  overflow: hidden;
  padding: 4px;
  border: none;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
}
.autocomplete-menu .ui-menu-item.autocomplete-menu__item {
  padding: 0;
  border-top: none;
  word-break: normal;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.autocomplete-menu .ui-menu-item.autocomplete-menu__item--product-suggestions {
  height: 102px;
  padding: 8px;
  margin-bottom: 2px;
}
.autocomplete-menu .ui-menu-item.autocomplete-menu__item--product-suggestions:last-of-type {
  margin-bottom: 0;
}
.autocomplete-menu .ui-menu-item.autocomplete-menu__item--divider {
  border-top: 1px solid #F2F2F2;
  padding-top: 8px;
}
.autocomplete-menu .ui-menu-item.autocomplete-menu__item--with-icon {
  padding-right: 36px;
}
.autocomplete-menu__item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  color: #363A47;
  cursor: pointer;
}
.autocomplete-menu__item.ui-state-active {
  background-color: #E6F7FF;
}
.autocomplete-menu__item::first-letter {
  text-transform: uppercase;
}
.autocomplete-menu__icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-top: 12px;
  cursor: pointer;
  fill: #6D778B;
  visibility: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 36px;
  height: 38px;
}
.autocomplete-menu__icon:hover {
  fill: #363A47;
}
.autocomplete-menu__icon.ui-state-active {
  background-color: #E6F7FF;
  visibility: visible;
}
.autocomplete-menu__header {
  padding: 8px 0 0 12px;
  border-top: 1px solid #F2F2F2;
  color: #A8B1B7;
  cursor: default;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.autocomplete-menu__header:first-of-type {
  border-top: none;
}
.autocomplete-menu__header--with-remove-history {
  display: flex;
  justify-content: space-between;
}
.autocomplete-menu__remove-history {
  color: #1390DF;
  cursor: pointer;
  font-weight: 400;
}
.autocomplete-menu__highlighting {
  color: #A8B1B7;
}
.autocomplete-menu__highlighting--darker {
  color: #363A47;
}
.autocomplete-menu__title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  padding: 8px 12px;
  color: #363A47;
}
.autocomplete-menu__title.ui-state-active {
  background-color: #E6F7FF;
  color: #1390DF;
}
.autocomplete-menu__title.ui-state-active .autocomplete-menu__highlighting {
  color: #1390DF;
}
.autocomplete-menu__title.ui-state-active .autocomplete-menu__highlighting--darker {
  color: #1390DF;
}
.autocomplete-menu__title--category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 52px;
  padding: 15px 12px;
}
.autocomplete-menu__title--restricted-category .autocomplete-menu__category--term {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #A8B1B7;
}
.autocomplete-menu__left-column {
  overflow: auto;
  width: 458px;
  padding-right: 8px;
}
@supports (-moz-appearance:none) {
  .autocomplete-menu__left-column {
    scrollbar-color: #E0E0E0 #F9F9F9;
    scrollbar-width: thin;
  }
}
.autocomplete-menu__left-column::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.autocomplete-menu__left-column::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 3px;
}
.autocomplete-menu__left-column::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
.autocomplete-menu__left-column::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .autocomplete-menu__left-column {
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #F9F9F9;
  }
}
.autocomplete-menu__left-column--without-right-column {
  width: 100%;
  padding-right: 0;
}
.autocomplete-menu__left-column .autocomplete-menu__item--product-suggestions {
  display: none;
}
.autocomplete-menu__right-column {
  overflow: auto;
  width: 394px;
  padding: 2px;
  border-radius: 8px;
  background-color: #F9F9F9;
}
@supports (-moz-appearance:none) {
  .autocomplete-menu__right-column {
    scrollbar-color: #E0E0E0 #F9F9F9;
    scrollbar-width: thin;
  }
}
.autocomplete-menu__right-column::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.autocomplete-menu__right-column::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 3px;
}
.autocomplete-menu__right-column::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
.autocomplete-menu__right-column::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .autocomplete-menu__right-column {
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #F9F9F9;
  }
}
.autocomplete-menu__right-column--hide {
  display: none;
}
.autocomplete-menu__right-column .autocomplete-menu__header,
.autocomplete-menu__right-column .autocomplete-menu__item:not(.autocomplete-menu__item--product-suggestions) {
  display: none;
}
.autocomplete-menu__image {
  max-width: 36px;
  min-width: 36px;
  max-height: 36px;
  margin-right: 12px;
  border-radius: 6px;
  background: #FFFFFF;
}
.autocomplete-menu__categories-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.autocomplete-menu__categories-wrapper--column {
  flex-direction: column;
}
.autocomplete-menu__category {
  max-width: 310px;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-menu__category--main {
  max-width: 318px;
}
.autocomplete-menu__category-divider {
  width: 8px;
}
.autocomplete-card {
  height: 74px;
  background-color: #FFFFFF;
}
.autocomplete-card .autocomplete-card__btn {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  min-width: 68px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.autocomplete-card--in-cart .autocomplete-card__btn,
.autocomplete-card:hover .autocomplete-card__btn {
  opacity: 1;
}
.autocomplete-card .autocomplete-card__description {
  color: #363A47;
}
.autocomplete-card .autocomplete-card__description.ui-state-active {
  color: #1390DF;
}
.autocomplete-card__description {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.autocomplete-card__btn {
  position: absolute;
  z-index: 2;
  top: 70px;
  right: 8px;
}
.autocomplete-card__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 92px;
}
.autocomplete-card__image {
  max-width: 64px;
  margin-right: 12px;
}
.autocomplete-card__title {
  margin-bottom: 4px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .autocomplete-card__title {
    display: -webkit-box !important;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.autocomplete-card__price {
  margin-bottom: 2px;
  color: #363A47;
  text-align: left;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.autocomplete-card__price--crossed {
  position: relative;
  color: #6D778B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}
.autocomplete-card__price--crossed::before {
  position: absolute;
  top: 8px;
  width: 100%;
  height: 1px;
  background: #DA1F2A;
  content: "";
  transform: rotate(-6deg);
}
.autocomplete-card__currency {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}
.search-autocomplete-wrapper {
  position: relative;
  min-height: 43px;
}
.search-autocomplete-wrapper > .search-autocomplete {
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}
.search-autocomplete-wrapper > .search-autocomplete--initialized {
  opacity: 1;
}
.search-autocomplete-placeholder {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.search-autocomplete-placeholder__input {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  height: 42px;
  display: flex;
  padding: 18px 11px 18px 12px;
  border-radius: 6px 0 0 6px;
  border: 2px solid #6D778B;
}
.search-autocomplete-placeholder__input:disabled {
  background-color: #FFFFFF;
}
.search-autocomplete-placeholder__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  border-radius: 0 6px 6px 0;
}
.search-autocomplete-placeholder__button:disabled {
  background-color: #6D778B;
}
.search-autocomplete-placeholder__spinner-icon {
  animation: spin 1s infinite linear;
  fill: #FFFFFF;
}
body.search-autocomplete--active .b-header--sticky:not(.b-header--sticky-element-active) {
  z-index: 101;
}
body.search-autocomplete--active .b-container--main__inner {
  box-shadow: 0 1px #999 inset, 0 2px #ccc inset, 0 3px #ddd inset;
}
body.search-autocomplete--active .catalog-menu-wrap {
  z-index: 100;
}
body.search-autocomplete--active .catalog-menu-main-container {
  width: 260px;
}
body.search-autocomplete--active .search-background__header {
  display: block;
  height: 46px;
}
body.search-autocomplete--active .b-header.b-header--sticky:has(.search-autocomplete.search-autocomplete--initialized) .b-header__sticky-container {
  overflow: initial;
}
body.search-autocomplete--active .b-header.b-header--sticky:has(.search-autocomplete.search-autocomplete--initialized) .search-background__header {
  display: none;
}
.button {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .button {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 6px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
  }
}
.button:not(:disabled) {
  cursor: pointer;
}
.button:disabled,
.button:disabled:hover {
  opacity: 0.5;
}
.button--primary {
  background-color: #DA1F2A;
  color: #FFFFFF;
}
.button--primary:not(:disabled):hover {
  background: #BC1B24;
}
.button--primary:not(:disabled):focus {
  border: 1px solid transparent;
  box-shadow: none;
}
.button--primary:not(:disabled):active,
.button--primary:not(:disabled):focus-visible {
  background: #C53038;
}
.button--primary:not(:disabled):focus-visible {
  border: 1px solid #EA8D93;
  box-shadow: 0 0 0 1px #EA8D93 inset;
  outline: none;
}
.button--primary:disabled,
.button--primary:disabled:hover {
  background-color: #EA8D93;
  opacity: 1;
  color: #FFFFFF;
}
.button--grey {
  background: #6D778B;
  color: #FFFFFF;
}
.button--grey:disabled,
.button--grey:disabled:hover {
  opacity: 1;
}
.button--grey:not(:disabled):hover {
  background: #363A47;
}
.button--secondary {
  color: #6D778B;
  border: 1px solid currentcolor;
  background: transparent;
}
.button--secondary:hover {
  color: #DA1F2A;
  border-color: currentcolor;
}
.button--secondary:focus {
  color: #6D778B;
  border: 1px solid currentColor;
  background: transparent;
}
.button--secondary:focus-visible {
  color: #BC1B24;
  border-color: currentcolor;
  outline: none;
}
.button--secondary:active {
  color: #FFFFFF;
  border: 1px solid transparent;
  background: #C53038;
}
.button--secondary:disabled,
.button--secondary:disabled:hover {
  color: #CCCCCC;
  border-color: currentColor;
  opacity: 1;
}
.button--secondary:active:disabled {
  color: #CCCCCC;
  background: transparent;
}
.button--secondary-red {
  border: 1px solid #DA1F2A;
  background: transparent;
  color: #DA1F2A;
}
.button--secondary-red:disabled,
.button--secondary-red:disabled:hover {
  opacity: 0.5;
}
.button--secondary-light {
  background-color: #F1F3F9;
  color: #363A47;
}
.button--secondary-dark {
  border: 1px solid currentcolor;
  background: transparent;
  color: #FFFFFF;
}
.button--secondary-dark:hover {
  background: #FFFFFF;
  color: #6D778B;
}
.button--secondary-dark:active {
  background: #E0E0E0;
  color: #6D778B;
}
.button--secondary-dark:disabled,
.button--secondary-dark:disabled:hover {
  border: 1px solid currentcolor;
  background: transparent;
  color: #CCCCCC;
}
.button--transparent {
  padding: 9px 16px 9px 12px;
  border: none;
  background-color: transparent;
  color: #363A47;
}
.button--transparent:hover {
  background: #E0E0E0;
}
.button--transparent:active,
.button--transparent:focus {
  background: #CCCCCC;
}
.button--transparent:disabled,
.button--transparent:disabled:hover {
  background: #FFFFFF;
  color: #CCCCCC;
}
.button--transparent-hover:focus,
.button--transparent-hover:hover {
  background-color: transparent;
}
.button--size-xs {
  padding: 5px 7px;
  font-size: 11px;
  line-height: 12px;
}
.button--size-xs.button--transparent {
  padding: 6px;
}
.button--size-m {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 19px;
}
@media (max-width: 768px) {
  .button--size-m {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 6px;
    height: 44px;
  }
}
.button--size-m.button--transparent {
  padding: 10px 16px 10px 12px;
}
@media (max-width: 768px) {
  .button--size-m.button--transparent {
    padding: 6px;
  }
}
.button--size-l {
  padding: 15px 31px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .button--size-l {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 6px;
    height: 44px;
  }
}
.button--size-l.button--transparent {
  padding: 16px 30px;
}
@media (max-width: 768px) {
  .button--size-l.button--transparent {
    padding: 6px;
  }
}
.button--full-width {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .button--full-width {
    display: inline-flex;
  }
}
.button--reload {
  min-width: 204px;
}
.button--reload:disabled,
.button--reload:disabled:hover {
  opacity: 1;
}
.button--reload:hover {
  background: #DA1F2A;
}
.button--hidden {
  display: none;
}
.button__icon {
  margin: 0 8px 0 0;
}
.button__icon--append {
  margin: 0 -4px 0 8px;
}
.button__icon--grey {
  fill: #6D778B;
}
.button__icon--inherit {
  fill: currentColor;
}
.button__icon--evenodd {
  fill-rule: evenodd;
}
.button__icon--spinner {
  display: none;
  margin: 0;
  background: #DA1F2A;
  fill: #FFFFFF;
  transform: translate(-50%, -50%);
}
.button__icon--spinner-show {
  display: block;
  animation: spin 1s infinite linear;
}
.button__counter {
  padding-left: 4px;
}
.button__unit {
  padding-left: 4px;
}
.tab {
  position: relative;
  padding: 6px 16px 9px;
  border-bottom: 1px solid #E0E0E0;
  color: #6D778B;
  cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
}
.tab:hover {
  color: #DA1F2A;
}
.tab--mini {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 8px 14px;
}
.tab--active {
  color: #363A47;
  cursor: default;
}
.tab--active:hover {
  color: #363A47;
}
.tab--active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #DA1F2A;
  content: "";
}
.tab--disabled {
  color: #CCCCCC;
  cursor: default;
}
.tab--disabled:hover {
  color: #CCCCCC;
}
.tab--hidden {
  display: none;
}
.tab__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 32px;
  color: #363A47;
}
.tab-list {
  display: flex;
  flex-direction: column;
}
.tab-list__tabs {
  display: flex;
  margin-bottom: 24px;
}
.tab-list__tabs--center {
  justify-content: center;
}
.tab-list__tabs--mini {
  margin-bottom: 8px;
}
.tab-list__content {
  display: none;
}
.tab-list__content--active {
  display: block;
}
.left-panel {
  width: 228px;
}
.left-panel.aside {
  width: 228px;
}
.left-panel .search-navigation {
  margin-bottom: 24px;
}
.left-panel .search-navigation--initializing:empty {
  height: 228px;
  background: #FFFFFF;
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 8px;
}
* + .b-leftPane {
  margin-top: 10px;
}
.b-leftPane {
  position: relative;
  width: 244px;
  float: left;
}
.b-leftPane.invisible {
  display: none;
}
.b-leftPane__title-wrapper {
  overflow: hidden;
}
.b-leftPane__title {
  padding: 10px 10px 0;
  color: #000000;
  font-size: 20px;
}
.b-leftPane__clear {
  float: right;
}
.b-leftPane__item {
  padding: 15px;
  border: 1px solid #dddddd;
  color: #646464;
  font-family: 'Fira Sans', sans-serif;
}
.b-leftPane__item ~ .b-leftPane__item {
  margin-top: 20px;
}
.b-leftPane__item__title {
  margin-bottom: 20px;
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 17px;
}
.b-leftPane__item .b-link {
  text-decoration: none;
}
.b-leftPane__item--homeGoods .b-leftPane__item__title {
  margin-bottom: 25px;
  font-size: 23px;
  text-align: center;
}
.b-leftPane__item--reviews .b-leftPane__item__title {
  margin-bottom: 30px;
}
.b-leftPane__item--interview .b-leftPane__item__title {
  margin-bottom: 20px;
}
.b-leftPane__item--interview .b-leftPane__item__wrap {
  display: table;
  width: 100%;
  padding-bottom: 36px;
}
.b-leftPane__item--interview .b-leftPane__item__wrap:last-child {
  padding-bottom: 0;
}
.b-leftPane__item--interview .b-leftPane__item__img {
  display: table-cell;
  width: 1%;
  padding-right: 10px;
}
.b-leftPane__item--interview .b-leftPane__item__img img {
  max-width: none !important;
}
.b-leftPane__item--interview .b-leftPane__item__txt {
  display: table-cell;
  vertical-align: top;
}
.b-leftPane__item--interview .b-leftPane__item__txt__info {
  padding-bottom: 18px;
  line-height: 15px;
}
.b-leftPane--narrow {
  width: 190px;
  padding: 10px 10px 10px 20px;
  float: left;
  font-size: 16px;
  line-height: 1.4;
}
.b-brend--logo {
  border: solid 5px #eeeeee;
}
.b-brend--logo img {
  width: 170px;
  height: 170px;
}
.b-brend--info {
  margin-left: 200px;
  color: #333333;
  line-height: 15px;
}
.b-brend--banner {
  padding-bottom: 20px;
  border-bottom: dotted 1px #646464;
  margin-bottom: 5px;
}
.b-brend--banner img {
  display: block;
}
.b-help {
  position: relative;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  margin-left: 3px;
  color: #0078c3;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.b-help__label {
  font-size: 14px;
}
.b-help .b-icn--question {
  margin-top: -2px;
  margin-right: 2px;
}
.b-help__icon {
  vertical-align: text-bottom;
  fill: #0078c3;
}
.b-help__info {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 5px #bbbbbb;
  color: #646464;
  text-align: left;
  background: #ffffff;
  filter: none;
  font-size: 12px;
  line-height: 20px;
  width: 300px;
}
.b-help__info::after {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info::before {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #cccccc transparent;
  top: -12px;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info__wrapper {
  position: relative;
  display: block;
}
.b-help__info--top {
  display: none;
  margin-top: 25px;
  position: absolute;
  z-index: 3;
  top: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 5px #bbbbbb;
  color: #646464;
  text-align: left;
  background: #ffffff;
  filter: none;
  font-size: 12px;
  line-height: 20px;
  width: 300px;
}
.b-help__info--top::after {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--top::before {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #cccccc transparent;
  top: -12px;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--top::after {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  left: 180px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--top::before {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #cccccc transparent;
  top: -12px;
  left: 180px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--bottom {
  position: absolute;
  z-index: 3;
  top: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 5px #bbbbbb;
  color: #646464;
  text-align: left;
  background: #ffffff;
  filter: none;
  font-size: 12px;
  line-height: 20px;
  z-index: 207;
  top: auto;
  bottom: 25px;
  display: block;
  width: 300px;
  padding: 22px 35px 22px 15px;
  margin-top: 25px;
  margin-left: -180px / 2 + 9px;
}
.b-help__info--bottom::after {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--bottom::before {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #cccccc transparent;
  top: -12px;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--bottom::after {
  position: absolute;
  top: 12px;
  display: block;
  width: 0;
  height: 0;
  border-width: 12px 24px 0 24px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  content: "";
  bottom: -12px;
}
.b-help__info--bottom::before {
  position: absolute;
  top: 12px;
  display: block;
  width: 0;
  height: 0;
  border-width: 12px 24px 0 24px;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
  content: "";
  bottom: -13px;
}
.b-help__info--bottom::after,
.b-help__info--bottom::before {
  top: auto;
  left: 180px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--bottom p {
  margin-bottom: 5px;
  text-align: left;
}
.b-help__info--hoverShow {
  bottom: 60px;
  left: 50%;
  display: none;
  max-width: 235px;
  padding: 20px 15px;
}
.b-help__info--over {
  display: none;
  width: 290px;
  margin-top: 38px;
  margin-left: -203px;
  cursor: auto;
  position: absolute;
  z-index: 3;
  top: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 5px #bbbbbb;
  color: #646464;
  text-align: left;
  background: #ffffff;
  filter: none;
  font-size: 12px;
  line-height: 20px;
  width: 300px;
}
.b-help__info--over::after {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--over::before {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #cccccc transparent;
  top: -12px;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--over::after {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  left: 203px;
  margin-left: -5px;
  content: "";
}
.b-help__info--over::before {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #cccccc transparent;
  top: -12px;
  left: 203px;
  margin-left: -5px;
  content: "";
}
.b-help__info--over .b-inputText {
  width: 100%;
  height: 34px;
}
.b-help__info--left {
  display: none;
  width: auto;
  cursor: auto;
  position: absolute;
  z-index: 3;
  top: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 5px #bbbbbb;
  color: #646464;
  text-align: left;
  background: #ffffff;
  filter: none;
  font-size: 12px;
  line-height: 20px;
  width: 300px;
}
.b-help__info--left::after {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--left::before {
  position: absolute;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 24px 12px 24px;
  border-style: solid;
  border-color: transparent transparent #cccccc transparent;
  top: -12px;
  left: 300px / 2 - 22px;
  margin-left: -5px;
  content: "";
}
.b-help__info--left::after {
  position: absolute;
  top: 17px;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 6px;
  border-right-color: #ffffff;
  content: " ";
  pointer-events: none;
  top: 50%;
  left: -6px;
  margin-top: -8px;
  content: "";
}
.b-help__info--left::before {
  position: absolute;
  top: 17px;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 6px;
  border-right-color: #cccccc;
  content: " ";
  pointer-events: none;
  top: 50%;
  left: -7px;
  margin-top: -8px;
  content: "";
}
.b-help__info--left .b-inputText {
  width: 100%;
  height: 34px;
}
.b-help__info__wrapper:hover .b-help__info--top {
  right: -180px / 2;
  display: block;
  margin-top: 26px;
}
.b-help__static {
  top: -24px;
  display: block !important;
  width: 300px;
}
.b-help__static::after {
  top: 30px;
}
.b-help__static::before {
  top: 30px;
}
.b-input__hide {
  display: inline !important;
  width: 0 !important;
  opacity: 0;
}
.b-content-title .b-help {
  top: -2px;
}
.b-tabs {
  padding-bottom: 20px;
  border-bottom: 1px dotted #83818f;
}
.b-tabs::before,
.b-tabs::after {
  display: table;
  content: "";
}
.b-tabs::after {
  clear: both;
}
.b-tabs .b-tabs__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #595e62;
}
.b-tabs .b-tabs__list:empty {
  display: none;
}
.b-tabs .b-tabs__list--light {
  padding-left: 22px;
  border-bottom: 1px solid #eeeeee;
}
.b-tabs .b-tabs__list--border-none {
  padding-left: 22px;
  border-bottom: none;
}
.b-tabs__tab {
  display: table-cell;
  width: 20%;
  float: none;
}
.b-tabs__tab--17 {
  width: 17%;
}
.b-tabs__tab--auto {
  width: auto;
  margin-right: 30px;
}
.b-tabs__tab--33 {
  width: 33%;
}
.b-tabs__tab--34 {
  width: 34%;
}
.b-tabs__tab__inner {
  position: relative;
  display: block;
  padding: 10px 5px;
  border-bottom: 0 none;
  margin-right: 3px;
  margin-left: 3px;
  background: #dddddd;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
}
.b-tabs__tab__inner--light {
  margin: 0;
  background-color: #ffffff;
  color: #646464;
}
.b-tabs__tab__inner--bold {
  margin: 0;
  background-color: #ffffff;
  color: #333333;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.b-tabs__tab:first-child .b-tabs__tab__inner {
  margin-left: 0;
}
.b-tabs__tab:last-child .b-tabs__tab__inner {
  margin-right: 0;
}
.b-tabs__tab--active .b-tabs__tab__inner {
  background: #595e62;
  box-shadow: none;
  color: #ffffff;
  cursor: default;
}
.b-tabs__tab--active .b-tabs__tab__inner::after {
  position: absolute;
  z-index: 3;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 8px 0;
  border-style: solid;
  border-color: #595e62 transparent transparent transparent;
  margin-left: -4px;
  content: "";
}
.b-tabs__tab--active .b-tabs__tab__inner--light {
  background-color: #ffffff;
  color: #000000;
}
.b-tabs__tab--active .b-tabs__tab__inner--light::after {
  display: none;
}
.b-tabs__tab--active .b-tabs__tab__inner--light::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af0025;
  content: "";
}
.b-tabs__tab--active .b-tabs__tab__inner--bold {
  background-color: #ffffff;
  color: #333333;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.b-tabs__tab--active .b-tabs__tab__inner--bold::after {
  display: none;
}
.b-tabs__tab--active .b-tabs__tab__inner--bold::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af0025;
  content: "";
}
.b-tabs__content {
  display: none;
  padding-top: 20px;
}
.b-tabs__content--light {
  padding-top: 16px;
}
.b-tabs__content--analog {
  padding: 20px;
}
.b-tabs__content--pad-left {
  padding-left: 0;
}
.b-tabs__content--title {
  padding-left: 22px;
  margin: 10px 0;
  font-size: 24px;
  font-weight: normal;
}
.b-tabs__content--icon {
  width: 20px;
  margin-right: 10px;
}
.b-tabs__content .b-list--striped {
  color: #646464;
  font-size: 14px;
}
.b-btn {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  line-height: 30px;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
}
.b-btn.b-btn--customCartButton {
  padding: 4px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
}
.b-btn.b-btn--customCartButton:hover + .b-help__info--hoverShow {
  display: block;
}
.b-btn.b-btn--customCartButton[disabled].b-btn--grey {
  cursor: pointer;
}
.b-btn__add-product {
  width: 100%;
  max-width: 125px;
  cursor: pointer;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.b-btn--full-size {
  width: 100%;
}
.b-btn--red,
.b-btn--grey.active {
  background: #af0025;
  color: #ffffff;
}
.b-btn--incart {
  background: #566874;
  color: #ffffff;
}
.b-btn.loading {
  background-image: url(assets/images/22e69a917a066a19622b.gif);
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  content: "";
}
.b-btn.i-show-pass,
.b-btn.i-hide-pass {
  position: absolute;
  top: 7px;
  left: 210px;
  width: 18px;
  height: 18px;
  background: url(assets/images/6cb77464f858eeef79c4.png) 100% no-repeat;
}
.b-btn.i-hide-pass {
  background: url(assets/images/8fd29ab047ea1a027bd5.png) 100% no-repeat;
}
.b-btn.hidden {
  display: none;
}
.b-btn--grey-hover:hover {
  background-color: #566874;
}
.b-btn--grey,
.b-btn--red.active {
  margin-bottom: 3px;
  background: #dddddd;
  color: #575757;
}
.b-btn--grey[disabled] {
  color: #999999;
}
.b-btn[disabled]:not(.b-btn-addProduct) {
  background: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.b-help .b-btn--grey {
  height: 30px;
  padding-top: 6px;
  margin-bottom: 0;
  background: #eeeeee;
  color: #dddddd;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}
.b-btn--darkGrey {
  border-bottom: 3px solid #cccccc;
  margin-bottom: 3px;
  background: #595e62;
  color: #ffffff;
}
.b-btn--green {
  border-bottom: 3px solid #999999;
  background: #009900;
}
.b-btn--greyTab {
  border-bottom: 1px solid #dddddd;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eeeeee;
  color: #595e62;
  font-size: 13px;
}
.b-btn--greyTab:hover {
  border-bottom: none;
  color: #333333;
}
.b-btn--greyTab--active,
.b-btn--greyTab.active {
  background: #595e62;
  border: none;
  color: #ffffff;
  filter: none;
}
.b-btn--greyTab--active:hover,
.b-btn--greyTab.active:hover {
  border: none;
  color: #ffffff;
}
.b-btn--text {
  height: 29px;
}
.b-btn--greyLink {
  border-bottom: 1px solid #dddddd;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #595e62;
  font-size: 13px;
  background-color: #dddddd;
  background-image: linear-gradient(to bottom, #dddddd, #eeeeee);
}
.b-btn--greyLink--active {
  color: #0078c3;
}
.b-btn--greyLink.active {
  color: #ffffff;
  background: #af0025;
  filter: none;
}
.b-btn--grayBorder {
  height: auto;
  background: #eeeeee;
  box-shadow: 0 0 0 1px #dddddd;
  color: #646464;
}
.b-btn--consultant {
  position: relative;
  height: 38px;
  padding: 0 10px 0 40px;
  border: none;
  margin-bottom: 1px;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  background-color: #646464;
  background-image: linear-gradient(to bottom, #646464, #595e62);
}
.b-btn--consultant::before {
  position: absolute;
  left: 10px;
  width: 28px;
  height: 38px;
  background-image: url(assets/images/8f543726f76a54f7eb94.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  content: "";
}
.b-btn--consultantCall::before {
  background-position: -30px center;
}
.b-btn--close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 19px;
  height: 18px;
  background: url(assets/images/eb0577512dd3d6557f8f.png) left bottom no-repeat;
  cursor: pointer;
  vertical-align: top;
}
.b-btn--close:hover {
  background: url(assets/images/eb0577512dd3d6557f8f.png) left top no-repeat;
}
.b-btn--double {
  width: 154px;
  height: 40px;
  padding-right: 13px;
  padding-left: 13px;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  white-space: normal;
}
.b-btn--double-link {
  display: inline-block;
  line-height: 40px;
}
.b-btn--thin {
  font-weight: normal;
  text-transform: none;
}
.b-btn--plain {
  min-width: 130px;
  height: 40px;
  font-weight: normal;
  line-height: 38px;
  text-transform: none;
}
.b-btn--back {
  position: relative;
  height: 40px;
  padding: 0 15px 0 36px;
  line-height: 38px;
  text-transform: initial;
}
.b-btn--back::before {
  position: absolute;
  top: 50%;
  left: 17px;
  width: 7px;
  height: 12px;
  background: url(assets/images/c9971dd2e8200a979ab8.svg) no-repeat;
  content: "";
  transform: translateY(-50%) rotate(180deg);
}
.b-btn--upload {
  position: relative;
  overflow: hidden;
  width: 117px;
  height: 31px;
  padding: 5px 15px;
  background: #595e62;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
.b-btn--upload input[type="file"] {
  display: none;
}
.b-btn--upload label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.b-btn--upload span {
  line-height: 2.4;
}
.b-btn--upload-filename {
  width: 100%;
  border: 0;
  background: inherit;
}
.b-btn--add {
  margin-top: -6px;
}
.b-btn__sum {
  margin: auto 5px;
}
.b-btn__clear {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  background: #ffffff url(assets/images/3a1069606d577792d191.svg) no-repeat center;
  cursor: pointer;
}
.b-btn--pointer {
  cursor: pointer;
}
.b-common-info {
  padding: 0 15px;
  margin-top: 45px;
  margin-bottom: 40px;
  color: #646464;
}
.b-common-info__h1 {
  margin-bottom: 25px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
.b-common-info p {
  margin-bottom: 30px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.b-common-info__title {
  margin-bottom: 30px;
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}
.b-common-info__description {
  margin-bottom: 20px;
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
.b-common-info__description:last-child {
  margin-bottom: 30px;
}
.b-common-info__description-link {
  color: #1ca4ff;
}
.bonus-tooltip {
  font-size: 12px;
  text-align: left;
}
.bonus-tooltip__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: url(assets/images/77316de6e92109896feb.svg) no-repeat;
  cursor: pointer;
  opacity: 1;
}
.bonus-tooltip__close:hover {
  opacity: 0.5;
}
.bonus-tooltip .b-link > a {
  color: #ffffff;
  text-decoration: underline;
}
.bonus-help {
  display: inline-block;
  margin-left: 8px;
  color: #6d778b;
  cursor: pointer;
}
.bonus-help__icon {
  vertical-align: text-bottom;
  fill: #6d778b;
}
.b-content-title {
  padding-top: 7px;
  padding-bottom: 20px;
  padding-left: 15px;
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: inherit;
  text-decoration: none;
}
.b-content-title::before,
.b-content-title::after {
  display: table;
  content: "";
}
.b-content-title::after {
  clear: both;
}
.b-content-title-block {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.b-content-title h1 {
  font: inherit;
}
.b-content-title--search {
  width: 74%;
}
.b-content-title--cart {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.b-content-title--information {
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 22px;
}
.b-content-title--subscr {
  margin-top: 5px;
  color: #999999;
  font-size: 14px;
}
.b-content-title--small {
  margin-bottom: 10px;
  color: #000000;
  font-size: 17px;
}
.b-content-title--small__subsrcibe {
  margin-top: 7px;
  margin-bottom: 5px;
  color: #000000;
  font-size: 15px;
}
.b-content-title--small__recipient {
  color: #363a47;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}
.b-content-title--large {
  padding-top: 0;
  padding-left: 0;
  font-size: 24px;
}
.b-content-title--x-large {
  font-size: 28px;
}
.b-content-title--left {
  text-align: left;
}
.b-content-title--productDetail {
  padding-top: 2px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #333333;
  font-size: 18px;
  line-height: 23px;
}
.b-content-title--productDetail::before,
.b-content-title--productDetail::after {
  display: table;
  content: "";
}
.b-content-title--productDetail::after {
  clear: both;
}
.b-content-title--productDetail__descr {
  padding-left: 10px;
  margin-bottom: 5px;
  color: #646464;
  font-size: 14px;
}
.b-content-title--present {
  min-height: 32px;
  background: #0078c3 url(assets/images/b52e4d713a4978da2f61.png) bottom right no-repeat;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
}
.b-content-title--present--short {
  background-position: 168% 100%;
}
.b-content-title--arrowLeft {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  border-radius: 15px;
}
.b-content-title--arrowLeft::before {
  position: relative;
  left: 9px;
  display: inline-block;
  padding: 4px;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  content: " ";
  transform: rotate(135deg);
  vertical-align: middle;
}
.b-content-title--arrowLeft__backToSearchResults {
  padding-left: 30px;
}
.b-content-title--forTable {
  padding: 12px 27px;
  margin: 0;
  font-size: 18px;
}
.b-content-title--gray {
  color: #566874;
}
.b-content-title--no-left-padding {
  padding-left: 0;
}
.b-content-title__wrapper {
  display: flex;
  justify-content: space-between;
}
.b-checkbox {
  position: relative;
}
.b-checkbox__input {
  position: absolute;
  left: -9999px;
  display: none;
  width: 12px;
  height: 12px;
}
.b-checkbox__label {
  margin-left: 0;
  color: #646464;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  word-break: normal;
}
.b-checkbox__label--colored.b-checkbox__label,
.b-checkbox__label--colored + .b-checkbox__label,
.b-checkbox__label--colored ~ .b-checkbox__label,
.b-checkbox__label--colored .b-checkbox__label {
  color: #999999;
}
.b-checkbox__label--colored.active.b-checkbox__label,
.b-checkbox__label--colored.active + .b-checkbox__label,
.b-checkbox__label--colored.active ~ .b-checkbox__label,
.b-checkbox__label--colored.active .b-checkbox__label {
  color: #000000;
}
.b-checkbox__label--bold {
  color: #363A47;
  font-weight: 500;
}
.b-checkbox__label--dark {
  color: #363A47;
}
.b-checkbox__link {
  margin-left: 0;
  color: #646464;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  word-break: normal;
}
.b-checkbox__link--span {
  margin-left: 3px;
}
.b-checkbox__input + .b-checkbox__label,
.b-checkbox__input ~ .b-checkbox__label,
.b-checkbox__input + .b-checkbox__link,
.b-checkbox__input ~ .b-checkbox__link {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-checkbox__input + .b-checkbox__label::after,
.b-checkbox__input ~ .b-checkbox__label::after,
.b-checkbox__input + .b-checkbox__link::after,
.b-checkbox__input ~ .b-checkbox__link::after,
.b-checkbox__input + .b-checkbox__label::before,
.b-checkbox__input ~ .b-checkbox__label::before,
.b-checkbox__input + .b-checkbox__link::before,
.b-checkbox__input ~ .b-checkbox__link::before {
  content: "";
}
.b-checkbox__input + .b-checkbox__label::after,
.b-checkbox__input ~ .b-checkbox__label::after,
.b-checkbox__input + .b-checkbox__link::after,
.b-checkbox__input ~ .b-checkbox__link::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  background-image: url(assets/images/aafd5f932954e995730e.svg);
  background-size: cover;
}
.b-checkbox__input + .b-checkbox__label::before,
.b-checkbox__input ~ .b-checkbox__label::before,
.b-checkbox__input + .b-checkbox__link::before,
.b-checkbox__input ~ .b-checkbox__link::before {
  display: inline-flex;
  width: 12px;
  height: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #dddddd;
  margin-right: 6px;
  background: #ffffff no-repeat center / 50% 50%;
  color: #333333;
}
.b-checkbox__input + .b-checkbox__label.error::before,
.b-checkbox__input ~ .b-checkbox__label.error::before,
.b-checkbox__input + .b-checkbox__link.error::before,
.b-checkbox__input ~ .b-checkbox__link.error::before {
  border-color: #af0025;
  content: "";
}
.b-checkbox__input.disable + .b-checkbox__label,
.b-checkbox__input.b-checkbox--disabled + .b-checkbox__label,
.b-checkbox__input.disable ~ .b-checkbox__label,
.b-checkbox__input.disable + .b-checkbox__link,
.b-checkbox__input.b-checkbox--disabled + .b-checkbox__link,
.b-checkbox__input.disable ~ .b-checkbox__link {
  color: #999999;
}
.b-checkbox__input.b-checkbox--disabled + .b-checkbox__label {
  cursor: no-drop;
}
.b-checkbox__input.b-checkbox--disabled + .b-checkbox__label::before {
  cursor: no-drop;
}
.b-checkbox__input:checked + .b-checkbox__label::before,
.b-checkbox__input.b-checkbox--disabled + .b-checkbox__label::before,
.b-checkbox__input:checked ~ .b-checkbox__label::before,
.b-checkbox__input.b-checkbox--disabled ~ .b-checkbox__label::before,
.b-checkbox__input:checked + .b-checkbox__link::before,
.b-checkbox__input.b-checkbox--disabled + .b-checkbox__link::before,
.b-checkbox__input:checked ~ .b-checkbox__link::before {
  background-image: url(assets/images/aafd5f932954e995730e.svg);
  background-size: cover;
}
.b-checkbox__input:disabled ~ .b-checkbox__label::before,
.b-checkbox__input.b-checkbox--disabled ~ .b-checkbox__label::before,
.b-checkbox__input.b-checkbox--disabled ~ .b-checkbox__link::before,
.b-checkbox__input:disabled ~ .b-checkbox__link::before {
  background-color: #dddddd;
}
.b-checkbox__input:checked:disabled ~ .b-checkbox__label::before,
.b-checkbox__input:checked.b-checkbox--disabled ~ .b-checkbox__label::before,
.b-checkbox__input:checked.b-checkbox--disabled ~ .b-checkbox__link::before,
.b-checkbox__input:checked:disabled ~ .b-checkbox__link::before {
  background-image: url(assets/images/aafd5f932954e995730e.svg);
  background-size: cover;
  cursor: no-drop;
}
.b-compare__item__product {
  position: relative;
  width: 200px;
  min-height: 310px;
  padding-bottom: 10px;
}
.b-compare__item__product--header {
  position: relative;
  display: flex;
  width: 180px;
  height: 310px;
  flex-direction: column;
}
.b-compare__item__product--header--short {
  width: 148px;
}
.b-rating {
  position: relative;
  width: 96px;
  height: 17px;
  color: #ff9900;
  font-size: 0;
  white-space: nowrap;
}
.b-rating__empty,
.b-rating__full {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
}
.b-rating__full {
  overflow: hidden;
  width: 0;
}
.b-rating__icon,
.b-rating__icon-fill {
  margin-left: 2px;
}
.b-rating__icon:first-child,
.b-rating__icon-fill:first-child {
  margin-left: 0;
}
.b-rating__icon {
  fill-rule: evenodd;
  fill: #ff9900;
}
.b-rating__icon-fill {
  fill: #ff9900;
}
.b-rating__center {
  margin: 0 auto;
}
.b-table {
  display: table;
  width: auto;
  border-collapse: collapse;
}
.b-table__td {
  overflow-wrap: break-word;
}
.b-table__header,
.b-table__cell {
  display: table-cell;
  border: 1px solid #dddddd;
}
.b-table__header {
  padding: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #dddddd;
  background-image: linear-gradient(to bottom, #dddddd, #eeeeee);
}
.b-table__header--size {
  width: 20%;
}
.b-table__header.availability--city,
.b-table__header.availability--subway {
  width: 130px;
}
.b-table__header.company--xsmall {
  width: 17%;
}
.b-table__header.company--small {
  width: 50px;
}
.b-table__header.company--confirmation {
  width: 38%;
}
.b-table__header.banking--small {
  width: 80px;
}
.b-table__header.banking--medium {
  width: 120px;
}
.b-table__header.banking--large {
  width: 200px;
}
.b-table__header.set-page--code {
  width: 40px;
}
.b-table__header.set-page--status {
  width: 100px;
}
.b-table__header.set-page--quantity {
  width: 160px;
}
.b-table__header--number {
  width: 44px;
}
.b-table__header--btn_remove {
  width: 80px;
}
.b-table__header--btn_edit {
  width: 88px;
}
.b-table__header--indent-small {
  padding: 12px;
}
.b-table__header--phone {
  width: 104px;
}
.b-table__cell {
  padding: 10px 12px;
  background: #ffffff;
  font-size: 12px;
  overflow-wrap: break-word;
}
.b-table__cell--small {
  width: 20%;
}
.b-table__cell--xsmall {
  width: 10%;
}
.b-table--vam .b-table__cell {
  vertical-align: middle;
}
.b-table--vam.b-table--fixed {
  table-layout: fixed;
}
.b-table.b-table--smaller_pd .b-table__cell {
  padding-right: 5px;
  padding-left: 5px;
  overflow-wrap: break-word;
}
.b-table.b-table--fixed {
  table-layout: fixed;
}
.b-table--compare {
  border: 1px solid #cccccc;
  overflow-x: scroll;
}
.b-table--compare__header {
  width: 160px !important;
  padding: 10px !important;
  background-color: #eeeeee;
  vertical-align: top;
}
.b-table--compare__header .b-form__label {
  color: #333333;
  font-size: 17px;
  text-align: left;
}
.b-table--compare__cell {
  overflow: visible;
  width: 200px;
  max-width: 205px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.b-table--compare__cell.different {
  background-color: #e1eaf7;
}
tr:first-child .b-table--compare__cell {
  vertical-align: top;
}
.b-table--compare__label {
  background-color: #eeeeee;
  color: #333333;
  text-align: left;
}
.b-table--compare__label.different {
  background-color: #d1d9e6;
}
.b-table--fixed-layout {
  table-layout: fixed;
}
.b-table__tr {
  display: table-row;
}
.b-table__tr--line {
  border: 1px solid #dddddd;
}
.b-table--fullWidth {
  width: 100%;
}
.b-table--sets__cell--buy {
  padding-right: 0;
  padding-left: 0;
}
.b-table--sets__cell--buy .b-productParams__row {
  margin-bottom: 0;
}
.b-table--present__td--count.b-tableProduct__td {
  width: 97px;
  padding-left: 23px;
  text-align: left;
}
.b-table--plain .b-table__tr {
  border: 1px solid #eeeeee;
}
.b-table--plain .b-table__th {
  padding: 10px 15px;
  background-color: #dddddd;
  text-align: center;
}
.b-table--plain .b-table__th--code {
  width: 100px;
}
.b-table--plain .b-table__th--available,
.b-table--plain .b-table__th--reserved {
  width: 22%;
}
.b-table--plain .b-table__th--remove {
  width: 50px;
}
.b-table--plain .b-table__td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
.b-table--plain .b-table__td.error {
  vertical-align: middle;
}
.b-table--plain .b-table__td.middle {
  vertical-align: middle;
}
.b-table--plain .b-table__td.error {
  padding: 5px 15px;
  vertical-align: top;
}
.b-tableProduct__td_summ.b-tableProduct__td {
  padding-left: 0;
}
.b-table--small .b-table__td,
.b-table--small .b-table__th {
  padding: 0 14px;
  font-size: 12px;
  line-height: 1.1;
  vertical-align: middle;
}
.b-table--small .b-table__th {
  height: 30px;
}
.b-table--small .b-table__th--small {
  width: 18%;
}
.b-table--small .b-table__th--medium {
  width: 28%;
}
.b-table--small .b-table__td {
  height: 36px;
}
.b-table--small .b-table__thead .b-table__th {
  font-weight: 600;
}
.b-table--light .b-table__tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}
.b-table--light .b-table__td--gray {
  color: #646464;
}
.b-table--light .b-table__thead .b-table__tr {
  border-bottom: 2px solid rgba(51, 51, 51, 0.12);
}
.b-table--light .b-table__thead .b-table__tr--gray {
  border-bottom: none;
  background-color: #eeeeee;
}
.b-table--light .b-table__thead .b-table__th {
  color: rgba(0, 0, 0, 0.54);
}
.b-table--light .b-table__thead .b-table__th--gray {
  color: #646464;
}
.b-table--large .b-table__td,
.b-table--large .b-table__th {
  height: 56px;
  padding: 0 15px;
  line-height: 1.1;
  vertical-align: middle;
}
.b-table--large .b-table__thead {
  font-size: 14px;
}
.b-table--large .b-table__thead__th--small {
  width: 12%;
}
.b-table--large .b-table__thead__th--medium {
  width: 38%;
}
.b-table--large .b-table__thead__th--large {
  width: 50%;
}
.b-table--large .b-table__thead .b-table__th {
  font-weight: 400;
}
.b-table--large .b-table__tbody .b-table__td {
  font-size: 16px;
}
.b-table--text-left {
  text-align: left;
}
.b-wallpaper {
  position: relative;
  display: block;
  min-width: 707px;
  min-height: 448px;
  border: 7px solid #eeeeee;
  margin: 0 auto;
  margin-bottom: 15px;
}
.b-wallpaper__label {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 0;
  background: #eeeeee;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-wallpaper__labelWrapper {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.b-wallpaper__item {
  position: absolute;
  bottom: 0;
  left: 310px;
  display: none;
}
.b-wallpaper--empty {
  margin-bottom: 0;
}
.b-collection__item {
  position: relative;
  overflow: hidden;
  height: 145px;
  padding: 0;
  border: 1px solid #cccccc;
  display: inline-block;
  width: 224px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.b-collection__item:nth-child(3n) {
  margin-right: 0;
}
.b-collection__item:nth-last-child(-n + 3) {
  margin-bottom: 13px;
}
.b-collection__item:hover {
  border-color: #999999;
}
.b-collection__item.active .b-collection__title {
  background: #f00;
}
.b-collection__item:hover .b-collection__title {
  text-decoration: underline;
}
.b-collection__title {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  padding: 3px 0;
  background: #000000;
  color: #ffffff;
  font-size: 11px;
  opacity: 0.6;
  text-align: center;
  text-transform: uppercase;
}
.b-collection__img {
  position: absolute;
  inset: 0;
  margin: auto;
}
.b-collection--small {
  margin-bottom: 10px;
}
.b-collection--small .b-collection__item {
  width: 150px;
  height: 115px;
  margin-right: 9px;
  margin-bottom: 5px;
}
.js-simple-gallery > .b-menu__item:first-child {
  margin-left: 4%;
}
.b-gallery--collection .b-gallery__content {
  padding-top: 5px;
}
.b-collection .b-menu__item {
  display: inline-flex;
  float: none;
}
.b-form {
  color: #333333;
}
.b-form__title {
  margin-bottom: 30px;
  color: #000000;
  font-size: 17px;
}
.b-form__title--small {
  font-size: 14px;
}
.b-form__description {
  margin-left: 21px;
  color: #6D778B;
  line-height: 18px;
}
.b-form__footer {
  margin-top: 40px;
}
.b-form__row {
  margin-bottom: 20px;
}
.b-form__row::before,
.b-form__row::after {
  display: table;
  content: "";
}
.b-form__row::after {
  clear: both;
}
.b-form__row--radio,
.b-form__row--checkbox {
  position: relative;
}
.b-form__row--radio .b-form__label,
.b-form__row--checkbox .b-form__label {
  position: relative;
  padding-left: 30px;
}
.b-form__row--radio .b-form__label--reverse,
.b-form__row--checkbox .b-form__label--reverse {
  display: flex;
  flex-direction: column-reverse;
}
.b-form__row--radio .b-form__label--accept-rules,
.b-form__row--checkbox .b-form__label--accept-rules {
  padding: 0;
  font-size: 10px;
}
.b-form__row--last {
  margin-bottom: 0;
}
.b-form__phone {
  display: inline-block;
  height: 30px;
  border-radius: 0;
  margin-right: 4px;
  float: left;
  line-height: 30px;
}
.b-form__field::before,
.b-form__field::after {
  display: table;
  content: "";
}
.b-form__field::after {
  clear: both;
}
.b-form__field--xs {
  max-width: 300px;
}
.b-form__field--short {
  width: 325px;
}
.b-form__field--flex {
  display: flex;
}
.b-form__field_inner--time {
  display: flex;
  width: 143px;
  flex-wrap: wrap;
  align-items: baseline;
}
.b-form__field--control-group-column-reverse .control-group {
  display: flex;
  flex-direction: column-reverse;
}
.b-form__label {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
.b-form__label--black {
  color: #000000;
}
.b-form__inputPwd::-ms-reveal,
.b-form__inputPwd::-ms-clear {
  display: none;
}
.b-form__inputPwd,
.b-form__input-text {
  width: 250px;
  height: 30px;
  padding-right: 3px;
  padding-left: 3px;
  border: 1px solid #dddddd;
  border-radius: 0;
  line-height: normal;
}
.b-form__inputPwd--55,
.b-form__input-text--55 {
  width: 55px;
}
.b-form__inputPwd--wide,
.b-form__input-text--wide,
.b-form__inputPwd--wide.suggestions-input,
.b-form__input-text--wide.suggestions-input {
  width: 325px;
}
.b-form__inputPwd--small,
.b-form__input-text--small {
  width: 110px;
  height: 30px;
  padding-right: 3px;
  padding-left: 3px;
  border: 1px solid #dddddd;
  line-height: normal;
}
.b-form__phone + .b-form__inputPwd,
.b-form__phone + .b-form__input-text {
  width: 230px;
}
.b-form__column {
  display: flex;
  flex-direction: column;
}
.b-form__input-text {
  margin-bottom: 8px;
}
.b-form__input-text--budget-sum {
  min-width: 7px;
  max-width: 134px;
  border: 1px solid #dddddd;
}
.b-form__input-text--xsmall {
  width: 100px;
}
.b-form__input-text--medium {
  width: 170px;
}
.b-form__phone + .b-form__input-text--phone {
  width: 90%;
}
.b-form__inputRadio,
.b-form__inputCheckbox {
  position: absolute;
  top: 2px;
  left: 0;
}
.b-form__ps {
  margin-top: 7px;
  margin-right: 100px;
  color: #646464;
  float: left;
  font-size: 14px;
}
.b-form__textarea {
  display: block;
  height: 100px;
  padding: 3px 4px;
  border: 1px solid #dddddd;
  resize: none;
}
.b-form__textarea--title {
  border: 1px solid #dddddd;
  border-top: none;
  background-color: #eeeeee;
  color: #646464;
}
.b-form__textarea--count {
  padding: 3px 4px;
  color: #646464;
}
.b-form__textarea--checkout {
  height: 159px;
}
.b-form__textarea--feedback {
  height: 170px;
}
.b-form--fullWidth:not(.select_lunch-period) select {
  width: 100%;
}
.b-form--fullWidth:not(.select_lunch-period) .select_lunch-period {
  width: 100px;
}
.b-form--fullWidth:not(.select_lunch-period) .b-form__input-text {
  width: 100%;
}
.b-form--fullWidth:not(.select_lunch-period) .b-form__phone + .b-form__input-text {
  width: 94%;
  float: right;
}
.b-form--fullWidth:not(.select_lunch-period) .b-form__textarea {
  width: 100%;
}
.b-form__inputFileWrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.b-form__inputFileLabel {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
}
.b-form__inputFileWrap,
.b-form__inputFile {
  overflow: hidden;
  width: 135px;
}
.b-form__inputFileBut {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.b-form__inputFile {
  position: absolute;
  inset: 0;
  cursor: none;
  filter: alpha(opacity=0);
  font-size: 60px;
  opacity: 0;
}
.b-form--width--small {
  min-width: 250px;
}
.b-form--width.b-form--width--small-plus {
  width: 400px;
}
.b-form--width--middle {
  min-width: 500px;
}
.b-form__link {
  min-height: 25px;
}
.b-form__wrapper {
  display: flex;
  flex-flow: row-reverse nowrap;
  margin: -5px 0 10px;
}
.b-form__wrapper--small {
  width: 110px;
}
.b-form__wrapper--medium {
  width: 216px;
}
.b-form__wrapper--extra-large {
  max-width: 847px;
  margin-right: -5px;
}
.b-form__buffer {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
}
.b-form__budget {
  width: 100%;
  padding-left: 15px;
  margin-bottom: -32px;
}
.b-form__vip-user-agreement.text-error {
  display: inline-block;
}
.b-form--grey {
  color: #646464;
}
.b-form-wrapper {
  display: flex;
}
.b-form__inputLine {
  margin-right: 10px;
  float: left;
  line-height: 30px;
}
.b-form__inputLine + label {
  display: block;
  width: 100%;
  float: left;
}
.b-form__inputLine__button {
  position: absolute;
}
.b-form__input-text--phone.b-form__input-text--phone,
.b-form__phone + .b-form__input-text--phone {
  width: 130px;
}
.b-form__input--wrapper {
  display: flex;
}
.b-gallery--simple {
  position: relative;
  display: block;
}
.b-galleryWrapper {
  overflow: hidden;
  height: 104px;
  margin-top: 15px;
}
.b-gallery__content {
  position: relative;
  left: 0;
}
.b-gallery__content .b-menu__item {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 0;
  margin-left: 0;
  float: left;
}
.b-gallery__contentWrapper {
  overflow: hidden;
  width: 92%;
  margin-left: 4%;
}
.b-gallery__button {
  position: absolute;
  width: 4%;
  min-width: 20px;
  height: 100%;
}
.b-gallery__button div {
  position: absolute;
  inset: 0;
  display: block;
  width: 19px;
  height: 36px;
  margin: auto;
  background-image: url(assets/images/58e7b372abcd69a37e31.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.b-gallery__button--back {
  left: 0;
}
.b-gallery__button--back div {
  background-position: 0 -175px;
}
.b-gallery__button--back:hover div {
  background-position: 0 -211px;
}
.b-gallery__button--back.disable {
  visibility: hidden;
}
.b-gallery__button--back.disable:hover div {
  background-position: 0 -175px;
}
.b-gallery__button--next {
  right: 0;
}
.b-gallery__button--next div {
  background-position: -19px -175px;
}
.b-gallery__button--next:hover div {
  background-position: -19px -211px;
}
.b-gallery__button--next.disable {
  visibility: hidden;
}
.b-gallery__button--next.disable:hover div {
  background-position: -19px -175px;
}
.b-gallery--video {
  margin-top: 10px;
}
.b-gallery--video__video {
  width: 60%;
  float: left;
}
.b-gallery--video__items {
  width: 40%;
  float: left;
  overflow-y: scroll;
}
.b-gallery--video__item {
  position: relative;
  display: block;
  height: 96px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.b-gallery--video__item::before,
.b-gallery--video__item::after {
  display: table;
  content: "";
}
.b-gallery--video__item::after {
  clear: both;
}
.b-gallery--video__item--preview {
  position: relative;
  width: 130px;
  cursor: pointer;
  float: left;
  text-align: center;
}
.b-gallery--video__item--preview__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 37px;
  height: 37px;
  margin-top: -19px;
  margin-left: -19px;
  background: url(assets/images/a8d542c4c9ae4343a01f.png);
  content: "";
}
.b-gallery--video__item__decr {
  width: 220px;
  min-height: 96px;
  padding-left: 5px;
  margin-left: 5px;
  background: #eeeeee;
  float: left;
  line-height: 24px;
}
.b-gallery--video__item__decr--label {
  color: #000000;
  font-size: 17px;
}
.b-gallery--video__item__decr--date {
  padding-bottom: 10px;
  color: #646464;
  font-size: 12px;
}
.b-gallery--fullWidth .b-gallery__button {
  width: 2%;
}
.b-gallery--fullWidth .b-gallery__contentWrapper {
  width: 95%;
  margin-left: 2.5%;
}
.b-gallery--collection .b-gallery__contentWrapper {
  background-color: #eeeeee;
}
.b-gallery--collection .b-gallery__button div {
  width: 23px;
  height: 36px;
  background-image: url(assets/images/6c8ec4525d0b00fd0523.png);
}
.b-gallery--collection .b-gallery__button--back {
  left: 0;
}
.b-gallery--collection .b-gallery__button--back div {
  background-position: top left;
}
.b-gallery--collection .b-gallery__button--back:hover div {
  background-position: top right;
}
.b-gallery--collection .b-gallery__button--back.disable:hover div {
  background-position: top left;
}
.b-gallery--collection .b-gallery__button--next {
  right: 0;
}
.b-gallery--collection .b-gallery__button--next div {
  background-position: bottom left;
}
.b-gallery--collection .b-gallery__button--next:hover div {
  background-position: bottom right;
}
.b-gallery--collection .b-gallery__button--next.disable:hover div {
  background-position: bottom left;
}
.b-gallery--small .b-galleryWrapper {
  height: 51px;
}
.b-gallery--small .b-gallery__contentWrapper {
  width: 280px;
  margin-left: 22px;
}
.b-gallery--small .b-gallery__button {
  position: absolute;
  width: 22px;
  min-width: 8px;
  height: 100%;
}
.b-gallery--small .b-gallery__button div {
  width: 8px;
  height: 51px;
  background-image: url(assets/images/ab247d598b2bd11e6ca5.png);
}
.b-gallery--small .b-gallery__button--back div {
  background-position: left top;
}
.b-gallery--small .b-gallery__button--back:hover div {
  background-position: left bottom;
}
.b-gallery--small .b-gallery__button--back.disable:hover div {
  background-position: left top;
}
.b-gallery--small .b-gallery__button--next div {
  background-position: right top;
}
.b-gallery--small .b-gallery__button--next:hover div {
  background-position: right bottom;
}
.b-gallery--small .b-gallery__button--next.disable:hover div {
  background-position: right top;
}
.b-offer-container {
  position: relative;
}
.b-offer-container .open-offer-menu {
  position: relative;
  display: block;
  padding-right: 32px;
  background-color: transparent;
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 12px;
  color: #646464;
  cursor: pointer;
  white-space: nowrap;
}
.b-offer-container .open-offer-menu--compare {
  padding-right: 24px;
}
.b-offer-container .open-offer-menu::after {
  position: absolute;
  top: -1px;
  right: 0;
  width: 23px;
  height: 23px;
  text-align: center;
  transform: rotate(180deg);
  transition: 0.1s ease-in-out;
  top: -5px;
}
.b-offer-container .open-offer-menu.arrow-up::after {
  position: absolute;
  top: -1px;
  right: 0;
  width: 23px;
  height: 23px;
  text-align: center;
  transform: rotate(180deg);
  transition: 0.1s ease-in-out;
  transform: rotate(0deg);
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme {
  padding: 0;
  box-shadow: 0 1px 6px #cccccc;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content {
  padding: 0;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--wrap {
  width: 280px;
  padding-bottom: 10px;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--description {
  padding: 14px 17px 5px;
  color: #999999;
  font-size: 15px;
  line-height: 17px;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--list {
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--list-item {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--list-item .item-link {
  opacity: 0;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--list-item:hover {
  background: #eeeeee;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--list-item:hover .item-link {
  opacity: 1;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--list-item .item-text {
  flex-basis: 65%;
  padding: 10px 0;
  color: #000000;
  font-size: 13px;
  line-height: 15px;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--list .offer-link {
  display: block;
  width: 280px;
  padding: 13px 10px 13px 16px;
  color: #333333;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel {
  border-top: 1px solid #eeeeee;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel__question {
  max-height: 105px;
  border-top: 1px solid #eeeeee;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel__item {
  display: block;
  padding: 5px 17px;
}
.b-product-menu .tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel__item .panel-link {
  display: block;
  color: #0078c3;
}
.tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel .offers-menu__button {
  display: block;
  width: 246px;
  height: 32px;
  margin: 5px auto;
  background: #af0025;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
}
.tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel .offers-menu__button:hover {
  background: #566874;
}
.tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel .offers-menu__button:focus {
  outline: none;
}
.tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel .offers-menu__button:disabled {
  background: #eeeeee;
  color: #595e62;
  cursor: not-allowed;
}
.tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel__question {
  max-height: 105px;
}
.tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel__item {
  display: block;
  padding: 5px 17px;
}
.tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel__item .panel-link {
  display: block;
  color: #0078c3;
}
.tippy-popper .tippy-tooltip.light-theme .tippy-content .b-external-offers--panel__item:disabled {
  background: #eeeeee;
  color: #595e62;
  cursor: not-allowed;
}
.panel-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #0078c3;
  font-size: 14px;
  text-align: center;
}
.panel-link.hidden {
  display: none;
}
.b-back__background {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.b-back__remove {
  position: absolute;
  top: 30px;
  right: 28px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.b-back__remove::before,
.b-back__remove::after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  content: "";
}
.b-back__remove::before {
  transform: rotate(45deg);
}
.b-back__remove::after {
  transform: rotate(-45deg);
}
.b-back__window {
  position: relative;
  z-index: 101;
  width: 95%;
  max-width: 1050px;
  max-height: 70vh;
  padding: 10px 13px 20px;
  border: 1px solid #cccccc;
  margin: 1% auto;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px 3px #cccccc;
  text-align: center;
}
.b-back__window--auto {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  overflow: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.b-back__window--center {
  top: 50%;
  transform: translate(-50%, -50%);
}
.b-back__window--medium {
  max-width: 500px;
  padding: 12px 24px;
}
.b-back__window--tooltip-visible {
  overflow: visible;
}
.b-back__window__wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.b-back--dark .b-back__background {
  background-color: rgba(51, 51, 51, 0.7);
}
.b-back--dark .b-back__window {
  box-shadow: none;
}
.b-back--large .b-back__window {
  width: 788px;
  padding: 50px 35px;
}
.b-additional-product-list {
  position: fixed;
  z-index: 1111;
  top: 42px;
  left: 50%;
  display: none;
  width: 725px;
  height: 130px;
  padding: 15px;
  margin-left: -242px;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.b-additional-product-list__item {
  position: relative;
  padding: 9px 9px 0;
}
.b-additional-product-list__item__image {
  max-width: 70px;
  height: 87px;
  padding-right: 8px;
  float: left;
}
.b-additional-product-list__item__name {
  overflow: hidden;
  max-height: 38px;
}
.b-additional-product-list__item__price {
  overflow: hidden;
  max-width: 100px;
  max-height: 45px;
  float: left;
}
.b-additional-product-list__item__cart {
  position: absolute;
  top: 50px;
  right: 20px;
}
.b-additional-product-list__item__cart .b-btn {
  width: 40px;
  height: 30px;
}
.b-additional-product-list__item__cart .b-btn::before {
  display: block;
  width: 25px;
  height: 21px;
  margin: 7px -4px;
  background: url(assets/images/f11d7728c12244f1959b.svg) no-repeat;
  content: "";
}
.b-additional-product-list__title {
  font-size: 18px;
}
.b-additional-product-list__close {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(assets/images/6759b43d34cb44049c6f.png) no-repeat;
  cursor: pointer;
}
.b-block--print {
  display: none;
}
.b-facet__block {
  padding: 10px;
}
.block-wrapper > .b-facet__block {
  padding: 5px 10px;
}
.block-wrapper .b-facet__block--range {
  padding-bottom: 0;
}
.b-facet__block .b-input--time {
  width: 85px;
}
.configurable-banner-carousel {
  margin-bottom: 48px;
}
.configurable-banner-carousel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.configurable-banner-carousel__title {
  color: #363a47;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
}
.configurable-banner-carousel__link {
  max-height: 22px;
  color: #1390df;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.configurable-banner-carousel__link:hover {
  border-bottom: 1px solid #1390df;
}
.configurable-banner-carousel__controls-group {
  display: flex;
  align-items: center;
}
.configurable-banner-carousel__slider-block {
  overflow: hidden;
  white-space: nowrap;
}
.configurable-banner-carousel__item {
  display: inline-block;
}
.configurable-banner-carousel__item-content {
  display: flex;
  justify-content: center;
}
.configurable-banner-carousel__controls {
  display: flex;
  margin-right: 16px;
}
.configurable-banner-carousel__controls .slick-arrow {
  position: relative;
  top: 0;
  overflow: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-top: 0;
  background: #f2f2f2;
  opacity: 1;
}
.configurable-banner-carousel__controls .slick-arrow::before {
  position: absolute;
  inset: 0;
  width: 10px;
  height: 18px;
  margin: auto;
  background-image: url(assets/images/e814fabb3c9eef8c77b5.svg);
  background-size: cover;
  content: "";
}
.configurable-banner-carousel__controls .slick-arrow:hover {
  background: #363a47;
}
.configurable-banner-carousel__controls .slick-arrow:hover::before {
  background-image: url(assets/images/569ab6f90f4befffcc6c.svg);
}
.configurable-banner-carousel__controls .slick-arrow.slick-disabled {
  background: rgba(242, 242, 242, 0.1);
  cursor: default;
}
.configurable-banner-carousel__controls .slick-arrow.slick-disabled::before {
  background-image: url(assets/images/ebca17ffbc10da3ba935.svg);
  cursor: default;
}
.configurable-banner-carousel__controls--without-mr {
  margin-right: 0;
}
.configurable-banner-carousel__arrow-prev.slick-arrow {
  margin-right: 12px;
}
.configurable-banner-carousel__arrow-prev.slick-arrow::before {
  left: -2px;
}
.configurable-banner-carousel__arrow-next.slick-arrow::before {
  left: 2px;
  transform: rotate(180deg);
}
.price-banner {
  position: relative;
}
.price-banner__price-block {
  position: absolute;
  font-family: 'Fira Sans', sans-serif;
}
.price-banner__price-block.BLACK {
  color: #000000;
}
.price-banner__price-block.BLACK .price-banner__old-price-line {
  background: #000000;
}
.price-banner__price-block.BLACK .price-banner__scale-icon {
  fill: #000000;
}
.price-banner__price-block.WHITE {
  color: #ffffff;
}
.price-banner__price-block.WHITE .price-banner__old-price-line {
  background: #ffffff;
}
.price-banner__price-block.WHITE .price-banner__scale-icon {
  fill: #ffffff;
}
.price-banner__price-block.RED {
  color: #da1f2a;
}
.price-banner__price-block.RED .price-banner__old-price-line {
  background: #da1f2a;
}
.price-banner__price-block.RED .price-banner__scale-icon {
  fill: #da1f2a;
}
.price-banner__old-price {
  position: relative;
  display: inline-block;
  max-height: 15px;
  padding-right: 10px;
  margin-bottom: 11px;
  font-weight: 500;
}
.price-banner__old-price--int-part {
  font-size: 15px;
}
.price-banner__old-price--fraction-part {
  position: absolute;
  top: -2px;
  right: 1px;
  font-size: 8px;
}
.price-banner__old-price-line {
  position: absolute;
  top: 10px;
  display: block;
  width: 100%;
  height: 1px;
}
.price-banner__current-price {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  font-weight: 700;
}
.price-banner__current-price--int-part {
  font-size: 42px;
}
.price-banner__current-price--fraction-part {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 23px;
}
.price-banner__title {
  font-size: 11px;
  line-height: 1;
}
.price-banner__scale {
  display: flex;
}
.price-banner__scale-icon {
  margin-right: 4px;
}
.price-banner__scale-text {
  padding-top: 1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.price-banner__scale,
.price-banner__title {
  margin-top: 2px;
}
.price-banner .strong {
  font-weight: 700;
}
.price-banner-carousel-wrapper .details,
.price-banner-carousel-wrapper .action,
.price-banner-carousel-wrapper .title {
  display: none;
}
.b-product-list__view {
  height: 26px;
  color: #000000;
  cursor: pointer;
  float: right;
  font-size: 14px;
}
.b-product-list__view__label {
  display: inline-block;
  line-height: 28px;
}
.b-product-list__view__item {
  width: 26px;
  height: 26px;
  position: relative;
  display: block;
  text-decoration: none;
}
.b-product-list__view__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #cccccc;
  font-size: 26px;
  text-align: center;
}
.b-product-list__view__item:hover {
  box-shadow: 0 0 1px #646464;
}
.b-product-list__view__item--active {
  background-color: #566874;
}
.b-product-list__view__item--active::before {
  color: #ffffff;
}
.b-product-list__view__item-wrapper {
  border: 1px solid #dddddd;
  margin-left: 8px;
}
.b-product-list {
  overflow: hidden;
  clear: both;
}
.b-product-list::before,
.b-product-list::after {
  display: table;
  content: "";
}
.b-product-list::after {
  clear: both;
}
.b-product-list-counter--disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.b-product-list__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-product-list--info__wrapper:hover .b-product-list--info.b-product-list--hidden {
  display: none;
}
.b-product-list--info {
  left: 180px;
}
.b-product-list--info__item {
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 200px;
  background-color: #ffffff;
}
.b-product-list--info__item .b-div__cell,
.b-product-list--info__item .b-div__cell--right {
  padding: 2px 5px;
}
.b-product-list--info__item:nth-child(even) {
  background-color: #eeeeee;
}
.b-product-list--info__item:nth-child(odd) {
  background-color: #ffffff;
}
.b-product-list--info.b-product-list--info--hidden {
  display: none;
}
.b-product-list--info__wrapper:hover .b-product-list--info.b-product-list--info--hidden {
  display: none;
}
.b-product-list__add-to {
  margin-right: 10px;
}
.b-product-list__add-to.active .b-product-list__icon {
  fill: #af0025;
}
.b-product-list__add-to:not(.active):hover .b-product-list__icon {
  fill: #af0025;
}
.b-product-list__icon {
  margin-right: 2px;
  fill: #566874;
  vertical-align: text-bottom;
}
.b-product-list .b-link {
  text-decoration: none;
}
.b-product-list__rate {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-product-list__rate--inStock {
  display: block;
  width: 100%;
  text-align: center;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-product-list__item {
  position: relative;
  padding: 5px 0;
}
.b-product-list__item__rating {
  display: flex;
  align-items: center;
}
.b-product-list__item__title {
  color: #646464;
}
.b-product-list__item__title--issetYes {
  padding-left: 20px;
  color: #009900;
}
.b-product-list__item__title--issetNo {
  padding-left: 20px;
  color: #af0025;
}
.b-product-list__item__title--issetRequire {
  padding-left: 20px;
  color: #ff6600;
}
.b-product-list__item__picture {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  text-align: center;
}
.b-product-list__item__img__link {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
}
.b-product-list__item__img__link > img {
  display: inline-block;
  vertical-align: middle;
}
.b-product-list__item__img {
  position: absolute;
  z-index: -1;
  inset: 0;
  max-width: 200px;
  max-height: 200px;
  margin: auto;
}
.b-product-list__item__descr {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-grow: 1;
  color: #000000;
}
.b-product-list__item__descr--countPrice {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 16px;
}
.b-product-list__item__descr--countPrice:last-of-type {
  margin-bottom: 5px;
}
.b-product-list__item__descr--countPrice + .b-product-list {
  padding-top: 0;
  margin-top: 0;
}
.b-product-list__item__descr--title {
  display: block;
  overflow: hidden;
  max-height: 40px;
  margin-bottom: 5px;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}
.b-product-list__item__descr .b-productParams__row {
  margin-bottom: 0;
}
.b-product-list__item-bottom {
  padding: 0 4px;
}
.b-product-list__item-image-primary-link {
  position: absolute;
  right: 9px;
  bottom: 6px;
  display: block;
  width: 20px;
  height: 20px;
}
.b-product-list__item-image-primary-link::before {
  color: #999999;
  font-size: 20px;
  opacity: 0.7;
}
.b-product-list__item-image-primary-link:hover::before {
  opacity: 1;
}
.b-product-list__actions {
  padding: 8px 10px;
  background-color: #eeeeee;
  font-size: 10px;
}
.b-product-list__actions--tile {
  margin: 5px -8px;
}
.b-product-list__actions-item {
  display: table-row;
  margin-bottom: 0;
  line-height: 16px;
}
.b-product-list__actions-item:last-of-type {
  margin-bottom: 3px;
}
.b-product-list__actions-cell {
  display: table-cell;
  white-space: nowrap;
}
.b-product-list__actions-cell--price {
  width: 10px;
  text-align: right;
}
.b-product-list__actions-cell--quantity {
  padding-left: 5px;
}
.b-product-list__price {
  margin-bottom: 5px;
  color: #af0025;
  font-size: 17px;
  line-height: 20px;
}
.b-product-list__price--old {
  margin-bottom: 5px;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
}
.b-product-list__priceWrapper {
  display: block;
  height: 64px;
}
.b-product-list__single-price {
  height: 19px;
  margin-bottom: 7px;
}
.b-product-list__single-price .b-help {
  margin-left: 0;
}
.b-product-list__manage {
  margin-bottom: 3px;
}
.b-product-list__manage--bottom {
  width: 100%;
  margin-top: auto;
}
.b-product-list__manage--cart {
  margin-bottom: 0;
  font-size: 0;
  white-space: nowrap;
}
.b-product-list__manage--list-cart {
  margin-bottom: 0;
  text-align: right;
}
.b-product-list__manage--list-cart .b-product-list-counter ~ .old-button {
  width: 130px;
}
.b-product-list__manage--tile-cart {
  text-align: right;
}
.b-product-list__manage--tile-cart .old-button {
  width: 134px;
}
.b-product-list__manage--tile-cart .old-button--full-size {
  width: 100%;
}
.b-product-list__manage--action {
  margin-top: 7px;
  white-space: nowrap;
}
.b-product-list__block {
  z-index: 1;
  width: 229px;
  padding: 5px 9px;
  border: 5px solid #eeeeee;
  background: #ffffff;
}
.b-product-list__block .b-link {
  padding: 2px 0;
  text-decoration: none;
}
.b-product-list__block .b-link + .b-link {
  margin-left: 22px;
}
.b-product-list__purchase-increment {
  position: absolute;
  top: 38px;
  left: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #6D778B;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
}
.b-product-list__block .b-product-list__item__img {
  top: 18px;
}
.b-product-list__block .b-product-list__item__picture {
  height: 218px;
}
.b-product-list__block .b-product-list__item__descr {
  height: 169px;
}
.b-product-list__block .b-product-list__item__title {
  position: absolute;
  right: 0;
  bottom: 0;
}
.b-product-list__sort {
  margin-right: 22px;
  float: right;
}
.b-product-list__sort select {
  height: 26px;
}
.b-product-list__sort--small {
  width: 164px;
}
.b-product-list__sort--medium {
  width: 190px;
}
.b-product-list__sort .ui-selectmenu-button {
  max-width: 200px;
  height: 26px;
}
.b-product-list__field {
  width: 110px;
  height: 30px;
  padding-left: 5px;
  border: 1px solid #a8b1b7;
}
.b-product-list--table {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.b-product-list--table .b-product-list__item {
  display: flex;
  width: 225px;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  border: 5px solid #eeeeee;
  margin: 0 8px 20px 0;
}
.b-product-list--table .b-product-list__item__picture {
  height: 200px;
}
.b-product-list--table .b-product-list__item:hover {
  border: 5px solid #dddddd;
}
.b-product-list--table .b-product-list__item__title {
  position: static;
  padding-left: 5px;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.b-product-list--table .b-product-list__item__descr {
  padding: 0 4px;
}
.b-product-list--horizontal .b-product-list__item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 222px;
  padding-top: 13px;
  padding-right: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.b-product-list--horizontal .b-product-list__item:first-child {
  padding-top: 0;
}
.b-product-list--horizontal .b-product-list__item:last-child {
  margin-bottom: 10px;
}
.b-product-list--horizontal .b-product-list__item__picture {
  display: inline-block;
  width: 200px;
  min-height: 222px;
  margin-right: 7px;
  float: left;
  vertical-align: top;
}
.b-product-list--horizontal .b-product-list__item__descr {
  position: relative;
  height: 100%;
  float: left;
  text-align: left;
}
.b-product-list--horizontal .b-product-list__item__descr--1 {
  width: 40%;
  min-height: 191px;
  float: none;
}
.b-product-list--horizontal .b-product-list__item__descr--2 {
  width: 187px;
  height: 100px;
  min-height: 191px;
  margin-left: 25px;
  float: right;
}
.b-product-list--horizontal .b-product-list__item__descr--title {
  margin-bottom: 4px;
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
}
.b-product-list--horizontal .b-product-list__item__descr .b-title__short__more {
  margin-top: 18px;
  content: " »";
  cursor: pointer;
  float: right;
}
.b-product-list--horizontal .b-product-list__item-image-primary-link {
  bottom: 28px;
}
.b-product-list--horizontal .b-product-list__manage--action {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  margin-top: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  text-align: left;
}
.b-table .b-product-list__item__title--issetYes,
.b-table .b-product-list__item__title--issetNo,
.b-table .b-product-list__item__title--issetRequire {
  padding: 0;
}
.b-product-list__view + .b-product-list--table {
  padding-top: 10px;
}
.b-table--compare__cell .b-product-list__item__descr--title {
  height: 40px;
}
.b-product-list__top_5 {
  margin-left: 5px;
}
.b-product-list-counter {
  display: inline-block;
  margin-right: 1px;
  vertical-align: top;
}
.b-product-list-counter__arrow {
  position: relative;
  display: block;
  width: 22px;
  height: 15px;
  border: 1px solid #dddddd;
  background: #ffffff;
  cursor: pointer;
}
.b-product-list-counter__arrow::before {
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 0;
  border-bottom-color: #dddddd;
  content: "";
}
.b-product-list-counter__arrow + .b-product-list-counter__arrow {
  border-top: none;
}
.b-product-list-counter__arrow--block {
  width: 22px;
  height: 30px;
  float: right;
  vertical-align: top;
}
.b-product-list-counter__arrow:hover {
  background-color: #999999;
}
.b-product-list-counter__arrow:hover::before {
  border-bottom-color: #4b4b4b;
}
.b-product-list-counter__arrow--down::before {
  top: 5px;
  border: 5px solid transparent;
  border-top-color: #dddddd;
  border-bottom: 0;
}
.b-product-list-counter__arrow--down:hover::before {
  border-top-color: #4b4b4b;
}
.b-product-list-counter__arrow--tooltip {
  display: none;
}
.b-product-list-counter__field {
  width: 34px;
  height: 30px;
  border: 1px solid #dddddd;
  border-right: none;
  color: #000000;
  float: left;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.b-product-menu {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  color: #646464;
  font-size: 13px;
}
.b-product-menu__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b-product-menu__info--item {
  float: left;
}
.b-product-menu__info--item--offer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 21px;
  margin-left: 21px;
  background: url(assets/images/e3674197cc0890287821.png) center left no-repeat;
}
.b-product-menu__info-item--compare {
  margin-bottom: 10px;
  margin-left: 3px;
}
.b-product-menu__tools {
  float: right;
}
.b-product-menu__tools--item {
  margin-left: 21px;
  float: left;
}
.b-product-menu__tools--item--link {
  display: inline-block;
  height: 16px;
  background-position: left top;
  background-repeat: no-repeat;
}
.b-product-menu__tools--item--link:hover {
  background-position: left bottom;
}
.b-product-menu__tools--item--link.active {
  background-position: left bottom;
}
.b-product-menu__tools--item--print .b-product-menu__tools--item--link {
  padding-left: 22px;
  background-image: url(assets/images/44150e1b2f2b78bb082c.png);
}
.b-product-menu--without-border-bottom {
  border-bottom: none;
}
/* Список с акциями */
.b-promosList {
  overflow: hidden;
  /* Блок с одной акцией */
}
.b-promosList__item {
  overflow: hidden;
  width: 714px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dddddd;
  color: #646464;
  font-size: 13px;
  /* Левый блок с информацией */
  /* Правый блок с подарком */
}
.b-promosList__item__info {
  width: 544px;
  border-right: 1px solid #eeeeee;
  float: left;
  /* Описание справа от картинки товара */
  /* Картинка товара */
  /* Название акции */
  /* Описание акции */
  /* Период проведения акции */
  /* Важная информация по акции */
  /* Доп. информация (ссылка "Подробнее" и количество товаров в акции) */
  /* Количество товаров, участвующих в акции */
}
.b-promosList__item__info__rpath {
  margin-left: 208px;
}
.b-promosList__item__info__picture {
  width: 208px;
  float: left;
  text-align: center;
}
.b-promosList__item__info__name {
  color: #000000;
  font-size: 17px;
}
.b-promosList__item__info__description {
  padding-top: 8px;
  color: #000000;
  font-size: 15px;
}
.b-promosList__item__info__period {
  padding-top: 8px;
}
.b-promosList__item__info__attention {
  padding-top: 8px;
}
.b-promosList__item__info__more {
  padding-top: 16px;
}
.b-promosList__item__info__count {
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px;
}
.b-promosList__item__gift {
  position: relative;
  left: -1px;
  width: 169px;
  border-left: 1px solid #eeeeee;
  float: left;
  /* Картинка подарка */
  /* Иконка подарка */
  /* Заголовок к названию подарка */
  /* Название подарка */
}
.b-promosList__item__gift__picture {
  position: relative;
  width: 169px;
  text-align: center;
}
.b-promosList__item__gift__icon {
  position: absolute;
  top: 0;
  left: 12px;
  width: 48px;
  height: 48px;
}
.b-promosList__item__gift__title {
  padding-left: 12px;
  color: #af0025;
  font-weight: bold;
}
.b-promosList__item__gift__name {
  padding-left: 12px;
  line-height: 17px;
}
.b-promosUnit {
  overflow: hidden;
  width: 714px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 10px;
  color: #646464;
  font-size: 13px;
}
.b-promosUnit__info {
  width: 544px;
  border-right: 1px solid #eeeeee;
  float: left;
}
.b-promosUnit__info__picture {
  width: 208px;
  float: left;
  text-align: center;
}
.b-promosUnit__info__description {
  color: #000000;
  font-size: 15px;
}
.b-promosUnit__info__period {
  padding-top: 10px;
}
.b-promosUnit__info__attention {
  padding-top: 10px;
}
.b-promosUnit__gift {
  position: relative;
  left: -1px;
  width: 169px;
  border-left: 1px solid #eeeeee;
  float: left;
}
.b-promosUnit__gift__picture {
  position: relative;
  width: 169px;
  text-align: center;
}
.b-promosUnit__gift__icon {
  position: absolute;
  top: 0;
  left: 12px;
  width: 48px;
  height: 48px;
}
.b-promosUnit__gift__title {
  padding-left: 12px;
  color: #af0025;
  font-weight: bold;
}
.b-promosUnit__gift__name {
  padding-left: 12px;
  line-height: 17px;
}
.b-text--narrow {
  line-height: 13px;
}
.b-text__align--left {
  text-align: left;
}
.b-text--ndc {
  text-decoration: none;
}
.b-text--small {
  max-width: 325px;
}
.b-text--success {
  display: block;
  border-color: #009900;
  color: #009900;
}
.b-text__message {
  display: inline-block;
  padding: 10px;
  border: 1px solid;
}
.b-text--consignee {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.text-error {
  display: block;
  border-color: #af0025;
  color: #af0025;
}
.text-error--edge {
  top: -19px;
  left: 76px;
}
label.text-error {
  font-size: 14px;
}
label + label.text-error {
  padding: 0 0 6px;
}
label.text-error,
label.b-text--success {
  display: block;
  padding-top: 6px;
  clear: both;
}
.block-wrapper {
  border: 1px solid #F2F2F2;
  border-radius: 8px;
}
.block-wrapper + .block-wrapper {
  margin-top: 10px;
}
.block-wrapper--underTitle {
  position: absolute;
  top: -7px;
  right: -15px;
}
.block-wrapper__arrowLabel {
  position: relative;
  display: block;
  padding: 5px 0;
  padding-left: 25px;
  border-bottom: 1px solid #999999;
  margin: 3px 0 10px;
  color: #000000;
  cursor: pointer;
  font-size: 17px;
  text-align: left;
}
.block-wrapper__arrowLabel::before {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  border: 5px solid transparent;
  border-top-color: #000000;
  border-bottom: 0;
  content: " ";
}
.block-wrapper__arrowLabel.hide::before {
  top: 11px;
  left: 3px;
  border: 5px solid transparent;
  border-right: 0;
  border-left-color: #000000;
}
.block-wrapper__label {
  display: block;
  padding: 5px 0;
  color: #646464;
  font-size: 12px;
  text-align: center;
}
.block-wrapper__label--big {
  position: relative;
  color: #000000;
  font-size: 17px;
}
.block-wrapper__label--big::after,
.block-wrapper__label--big::before {
  position: absolute;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  margin-left: -5px;
  content: "";
}
.block-wrapper__label--big::after {
  bottom: -8px;
  border-color: #eeeeee transparent transparent transparent;
}
.block-wrapper__label--big::before {
  bottom: -9px;
  border-color: #dddddd transparent transparent transparent;
}
.block-wrapper__label--big--simple {
  font-size: 17px;
  text-align: left;
}
.block-wrapper__subtitle {
  color: #cccccc;
}
.block-wrapper--fill {
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
}
.block-wrapper--fill + .block-wrapper {
  border-top: none;
}
.block-wrapper--red {
  display: block;
  padding: 10px;
  background-color: #af0025;
  color: #ffffff;
}
.block-wrapper--green {
  display: block;
  padding: 10px;
  background-color: #009900;
  color: #ffffff;
}
.block-wrapper--dark {
  padding: 5px;
  background-color: #595e62;
  color: #ffffff;
}
.block-wrapper--dark__title {
  color: #ffffff;
  font-size: 14px;
}
.block-wrapper--empty {
  margin: 10px 10px 10px 30px;
}
.block-wrapper--empty + .block-wrapper--empty {
  margin-top: 0;
}
.b-features {
  display: flex;
  width: 100%;
}
.b-featuresWrapper {
  border-top: 1px dotted #83818f;
  border-bottom: 1px dotted #83818f;
  margin-bottom: 25px;
  background: #eeeeee;
}
.b-features__li {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}
.b-features__item {
  display: flex;
  min-width: 80px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border: 0 none;
  background: transparent;
}
.b-features__item:hover {
  background: #ffffff;
}
.b-features__item__label {
  overflow: hidden;
  color: #646464;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-features__item__img {
  max-width: 26px;
  max-height: 26px;
  margin-right: 5px;
}
.b-features .b-table__cell {
  border: 0 none;
  vertical-align: middle;
}
.b-featuresWrapper--vip {
  border-top: 1px solid #cccccc;
  border-bottom: 0 none;
  margin-right: -20px;
  margin-bottom: 0;
  margin-left: -20px;
  background: #f2f2f2;
}
.b-featuresWrapper--vip .b-features__item:hover {
  background: #dddddd;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}
.clearfix::after {
  clear: both;
}
.i-bl-d {
  border-left: 1px dotted #999999;
}
.i-br-d {
  border-right: 1px dotted #999999;
}
.i-bb-d {
  border-bottom: 1px dotted #999999;
}
.i-bb-d--light {
  border-bottom: 1px dotted #dddddd;
}
.i-bb-d--solid {
  border-bottom: 1px solid #dddddd;
}
.i-bt-s {
  border-top: solid 1px #dddddd;
}
.i-b-no {
  border: none;
}
.i-color-666 {
  color: #646464;
}
.i-color-6b {
  color: #646464;
}
.i-color-000 {
  color: #000000;
  font-size: inherit;
}
.i-color-64 {
  color: #646464;
  font-size: inherit;
}
.i-color-c9 {
  color: #cccccc;
  font-size: inherit;
}
.i-c-p {
  cursor: pointer;
}
.i-c-a {
  cursor: auto;
}
.i-c-d {
  cursor: default;
}
.i-df {
  display: flex;
}
.i-dib {
  display: inline-block;
}
.i-db {
  display: block;
}
.i-dn {
  display: none;
}
.i-dt {
  display: table;
}
.i-dtc {
  display: table-cell;
}
.i-di {
  display: inherit;
}
.i-f-lt {
  float: left;
}
.i-f-rt {
  float: right;
}
.i-f-fm-fira {
  font-family: 'Fira Sans', sans-serif;
}
.i-font-size-10 {
  font-size: 10px;
}
.i-fs10 {
  font-size: 10px;
}
.i-fs12 {
  font-size: 12px;
}
.i-fs13 {
  font-size: 13px;
}
.i-fs14 {
  font-size: 14px;
}
.i-fs15 {
  font-size: 15px;
}
.i-fs16 {
  font-size: 16px;
}
.i-fs17 {
  font-size: 17px;
}
.i-fs18 {
  font-size: 18px;
}
.i-fs22 {
  font-size: 22px;
}
.i-fs24 {
  font-size: 24px;
}
.i-fs30 {
  font-size: 30px;
}
.i-fst--normal {
  font-style: normal;
}
.i-mb0 {
  margin-bottom: 0;
}
.i-mb3 {
  margin-bottom: 3px;
}
.i-mb5 {
  margin-bottom: 5px;
}
.i-mb10 {
  margin-bottom: 10px;
}
.i-mb15 {
  margin-bottom: 15px;
}
.i-mb16 {
  margin-bottom: 16px;
}
.i-mb20 {
  margin-bottom: 20px;
}
.i-mb25 {
  margin-bottom: 25px;
}
.i-mb27 {
  margin-bottom: 27px;
}
.i-mb30 {
  margin-bottom: 30px;
}
.i-mb45 {
  margin-bottom: 45px;
}
.i-mb150 {
  margin-bottom: 150px;
}
.i-mr10l {
  margin-right: -10px;
}
.i-mb50 {
  margin-bottom: 50px;
}
.i-mr--auto {
  margin-right: auto;
}
.i-mr5 {
  margin-right: 5px;
}
.i-mr10 {
  margin-right: 10px;
}
.i-mr15 {
  margin-right: 15px;
}
.i-mr-20 {
  margin-right: 20px;
}
.i-mr25 {
  margin-right: 25px;
}
.i-mr30 {
  margin-right: 25px;
}
.i-ml25 {
  margin-left: 25px;
}
.i-ml20 {
  margin-left: 20px;
}
.i-ml15 {
  margin-left: 15px;
}
.i-ml14 {
  margin-left: 14px;
}
.i-ml10 {
  margin-left: 10px;
}
.i-ml5 {
  margin-left: 5px;
}
.i-ml--auto {
  margin-left: auto;
}
.i-mt0 {
  margin-top: 0;
}
.i-mt2 {
  margin-top: 2px;
}
.i-mt3 {
  margin-top: 3px;
}
.i-mt5 {
  margin-top: 5px;
}
.i-mt10 {
  margin-top: 10px;
}
.i-mt15 {
  margin-top: 15px;
}
.i-mt20 {
  margin-top: 20px;
}
.i-mt25 {
  margin-top: 25px;
}
.i-mt30 {
  margin-top: 30px;
}
.i-mtn30 {
  margin-top: -30px;
}
.i-mt40 {
  margin-top: 40px;
}
.i-mt45 {
  margin-top: 45px;
}
.i-mt50 {
  margin-top: 50px;
}
.i-mt75 {
  margin-top: 75px;
}
.i-m--auto {
  margin: 0 auto;
}
.i-pl8 {
  padding-left: 8px;
}
.i-pl10 {
  padding-left: 10px;
}
.i-pl5 {
  padding-left: 5px;
}
.i-pl7 {
  padding-left: 7px;
}
.i-pl17 {
  padding-left: 17px;
}
.i-pl0 {
  padding-left: 0;
}
.i-pl15 {
  padding-left: 15px;
}
.i-pl20 {
  padding-left: 20px;
}
.i-pl25 {
  padding-left: 25px;
}
.i-pl30 {
  padding-left: 30px;
}
.i-pl50 {
  padding-left: 50px;
}
.i-pl60 {
  padding-left: 60px;
}
.i-pr0 {
  padding-right: 0;
}
.i-pr3 {
  padding-right: 3px;
}
.i-pr5 {
  padding-right: 5px;
}
.i-pr7 {
  padding-right: 7px;
}
.i-pr10 {
  padding-right: 10px;
}
.i-pr15 {
  padding-right: 15px;
}
.i-pr20 {
  padding-right: 20px;
}
.i-pr25 {
  padding-right: 25px;
}
.i-pr35 {
  padding-right: 35px;
}
.i-pt4 {
  padding-top: 4px;
}
.i-pt5 {
  padding-top: 5px;
}
.i-pt10 {
  padding-top: 10px;
}
.i-pt15 {
  padding-top: 15px;
}
.i-pt20 {
  padding-top: 20px;
}
.i-p0 {
  padding: 0;
}
.i-pb0 {
  padding-bottom: 0;
}
.i-pb5 {
  padding-bottom: 5px;
}
.i-pb10 {
  padding-bottom: 10px;
}
.i-pb15 {
  padding-bottom: 15px;
}
.i-pb20 {
  padding-bottom: 20px;
}
.i-posr {
  position: relative;
}
.i-p-abs {
  position: absolute;
}
.i-l-150 {
  left: 150px;
}
.i-t--43 {
  top: -43px;
}
.i-t-30 {
  top: 30px;
}
.i-r--20 {
  right: -20px;
}
.i-text-center {
  text-align: center;
}
.i-text-left {
  text-align: left;
}
.i-text-right {
  text-align: right;
}
.i-text-justify {
  text-align: justify;
}
.i-text-disabled {
  color: #646464;
  font-style: italic;
}
.i-text-nowrap {
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
}
.i-text-wrap {
  text-wrap: normal;
  white-space: normal;
  word-wrap: normal;
}
.i-text-break {
  text-wrap: normal;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.i-text-lowcase {
  text-transform: lowercase;
}
.i-text-uppercase {
  text-transform: uppercase;
}
.i-vab {
  vertical-align: bottom;
}
.i-vam {
  vertical-align: middle;
}
.i-vat {
  vertical-align: top;
}
.i-o-h {
  overflow: hidden;
}
.i-wb-ba {
  word-break: break-all;
}
.i-wb-bw {
  word-break: break-word;
}
.i-ow-bw {
  overflow-wrap: break-word;
}
.i-ww-bw {
  word-wrap: break-word;
}
.i-ov-dt {
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.i-ov-el {
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-sup {
  font-size: 80%;
  vertical-align: text-bottom;
}
.i-top {
  font-size: 80%;
  vertical-align: super;
}
.i-on-top {
  vertical-align: text-top;
}
.i-td-thr {
  text-decoration: line-through;
}
.i-td-undl {
  text-decoration: underline;
}
.i-c-bt {
  clear: both;
}
.i-c-sect::after {
  display: block;
  clear: both;
  content: "";
}
.i-lh-12 {
  line-height: 12px;
}
.i-lh-15 {
  line-height: 15px;
}
.i-lh-20 {
  line-height: 20px;
}
.i-lh-22 {
  line-height: 22px;
}
.i-lh-23 {
  line-height: 23px;
}
.i-lh-24 {
  line-height: 24px;
}
.i-lh-28 {
  line-height: 28px;
}
.i-lh-30 {
  line-height: 30px;
}
.i-lh-50 {
  line-height: 30px;
}
.i-lh-n {
  line-height: normal;
}
.i-fwb {
  font-weight: bold;
}
.i-font-weight-normal {
  font-weight: normal;
}
.i-w-f {
  width: 100%;
}
.i-w-f90 {
  width: 90%;
}
.i-w-f95 {
  width: 95%;
}
.i-w-f94 {
  width: 94%;
}
.i-w-125 {
  width: 125px;
}
.i-w-200 {
  width: 200px;
}
.i-w-500 {
  width: 500px;
}
.i-w-600 {
  width: 600px;
}
.i-visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.i-initial-width {
  width: initial;
}
.i-color-transparent {
  color: transparent;
}
.i-position-a {
  position: absolute;
  top: auto;
  bottom: 10px;
}
.i-visibility-visible {
  visibility: visible;
}
.i-visibility-hidden {
  visibility: hidden;
}
.i-marginLeft-0 {
  margin-left: 0;
}
.i-bg-position-custom {
  background-position: -13px 0;
}
.i-bg-position-0 {
  background-position: 0;
}
.i-bgcolor-light {
  background-color: #f5f5f5;
}
.i-bgcolor-white {
  background-color: #fff;
}
.i-display-inline {
  display: inline;
}
.i-display-block {
  display: block;
}
.i-display-initial {
  display: initial;
}
.i-display-none {
  display: none;
}
.i-opacity-initial {
  opacity: initial;
}
.i-top-initial {
  top: initial;
}
.i-overflow-hidden {
  overflow: hidden;
}
.i-overflow-auto {
  overflow: auto;
}
.i-overflow-y-hidden {
  overflow-y: hidden;
}
.i-margin-left-initial {
  margin-left: initial;
}
.i-max-width-100 {
  max-width: 100%;
}
.i-width-initial {
  width: initial;
}
.i-width-auto {
  width: auto;
}
.i-clearfix-100 {
  width: 100%;
  clear: both;
  float: none;
}
.i-float-left {
  float: left;
}
.i-margin-lr {
  margin-right: 0;
  margin-left: 0;
}
.i-opacity-0 {
  opacity: 0;
}
.i-color-dark {
  color: #828282;
}
.i-color-black {
  color: #000;
}
.i-color-white {
  color: #fff;
}
.i-color-blue {
  color: #1390df;
}
.i-color-dark-blue {
  color: #0078c3;
}
.i-color-light-blue {
  color: #1ca4ff;
}
.i-color-dark-300 {
  color: #363A47;
}
.i-width-100 {
  width: 100%;
}
.i-width-80 {
  width: 80%;
}
.i-width-70 {
  width: 70%;
}
.i-width-60 {
  width: 60%;
}
.i-width-40 {
  width: 40%;
}
.i-left-0 {
  left: 0;
}
.i-left-auto {
  left: auto;
}
.i-right-auto {
  right: auto;
}
.i-margin-top-auto {
  margin-top: auto;
}
.i-height-auto {
  height: auto;
}
.i-height-initial {
  height: initial;
}
.i-max-height-inherit {
  max-height: inherit;
}
.i-position-relative {
  position: relative;
}
.i-name-list-custom {
  position: absolute;
  z-index: 999;
  top: 53px;
  left: 0;
  width: 466px;
  max-height: 90px;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-bottom: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.i-bg-cover {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-mw-n {
  max-width: none;
}
.i-w-250 {
  width: 250px;
}
.add-spaces a::before {
  content: "\00a0";
}
.add-spaces a::after {
  content: "\00a0";
}
.add-spaces--after::after {
  content: "\00a0";
}
.add-spaces--before::before {
  content: "\00a0";
}
.i-zi-200 {
  z-index: 200;
}
.message-aria__border {
  border: 1px solid #cccccc;
  resize: none;
}
.i-pe-n {
  cursor: default;
  pointer-events: none;
}
.i-df-aic {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search-filter__result--hide {
  display: none;
}
.search-filter__selected-items-container {
  position: absolute;
  z-index: 300;
  bottom: -5px;
  left: 212px;
  min-width: 122px;
  height: 42px;
  padding: 12px 11px;
  border-radius: 4px;
  background: #363A47;
  opacity: 0.9;
}
.search-filter__slow-hide-minibar {
  z-index: -1;
  opacity: 0;
  transition: opacity 1s, z-index 2s linear;
}
.search-filter__selected-items-txt {
  display: inline-block;
  color: #F9F9F9;
  font-stretch: normal;
  letter-spacing: normal;
  white-space: nowrap;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.search-filter__selected-items-txt--last {
  margin-left: 5px;
}
.search-filter__selected-items-container::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 100%;
  left: -6px;
  width: 0;
  height: 0;
  border-width: 6px 6px 6px 0;
  border-style: solid;
  border-color: transparent #363A47 transparent transparent;
  border-radius: 0;
  margin: 0;
  background: transparent;
  content: "";
  transform: rotate(0deg);
}
.search-filter__selected-items-count {
  padding: 0 5px;
}
.filter-group {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2px solid #F9F9F9;
  margin-bottom: 16px;
  word-break: break-word;
}
.filter-group:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.filter-group--with-link {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: none;
  text-align: center;
}
.filter-group--with-link:last-of-type {
  padding-bottom: 4px;
  border-bottom: none;
}
.filter-group__wrap {
  padding-top: 12px;
}
.filter-group__prompt {
  padding-top: 4px;
  padding-bottom: 8px;
  color: #6D778B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.filter-group__title {
  position: relative;
  padding-right: 40px;
  background-image: url(assets/images/001b27bca56c33d11da0.svg);
  background-position: right 10px;
  background-repeat: no-repeat;
  color: #363A47;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.filter-group__title.hide {
  background-image: url(assets/images/2db81cfab346dab96dba.svg);
  background-position-y: 2px;
}
.filter-group__title--help-icon {
  display: flex;
  justify-content: space-between;
  padding-right: 46px;
}
.filter-group__title--inactive-name {
  color: #A8B1B7;
}
.filter-group__help-icon-wrapper {
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 30px;
  display: flex;
}
.filter-group__help-icon {
  fill: #A8B1B7;
  fill-rule: evenodd;
}
.filter-group__help-icon:hover {
  cursor: pointer;
  fill: #363A47;
}
.filter-group__spinner-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.filter-group__spinner-icon-wrapper::after {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  content: "";
}
.filter-group__spinner-icon {
  background: #DA1F2A;
  fill: #FFFFFF;
  transform: translate(-50%, -50%);
  animation: spin 1s infinite linear;
}
.filter-group__name {
  padding-right: 8px;
}
.catalog-filter {
  padding: 14px;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  margin-bottom: 16px;
}
.catalog-filter--vip {
  margin-top: 15px;
}
.catalog-filter--relative {
  position: relative;
}
.catalog-filter__count {
  align-self: flex-start;
  padding-left: 10px;
  margin-left: auto;
  color: #A8B1B7;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.catalog-filter__button-count {
  padding-left: 4px;
}
.catalog-filter__checkbox {
  padding-bottom: 8px;
}
.catalog-filter__checkbox:last-child {
  padding-bottom: 0;
}
.catalog-filter__checkbox.catalog-filter__checkbox--raiting {
  padding-bottom: 10px;
}
.catalog-filter__link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #1390DF;
  cursor: pointer;
}
.catalog-filter__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  position: relative;
  padding-bottom: 12px;
  color: #363A47;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.catalog-filter__chips-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}
.catalog-filter__count-links {
  padding-left: 4px;
}
.catalog-filter__submit {
  display: none;
  width: 100%;
  padding-top: 16px;
}
.catalog-filter__submit--show {
  display: block;
}
.catalog-filter__chip {
  margin-bottom: 6px;
}
.catalog-filter__chip:last-child {
  margin-bottom: 0;
}
.catalog-filter__data-node {
  display: none;
}
.catalog-filter__spinner-icon {
  fill: #FFFFFF;
  transform: translate(-50%, -50%);
  animation: spin 1s infinite linear;
}
.catalog-filter__initializing {
  height: 600px;
  background: #FFFFFF;
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 8px;
}
.catalog-filter__seodata {
  overflow: hidden;
  height: 0;
}
.catalog-filter__skeleton {
  position: absolute;
  z-index: 2;
  display: none;
  background: #FFFFFF;
  inset: 0;
  opacity: 0.4;
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 8px;
}
.catalog-filter__skeleton--show {
  display: block;
}
.catalog-filter__control {
  display: block;
}
.catalog-filter__control--hidden {
  display: none;
}
.catalog-filter__options {
  display: none;
}
.catalog-filter__search {
  position: relative;
  margin-bottom: 12px;
}
.catalog-filter__search .catalog-filter__search-clear-btn {
  top: 9px;
  right: 44px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.catalog-filter__empty-search-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  padding-top: 20px;
  color: #363A47;
}
.catalog-filter__search-text {
  font-weight: 700;
}
.catalog-filter__modal-facets {
  padding-top: 36px;
}
.catalog-filter__modal-facets-grid {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 auto;
}
.catalog-filter__modal-facets-grid-column {
  width: calc(25% - 18px);
}
.catalog-filter__button-pseudo-disabled.button {
  cursor: not-allowed;
}
.catalog-filter__button-pseudo-disabled.button:hover {
  background: #DA1F2A;
}
.catalog__header {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 32px;
  padding-bottom: 24px;
  color: #363A47;
  word-break: break-word;
}
.catalog__header-sup {
  position: relative;
  bottom: 7px;
  left: 8px;
  color: #A8B1B7;
  font-size: 18px;
  line-height: 24px;
}
.catalog__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 24px;
  color: #363A47;
}
.catalog__title--trademarks {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
}
.catalog__title--text-wrap {
  word-break: break-word;
}
.catalog__title--with-selected-category {
  margin-bottom: 8px;
}
.catalog__title--with-spelling {
  margin-bottom: 8px;
}
.catalog__link {
  color: #1390DF;
}
.catalog__title-sup {
  color: #A8B1B7;
}
.catalog__title-sup--with-padding {
  padding-left: 8px;
}
.catalog__rating-feedback {
  margin-bottom: 24px;
}
.catalog__recommended-search-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
  color: #363A47;
}
.catalog__recommended-search-title--with-selected-category {
  margin-bottom: 8px;
}
.catalog__recommended-search-title ~ .catalog__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.catalog__recommended-search-query {
  font-weight: 700;
}
.catalog__query {
  font-weight: 600;
}
.catalog__spelling-link {
  color: #1390DF;
}
.catalog__spelling-suggestion {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
  color: #363A47;
}
.catalog__spelling-suggestion--with-selected-category {
  margin-bottom: 8px;
}
.catalog__trademark-association {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
  color: #363A47;
}
.catalog__trademark-association ~ .catalog__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.catalog__trademark-source-query {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.catalog__return-result {
  position: relative;
  margin-bottom: 24px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.catalog__return-result .catalog__link {
  padding-left: 20px;
}
.catalog__return-result-icon {
  position: absolute;
  top: 50%;
  left: 0;
  fill: #6D778B;
  fill-rule: evenodd;
  transform: translateY(-50%);
}
.empty-result {
  text-align: center;
}
.empty-result__icon {
  margin-bottom: 16px;
}
.empty-result__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #363A47;
}
.empty-result__action {
  color: #1390df;
  cursor: pointer;
}
.product-list {
  display: flex;
}
.product-list__sort {
  margin-right: 22px;
  margin-left: auto;
}
.product-list__grid {
  display: flex;
  flex-flow: wrap;
}
.popular-tags {
  margin-bottom: 40px;
}
.popular-tags__container {
  display: flex;
  flex-flow: wrap;
}
.popular-tags__title {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 32px;
  color: #363A47;
}
.popular-tags__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
/* stylelint-disable
no-descending-specificity,
selector-max-combinators,
selector-no-qualifying-type */
.sort-form .ui-selectmenu-button {
  height: 32px;
  border-color: #A8B1B7;
  border-radius: 6px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.sort-form .ui-selectmenu-button span.ui-icon::before {
  content: none;
}
.sort-form .ui-selectmenu-button:hover {
  border-color: #6D778B;
}
.sort-form .ui-selectmenu-button-closed span.ui-icon,
.sort-form .ui-selectmenu-button-open span.ui-icon {
  z-index: 1;
  top: 7px;
  right: 3px;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}
.sort-form .ui-selectmenu-button-closed span.ui-icon {
  background-image: url(assets/images/23d5860ea878af4dfeea.svg);
}
.sort-form .ui-selectmenu-button-open span.ui-icon {
  background-image: url(assets/images/e04bbb296817116ec624.svg);
}
.sort-form span.ui-selectmenu-text {
  padding-top: 4px;
  padding-left: 13px;
  color: #6D778B;
  text-overflow: clip;
}
.sort-form .ui-menu {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #363A47;
}
.sort-form__dropdown--wide {
  max-width: 970px;
}
.sort-form__dropdown .ui-widget-content {
  border: none;
}
.sort-form__dropdown .ui-menu {
  /* stylelint-disable-next-line declaration-no-important */
  width: 260px !important;
  max-height: 368px;
  padding-bottom: 0;
  border-radius: 6px;
  margin-top: 4px;
  box-shadow: 0 2px 4px rgba(40, 41, 61, 0.04), 0 8px 16px rgba(96, 97, 112, 0.16);
}
.sort-form__dropdown .ui-menu .ui-state-active {
  color: #363A47;
}
.sort-form__dropdown .ui-menu-item {
  padding-right: 10px;
  padding-left: 10px;
}
.sort-form__dropdown .ui-menu-item:hover {
  background: #E6F7FF;
}
.sort-form__dropdown .ui-menu-item:hover .ui-menu-item-wrapper {
  color: #3DA3E2;
}
.sort-form__dropdown .ui-menu-item .ui-state-active {
  background: transparent;
}
.sort-form__select {
  display: none;
}
.sort-form__dropdown .ui-menu-item,
.sort-form__dropdown .ui-menu-item + .ui-menu-item {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  display: flex;
  height: 48px;
  align-items: center;
  border: none;
  color: #363A47;
}
.sort-form__dropdown .ui-menu-item::after,
.sort-form__dropdown .ui-menu-item + .ui-menu-item::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  height: 1px;
  background: #F2F2F2;
  content: "";
}
.card-size {
  display: flex;
}
.card-size__item {
  margin-right: 8px;
}
.card-size__item:last-child {
  margin-right: 0;
}
.card-size__link {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #6D778B;
  cursor: pointer;
  text-decoration: none;
}
.card-size__link.card-size__link--active {
  background-color: #DA1F2A;
  color: #FFFFFF;
}
.card-size__link.card-size__link--active:hover {
  color: #FFFFFF;
}
.card-size__link:hover {
  color: #363A47;
}
.card-size__icon {
  fill: currentcolor;
  fill-rule: evenodd;
  pointer-events: none;
}
.card-size__icon--grid {
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.5px;
}
.images-control {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transition: transform 0.4s;
}
.images-control--full-width {
  width: 1000px;
}
.images-control--static {
  position: static;
}
.images-control__icon {
  width: 15px;
  height: 15px;
  fill: none;
  pointer-events: none;
  stroke: #FFFFFF;
  stroke-width: 2px;
}
.images-control__item {
  position: relative;
  overflow: hidden;
  width: 26px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.images-control__item--video {
  background: linear-gradient(0deg, rgba(54, 58, 71, 0.7), rgba(54, 58, 71, 0.7));
}
.images-control__item--active {
  border-width: 2px;
  border-color: #DA1F2A;
}
.images-control__item:hover .images-control__icon {
  fill: #FFFFFF;
}
.images-control__item:last-child {
  margin-right: 0;
}
.images-control__img {
  display: block;
  width: 26px;
  max-width: none;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.images-control__scroll {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.images-control__scroll--left {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.images-control__scroll--right {
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.images-control__scroll--hidden {
  display: none;
}
.images-control__icon-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(54, 58, 71, 0.7), rgba(54, 58, 71, 0.7));
  inset: -1px -1px 0 0;
}
.images-control__icon-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.rating {
  display: flex;
  align-items: flex-end;
}
.rating__icon {
  margin-right: 2px;
  fill: #6D778B;
  fill-rule: evenodd;
}
.rating__icon--half {
  fill: #FFC438;
}
.rating__icon--fill {
  fill: #FFC438;
  fill-rule: nonzero;
}
.rating__icon:last-child {
  margin-right: 0;
}
.rating__stars {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.rating__full {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.rating__average-mark {
  margin-left: 4px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #363A47;
}
.rating__average-mark--print {
  display: none;
}
.select {
  position: relative;
  width: 100%;
}
.select__label {
  position: absolute;
  top: 4px;
  left: 14px;
  color: #6D778B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.select__disabled {
  opacity: 0.3;
  pointer-events: none;
}
.select__custom-placeholder {
  color: #363A47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.select__custom-placeholder--indent {
  padding-right: 6px;
  padding-left: 20px;
}
.select__icon {
  position: absolute;
  top: 50%;
  left: 12px;
  fill: #6D778B;
  transform: translate3d(0, -50%, 0);
}
.select__skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.skeleton {
  max-width: 985px;
  background: #FFFFFF;
}
.skeleton--universal-carousel {
  margin-bottom: 40px;
}
.skeleton--facets {
  position: absolute;
  z-index: 2;
  max-width: 1009px;
  inset: -80px -11px 0;
  opacity: 0.5;
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 0;
}
.skeleton--facets-search {
  top: 48px;
  border-radius: 8px;
}
.skeleton--hide {
  display: none;
}
.skeleton--show {
  display: block;
}
.skeleton--search-autocomplete {
  padding: 8px 8px 4px;
  background: none;
}
.skeleton--search-autocomplete.skeleton--hide {
  position: absolute;
  opacity: 0;
}
.skeleton--full-width {
  max-width: none;
}
.skeleton--product-media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.skeleton__headline,
.skeleton__tag,
.skeleton__product,
.skeleton__select,
.skeleton__image,
.skeleton__description,
.skeleton__price-section,
.skeleton__price,
.skeleton__scenario-availability,
.skeleton__tabs,
.skeleton__full-width-banner,
.skeleton__button,
.skeleton__product-image {
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 8px;
}
.skeleton__headline {
  width: 312px;
  height: 32px;
  margin-bottom: 14px;
}
.skeleton__headline--margin-l {
  margin-bottom: 24px;
}
.skeleton__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.skeleton__tag {
  display: inline-block;
  width: 156px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.skeleton__tag--big {
  width: 278px;
}
.skeleton__tabs {
  width: 480px;
  height: 40px;
  margin-bottom: 24px;
}
.skeleton__products {
  display: flex;
  justify-content: space-between;
}
.skeleton__products--search-autocomplete:last-child {
  margin-bottom: 0;
}
.skeleton__product {
  width: 228px;
  height: 367px;
}
.skeleton__product--detailed {
  height: 573px;
}
.skeleton__price-section {
  width: 100%;
  height: 227px;
}
.skeleton__price-section--with-margin-bottom {
  margin-bottom: 12px;
}
.skeleton__price-section--navigation {
  height: 72px;
}
.skeleton__scenario-availability {
  width: 100%;
  height: 58px;
}
.skeleton__select {
  width: inherit;
  height: 42px;
}
.skeleton__select--small {
  height: 36px;
}
.skeleton__image {
  width: 36px;
  height: 36px;
}
.skeleton__description {
  display: block;
  width: 195px;
  height: 30px;
}
.skeleton__price {
  width: 100px;
  height: 24px;
}
.skeleton__button {
  width: 69px;
  height: 24px;
}
.skeleton__full-width-banner {
  width: 100%;
  height: 60px;
}
.skeleton__product-image {
  width: 312px;
  height: 312px;
}
.skeleton__thumbnails {
  display: flex;
  gap: 8px;
}
.skeleton-row {
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 8px;
  flex-shrink: 0;
}
.supplies-picker-skeleton {
  padding-block: 24px;
}
.supplies-picker-skeleton__container {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #F9F9F9;
}
.supplies-picker-skeleton__content-wrapper {
  max-width: 732px;
  padding: 24px 44px;
}
.supplies-picker-skeleton__text {
  display: flex;
  height: 72px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
.supplies-picker-skeleton__filters {
  display: flex;
  width: 644px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.supplies-picker-skeleton__submit {
  display: flex;
  justify-content: center;
}
.bonus-points-row {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bonus-points-row--for-listing {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.bonus-points-row__icons {
  display: flex;
}
.bonus-points-row__icon {
  margin-right: 12px;
  fill: #FF647C;
}
.bonus-points-row__icon--for-listing {
  margin-right: 4px;
}
.bonus-points-row__name {
  border-bottom: 1px dashed rgba(19, 144, 223, 0.4);
  color: #1390DF;
  cursor: pointer;
  white-space: nowrap;
}
.bonus-points-row__name:hover {
  border-bottom-color: #1390DF;
}
.bonus-points-row__name--for-listing {
  max-height: 13px;
}
.bonus-points-row__points {
  max-height: 15px;
  color: #363A47;
  text-align: right;
}
.bonus-points-row__tooltip {
  display: none;
}
.bonus-points-row__tooltip-content {
  min-width: 284px;
  padding-right: 20px;
}
.bonus-points-row__tooltip-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  fill: #F9F9F9;
}
.bonus-points-row__tooltip-close:hover {
  fill: #A8B1B7;
}
.bonus-points-row__link {
  border-bottom: 1px solid #F9F9F9;
  color: #F9F9F9;
  line-height: 13px;
}
.bonus-points-row__link:hover {
  border-bottom: none;
}
.coffee-calc {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.coffee-calc__form {
  width: 100%;
  padding: 24px;
  border: 3px solid #f9f9f9;
  border-radius: 8px;
  margin-bottom: 25px;
  color: #363A47;
}
.coffee-calc-result {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin-bottom: 24px;
  color: #363A47;
}
.coffee-calc__days {
  color: #6d778b;
  font-family: 'Fira Sans', sans-serif;
}
.coffee-calc__days::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 2px 9px 0 0;
  background: url(assets/images/1b74cc7302922601f522.svg) no-repeat center;
  content: "";
  vertical-align: top;
}
.coffee-calc__heading {
  display: flex;
  justify-content: flex-end;
}
.coffee-calc__column {
  display: flex;
  justify-content: space-between;
}
.coffee-calc__column--left {
  width: 230px;
  flex-direction: column;
  justify-content: flex-start;
}
.coffee-calc__column--right {
  width: 650px;
}
.coffee-calc__heading-row {
  display: flex;
  width: 650px;
  height: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.coffee-calc__step {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  cursor: default;
}
.coffee-calc__subtitle {
  color: #6d778b;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.coffee-calc__step--2:not(.active) {
  color: #CCCCCC;
  cursor: default;
  pointer-events: none;
}
.coffee-calc__input-overlay:not(.active) .input__field--cups,
.coffee-calc__step--2:not(.active) .input__field--cups {
  border-color: #E0E0E0;
}
.coffee-calc__input-overlay:not(.active) .coffee-calc__subtitle,
.coffee-calc__step--2:not(.active) .coffee-calc__subtitle {
  color: #CCCCCC;
}
.coffee-calc__input-overlay:not(.active) .input__placeholder,
.coffee-calc__step--2:not(.active) .input__placeholder {
  color: #CCCCCC;
}
.coffee-calc__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: bold;
}
.coffee-calc__title--main {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 24px;
  color: #363a47;
}
.coffee-calc__title--3,
.coffee-calc__title--4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.coffee-calc__input {
  width: 134px;
  height: 48px;
}
.coffee-calc__input.active {
  cursor: initial;
  pointer-events: all;
}
.coffee-calc__step--2.active {
  pointer-events: all;
}
.coffee-calc__step--2.active .coffee-calc__title {
  color: #363a47;
}
.coffee-calc__step--2.active .coffee-calc__input:not(.enabled) {
  color: #CCCCCC;
  cursor: default;
  pointer-events: none;
}
.coffee-calc__step--2.active .coffee-calc__input:not(.enabled) .input__placeholder {
  color: #CCCCCC;
}
.coffee-calc__step--2.active .coffee-calc__input:not(.enabled) .input__field {
  border-color: #E0E0E0;
}
.coffee-calc__button.button.active {
  cursor: pointer;
  pointer-events: all;
}
.coffee-calc__step--1::after,
.coffee-calc__step--3::after {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 1px;
  background: #F2F2F2;
  content: "";
}
.coffee-calc__step--3::after {
  bottom: 0;
  left: 24px;
  width: calc(100% - 48px);
}
.coffee-calc__step--3,
.coffee-calc__step--4 {
  width: calc(100% + 48px);
  padding: 24px;
  padding-bottom: 39px;
  margin: 0 -24px;
  background: #F9F9F9;
}
.coffee-calc__step--3 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  padding-bottom: 24px;
}
.coffee-calc__step--4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  margin-bottom: -24px;
}
.coffee-calc__quantity {
  width: 134px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.coffee-calc__quantity--empty::after {
  position: relative;
  color: #a8b1b7;
  content: "—";
}
.coffee-calc__button {
  margin: 24px auto 0;
  background: #EA8D93;
}
.coffee-calc__button.button {
  cursor: default;
  pointer-events: all;
}
.coffee-calc__button.active {
  background: #DA1F2A;
}
.coffee-calc__button.active:hover {
  background: #BC1B24;
}
.coffee-calc__button.active:active {
  background: #C53038;
}
.coffee-calc__controls {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
}
.coffee-calc__empty {
  display: none;
  padding: 13px 20px;
  margin-right: 24px;
}
.coffee-calc__empty.active {
  display: block;
}
.coffee-calc__empty::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(assets/images/15d922bb5b2c096847a7.svg) no-repeat center;
  content: "";
  vertical-align: top;
}
.coffee-calc__empty:hover {
  background: #E0E0E0;
}
.heading-row__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  width: 134px;
}
.subtitle--related {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  color: #363a47;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 32px;
}
.coffee-related {
  display: block;
  max-height: 80px;
  margin-bottom: 48px;
  font-size: 0;
}
.coffee-related__item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 228px;
  height: 80px;
  border-radius: 8px;
  margin-right: 17px;
  background: #f2f2f2;
  font-size: initial;
  text-decoration: none;
  vertical-align: top;
}
.coffee-related__title {
  position: relative;
  padding: 16px 16px 0 0;
  margin-left: 100px;
  color: #363a47;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.coffee-related .slick-slide {
  width: 228px;
  margin-right: 22.33px;
}
.coffee-related .slick-prev {
  right: 44px;
  left: auto;
}
.coffee-related .slick-prev::before,
.coffee-related .slick-next::before {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 64px;
  margin: 0;
  background: #f2f2f2;
  content: "";
  inset: 0;
  opacity: 0.5;
}
.coffee-related .slick-prev::before {
  background: url(assets/images/a337349f63ef8ef39511.png) no-repeat center left 9px, #f2f2f2;
}
.coffee-related .slick-next::before {
  background: url(assets/images/237bbf24c472d874bce5.png) no-repeat center right 9px, #f2f2f2;
}
.coffee-related .slick-arrow {
  top: -60px;
  margin: 0;
  font-size: 0;
  opacity: 1;
}
.coffee-related .slick-arrow:hover::before {
  opacity: 1;
}
.coffee-related__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 228px;
  max-height: 80px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .coffee-calc__column--right {
    flex-grow: 1;
    padding-left: 50px;
  }
}
.promotions {
  padding-bottom: 32px;
  border: none;
}
.reviews-count__hint {
  display: none;
}
.reviews-count__icon {
  margin-right: 2px;
  fill: #6D778B;
  fill-rule: evenodd;
}
.reviews-count {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #6D778B;
}
.reviews-count:hover {
  color: #DA1F2A;
}
.reviews-count:hover .reviews-count__hint {
  display: block;
}
.reviews-count:hover .reviews-count__number {
  display: none;
}
.reviews-count:hover .reviews-count__icon {
  fill: #363A47;
}
.product-plain {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.product-plain:hover {
  box-shadow: 0 2px 8px rgba(40, 41, 61, 0.04), 0 16px 24px rgba(96, 97, 112, 0.16);
}
.product-plain__gallery {
  max-width: 200px;
  margin-right: 24px;
}
.product-plain__main {
  width: 100%;
  max-width: 256px;
  margin-right: 24px;
}
.product-plain__main--full-width {
  max-width: initial;
}
.product-plain__price {
  width: 200px;
}
.product-plain__price--full-width {
  flex-shrink: 0;
}
.product-plain__code {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: #363A47;
}
.product-plain__name {
  display: block;
  overflow: hidden;
  max-height: 72px;
  margin-bottom: 4px;
  color: #363A47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.product-plain__reviews-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.product-plain__status {
  margin-bottom: 8px;
}
.product-plain__rating {
  margin-right: 12px;
}
.product-plain__mark {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: #6D778B;
}
.product-plain__bonuses {
  padding-top: 12px;
}
.product-plain__bonuses--hidden {
  display: none;
}
.product-plain__copy {
  margin-right: 4px;
}
.prices-table {
  font-family: 'Fira Sans', sans-serif;
}
.prices-table__row {
  display: flex;
  min-height: 28px;
  align-items: center;
  padding: 0 13px 0 9px;
  border-radius: 4px;
  margin-bottom: 4px;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.prices-table__row:last-child {
  margin-bottom: 0;
}
.prices-table__row--for-listing-page {
  min-height: auto;
  padding: 4px 0;
  margin-bottom: 0;
  box-shadow: none;
}
.prices-table__description {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #363A47;
  font-weight: 500;
}
.prices-table__input {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.prices-table__price {
  margin-top: 1px;
  font-size: 14px;
}
.prices-table__price--size-s {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}
.prices-table__range {
  min-width: 65px;
  font-size: 13px;
}
.prices-table__range--size-s {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.product-card-gallery {
  position: relative;
  padding-top: 24px;
}
.product-card-gallery--without-padding-top {
  padding-top: 0;
}
.product-card-gallery--out-of-stock {
  opacity: 0.3;
}
.product-card-gallery__stickers {
  position: absolute;
  top: 0;
  left: 0;
}
.product-card-gallery__manage {
  position: absolute;
  top: 0;
  right: 0;
}
.product-card-gallery__link {
  display: block;
  width: 200px;
  height: 200px;
}
.product-card-gallery__zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 32px;
  padding: 4px;
}
.product-card-gallery__zoom--hidden {
  display: none;
}
.product-card-gallery__icon {
  fill: #A8B1B7;
  fill-rule: evenodd;
}
.product-card-gallery__icon:hover {
  fill: #363A47;
}
.product-card-gallery__add-to-favorite {
  margin-bottom: 4px;
}
.product-classification {
  width: 100%;
}
.product-classification--print {
  display: none;
}
.product-classification__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
}
.product-classification__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 6px;
  color: #6D778B;
  white-space: normal;
  word-wrap: break-word;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.product-classification__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 12px;
}
.product-classification__row--size-small {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  min-height: 20px;
  padding-bottom: 6px;
}
.product-classification__row--align-start {
  justify-content: flex-start;
}
.product-classification__row--align-start:last-child {
  margin-bottom: 0;
}
.product-classification__name {
  width: 60%;
}
.product-classification__name--half-width {
  width: 50%;
}
.product-classification__values {
  display: inline-block;
  width: 32%;
  color: #363A47;
}
.product-classification__values--for-listing-page {
  width: 35%;
}
.product-classification__values--half-width {
  width: 50%;
}
.product-classification__unit {
  text-transform: lowercase;
}
.product-classification__feature {
  width: 312px;
}
.product-classification__group-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  display: block;
  padding-top: 16px;
  color: #363A47;
}
.product-classification__group-name:first-of-type {
  padding-top: 0;
}
.product-classification__popover {
  display: inline-block;
  max-height: 16px;
  padding-left: 4px;
  vertical-align: bottom;
}
.product-classification__icon {
  cursor: pointer;
  fill: #6D778B;
  fill-rule: evenodd;
}
.product-classification__icon:hover {
  fill: #363A47;
}
.product-price {
  flex-grow: 1;
  font-family: 'Fira Sans', sans-serif;
}
.product-price__group {
  position: relative;
  width: 312px;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #F9F9F9;
}
.product-price__group--compact {
  padding: 0;
}
.product-price__group--transparent {
  background: transparent;
}
.product-price__group:last-child {
  margin-bottom: 0;
}
.product-price__loader-row {
  display: flex;
  justify-content: center;
}
.product-price__info-block-row {
  display: flex;
  align-items: flex-start;
}
.product-price__info-block-row--hidden {
  display: none;
}
.product-price__info-block-row--separated:not(:last-child) {
  margin-bottom: 8px;
}
.product-price__info-block-img {
  margin-right: 12px;
  fill: #27AE60;
  fill-rule: evenodd;
}
.product-price__info-block-text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #6D778B;
}
.product-price__info-block-text--stock {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.product-price__info-block-vip-header {
  margin-bottom: 4px;
}
.product-price__info-block-value {
  font-weight: 500;
  white-space: nowrap;
}
.product-price__info-block-separator {
  min-width: 16px;
}
.product-price__tooltip-inline {
  display: inline-block;
  cursor: pointer;
}
.product-price__tooltip {
  fill: #6D778B;
  fill-rule: evenodd;
  vertical-align: top;
}
@media (hover: hover) {
  .product-price__tooltip:hover {
    fill: #363A47;
  }
}
.product-price__reset-links a {
  color: inherit;
  text-decoration: underline;
}
.product-price__badge {
  margin-bottom: 12px;
}
.product-price__form {
  position: relative;
}
.product-price__icon--hidden {
  display: none;
}
.product-price__tooltip-content-wrapper {
  display: none;
}
.product-price__tooltip-content {
  display: inline-block;
  max-width: 204px;
  text-wrap: wrap;
}
.product-price__links-block-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.product-price__links-block-row:last-child {
  margin-bottom: 0;
}
.product-price__links-block-link a {
  color: #1390DF;
}
.product-price__links-block-link a:hover {
  border-bottom: 1px solid #1390DF;
}
.product-price__reset-links a:hover {
  text-decoration: none;
}
.product-price__links-block-status {
  color: #6D778B;
}
.product-price__links-block-img-block {
  display: flex;
  align-items: flex-start;
}
.product-price__links-block-img {
  margin-right: 12px;
  fill: #6D778B;
  fill-rule: evenodd;
}
.product-price__bonus-points-row:not(:last-child) {
  margin-bottom: 8px;
}
.product-price__add-to-cart {
  display: flex;
  margin-bottom: 16px;
}
.product-price__add-to-cart--without-margin-bottom {
  margin-bottom: 0;
}
.product-price__counter-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.product-price__counter-row--with-purchase-increment {
  margin-bottom: 31px;
}
.product-price__counter-row--with-purchase-increment-large {
  margin-bottom: 35px;
}
.product-price__counter-row--for-listing-page {
  margin-bottom: 12px;
}
.product-price__counter-row-prices {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  min-height: 40px;
}
.product-price__counter-row-prices--for-listing-page {
  min-height: initial;
  padding-top: 4px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.product-price__counter-row-counter-block {
  position: relative;
  max-width: 98px;
}
.product-price__total {
  margin-bottom: 4px;
  color: #DA1F2A;
}
.product-price__economy {
  display: none;
  color: #6D778B;
}
.product-price__economy--show {
  display: block;
}
.product-price__step-message {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 6px;
  border-radius: 4px;
  margin: 12px 0;
  background: #F1F3F9;
  color: #6D778B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.product-price__step-message-icon {
  position: relative;
  top: -1px;
  margin-right: 4px;
  fill: #A8B1B7;
}
.product-price__price-row {
  margin-bottom: 12px;
}
.product-price__price-row--for-listing-page {
  margin-bottom: 8px;
}
.product-price__price-row--with-padding-top {
  padding-top: 14px;
}
.product-price__price-row--for-grid-item {
  display: flex;
  min-height: 40px;
  flex-direction: column;
  justify-content: flex-end;
}
.product-price__price-row--without-margin-bottom {
  margin-bottom: 0;
}
.product-price__min-price {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  color: #6D778B;
}
.product-price__min-price--unit-of-sale {
  margin-left: -3px;
}
.product-price__current-price-wrapper {
  position: relative;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
}
.product-price__current-price-wrapper--for-listing-page {
  width: 100%;
  min-height: auto;
  padding-top: 4px;
}
.product-price__current-price {
  font-family: 'Fira Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #363A47;
  font-weight: 800;
}
.product-price__current-price--unit-of-sale {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  margin-left: -5px;
}
.product-price__current-price--scale {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}
.product-price__current-price--size-s {
  font-family: 'Fira Sans', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
}
.product-price__old-price {
  position: absolute;
  top: 2px;
  left: 100%;
  color: #6D778B;
  white-space: nowrap;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}
.product-price__old-price--relative {
  position: relative;
  top: 0;
  left: 0;
}
.product-price__old-price::before {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 1px;
  background: #DA1F2A;
  content: "";
  transform: rotate(-4deg);
}
.product-price__old-price--size-m {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  top: -12px;
  right: 0;
  left: initial;
}
.product-price__prices-table {
  margin-bottom: 16px;
}
.product-price__prices-table--for-listing-page {
  margin-bottom: 8px;
}
.product-price__bonus-message-row {
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 16px;
  background: rgba(234, 141, 147, 0.1);
  color: #F2994A;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.product-price__bonus-message-row-alert {
  color: #DA1F2A;
  font-weight: 500;
}
.product-price__similar {
  background: #DA1F2A;
  color: #FFFFFF;
}
.product-price__similar:hover {
  background: #BC1B24;
}
.product-price__similar:focus {
  border: 2px solid #EA8D93;
  background: #C53038;
}
.product-price__add-to-waiting-list {
  border: 1px solid #6D778B;
  margin-bottom: 16px;
  background: #F9F9F9;
  color: #6D778B;
  cursor: pointer;
}
.product-price__step {
  border-radius: 4px;
  margin: 6px 0;
  color: #6D778B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.product-price__step--with-margin-bottom {
  margin-bottom: 8px;
}
.product-price__step--without-padding-top {
  padding-top: 0;
}
.product-price__step-grid-message,
.product-price__step-list-message {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #6D778B;
  font-weight: 500;
  line-height: 13px;
}
.product-price__step-grid-message--yellow,
.product-price__step-list-message--yellow {
  background-color: #FFFBE6;
}
.product-price__step-grid-message--lilac,
.product-price__step-list-message--lilac {
  background-color: #F1F3F9;
}
.product-price__forbidden {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  background: #F9F9F9;
}
.product-price__button {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.product-price__button--without-margin-right {
  margin-right: 0;
}
.product-price-block__out-of-stock-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin-bottom: 16px;
  color: #363A47;
}
.product-price-block__out-of-stock-description {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
  color: #363A47;
}
.product-price-block__out-of-stock-description--link {
  color: #1390DF;
}
.product-price-block__out-of-stock-description--link:hover {
  border-bottom: 1px solid #1390DF;
}
.product-price__variants {
  padding-top: 12px;
}
.product-price__header {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.product-price__header--content-flex-end {
  justify-content: flex-end;
}
.product-price__package {
  position: relative;
  top: -4px;
  flex-shrink: 0;
}
.product-price--highlight {
  animation: green-highlight 0.5s none;
}
@keyframes green-highlight {
  50% {
    color: #27AE60;
  }
}
.product-price__purchase-increment {
  position: absolute;
  top: 40px;
  right: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #6D778B;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
}
.product-availability__tooltip-content {
  display: none;
}
.product-availability__tooltip-text-wrapper {
  min-width: 118px;
  margin-bottom: 12px;
}
.product-availability__tooltip-text-wrapper:last-child {
  margin-bottom: 0;
}
.product-availability__tooltip-text-wrapper--extended {
  width: 200px;
}
.product-availability__add-to-cart-original-button {
  display: none;
}
.product-top-menu {
  display: flex;
  max-height: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: none;
  margin-bottom: 24px;
}
.product-top-menu__tools-block,
.product-top-menu__info-block {
  display: flex;
  align-items: center;
}
.product-top-menu__icon {
  margin: auto;
  cursor: pointer;
  fill: #6D778B;
  fill-rule: evenodd;
  pointer-events: none;
}
.product-top-menu__icon--favorite {
  background: none;
  fill: #DA1F2A;
}
.product-top-menu__icon--offer {
  position: absolute;
  top: 8px;
  margin-left: 10px;
  stroke: #6D778B;
  transform: rotate(180deg);
}
.product-top-menu__link {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #F2F2F2;
  cursor: pointer;
}
.product-top-menu__link--active {
  fill-rule: nonzero;
}
.product-top-menu__link:hover .product-top-menu__icon {
  fill: #363A47;
}
.product-top-menu__comparison {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.product-top-menu__noindex {
  display: block;
  font-size: 0;
  line-height: 0;
}
.product-top-menu__product-code {
  display: flex;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 16px;
  color: #363A47;
}
.product-top-menu__product-code--with-another-article {
  margin-bottom: 4px;
}
.product-top-menu__alert {
  display: flex;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 16px;
  background: #E0E0E0;
  cursor: pointer;
}
.product-top-menu__alert-icon {
  margin-right: 8px;
  fill: #6D778B;
  fill-rule: evenodd;
}
.product-top-menu__alert-message {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #363A47;
}
.product-top-menu__alert-message--bold {
  font-weight: 700;
}
.product-top-menu__offer-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  position: relative;
  padding: 5px 26px 5px 0;
  color: #1390DF;
  cursor: pointer;
}
.product-top-menu__offer-title.arrow-up .product-top-menu__icon--offer {
  transform: rotate(0deg);
  transition: transform 0.1s ease-in-out;
}
.product-top-menu__reviews {
  margin-right: 22px;
}
.product-top-menu__rating {
  margin-right: 16px;
}
.product-top-menu__tooltip-content {
  display: none;
}
.product-top-menu__copy {
  margin-right: 8px;
}
.card-grid__drop {
  position: absolute;
  top: 242px;
  left: 0;
  display: none;
  width: 228px;
  padding: 0 14px 14px;
  border-radius: 0 0 8px 8px;
  background: #FFFFFF;
  box-shadow: 0 8px 8px rgba(40, 41, 61, 0.04), 0 24px 24px rgba(96, 97, 112, 0.16);
}
.card-grid__drop--related-products {
  position: relative;
  top: 0;
  left: -14px;
  display: block;
  padding: 0 14px;
  box-shadow: none;
}
.card-grid__drop--mini-gallery {
  top: 252px;
}
.card-grid__name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  overflow: hidden;
  min-height: 54px;
  margin-bottom: 8px;
  color: #363A47;
}
.card-grid__name--short {
  max-height: 54px;
}
.card-grid__name--full {
  max-height: 72px;
}
.card-grid__name--always-full {
  min-height: 72px;
}
.card-grid__gallery-controls {
  visibility: hidden;
}
.card-grid {
  position: relative;
  width: 228px;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 8px 8px 0 0;
  margin-right: 24px;
  margin-bottom: 24px;
}
.card-grid .product-price__step-grid-message--hover {
  display: none;
}
.card-grid:nth-child(3n) {
  margin-right: 0;
}
.card-grid--hover {
  box-shadow: 0 2px 8px rgba(40, 41, 61, 0.04), 0 16px 24px rgba(96, 97, 112, 0.16);
  z-index: 200;
}
.card-grid--hover .card-grid__drop {
  display: block;
}
.card-grid--hover .product-price__step-grid-message--hover {
  display: block;
}
.card-grid--hover .card-grid__gallery-controls {
  visibility: visible;
}
.card-grid--cart-additional-sales-carousel {
  padding-bottom: 0;
  margin: 0 8px;
}
.card-grid--cart-additional-sales-carousel .card-grid__gallery-controls {
  visibility: visible;
}
.card-grid__gallery {
  margin-bottom: 4px;
}
.card-grid__info {
  display: flex;
  min-height: 20px;
  align-items: center;
  margin-bottom: 4px;
}
.card-grid__info--without-reviews {
  justify-content: space-between;
}
.card-grid__code {
  display: flex;
  min-width: 95px;
  align-items: center;
  padding-top: 2px;
  margin-right: 8px;
  color: #363A47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}
.card-grid__rating {
  margin-right: 12px;
}
.card-grid__rating .rating__icon--fill,
.card-grid__rating .rating__icon--half {
  fill: #FFC438;
}
.card-grid__reviews {
  padding-top: 4px;
}
.card-grid__average-mark {
  min-width: 18px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #6D778B;
}
.card-grid__status {
  margin-bottom: 8px;
}
.card-grid__bonuses {
  padding-top: 8px;
}
.card-grid__copy {
  margin-right: 4px;
}
.product-variants__select-wrapper {
  margin-bottom: 8px;
}
.add-to-waiting-list {
  display: block;
}
.add-to-waiting-list--for-grid-item {
  min-height: 54px;
  padding-top: 4px;
}
.add-to-waiting-list__btn {
  display: block;
  margin-bottom: 8px;
}
.add-to-waiting-list__btn:last-of-type {
  margin-bottom: 0;
}
.add-to-waiting-list__variants {
  padding-top: initial;
  margin-bottom: 12px;
}
.copy-article {
  max-width: 16px;
  max-height: 16px;
  cursor: pointer;
}
.copy-article__icon {
  fill: #6D778B;
}
.copy-article__icon:hover {
  fill: #363A47;
}
.copy-article__input-wrapper {
  opacity: 0;
}
.comparison-preview {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  border: 1px solid #1390DF;
  margin-right: 10px;
  background-color: #F2F2F2;
}
.comparison-preview:last-child {
  margin-right: 0;
}
.comparison-preview--empty {
  border: 1px solid #E0E0E0;
}
.comparison-preview__close {
  position: absolute;
  top: -7px;
  right: -7px;
  background: url(assets/images/3b8a28ba9d4c1ffeb742.png) left top no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  width: 14px;
  height: 14px;
}
.comparison-preview__img {
  position: absolute;
  inset: 0;
}
.comparison-page {
  margin-bottom: 24px;
}
.comparison-page__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.comparison-page__properties {
  width: 100%;
}
.comparison-page__properties tr:nth-child(even) {
  background: #F9FBFF;
}
.comparison-page__empty {
  color: #363A47;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 26px;
}
.comparison-page__icon {
  fill: #6D778B;
  fill-rule: evenodd;
}
.comparison-page__icon--stroke {
  stroke: #6D778B;
}
.comparison-page__icon--arrow-active {
  fill: #363A47;
}
.comparison-page__icon--star {
  fill: #FFC438;
}
.comparison-page__icon--rating {
  margin-right: 8px;
}
.comparison-page__different {
  background-color: #E6F7FF;
}
.subcategory-tiles {
  width: 100%;
  margin-bottom: 24px;
}
.subcategory-tiles__list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 228px);
  row-gap: 24px;
}
.subcategory-tile {
  display: flex;
  padding: 4px;
  border-radius: 8px;
}
.subcategory-tile__image {
  width: 80px;
  height: 80px;
  margin-right: 8px;
}
.subcategory-tile__name {
  flex: 1;
  align-self: center;
  hyphens: auto;
  word-break: break-word;
}
.subcategory-tile__name.chip__label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: unset;
  display: unset;
  height: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  color: #363A47;
  cursor: unset;
}
.subcategory-tile:hover {
  box-shadow: 0 16px 24px 0 #60617029;
}
.subcategory-tile:hover .subcategory-tile__name {
  color: #DA1F2A;
}
.subcategory-tiles-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
}
.subcategory-tiles-footer::before,
.subcategory-tiles-footer::after {
  height: 2px;
  flex-grow: 1;
  background-color: #F2F2F2;
  content: "";
}
.subcategory-tiles-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  padding: 2px 6px 2px 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: #F2F2F2;
  cursor: pointer;
}
.subcategory-tiles-footer__btn:hover {
  border-color: #DA1F2A;
  background-color: #F2F2F2;
}
.subcategory-tiles-footer__btn span {
  margin-right: 4px;
}
.subcategory-tiles.show-all .subcategory-tiles-footer__btn .expand {
  display: none;
}
.subcategory-tiles:not(.show-all):not(.two-lines) .subcategory-tiles__item:nth-child(n + 5) {
  display: none;
}
.subcategory-tiles:not(.show-all).two-lines .subcategory-tiles__item:nth-child(n + 9) {
  display: none;
}
.subcategory-tiles:not(.show-all) .subcategory-tiles-footer__btn .collapse {
  display: none;
}
.vip-assist-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2px rgba(40, 41, 61, 0.04), 0 4px 8px rgba(96, 97, 112, 0.16);
}
.vip-assist-button:hover {
  transform: scale(1.1);
}
.vip-assist-button--message {
  background-color: #8EC684;
}
.vip-assist-button--personal-manager {
  background-color: #BE52F2;
}
.vip-assist-button--feedback {
  background-color: #3DA3E2;
}
.vip-assist-button--feedback-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.vip-assist-button__icon {
  fill: #FFFFFF;
  fill-rule: evenodd;
}
.vip-assist-button ~ .vip-assist-button {
  margin-left: 10px;
}
.vip-assist-button__container.fixed {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  display: flex;
  width: auto;
}
.container {
  width: 1025px;
  padding: 0 20px;
}
.container--responsive {
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .container--responsive {
    padding: 0 24px;
  }
}
.grid {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 auto;
}
.grid__col-2 {
  width: calc(100% / 2 - 24px / 2);
}
.grid__col-3 {
  width: calc(100% / 3 - 48px / 3);
}
.grid__col-4 {
  width: calc(100% / 4 - 72px / 4);
}
.grid__col-6 {
  width: calc(100% / 6 - 120px / 6);
}
/*
- Генерация css классов для отступов -
  Есть 2 варианта использования:
  - использовать css класс напрямую в верстке (.margin-bottom-medium-2)
  - наследовать css класс необходимого элемента от подходящего css класса margin (&:extend(.margin-right-tiny-1))
*/
.margin-bottom-tiny-0,
.skeleton__description,
.skeleton__price {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .margin-bottom-tiny-0,
  .skeleton__description,
  .skeleton__price {
    margin-bottom: 4px;
  }
}
.margin-bottom-tiny-1 {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .margin-bottom-tiny-1 {
    margin-bottom: 6px;
  }
}
.margin-bottom-tiny-2 {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .margin-bottom-tiny-2 {
    margin-bottom: 8px;
  }
}
.margin-bottom-small-0,
.product-classification__group-name,
.alert-list__item:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .margin-bottom-small-0,
  .product-classification__group-name,
  .alert-list__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.margin-bottom-small-1 {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .margin-bottom-small-1 {
    margin-bottom: 12px;
  }
}
.margin-bottom-small-2 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .margin-bottom-small-2 {
    margin-bottom: 12px;
  }
}
.margin-bottom-medium-0 {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .margin-bottom-medium-0 {
    margin-bottom: 20px;
  }
}
.margin-bottom-medium-1 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .margin-bottom-medium-1 {
    margin-bottom: 20px;
  }
}
.margin-bottom-medium-2,
.skeleton__products--search-autocomplete {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .margin-bottom-medium-2,
  .skeleton__products--search-autocomplete {
    margin-bottom: 20px;
  }
}
.margin-bottom-big-0,
.catalog__product-list {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .margin-bottom-big-0,
  .catalog__product-list {
    margin-bottom: 32px;
  }
}
.margin-bottom-big-1 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .margin-bottom-big-1 {
    margin-bottom: 40px;
  }
}
.margin-bottom-big-2 {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .margin-bottom-big-2 {
    margin-bottom: 48px;
  }
}
.margin-right-tiny-0 {
  margin-right: 4px;
}
@media (max-width: 768px) {
  .margin-right-tiny-0 {
    margin-right: 4px;
  }
}
.margin-right-tiny-1 {
  margin-right: 6px;
}
@media (max-width: 768px) {
  .margin-right-tiny-1 {
    margin-right: 6px;
  }
}
.margin-right-tiny-2,
.product-classification__name {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .margin-right-tiny-2,
  .product-classification__name {
    margin-right: 8px;
  }
}
.margin-right-small-0 {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .margin-right-small-0 {
    margin-right: 12px;
  }
}
.margin-right-small-1 {
  margin-right: 14px;
}
@media (max-width: 768px) {
  .margin-right-small-1 {
    margin-right: 12px;
  }
}
.margin-right-small-2 {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .margin-right-small-2 {
    margin-right: 12px;
  }
}
.margin-right-medium-0 {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .margin-right-medium-0 {
    margin-right: 20px;
  }
}
.margin-right-medium-1 {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .margin-right-medium-1 {
    margin-right: 20px;
  }
}
.margin-right-medium-2,
.product-classification__name--half-width,
.product-classification__feature {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .margin-right-medium-2,
  .product-classification__name--half-width,
  .product-classification__feature {
    margin-right: 20px;
  }
}
.margin-right-big-0 {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .margin-right-big-0 {
    margin-right: 32px;
  }
}
.margin-right-big-1 {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .margin-right-big-1 {
    margin-right: 40px;
  }
}
.margin-right-big-2 {
  margin-right: 48px;
}
@media (max-width: 768px) {
  .margin-right-big-2 {
    margin-right: 48px;
  }
}
.grid-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}
.grid-layout__col {
  grid-column-end: -1;
  grid-column-start: 1;
}
.grid-layout__col--1 {
  grid-column: auto / span 1;
}
.grid-layout__col--2 {
  grid-column: auto / span 2;
}
.grid-layout__col--3 {
  grid-column: auto / span 3;
}
.grid-layout__col--4 {
  grid-column: auto / span 4;
}
.grid-layout__col--5 {
  grid-column: auto / span 5;
}
.grid-layout__col--6 {
  grid-column: auto / span 6;
}
.grid-layout__col--7 {
  grid-column: auto / span 7;
}
.grid-layout__col--8 {
  grid-column: auto / span 8;
}
.grid-layout__col--9 {
  grid-column: auto / span 9;
}
.grid-layout__col--10 {
  grid-column: auto / span 10;
}
.grid-layout__col--11 {
  grid-column: auto / span 11;
}
.grid-layout__col--12 {
  grid-column: auto / span 12;
}
.seo-tags {
  padding-bottom: 24px;
}
.seo-tags__tags-wrapper {
  max-height: 160px;
  overflow-y: auto;
}
.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.tag {
  display: flex;
  height: 32px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 1px solid #F2F2F2;
  border-radius: 40px;
  background: #F2F2F2;
  color: #363A47;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color;
  transition-timing-function: ease;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tag--active {
  border-color: #DA1F2A;
  background: #DA1F2A;
  color: #FFFFFF;
}
.tag--hidden {
  display: none;
}
.tag:hover {
  border-color: #DA1F2A;
}
.tag--pointer {
  cursor: pointer;
}
.tag--more-button .tag__number {
  color: #363A47;
}
.tag__tooltip {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.tag__icon {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
.tag__icon--svg {
  width: 100%;
  height: 100%;
  fill: #6D778B;
}
.tag__number {
  margin-left: 5px;
  color: #A8B1B7;
}
.tag__control {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.tag__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.tag__content--orange:hover {
  border-color: #FFAF38;
}
.tag--checked {
  border-color: #DA1F2A;
  background: #DA1F2A;
}
.tag--checked .tag__text {
  color: #FFFFFF;
}
.tag--checked .tag__number {
  color: #FFFFFF;
}
.tag--checked .tag__icon-svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  transition: ease 0.2s;
}
.tag--checked.tag__content--orange {
  border-color: #FFAF38;
  background: #FFAF38;
  color: #FFFFFF;
}
.tag--disabled {
  pointer-events: none;
}
.tag--disabled .tag__text {
  color: #CCCCCC;
}
.tag--disabled .tag__icon-svg {
  fill: #CCCCCC;
  stroke: #CCCCCC;
}
.tag--active .tag__number {
  color: #FFFFFF;
}
.pagination {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #6D778B;
}
@media (max-width: 768px) {
  .pagination {
    flex-direction: row;
    justify-content: center;
  }
}
.pagination--center {
  justify-content: center;
}
.pagination__item {
  margin-right: 4px;
  text-align: center;
}
.pagination__item--dots {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 32px;
  height: 32px;
  align-items: flex-end;
  padding-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination__item--prev {
  margin-right: 8px;
}
.pagination__item--next {
  margin-left: 8px;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: currentcolor;
  cursor: pointer;
}
.pagination__link--prev,
.pagination__link--next {
  overflow: hidden;
  width: auto;
  box-sizing: border-box;
  padding: 0 8px;
  border-radius: 6px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination__link--prev {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.pagination__link:not(.pagination__link--active):hover {
  background-color: #F9F9F9;
}
.pagination__link--active {
  background-color: #DA1F2A;
  color: #FFFFFF;
  pointer-events: none;
}
.pagination__icon {
  fill: currentcolor;
}
.tooltip-content {
  font-size: 14px;
  text-align: left;
}
.tooltip-content--with-close-button {
  width: 264px;
  margin-right: 20px;
}
.tooltip-content__buttons {
  padding-top: 11px;
}
.tooltip-content__link {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid #F9F9F9;
  border-radius: 6px;
  color: #F9F9F9;
}
.tooltip-content__close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  fill: #F9F9F9;
  fill-rule: evenodd;
  opacity: 1;
}
.tooltip-content__close-button:hover {
  opacity: 0.5;
}
.chip {
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.chip--with-margin {
  margin-right: 8px;
  margin-bottom: 8px;
}
.chip__label {
  position: relative;
  display: flex;
  height: 32px;
  align-items: center;
  padding: 5px 46px 5px 20px;
  border: 1px solid transparent;
  border-radius: 40px;
  background: #F2F2F2;
  color: #363A47;
  cursor: default;
  font-size: 14px;
  line-height: 18px;
}
.chip__label--size-s {
  font-size: 11px;
  line-height: 13px;
}
.chip__label--medium {
  height: 26px;
}
.chip__label--small {
  height: 22px;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 11px;
  line-height: 13px;
}
.chip__label--with-append-icon {
  padding-right: 20px;
  padding-left: 46px;
}
.chip__label--without-icon {
  padding: 5px 20px;
}
.chip__label--link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.chip__label--link:hover {
  border-color: #DA1F2A;
}
.chip__label--primary {
  background-color: #DA1F2A;
  color: #FFFFFF;
}
.chip__label--primary .chip__icon {
  fill: #FFFFFF;
}
.chip__label--loading {
  display: inline-block;
  min-height: 30px;
  animation: loading 5 5s infinite;
  background: linear-gradient(89.17deg, #F9F9F9 0.8%, #F2F2F2 50.09%, #F9F9F9 96.31%);
  background-size: 200% 100%;
}
.chip__label--less {
  display: none;
}
.chip__label--tag {
  padding-right: 36px;
}
.chip__label--toggle {
  display: flex;
}
.chip__svg {
  position: absolute;
  top: 11px;
  right: 23px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  fill: none;
  stroke: #363A47;
}
.chip__svg--comparison {
  top: 6px;
  right: 12px;
  width: 18px;
  height: 18px;
  stroke: none;
}
.chip__svg--no-event {
  pointer-events: none;
}
.chip__svg--side-arrow {
  top: 9px;
  right: 22px;
  width: 14px;
  height: 14px;
}
.chip__svg--more {
  top: 4px;
  right: 20px;
  width: 24px;
  height: 24px;
  stroke: none;
}
.chip__svg--arrow {
  transform: rotate(90deg);
}
.chip__svg--tag {
  top: 11px;
  right: 14px;
  stroke-width: 1.5px;
}
.chip--mini .chip__label {
  height: auto;
  padding-right: 27px;
  padding-left: 10px;
}
.chip--mini .chip__svg {
  top: 6px;
  right: 10px;
}
.chip__checkbox {
  position: relative;
  display: none;
}
.chip__number {
  position: absolute;
  top: 7px;
  right: 20px;
  color: #A8B1B7;
}
.chip__number--not-absolute {
  position: static;
  padding-left: 5px;
}
.chip__label--small + .chip__number {
  top: 2px;
}
.chip__label--small + .chip__svg {
  top: 4px;
  right: 13px;
}
.chip__label--with-append-icon + .chip__svg--side-arrow {
  left: 18px;
}
.chip__checkbox:checked + .chip__label {
  background: #DA1F2A;
  color: #FFFFFF;
  transition: ease 0.2s;
}
.chip__checkbox:checked ~ .chip__label .chip__number,
.chip__checkbox:checked ~ .chip__number {
  color: #FFFFFF;
  transition: ease 0.2s;
}
.chip__checkbox:checked ~ .chip__label--more {
  display: none;
}
.chip__checkbox:checked ~ .chip__label--less {
  display: flex;
}
.chip__checkbox:checked + .chip__label--orange {
  background: #FFAF38;
  color: #FFFFFF;
  transition: ease 0.2s;
}
.chip__checkbox:checked ~ .chip__svg {
  stroke: #FFFFFF;
  transition: ease 0.2s;
}
.chip__checkbox:disabled + .chip__label {
  background: #F2F2F2;
  color: #CCCCCC;
  transition: ease 0.2s;
}
.chip__checkbox:disabled ~ .chip__svg {
  cursor: default;
  stroke: #CCCCCC;
  transition: ease 0.2s;
}
.chip__checkbox:not(:disabled, :checked) + .chip__label:hover {
  border-color: #DA1F2A;
}
.chip__checkbox:not(:disabled, :checked) + .chip__label--orange:hover {
  border-color: #FFAF38;
}
.chip__svg--arrow-vertical {
  transform: rotate(180deg);
  transition: transform ease 0.2s;
}
.chip__checkbox:checked ~ .chip__svg--arrow-vertical {
  stroke: #6D778B;
  transform: rotate(360deg);
  transition: transform ease 0.2s, stroke ease 0.2s;
}
.chip__ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.range-control {
  padding-top: 12px;
}
.range-control__label-wrap {
  position: relative;
}
.range-control__label {
  position: absolute;
  top: 0;
  left: 6px;
  color: #6D778B;
  font-size: 0;
  transition: font-size 0.2s linear;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.range-control__input {
  width: 100%;
  height: 32px;
  padding-top: 5px;
  padding-right: 6px;
  padding-left: 6px;
  border: 1px solid #A8B1B7;
  border-radius: 6px;
  background-color: transparent;
  color: #6D778B;
  outline: none;
  text-align: left;
  transition: padding 0.1s linear;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.range-control__input:focus {
  border-color: #363A47;
  color: #363A47;
}
.range-contol__wrap-slider {
  padding-top: 15px;
  padding-bottom: 7px;
}
.range-control__container--focus .range-control__label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.range-control__wrap-delimeter {
  padding-top: 5px;
  padding-right: 4px;
  padding-left: 4px;
}
.range-control__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}
.range-control__lever {
  height: 4px;
  border: none;
  border-radius: 2px;
  background-color: rgba(168, 177, 183, 0.3);
}
.range-control__lever .ui-widget-header.ui-slider-range {
  top: 0;
  height: 100%;
  box-sizing: content-box;
  border: none;
  border-radius: 4px;
  background: #DA1F2A;
}
.range-control__lever .ui-state-default {
  top: -9px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  margin-left: -2px;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(40, 41, 61, 0.04), 0 8px 16px rgba(96, 97, 112, 0.16);
}
.range-control__lever .ui-state-default::before,
.range-control__lever .ui-state-default::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.range-control__lever .ui-state-default::before {
  width: 10px;
  height: 10px;
  background-color: #DA1F2A;
}
.range-control__lever .ui-state-hover::after {
  width: 20px;
  height: 20px;
  border: 1px solid #DA1F2A;
  content: "";
}
.search-chip {
  margin-bottom: 24px;
}
.search-chip--hidden {
  display: none;
}
.search-chip__title {
  color: #363A47;
  font-size: 16px;
}
.search-chip__title,
.search-chip .search-chip__item {
  margin-right: 6px;
  margin-bottom: 8px;
}
.search-chip__link {
  padding: 4px 8px;
}
.search-chip--clarification {
  max-height: 64px;
  overflow: hidden;
  margin-bottom: 24px;
}
.search-chip__counter {
  margin-right: 3px;
}
.popover--hidden {
  display: none;
}
.popover__container {
  position: relative;
  width: calc(100% - 12px);
}
.popover__container--help-info {
  width: 100%;
  padding-right: 6px;
}
@-moz-document url-prefix() {
  .popover__container--help-info:after {
    width: 20px;
    height: 20px;
    background-color: #363A47;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
  }
}
.popover__content {
  position: relative;
  width: calc(100% + 6px);
  max-height: 180px;
  box-sizing: border-box;
  padding-right: 10px;
  overflow-y: auto;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@supports (-moz-appearance:none) {
  .popover__content {
    scrollbar-color: #E0E0E0 #F9F9F9;
    scrollbar-width: thin;
  }
}
.popover__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popover__content::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 3px;
}
.popover__content::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
.popover__content::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .popover__content {
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #F9F9F9;
  }
}
@-moz-document url-prefix() {
  .popover__content {
    scrollbar-width: thin;
  }
}
.popover__content--help-info {
  width: 100%;
  padding-right: 14px;
  white-space: pre-wrap;
}
@supports (-moz-appearance:none) {
  .popover__content--help-info {
    scrollbar-color: #E0E0E0 #6D778B;
    scrollbar-width: thin;
  }
}
.popover__content--help-info::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popover__content--help-info::-webkit-scrollbar-track {
  background: #6D778B;
  border-radius: 3px;
}
.popover__content--help-info::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
.popover__content--help-info::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .popover__content--help-info {
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #6D778B;
  }
}
.popover__content--help-info::-webkit-scrollbar-track {
  margin-top: 28px;
}
.popover__heading {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 20px;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.popover__heading--small {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.popover__close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  fill-rule: evenodd;
  /* пропускаем событие дочернего элемента use, чтобы target всегда был именно корневой svg */
}
.popover__close use {
  pointer-events: none;
}
.popover__close--light {
  fill: #FFFFFF;
}
.popover__close--help-info {
  z-index: 1;
  top: 0;
  right: 0;
  fill: #F9F9F9;
}
.popover__close--help-info:hover {
  fill: #A8B1B7;
}
@-moz-document url-prefix() {
  .popover__close--help-info {
    right: 3px;
  }
}
.popover__close--dark {
  fill: #A8B1B7;
}
.popover__step {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 12px;
}
.popover__buttons {
  display: flex;
  align-items: center;
}
.popover__buttons .popover__button-secondary {
  margin-right: 12px;
  color: #F9F9F9;
}
.popover__text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-right: 20px;
  margin-bottom: 12px;
}
.popover__text--margin-none {
  margin: 0;
}
.popover__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-to-favorite {
  display: block;
  cursor: pointer;
}
.add-to-favorite__icon {
  margin: auto;
  background: none;
  cursor: pointer;
  fill: #DA1F2A;
  fill-rule: evenodd;
  pointer-events: none;
}
.add-to-favorite__icon--for-listing-page {
  fill: #6D778B;
}
.add-to-favorite__link {
  display: block;
  padding: 8px;
  border: 1px solid #DA1F2A;
  border-radius: 6px;
  cursor: pointer;
}
.add-to-favorite__link--flat {
  display: flex;
  padding: 0;
  border: 0;
}
.add-to-favorite__link--flat .add-to-favorite__icon {
  fill: #6D778B;
}
.add-to-favorite__link--active:not(.add-to-favorite__link--flat) {
  border-color: #F2F2F2;
  background: #F2F2F2;
  visibility: visible;
}
.add-to-favorite__link--active .add-to-favorite__icon,
.add-to-favorite__link:hover .add-to-favorite__icon {
  fill-rule: nonzero;
}
.add-to-favorite__link--active.add-to-favorite__link--flat .add-to-favorite__icon,
.add-to-favorite__link--active:hover.add-to-favorite__link--flat .add-to-favorite__icon {
  fill: #DA1F2A;
}
.add-to-favorite__link--flat:hover:not(.add-to-favorite__link--active) .add-to-favorite__icon {
  fill: #363A47;
  fill-rule: evenodd;
}
.add-to-favorite__link--size-s {
  width: 16px;
  height: 16px;
}
.add-to-favorite__link--for-listing-page {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-left: 4px;
  border: none;
  border-radius: 50%;
  background: #F2F2F2;
}
.add-to-favorite__link--for-listing-page:hover .add-to-favorite__icon--for-listing-page {
  fill: #363A47;
  fill-rule: evenodd;
}
.add-to-favorite__link--for-listing-page.add-to-favorite__link--active .add-to-favorite__icon--for-listing-page {
  fill: #DA1F2A;
  fill-rule: nonzero;
}
.add-to-favorite__link--for-slider {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 0;
  border-color: #F2F2F2;
  border-radius: 50%;
  margin: auto;
  background-color: #F2F2F2;
}
.add-to-favorite__link--for-slider .add-to-favorite__icon {
  fill: #6D778B;
}
.add-to-favorite__link--for-slider:hover .add-to-favorite__icon {
  fill: #363A47;
  fill-rule: evenodd;
}
.add-to-favorite__link--for-slider.add-to-favorite__link--active .add-to-favorite__icon {
  fill: #DA1F2A;
  fill-rule: nonzero;
}
.add-to-favorite__noindex {
  display: block;
  font-size: 0;
  line-height: 0;
}
.add-to-favorite__tooltip-content {
  display: none;
}
.add-to-compare {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.add-to-compare--size-l {
  width: 32px;
  height: 32px;
}
.add-to-compare__icon {
  margin: auto;
  cursor: pointer;
  stroke: #6D778B;
  stroke-width: 1.5px;
  fill: #FFFFFF;
  fill-rule: evenodd;
  pointer-events: none;
}
.add-to-compare__icon--flat {
  fill-rule: nonzero;
}
.add-to-compare__link {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #F2F2F2;
  cursor: pointer;
}
.add-to-compare__link:hover .add-to-compare__icon {
  stroke: #363A47;
  fill: #FFFFFF;
}
.add-to-compare__link--size-l {
  width: 32px;
  height: 32px;
}
.add-to-compare__link.add-to-compare__link--active,
.add-to-compare__link.add-to-compare__link--active:hover {
  visibility: visible;
}
.add-to-compare__link.add-to-compare__link--active .add-to-compare__icon,
.add-to-compare__link.add-to-compare__link--active:hover .add-to-compare__icon {
  fill: #DA1F2A;
  stroke: #DA1F2A;
  stroke-width: 1px;
  fill-rule: nonzero;
}
.add-to-compare__tooltip-content {
  display: none;
}
.counter-step-field__input-line {
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 56px;
  height: 1px;
  background: #E0E0E0;
  content: "";
}
.counter-step-field__input-line--size-s {
  left: 4px;
  width: 50px;
}
.counter-step-field__arrow {
  display: block;
  cursor: pointer;
  fill: #6D778B;
  fill-rule: evenodd;
  transition: fill 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.counter-step-field__arrow:hover {
  fill: #363A47;
}
.counter-step-field__arrow--disabled {
  fill: #CCCCCC;
}
.counter-step-field__arrow.counter-step-field__arrow--disabled {
  fill: #CCCCCC;
}
.counter-step-field {
  position: relative;
  width: 98px;
  height: 36px;
}
.counter-step-field--disabled {
  pointer-events: none;
}
.counter-step-field--disabled .counter-step-field__arrow {
  fill: #CCCCCC;
}
.counter-step-field--size-s {
  width: 85px;
}
.counter-step-field:hover .counter-step-field__input-line {
  background: #363A47;
}
.counter-step-field input {
  border-radius: 4px;
}
.counter-step-field__input {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  height: 36px;
  padding: 4px 32px 8px 10px;
  border-radius: 4px;
  background: #FFFFFF;
  color: #363A47;
  text-align: center;
}
.counter-step-field__input--with-units {
  padding-right: 55px;
}
.counter-step-field__input--disabled {
  color: #E0E0E0;
}
.counter-step-field__input--size-s {
  padding-left: 4px;
}
.counter-step-field__input--with-units-and-size-s {
  padding-right: 50px;
}
.counter-step-field__input:focus {
  border: 1px solid #363A47;
}
.counter-step-field__input:focus ~ .counter-step-field__input-line {
  background: #363A47;
}
.counter-step-field__input:focus ~ .counter-step-field__arrow-block > span.counter-step-field__arrow {
  fill: #363A47;
}
.counter-step-field__arrow-block {
  position: absolute;
  top: 1px;
  right: 10px;
}
.counter-step-field__units {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 4px;
  right: 39px;
  color: #363A47;
  pointer-events: none;
}
.counter-step-field__units--size-s {
  right: 32px;
}
.counter-step-field__tooltip {
  display: none;
}
.checkbox {
  position: relative;
  display: flex;
  font-family: 'Fira Sans', sans-serif;
}
.checkbox--hide {
  display: none;
}
.checkbox__text {
  color: #363A47;
  cursor: pointer;
  font-style: normal;
  text-decoration: none;
}
.checkbox__text--nowrap {
  white-space: nowrap;
}
.checkbox__field {
  position: absolute;
  z-index: -1;
  /* display: none нарушает работу jQuery Validation Plugin
     https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md#190
  */
  visibility: hidden;
}
.checkbox__field ~ .checkbox__text {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  padding-left: 22px;
  color: #363A47;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.checkbox__field ~ .checkbox__text--inline {
  display: inline;
}
.checkbox__field ~ .checkbox__text--size-s {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.checkbox__field ~ .checkbox__text::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #A8B1B7;
  border-radius: 2px;
  margin: 0;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
.checkbox__field + .checkbox__icon {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  padding-left: 22px;
  color: #363a47;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.checkbox__mark {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 2px;
  display: none;
  cursor: pointer;
  fill: #FFFFFF;
  fill-rule: evenodd;
}
.checkbox__field:checked ~ .checkbox__text::before {
  border-color: #DA1F2A;
  background-color: #DA1F2A;
  background-size: 10px;
}
.checkbox__field:checked ~ .checkbox__mark {
  display: inline;
}
.checkbox__field:checked + .checkbox__icon::before {
  border-color: #DA1F2A;
  background-color: #DA1F2A;
  background-image: url(assets/images/23162601a4d08e06d9e0.svg);
}
.checkbox__field:disabled ~ .checkbox__text {
  color: #CCCCCC;
  cursor: initial;
}
.checkbox__field:disabled ~ .checkbox__text::before {
  border: 1px solid #CCCCCC;
  background-color: #F2F2F2;
  cursor: initial;
}
.checkbox__field:disabled:checked ~ .checkbox__text::before {
  border-color: #CCCCCC;
  background-color: #CCCCCC;
  cursor: initial;
}
.checkbox__field:disabled:checked ~ .checkbox__mark {
  display: inline;
  cursor: default;
}
.checkbox__field:not(:disabled, :checked) ~ .checkbox__text:hover::before {
  border-color: #6D778B;
}
.checkbox__icon {
  color: #363A47;
  cursor: pointer;
  text-decoration: none;
}
.checkbox__icon::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #a8b1b7;
  border-radius: 2px;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
.checkbox__count {
  align-self: flex-start;
  padding-left: 10px;
  margin-left: auto;
  color: #A8B1B7;
  white-space: nowrap;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.checkbox__bottom-description {
  position: absolute;
  bottom: -3px;
  left: 22px;
  color: #A8B1B7;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.checkbox__name {
  margin-right: 5px;
}
.checkbox__hint-icon {
  flex-shrink: 0;
  align-self: flex-start;
  fill: #6D778B;
  fill-rule: evenodd;
}
.checkbox__hint-icon:hover {
  cursor: pointer;
  fill: #363A47;
}
.checkbox__hint-text {
  display: none;
}
.radio:not(.radio--modern) {
  position: relative;
  display: block;
  min-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.radio:not(.radio--modern).radio--with-info {
  display: inline-block;
}
.radio:not(.radio--modern) .radio__input {
  position: absolute;
  display: none;
}
.radio:not(.radio--modern) .radio__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #A8B1B7;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.radio:not(.radio--modern) .radio__checkmark::before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
}
.radio:not(.radio--modern) .radio__checkmark--baseline {
  top: initial;
}
.radio:not(.radio--modern) .radio__title {
  position: absolute;
  left: 22px;
  white-space: nowrap;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.radio:not(.radio--modern) .radio__title--relative {
  position: relative;
}
.radio:not(.radio--modern) .radio__title--static {
  position: static;
  padding-left: 22px;
}
.radio:not(.radio--modern) .radio__title--ellipsis {
  right: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio:not(.radio--modern) .radio__title--disabled {
  color: #CCCCCC;
}
.radio:not(.radio--modern) .radio__title--white-space-normal {
  white-space: normal;
}
.radio:not(.radio--modern) .radio__title--dark {
  color: #363A47;
}
.radio:not(.radio--modern) .radio__title--size-s {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.radio:not(.radio--modern) .radio__title--size-xs {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.radio:not(.radio--modern) .radio__description {
  position: relative;
  left: 22px;
  display: block;
  color: #6D778B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.radio:not(.radio--modern) .radio:hover .radio__checkmark {
  border-color: #6D778B;
}
.radio:not(.radio--modern) .radio__input:checked ~ .radio__checkmark {
  border: 1px solid #DA1F2A;
}
.radio:not(.radio--modern) .radio__input:checked ~ .radio__checkmark::before {
  display: block;
  background-color: #DA1F2A;
}
.radio:not(.radio--modern) .radio__input:disabled ~ .radio__checkmark {
  border-color: #CCCCCC;
  background: #F2F2F2;
  cursor: default;
}
.radio:not(.radio--modern) .radio__input:disabled ~ .radio__title {
  cursor: default;
  color: #CCCCCC;
}
.radio:not(.radio--modern) .radio__input:disabled:checked ~ .radio__checkmark {
  border-color: #CCCCCC;
  background: #F2F2F2;
  cursor: default;
}
.radio:not(.radio--modern) .radio__input:disabled:checked ~ .radio__checkmark::before {
  display: block;
  background-color: #CCCCCC;
}
.radio.radio--modern .radio__label {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 768px) {
  .radio.radio--modern.radio--size-s .radio__control {
    top: 3px;
  }
}
.radio.radio--modern.radio--size-s .radio__text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 768px) {
  .radio.radio--modern.radio--size-s .radio__text {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .radio.radio--modern {
    align-items: flex-start;
  }
}
.radio.radio--modern .radio__control {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  border: solid 1px #A8B1B7;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .radio.radio--modern .radio__control {
    top: 4px;
  }
}
.radio.radio--modern .radio__control::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(218, 31, 42, 0);
  content: "";
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.3s;
}
.radio:hover .radio.radio--modern__control {
  border-color: #6D778B;
}
.radio.radio--modern .radio__text {
  flex: 1;
  color: #363A47;
  cursor: pointer;
}
.radio.radio--modern .radio__description {
  position: relative;
  width: 100%;
  padding-left: 22px;
  color: #6D778B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.radio.radio--modern .radio__input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.radio.radio--modern .radio__input:checked ~ .radio__control {
  border: 1px solid #DA1F2A;
}
.radio.radio--modern .radio__input:checked ~ .radio__control::after {
  background-color: #da1f2a;
}
.radio.radio--modern .radio__input:disabled ~ .radio__control,
.radio.radio--modern .radio__input:disabled ~ .radio__text {
  cursor: not-allowed;
}
.radio.radio--modern .radio__input:disabled ~ .radio__control {
  border-color: #CCCCCC;
  background-color: #F2F2F2;
}
.radio.radio--modern .radio__input:disabled ~ .radio__text {
  color: #CCCCCC;
}
.radio.radio--modern .radio__input:disabled:checked ~ .radio__control::after {
  background-color: #cccccc;
}
.radio.radio--modern .radio__input:focus:not(:checked) ~ .radio__control {
  box-shadow: inset 0 0.5px 4px rgba(96, 97, 112, 0.32);
}
.link {
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #1390DF;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 768px) {
  .link {
    color: #DA1F2A;
    border: none;
  }
}
@media (hover: hover) {
  .link:hover,
  .link:visited:hover {
    border-color: #1390DF;
    color: #1390DF;
  }
}
.link--hidden {
  display: none;
}
.link--small {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.link--inline-flex {
  display: inline-flex;
  vertical-align: text-bottom;
}
.link--uppercase {
  text-transform: uppercase;
}
.link--size-16 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.link--size-14 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.link--size-13 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.link--size-11 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.link--in-chips {
  align-self: flex-start;
  padding-top: 5px;
  margin-bottom: 12px;
  cursor: pointer;
}
.link--dashed {
  border-bottom: 1.5px dashed rgba(19, 144, 223, 0.4);
}
@media (max-width: 768px) {
  .link--dashed {
    border-color: currentColor;
  }
}
.link--dashed:visited {
  border-color: rgba(19, 144, 223, 0.4);
  color: #1390DF;
}
@media (max-width: 768px) {
  .link--dashed:visited {
    border-color: #DA1F2A;
    color: #DA1F2A;
  }
}
@media (hover: hover) {
  .link--dashed:hover {
    border-color: #1390DF;
    color: #1390DF;
  }
}
@media (max-width: 768px) {
  .link--mobile-accent {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #6D778B;
    text-decoration: underline;
    border: none;
  }
  .link--mobile-accent:visited,
  .link--mobile-accent:hover {
    color: #6D778B;
  }
}
.link--inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.chips {
  display: flex;
  flex-wrap: wrap;
}
.chips__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.chips__item:last-child {
  margin: 0;
}
/* stylelint-disable selector-max-attribute */
.chip[data-chip-new] {
  position: relative;
  display: flex;
}
.chip[data-chip-new]:hover .chip__label {
  border-color: #DA1F2A;
}
.chip[data-chip-new]:hover .chip__label--outlined {
  background: #E0E0E0;
  border-color: #6D778B;
}
.chip[data-chip-new]:hover .chip__label--without-hover {
  border-color: transparent;
}
.chip[data-chip-new].chip--size-s .chip__label {
  height: 22px;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 11px;
  line-height: 13px;
}
.chip[data-chip-new].chip--size-s .chip__svg {
  top: 5px;
  right: 13px;
}
.chip[data-chip-new].chip--size-s .chip__number {
  top: 6px;
  right: 12px;
  font-size: 11px;
}
.chip[data-chip-new] .chip__icon {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #6D778B;
}
.chip[data-chip-new] .chip__icon:hover {
  stroke: #363A47;
}
.chip[data-chip-new] .chip__label {
  position: relative;
  display: flex;
  height: 32px;
  box-sizing: border-box;
  align-items: center;
  padding: 0 46px 0 19px;
  border: 1px solid transparent;
  border-radius: 40px;
  background: #F2F2F2;
  color: #363A47;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  transition: ease 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chip[data-chip-new] .chip__label--less {
  display: none;
}
.chip[data-chip-new] .chip__label--outlined {
  border-color: #6D778B;
}
.chip[data-chip-new] .chip__svg {
  position: absolute;
  top: 9px;
  right: 23px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  fill: none;
  stroke: #363A47;
  transition: ease 0.2s;
}
.chip[data-chip-new] .chip__svg--arrow {
  transform: rotate(90deg);
}
.chip[data-chip-new] .chip__svg--arrow-vertical {
  transform: rotate(180deg);
}
.chip[data-chip-new] .chip__number {
  position: absolute;
  top: 7px;
  right: 20px;
  color: #A8B1B7;
  transition: ease 0.2s;
}
.chip[data-chip-new] .chip__checkbox {
  display: none;
}
.chip[data-chip-new] .chip__checkbox:disabled ~ .chip__svg {
  cursor: default;
  stroke: #CCCCCC;
}
.chip[data-chip-new] .chip__checkbox:disabled ~ .chip__label {
  color: #CCCCCC;
}
.chip[data-chip-new] .chip__checkbox:disabled:hover ~ .chip__label {
  border-color: transparent;
}
.chip[data-chip-new] .chip__checkbox:checked + .chip__label {
  background: #DA1F2A;
  color: #FFFFFF;
}
.chip[data-chip-new] .chip__checkbox:checked ~ .chip__svg {
  stroke: #FFFFFF;
}
.chip[data-chip-new] .chip__checkbox:checked ~ .chip__number {
  color: #FFFFFF;
}
.chip[data-chip-new] .chip__checkbox:checked ~ .chip__label--more {
  display: none;
}
.chip[data-chip-new] .chip__checkbox:checked ~ .chip__label--less {
  display: flex;
}
.chip[data-chip-new] .chip__checkbox:checked ~ .chip__svg--arrow-vertical {
  stroke: #363A47;
  transform: rotate(0deg);
}
.chip__link {
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: none;
  transform: translateY(-50%);
}
.chip--size-s .chip__link {
  right: 11px;
}
.alert {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  border-radius: 4px;
  position: relative;
  padding: 16px;
  border: 1px solid #B7EB8F;
  background-color: #F6FFED;
  color: #363A47;
}
@media (max-width: 768px) {
  .alert {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 6px;
    padding: 12px 20px;
  }
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert--handy {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .alert--handy {
    display: none;
  }
}
.alert--clean {
  padding: 0;
  border: none;
  border-radius: unset;
  background: none;
}
@media (max-width: 768px) {
  .alert--clean {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.alert--hidden {
  display: none;
}
.alert--basic {
  padding: 16px;
}
.alert--error {
  border-color: #FFCCC7;
  background-color: #FFF2F0;
}
.alert--information {
  border-color: #91D5FF;
  background-color: #E6F7FF;
}
.alert--warning {
  border-color: #FFE58F;
  background-color: #FFFBE6;
}
.alert--required {
  border-color: #FFCCC7;
  background-color: #FFF2F0;
}
.alert--link {
  padding: 16px;
}
.alert--close {
  padding-right: 51px;
}
.alert--button {
  padding-right: 200px;
}
.alert--icon {
  padding-left: 56px;
}
@media (max-width: 768px) {
  .alert--icon {
    padding-left: 64px;
  }
}
.alert--clean.alert--icon {
  padding-left: 36px;
}
.alert__icon {
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  fill-rule: evenodd;
}
@media (max-width: 768px) {
  .alert__icon {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.alert__icon--success {
  fill: #27AE60;
}
.alert__icon--information {
  fill: #6D778B;
}
.alert__icon--warning {
  fill: #F2994A;
}
.alert__icon--error {
  fill: #F95721;
}
.alert--clean .alert__icon {
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .alert--clean .alert__icon {
    transform: translateY(0);
  }
}
.alert__link {
  color: #1390DF;
  cursor: pointer;
}
.alert__link--dashed {
  border-bottom: 1px dashed currentcolor;
}
.alert__title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  margin-bottom: 4px;
  color: #363A47;
}
@media (max-width: 768px) {
  .alert__title {
    margin-top: 0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.alert__title--no-margin-bottom {
  margin-bottom: 0;
}
.alert__message {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
@media (max-width: 768px) {
  .alert__message {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.alert__message--text-small {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
@media (max-width: 768px) {
  .alert--clean .alert__message {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.alert__inner-paragraph-indent {
  margin-bottom: 15px;
}
.alert__description {
  margin-bottom: 8px;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .alert__description {
    margin-top: 0;
    color: #363A47;
  }
}
.alert__description--no-margin-bottom {
  margin-bottom: 0;
}
.alert--clean .alert__description {
  padding-top: 4px;
  margin: 0;
}
@media (max-width: 768px) {
  .alert--clean .alert__description {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #363A47;
  }
}
.alert__close-button {
  display: none;
  border: none;
  background: none;
  outline: none;
}
.alert__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.alert__content--no-margin-bottom {
  margin-bottom: 0;
}
.alert__content-main {
  margin-right: 16px;
}
.alert__button:not(:last-child) {
  margin-right: 16px;
}
.alert__buttons {
  display: flex;
  align-items: flex-start;
}
.alert--close .alert__close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
}
.alert--close .alert__close-icon {
  cursor: pointer;
  fill: #6D778B;
  fill-rule: evenodd;
}
.alert--close .alert__close-icon:hover {
  fill: #363A47;
}
.alert__list {
  padding-left: 15px;
}
.alert__list-item {
  list-style: decimal;
}
.alert__action {
  color: #1390DF;
  cursor: pointer;
}
@media (max-width: 768px) {
  .alert-list__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.rating-feedback {
  width: 100%;
  padding: 10px 0 30px;
}
.rating-feedback--empty-page {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #E0E0E0;
}
.rating-feedback--no-spacing {
  padding: 0;
}
.rating-feedback .alert {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
}
.rating-feedback .alert__icon {
  top: 15px;
  left: 15px;
}
.rating-feedback .alert__title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.rating-feedback__description {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
}
.rating-feedback__description:last-child {
  margin-bottom: 0;
}
.rating-feedback__description--medium {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.rating-feedback__description--small-spacing-bottom {
  margin-bottom: 12px;
}
.rating-feedback__description--text-center {
  text-align: center;
}
.rating-feedback__icon-wrapper {
  border: 10px solid #FFFFFF;
  border-radius: 50%;
}
.rating-feedback__icon-wrapper:hover {
  border-color: #F1F3F9;
}
.rating-feedback__icon-wrapper--checked {
  border: 2px solid #1390DF;
}
.rating-feedback__icon-wrapper--checked:hover {
  border-color: #1390DF;
}
.rating-feedback__icon-wrapper--disabled {
  cursor: not-allowed;
}
.rating-feedback__icon--checked {
  display: none;
  width: 36px;
  height: 36px;
  box-sizing: content-box;
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}
.rating-feedback__icon--block {
  display: block;
}
.rating-feedback__radio {
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 16px;
  line-height: 0;
}
.rating-feedback__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
  color: #363A47;
}
.rating-feedback__title--without-rating {
  margin-bottom: 8px;
}
.rating-feedback__button {
  order: 1;
}
.rating-feedback__button--hide {
  display: none;
}
.rating-feedback__textarea-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.rating-feedback__link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  border-bottom: 1px dashed #1390DF;
  color: #1390DF;
}
.rating-feedback__link:hover {
  border-color: rgba(19, 144, 223, 0.4);
  cursor: pointer;
}
.rating-feedback__hide-comment {
  display: none;
}
.rating-feedback__textarea-wrapper {
  position: relative;
}
.rating-feedback__textarea-wrapper--hide {
  display: none;
}
.rating-feedback__textarea-wrapper--size-l {
  width: 100%;
  margin-bottom: 24px;
}
.rating-feedback__textarea-wrapper--size-s {
  flex-grow: 1;
  margin-right: 16px;
}
.rating-feedback__textarea {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  width: 100%;
  height: 90px;
  padding: 10px 30px 0 14px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #6D778B;
  border-radius: 6px 6px 0 0;
  color: #363A47;
  resize: none;
}
.rating-feedback__textarea:focus {
  border-color: #6D778B;
}
.rating-feedback__textarea--height-extra-large {
  height: 320px;
}
.rating-feedback__textarea--height-s {
  overflow: hidden;
  height: 36px;
  padding-top: 6px;
  border-color: #A8B1B7;
  border-radius: 6px;
  border-bottom-width: 1px;
  transition: height 0.3s;
}
.rating-feedback__textarea--height-s::-moz-placeholder {
  color: #6D778B;
}
.rating-feedback__textarea--height-s::placeholder {
  color: #6D778B;
}
.rating-feedback__textarea--height-l {
  overflow: auto;
  height: 90px;
  padding-top: 10px;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
@supports (-moz-appearance:none) {
  .rating-feedback__textarea {
    scrollbar-color: rgba(54, 58, 71, 0.7) #FFFFFF;
    scrollbar-width: thin;
  }
}
.rating-feedback__textarea::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.rating-feedback__textarea::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 3px;
}
.rating-feedback__textarea::-webkit-scrollbar-thumb {
  background: rgba(54, 58, 71, 0.7);
  border-radius: 3px;
}
.rating-feedback__textarea::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .rating-feedback__textarea {
    scrollbar-width: thin;
    scrollbar-color: rgba(54, 58, 71, 0.7) #FFFFFF;
  }
}
.rating-feedback__textarea::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.rating-feedback__textarea::-webkit-scrollbar-button {
  height: 4px;
}
.rating-feedback__textarea-count {
  display: block;
  min-height: 30px;
  padding: 3px 14px 13px;
  border-radius: 0 0 6px 6px;
  border-right: 1px solid #6D778B;
  border-bottom: 1px solid #6D778B;
  border-left: 1px solid #6D778B;
  color: #A8B1B7;
  text-align: right;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.rating-feedback__textarea-count--hide {
  display: none;
}
.rating-feedback__symbols--hide {
  display: none;
}
.rating-feedback__rate-form {
  display: flex;
  align-items: center;
}
.rating-feedback__rate-form--content-center {
  justify-content: center;
}
.rating-feedback__alert {
  display: none;
}
.rating-feedback__field-clear {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.rating-feedback__field-clear--hide {
  display: none;
}
.rating-feedback__cross-icon {
  fill: #6D778B;
}
.switch {
  position: relative;
  display: block;
  min-height: 22px;
  padding-left: 36px;
}
@media (max-width: 768px) {
  .switch {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 60px;
  }
}
.switch--reverse-order {
  padding-right: 36px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .switch--reverse-order {
    padding-right: 60px;
  }
}
.switch__input {
  display: none;
}
.switch__slider {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 27px;
  height: 14px;
  border-radius: 10px;
  background-color: #A8B1B7;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.4s;
}
@media (max-width: 768px) {
  .switch__slider {
    width: 52px;
    height: 30px;
    border-radius: 15px;
  }
}
.switch__slider::before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: "";
  transition: transform 0.4s;
}
@media (max-width: 768px) {
  .switch__slider::before {
    bottom: 1px;
    left: 1px;
    width: 28px;
    height: 28px;
  }
}
.switch--reverse-order .switch__slider {
  right: 0;
  left: auto;
}
.switch__input:checked + .switch__slider {
  background-color: #DA1F2A;
}
.switch__input:checked + .switch__slider::before {
  transform: translateX(13px);
}
@media (max-width: 768px) {
  .switch__input:checked + .switch__slider::before {
    transform: translateX(22px);
  }
}
.switch__input:disabled + .switch__slider {
  background-color: #F2F2F2;
}
.switch__input:disabled + .switch__slider::before {
  box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
}
.switch__input:disabled:checked + .switch__slider {
  background-color: #EA8D93;
}
.switch__input:disabled:checked + .switch__slider::before {
  box-shadow: none;
}
.switch__label {
  color: #363A47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.image-wrapper {
  position: relative;
  display: inline-flex;
}
.image {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Генерация модификаторов .image--xs, .image--s etc. */
}
.image--full {
  width: 206px;
  height: 206px;
}
.image--l {
  width: 80px;
  height: 80px;
}
.image--m {
  width: 64px;
  height: 64px;
}
.image--s {
  width: 40px;
  height: 40px;
}
.image--xl {
  width: 200px;
  height: 200px;
}
.image--xs {
  width: 36px;
  height: 36px;
}
.image--xxl {
  width: 312px;
  height: 312px;
}
.image--xxxl {
  width: 416px;
  height: 416px;
}
.image--full.image--product {
  position: absolute;
  z-index: 1;
  top: 108%;
  left: 115%;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
}
.image__source {
  max-width: 100%;
  height: auto;
  /* Необходимо для совместимости с ie11 */
  max-height: 100%;
}
.crossed-price {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  color: #6D778B;
}
.crossed-price::before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 45%;
  background: #DA1F2A;
  content: "";
  transform: rotate(-4deg);
}
.table {
  position: relative;
}
.table--scrollable-body {
  max-height: 582px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #E0E0E0 #F9F9F9;
  scrollbar-width: thin;
}
@supports (-moz-appearance:none) {
  .table--scrollable-body {
    scrollbar-color: #E0E0E0 #F9F9F9;
    scrollbar-width: thin;
  }
}
.table--scrollable-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table--scrollable-body::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 3px;
}
.table--scrollable-body::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
.table--scrollable-body::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .table--scrollable-body {
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #F9F9F9;
  }
}
.table--scrollable-body::-webkit-scrollbar {
  width: 5px;
  background-clip: padding-box;
}
.table--scrollable-body::-webkit-scrollbar-track {
  border: 5px solid transparent;
  border-radius: 15px;
  background-clip: padding-box;
}
.table--scrollable-body::-webkit-scrollbar-thumb {
  height: 63px;
  border: 5px solid transparent;
  border-radius: 15px;
}
.table__checkbox {
  display: inline;
}
.table__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table__head--fixed {
  position: sticky;
  z-index: 1;
  top: 0;
  box-shadow: 0 8px 16px 0 rgba(96, 97, 112, 0.16), 0 2px 4px 0 rgba(96, 97, 112, 0.24);
}
.table__sort-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  padding-left: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.table__sort-block {
  display: flex;
  align-items: center;
}
.table__head-th {
  max-width: 245px;
  padding: 12px;
  background: #F9F9F9;
  color: #363A47;
  font-style: normal;
  text-align: left;
  transition: color 0.3s ease-in-out;
  vertical-align: middle;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.table__head-th--width-5 {
  width: 5%;
}
.table__head-th--vertical-align-top {
  vertical-align: top;
}
.table__head-th:hover .table__sort-block {
  color: #DA1F2A;
  cursor: pointer;
}
.table__head-th:hover .table__sort-icon {
  opacity: 1;
}
.table__body--overflow {
  overflow: hidden;
  max-height: 150px;
}
.table__body-td {
  max-width: 245px;
  padding: 8px 12px;
  color: #363A47;
  font-style: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.table__body-td--multiline {
  vertical-align: top;
  white-space: normal;
}
.table__body-tr {
  border-top: 1px solid #F2F2F2;
  transition: 0.3s box-shadow ease-in-out;
}
.table__body-tr--zebra {
  transition: background-color 0.3s ease-in-out;
}
.table__body-tr--zebra:nth-child(even) {
  background: #F9F9F9;
}
.table__body-tr--zebra:hover {
  background: #E6F7FF;
  box-shadow: none;
}
.table__body-tr--zebra:hover .table__body-td {
  color: #3DA3E2;
}
.table__body-icon {
  cursor: pointer;
  fill: #6D778B;
}
.table__buttons-block {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
}
.table__buttons-block--sticky {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 -8px 16px 0 rgba(96, 97, 112, 0.16), 0 -2px 4px 0 rgba(96, 97, 112, 0.24);
}
.table__button:first-of-type {
  margin-right: 16px;
}
.product-status {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.product-status__header {
  margin-right: 16px;
  min-width: 268px;
}
.product-status__header--orange {
  color: #F2994A;
}
.product-status__message {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.product-status__message--text-small {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.product-status__message--nowrap {
  text-wrap: nowrap;
}
.product-status__message--red {
  color: #DA1F2A;
}
.product-status__message--green {
  color: #27AE60;
}
.product-status__message--orange {
  color: #F2994A;
}
.product-status__message--dark {
  color: #000000;
}
.product-status__message--text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-status__message--related-products {
  overflow: hidden;
  max-width: 100%;
  max-height: 15px;
}
.product-status__message--indent {
  padding-top: 2px;
}
.product-status__message--line-clamp-1 {
  white-space: normal;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .product-status__message--line-clamp-1 {
    display: -webkit-box !important;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.product-status__message--line-clamp-2 {
  white-space: normal;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .product-status__message--line-clamp-2 {
    display: -webkit-box !important;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.product-status__message--line-clamp-3 {
  white-space: normal;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .product-status__message--line-clamp-3 {
    display: -webkit-box !important;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.product-status__tooltip {
  width: 16px;
  height: 16px;
}
.product-status__tooltip-content {
  display: none;
}
.product-status__icon {
  fill: #6D778B;
  fill-rule: evenodd;
}
@media (hover: hover) {
  .product-status__icon:hover {
    fill: #363A47;
  }
}
@media print {
  .b-header {
    display: none;
  }
  .b-logoSearchMenu {
    display: none;
  }
  .b-pageWrapper {
    padding-top: 0;
  }
  .b-container--main__inner {
    box-shadow: none;
  }
  .b-topMenu {
    display: none;
  }
  .b-pageSection__top {
    display: none;
  }
  .b-product-list-counter {
    display: none;
  }
  .js-product-add {
    display: none;
  }
  .b-productParams__deliverBlock {
    display: none;
  }
  .b-productParams__specifications {
    display: none;
  }
  .b-productParams__offer {
    display: none;
  }
  .b-productParams--gift {
    border-width: 3px;
  }
  .b-productParams--gift .b-link {
    display: none;
  }
  .b-productParams--gift2 {
    border: 1px solid #af0025;
    background-color: #ffffff;
  }
  .b-productParams__priceTable--td {
    padding: 5px 0;
  }
  .b-productParams__article {
    padding: 10px 0 15px 18px;
    border: 1px solid #999999;
  }
  .b-productParams__article--left {
    min-height: inherit;
    border-right: 0;
  }
  .b-productParams__article--left .yCmsContentSlot {
    display: none;
  }
  .b-productParams__article--right {
    padding-top: 50px;
  }
  .b-productParams__article--right .b-stars {
    display: none;
  }
  .b-productParams__reviews--print {
    display: block;
  }
  .b-productParams__reviews--header {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 25px;
  }
  .b-productParams__description--print {
    display: block;
    margin-bottom: 50px;
  }
  .b-productParams__description--print .title {
    font-size: 25px;
    line-height: 1.7;
  }
  .b-productParams__description--print .productDescriptionText {
    font-size: 20px;
    line-height: 1.2;
  }
  .b-productParams__classification--header {
    font-size: 25px;
    line-height: 1.7;
  }
  .b-productParams__classification--print {
    display: block;
  }
  .b-productParams--noprint {
    display: none;
  }
  .b-comparasion__wrapper {
    display: none;
  }
  .b-common-info {
    display: none;
  }
  .b-footerCommonMenu {
    display: none;
  }
  .b-appStores {
    display: none;
  }
  .b-siteList {
    display: none;
  }
  .footer {
    display: none;
  }
  .footer__features {
    display: none;
  }
  .footer__cookie-notification {
    display: none;
  }
  .b-tabs {
    display: none;
  }
  .b-tabs__list {
    display: none;
  }
  .b-productView__image {
    border: 1px solid #646464;
  }
  .b-productView__inner .b-colored--gray {
    display: none;
  }
  .zoomWrapper {
    overflow: hidden;
    padding: 12px;
    border: 1px solid #000000;
  }
  .b-sticker__wrapper {
    display: none;
  }
  .b-productName {
    font-size: 30px;
    line-height: 1.2;
  }
  .b-productInfo__firstPart {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .b-productInfo__viewAndParams {
    background: url(assets/images/c35c8d3a0c77e4937455.png) right top repeat-y;
  }
  .b-list {
    font-size: 18px;
    line-height: 1.7;
  }
  .b-review .b-reviewAuthorName {
    font-size: 21px;
  }
  .b-review .b-reviewDate {
    font-size: 18px;
  }
  .b-review .b-reviewRating {
    margin-top: 15px;
    color: #ff9900;
    font-size: 18px;
  }
  .b-review .b-reviewText {
    color: #646464;
    font-size: 18px;
    line-height: 1.5;
  }
  .b-review + .b-review {
    padding-top: 30px;
    border-top: 1px solid #83818f;
  }
  .b-tableProduct {
    border: 2px solid #000000;
    color: #000000;
  }
  .b-tableProduct__th,
  .b-tableProduct__td {
    padding: 7px 15px;
    border: 1px solid #000000;
    background: none;
    color: #000000;
    text-align: center;
  }
  .b-tableProduct__price {
    text-wrap: none;
    white-space: nowrap;
    word-wrap: normal;
  }
  .b-productFooter {
    display: none;
  }
  .printSelected > * {
    display: none;
  }
  body {
    background-color: #ffffff;
  }
  table {
    border-collapse: collapse;
  }
  .printSelected > .printSelection {
    display: block;
    width: 100%;
    background: #ffffff;
  }
  .printSelected .b-icn,
  .printSelected .b-product-list__view,
  .printSelected .b-btn,
  .printSelected .breadCrumbs,
  .printSelected .b-product-list__manage--bottom,
  .printSelected .b-favorites--sort__arrow,
  .printSelected .b-product-list-counter__arrow--block {
    display: none;
  }
  .printSelected .b-product-list-counter__field {
    border: none;
  }
  .printSelected .b-content-title {
    float: none;
  }
  .printSelected .b-product-list__item__img__link {
    width: 195px;
    height: 195px;
    margin-left: 2px;
  }
  .b-header--print {
    display: block;
    min-width: 1000px;
    padding: 20px 50px;
    padding-left: 10px;
  }
  .b-header--print::before,
  .b-header--print::after {
    display: table;
    content: "";
  }
  .b-header--print::after {
    clear: both;
  }
  .b-header--print--only {
    padding: 20px 50px;
  }
  .b-logo--print {
    width: 285px;
    padding-right: 70px;
  }
  .b-content--printWrapper {
    margin: 10px 45px;
  }
  .b-content--print {
    min-width: 1000px;
    padding: 10px 45px;
    margin-bottom: 30px;
    color: #000000;
  }
  .b-table--print--info__label {
    display: inline-block;
    width: 140px;
  }
  .b-table--print--info__text {
    display: inline-block;
  }
  .b-bgcolor--gray {
    background: #eeeeee;
  }
  .b-contentTitle--print {
    min-height: 61px;
    padding-top: 2px;
    padding-left: 70px;
    border-left: 2px solid #000000;
    color: #000000;
    font-size: 30px;
    line-height: 30px;
  }
  .b-table--print {
    border: 2px solid #000000;
    color: #000000;
  }
  .b-table--print__td,
  .b-table--print__th {
    padding: 7px 15px;
    border: 1px solid #000000;
    text-align: center;
  }
  .b-table--print__td--left,
  .b-table--print__th--left {
    text-align: left;
  }
  .b-table--print__td--right,
  .b-table--print__th--right {
    text-align: right;
  }
  .b-table--print__th {
    border-bottom: 2px solid;
    background: #eeeeee;
    font-size: 14px;
  }
  .b-table--invis,
  .b-table--invis > * {
    display: none;
  }
  .noprint,
  .noprint > * {
    display: none;
  }
  .b-favorites--sort__arrow {
    display: none;
  }
  .footer {
    display: none;
  }
  .b-btn {
    display: none;
  }
  .b-btn--print-catalog {
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    color: #000000;
  }
  .b-help {
    display: none;
  }
  a {
    color: inherit;
  }
  .b-btn--close {
    display: none;
  }
  body {
    color: #000000;
  }
  thead {
    display: table-header-group;
  }
  .b-table--hide {
    display: none;
  }
  .b-block--print--hide {
    display: none;
  }
  .b-logoSearch {
    display: none;
  }
  .b-checkbox {
    display: none;
  }
  .b-product-list-counter > * {
    display: none;
  }
  .b-product-list-counter {
    display: block;
    text-align: center;
  }
  .b-block--print.b-block--print {
    display: block;
  }
  .b-icn {
    display: none;
  }
  .b-icn--print {
    display: none;
  }
  .b-btn--greyTab.show {
    display: inline-block;
    width: auto;
    padding: auto;
    border: none;
    margin: auto;
    background: none;
    box-shadow: none;
    color: #000000;
  }
  .b-btn--greyTab.show--active {
    font-weight: bold;
    text-decoration: underline;
  }
  .b-btn--greyTab.show + .b-btn--greyTab.show {
    margin-left: 5px;
  }
  .ui-selectmenu-button {
    border: none;
    color: #000000;
  }
  .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 0;
  }
  .ui-icon {
    display: none;
  }
  .b-inputText--show {
    border: none;
  }
  .b-table {
    width: 100%;
    color: #000000;
  }
  .b-table__th,
  .b-table__td {
    padding: 7px 15px;
    background: none;
    color: #000000;
    text-align: center;
  }
  .b-consultant__item {
    display: none;
  }
  .b-table__header {
    background: none;
  }
  .b-tableProduct__td--left {
    text-wrap: normal;
    white-space: normal;
    word-wrap: normal;
    padding: 5px;
  }
  .b-table--compare {
    overflow: auto;
    width: auto;
    max-width: 90%;
    table-layout: fixed;
  }
  .b-printSelected {
    position: absolute;
  }
  html,
  body {
    overflow: visible;
    max-width: 100%;
  }
  .b-quickSell__content .b-gallery__contentWrapper {
    overflow: visible;
  }
  .b-underPopup {
    overflow: visible;
  }
  .printSelection {
    position: absolute;
  }
  .b-back__window {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    box-shadow: none;
  }
  .b-back__window__wrapper {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    margin-top: 20px;
    page-break-before: always;
  }
  .b-back__background {
    display: none;
  }
  .rating__stars {
    display: none;
  }
  .rating__average-mark--print {
    display: block;
  }
  .product-features {
    font-size: 18px;
    line-height: 1.7;
  }
  .product-card__print {
    display: none;
  }
  .product-classification--print {
    display: block;
  }
  .product-description--print {
    display: block;
  }
  .detailed-slider--print .rating__stars {
    display: initial;
  }
  .detailed-slider--print .detailed-slider__classification-item {
    background-color: initial;
  }
  .breadcrumbs {
    display: none;
  }
  .header__menu-row {
    display: none;
  }
}
.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(54, 58, 71, 0.4);
  color: #363A47;
}
.modal--scroll-y {
  overflow-y: scroll;
}
.modal__wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  overflow: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.modal__window {
  position: relative;
  width: 500px;
  padding: 24px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(40, 41, 61, 0.04), 0 16px 24px rgba(96, 97, 112, 0.16);
}
.modal__window--large {
  width: 800px;
}
.modal__window--full-screen {
  display: flex;
  overflow: auto;
  width: 1280px;
  height: 100%;
  flex-direction: column;
  padding: 24px 148px 0;
  border-radius: 0;
}
@supports (-moz-appearance:none) {
  .modal__window--full-screen {
    scrollbar-color: rgba(54, 58, 71, 0.7) #FFFFFF;
    scrollbar-width: thin;
  }
}
.modal__window--full-screen::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modal__window--full-screen::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 3px;
}
.modal__window--full-screen::-webkit-scrollbar-thumb {
  background: rgba(54, 58, 71, 0.7);
  border-radius: 3px;
}
.modal__window--full-screen::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .modal__window--full-screen {
    scrollbar-width: thin;
    scrollbar-color: rgba(54, 58, 71, 0.7) #FFFFFF;
  }
}
.modal__header {
  display: flex;
  width: 95%;
  flex-flow: column wrap;
  padding: 0 0 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 32px;
}
.modal__header--without-content {
  padding-bottom: 0;
}
.modal__header--medium {
  font-size: 22px;
}
.modal__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2;
  line-height: 32px;
}
.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  cursor: pointer;
  fill: #A8B1B7;
  fill-rule: nonzero;
}
.modal__close:hover {
  fill: #363A47;
}
.modal__content {
  width: 100%;
  overflow-wrap: break-word;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.modal__content--footer-fixed {
  margin-bottom: 56px;
}
.modal__content--with-button {
  margin-bottom: 24px;
}
.modal__content--with-skeleton {
  position: relative;
  width: auto;
  flex-grow: 1;
  flex-shrink: 0;
}
.modal__footer {
  display: flex;
  justify-content: flex-end;
}
.modal__footer--center {
  justify-content: center;
}
.modal__footer--full-screen {
  position: fixed;
  z-index: 3;
  right: 50%;
  bottom: 0;
  width: 1280px;
  align-items: flex-start;
  padding: 10px 148px 24px;
  background-color: #FFFFFF;
  transform: translateX(50%);
}
.modal__footer--with-shadow {
  bottom: -14px;
  box-shadow: 0 -2px 4px rgba(40, 41, 61, 0.04), 0 -8px 16px rgba(96, 97, 112, 0.16);
}
.modal__footer .button:not(:last-child),
.modal__footer .v-button:not(:last-child) {
  margin-right: 16px;
}
.modal-active {
  overflow: hidden;
}
.textarea {
  display: grid;
  grid-template-rows: 1fr auto;
  background-color: #FFFFFF;
  position: relative;
}
.textarea textarea + .text-error {
  position: absolute;
  z-index: 1;
  bottom: -17px;
  left: 0;
  color: #F95721;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.textarea__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 41px 12px;
  border: 1px solid #A8B1B7;
  border-radius: 6px;
}
.textarea__content--small {
  height: 168px;
}
.textarea__content--medium {
  height: 277px;
}
.textarea__content--big {
  height: 321px;
}
.textarea__input {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: auto;
  height: 100%;
  padding-right: 22px;
  resize: none;
  background: transparent;
  color: #363A47;
  cursor: auto;
}
@supports (-moz-appearance:none) {
  .textarea__input {
    scrollbar-color: #E0E0E0 #F9F9F9;
    scrollbar-width: thin;
  }
}
.textarea__input::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.textarea__input::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 3px;
}
.textarea__input::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
@supports (-moz-appearance:none) {
  .textarea__input {
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #F9F9F9;
  }
}
.textarea__input::-moz-placeholder {
  color: #6D778B;
}
.textarea__input:disabled::-moz-placeholder {
  color: #CCCCCC;
}
.textarea__input:disabled::placeholder {
  color: #CCCCCC;
}
@-moz-document url-prefix() {
  .textarea__input {
    scrollbar-width: thin;
  }
}
.textarea__input:required::-webkit-input-placeholder::before {
  content: '* ';
}
.textarea__input:required:-moz-placeholder::before {
  content: '* ';
}
.textarea__input:required::-moz-placeholder::before {
  content: '* ';
}
.textarea__symbols {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: #A8B1B7;
  pointer-events: none;
}
.textarea__symbols--hidden {
  display: none;
}
.textarea__clear {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  transition: right 200ms ease-in-out ;
}
.textarea__clear--offset {
  right: 20px;
}
.textarea__clear--hidden {
  display: none;
}
.textarea__icon {
  cursor: pointer;
  fill: #6D778B;
}
.textarea__icon--hidden {
  display: none;
}
.textarea:not(
    .textarea--disabled,
    .textarea--error
  ):hover .textarea__content,
.textarea:not(
    .textarea--disabled,
    .textarea--error
  ):focus-within .textarea__content {
  border-color: #6D778B;
}
.textarea:not(
    .textarea--disabled,
    .textarea--error
  ):hover .textarea__symbols {
  color: #6D778B;
}
.textarea--disabled .textarea__content {
  border-color: #E0E0E0;
}
.textarea--error .textarea__content {
  border-color: #F95721;
}
.textarea--error .textarea__input::-webkit-input-placeholder {
  color: #F95721;
}
.textarea--error .textarea__input:-moz-placeholder {
  color: #F95721;
}
.textarea--error .textarea__input::-moz-placeholder {
  color: #F95721;
}
.input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.input--full-width {
  width: 100%;
}
.input--direction-column {
  flex-direction: column;
}
.input--error-no-flow ~ .text-error {
  position: absolute;
  top: 100%;
}
.input__field::-moz-placeholder {
  color: transparent;
  outline: none;
}
.input__field::placeholder {
  color: transparent;
  outline: none;
}
.input__field--with-button-inside::-moz-placeholder {
  color: #6D778B;
}
.input__field--with-button-inside::placeholder {
  color: #6D778B;
}
.input__field:-moz-placeholder-shown ~ .input__icon--search {
  cursor: default;
}
.input__field:placeholder-shown ~ .input__icon--search {
  cursor: default;
}
.input__field:-moz-placeholder-shown ~ .input__icon--search:hover {
  opacity: 0.7;
}
.input__field:placeholder-shown ~ .input__icon--search:hover {
  opacity: 0.7;
}
.input__placeholder {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 14px;
  color: #6D778B;
  cursor: text;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  pointer-events: none;
  transition: 0.2s all;
}
@media (max-width: 768px) {
  .input__placeholder {
    top: 14px;
    left: 12px;
    right: 12px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.input__tooltip {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 12px;
}
.input__tooltip-content {
  display: none;
}
.input__button {
  display: none;
  position: absolute;
  margin: 10px 8px;
  right: 0;
  background: transparent;
  color: #6D778B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.input__button--show {
  display: block;
}
.input__button:hover {
  color: #DA1F2A;
}
.input__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc((36px - 24px) / 2);
  background-color: transparent;
  background-size: 24px;
  cursor: pointer;
  opacity: 0.7;
}
.input__icon:hover,
.input__icon:focus {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.input__icon--no-opacity {
  opacity: 1;
}
.input__icon--hidden {
  display: none;
}
.input__icon--eye-open,
.input__icon--eye-close,
.input__icon--search,
.input__icon--copy {
  right: 8px;
}
.input__icon--alert-bonus,
.input__icon--alert-check {
  position: static;
  fill-rule: evenodd;
}
.input__icon--alert-bonus {
  fill: #F2994A;
}
.input__icon--alert-info {
  fill: #F2994A;
  fill-rule: evenodd;
}
.input__icon--alert-check {
  fill: #27AE60;
}
.input__icon--eye-open {
  background-image: url(assets/images/b806cb9dfd78a7a67be7.svg);
}
.input__icon--eye-close {
  background-image: url(assets/images/fe967665495148caab97.svg);
}
.input__icon--copy {
  background-image: url(assets/images/a40565c611dfe9607889.svg);
}
.input__icon--search {
  background-image: url(assets/images/147c47ed6afa78809a6e.svg);
}
.input__icon--clear {
  background-image: url(assets/images/51e1e886c52c4bb75d82.svg);
}
.input__icon--help {
  right: -36px;
  background-image: url(assets/images/6d7f98177ba7e453626d.svg);
}
.input__icon--clear-button {
  background-image: url(assets/images/3d6594778a9669708979.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  transition: opacity 0.2s linear, visibility 0s linear;
}
.input__icon--disabled {
  opacity: 0.2;
  pointer-events: none;
  user-focus: none;
}
.input__phone::after {
  position: absolute;
  top: 11px;
  left: 14px;
  color: #6D778B;
  content: attr(data-placeholder);
  opacity: 0.6;
  pointer-events: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.input--size-m .input__placeholder {
  top: 10px;
}
@media (max-width: 768px) {
  .input--size-m .input__placeholder {
    top: 14px;
  }
}
.input__field.text-error {
  border-color: #F95721;
  color: #363A47;
}
.input__field.text-error ~ .input__placeholder {
  color: #F95721;
}
.input__field.text-error.input__field--with-button-inside::-moz-placeholder {
  color: #F95721;
}
.input__field.text-error.input__field--with-button-inside::placeholder {
  color: #F95721;
}
.input__field--phone:-moz-placeholder-shown ~ .input__placeholder {
  opacity: 1;
}
.input__field--phone:placeholder-shown ~ .input__placeholder {
  opacity: 1;
}
.input__field:-webkit-autofill::first-line {
  font-size: 16px;
}
.input__field:-webkit-autofill ~ .input__placeholder {
  top: 4px;
}
@media (max-width: 768px) {
  .input__field:-webkit-autofill ~ .input__placeholder {
    top: 8px;
  }
}
.input__field:-moz-read-only ~ .input__placeholder {
  color: #CCCCCC;
}
.input__field:read-only ~ .input__placeholder {
  color: #CCCCCC;
}
.input__field:not(.input__field:-moz-placeholder-shown) ~ .input__placeholder {
  top: 4px;
  font-size: 11px;
  line-height: 12px;
  opacity: 1;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input__field:focus ~ .input__placeholder,
.input__field:not(.input__field:placeholder-shown) ~ .input__placeholder {
  top: 4px;
  font-size: 11px;
  line-height: 12px;
  opacity: 1;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .input__field:not(.input__field:-moz-placeholder-shown) ~ .input__placeholder {
    top: 8px;
    font-size: 12px;
  }
  .input__field:focus ~ .input__placeholder,
  .input__field:not(.input__field:placeholder-shown) ~ .input__placeholder {
    top: 8px;
    font-size: 12px;
  }
}
.input--size-m .input__field:disabled ~ .input__placeholder {
  color: #CCCCCC;
}
.input__field {
  width: 100%;
  height: 36px;
  padding: 6px 11px 6px 13px;
  border: 1px solid #A8B1B7;
  border-radius: 6px;
  color: #363A47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 768px) {
  .input__field {
    height: 52px;
    border-color: #F1F3F9;
    background-color: #F9FBFF;
    box-sizing: border-box;
  }
}
@media (hover: hover) {
  .input__field:not(:is(.text-error, :disabled)):hover {
    border-color: #6D778B;
  }
}
.input__field:-moz-placeholder-shown {
  padding: 6px 11px 6px 13px;
}
.input__field:placeholder-shown {
  padding: 6px 11px 6px 13px;
}
.input__field:-webkit-autofill:hover ~ .input__placeholder,
.input__field:-webkit-autofill:focus ~ .input__placeholder,
.input__field:-webkit-autofill:active ~ .input__placeholder {
  top: 4px;
}
@media (max-width: 768px) {
  .input__field:-webkit-autofill:hover ~ .input__placeholder,
  .input__field:-webkit-autofill:focus ~ .input__placeholder,
  .input__field:-webkit-autofill:active ~ .input__placeholder {
    top: 8px;
  }
}
.input--size-l > .input__field:focus ~ .input__placeholder {
  top: 9px;
}
.input--no-placeholder-focus > .input__field:not(.input__field:-moz-placeholder-shown) ~ .input__placeholder {
  display: none;
}
.input--no-placeholder-focus > .input__field:focus ~ .input__placeholder,
.input--no-placeholder-focus > .input__field:not(.input__field:placeholder-shown) ~ .input__placeholder {
  display: none;
}
.input--size-l > .input__field:not(.input__field:-moz-placeholder-shown) ~ .input__placeholder {
  top: 9px;
}
.input--size-l > .input__field:not(.input__field:placeholder-shown) ~ .input__placeholder {
  top: 9px;
}
.input__field:not(.input:-moz-placeholder-shown):focus ~ .input__placeholder {
  top: 4px;
}
.input__field:not(.input:placeholder-shown):focus ~ .input__placeholder {
  top: 4px;
}
@media (max-width: 768px) {
  .input__field:not(.input:-moz-placeholder-shown):focus ~ .input__placeholder {
    top: 8px;
  }
  .input__field:not(.input:placeholder-shown):focus ~ .input__placeholder {
    top: 8px;
  }
}
.input__field:disabled {
  border-color: #E0E0E0;
  background: #FFFFFF;
  color: #CCCCCC;
}
.input__field--phone {
  padding-left: 32px;
}
.input--size-l .input__field {
  height: 48px;
  padding: 19px 11px 5px 13px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .input--size-l .input__field {
    height: 52px;
  }
}
.input--size-l .input__field--phone {
  padding-left: 32px;
}
.input--size-m .input__field {
  height: 42px;
}
@media (max-width: 768px) {
  .input--size-m .input__field {
    height: 52px;
  }
}
.input__field:-moz-read-only {
  border-color: #E0E0E0;
  color: #CCCCCC;
}
.input__field:read-only {
  border-color: #E0E0E0;
  color: #CCCCCC;
}
.input__field:-webkit-autofill:hover::first-line,
.input__field:-webkit-autofill:focus::first-line,
.input__field:-webkit-autofill:active::first-line {
  font-size: 16px;
}
.input__field:not(.text-error):focus {
  border-color: #6D778B;
}
@media (max-width: 768px) {
  .input__field:not(.text-error):focus {
    border-color: #A8B1B7;
  }
}
.input__field:-moz-placeholder-shown:focus, .input__field:not(.input__field:-moz-placeholder-shown) {
  padding: 18px 11px 4px 14px;
}
.input__field:placeholder-shown:focus,
.input__field:not(.input__field:placeholder-shown) {
  padding: 18px 11px 4px 14px;
}
.input__field--phone:-moz-placeholder-shown {
  padding: 14px 11px 3px 13px;
}
.input__field--phone:placeholder-shown {
  padding: 14px 11px 3px 13px;
}
.input__field--phone:not(.input__field:-moz-placeholder-shown) {
  padding: 14px 11px 3px 33px;
}
.input__field--phone:not(.input__field:placeholder-shown) {
  padding: 14px 11px 3px 33px;
}
.input__field--phone:-moz-placeholder-shown {
  padding: 8px 14px 0;
}
.input__field--phone:placeholder-shown {
  padding: 8px 14px 0;
}
.input--size-l .input__field:-moz-placeholder-shown {
  padding: 19px 11px 4px 13px;
}
.input--size-l .input__field:placeholder-shown {
  padding: 19px 11px 4px 13px;
}
.input--size-m .input__field:-moz-placeholder-shown {
  padding: 15px 12px 5px;
}
.input--size-m .input__field:placeholder-shown {
  padding: 15px 12px 5px;
}
@media (max-width: 768px) {
  .input--size-m .input__field:-moz-placeholder-shown {
    padding: 22px 2px 4px 12px;
  }
  .input--size-m .input__field:placeholder-shown {
    padding: 22px 2px 4px 12px;
  }
}
.input--size-m .input__field:not(.input__field:-moz-placeholder-shown) {
  padding: 15px 12px 5px;
}
.input--size-m .input__field:not(.input__field:placeholder-shown) {
  padding: 15px 12px 5px;
}
@media (max-width: 768px) {
  .input--size-m .input__field:not(.input__field:-moz-placeholder-shown) {
    padding: 22px 2px 4px 12px;
  }
  .input--size-m .input__field:not(.input__field:placeholder-shown) {
    padding: 22px 2px 4px 12px;
  }
}
.input--size-m .input__field--phone:-moz-placeholder-shown {
  padding: 15px 11px 4px 13px;
}
.input--size-m .input__field--phone:placeholder-shown {
  padding: 15px 11px 4px 13px;
}
.input--size-l .input__field--phone:-moz-placeholder-shown {
  padding: 16px 11px 4px 33px;
}
.input--size-l .input__field--phone:placeholder-shown {
  padding: 16px 11px 4px 33px;
}
.input--size-m .input__field--phone:not(.input__field:-moz-placeholder-shown) {
  padding: 16px 11px 4px 33px;
}
.input--size-m .input__field--phone:not(.input__field:placeholder-shown) {
  padding: 16px 11px 4px 33px;
}
.input--size-m .input__field--text-light:-moz-placeholder-shown, .input--size-m .input__field--text-light:not(.input__field:-moz-placeholder-shown) {
  color: #A8B1B7;
}
.input--size-m .input__field--text-light:placeholder-shown,
.input--size-m .input__field--text-light:not(.input__field:placeholder-shown) {
  color: #A8B1B7;
}
.input--size-m .input__icon {
  top: calc((42px - 24px) / 2);
  right: 9px;
}
@media (max-width: 768px) {
  .input--size-m .input__icon {
    top: calc((52px - 24px) / 2);
    right: 16px;
  }
}
.input--size-m .input__icon--alert-info,
.input--size-m .input__icon--clear-button {
  right: 12px;
}
.input--size-m .input__icon--help {
  right: -36px;
}
.input--size-m .input__phone::after {
  top: 16px;
}
.input--size-l .input__icon {
  top: calc((48px - 24px) / 2);
  right: 12px;
}
@media (max-width: 768px) {
  .input--size-l .input__icon {
    top: calc((52px - 24px) / 2);
    right: 16px;
  }
}
.input--size-l .input__icon--help {
  right: -36px;
}
.input--size-l .input__phone::after {
  top: 18px;
}
.input--shifted .input__field:-moz-placeholder-shown:focus, .input--shifted .input__field:not(.input-field:-moz-placeholder-shown) {
  padding-right: 71px;
}
.input--shifted .input__field:placeholder-shown:focus,
.input--shifted .input__field:not(.input-field:placeholder-shown) {
  padding-right: 71px;
}
.input--no-placeholder-focus .input__field:-moz-placeholder-shown:focus, .input--no-placeholder-focus .input__field:not(.input__field:-moz-placeholder-shown) {
  padding-top: 5px;
}
.input--no-placeholder-focus .input__field:placeholder-shown:focus,
.input--no-placeholder-focus .input__field:not(.input__field:placeholder-shown) {
  padding-top: 5px;
}
.input--inner-icon > .input__field:not(.input__field:-moz-placeholder-shown) {
  padding-right: 47px;
}
.input--inner-icon > .input__field:not(.input__field:placeholder-shown) {
  padding-right: 47px;
}
.input__field:not(.input__field:-moz-placeholder-shown):read-only {
  border-color: #E0E0E0;
  color: #CCCCCC;
}
.input__field:not(.input__field:placeholder-shown):-moz-read-only {
  border-color: #E0E0E0;
  color: #CCCCCC;
}
.input__field:not(.input__field:placeholder-shown):read-only {
  border-color: #E0E0E0;
  color: #CCCCCC;
}
.input__field:not(.input__field:-moz-placeholder-shown):read-only ~ .input__placeholder {
  color: #CCCCCC;
}
.input__field:not(.input__field:placeholder-shown):-moz-read-only ~ .input__placeholder {
  color: #CCCCCC;
}
.input__field:not(.input__field:placeholder-shown):read-only ~ .input__placeholder {
  color: #CCCCCC;
}
.input--size-m .input__field:-moz-placeholder-shown:not(.input__field:focus) {
  padding: 10px 12px;
}
.input--size-m .input__field:placeholder-shown:not(.input__field:focus) {
  padding: 10px 12px;
}
@media (max-width: 768px) {
  .input--size-m .input__field:-moz-placeholder-shown:not(.input__field:focus) {
    padding: 22px 2px 4px 12px;
  }
  .input--size-m .input__field:placeholder-shown:not(.input__field:focus) {
    padding: 22px 2px 4px 12px;
  }
}
.input--shifted .input__icon--clear-button {
  right: 44px;
}
.input__field:-moz-placeholder-shown ~ .input__icon--clear-button {
  opacity: 0;
  -moz-transition: visibility 0s linear 0.2s;
  transition: visibility 0s linear 0.2s;
  visibility: hidden;
}
.input__field:placeholder-shown ~ .input__icon--clear-button {
  opacity: 0;
  transition: visibility 0s linear 0.2s;
  visibility: hidden;
}
.input__field--phone:-moz-placeholder-shown ~ .input__phone::after {
  display: none;
}
.input__field--phone:placeholder-shown ~ .input__phone::after {
  display: none;
}
.input__field:disabled ~ .input__icon--eye-close {
  cursor: not-allowed;
  opacity: 0.3;
}
.input__field:disabled ~ .input__phone::after {
  opacity: 0.3;
}
.input ~ .text-error,
.input .text-error:not(.input__field) {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  padding-top: 4px;
  color: #F95721;
}
.input--size-m .input__field--with-button-inside:-moz-placeholder-shown, .input--size-m .input__field--with-button-inside:not(.input__field:-moz-placeholder-shown) {
  padding: 10px 100px 10px 12px;
}
.input--size-m .input__field--with-button-inside:placeholder-shown,
.input--size-m .input__field--with-button-inside:not(.input__field:placeholder-shown) {
  padding: 10px 100px 10px 12px;
}
.input__mandatory--hidden {
  display: none;
}
.input.error ~ .text-error,
.input__field.text-error ~ .text-error {
  padding-top: 4px;
  color: #F95721;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.input--size-m.input--with-clear .input__field:not(.input__field:-moz-placeholder-shown) {
  padding-right: 45px;
}
.input--size-m.input--with-clear .input__field:not(.input__field:placeholder-shown) {
  padding-right: 45px;
}
.input-search {
  display: flex;
}
.input-search__field-wrapper {
  flex-grow: 1;
}
.input-search__field {
  border-width: 2px 0 2px 2px;
  border-color: #6D778B;
  border-radius: 6px 0 0 6px;
}
.input-search__field:focus::-moz-placeholder {
  color: #6D778B;
}
.input-search__field:focus::placeholder {
  color: #6D778B;
}
.input-search__button {
  width: 68px;
  border-radius: 0 6px 6px 0;
}
.input-search__icon {
  margin: 0;
  fill: #FFFFFF;
}
.spelling-mistake-modal {
  width: 400px;
}
.spelling-mistake-modal .mistake-response {
  display: none;
}
.spelling-mistake-modal .mistake-response__header--success .mistake-response__error-title {
  display: none;
}
.spelling-mistake-modal .mistake-response__header--error .mistake-response__success-title {
  display: none;
}
.spelling-mistake-modal .mistake-response__text {
  color: #363A47;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.spelling-mistake-modal .textarea.textarea--error .textarea__content {
  margin-bottom: 17px;
}
.spelling-mistake-modal .textarea__input.text-error + .text-error {
  position: absolute;
  bottom: -17px;
  left: 0;
  display: block;
  padding: 0;
  color: #f95721;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.spelling-mistake-modal__tip {
  display: block;
  margin-bottom: 8px;
  color: #6D778B;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}


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