

/* Start:/local/dist/css/commons.bundle.css?1752466602206261*/
:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
/****
 * Подключение шрифтов
 ****/
@font-face {
  font-family: 'TTNorms';
  font-display: block;
  src: url('/local/css/fonts/TTNorms-Regular.woff2') format('woff2'), url('/local/css/fonts/TTNorms-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TTNorms';
  src: url('/local/css/fonts/TTNorms-Regular.woff2') format('woff2'), url('/local/css/fonts/TTNorms-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TTNorms';
  font-display: block;
  src: url('/local/css/fonts/TTNorms-Bold.woff2') format('woff2'), url('/local/css/fonts/TTNorms-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'TTNorms';
  src: url('/local/css/fonts/TTNorms-Bold.woff2') format('woff2'), url('/local/css/fonts/TTNorms-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-logo {
  width: 176px;
  height: 52px;
  background: var(--ss) -2px -2px no-repeat;
}
.icon.icon-ig {
  width: 17px;
  height: 17px;
  background: var(--ss) -306px -206px no-repeat;
}
.icon.icon-ok {
  width: 10px;
  height: 17px;
  background: var(--ss) -306px -248px no-repeat;
}
.icon.icon-pt {
  width: 13px;
  height: 17px;
  background: var(--ss) -2px -295px no-repeat;
}
.icon.icon-vk {
  width: 17px;
  height: 11px;
  background: var(--ss) -69px -180px no-repeat;
}
.icon.icon-fb {
  width: 10px;
  height: 17px;
  background: var(--ss) -306px -143px no-repeat;
}
.icon.icon-yt {
  width: 17px;
  height: 12px;
  background: var(--ss) -141px -247px no-repeat;
}
.icon.icon-link-arrow {
  width: 63px;
  height: 11px;
  background: var(--ss) -99px -154px no-repeat;
}
.icon.icon-link-arrow-violet {
  width: 63px;
  height: 11px;
  background: var(--ss) -2px -180px no-repeat;
}
.icon.icon-burger {
  width: 24px;
  height: 24px;
  background: var(--ss) -270px -154px no-repeat;
}
.icon.icon-close {
  width: 24px;
  height: 24px;
  background: var(--ss) -270px -182px no-repeat;
}
.icon.icon-pdf {
  width: 35px;
  height: 41px;
  background: var(--ss) -136px -58px no-repeat;
}
.icon.icon-rate {
  width: 45px;
  height: 45px;
  background: var(--ss) -106px -195px no-repeat;
}
.icon.icon-rate-unfilled {
  width: 45px;
  height: 45px;
  background: var(--ss) -155px -195px no-repeat;
}
.icon.icon-stars-color {
  width: 26px;
  height: 14px;
  background: var(--ss) -270px -136px no-repeat;
}
.icon.icon-stars {
  width: 68px;
  height: 36px;
  background: var(--ss) -99px -114px no-repeat;
}
.icon.icon-star-white {
  width: 12px;
  height: 12px;
  background: var(--ss) -211px -247px no-repeat;
}
.icon.icon-hearth {
  width: 24px;
  height: 24px;
  background: var(--ss) -2px -247px no-repeat;
}
.icon.icon-share {
  width: 32px;
  height: 32px;
  background: var(--ss) -270px -2px no-repeat;
}
.icon.icon-small-logo {
  width: 32px;
  height: 32px;
  background: var(--ss) -270px -38px no-repeat;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
@media print {
  body {
    background: none;
  }
  body .panel {
    border: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .page-header .btn.btn-tag {
    display: none;
  }
  .baseinfo-container .col-xs-6:first-child {
    display: none;
  }
  .baseinfo-container .print {
    display: none;
  }
  .on-print {
    display: inherit !important;
  }
  .map-container .on-print {
    width: 100%;
    height: auto;
  }
  .store-products {
    display: none;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .ray-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .ray-visible-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .ray-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ray-visible-sm {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .ray-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .ray-visible-md {
    display: none !important;
  }
}
@media (max-width: 1239px) {
  .ray-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .ray-visible-lg {
    display: none !important;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-content {
  padding: 0;
  overflow: visible;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/dist/css/../../node_modules/.pnpm/owl.carousel@2.3.4/node_modules/owl.carousel/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomIn {
  animation: zoomIn 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
.zoomOut {
  animation: zoomOut 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 32px;
  height: 64px;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.8;
}
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-nav .owl-prev:after {
  width: 32px;
  height: 64px;
  background: var(--ss) -182px -70px no-repeat;
}
.owl-carousel .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-nav .owl-next:after {
  width: 32px;
  height: 64px;
  background: var(--ss) -182px -2px no-repeat;
}
.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border-radius: 100%;
  background: #4461a8;
}
.owl-carousel .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
}
.owl-carousel img[src="/local/images/blank.gif"] {
  width: auto !important;
}
.owl-carousel .animated {
  animation-duration: 500ms;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed May 11 2016 10:31 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}
/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}
.qtip-dark .qtip-icon {
  border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}
/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}
.qtip-red .qtip-icon {
  border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}
/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}
/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}
.qtip-youtube .qtip-content {
  padding: 0.75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon {
  border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}
/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
  border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}
/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}
/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}
/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none;
}
.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus,
.qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix {
  position: absolute !important;
}
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 12px;
  line-height: 1.6;
  color: #050100;
  /** Taken from Bootstrap .popover */
  background-color: #fff;
  border-radius: 0;
}
.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
     * Overrides qTip2:
     * .qtip-titlebar .qtip-close{
     *   [...]
     *   right: 4px;
     *   top: 50%;
     *   [...]
     *   border-style: solid;
     * }
     */
  right: 11px;
  top: 45%;
  border-style: none;
}
.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 15px 20px;
}
.qtip-bootstrap .qtip-icon {
  /**
     * Overrides qTip2:
     * .qtip-default .qtip-icon {
     *   border-color: #CCC;
     *   background: #F1F1F1;
     *   color: #777;
     * }
     */
  background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
  /**
     * Overrides qTip2:
     * .qtip-icon .ui-icon{
     *   width: 18px;
     *   height: 14px;
     * }
     */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.qtip-filter {
  background-color: transparent;
  border: none;
  padding: 0;
}
.qtip-filter .qtip-content {
  padding: 0;
}
/**
 * Error style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-error {
  /** Taken from Bootstrap body */
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
  min-width: 200px;
  /** Taken from Bootstrap .popover */
  box-shadow: none;
  padding: 1px;
  background-color: #7692cc;
  border: 1px solid #7692cc;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
@media (max-width: 479px) {
  .qtip-error {
    background-color: #7692cc;
    color: #fff;
    line-height: 0.5;
    border: none;
  }
}
.qtip-error .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  background-color: #7692cc;
  border-bottom: 1px solid #7692cc;
  border-radius: 3px 3px 0 0;
}
.qtip-error .qtip-titlebar .qtip-close {
  /**
             * Overrides qTip2:
             * .qtip-titlebar .qtip-close{
             *   [...]
             *   right: 4px;
             *   top: 50%;
             *   [...]
             *   border-style: solid;
             * }
             */
  right: 11px;
  top: 11px;
  border-style: none;
}
.qtip-error .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 6px 12px;
}
.qtip-error .qtip-icon {
  /**
         * Overrides qTip2:
         * .qtip-default .qtip-icon {
         *   border-color: #CCC;
         *   background: #F1F1F1;
         *   color: #777;
         * }
         */
  background: transparent;
}
.qtip-error .qtip-icon .ui-icon {
  /**
             * Overrides qTip2:
             * .qtip-icon .ui-icon{
             *   width: 18px;
             *   height: 14px;
             * }
             */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.qtip-error .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.qtip-content .size-block,
.qtip-content .description-block,
.qtip-content .table-block {
  max-width: 400px;
}
.qtip-content .description-block + .table-block {
  margin-top: 10px;
}
.qtip-content .main-characteristics tbody tr td {
  padding: 5px 10px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  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;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  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: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  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: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  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;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: 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[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.select2-container .select2-selection {
  height: 50px;
  padding: 10px 40px 10px 0;
  border-bottom: 2px solid #c8cfd3 !important;
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
}
.select2-container .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  color: #171c1c;
  padding: 0;
}
.select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.select2-container .select2-selection .select2-selection__arrow b {
  border-color: #171c1c transparent transparent;
}
.select2-container .select2-results__group {
  padding: 0 5px;
}
.select2-container .select2-dropdown {
  border-radius: 0;
  border-color: transparent;
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 100;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  border-radius: 0;
}
.select2-container .select2-dropdown.select2-dropdown--above .select2-results {
  padding-top: 14px;
}
.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 5px 15px 5px 20px;
}
.select2-container .select2-dropdown .select2-results {
  padding: 10px 0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  padding: 0 10px;
  scrollbar-width: thin;
  scrollbar-color: #7692cc transparent;
  -ms-scrollbar-face-color: #7692cc;
  -ms-scrollbar-track-color: transparent;
  -ms-scrollbar-arrow-color: #7692cc;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #7692cc;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #9bb0da;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 5px 10px 5px;
  line-height: 20px;
  color: #919fa7;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #fff;
  font-weight: bold;
  color: #171c1c;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #7692cc;
  color: #fff;
}
.select2-container.select2-container--open .select2-selection {
  border-bottom: none;
}
.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #171c1c;
}
.select2-container.select2-container--open.select2-container--above .select2-selection {
  border-top: none;
  border-bottom: 1px solid #8b8d8d;
}
.select2-container.select2-container--disabled .select2-selection {
  padding: 10px 20px;
}
.select2-container.select2-container--disabled .select2-selection .select2-selection__arrow {
  display: none;
}
.select2-container .scrollbar-inner .scroll-element.scroll-y {
  right: 0;
  padding-right: 8px;
  background: #fff;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}
.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.scrollbar-inner .scroll-element.scroll-y {
  width: 3px;
}
.scrollbar-inner .scroll-element.scroll-y .scroll-element_outer {
  width: 3px;
  border-radius: 0;
}
.scrollbar-inner .scroll-element.scroll-y .scroll-element_track {
  background-color: transparent;
  opacity: 1;
}
.scrollbar-inner .scroll-element.scroll-y .scroll-bar {
  background-color: #7692cc;
  border-radius: 0;
  min-height: 50px;
  opacity: 1;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: -5px;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "light-2", "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background-color: #f4f4f4;
  border-radius: 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background-color: #f4f4f4;
  border-radius: 0;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 5px;
  margin: 6px auto;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f4f4f4;
  border-radius: 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c7c7c7;
  border-radius: 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #aeaeae;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #a1a1a1;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "gray" */
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 0 0 #e1e1e1;
  height: 10px;
  background: #e8e8e8;
}
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 -1px 0 0 #485159;
  background: #748592;
  height: 10px;
}
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -7px;
}
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar {
  background: #748592;
}
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 7px;
  background: #ececec;
}
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
  background: #748592;
  width: 7px;
}
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-gray .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger:active .mCSB_dragger_bar {
  background: #748592;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
/**
 * Common
 **/
* {
  box-sizing: border-box;
  font-variant: no-common-ligatures;
}
*:focus {
  outline: none;
}
*.dark-overlay {
  height: 100%;
  width: 100%;
  position: relative;
}
*.dark-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
}
html {
  height: 100%;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  font-family: 'TTNorms';
  font-size: 14px;
  line-height: 1;
  color: #171c1c;
}
body.fixed-footer-space {
  padding-bottom: 85px;
}
body.background-fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
main {
  flex-grow: 1;
}
h1,
h2,
h3 {
  margin: 0;
}
.container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.container.wide {
  width: 1360px;
}
@media (max-width: 1239px) {
  .container.wide {
    width: 1180px;
  }
}
.catalog-container {
  width: 1780px;
  margin: 0 auto;
}
@media (max-width: 1839px) {
  .catalog-container {
    width: 1180px;
  }
}
@media (max-width: 1239px) {
  .catalog-container {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .catalog-container {
    padding: 0 20px;
  }
}
.math-substrate {
  background: url('/local/images/partials/math-substrate.jpg') center bottom no-repeat;
}
@media (max-width: 1239px) {
  .math-substrate {
    background: none;
  }
}
.math-substrate-wide {
  background: url('/local/images/partials/math-substrate-wide.jpg') center bottom no-repeat;
}
@media (max-width: 1239px) {
  .math-substrate-wide {
    background: none;
  }
}
.hidden {
  display: none !important;
}
.collapsed {
  display: none;
}
.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.image-wrapper img {
  max-width: 100%;
}
.background-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.background-image-wrapper img {
  width: 100%;
  max-width: 100%;
}
.background-image-wrapper.background-size-cover img {
  height: 100%;
  max-height: 100%;
}
.background-image-wrapper.background-size-crop img {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: none;
}
ul.common-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.common-ul li {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
}
ul.common-ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 9px;
  left: 0;
  border-radius: 100%;
  background: #4461a8;
}
ul.common-ul li + li {
  margin-top: 10px;
}
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
table.custom-table {
  width: 100%;
  border-spacing: 0;
}
table.custom-table tr:nth-child(odd) {
  background: #e1e6ea;
}
table.custom-table th,
table.custom-table td {
  padding: 20px 30px;
}
@media (max-width: 479px) {
  table.custom-table th,
  table.custom-table td {
    padding: 20px 15px;
  }
}
table.custom-table th {
  width: 65%;
  text-align: left;
  font-weight: normal;
}
table.custom-table td {
  min-width: 110px;
  font-weight: bold;
}
table.custom-table .icon-weight {
  margin-right: 10px;
  margin-top: -5px;
}
.hidden-index-text {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
}
.page-header {
  margin-top: 30px;
}
.page-header h1 {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: #171c1c;
  text-align: center;
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #171c1c;
  }
}
.page-header.left h1 {
  text-align: left;
}
.zoomContainer {
  z-index: 5;
}
.subscribe-wrapper {
  margin-top: 40px;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
a {
  display: inline-block;
  text-decoration: none;
  color: #7692cc;
}
@media (min-width: 1240px) {
  a {
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  a:hover {
    opacity: 0.8;
  }
}
a.cursor-default {
  cursor: default;
}
a.no-hover-opacity {
  opacity: 1;
  transition: none;
}
a.disabled {
  cursor: default;
  opacity: 1;
  transition: none;
  pointer-events: none;
}
a.with-icon > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
a.with-icon > div .icon {
  flex-shrink: 0;
  margin-right: 10px;
}
a.dashed span {
  display: inline-block;
  border-bottom: 2px dashed #7692cc;
}
a.dashed.thin span {
  border-bottom: 1px dashed #7692cc;
}
a.underlined {
  text-decoration: underline;
}
button {
  transition: opacity 0.2s ease;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}
.close-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.close-btn:hover {
  opacity: 0.8;
}
.close-btn:before,
.close-btn:after {
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border-radius: 2px;
  background: #fff;
}
.close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #4461a8;
  background: #4461a8;
  text-align: center;
}
.btn.high {
  padding: 20px 30px;
}
.btn.white {
  background: #fff;
  color: #4461a8;
}
.btn:hover {
  background: #fff;
  color: #4461a8;
  opacity: 1;
}
.btn:hover.white {
  background: #4461a8;
  color: #fff;
}
input[type=checkbox],
input[type=radio] {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  position: absolute !important;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #171c1c;
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
}
.bx-core-window input[type=checkbox] ~ label,
.bx-core-window input[type=radio] ~ label {
  padding-left: 0;
}
@media (min-width: 1240px) {
  input[type=checkbox] ~ label,
  input[type=radio] ~ label {
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  input[type=checkbox] ~ label:hover,
  input[type=radio] ~ label:hover {
    opacity: 0.8;
  }
}
input[type=checkbox] ~ label:before,
input[type=radio] ~ label:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #919fa7;
  top: 0;
  left: 0;
}
.bx-core-window input[type=checkbox] ~ label:before,
.bx-core-window input[type=radio] ~ label:before {
  display: none;
}
input[type=checkbox] ~ label:after,
input[type=radio] ~ label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 5px;
  transition: opacity 0.2s ease;
  top: 5px;
  left: 5px;
  border: 1px solid #919fa7;
  border-top: none;
  border-right: none;
  opacity: 0;
  transform: rotate(-45deg);
}
.bx-core-window input[type=checkbox] ~ label:after,
.bx-core-window input[type=radio] ~ label:after {
  display: none;
}
input[type=checkbox]:checked ~ label:after,
input[type=radio]:checked ~ label:after {
  opacity: 1;
}
input[type=checkbox]:disabled ~ label,
input[type=radio]:disabled ~ label {
  opacity: 0.5;
  cursor: default;
}
input[type=radio] ~ label:before {
  border: none;
  width: 16px;
  height: 16px;
  background: var(--ss) -27px -275px no-repeat;
}
input[type=radio] ~ label:after {
  display: none;
}
input[type=radio]:checked ~ label:before {
  width: 16px;
  height: 16px;
  background: var(--ss) -47px -275px no-repeat;
}
input[type=text] {
  padding: 5px 10px;
  border: 1px solid #8b8d8d;
  color: #171c1c;
}
input[type=text]::placeholder {
  opacity: 0.6;
}
input[type=radio] {
  display: none;
}
input[type=submit] {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
input[type=submit]:hover {
  opacity: 0.8;
}
input::-ms-clear {
  display: none;
}
input::placeholder {
  color: #919fa7;
}
select {
  visibility: hidden;
  width: 100%;
}
.bx-core-window select {
  visibility: visible;
  width: auto;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.product-price {
  display: flex;
  flex-wrap: wrap;
}
.product-price .price {
  margin-right: 20px;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #171c1c;
}
@media (max-width: 767px) {
  .product-price .price {
    margin-right: 0;
  }
}
.product-price .price span {
  font-weight: normal;
}
.product-price .base-price {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 30px;
  color: #919fa7;
}
@media (max-width: 767px) {
  .product-price .base-price {
    width: 100%;
  }
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.text-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #171c1c;
  max-width: 880px;
}
@media (max-width: 1023px) {
  .text-content {
    max-width: 100%;
  }
}
.text-content h1 {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: #171c1c;
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .text-content h1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #171c1c;
  }
}
.text-content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #171c1c;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .text-content h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #171c1c;
  }
}
.text-content h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #171c1c;
  margin: 30px 0 0;
}
.text-content .annotation-block {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #171c1c;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .text-content .annotation-block {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #171c1c;
  }
}
.text-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #171c1c;
  margin: 30px 0 0;
}
.text-content p + p {
  margin-top: 15px;
}
.text-content a {
  text-decoration: underline;
  color: #4461a8;
}
.text-content > img {
  margin-top: 30px;
}
.text-content img {
  max-width: 100%;
}
.text-content .quotation-block {
  display: flex;
  position: relative;
  margin-top: 30px;
  padding: 75px 60px 60px 100px;
  background: #f1f4f6;
}
@media (max-width: 767px) {
  .text-content .quotation-block {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.text-content .quotation-block .quotation {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #171c1c;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .text-content .quotation-block .quotation {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #171c1c;
  }
}
.text-content .quotation-block .quotation .quote {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .text-content .quotation-block .quotation .quote {
    position: static;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.text-content .quotation-block .author {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #171c1c;
  flex-shrink: 0;
  width: 140px;
}
@media (max-width: 767px) {
  .text-content .quotation-block .author {
    width: 100%;
    margin-top: 30px;
    text-align: right;
  }
}
.text-content .quotation-block .author img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .text-content .quotation-block .author img {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .text-content .table-wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
}
.text-content table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
}
.text-content table tr {
  border-bottom: 1px solid #e1e6ea;
}
.text-content table tr td {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #171c1c;
  padding: 15px 15px 15px 0;
}
.text-content table tr:first-of-type {
  border-bottom: 2px solid #7692cc;
}
.text-content table tr:first-of-type td {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #171c1c;
  padding: 0 15px 15px 0;
}
.text-content ul,
.text-content ol {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.text-content ul li,
.text-content ol li {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #171c1c;
  position: relative;
  padding-left: 30px;
}
.text-content ul li + li,
.text-content ol li + li {
  margin-top: 10px;
}
.text-content ul li:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 10px;
}
.text-content ol {
  counter-reset: custom-counter;
}
.text-content ol li {
  counter-increment: custom-counter;
}
.text-content ol li:before {
  content: counter(custom-counter) '. ';
  position: absolute;
  top: 0;
  left: 10px;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.thin-slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1239px) {
  .thin-slider .slide.with-counter {
    padding-top: 48px;
  }
}
@media (max-width: 1239px) {
  .thin-slider .slide.with-counter.with-text {
    padding-top: 72px;
  }
}
.thin-slider .slide.non-clickable {
  cursor: default;
  pointer-events: none;
}
.thin-slider .slide img {
  max-width: 100%;
  width: auto;
}
.thin-slider .slide .action-counter-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1239px) {
  .thin-slider .slide .action-counter-wrapper {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .thin-slider .slide .action-counter-wrapper .counter-wrapper {
    width: 100%;
    padding: 10px 20px;
    border-radius: 0;
  }
}
@media (max-width: 1239px) {
  .thin-slider .slide .action-counter-wrapper .counter-wrapper .counter-label {
    font-size: 14px;
  }
}
@media (max-width: 1239px) {
  .thin-slider .slide .action-counter-wrapper .counter-wrapper .counter .item-block > span {
    font-size: 16px;
  }
}
.thin-slider .owl-item {
  display: flex;
  justify-content: center;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.loading,
.ajax-loading {
  position: relative;
  cursor: default;
  pointer-events: none;
  overflow: hidden;
}
.loading:before,
.ajax-loading:before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  left: -10px;
  right: -10px;
  top: 0;
  bottom: 0;
}
.loading:after,
.ajax-loading:after {
  width: 30px;
  height: 30px;
  animation: rotate 1.2s infinite linear;
  content: ' ';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  border-radius: 50%;
  border: 3px solid #7692cc;
  border-left-color: transparent;
  z-index: 11;
}
.ajax-loading:before {
  left: 0;
  right: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.custom-tabs .custom-tabs-nav {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
@media (max-width: 1023px) {
  .custom-tabs .custom-tabs-nav {
    display: none;
  }
}
.custom-tabs .custom-tabs-nav .nav-item {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #171c1c;
  margin: 0 10px;
  padding: 20px 15px;
  border: solid 2px transparent;
}
.custom-tabs .custom-tabs-nav .nav-item:after {
  display: block;
  content: attr(title);
  height: 0;
  font-weight: bold;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.custom-tabs .custom-tabs-nav .nav-item.active {
  color: #4461a8;
  border: solid 2px #4461a8;
  font-weight: bold;
}
.custom-tabs .custom-tabs-nav .nav-item:not(.active) {
  border-color: transparent !important;
  color: #171c1c !important;
}
.custom-tabs .custom-tabs-nav-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .custom-tabs .custom-tabs-nav-mobile {
    display: block;
  }
}
.custom-tabs .custom-tabs-nav-mobile .nav-select {
  width: 100%;
}
.custom-tabs .custom-tabs-content .content-wrapper {
  display: none;
}
.custom-tabs .custom-tabs-content .content-wrapper.active {
  display: block;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.form label {
  font-size: 14px;
  line-height: 20px;
  color: #171c1c;
}
.form label a {
  color: #171c1c;
}
.form textarea,
.form input[type=tel],
.form input[type=email],
.form input[type=text] {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 2px solid #c8cfd3;
  border-radius: 0;
  color: #171c1c;
}
.form textarea::placeholder,
.form input[type=tel]::placeholder,
.form input[type=email]::placeholder,
.form input[type=text]::placeholder {
  color: #919fa7;
  opacity: 1;
}
.form textarea.error,
.form input[type=tel].error,
.form input[type=email].error,
.form input[type=text].error {
  border-color: #f60d2a;
}
.form textarea {
  padding: 15px;
  border: 2px solid #c8cfd3;
  resize: none;
}
.form input[type=submit] {
  align-self: center;
}
.form .form-header {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  color: #171c1c;
}
@media (max-width: 767px) {
  .form .form-header {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #171c1c;
  }
}
.form .form-group {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.form .form-group label {
  position: relative;
  top: 0;
  transition: top 0.3s;
  order: -1;
}
.form .form-group input[value=""] ~ label {
  color: #919fa7;
}
.form .form-group input[value=""]:not([placeholder]) ~ label {
  pointer-events: none;
  top: 35px;
}
.form .form-group input:focus ~ label {
  color: #171c1c;
  top: 0!important;
}
.form .form-group textarea + label {
  margin-bottom: 5px;
}
.form .form-group div.error {
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #f60d2a;
  display: block;
  order: 2;
}
.form .form-group .required:not([type=checkbox]):not([type=radio]) ~ label:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-left: 5px;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #4461a8;
}
.form .form-group textarea,
.form .form-group input[type=tel],
.form .form-group input[type=email],
.form .form-group input[type=text],
.form .form-group .select2-selection__rendered {
  font-size: 16px;
}
.form .form-horisontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.form .form-horisontal.space-between {
  justify-content: space-between;
}
.form .form-horisontal .form-group {
  margin-right: 10px;
  margin-left: 10px;
  flex-basis: calc(50% - 20px);
}
@media (max-width: 767px) {
  .form .form-horisontal .form-group {
    flex-basis: 100%!important;
  }
}
.form .form-horisontal .form-group-checkbox {
  flex-basis: auto;
}
@media (max-width: 767px) {
  .form .form-horisontal .form-group-checkbox {
    flex-basis: auto;
  }
}
.form .error-container {
  display: none;
}
.form.theme-white label {
  color: #ffffff;
}
.form.theme-white label a {
  color: #ffffff;
}
.form.theme-white textarea,
.form.theme-white input[type=tel],
.form.theme-white input[type=email],
.form.theme-white input[type=text] {
  background-color: transparent;
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.form.theme-white textarea::placeholder,
.form.theme-white input[type=tel]::placeholder,
.form.theme-white input[type=email]::placeholder,
.form.theme-white input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form.theme-white textarea {
  border-color: #ffffff;
}
.form.theme-white .form-group input[value=""] ~ label {
  color: rgba(255, 255, 255, 0.8);
}
.form.theme-white .form-group input:focus ~ label {
  color: #ffffff;
}
.form.theme-white input[type=checkbox] ~ label:before,
.form.theme-white input[type=radio] ~ label:before,
.form.theme-white input[type=checkbox] ~ label:after,
.form.theme-white input[type=radio] ~ label:after {
  border-color: #ffffff;
}
.form .upload-control .error-message {
  color: #f60d2a;
}
.form .upload-control .upload-area {
  position: relative;
  order: 10000;
}
.form .upload-control .upload-area:before {
  display: none;
}
.form .upload-control .upload-area .upload-btn {
  color: #7692cc;
}
.form .upload-control .upload-area input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form .upload-control .upload-area .label {
  display: block;
  margin-bottom: 5px;
}
.form .upload-control .upload-area .upload-box {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(145, 159, 167, 0.26);
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
.form .upload-control .upload-area .upload-icon {
  width: 14px;
  height: 14px;
  background: var(--ss) -99px -275px no-repeat;
}
.form .upload-control .upload-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.form .upload-control .upload-list:nth-child(n) {
  order: 1;
}
@media (max-width: 1023px) {
  .form .upload-control .upload-list {
    padding: 10px 0;
  }
}
.form .upload-control .upload-list .upload-item {
  position: relative;
  display: grid;
  grid-template-columns: min-content;
  align-items: center;
  grid-column-gap: 15px;
}
.form .upload-control .upload-list .upload-item .error {
  grid-row: 2;
  color: #f60d2a;
}
.form .upload-control .upload-list .upload-item.error .error-message {
  opacity: 1;
  pointer-events: auto;
}
.form .upload-control .upload-list input[type="file"] {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  clip: rect(0 0 0 0);
}
.form .upload-control .upload-list .img-wrap {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 0 5px 0 rgba(145, 159, 167, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.form .upload-control .upload-list .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
}
.form .upload-control .upload-list .btn-remove {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(23, 28, 28, 0.7);
  padding: 46px 20px;
  text-align: center;
  color: #ffffff;
}
.form .upload-control .upload-list .btn-remove:hover {
  opacity: 1;
}
.form .upload-control .upload-list .btn-remove:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--ss) -270px -182px no-repeat;
  top: 30%;
  left: 45%;
  scale: 0.75;
  transform: translate(-50%, -50%);
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.counter-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  text-align: center;
  color: #919fa7;
}
@media (max-width: 1239px) {
  .counter-wrapper {
    width: 300px;
    max-width: 100%;
  }
}
.counter-wrapper .counter-label {
  font-size: 12px;
}
.counter-wrapper .counter-label a {
  color: white;
  text-decoration: underline;
}
.counter-wrapper .counter-label + .counter {
  margin-top: 10px;
}
.counter-wrapper .counter {
  display: flex;
}
.counter-wrapper .counter .item-block > span {
  font-size: 18px;
  font-weight: bold;
}
.counter-wrapper .counter .item-block > div {
  font-size: 12px;
}
.counter-wrapper .counter .item-block.double-dots {
  margin: 0 10px;
  font-weight: bold;
}
.counter-wrapper .counter .item-block:not(.double-dots) {
  min-width: 25px;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.to-top {
  width: 46px;
  height: 46px;
  position: fixed;
  display: none;
  line-height: 46px;
  bottom: 30px;
  right: 50px;
  border-radius: 100%;
  background-color: #7692cc;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: box-shadow 0.3s linear, background-color 0.3s linear;
  z-index: 450;
}
@media (max-width: 1239px) {
  .to-top {
    display: none !important;
  }
}
.to-top:hover {
  background-color: #9bb0da;
}
.to-top:active {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.to-top > span {
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.action-counter-wrapper .text-wrapper {
  display: flex;
  font-weight: bold;
  line-height: 22px;
}
.action-counter-wrapper .text-wrapper .icon-action-label {
  flex-shrink: 0;
  margin-right: 20px;
}
.action-counter-wrapper .text-wrapper a {
  font-weight: normal;
}
.action-counter-wrapper .counter-wrapper {
  background: #4461a8;
  color: #fff;
}
.action-counter-wrapper .counter-wrapper .counter-label {
  font-size: 16px;
  font-weight: bold;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.search-suggestions-wrapper {
  max-width: 100%;
  margin: 0 10px 10px;
  padding-top: 10px;
}
.search-suggestions-wrapper .suggestions {
  max-height: 200px;
  margin-left: -10px;
  overflow-y: hidden;
}
.search-suggestions-wrapper .heading,
.search-suggestions-wrapper .suggestion {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-suggestions-wrapper .heading {
  margin-bottom: 5px;
  font-weight: bold;
}
.search-suggestions-wrapper .suggestion {
  display: block;
  padding: 5px 0 5px 10px;
  color: #171c1c;
}
.search-suggestions-wrapper .suggestion:hover,
.search-suggestions-wrapper .suggestion.active {
  background: #7692cc;
  color: white;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.subscribe-block {
  display: flex;
}
.subscribe-block .subscribe-block-part {
  width: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.subscribe-block .info-part {
  padding: 40px;
  background-color: #f0f2f5;
}
.subscribe-block .form-part {
  padding: 20px 60px 60px;
  background-color: #d3dae0;
}
.subscribe-block .subscribe-info-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.subscribe-block .subscribe-info-subtitle {
  margin-top: 32px;
  font-size: 24px;
  line-height: 28px;
}
.subscribe-block .form .form-group {
  margin-top: 5px;
}
.subscribe-block .form .form-group.submit {
  margin-top: 20px;
}
.subscribe-block .form .form-group.form-group-checkbox {
  margin-top: 35px;
}
.subscribe-block .form .form-group input[value=""] ~ label,
.subscribe-block .form .form-group label {
  color: #171c1c;
}
.subscribe-block .form .form-group input[value=""] ~ label a,
.subscribe-block .form .form-group label a {
  color: #171c1c;
}
.subscribe-block .form textarea,
.subscribe-block .form input[type=tel],
.subscribe-block .form input[type=email],
.subscribe-block .form input[type=text] {
  padding: 5px 0;
  color: #171c1c;
}
.subscribe-block .form input[value=""]:not([placeholder]) ~ label {
  pointer-events: none;
  top: 15px;
}
.subscribe-block .form input[type=submit] {
  align-self: flex-start;
}
@media (max-width: 767px) {
  .subscribe-block {
    flex-direction: column;
  }
  .subscribe-block .subscribe-block-part {
    width: 100%;
  }
  .subscribe-block .info-part,
  .subscribe-block .form-part {
    padding: 20px;
  }
  .subscribe-block .subscribe-info-title {
    font-size: 30px;
    line-height: 35px;
  }
  .subscribe-block .subscribe-info-subtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 21px;
  }
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.search-suggestions-wrapper {
  max-width: 100%;
  margin: 0 10px 10px;
  padding-top: 10px;
}
.search-suggestions-wrapper .suggestions {
  max-height: 200px;
  margin-left: -10px;
  overflow-y: hidden;
}
.search-suggestions-wrapper .heading,
.search-suggestions-wrapper .suggestion {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-suggestions-wrapper .heading {
  margin-bottom: 5px;
  font-weight: bold;
}
.search-suggestions-wrapper .suggestion {
  display: block;
  padding: 5px 0 5px 10px;
  color: #171c1c;
}
.search-suggestions-wrapper .suggestion:hover,
.search-suggestions-wrapper .suggestion.active {
  background: #7692cc;
  color: white;
}
/**
 * Header
 **/
.header {
  background: #fff;
  z-index: 1000;
}
.header .header-banners {
  position: relative;
}
.header .header-banners .thin-slider .owl-nav,
.header .header-banners .thin-slider .owl-dots {
  display: none;
}
.header .header-banners .counter-wrapper {
  border-radius: 50px;
}
@media (max-width: 1239px) {
  .header .desktop-menu {
    display: none;
  }
}
.header .top-line {
  display: flex;
  align-items: center;
  padding: 25px 20px;
}
@media (max-width: 1839px) {
  .header .top-line {
    padding-left: 0;
    padding-right: 0;
  }
}
.header .top-line .menu {
  display: flex;
  align-items: center;
}
.header .top-line .menu.last {
  flex-grow: 1;
  justify-content: flex-end;
}
.header .top-line .menu .menu-item {
  margin: 0 20px;
  color: #171c1c;
}
.header .top-line .menu .menu-item.phone {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #171c1c;
}
.header .top-line .menu .menu-item.active {
  color: #4461a8;
}
.header .top-line .menu .menu-item .icon {
  margin-right: 15px;
}
.header .top-line .menu .menu-item .icon-lock {
  width: 13px;
  height: 17px;
  background: var(--ss) -306px -227px no-repeat;
}
.header .top-line .menu .menu-item .icon-phone {
  width: 13px;
  height: 18px;
  background: var(--ss) -306px -64px no-repeat;
}
.header .mid-line {
  width: 100%;
  height: 95px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
  background: #4461a8;
}
.header .mid-line.no-margin {
  margin-bottom: 0;
}
.header .mid-line .column {
  padding: 0 40px;
}
.header .mid-line .column.left-column,
.header .mid-line .column.right-column {
  display: flex;
  align-items: center;
  width: 450px;
}
.header .mid-line .column.mid-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 280px;
}
.header .mid-line .column.right-column {
  justify-content: flex-end;
  position: relative;
}
.header .bot-line {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 50px;
  background: #4461a8;
}
.header .bot-line .items-wrapper {
  display: flex;
  align-items: center;
}
.header .bot-line .items-wrapper .tail-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  position: relative;
}
.header .bot-line .items-wrapper .logo-wrapper,
.header .bot-line .items-wrapper .header-basket,
.header .bot-line .items-wrapper .main-search {
  display: none;
}
.header .bot-line .catalog-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.header .bot-line .catalog-menu .catalog-menu-item {
  margin: 0 40px;
}
.header .bot-line .catalog-menu .catalog-menu-item > a {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.header .bot-line .catalog-menu .catalog-menu-item > a > span {
  text-transform: uppercase;
}
.header .bot-line .catalog-menu .catalog-menu-item.menu-toggler-wrapper > a {
  display: flex;
  align-items: center;
}
.header .bot-line .catalog-menu .catalog-menu-item.menu-toggler-wrapper > a .icon-wrapper {
  display: flex;
  align-items: center;
  width: 25px;
  height: 28px;
  margin-right: 15px;
  cursor: pointer;
}
.header .bot-line .catalog-menu .catalog-menu-item.menu-toggler-wrapper > a.open .icon {
  width: 24px;
  height: 24px;
  background: var(--ss) -270px -210px no-repeat;
}
.header .bot-line .catalog-menu .catalog-menu-item.active > a {
  color: #7692cc;
}
.header .bot-line .catalog-menu .menu-drop {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #7692cc;
  overflow: hidden;
}
.header .bot-line .catalog-menu .menu-drop .items-wrapper {
  display: flex;
  align-items: flex-start;
}
.header .bot-line .catalog-menu .menu-drop .menu-items {
  display: flex;
  flex-grow: 1;
  padding: 10px;
}
.header .bot-line .catalog-menu .menu-drop .menu-items .column {
  width: 280px;
  padding: 30px;
}
.header .bot-line .catalog-menu .menu-drop .menu-items .menu-item-wrapper > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.header .bot-line .catalog-menu .menu-drop .menu-items .menu-item-wrapper a.active {
  opacity: 0.5;
}
.header .bot-line .catalog-menu .menu-drop .menu-items .menu-item-wrapper a:hover {
  text-decoration: underline;
  opacity: 1;
}
.header .bot-line .catalog-menu .menu-drop .menu-items .menu-item-wrapper .subitems {
  margin-top: 15px;
}
.header .bot-line .catalog-menu .menu-drop .menu-items .menu-item-wrapper .subitems a {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
}
.header .bot-line .catalog-menu .menu-drop .menu-items .menu-item-wrapper .subitems a.active {
  opacity: 0.5;
}
.header .bot-line .catalog-menu .menu-drop .menu-items .menu-item-wrapper + .menu-item-wrapper {
  margin-top: 40px;
}
.header .select-city-link,
.header .stores-link {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}
.header .select-city-link {
  margin-right: 40px;
}
.header .select-city-link .icon-pin {
  width: 13px;
  height: 17px;
  background: var(--ss) -306px -269px no-repeat;
}
.header .stores-link {
  position: relative;
  font-weight: bold;
}
.header .header-basket {
  margin-right: 70px;
}
.header .header-basket .basket-link {
  display: flex;
  align-items: flex-start;
}
.header .header-basket .icon-header-basket {
  width: 26px;
  height: 24px;
  background: var(--ss) -270px -108px no-repeat;
}
.header .header-basket .elements-count {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #4461a8;
  margin-top: -5px;
  margin-left: -10px;
  min-width: 28px;
  padding: 3px 5px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.header .main-search .icon-search {
  width: 24px;
  height: 24px;
  background: var(--ss) -30px -247px no-repeat;
}
.header .main-search .icon-search-violet {
  width: 24px;
  height: 24px;
  background: var(--ss) -86px -247px no-repeat;
}
.header .main-search form {
  position: absolute;
  width: 0;
  top: 30px;
  right: 34px;
  border: 1px solid #8b8d8d;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 100;
}
.header .main-search form [type=text] {
  width: 100%;
  height: 36px;
  padding: 0;
  border: none;
}
.header .main-search form [type=submit] {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
}
.header .main-search.open form {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 80px);
}
.header .main-search.open form [type=text] {
  padding: 5px 36px 5px 10px;
}
.header .main-search.open.close form {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.header .main-search.open.close form [type=text] {
  padding: 0;
}
.header .mobile-header-stub {
  width: 100%;
  height: 60px;
  display: none;
}
@media (max-width: 1239px) {
  .header .mobile-header-stub {
    display: block;
  }
}
.header .mobile-header {
  width: 100%;
  height: 60px;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #4461a8;
  z-index: 100;
}
@media (max-width: 1239px) {
  .header .mobile-header {
    display: flex;
    align-items: center;
  }
}
.header .mobile-header .menu-toggler {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  background: #4461a8;
  z-index: 1;
}
.header .mobile-header .menu-toggler.active .icon {
  width: 24px;
  height: 24px;
  background: var(--ss) -270px -210px no-repeat;
}
.header .mobile-header .logo {
  width: 130px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header .mobile-header .logo .icon-logo-mobile {
  width: 130px;
  height: 52px;
  background: var(--ss) -2px -58px no-repeat;
}
.header .mobile-header .search-form-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
  background: #4461a8;
  z-index: 1;
}
.header .mobile-header .items-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  padding: 0 20px;
}
.header .mobile-header .items-wrapper .header-basket {
  margin-right: 20px;
}
.header .mobile-header .items-wrapper .main-search form {
  top: 12px;
  right: 14px;
}
.header .mobile-header .items-wrapper .main-search.open form {
  width: calc(100% - 14px);
}
.header .mobile-header .items-wrapper .main-search.open.close form {
  width: 0;
}
.header .mobile-header .items-wrapper .main-search.open.close form [type=text] {
  padding: 0;
}
.header .mobile-header .catalog-menu-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  border-top: 1px solid #7692cc;
  background: #4461a8;
  transition: 0.3s;
  overflow-y: scroll;
}
.header .mobile-header .catalog-menu-wrapper.active {
  top: 60px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 15px 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-header .select-city-link {
  margin-right: 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu {
  flex-shrink: 0;
  padding-bottom: 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-item {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-item:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-item.active:after {
  transform: rotate(180deg);
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-item.direct:after {
  display: none;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-item.direct.active {
  opacity: 0.5;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-subitems-wrapper {
  display: none;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-subitems {
  padding-bottom: 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-subitems .catalog-menu-subitem {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  display: block;
  padding: 10px 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu .catalog-menu-subitems .catalog-menu-subitem.active {
  opacity: 0.5;
}
.header .mobile-header .catalog-menu-wrapper .spacer {
  flex-grow: 1;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer {
  flex-shrink: 0;
  padding: 40px 0;
  background: #919fa7;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer.ios {
  padding-bottom: 100px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer .phone {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 0 20px 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer .phone .icon-phone-white {
  width: 21px;
  height: 30px;
  background: var(--ss) -270px -74px no-repeat;
  margin-right: 20px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer .socials {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 320px;
  padding: 0 10px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer .socials > a {
  padding: 10px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 10px;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer .menu .menu-item {
  padding: 10px;
  color: #fff;
}
.header .mobile-header .catalog-menu-wrapper .catalog-menu-footer .copyright {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
  margin: 20px 20px 0;
}
.header.fixed .bot-line {
  align-items: center;
  position: fixed;
  top: 0;
  height: 80px;
}
.compensate-for-scrollbar .header.fixed .bot-line {
  padding-right: 17px;
}
.header.fixed .bot-line .items-wrapper .logo-wrapper {
  display: block;
}
.header.fixed .bot-line .items-wrapper .catalog-menu {
  margin: 0 20px;
}
.header.fixed .bot-line .items-wrapper .catalog-menu .catalog-menu-item {
  margin: 0 20px;
}
.header.fixed .bot-line .items-wrapper .catalog-menu .menu-drop {
  position: fixed;
  top: 80px;
}
.header.fixed .bot-line .items-wrapper .header-basket {
  display: block;
  margin-right: 40px;
}
.header.fixed .bot-line .items-wrapper .main-search {
  display: block;
}
.header.fixed .bot-line .items-wrapper .main-search form {
  top: -4px;
  right: -6px;
}
.header.fixed .bot-line .items-wrapper .main-search.open form {
  width: calc(100% - 34px);
}
.header.fixed .bot-line .items-wrapper .main-search.open.close form {
  width: 0;
}
.header.fixed .bot-line .items-wrapper .main-search.open.close form [type=text] {
  padding: 0;
}
.header.simple .mid-line {
  margin-bottom: 0;
}
.header.simple .mid-line .mid-column {
  width: 100%;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
/**
 * Footer
 **/
footer {
  margin-top: 65px;
}
@media (max-width: 767px) {
  footer {
    padding: 0 0;
  }
}
@media (max-width: 479px) {
  footer.no-margin {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  footer .catalog-container .container {
    padding: 0;
  }
}
footer .footer-menu {
  background: #919fa7;
}
footer .logo-block {
  display: flex;
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  footer .logo-block {
    padding: 30px 0 25px;
  }
}
footer .logo-block .icon {
  margin: 0 auto;
}
footer .menu-columns {
  display: flex;
  padding-bottom: 45px;
  color: white;
}
@media (max-width: 1239px) {
  footer .menu-columns {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .menu-columns {
    padding-bottom: 30px;
  }
}
footer .menu-columns .menu-column {
  width: 295px;
  padding: 40px 40px 0;
}
@media (max-width: 1023px) {
  footer .menu-columns .menu-column {
    width: 235px;
  }
}
@media (max-width: 767px) {
  footer .menu-columns .menu-column {
    width: 100%;
    padding: 15px 40px 0;
  }
}
@media (max-width: 479px) {
  footer .menu-columns .menu-column {
    padding: 15px 0 0;
  }
}
@media (max-width: 1239px) {
  footer .menu-columns .menu-column.contacts {
    width: 100%;
  }
  footer .menu-columns .menu-column.contacts .menu-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
  footer .menu-columns .menu-column.contacts .menu-items > div {
    margin: 15px 30px 0;
  }
  footer .menu-columns .menu-column.contacts .menu-items a {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  footer .menu-columns .menu-column.contacts {
    padding: 30px 0 0;
  }
  footer .menu-columns .menu-column.contacts .menu-items {
    margin: 0 -20px;
  }
  footer .menu-columns .menu-column.contacts .menu-items > div {
    margin: 15px 20px 0;
  }
}
@media (max-width: 479px) {
  footer .menu-columns .menu-column .show + .menu-items {
    display: none;
  }
}
footer .menu-columns .menu-column .show .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: white transparent transparent transparent;
}
footer .menu-columns .menu-column .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent white transparent;
  display: none;
}
@media (max-width: 479px) {
  footer .menu-columns .menu-column .arrow {
    display: block;
  }
}
footer .menu-columns .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .menu-columns .title {
    margin-bottom: 0;
  }
}
footer .menu-columns .menu-items a {
  margin-top: 25px;
}
@media (max-width: 767px) {
  footer .menu-columns .menu-items a {
    margin-top: 10px;
  }
}
footer .menu-columns .menu-items .phone {
  font-size: 24px;
}
footer .menu-columns .menu-items .social-links-container {
  width: 100%;
}
footer .menu-columns .menu-items .social-links {
  display: flex;
  flex-wrap: wrap;
  width: 210px;
  margin: 0 -25px;
}
@media (max-width: 1239px) {
  footer .menu-columns .menu-items .social-links {
    width: auto;
  }
}
@media (max-width: 479px) {
  footer .menu-columns .menu-items .social-links {
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    width: 100%;
  }
}
footer .menu-columns .menu-items .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  margin: 45px 25px 0;
}
@media (max-width: 479px) {
  footer .menu-columns .menu-items .social-links a {
    margin: 0 0;
  }
}
footer .menu-columns a {
  cursor: pointer;
  color: white;
}
footer .menu-columns a:hover {
  opacity: 0.8;
}
footer .copyright {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  color: #171c1c;
}
@media (max-width: 479px) {
  footer .copyright {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.popup {
  width: 520px;
  padding: 30px 20px 60px;
}
.popup .fancybox-close-small {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  top: 15px;
  right: 5px;
  padding: 10px;
  opacity: 1;
}
.popup .fancybox-close-small:hover {
  opacity: 0.8;
}
.popup .fancybox-close-small svg {
  display: none;
}
.popup .fancybox-close-small:before {
  width: 24px;
  height: 24px;
  background: var(--ss) -270px -182px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.popup .heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #171c1c;
  margin-bottom: 20px;
  padding-right: 40px;
}
.popup .subheading {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #171c1c;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.popup.select-city {
  width: 820px;
  padding: 30px 20px 30px;
}
.popup.select-city .search-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.popup.select-city .search-wrapper input {
  padding: 15px 40px;
}
.popup.select-city .search-wrapper:before {
  width: 24px;
  height: 24px;
  background: var(--ss) -58px -247px no-repeat;
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
}
.popup.select-city .custom-tabs-nav {
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.popup.select-city .custom-tabs-nav-mobile {
  margin-bottom: 30px;
}
.popup.select-city .nav-item {
  margin: 0 15px;
}
.popup.select-city .cities {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: hidden;
  height: 210px;
  margin: 0 -10px;
}
@media (max-width: 1023px) {
  .popup.select-city .cities {
    height: 220px;
  }
}
.popup.select-city .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.popup.select-city .mCustomScrollBox {
  width: 100%;
}
.popup.select-city .mCSB_container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.popup.select-city .first-letter {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #4461a8;
  width: 20px;
  margin-right: 15px;
}
.popup.select-city .group {
  display: flex;
  width: 180px;
  margin: 0 10px 10px;
}
.popup.select-city .city label {
  cursor: pointer;
  line-height: 30px;
}
.popup.select-city .city label:before {
  display: none;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.popup.review {
  width: 780px;
  padding: 50px 40px;
}
.popup.review .heading {
  font-size: 36px;
  margin-bottom: 40px;
}
.popup.review .rating {
  margin-right: auto;
}
.popup.review .rating .input-label {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #919fa7;
}
.popup.review .form .form-horisontal {
  margin: 0;
  justify-content: start;
  column-gap: 20px;
}
.popup.review .form .form-horisontal.submit {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .popup.review .form .form-horisontal.submit {
    gap: 15px;
  }
}
.popup.review .form .form-horisontal.submit .btn {
  padding: 15px 57px;
}
.popup.review .form .form-horisontal .form-group {
  margin-left: 0;
  margin-top: 15px;
}
.popup.review .form .form-horisontal .form-group input[type=text],
.popup.review .form .form-horisontal .form-group input[type=email],
.popup.review .form .form-horisontal .form-group input[type=tel] {
  padding: 13px 0;
  font-size: 18px;
}
.popup.review .form .form-group textarea {
  font-size: 18px;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.popup.reviews-photos {
  width: 780px;
  padding: 40px 40px;
}
.popup.reviews-photos .owl-dots {
  display: none;
}
.reviews-photos__thumb-slider {
  margin-right: -40px;
  margin-top: 20px;
}
.reviews-photos__review {
  margin-top: 40px;
}
.reviews-photos__review--hidden {
  display: none;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.popup.ok {
  padding: 30px 20px;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.reviews-images-main-slider {
  position: relative;
  max-height: 65vh;
}
.reviews-images-main-slider__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-images-main-slider .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-images-main-slider__btn-next {
  width: 16px;
  height: 32px;
  background: var(--ss) -182px -138px no-repeat;
  right: -60px;
}
.reviews-images-main-slider__btn-next:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  background: var(--ss) -202px -138px no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
}
.reviews-images-main-slider__btn-prev {
  left: -60px;
}
.reviews-images-main-slider__btn-prev:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  background: var(--ss) -255px -195px no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
}
.reviews-images-main-slider__btn-next,
.reviews-images-main-slider__btn-prev {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 90px;
  background: #e1e6ea;
}
.reviews-images-main-slider__btn-next.disabled,
.reviews-images-main-slider__btn-prev.disabled {
  display: none;
}
.reviews-images-main-slider__btn-next span,
.reviews-images-main-slider__btn-prev span {
  display: none;
}
.reviews-images-main-slider__btn-next:hover,
.reviews-images-main-slider__btn-prev:hover {
  opacity: 1;
}
.reviews-images-main-slider__image {
  max-width: 100%;
  height: auto;
  width: unset !important;
  max-height: 50vh;
}
@media (max-width: 1023px) {
  .reviews-images-main-slider {
    max-height: unset;
  }
  .reviews-images-main-slider__btn-next,
  .reviews-images-main-slider__btn-prev {
    display: none;
  }
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.reviews-images-thumb-slider {
  display: flex;
  gap: 20px;
}
.reviews-images-thumb-slider__image-wrapper {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  cursor: pointer;
}
.reviews-images-thumb-slider__image-wrapper.active {
  border: 5px solid #4461a8;
}
.reviews-images-thumb-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px -20px -10px;
}
.menu-wrapper .item {
  position: relative;
  margin: 0 20px 10px;
  font-size: 18px;
}
.menu-wrapper span.item {
  color: #171c1c;
}
.menu-wrapper a.item {
  color: #4461a8;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.empty-page {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-page > div {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #171c1c;
  max-width: 300px;
}

/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.noUi-target {
  position: relative;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  background: #8b8d8d;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}
.noUi-target .noUi-handle {
  width: 19px;
  height: 19px;
  position: absolute;
  top: -9.5px;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  background: #4461a8;
  cursor: pointer;
  touch-action: pan-x;
}
.noUi-target .noUi-handle:before,
.noUi-target .noUi-handle:after {
  display: none !important;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -9.5px;
}
.noUi-connects {
  overflow: visible;
}
.noUi-connect {
  background: #4461a8;
  height: 5px;
  margin-top: -2.5px;
}
.noUi-pips {
  width: 100%;
  height: 25px;
  position: absolute;
  top: -28px;
  left: 0;
}
.noUi-value {
  position: absolute;
  width: 40px;
  margin-left: -20px;
  font-size: 11px;
  color: #7e7e7e;
  text-align: center;
  top: 5px;
  transform: none;
}
.noUi-pips-horizontal > :nth-child(2) {
  margin-left: 0;
  text-align: left;
}
.noUi-pips-horizontal > :last-child {
  margin-left: -40px;
  text-align: right;
}
.noUi-marker-horizontal.noUi-marker {
  width: 1px;
  height: 6px;
  position: absolute;
  top: 22px;
  margin-left: -1px;
  background: #ebebeb;
}
.noUi-marker-horizontal.noUi-marker:first-child {
  margin: 0;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.page-catalog-list .empty-list {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #171c1c;
}
.page-catalog-list .page-header {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1239px) {
  .page-catalog-list .page-header {
    flex-wrap: wrap;
    align-items: center;
  }
}
.page-catalog-list .page-header .filter-column,
.page-catalog-list .page-header .sort-column {
  width: 350px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-catalog-list .page-header .filter-column,
  .page-catalog-list .page-header .sort-column {
    width: auto;
  }
}
.page-catalog-list .page-header .filter-column {
  display: flex;
  align-items: center;
}
@media (max-width: 1239px) {
  .page-catalog-list .page-header .filter-column {
    flex-grow: 1;
    order: 2;
  }
}
.page-catalog-list .page-header .filter-column .toggle-filter {
  position: relative;
  color: #919fa7;
}
.page-catalog-list .page-header .filter-column .toggle-filter:not([data-counter]):after,
.page-catalog-list .page-header .filter-column .toggle-filter[data-counter="0"]:after,
.page-catalog-list .page-header .filter-column .toggle-filter[data-counter=""]:after {
  display: none;
}
.page-catalog-list .page-header .filter-column .toggle-filter:after {
  content: attr(data-counter);
  position: absolute;
  display: none;
  padding: 3px 7px 2px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background: #ff8c6e;
  right: -12px;
  top: -8px;
}
@media (max-width: 1239px) {
  .page-catalog-list .page-header .filter-column .toggle-filter:after {
    display: block;
  }
}
.page-catalog-list .page-header .filter-column .toggle-filter span {
  display: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #4461a8;
}
@media (max-width: 1239px) {
  .page-catalog-list .page-header .filter-column .toggle-filter span {
    display: block;
  }
}
.page-catalog-list .page-header .filter-column .toggle-filter .icon-catalog-filter {
  width: 18px;
  height: 18px;
  background: var(--ss) -306px -42px no-repeat;
  position: relative;
  margin-right: 15px;
}
.page-catalog-list .page-header .filter-column .toggle-collapse-all {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  color: #4461a8;
}
@media (max-width: 1239px) {
  .page-catalog-list .page-header .filter-column .toggle-collapse-all {
    display: none;
  }
}
.page-catalog-list .page-header .filter-column .toggle-collapse-all:before {
  content: attr(data-hidden-text);
}
.page-catalog-list .page-header .filter-column .toggle-collapse-all:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #4461a8 transparent transparent transparent;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.page-catalog-list .page-header .filter-column .toggle-collapse-all.expanded:before {
  content: attr(data-shown-text);
}
.page-catalog-list .page-header .filter-column .toggle-collapse-all.expanded:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #4461a8 transparent;
}
.page-catalog-list .page-header .heading-column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 20px;
  padding: 0 20px;
}
@media (max-width: 1239px) {
  .page-catalog-list .page-header .heading-column {
    width: 100%;
    order: 1;
    margin: 0 0 20px;
    padding: 0;
    flex-wrap: wrap;
  }
}
.page-catalog-list .page-header .heading-column h1 {
  line-height: 52px;
}
.page-catalog-list .page-header .heading-column .catalog-list-counter {
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
  color: #919fa7;
  margin-left: 15px;
}
@media (max-width: 479px) {
  .page-catalog-list .page-header .heading-column .catalog-list-counter {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.page-catalog-list .page-header .sort-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1239px) {
  .page-catalog-list .page-header .sort-column {
    order: 3;
  }
}
.page-catalog-list .page-header .sort-column .label {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .page-catalog-list .page-header .sort-column .label {
    display: none;
  }
}
.page-catalog-list .page-header .sort-column .select2-container .select2-selection {
  height: 40px;
  padding: 5px 20px 5px 0;
}
.page-catalog-list .page-header .sort-column .select2-container .select2-selection .select2-selection__arrow {
  right: 2px;
}
.page-catalog-list .page-header .sort-column .select2-container .select2-dropdown .select2-results,
.page-catalog-list .page-header .sort-column .select2-container .select2-dropdown .select2-results__options {
  padding: 0;
}
.page-catalog-list .catalog-list-wrapper {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1239px) {
  .page-catalog-list .catalog-list-wrapper {
    flex-grow: 0;
    width: 880px;
    margin: 30px auto 0;
  }
}
@media (max-width: 1023px) {
  .page-catalog-list .catalog-list-wrapper {
    width: 580px;
  }
}
@media (max-width: 767px) {
  .page-catalog-list .catalog-list-wrapper {
    width: 280px;
  }
}
.page-catalog-list .catalog-list-wrapper .catalog-filter-wrapper {
  flex-shrink: 0;
  width: 280px;
  margin-right: 20px;
}
@media (max-width: 1239px) {
  .page-catalog-list .catalog-list-wrapper .catalog-filter-wrapper {
    transition: all 0.2s ease;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transform: translateX(-120%);
    overflow-y: auto;
    z-index: 200;
    -webkit-overflow-scrolling: touch;
  }
}
.page-catalog-list .catalog-list-wrapper .catalog-filter-wrapper .mobile-sidebar-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 45px;
}
@media (max-width: 1239px) {
  .page-catalog-list .catalog-list-wrapper .catalog-filter-wrapper .mobile-sidebar-header {
    display: flex;
  }
}
.page-catalog-list .catalog-list-wrapper .catalog-filter-wrapper .mobile-sidebar-header h3 {
  font-size: 24px;
  margin: 0;
  padding: 0 20px;
}
.page-catalog-list .catalog-list-wrapper .catalog-filter-wrapper .mobile-sidebar-header a {
  display: block;
  padding: 10px;
}
@media (max-width: 1239px) {
  .show-catalog-filter .page-catalog-list .catalog-list-wrapper .catalog-filter-wrapper {
    transform: translateX(0);
  }
}
.page-catalog-list .catalog-list-wrapper .catalog-product-list-wrapper {
  flex-grow: 1;
}
.page-catalog-list .catalog-list-wrapper .catalog-product-list-wrapper .catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -10px;
  justify-content: center;
}
.page-catalog-list .catalog-list-wrapper .catalog-product-list-wrapper .catalog-product-list .product-card {
  flex-shrink: 0;
  margin: 0 10px 20px;
}
.page-catalog-list .catalog-filter-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #656470;
  opacity: 0.6;
  z-index: 190;
}
@media (max-width: 1239px) {
  .show-catalog-filter .page-catalog-list .catalog-filter-overlay {
    display: block;
  }
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.breadcrumbs {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 25px;
  padding: 0 20px;
  z-index: 6;
}
@media (max-width: 1839px) {
  .breadcrumbs {
    padding: 0;
  }
}
.breadcrumbs .select-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #4461a8 transparent transparent transparent;
}
.breadcrumbs .breadcrumbs-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 3px 20px;
  border-left: 1px solid #e1e6ea;
}
.breadcrumbs .breadcrumbs-item:first-child {
  border-left: none;
}
@media (max-width: 1023px) {
  .breadcrumbs .breadcrumbs-item:first-child {
    padding-left: 0;
  }
}
.breadcrumbs .breadcrumbs-item.with-drop {
  padding: 3px 15px 3px 20px;
}
.breadcrumbs .breadcrumbs-item.active {
  z-index: 2;
}
.breadcrumbs .breadcrumbs-item.active .presets {
  display: flex;
  flex-direction: column;
}
.breadcrumbs .breadcrumbs-item.active .presets-toggle .icon {
  transform: rotate(180deg);
}
.breadcrumbs .breadcrumbs-item > a {
  position: relative;
  color: #171c1c;
  z-index: 1;
  user-select: none;
}
.breadcrumbs .breadcrumbs-item .presets-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding: 5px;
}
.breadcrumbs .breadcrumbs-item .simple-label {
  text-decoration: none;
  cursor: default;
}
.breadcrumbs .presets {
  display: none;
  position: absolute;
  top: calc(100% + 7px);
  left: -1px;
  min-width: 100%;
  border: 1px solid #e1e6ea;
  border-top: none;
  background-color: #fff;
  z-index: -1;
}
.breadcrumbs .presets:before {
  width: 100%;
  height: 35px;
  content: '';
  position: absolute;
  top: -35px;
  left: -1px;
  border: 1px solid #e1e6ea;
  border-bottom: none;
  background: #fff;
}
.breadcrumbs .presets .presets-item {
  display: flex;
}
.breadcrumbs .presets .presets-item > a {
  display: block;
  flex-grow: 1;
  padding: 0 20px;
  line-height: 28px;
  color: #171c1c;
  white-space: nowrap;
}
.breadcrumbs .presets .presets-item:hover > a {
  color: #fff;
  background-color: #7692cc;
}
.breadcrumbs .presets .presets-item:hover > a:hover {
  opacity: 1;
}
.breadcrumbs .presets .presets-item:last-of-type > a {
  padding: 0 20px 5px;
  overflow: hidden;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.filter-preset-links {
  background-color: #7692cc;
  margin-bottom: 30px;
  padding: 30px 0;
}
@media (max-width: 1239px) {
  .filter-preset-links {
    margin-bottom: 0;
  }
}
.filter-preset-links .heading {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  padding: 0 20px;
}
.filter-preset-links a {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  display: block;
  padding: 0 20px;
}
.filter-preset-links a.active {
  background: #4461a8;
  pointer-events: none;
}
.filter-preset-links .collapse-toggle {
  font-weight: normal;
  transition: color 0.3s;
}
.filter-preset-links .collapse-toggle:hover {
  opacity: 1;
  color: #e6e6e6;
}
.filter-preset-links .collapse-toggle:before {
  content: attr(data-hidden-text);
}
.filter-preset-links .collapse-toggle:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: white transparent transparent transparent;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: border-color 0.3s;
}
.filter-preset-links .collapse-toggle.expanded:before {
  content: attr(data-shown-text);
}
.filter-preset-links .collapse-toggle.expanded:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent white transparent;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.catalog-filter {
  position: relative;
  border: solid 1px #e1e6ea;
}
@media (max-width: 1239px) {
  .catalog-filter {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 1239px) and (max-width: 1239px) {
  .catalog-filter {
    padding-bottom: 0;
  }
}
.catalog-filter form {
  position: relative;
}
.catalog-filter.loading {
  overflow: visible;
}
.catalog-filter.loading:before {
  top: -1px;
  left: -1px;
  right: -1px;
}
@media (max-width: 1239px) {
  .catalog-filter .qtip-filter {
    display: none !important;
  }
}
.catalog-filter .qtip-filter .qtip-tip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #4461a8 transparent transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-filter .qtip-filter .qtip-tip canvas {
  display: none;
}
.catalog-filter .qtip-filter .btn {
  position: relative;
  padding: 10px 15px;
  white-space: nowrap;
  font-size: 14px;
}
.catalog-filter .filter-item + .filter-item {
  border-top: 1px solid #e1e6ea;
}
.catalog-filter .filter-item.filled .filter-item-header [data-collapse]:not(.expanded):before {
  background: #7692cc;
}
.catalog-filter .filter-item-header {
  position: relative;
}
.catalog-filter .filter-item-header [data-collapse] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  color: #171c1c;
  padding: 20px;
}
.catalog-filter .filter-item-header [data-collapse]:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  background: transparent;
  transition: background 0.3s;
  left: 0;
  top: 0;
}
.catalog-filter .filter-item-header [data-collapse]:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #171c1c transparent transparent transparent;
  content: ' ';
}
.catalog-filter .filter-item-header [data-collapse].expanded:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #171c1c transparent;
}
.catalog-filter .filter-item-header [data-collapse].expanded + .value {
  display: none;
}
.catalog-filter .filter-item-header .value {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px 20px;
  margin-top: -10px;
  color: #919fa7;
  z-index: 10;
}
.catalog-filter .filter-item-header .value:after {
  width: 17px;
  height: 17px;
  background: var(--ss) -306px -164px no-repeat;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.catalog-filter .filter-item-header .value:hover {
  color: #7692cc;
}
.catalog-filter .filter-item-header .value:hover:after {
  width: 17px;
  height: 17px;
  background: var(--ss) -306px -185px no-repeat;
}
.catalog-filter .filter-item-body .inner {
  padding: 0 20px 20px;
}
.catalog-filter .filter-item-body .sub-items {
  height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition: height 0.3s;
}
.catalog-filter .filter-item-body input:checked ~ .sub-items {
  height: auto;
}
.catalog-filter .filter-item-body .select2-container .select2-selection {
  height: 40px;
  padding: 5px 20px 5px 0;
}
.catalog-filter .filter-item-body .select2-container .select2-selection .select2-selection__arrow {
  right: 2px;
}
.catalog-filter .filter-item-body .select2-container .select2-dropdown .select2-results,
.catalog-filter .filter-item-body .select2-container .select2-dropdown .select2-results__options {
  padding: 0;
}
.catalog-filter .additional-params {
  border-top: 1px solid #e1e6ea;
}
.catalog-filter .additional-params + .add-params-toggle {
  display: none;
  text-align: center;
}
@media (max-width: 1239px) {
  .catalog-filter .additional-params + .add-params-toggle {
    display: block;
  }
}
.catalog-filter .add-params-toggle {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #4461a8;
  margin-top: 20px;
}
.catalog-filter .add-params-toggle:after {
  content: attr(data-hidden-text);
}
.catalog-filter .add-params-toggle.expanded:after {
  content: attr(data-shown-text);
}
.catalog-filter .form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 -1px -1px;
  padding: 0 20px 20px;
  border-top: 1px solid #e1e6ea;
  background: #fff;
}
@media (max-width: 1239px) {
  .catalog-filter .form-footer {
    position: sticky;
    bottom: 0;
    margin: 20px 0 0;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.07);
    z-index: 10;
  }
}
@media (max-width: 1239px) {
  .catalog-filter .form-footer .add-params-toggle {
    display: none;
  }
}
.catalog-filter .form-footer .reset {
  margin-top: 20px;
  color: #919fa7;
}
.catalog-filter .form-footer .reset .icon-filter-reset {
  width: 13px;
  height: 12px;
  background: var(--ss) -162px -247px no-repeat;
  position: relative;
  margin-right: 10px;
  top: -2px;
}
.catalog-filter .form-footer .btn {
  width: calc(100% + 40px);
  margin-top: 20px;
}
@media (max-width: 1239px) {
  .catalog-filter .form-footer .btn {
    width: 100%;
  }
}
.catalog-filter .form-group {
  margin-bottom: 0;
}
.catalog-filter .form-group label {
  margin-bottom: 10px;
}
.catalog-filter .form-group.color {
  display: inline-block;
  margin: 0 10px 0 0;
}
.catalog-filter .form-group.color label {
  width: 35px;
  height: 35px;
  margin: 5px 0;
  padding-left: 0;
  border: 1px solid #e1e6ea;
  background: center center no-repeat;
  overflow: hidden;
}
.catalog-filter .form-group.color label:before {
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: rgba(220, 220, 220, 0.3);
  z-index: 5;
}
.catalog-filter .form-group.color label:after {
  width: 21px;
  height: 16px;
  background: var(--ss) -2px -275px no-repeat;
  content: ' ';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.catalog-filter .form-group.color input:checked + label:before,
.catalog-filter .form-group.color input:checked + label:after {
  display: block;
}
.catalog-filter .form-group.circle-checkbox label {
  margin-bottom: 0;
}
.catalog-filter .filter-item-size-select .select-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.catalog-filter .filter-item-size-select select {
  width: 120px;
}
.catalog-filter .filter-item-size-select .select2-container {
  max-width: 120px !important;
}
.catalog-filter .segment-list {
  margin-bottom: 20px;
}
.catalog-filter .price-slider .inputs-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #919fa7;
  overflow: hidden;
}
.catalog-filter .price-slider .name {
  display: block;
  margin-bottom: 8px;
  color: #919fa7;
}
.catalog-filter .price-slider .form-control {
  width: calc((100% - 30px)/2);
  border: none;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 18px;
}
.catalog-filter .price-slider .form-control::placeholder {
  color: #919fa7;
  opacity: 1;
}
.catalog-filter .price-slider .max-input {
  text-align: right;
  padding-left: 5px;
}
.catalog-filter .price-slider .min-input {
  padding-right: 5px;
}
.catalog-filter .price-slider .mdash:before {
  content: '';
  display: block;
  height: 1px;
  width: 27px;
  background: #979797;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.catalog-model-search .search-wrapper {
  position: relative;
}
@media (max-width: 1239px) {
  .catalog-model-search .search-wrapper {
    margin: 0 20px 40px;
  }
}
.catalog-model-search .search-wrapper input {
  padding: 15px 40px;
}
.catalog-model-search .search-wrapper:before {
  width: 24px;
  height: 24px;
  background: var(--ss) -58px -247px no-repeat;
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.product-card.simple {
  transition: all 0.2s ease;
  position: relative;
  width: 280px;
  border: 1px solid #e1e6ea;
  overflow: hidden;
}
.product-card.simple .link-wrapper {
  display: block;
}
.product-card.simple .action-item {
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.product-card.simple .image-wrapper {
  position: relative;
  align-items: flex-start;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
}
.product-card.simple .image-wrapper img {
  width: 100%;
}
.product-card.simple .image-wrapper.change-by-hover img:first-of-type {
  transition: all 0.2s ease;
}
.product-card.simple .image-wrapper.change-by-hover img:last-of-type {
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-card.simple .image-wrapper.change-by-hover:hover img:first-of-type {
  opacity: 0;
  visibility: hidden;
}
.product-card.simple .image-wrapper.change-by-hover:hover img:last-of-type {
  opacity: 1;
  visibility: visible;
}
.product-card.simple .discount-label {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  left: -1px;
  padding: 5px 15px;
  background: #7692cc;
  z-index: 1;
}
.product-card.simple .info-wrapper {
  padding: 10px 20px 30px;
}
.product-card.simple .collection-label {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #7692cc;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.product-card.simple .product-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #4461a8;
}
.product-card.simple .product-size {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #8b8d8d;
  margin-top: 10px;
}
.product-card.simple .product-price {
  margin-top: 10px;
}
.product-card.simple .product-price .price {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #171c1c;
}
.product-card.simple .product-price .base-price {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #919fa7;
}
.product-card.simple .product-features {
  padding-top: 5px;
}
.product-card.simple .product-features .product-feature {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #171c1c;
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
}
.product-card.simple .product-features .product-feature:after {
  width: 6px;
  height: 6px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #4461a8;
}
.product-card.simple .colors-heading {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #8b8d8d;
  margin-top: 15px;
}
.product-card.simple .colors {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product-card.simple .colors .color {
  width: calc(188px / 6);
  height: calc(188px / 6);
  margin: 10px 5px 0;
  border: 1px solid #e1e6ea;
}
.product-card.simple .hover-overlay {
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 30px;
  box-shadow: 0 -15px 15px 0 #ffffff;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.product-card.simple .hover-overlay .product-description {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #171c1c;
  margin-bottom: 20px;
}
.product-card.simple .hover-overlay .btn-wrapper .btn {
  width: 100%;
}
.product-card.simple:hover {
  border-color: #7692cc;
}
.product-card.simple:hover .link-wrapper {
  opacity: 1;
}
.product-card.simple:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1239px) {
  .product-card.simple:hover .hover-overlay {
    opacity: 0;
    visibility: hidden;
  }
}
.product-card.small-card {
  max-width: 100%;
}
.product-card.small-card .image-wrapper {
  min-height: 0;
  max-height: none;
}
.product-card.small-card .image-wrapper:before {
  content: '';
  padding-top: 70.06%;
}
.product-card.small-card .image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-card.small-card .discount-label {
  left: auto;
  right: -1px;
}
.product-card.small-card .info-wrapper {
  padding: 20px;
}
.product-card.small-card .product-name {
  font-size: 20px;
  line-height: 24px;
}
.product-card.small-card .product-size {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}
.product-card.small-card .product-price {
  align-items: center;
  margin-top: 5px;
}
.product-card.small-card .product-price .price {
  margin-right: 10px;
  font-size: 20px;
  line-height: 24px;
}
.product-card.small-card .product-price .base-price {
  font-size: 14px;
  line-height: 17px;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.pagination-wrapper {
  padding: 10px 0;
}
.pagination-wrapper .btn-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.pagination-wrapper .pages-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .pages-wrapper .prev-page,
.pagination-wrapper .pages-wrapper .next-page {
  padding: 10px;
}
.pagination-wrapper .pages-wrapper .prev-page.invisible,
.pagination-wrapper .pages-wrapper .next-page.invisible {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pagination-wrapper .pages-wrapper .prev-page .icon {
  transform: rotate(180deg);
}
.pagination-wrapper .pages-wrapper .next-page {
  text-align: right;
}
.pagination-wrapper .pages-wrapper .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  text-align: center;
}
.pagination-wrapper .pages-wrapper .pages a,
.pagination-wrapper .pages-wrapper .pages span {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #4461a8;
  display: block;
  text-decoration: none;
  padding: 10px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pages-wrapper .pages a,
  .pagination-wrapper .pages-wrapper .pages span {
    margin: 0 10px;
  }
}
.pagination-wrapper .pages-wrapper .pages a.active,
.pagination-wrapper .pages-wrapper .pages span.active {
  color: #919fa7;
  pointer-events: none;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.product-list-wrapper {
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .product-list-wrapper {
    width: 880px;
  }
}
@media (max-width: 1023px) {
  .product-list-wrapper {
    width: 580px;
  }
}
@media (max-width: 767px) {
  .product-list-wrapper {
    width: 280px;
  }
}
.product-list-wrapper.with-carousel {
  width: auto !important;
}
.product-list-wrapper.with-carousel .product-list {
  flex-wrap: nowrap;
}
.product-list-wrapper.with-carousel .product-list .product-card {
  max-width: calc(100% - 20px);
  margin-bottom: 0;
}
.product-list-wrapper .product-list {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -10px;
}
.product-list-wrapper .product-list.owl-loaded {
  display: block;
}
.product-list-wrapper .product-list .product-card {
  flex-shrink: 0;
  margin: 0 10px 20px;
}
.product-list-wrapper .product-list .collapse {
  display: flex;
  flex-wrap: wrap;
}
.product-list-wrapper .product-list .collapse.collapsed {
  display: none;
}
.product-list-wrapper .product-list .owl-stage {
  display: flex;
}
.product-list-wrapper .product-list .owl-item {
  display: flex;
  justify-content: center;
}
.product-list-wrapper .product-list .owl-nav .owl-prev {
  left: -65px;
}
@media (max-width: 479px) {
  .product-list-wrapper .product-list .owl-nav .owl-prev {
    left: -5px;
  }
}
.product-list-wrapper .product-list .owl-nav .owl-next {
  right: -65px;
}
@media (max-width: 479px) {
  .product-list-wrapper .product-list .owl-nav .owl-next {
    right: -5px;
  }
}


/* End */


/* Start:/local/dist/css/main.bundle.css?175246660231808*/
:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.page-main .block-title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #171c1c;
}
@media (max-width: 479px) {
  .page-main .block-title {
    font-size: 24px;
  }
}
.page-main .nav-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-main .nav-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .page-main .nav-block .custom-tabs-nav-mobile {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-main .nav-block .custom-tabs-nav-mobile {
    width: 100%;
  }
}
.page-main .nav-block .block-title {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .page-main .nav-block .block-title {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-main .nav-block .block-title {
    margin-bottom: 15px;
    width: 100%;
  }
}
.page-main .product-short-info {
  position: relative;
  width: 420px;
  padding: 30px 60px;
  background: white;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-main .product-short-info {
    width: 100%;
    padding: 20px;
  }
}
.page-main .product-short-info .product-name,
.page-main .product-short-info .product-price {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #171c1c;
}
@media (max-width: 767px) {
  .page-main .product-short-info .product-name,
  .page-main .product-short-info .product-price {
    font-size: 18px;
  }
}
.page-main .product-short-info .product-name {
  margin-bottom: 15px;
  color: #4461a8;
}
@media (max-width: 767px) {
  .page-main .product-short-info .product-name {
    margin-bottom: 10px;
  }
}
.page-main .product-short-info .product-size {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #919fa7;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-main .product-short-info .product-size {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.page-main .product-short-info .product-price {
  color: #171c1c;
  display: inline-block;
  white-space: nowrap;
}
.page-main .icon-link-arrow {
  margin-left: 15px;
}
.page-main .best-offers-block {
  margin-top: 60px;
}
@media (max-width: 479px) {
  .page-main .best-offers-block {
    margin-top: 30px;
  }
}
.page-main .best-offers-block .product-list-wrapper {
  margin-top: 30px;
}
.page-main .picker-block {
  margin-top: 60px;
}
@media (max-width: 479px) {
  .page-main .picker-block {
    margin-top: 30px;
  }
}
.page-main .picker-block .picker-slide {
  display: flex;
}
.page-main .picker-block .picker-slide .main .slide-content {
  background-color: #7692cc;
}
@media (max-width: 1023px) {
  .page-main .picker-block .picker-slide {
    flex-direction: column-reverse;
  }
}
.page-main .picker-block .picker-slide .slide-content {
  background-color: #4461a8;
  min-width: 410px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .page-main .picker-block .picker-slide .slide-content {
    min-width: 100%;
  }
}
@media (max-width: 1239px) {
  .page-main .picker-block .picker-slide .slide-content {
    width: 100%;
  }
}
.page-main .picker-block .picker-slide .slide-content .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 40px 60px 40px;
  max-width: 410px;
  height: 100%;
}
@media (max-width: 1023px) {
  .page-main .picker-block .picker-slide .slide-content .content-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .page-main .picker-block .picker-slide .slide-content .content-wrapper {
    width: 100%;
    padding: 30px;
  }
}
.page-main .picker-block .picker-slide .slide-content .select-list .select2.select2-container {
  width: 100% !important;
}
.page-main .picker-block .picker-slide .slide-content .select-list .select2.select2-container .select2-selection {
  padding-left: 16px;
  border-bottom: 0 !important;
}
.page-main .picker-block .picker-slide .slide-content .select-list .select2.select2-container .select2-selection .select2-selection__rendered {
  font-size: 16px;
  font-weight: bold;
}
.page-main .picker-block .picker-slide .slide-content .slide-answers {
  margin-top: 30px;
  flex-grow: 1;
}
.page-main .picker-block .picker-slide .slide-content .picker-title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 479px) {
  .page-main .picker-block .picker-slide .slide-content .picker-title {
    font-size: 20px;
  }
}
.page-main .picker-block .picker-slide .slide-content .picker-undertitle {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .page-main .picker-block .picker-slide .slide-content .picker-undertitle {
    font-size: 30px;
  }
}
.page-main .picker-block .picker-slide .slide-content .picker-description {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  flex-grow: 1;
}
@media (max-width: 479px) {
  .page-main .picker-block .picker-slide .slide-content .picker-description {
    font-size: 20px;
  }
}
.page-main .picker-block .picker-slide .slide-content .check-list .form-group {
  margin-top: 20px;
}
.page-main .picker-block .picker-slide .slide-content .check-list .form-group:first-child label {
  margin-top: 0;
}
.page-main .picker-block .picker-slide .slide-content .check-list .form-group label {
  padding-left: 35px;
  color: #fff;
}
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper .next,
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper .back {
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .page-main .picker-block .picker-slide .slide-content .buttons-wrapper .next,
  .page-main .picker-block .picker-slide .slide-content .buttons-wrapper .back {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    width: 100%;
  }
}
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper .next {
  background-color: #9cc475;
  border-color: #9cc475;
  margin-left: 25px;
}
@media (max-width: 479px) {
  .page-main .picker-block .picker-slide .slide-content .buttons-wrapper .next {
    margin-left: 20px;
  }
}
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper .next:hover {
  background: #fff;
  color: #9cc475;
  opacity: 1;
}
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper .back {
  border-color: #fff;
}
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper .back:hover {
  border-color: #4461a8;
  opacity: 1;
}
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper .btn-start {
  padding-right: 55px;
  padding-left: 55px;
  background-color: #9cc475;
  border-color: #9cc475;
  cursor: pointer;
}
@media (max-width: 1239px) {
  .page-main .picker-block .picker-slide .slide-content .buttons-wrapper .btn-start {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .page-main .picker-block .picker-slide .slide-content .buttons-wrapper .btn-start {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
}
.page-main .picker-block .picker-slide .slide-content .buttons-wrapper .btn-start:hover {
  background: #fff;
  color: #9cc475;
  opacity: 1;
}
.page-main .picker-block .picker-slide .picker-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 1239px) {
  .page-main .picker-block .picker-slide .picker-image {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-main .picker-block .picker-slide .picker-image {
    width: auto;
    height: auto;
  }
}
.page-main .collections-block {
  margin-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1239px) {
  .page-main .collections-block {
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  .page-main .collections-block {
    margin-top: 30px;
  }
}
.page-main .collections-block .collection-wrapper {
  display: flex;
  margin-top: 30px;
  background: #7692cc;
}
@media (max-width: 1023px) {
  .page-main .collections-block .collection-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .page-main .collections-block .collection-wrapper {
    margin: 15px -20px 0;
  }
}
.page-main .collections-block .collection-wrapper .product-slider {
  width: 600px;
  height: 580px;
  background: #fff;
}
@media (max-width: 1239px) {
  .page-main .collections-block .collection-wrapper .product-slider {
    width: 420px;
    height: 580px;
  }
}
@media (max-width: 1023px) {
  .page-main .collections-block .collection-wrapper .product-slider {
    width: 100%;
    height: auto;
    order: 1;
  }
}
@media (max-width: 767px) {
  .page-main .collections-block .collection-wrapper .product-slider .owl-nav {
    display: none;
  }
}
.page-main .collections-block .collection-wrapper .product-slider .owl-nav .owl-prev {
  left: -75px;
}
@media (max-width: 1419px) {
  .page-main .collections-block .collection-wrapper .product-slider .owl-nav .owl-prev {
    left: 20px;
  }
}
.page-main .collections-block .collection-wrapper .product-slider .owl-nav .owl-next {
  right: -655px;
}
@media (max-width: 1419px) {
  .page-main .collections-block .collection-wrapper .product-slider .owl-nav .owl-next {
    right: 20px;
  }
}
.page-main .collections-block .collection-wrapper .product-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 420px;
  background: #fff;
}
@media (max-width: 767px) {
  .page-main .collections-block .collection-wrapper .product-slider .owl-dots {
    width: 100%;
  }
}
.page-main .collections-block .collection-wrapper .product-slider .product {
  width: 600px;
  height: 580px;
}
@media (max-width: 1239px) {
  .page-main .collections-block .collection-wrapper .product-slider .product {
    width: 420px;
    height: 580px;
  }
}
@media (max-width: 1023px) {
  .page-main .collections-block .collection-wrapper .product-slider .product {
    width: 100%;
    height: auto;
  }
}
.page-main .collections-block .collection-wrapper .product-slider .product > a {
  width: 100%;
}
.page-main .collections-block .collection-wrapper .product-slider .product .image-wrapper {
  width: 600px;
  height: 580px;
  overflow: hidden;
}
@media (max-width: 1239px) {
  .page-main .collections-block .collection-wrapper .product-slider .product .image-wrapper {
    width: 420px;
    height: 580px;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .page-main .collections-block .collection-wrapper .product-slider .product .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.page-main .collections-block .collection-wrapper .product-slider .product .product-short-info {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1419px) {
  .page-main .collections-block .collection-wrapper .product-slider .product .product-short-info {
    padding: 30px 60px 45px;
  }
}
@media (max-width: 767px) {
  .page-main .collections-block .collection-wrapper .product-slider .product .product-short-info {
    position: relative;
    padding: 30px 20px 45px;
  }
}
.page-main .collections-block .collection-wrapper .collection-info {
  width: 580px;
  padding: 100px 60px 40px 40px;
  color: #fff;
}
@media (max-width: 1023px) {
  .page-main .collections-block .collection-wrapper .collection-info {
    order: 0;
    padding: 30px 20px;
  }
}
.page-main .collections-block .collection-wrapper .collection-info .collection-heading {
  margin-bottom: 25px;
  font-size: 47px;
  letter-spacing: 20px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .page-main .collections-block .collection-wrapper .collection-info .collection-heading {
    display: none;
  }
}
.page-main .collections-block .collection-wrapper .collection-info .collection-description {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 479px) {
  .page-main .collections-block .collection-wrapper .collection-info .collection-description {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
  }
}
.page-main .collections-block .collection-wrapper .collection-info .collection-sub-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 34px;
}
@media (max-width: 479px) {
  .page-main .collections-block .collection-wrapper .collection-info .collection-sub-description {
    display: none;
  }
}
.page-main .collections-block .collection-wrapper .collection-info .product-price {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px;
}
@media (max-width: 479px) {
  .page-main .collections-block .collection-wrapper .collection-info .product-price {
    margin-bottom: 15px;
  }
}
.page-main .collections-block .collection-wrapper .collection-info .detail-link {
  font-size: 16px;
}
.page-main .collections-block .collection-wrapper .collection-info .detail-link a {
  color: #fff;
}
.page-main .video-block {
  margin-top: 60px;
  background: #fff;
}
@media (max-width: 479px) {
  .page-main .video-block {
    margin-top: 30px;
  }
}
.page-main .video-block .video-slider {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-main .video-block .video-slider .owl-stage {
    display: flex;
    justify-content: center;
  }
}
.page-main .video-block .video-slider .video {
  display: flex;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .page-main .video-block .video-slider .video {
    flex-wrap: wrap;
  }
}
@media (max-width: 1239px) {
  .page-main .video-block .video-slider .video {
    margin-right: 0;
  }
}
.owl-item .page-main .video-block .video-slider .video {
  margin-right: 0;
}
.page-main .video-block .video-slider .video .preview-image {
  width: 260px;
  height: 260px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1419px) {
  .page-main .video-block .video-slider .video .preview-image {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .page-main .video-block .video-slider .video .preview-image {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.page-main .video-block .video-slider .video .preview-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.page-main .video-block .video-slider .video .preview-image .play-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #fff;
  z-index: 1;
}
.page-main .video-block .video-slider .video .preview-image .play-icon .icon-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #4461a8;
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  transform: translate(-50%, -50%);
}
.page-main .video-block .video-slider .video .video-content {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .page-main .video-block .video-slider .video .video-content {
    margin: 15px 0;
  }
}
.page-main .video-block .video-slider .video .video-content .video-name {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #4461a8;
}
.page-main .video-block .video-slider .video .video-content .preview-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #171c1c;
  margin-top: 15px;
}
.page-main .video-block .video-slider .owl-dots {
  margin-top: 15px;
}
.page-main .video-block .video-slider .owl-nav .owl-prev {
  left: -75px;
}
.page-main .video-block .video-slider .owl-nav .owl-next {
  right: -75px;
}
.page-main .interior-solutions-block {
  margin-top: 60px;
  background: #fff;
}
@media (max-width: 479px) {
  .page-main .interior-solutions-block {
    margin-top: 30px;
  }
}
.page-main .interior-solutions-block .columns-wrapper {
  display: flex;
}
@media (max-width: 1239px) {
  .page-main .interior-solutions-block .columns-wrapper {
    flex-wrap: wrap;
  }
}
.page-main .interior-solutions-block .left-column {
  position: relative;
  width: 380px;
  padding: 35px 25px 0 0;
  z-index: 1;
}
@media (max-width: 1239px) {
  .page-main .interior-solutions-block .left-column {
    width: 100%;
    padding: 0;
  }
}
.page-main .interior-solutions-block .left-column .interior-solutions-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #919fa7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-main .interior-solutions-block .left-column .interior-solutions-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #919fa7;
    margin-bottom: 15px;
  }
}
.page-main .interior-solutions-block .left-column .interior-solutions-heading {
  font-size: 80px;
  line-height: 88px;
  font-weight: bold;
  color: #171c1c;
  pointer-events: none;
}
@media (max-width: 1239px) {
  .page-main .interior-solutions-block .left-column .interior-solutions-heading {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .page-main .interior-solutions-block .left-column .interior-solutions-heading {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #171c1c;
  }
}
.page-main .interior-solutions-block .left-column .interior-solutions-items {
  display: flex;
  flex-wrap: wrap;
  margin: 65px -30px 0;
}
@media (max-width: 1239px) {
  .page-main .interior-solutions-block .left-column .interior-solutions-items {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .page-main .interior-solutions-block .left-column .interior-solutions-items {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-main .interior-solutions-block .left-column .interior-solutions-items {
    margin: 30px -20px 0;
  }
}
.page-main .interior-solutions-block .left-column .interior-solutions-items .interior-solutions-item {
  align-items: center;
  margin: 0 30px 30px;
}
.page-main .interior-solutions-block .left-column .interior-solutions-items .interior-solutions-item svg > g {
  transition: fill 0.3s;
}
.page-main .interior-solutions-block .left-column .interior-solutions-items .interior-solutions-item.active svg > g {
  fill: #4461A8;
}
.page-main .interior-solutions-block .right-column {
  width: 800px;
}
@media (max-width: 1239px) {
  .page-main .interior-solutions-block .right-column {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .page-main .interior-solutions-block .right-column {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.page-main .interior-solutions-block .right-column .product-wrapper {
  width: 800px;
  height: 520px;
  display: none;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1239px) {
  .page-main .interior-solutions-block .right-column .product-wrapper {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
}
.page-main .interior-solutions-block .right-column .product-wrapper .background-image-wrapper {
  overflow: hidden;
}
@media (max-width: 1239px) {
  .page-main .interior-solutions-block .right-column .product-wrapper .background-image-wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.page-main .interior-solutions-block .right-column .product-wrapper .background-image-wrapper img {
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
.page-main .interior-solutions-block .right-column .product-wrapper.active {
  display: flex;
  align-items: flex-end;
}
.page-main .interior-solutions-block .right-column .product-wrapper.animation .background-image-wrapper img {
  transform: translateX(0);
}
.page-main .interior-solutions-block .right-column .product-wrapper.animation .product-short-info {
  transform: translateX(0);
}
.page-main .interior-solutions-block .right-column .product-short-info {
  transition: transform 0.5s ease;
  transform: translateX(-100%);
}
.page-main .info-block {
  margin-top: 60px;
  padding-bottom: 80px;
  color: #fff;
}
@media (max-width: 1239px) {
  .page-main .info-block {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-main .info-block {
    margin-top: 30px;
    padding: 0;
  }
}
.page-main .info-block .content-wrapper {
  min-height: 480px;
  background: #7692cc;
}
@media (max-width: 1239px) {
  .page-main .info-block .content-wrapper {
    min-height: 540px;
  }
}
@media (max-width: 1023px) {
  .page-main .info-block .content-wrapper {
    margin: 0 -30px;
  }
}
@media (max-width: 767px) {
  .page-main .info-block .content-wrapper {
    margin: 0 -20px;
  }
}
.page-main .info-block .content-wrapper .image-wrapper {
  width: 380px;
  height: 480px;
  margin: 0 60px 30px 0;
  float: left;
}
@media (max-width: 1239px) {
  .page-main .info-block .content-wrapper .image-wrapper {
    width: auto;
    height: auto;
    margin: 30px 40px 30px 30px;
  }
}
@media (max-width: 767px) {
  .page-main .info-block .content-wrapper .image-wrapper {
    float: none;
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .page-main .info-block .content-wrapper .image-wrapper {
    padding: 0;
  }
}
.page-main .info-block .content-wrapper .text-wrapper {
  padding: 50px 120px 50px 60px;
}
@media (max-width: 1239px) {
  .page-main .info-block .content-wrapper .text-wrapper {
    width: auto;
    height: auto;
    padding: 30px 60px 30px 30px;
  }
}
@media (max-width: 767px) {
  .page-main .info-block .content-wrapper .text-wrapper {
    padding: 30px 20px;
  }
}
.page-main .info-block .content-wrapper .sub-title {
  margin-bottom: 35px;
  font-size: 24px;
}
@media (max-width: 479px) {
  .page-main .info-block .content-wrapper .sub-title {
    font-size: 18px;
  }
}
.page-main .info-block .content-wrapper .title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 479px) {
  .page-main .info-block .content-wrapper .title {
    font-size: 24px;
  }
}
.page-main .info-block .content-wrapper .text {
  margin-bottom: 30px;
}
.page-main .info-block .content-wrapper .text,
.page-main .info-block .content-wrapper .detail-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 479px) {
  .page-main .info-block .content-wrapper .text,
  .page-main .info-block .content-wrapper .detail-link {
    font-size: 16px;
  }
}
.page-main .info-block .content-wrapper .text a,
.page-main .info-block .content-wrapper .detail-link a {
  color: #fff;
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.main-slider-block {
  min-height: 500px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media (max-width: 1239px) {
  .main-slider-block {
    min-height: 300px;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .main-slider-block {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .main-slider-block {
    min-height: 100px;
  }
}
.main-slider-block .thin-slider {
  width: 1360px;
  min-height: 500px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .main-slider-block .thin-slider {
    width: 1180px;
    min-height: 300px;
  }
}
@media (max-width: 1023px) {
  .main-slider-block .thin-slider {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .main-slider-block .thin-slider {
    min-height: 100px;
  }
}

:root {
  --ss: url('/local/dist/sprite.svg?7dbba555');
}
/**
 * Переменные
 **/
/****
 * Миксины, разное
 ****/
.best-offer-block {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .best-offer-block .block-title {
    padding-top: 10px;
  }
}
.best-offer-block .content {
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .best-offer-block .content {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .best-offer-block .tab-toggler {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .best-offer-block .tab-toggler {
    display: none;
  }
}
.best-offer-block .tab-sm {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .best-offer-block .tab-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .best-offer-block .tab-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .best-offer-block .tab-sm a {
    display: none;
  }
}
@media (max-width: 767px) {
  .best-offer-block .tab-sm a {
    display: inline;
  }
}
.best-offer-block .best-products {
  display: flex;
}
@media (max-width: 1239px) {
  .best-offer-block .best-products {
    flex-wrap: wrap;
  }
}
.best-offer-block .best-products .left-column,
.best-offer-block .best-products .right-column {
  flex-shrink: 0;
}
.best-offer-block .best-products .left-column {
  width: 720px;
}
@media (max-width: 1239px) {
  .best-offer-block .best-products .left-column {
    width: 100%;
  }
}
.best-offer-block .best-products .left-column .product-wrapper {
  height: 100%;
}
.best-offer-block .best-products .right-column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 350px;
  margin-left: 30px;
}
@media (max-width: 1239px) {
  .best-offer-block .best-products .right-column {
    display: flex;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .best-offer-block .best-products .right-column {
    flex-wrap: wrap;
  }
}
.bx-ie11 .best-offer-block .best-products .right-column {
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
}
.bx-ie11 .best-offer-block .best-products .right-column .product-wrapper:first-of-type {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.bx-ie11 .best-offer-block .best-products .right-column .product-wrapper:last-of-type {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
@media (max-width: 1239px) {
  .best-offer-block .best-products .right-column .product-wrapper {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .best-offer-block .best-products .right-column .product-wrapper {
    width: 100%;
  }
}
.best-offer-block .best-products .right-column .product-wrapper:first-of-type {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 15px;
}
@media (max-width: 1239px) {
  .best-offer-block .best-products .right-column .product-wrapper:first-of-type {
    margin: 30px 15px 0 0;
  }
}
@media (max-width: 767px) {
  .best-offer-block .best-products .right-column .product-wrapper:first-of-type {
    margin: 30px 0 0 0;
  }
}
.best-offer-block .best-products .right-column .product-wrapper:last-of-type {
  grid-column: 1;
  grid-row: 2;
  margin-top: 15px;
}
@media (max-width: 1239px) {
  .best-offer-block .best-products .right-column .product-wrapper:last-of-type {
    margin: 30px 0 0 15px;
  }
}
@media (max-width: 767px) {
  .best-offer-block .best-products .right-column .product-wrapper:last-of-type {
    margin: 30px 0 0 0;
  }
}
.best-offer-block .best-products .product-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  border: 1px solid #e1e6ea;
  border-radius: 8px;
  transition: 0.2s;
}
.best-offer-block .best-products .product-wrapper:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  border-color: transparent;
  opacity: 1;
}
.best-offer-block .best-products .product-wrapper .image-column {
  flex-shrink: 0;
  width: 40%;
  padding: 20px 0 20px 20px;
}
@media (max-width: 479px) {
  .best-offer-block .best-products .product-wrapper .image-column {
    width: 100%;
    padding: 20px;
  }
}
.best-offer-block .best-products .product-wrapper .image-column .image-wrapper img {
  width: 100%;
}
.best-offer-block .best-products .product-wrapper .info-column {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 60%;
  padding: 20px;
}
@media (max-width: 479px) {
  .best-offer-block .best-products .product-wrapper .info-column {
    width: 100%;
  }
}
.best-offer-block .best-products .product-wrapper .type {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #919fa7;
}
@media (max-width: 767px) {
  .best-offer-block .best-products .product-wrapper .type {
    font-size: 14px;
    line-height: 20px;
  }
}
.best-offer-block .best-products .product-wrapper .name {
  max-height: 80px;
  font-size: 36px;
  line-height: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .best-offer-block .best-products .product-wrapper .name {
    max-height: 48px;
    font-size: 18px;
    line-height: 24px;
  }
}
.best-offer-block .best-products .product-wrapper .description {
  max-height: 80px;
  margin-top: 5px;
  color: #919fa7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .best-offer-block .best-products .product-wrapper .description {
    max-height: 64px;
    font-size: 12px;
    line-height: 16px;
  }
}
.best-offer-block .best-products .product-wrapper .review {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.best-offer-block .best-products .product-wrapper .product-price {
  margin-top: 10px;
}
.best-offer-block .best-products .product-wrapper .product-price .price {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .best-offer-block .best-products .product-wrapper .product-price .price {
    font-size: 24px;
  }
}
.best-offer-block .best-products .product-wrapper .product-price .price span {
  font-weight: normal;
}
.best-offer-block .best-products .product-wrapper .discount {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.best-offer-block .best-products .product-wrapper .discount .percent {
  color: #7692cc;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
  transition: 0.2s;
}
.best-offer-block .best-products .product-wrapper .discount .description {
  font-size: 14px;
  margin-left: 10px;
  color: #7692cc;
}
.best-offer-block .best-products .product-wrapper .buy-btn-wrapper {
  flex-grow: 1;
  margin-top: 20px;
}
.best-offer-block .best-products .product-wrapper .marker {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #919fa7;
}
.best-offer-block .best-products .product-wrapper .marker .icon {
  margin-right: 10px;
  flex-shrink: 0;
}
.best-offer-block .best-products .product-wrapper.small .type {
  font-size: 14px;
  line-height: 20px;
}
.best-offer-block .best-products .product-wrapper.small .name {
  max-height: 48px;
  font-size: 18px;
  line-height: 24px;
}
.best-offer-block .best-products .product-wrapper.small .product-price {
  margin-top: 10px;
}
.best-offer-block .best-products .product-wrapper.small .product-price .price {
  font-size: 24px;
}
.best-offer-block .best-products .product-wrapper.small .marker {
  width: 100%;
  margin-top: 0;
  padding: 0 20px 20px 20px;
}
.best-offer-block .best-offers {
  margin-top: 30px;
}
.best-offer-block .tab-collapse {
  display: none;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .best-offer-block .tab-collapse {
    display: block;
  }
}
.best-offer-block .tab-collapse > a {
  position: relative;
  padding: 20px;
  border-top: 1px solid #e1e6ea;
  font-weight: bold;
  width: 100%;
  color: #171c1c;
}
.best-offer-block .tab-collapse > a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: 25px;
  border-right: 2px solid #171c1c;
  border-bottom: 2px solid #171c1c;
  transform: rotate(45deg);
  transition: 0.2s;
}
.best-offer-block .tab-collapse > a.last {
  border-bottom: 1px solid #e1e6ea;
}
.best-offer-block .tab-collapse > a.expanded {
  background: #7692cc;
  color: white;
  border: none;
}
.best-offer-block .tab-collapse > a.expanded:after {
  margin-top: 4px;
  transform: rotate(-135deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}


/* End */
/* /local/dist/css/commons.bundle.css?1752466602206261 */
/* /local/dist/css/main.bundle.css?175246660231808 */
