@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/icons/prev-next.svg) 0 0 no-repeat;
  opacity: .75;
}

.slick-prev {
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  /*content: '←';*/
}

[dir='rtl'] .slick-prev:before {
  /*content: '→';*/
}

.slick-next {
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  /*content: '→';*/
}

[dir='rtl'] .slick-next:before {
  /*content: '←';*/
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
  animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
  animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
  animation: animate-toast-success-long .75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474;
}

.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}

.swal2-popup .swal2-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-popup .swal2-validation-message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

.swal2-icon-text {
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

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

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

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: initial !important;
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  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%;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.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-selection__placeholder, .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;
  -webkit-box-shadow: none;
  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-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  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-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  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-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  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-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  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;
  -webkit-box-shadow: none;
  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;
}

/*! jQuery UI - v1.12.1 - 2019-05-11
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*
== 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: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -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: 30px;
}

.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: 0;
  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;
  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;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.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;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.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 .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .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 .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .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-image: url(mCSB_buttons.png);
  /* css sprites */
  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: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.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: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.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: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

body {
  font: 14px "Open Sans", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button:hover {
  cursor: pointer;
}

select::-ms-expand {
  /* for IE */
  display: none;
}

input::-ms-clear {
  /* for IE */
  display: none;
}

select:focus::-ms-value {
  /* for IE */
  color: #000;
  background: #fff;
}

.d-none {
  display: none !important;
}

.p-evt-none {
  pointer-events: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.error + .error {
  display: block;
  color: #ea443c;
  font: 12px "Open Sans", sans-serif;
  margin: 5px 0 0;
}

header {
  padding: 0 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ea443c), color-stop(50%, #ea443c), color-stop(50%, #2d2a2b), to(#2d2a2b));
  background: linear-gradient(90deg, #ea443c, #ea443c 50%, #2d2a2b 50%, #2d2a2b);
}

@media only screen and (max-width: 1024px) {
  header {
    background: #2d2a2b;
  }
}

@media only screen and (min-width: 1920px) {
  header {
    background: url(../images/tire-tread.png) 0 0 no-repeat, -webkit-gradient(linear, left top, right top, from(#ea443c), color-stop(50%, #ea443c), color-stop(50%, #2d2a2b), to(#2d2a2b));
    background: url(../images/tire-tread.png) 0 0 no-repeat, linear-gradient(90deg, #ea443c, #ea443c 50%, #2d2a2b 50%, #2d2a2b);
  }
}

.header__content {
  max-width: 1520px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__items {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #2d2a2b;
  max-width: 100%;
}

@media only screen and (max-width: 1310px) {
  .header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 800px) {
  .header__items {
    padding: 10px 0;
  }
}

.header__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1310px) {
  .header__top-line {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.header__bottom-line {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1310px) {
  .header__bottom-line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }
}

.logo {
  height: 82px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 246px;
  flex: 0 0 246px;
  max-width: 246px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 54px;
  -ms-flex-item-align: center;
  align-self: center;
  background: url(../images/logo.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 1310px) {
  .logo {
    background: url(../images/logo.svg) 0 50%/216px 72px no-repeat;
  }
}

@media only screen and (max-width: 1024px) {
  .logo {
    background: url(../images/logo.svg) 0 50%/180px 60px no-repeat;
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    height: 70px;
  }
}

@media only screen and (max-width: 800px) {
  .logo {
    display: none;
  }
}

.logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.phones {
  position: relative;
  font: 13px/24px "Open Sans", sans-serif;
}

@media only screen and (max-width: 1310px) {
  .phones {
    font-size: 18px;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.phones__list-opener {
  color: #ddd;
  border-bottom: 1px #ddd dashed;
  position: relative;
  margin-left: 23px;
}

@media only screen and (max-width: 1310px) {
  .phones__list-opener {
    color: #fff;
    margin-left: 0;
  }
}

.phones__list-opener:hover {
  text-decoration: none;
  border-bottom: none;
}

.phones__list-opener:before {
  content: '';
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: -23px;
  position: absolute;
  background: url(../images/icons/phone.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 1310px) {
  .phones__list-opener:before {
    width: 20px;
    height: 20px;
    left: -34px;
    background: url(../images/icons/footer__phone.svg) 0 0 no-repeat;
  }
}

.phones__list-opener:after {
  content: '';
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: -25px;
  position: absolute;
  background: url(../images/icons/arrow-drop-down.svg) 0 0 no-repeat;
}

.phones__list {
  position: absolute;
  margin: 0;
  padding: 0 23px;
  top: 100%;
  left: 0;
  width: 162px;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  -webkit-transition: max-height .5s linear;
  transition: max-height .5s linear;
  background: #2d2a2b;
  border-radius: 0 0 2px 2px;
  z-index: 100;
}

@media only screen and (max-width: 1310px) {
  .phones__list {
    width: 100%;
    position: static;
    padding: 0;
    margin-top: 10px;
    display: none;
    background: transparent;
  }
}

.phones__link {
  color: #ddd;
}

.phones--opened .phones__list {
  max-height: 500px;
  display: block;
}

.callback {
  margin-left: 97px;
  padding: 10px 15px;
  color: #fff;
  font: 13px "Open Sans", sans-serif;
  background: #ea443c;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 1310px) {
  .callback {
    margin-left: 0;
    margin-bottom: 25px;
    padding: 0;
    background: transparent;
    font-size: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.callback:hover {
  text-decoration: none;
  background: #db2118;
}

@media only screen and (max-width: 1310px) {
  .callback:hover {
    background: transparent;
  }
}

@media only screen and (max-width: 1310px) {
  .callback:before {
    content: '';
    position: absolute;
    left: -35px;
    top: calc(50% - 11px);
    width: 23px;
    height: 23px;
    background: url(../images/icons/callback__icon.svg) 0 0 no-repeat;
  }
}

.callback__content {
  display: none;
}

.callback__title {
  margin: 0 0 35px 0;
  color: #3d3d3d;
  font: 600 20px "Open Sans", sans-serif;
}

.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 455px) {
  .callback__form {
    max-width: 100%;
  }
}

.callback__name, .callback__phone {
  font: 14px "Open Sans", sans-serif;
  padding: 13px 21px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  color: #585657;
  width: 100%;
}

.callback__name-label {
  margin-bottom: 20px;
}

.callback__phone-label {
  margin-bottom: 40px;
}

.callback__submit {
  border: none;
  border-radius: 2px;
  background: #ea443c;
  font: 700 18px "Open Sans", sans-serif;
  color: #fff;
  padding: 13px 24px;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

@media only screen and (max-width: 455px) {
  .callback__submit {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

.contacts {
  margin-left: 32px;
  font: 13px "Open Sans", sans-serif;
  color: #ddd;
  position: relative;
}

@media only screen and (max-width: 1310px) {
  .contacts {
    margin-left: 0;
    margin-bottom: 25px;
    font-size: 20px;
    color: #fff;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media only screen and (max-width: 1310px) {
  .contacts:before {
    content: '';
    position: absolute;
    left: -33px;
    top: calc(50% - 9.5px);
    width: 19px;
    height: 19px;
    background: url(../images/icons/contacts__icon.svg) 0 0 no-repeat;
  }
}

.lang {
  padding: 0;
  margin: 0 40px 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1310px) {
  .lang {
    display: block;
    margin: 0 0 25px 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media only screen and (max-width: 1310px) {
  .lang:before {
    content: '';
    position: absolute;
    left: -33px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: url(../images/icons/lang__icon.svg) 0 0 no-repeat;
  }
}

.lang__item {
  position: relative;
  font: 13px "Open Sans", sans-serif;
}

@media only screen and (max-width: 1310px) {
  .lang__item {
    display: inline-block;
    font-size: 18px;
  }
}

.lang__item:not(:first-child) {
  margin-left: 20px;
}

.lang__item:not(:first-child):before {
  content: '';
  position: absolute;
  top: calc(50% - 4.5px);
  left: -10px;
  width: 1px;
  height: 9px;
  background: #bebebe;
}

@media only screen and (max-width: 1310px) {
  .lang__item:not(:first-child):before {
    height: 14px;
    top: calc(50% - 7px);
    left: -11px;
  }
}

.lang__link {
  color: #bebebe;
}

.lang__link--active {
  font: 700 13px "Open Sans", sans-serif;
  color: #fff;
}

@media only screen and (max-width: 1310px) {
  .lang__link--active {
    font-size: 18px;
  }
}

.user {
  font: 13px "Open Sans", sans-serif;
}

@media only screen and (max-width: 1310px) {
  .user {
    font-size: 20px;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    margin-bottom: 25px;
  }
}

.user__hello {
  color: #ddd;
  margin-right: 40px;
}

@media only screen and (max-width: 1310px) {
  .user__hello {
    display: block;
  }
}

.user__link {
  color: #fff;
  border-bottom: 1px #ddd dashed;
  position: relative;
}

.user__link:hover {
  text-decoration: none;
  border-bottom: none;
}

.user__link:before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: -20px;
  width: 14px;
  height: 14px;
  background: url(../images/icons/user.svg) 0 0 no-repeat;
}
.account__signin {
    margin: 50px auto 100px;
    width: 440px;
}

.signout__link {
    color: #fff;
    border-bottom: 1px #ddd dashed;
    position: relative;
	margin-left: 40px;
}

.signout__link:hover {
  text-decoration: none;
  border-bottom: none;
}

.signout__link:before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: -20px;
  width: 14px;
  height: 14px;
  background: url(../images/icons/sign-out.svg) 0 0 no-repeat;
}




@media only screen and (max-width: 1310px) {
  .user__link:before {
    width: 22px;
    height: 22px;
    left: -34px;
    background: url(../images/icons/user-panel.svg) 0 0 no-repeat;
  }
}

.user__content {
  display: none;
}

.user__title {
  margin: 0 0 40px 0;
  padding-right: 20px;
  color: #3d3d3d;
  font: 600 20px "Open Sans", sans-serif;
}

.user__form, .user__form-remember, .user__form-sign-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font: 14px "Open Sans", sans-serif;
}

@media only screen and (max-width: 560px) {
  .user__form, .user__form-remember, .user__form-sign-up {
    max-width: 100%;
  }
}

.user__email, .user__password, .user__name {
  padding: 13px 21px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  color: #585657;
  width: 100%;
}

.user__email-label, .user__name-label {
  margin-bottom: 20px;
}

.user__email-label--remember, .user__name-label--remember {
  margin-bottom: 25px;
}

.user__password-label {
  margin-bottom: 25px;
}

.user__remember-label {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.user__remember-me {
  position: absolute;
  top: 0;
  left: 0;
}

.user__remember-me:checked + span:after {
  content: '';
  position: absolute;
  top: 8.5px;
  left: 7.5px;
  width: 17px;
  height: 17px;
  background: url(../images/icons/check.svg) 0 0 no-repeat;
}

.user__remember-checked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #585657;
}

.user__remember-checked:before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
}

.user__links-wrapper {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 560px) {
  .user__links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

.user__password-recovery, .user__sign-up {
  text-decoration: underline;
  color: #ea443c;
  cursor: pointer;
}

.user__password-recovery:hover, .user__sign-up:hover {
  text-decoration: none;
}

@media only screen and (max-width: 560px) {
  .user__password-recovery {
    margin-bottom: 10px;
  }
}

.user__submit {
  border: none;
  border-radius: 2px;
  background: #ea443c;
  font: 700 18px "Open Sans", sans-serif;
  color: #fff;
  padding: 13px 34px;
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 560px) {
  .user__submit {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

.user__submit:hover {
  background-color: #db2118;
}

.search {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font: 14px "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search .ui-autocomplete {
  width: 100% !important;
}

.search__input {
  border: none;
  border-radius: 2px 0 0 2px;
  background: #fff;
  color: #686667;
  padding: 12px 19px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

@media only screen and (max-width: 1310px) {
  .search__input {
    height: 40px;
  }
}

@media only screen and (max-width: 560px) {
  .search__input {
    height: 26px;
    padding: 0 13px;
    font: 13px/26px "Open Sans", sans-serif;
  }
}

.search__input:focus {
  outline: none;
}

.search__button {
  border: none;
  border-radius: 0 2px 2px 0;
  background: #ea443c;
  color: #fff;
  padding: 12px 34px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 1310px) {
  .search__button {
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    height: 40px;
    background: #fff url(../images/icons/search.svg) 20px 45%/26px 28px no-repeat;
  }
}

@media only screen and (max-width: 560px) {
  .search__button {
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    background: #fff url(../images/icons/search.svg) 7px 45%/11px 12px no-repeat;
  }
}

.search__button:hover {
  background-color: #db2118;
}

@media only screen and (max-width: 1310px) {
  .search__button:hover {
    background-color: #fff;
  }
}

.live-search__popup {
  width: auto;
  left: 0 !important;
  right: 0 !important;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 16px/24px "Open Sans", sans-serif;
  max-height: 50vh;
  z-index: 120000;
}

@media only screen and (max-width: 400px) {
  .live-search__popup {
    font-size: 14px;
    line-height: 20px;
  }
}

.live-search__link {
  display: block;
  padding: 5px 30px;
  color: #3d3d3d;
  text-decoration: none;
}

.live-search__link:hover {
  background-color: #eaeaea;
  text-decoration: none;
  color: #3d3d3d;
  border: 1px solid #eaeaea;
}

.live-search__last .live-search__link {
  display: block;
  padding: 5px 30px;
  text-decoration: underline;
  color: #ea443c;
}

.select-car {
  font: 14px "Open Sans", sans-serif;
}

.select-car--opened .select-car__form-opener {
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  background-color: #ea443c;
}

.select-car--opened .select-car__form-opener:hover {
  background-color: #db2118;
}

.select-car--opened .select-car__form-opener:hover:before, .select-car--opened .select-car__form-opener:hover:after {
  background-color: #db2118;
}

@media only screen and (max-width: 1310px) {
  .select-car--opened .select-car__form-opener:before {
    content: '';
    position: absolute;
    display: block;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    left: -1px;
    top: -22px;
    width: 100%;
    height: 22px;
    background: #ea443c;
  }
}

.select-car--opened .select-car__form-opener:after {
  content: '';
  position: absolute;
  display: block;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  left: -1px;
  bottom: -22px;
  width: 100%;
  height: 22px;
  background: #ea443c;
}

.select-car--opened ~ .select-car__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-car--opened .select-car__form-opener-image use {
  fill: #fff;
}

.select-car__form-opener {
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  margin-right: 20px;
  border: 1px solid #747172;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

@media only screen and (max-width: 1310px) {
  .select-car__form-opener {
    border: none;
    padding: 0 15px;
    margin-right: 15px;
    height: 40px;
    width: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 560px) {
  .select-car__form-opener {
    height: 26px;
    width: 40px;
    padding: 0 7px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 500px) {
  .select-car__form-opener {
    margin-right: 14px;
  }
}

.select-car__form-opener:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1310px) {
  .select-car__form-opener:hover {
    background-color: #131112;
  }
}

.select-car__form-opener:after, .select-car__form-opener:before {
  content: none;
}

.select-car__form-opener-image {
  display: block;
  width: 26px;
  height: 19px;
  margin-right: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 1310px) {
  .select-car__form-opener-image {
    width: 33px;
    height: 25px;
    margin-right: 0;
  }

  .select-car__form-opener-image use {
    fill: #fff;
  }
}

@media only screen and (max-width: 560px) {
  .select-car__form-opener-image {
    width: 23px;
    height: 17px;
  }
}

@media only screen and (max-width: 1310px) {
  .select-car__form-opener-text {
    display: none;
  }
}

.select-car__list {
  position: absolute;
  padding: 0 30px;
  width: 100%;
  height: 108px;
  bottom: -126px;
  left: 0;
  background: #ea443c;
  z-index: 1100;
  display: none;
}

@media only screen and (max-width: 1460px) {
  .select-car__list {
    height: 208px;
    bottom: -226px;
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 1310px) {
  .select-car__list {
    bottom: -229px;
  }
}

@media only screen and (max-width: 1024px) {
  .select-car__list {
    bottom: -223px;
    width: 140%;
    left: -40%;
  }
}

@media only screen and (max-width: 800px) {
  .select-car__list {
    bottom: -218px;
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 680px) {
  .select-car__list {
    height: 348px;
    bottom: -358px;
  }
}

@media only screen and (max-width: 400px) {
  .select-car__list {
    width: 130%;
    left: -15%;
  }
}

.select-car__list-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1460px) {
  .select-car__list-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.select-car__brand, .select-car__model, .select-car__body, .select-car__vehicle-year {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  height: 47px;
  background: #fff;
  border: none;
  text-align: left;
  font: 14px "Open Sans", sans-serif;
  color: #979797;
  padding: 0 15px;
  position: relative;
  outline: none;
}

.select-car__brand:after, .select-car__model:after, .select-car__body:after, .select-car__vehicle-year:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: url(../images/icons/select-car-chevron.svg) 0 0 no-repeat;
}

.select-car__brand-wrapper, .select-car__model-wrapper, .select-car__body-wrapper, .select-car__vehicle-year-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 21.25%;
  flex: 0 1 21.25%;
  max-width: 21.25%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1460px) {
  .select-car__brand-wrapper, .select-car__model-wrapper, .select-car__body-wrapper, .select-car__vehicle-year-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 680px) {
  .select-car__brand-wrapper, .select-car__model-wrapper, .select-car__body-wrapper, .select-car__vehicle-year-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.select-car__submit {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  height: 47px;
  font: 700 14px "Open Sans", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #ea443c;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.select-car__submit:hover {
  background-color: #db2118;
}

.select-car__submit-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 15%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1460px) {
  .select-car__submit-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

.select-car__brand-wrapper.select-car--drop-opened ~ .brand-list__wrapper {
  display: block;
}

.select-car__model-wrapper.select-car--drop-opened ~ .model-list__wrapper {
  display: block;
}

.select-car__body-wrapper.select-car--drop-opened ~ .body-list__wrapper {
  display: block;
}

.select-car__vehicle-year-wrapper.select-car--drop-opened ~ .vehicle-year-list__wrapper {
  display: block;
}

.select-car--drop-opened .select-car__brand:before, .select-car--drop-opened .select-car__model:before, .select-car--drop-opened .select-car__body:before, .select-car--drop-opened .select-car__vehicle-year:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 22px;
  background: #fff;
}

.select-car--selected {
  color: #585657;
  font-weight: 600;
  text-transform: uppercase;
}

.select-car-and-search-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.brand-list, .model-list, .body-list, .vehicle-year-list {
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
}

@media only screen and (max-width: 680px) {
  .brand-list, .model-list, .body-list, .vehicle-year-list {
    padding-top: 10px;
  }
}

.brand-list__wrapper, .model-list__wrapper, .body-list__wrapper, .vehicle-year-list__wrapper {
  position: absolute;
  padding: 0 5px;
  width: 100%;
  top: 88px;
  left: 0;
  z-index: 1101;
  display: none;
}

@media only screen and (max-width: 1460px) {
  .brand-list__wrapper, .model-list__wrapper, .body-list__wrapper, .vehicle-year-list__wrapper {
    padding: 0 15px;
    top: 65px;
  }
}

.brand-list__input, .model-list__input, .body-list__input, .vehicle-year-list__input {
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  font: 14px "Open Sans", sans-serif;
  color: #585657;
  padding: 13px 18px;
  margin-bottom: 25px;
}

.brand-list__input::-webkit-input-placeholder, .model-list__input::-webkit-input-placeholder, .body-list__input::-webkit-input-placeholder, .vehicle-year-list__input::-webkit-input-placeholder {
  color: #979797;
}

.brand-list__input:-ms-input-placeholder, .model-list__input:-ms-input-placeholder, .body-list__input:-ms-input-placeholder, .vehicle-year-list__input:-ms-input-placeholder {
  color: #979797;
}

.brand-list__input::-ms-input-placeholder, .model-list__input::-ms-input-placeholder, .body-list__input::-ms-input-placeholder, .vehicle-year-list__input::-ms-input-placeholder {
  color: #979797;
}

.brand-list__input::placeholder, .model-list__input::placeholder, .body-list__input::placeholder, .vehicle-year-list__input::placeholder {
  color: #979797;
}

.brand-list__list-items, .model-list__list-items, .body-list__list-items, .vehicle-year-list__list-items {
  padding-left: 0;
  list-style: none;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1350px) {
  .brand-list__list-items, .model-list__list-items, .body-list__list-items, .vehicle-year-list__list-items {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (max-width: 1230px) {
  .brand-list__list-items, .model-list__list-items, .body-list__list-items, .vehicle-year-list__list-items {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 1050px) {
  .brand-list__list-items, .model-list__list-items, .body-list__list-items, .vehicle-year-list__list-items {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 1020px) {
  .brand-list__list-items, .model-list__list-items, .body-list__list-items, .vehicle-year-list__list-items {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (max-width: 930px) {
  .brand-list__list-items, .model-list__list-items, .body-list__list-items, .vehicle-year-list__list-items {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 710px) {
  .brand-list__list-items, .model-list__list-items, .body-list__list-items, .vehicle-year-list__list-items {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.brand-list__item, .model-list__item, .body-list__item, .vehicle-year-list__item {
  text-transform: uppercase;
  font: 14px "Open Sans", sans-serif;
  margin-bottom: 15px;
}

.brand-list__link, .model-list__link, .body-list__link, .vehicle-year-list__link {
  color: #585657;
  padding-right: 15px;
  display: block;
}

@media only screen and (max-width: 680px) {
  .model-list__wrapper {
    top: 132px;
  }
}

@media only screen and (max-width: 1460px) {
  .body-list__wrapper {
    top: 127px;
  }
}

@media only screen and (max-width: 680px) {
  .body-list__wrapper {
    top: 197px;
  }
}

@media only screen and (max-width: 1460px) {
  .vehicle-year-list__wrapper {
    top: 127px;
  }
}

@media only screen and (max-width: 680px) {
  .vehicle-year-list__wrapper {
    top: 263px;
  }
}

.favorites {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .favorites {
    display: none;
  }
}

.basket {
  max-width: 982px;
}

.basket__opener {
  margin-left: 30px;
  margin-right: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 500px) {
  .basket__opener {
    margin-right: 0;
    margin-left: 15px;
  }
}

.basket__opener-image {
  width: 37px;
  height: 37px;
}

@media only screen and (max-width: 560px) {
  .basket__opener-image {
    width: 26px;
    height: 26px;
  }
}

.basket__items-count {
  position: absolute;
  top: -11px;
  right: -9px;
  font: 700 14px "Open Sans", sans-serif;
  background: #ea443c;
  color: #fff;
  padding: 2px 8px;
  border-radius: 50%;
}

@media only screen and (max-width: 800px) {
  .basket__items-count {
    display: none;
  }
}

.basket__content {
  display: none;
  min-width: 225px;
}

.basket__content--is-empty .basket__empty {
  display: block;
}

.basket__title {
  margin: 0 0 25px 0;
  color: #3d3d3d;
  font: 600 20px "Open Sans", sans-serif;
  position: relative;
  padding-left: 29px;
}

.basket__title:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../images/icons/basket-popup.svg) 0 0 no-repeat;
}

.basket__title--cart-page {
  padding-left: 0;
}

@media only screen and (max-width: 400px) {
  .basket__title--cart-page {
    font-size: 18px;
  }
}

.basket__title--cart-page:before {
  content: none;
}

.basket__empty {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.basket__list-item {
  border-spacing: 0 20px;
  margin-top: -20px;
  margin-bottom: 10px;
  height: 1px;
}

@media only screen and (max-width: 950px) {
  .basket__list-item {
    margin-top: 0;
  }
}

.basket__list-item--cart-page {
  margin-bottom: 42px;
}

@media only screen and (max-width: 950px) {
  .basket table {
    display: block;
    height: auto;
  }
}

@media only screen and (max-width: 950px) {
  .basket tbody {
    display: block;
  }
}

.basket tr {
  height: 100%;
}

@media only screen and (max-width: 950px) {
  .basket tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

@media only screen and (max-width: 950px) {
  .basket td {
    display: block;
  }
}

@media only screen and (max-width: 950px) {
  .basket__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.basket__image-wrapper {
  border: 1px solid #eaeaea;
  width: 195px;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 10px 0 0 0;
  min-height: 156px;
}

@media only screen and (max-width: 950px) {
  .basket__image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    max-width: 195px;
    border-bottom: none;
  }
}

@media only screen and (max-width: 600px) {
  .basket__image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.basket__item-main-content {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 28px 26px;
  vertical-align: top;
}

@media only screen and (max-width: 950px) {
  .basket__item-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 470px;
    flex: 1 1 470px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #eaeaea;
    border-bottom: none;
  }
}

@media only screen and (max-width: 830px) {
  .basket__item-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 350px;
    flex: 1 1 350px;
  }
}

@media only screen and (max-width: 720px) {
  .basket__item-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 240px;
    flex: 1 1 240px;
  }
}

@media only screen and (max-width: 600px) {
  .basket__item-main-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    border-top: none;
    border-left: 1px solid #eaeaea;
  }
}

.basket__item-count {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  width: 195px;
  vertical-align: bottom;
  padding: 28px 0;
}

@media only screen and (max-width: 950px) {
  .basket__item-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    max-width: 195px;
    border-top: none;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    padding: 0 0 28px 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .basket__item-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 26px 28px 26px;
    border-bottom: none;
  }
}

.basket__item-total-cost {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  font: 14px "Open Sans", sans-serif;
  width: 140px;
  vertical-align: top;
  position: relative;
}

@media only screen and (max-width: 950px) {
  .basket__item-total-cost {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 500px;
    flex: 1 0 500px;
    max-width: 100%;
    border-top: none;
  }
}

@media only screen and (max-width: 820px) {
  .basket__item-total-cost {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 380px;
    flex: 1 1 380px;
  }
}

@media only screen and (max-width: 700px) {
  .basket__item-total-cost {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
}

@media only screen and (max-width: 630px) {
  .basket__item-total-cost {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 270px;
    flex: 1 1 270px;
  }
}

@media only screen and (max-width: 600px) {
  .basket__item-total-cost {
    border-left: 1px solid #eaeaea;
  }
}

.basket__item-total-cost-title {
  margin-top: 0;
  margin-bottom: 0;
}

.basket__items-total-cost-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.basket__item-total-cost-wrapper {
  height: 100%;
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 950px) {
  .basket__item-total-cost-wrapper {
    padding: 0 26px 28px 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media only screen and (max-width: 600px) {
  .basket__item-total-cost-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.basket__item-price {
  font: 18px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: #3d3d3d;
}

@media only screen and (max-width: 400px) {
  .basket__item-price {
    font-size: 16px;
  }
}

.basket__item-cost-total {
  font: 18px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: #3d3d3d;
}

@media only screen and (max-width: 950px) {
  .basket__item-cost-total {
    text-align: right;
    margin-left: 30px;
    font-size: 16px;
  }
}

.basket__item-price-value {
  font-size: 24px;
}

@media only screen and (max-width: 400px) {
  .basket__item-price-value {
    font-size: 20px;
  }
}

.basket__items-cost-total {
  font: 18px "Open Sans", sans-serif;
  margin: 0 40px 0 0;
  color: #3d3d3d;
}

@media only screen and (max-width: 950px) {
  .basket__items-cost-total {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .basket__items-cost-total {
    font-size: 16px;
  }
}

.basket__items-cost-total-value {
  font-size: 30px;
  margin-left: 63px;
}

@media only screen and (max-width: 400px) {
  .basket__items-cost-total-value {
    font-size: 24px;
    margin-left: 30px;
  }
}

.basket__items-cost-total-wrapper {
  text-align: right;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 22px;
}

@media only screen and (max-width: 950px) {
  .basket__items-cost-total-wrapper {
    border-bottom: none;
  }
}

.basket__item-title {
  font: 700 16px/27px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 400px) {
  .basket__item-title {
    font: 700 15px/22px "Open Sans", sans-serif;
  }
}

.basket__item-link {
  color: #2d2a2b;
}

.basket__items-count-reduce {
  font: 700 24px "Open Sans", sans-serif;
  color: #2d2a2b;
}

.basket__items-count-reduce:hover {
  text-decoration: none;
}

.basket__items-count-increase {
  font: 700 24px "Open Sans", sans-serif;
  color: #ea443c;
}

.basket__items-count-increase:hover {
  text-decoration: none;
}

.basket__items-count-input {
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 54px;
  flex: 0 1 54px;
  max-width: 54px;
  font: 13px/32px "Open Sans", sans-serif;
  color: #585657;
  padding: 0;
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  margin: 0 10px;
  tab-index: 1;
}

.basket__item-count-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

@media only screen and (max-width: 950px) {
  .basket__items-sum {
    border-bottom: 1px solid #eaeaea;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 26px;
    padding-right: 26px;
  }
}

.basket__canceled {
  border: none;
  background: transparent;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 8px;
  cursor: pointer;
}

.basket__canceled:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/cancel.svg) 0 0 no-repeat;
}

.basket__checkout {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #ea443c;
  height: 50px;
  padding: 0 28px;
  color: #fff;
  font: 700 18px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 580px) {
  .basket__checkout {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .basket__checkout {
    font-size: 14px;
  }
}

.basket__checkout:hover {
  background-color: #db2118;
}

.basket__buy-in-one-click {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #fff;
  height: 50px;
  padding: 0 28px;
  color: #2d2a2b;
  font: 700 18px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

@media only screen and (max-width: 580px) {
  .basket__buy-in-one-click {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 400px) {
  .basket__buy-in-one-click {
    font-size: 14px;
  }
}

.basket__buy-in-one-click:hover {
  background-color: #ea443c;
  color: #fff;
}

.basket__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
}

@media only screen and (max-width: 580px) {
  .basket__buttons-wrapper {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 801px) and (max-width: 950px) {
  .basket--cart-page .basket__item-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 530px;
    flex: 1 1 530px;
  }
}

@media only screen and (max-width: 950px) {
  .basket--cart-page .basket__item-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 532px;
    flex: 1 1 532px;
  }
}

@media only screen and (max-width: 830px) {
  .basket--cart-page .basket__item-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 412px;
    flex: 1 1 412px;
  }
}

@media only screen and (max-width: 720px) {
  .basket--cart-page .basket__item-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 302px;
    flex: 1 1 302px;
  }
}

.checkout__title {
  margin: 0 0 25px 0;
  color: #3d3d3d;
  font: 600 20px "Open Sans", sans-serif;
}

@media only screen and (max-width: 400px) {
  .checkout__title {
    font-size: 17px;
  }
}

.checkout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 420px) {
  .checkout__content {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.checkout__item-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 650px) {
  .checkout__item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .checkout__item-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.checkout__item-wrapper--textarea, .checkout__item-wrapper--delivery, .checkout__item-wrapper--total-cost {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.checkout__item-wrapper--delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkout__item-wrapper--total-cost {
  margin-bottom: 30px;
}

.checkout__item-discount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

@media only screen and (max-width: 420px) {
  .checkout__item-discount-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.checkout__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

.checkout__item-label--select:after {
  content: '';
  position: absolute;
  bottom: 9px;
  right: 21px;
  width: 8px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: url(../images/icons/select-car-chevron.svg) 0 0 no-repeat;
  pointer-events: none;
}

.checkout__item-label--discount {
  padding-left: 9px;
  padding-right: 9px;
}

@media only screen and (max-width: 420px) {
  .checkout__item-label--discount {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.checkout__item-title {
  font: 14px "Open Sans", sans-serif;
  margin-bottom: 15px;
  color: #585657;
}

.checkout__input, .checkout__select, .checkout__textarea {
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  height: 47px;
  padding-left: 19px;
  padding-right: 19px;
  font: 14px "Open Sans", sans-serif;
  color: #585657;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.checkout__input::-webkit-input-placeholder, .checkout__select::-webkit-input-placeholder, .checkout__textarea::-webkit-input-placeholder {
  color: #979797;
}

.checkout__input:-ms-input-placeholder, .checkout__select:-ms-input-placeholder, .checkout__textarea:-ms-input-placeholder {
  color: #979797;
}

.checkout__input::-ms-input-placeholder, .checkout__select::-ms-input-placeholder, .checkout__textarea::-ms-input-placeholder {
  color: #979797;
}

.checkout__input::placeholder, .checkout__select::placeholder, .checkout__textarea::placeholder {
  color: #979797;
}

.checkout__input--discount-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 9px;
  padding-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 420px) {
  .checkout__input--discount-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.checkout__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
}

.checkout__select.valid + span.select2.select2-container .select2-selection {
  border: 1px solid #00CC00;
}

.checkout__textarea {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 22px;
  resize: none;
}

.checkout__item-discount-link {
  font: 14px "Open Sans", sans-serif;
  color: #ea443c;
  text-decoration: underline;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 9px;
  padding-right: 9px;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 420px) {
  .checkout__item-discount-link {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    font-size: 12px;
  }
}

.checkout__item-discount-link:hover {
  text-decoration: none;
}

.checkout__delivery-text {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  color: #585657;
  font: 14px/24px "Open Sans", sans-serif;
}

@media only screen and (max-width: 540px) {
  .checkout__delivery-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.checkout__delivery-text-1 {
  font-weight: 700;
  color: #2d2a2b;
  display: block;
}

.checkout__delivery-price {
  font: 18px/28px "Open Sans", sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 540px) {
  .checkout__delivery-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    text-align: right;
  }
}

@media only screen and (max-width: 400px) {
  .checkout__delivery-price {
    font-size: 16px;
  }
}

.checkout__delivery-price-value {
  font-size: 30px;
}

@media only screen and (max-width: 400px) {
  .checkout__delivery-price-value {
    font-size: 24px;
    margin-left: 30px;
  }
}

.checkout__items-cost-total {
  font: 18px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  padding-top: 19px;
  padding-bottom: 19px;
  color: #3d3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 950px) {
  .checkout__items-cost-total {
    padding-right: 0;
  }
}

@media only screen and (max-width: 540px) {
  .checkout__items-cost-total {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

@media only screen and (max-width: 400px) {
  .checkout__items-cost-total {
    font-size: 16px;
  }
}

.checkout__items-cost-total-value {
  font-size: 30px;
  margin-left: 25px;
}

@media only screen and (max-width: 400px) {
  .checkout__items-cost-total-value {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .checkout__items-cost-total-value-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.checkout__items-cost-total-wrapper {
  text-align: right;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 22px;
}

@media only screen and (max-width: 950px) {
  .checkout__items-cost-total-wrapper {
    border-bottom: none;
  }
}

@media only screen and (max-width: 540px) {
  .checkout__items-total-cost-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.checkout .valid {
  border: 1px solid #00CC00;
}

.select2 .selection .select2-selection {
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  height: 47px;
  padding: 13px 19px 17px 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  border-radius: 0;
}

.select2 .selection .select2-selection__rendered {
  font: 14px "Open Sans", sans-serif;
  color: #585657;
}

span.select2-selection__arrow {
  display: none;
}

@media only screen and (max-width: 1310px) {
  .menu .phones, .menu .callback, .menu .contacts, .menu .lang, .menu .user {
    display: none;
  }
}

.menu__opener {
  display: none;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background: url(../images/icons/menu.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 1310px) {
  .menu__opener {
    display: block;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .menu__opener {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    background: url(../images/icons/menu.svg) 50% 50%/30px 30px no-repeat;
  }
}

@media only screen and (max-width: 500px) {
  .menu__opener {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 1310px) {
  .menu--opened {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(45, 42, 43, 0.95);
    height: 100vh;
    width: 450px;
    padding: 40px 60px;
    z-index: 1200;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    overflow-y: auto;
  }

  .menu--opened .menu__opener {
    position: absolute;
    top: 31px;
    right: 31px;
    margin-right: 0;
    background: url(../images/icons/menu-close.svg) 0 0 no-repeat;
  }
}

@media only screen and (max-width: 800px) {
  .menu--opened {
    width: 420px;
  }
}

@media only screen and (max-width: 480px) {
  .menu--opened {
    width: 100vw;
  }
}

@media only screen and (max-width: 1310px) {
  .menu.menu--opened .phones, .menu.menu--opened .callback, .menu.menu--opened .contacts, .menu.menu--opened .lang, .menu.menu--opened .menu__shipping-and-payment {
    display: block;
  }
}

@media only screen and (max-width: 1310px) {
  .menu.menu--opened .menu__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 800px) {
  .menu.menu--opened .menu__logo {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  .menu.menu--opened .menu__favorites {
    display: block;
  }
}

.menu__logo {
  width: 150px;
  height: 50px;
  display: none;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-bottom: 40px;
  background: url(../images/logo.svg) 0 0 no-repeat;
}

.menu__logo__logo-link {
  display: block;
}

.menu__favorites {
  display: none;
  margin-left: 0;
  position: relative;
  color: #fff;
  font: 20px "Open Sans", sans-serif;
  margin-bottom: 25px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.menu__favorites:before {
  content: '';
  position: absolute;
  left: -33px;
  top: calc(50% - 8px);
  width: 18px;
  height: 16px;
  background: url(../images/icons/menu-favorites.svg) 0 0 no-repeat;
}

.menu__shipping-and-payment {
  display: none;
  margin-left: 0;
  position: relative;
  color: #fff;
  font: 20px "Open Sans", sans-serif;
  margin-bottom: 25px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.menu__shipping-and-payment:before {
  content: '';
  position: absolute;
  left: -34px;
  top: calc(50% - 8.5px);
  width: 19px;
  height: 19px;
  background: url(../images/icons/shipping-and-payment__icon.svg) 0 0 no-repeat;
}

.menu__user {
  display: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 25px;
  list-style: none;
  font: 20px "Open Sans", sans-serif;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27px;
  flex: 0 0 27px;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}

.menu__user:before {
  content: '';
  position: absolute;
  left: -33px;
  top: calc(50% - 11px);
  width: 16px;
  height: 23px;
  background: url(../images/icons/user-panel.svg) 0 0 no-repeat;
}

.menu__user a {
  color: #fff;
}

.menu__user-register {
  margin-left: 20px;
  position: relative;
}

.menu__user-register:before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 1px;
  height: 14px;
  background: #bebebe;
}

.columns-holder {
  max-width: 1520px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1170px) {
  .columns-holder {
    flex-direction: column;
  }
}

.columns-holder__wrapper {
  padding: 0 15px;
}

@media only screen and (max-width: 420px) {
  .columns-holder__wrapper {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 420px) {
  .columns-holder__wrapper--account-page {
    padding: 0 15px;
  }
}

.columns-holder--cart-page, .columns-holder--account-page {
  max-width: 982px;
}

.columns-holder--item-page {
  max-width: 1520px;
}

.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  max-width: 300px;
  border-right: 1px solid #eaeaea;
  padding-top: 37px;
}

@media only screen and (max-width: 1170px) {
  .sidebar {
    flex: 1;
    max-width: inherit;
    border-right-width: 0;
  }
  nav .category-list, nav .filter-list, .mobile-category__closer {
	display:none;
  }
}

.category-list {
  list-style: none;
  margin: 0 0 35px 0;
  padding-left: 0;
  font: 14px "Open Sans", sans-serif;
}

.category-list__item {
  margin-bottom: 16px;
  list-style: none;
}

.category-list__link {
  padding-left: 30px;
  padding-right: 35px;
  position: relative;
  color: #585657;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-list__link:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(../images/icons/category-chevron.svg) 0 0 no-repeat;
}

.category-list__link--active {
  color: #ea443c;
}

.subcategory-list {
  list-style: none;
  padding-left: 31px;
}

.subcategory-list__link {
  padding-left: 18px;
  color: #585657;
  position: relative;
}

.subcategory-list__link:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  background: #c7c4c5;
}

.subcategory-list__item {
  margin-top: 16px;
}

.mobile-category {
  display: none;
}

@media only screen and (max-width: 1170px) {
  .mobile-category {
    display: block;
  }
}

.mobile-category--opened .mobile-category-list__wrapper {
  display: block;
}

.mobile-category__opener, .mobile-category__closer {
  border: none;
  border-radius: 2px;
  background: #ea443c;
  color: #fff;
  padding: 12px 0;
  font-weight: 700;
  margin: 0 auto 30px auto;
  display: none;
  text-align: center;
  width: 80%;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

/*@media only screen and (max-width: 1170px) {} */
  .mobile-category__opener {
    display: block;
  }

@media only screen and (max-width: 600px) {
  .mobile-category__opener {
    width: 100%;
  }
}


.mobile-category-list {
  list-style: none;
  margin: 0 0 35px 0;
  padding-left: 0;
  font: 14px "Open Sans", sans-serif;
}

@media only screen and (max-width: 1170px) {
  .mobile-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.mobile-category-list__wrapper {
  display: none;
}

.mobile-category-list__item {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1170px) {
  .mobile-category-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 800px) {
  .mobile-category-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 590px) {
  .mobile-category-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.mobile-category-list__link {
  padding-left: 30px;
  padding-right: 35px;
  position: relative;
  color: #585657;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-category-list__link:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(../images/icons/category-chevron.svg) 0 0 no-repeat;
}

.mobile-category-list__link--active {
  color: #ea443c;
}

.mobile-subcategory-list {
  list-style: none;
  padding-left: 31px;
}

.mobile-subcategory-list__link {
  padding-left: 18px;
  color: #585657;
  position: relative;
}

.mobile-subcategory-list__link:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  background: #c7c4c5;
}

.mobile-subcategory-list__item {
  margin-top: 16px;
}

.user-panel {
  border-top: 1px solid #eaeaea;
  padding-top: 35px;
  margin-bottom: 35px;
}

.user-panel__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font: 14px "Open Sans", sans-serif;
}

.user-panel__title {
  margin-top: 0;
  padding-left: 30px;
  position: relative;
  font: 600 18px "Open Sans", sans-serif;
}

.user-panel__title:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 16px;
  background: url(../images/icons/user-panel.svg) 0 0 no-repeat;
}

.user-panel__item {
  margin-bottom: 16px;
}

.user-panel__link {
  padding-left: 30px;
  padding-right: 35px;
  color: #585657;
}

.schedule {
  border-top: 1px solid #eaeaea;
  padding-top: 35px;
  margin-bottom: 35px;
}

.schedule__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font: 14px "Open Sans", sans-serif;
}

.schedule__title {
  margin-top: 0;
  padding-left: 30px;
  position: relative;
  font: 600 18px "Open Sans", sans-serif;
}

.schedule__title:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../images/icons/clock.svg) 0 0 no-repeat;
}

.schedule__item {
  margin-bottom: 16px;
  padding-left: 30px;
  padding-right: 35px;
}

.schedule__link {
  color: #585657;
}

.schedule__link-map {
  text-decoration: underline;
  color: #ea443c;
  position: relative;
  padding-left: 20px;
}

.schedule__link-map:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../images/icons/location.svg) 0 0 no-repeat;
}

.schedule__working-hours {
  margin-left: 15px;
}

.schedule__phone {
  font-weight: 700;
}

.social {
  border-top: 1px solid #eaeaea;
  padding-top: 35px;
  margin-bottom: 35px;
}

.social__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 35px;
  font: 14px "Open Sans", sans-serif;
}

.social__title {
  margin-top: 0;
  padding-left: 30px;
  position: relative;
  font: 600 18px "Open Sans", sans-serif;
}

.social__title:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 18px;
  background: url(../images/icons/social__icon.svg) 0 0 no-repeat;
}

.social__item {
  margin-right: 10px;
}

.social__link:before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
}

.social__facebook:before {
  background: url(../images/icons/social/social__facebook.svg) 0 0 no-repeat;
}

.social__twitter:before {
  background: url(../images/icons/social/social__twitter.svg) 0 0 no-repeat;
}

.social__google-plus:before {
  background: url(../images/icons/social/social__google-plus.svg) 0 0 no-repeat;
}

.social__youtube:before {
  background: url(../images/icons/social/social__youtube.svg) 0 0 no-repeat;
}

.social__instagram:before {
  background: url(../images/icons/social/social__instagram.svg) 0 0 no-repeat;
}

.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 1170px) {
  .main-content {
    padding-left: 0;
  }
  .home__page .main-content {
	order: 1;
  }
  .home__page .sidebar {
	  order: 2;
  }
}

@media only screen and (max-width: 750px) {
  .main-content {
    padding-top: 27px;
  }
}

@media only screen and (max-width: 420px) {
  .main-content {
    padding-top: 5px;
  }
}

.main-content--items-page, .main-content--subcat-page, .main-content--news-page {
  padding-top: 36px;
}

@media only screen and (max-width: 420px) {
  .main-content--items-page, .main-content--subcat-page, .main-content--news-page {
    padding-top: 0;
  }
}

.main-content--cart-page, .main-content--account-page {
  padding-left: 0;
}

@media only screen and (max-width: 420px) {
  .main-content--cart-page, .main-content--account-page {
    padding-top: 10px;
  }
}

.main-content--item-page {
  padding-top: 30px;
  padding-left: 0;
}

@media only screen and (max-width: 420px) {
  .main-content--item-page {
    padding-top: 10px;
  }
}

.slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
  width: 100%;
  max-width: 66%;
  padding-right: 12px;
  padding-left: 12px;
}

@media only screen and (max-width: 750px) {
  .slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .slider {
    padding-right: 0;
    padding-left: 0;
  }
}

.slider__wrapper {
  position: relative;
  display: block;
}

.slider__pager {
  position: absolute;
  bottom: 18px;
  left: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 570px) {
  .slider__pager {
    bottom: -30px;
  }
}

@media only screen and (max-width: 420px) {
  .slider__pager {
    bottom: -25px;
  }
}

.slider__image {
  width: 100%;
  max-width: 100%;
  display: none;
}

.slider__image:first-child {
  display: block;
}

.slider__pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.slider__pager-item {
  margin-right: 10px;
}

.slider__pager-item-active button:before {
  background: #ea443c;
}

.slider__pager-item-active button:hover:before {
  background-color: #db2118;
}

.slider__pager-button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.slider__pager-button:hover:before {
  background-color: #cccccc;
}

@media only screen and (max-width: 570px) {
  .slider__pager-button:hover:before {
    background-color: #cfcfcf;
  }
}

.slider__pager-button:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 570px) {
  .slider__pager-button:before {
    background: #E8E8E8;
  }
}

.slider__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 102;
  width: 100%;
  max-width: 75%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font: 20px "Open Sans", sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 55px;
}

@media only screen and (max-width: 1370px) {
  .slider__content {
    max-width: 73%;
    padding: 50px 45px;
  }
}

@media only screen and (max-width: 1270px) {
  .slider__content {
    font-size: 18px;
    max-width: 71%;
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 1170px) {
  .slider__content {
    font-size: 20px;
    max-width: 71%;
    padding: 50px 45px;
  }
}

@media only screen and (max-width: 1000px) {
  .slider__content {
    font-size: 18px;
    max-width: 71%;
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 830px) {
  .slider__content {
    font-size: 16px;
    max-width: 68%;
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 750px) {
  .slider__content {
    font-size: 20px;
    max-width: 73%;
    padding: 55px 50px;
  }
}

@media only screen and (max-width: 650px) {
  .slider__content {
    font-size: 18px;
    max-width: 70%;
    padding: 45px 40px;
  }
}

@media only screen and (max-width: 560px) {
  .slider__content {
    max-width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .slider__content {
    padding: 35px 35px;
  }
}

@media only screen and (max-width: 440px) {
  .slider__content {
    font-size: 14px;
    line-height: 22px;
    padding: 25px 35px;
  }
}

@media only screen and (max-width: 380px) {
  .slider__content {
    max-width: 87%;
    padding: 15px 25px;
  }
}

.slider__link {
  border-radius: 2px;
  background: #ea443c;
  color: #fff;
  padding: 12px 34px;
  font-weight: 700;
  font: 14px "Open Sans", sans-serif;
  display: inline-block;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.slider__link:hover {
  text-decoration: none;
  background-color: #db2118;
}

.slider__text {
  margin: 0 0 40px 0;
  height: 81px;
  overflow: hidden;
}

@media only screen and (max-width: 1270px) {
  .slider__text {
    height: 72px;
  }
}

@media only screen and (max-width: 1170px) {
  .slider__text {
    height: 81px;
  }
}

@media only screen and (max-width: 1000px) {
  .slider__text {
    height: 72px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .slider__text {
    height: 81px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 650px) {
  .slider__text {
    height: 72px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 440px) {
  .slider__text {
    height: 66px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 380px) {
  .slider__text {
    margin-bottom: 15px;
  }
}

.slider__prev, .slider__next {
  position: absolute;
  z-index: 102;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 14px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 560px) {
  .slider__prev, .slider__next {
    display: none;
  }
}

.slider__prev:hover, .slider__next:hover {
  background: #231f20;
}

.slider__prev:hover path, .slider__next:hover path {
  fill: #fff;
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.slider__prev svg, .slider__next svg {
  display: block;
}

.slider__prev {
  top: 50%;
  left: 20px;
}

.slider__next {
  top: 50%;
  right: 20px;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 570px) {
  .promo {
    margin-bottom: 41px;
  }
}

@media only screen and (max-width: 560px) {
  .promo {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 420px) {
  .promo {
    margin-bottom: 32px;
  }
}

.promo__links {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 34%;
  flex: 0 1 34%;
  width: 100%;
  max-width: 34%;
  padding-right: 12px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 750px) {
  .promo__links {
    display: none;
  }
}

.promo__link {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}

.promo__image {
  width: 100%;
  max-width: 100%;
  display: block;
}

.top-category {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1015px) {
  .top-category {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .top-category {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .top-category {
    margin-bottom: 35px;
  }
}

.top-category__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 420px) {
  .top-category__list {
    margin-left: 0;
    margin-right: 0;
  }
}

.top-category__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666%;
  flex: 0 1 16.666%;
  max-width: 16.666%;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1340px) {
  .top-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1170px) {
  .top-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1015px) {
  .top-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 820px) {
  .top-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 600px) {
  .top-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 420px) {
  .top-category__item {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #eaeaea;
    border-left: none;
  }
}

@media only screen and (max-width: 420px) {
  .top-category__item:nth-child(2n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 420px) {
  .top-category__item:nth-child(n + 3) {
    border-top: none;
  }
}

.top-category__title {
  margin-top: 25px;
  margin-bottom: 0;
  font: 600 13px "Open Sans", sans-serif;
  max-width: 100%;
}

@media only screen and (max-width: 350px) {
  .top-category__title {
    font: 600 14px "Open Sans", sans-serif;
  }
}

.top-category__link {
  color: #3d3d3d;
}

.top-category__image-link {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eaeaea;
  padding: 25px 15px;
  text-align: center;
  color: #3d3d3d;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

@media only screen and (max-width: 420px) {
  .top-category__image-link {
    border: none;
  }
}

.top-category__image {
  max-width: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popular-brands {
  margin-bottom: 30px;
}

.popular-brands__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popular-brands__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  padding: 25px;
}

.popular-brands__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666666%;
  flex: 0 1 16.666666%;
  max-width: 16.666666%;
  border: 1px solid #eaeaea;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1340px) {
  .popular-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 1170px) {
  .popular-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666666%;
    flex: 0 1 16.666666%;
    max-width: 16.666666%;
  }
}

@media only screen and (max-width: 1015px) {
  .popular-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 820px) {
  .popular-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 720px) {
  .popular-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 570px) {
  .popular-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1341px) {
  .popular-brands__item:nth-child(6n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1340px) {
  .popular-brands__item:nth-child(6n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1170px) {
  .popular-brands__item:nth-child(6n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1015px) {
  .popular-brands__item:nth-child(6n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1340px) {
  .popular-brands__item:nth-child(5n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1170px) {
  .popular-brands__item:nth-child(5n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1015px) {
  .popular-brands__item:nth-child(5n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 820px) {
  .popular-brands__item:nth-child(5n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 820px) {
  .popular-brands__item:nth-child(4n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 720px) {
  .popular-brands__item:nth-child(4n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 720px) {
  .popular-brands__item:nth-child(3n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 570px) {
  .popular-brands__item:nth-child(3n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 570px) {
  .popular-brands__item:nth-child(2n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 570px) {
  .popular-brands__item:nth-child(n + 3) {
    border-top: none;
  }
}

@media only screen and (max-width: 720px) {
  .popular-brands__item:nth-child(n + 4) {
    border-top: none;
  }
}

@media only screen and (max-width: 820px) {
  .popular-brands__item:nth-child(n + 5) {
    border-top: none;
  }
}

@media only screen and (max-width: 1340px) {
  .popular-brands__item:nth-child(n + 6) {
    border-top: none;
  }
}

@media only screen and (max-width: 1170px) {
  .popular-brands__item:nth-child(n + 6) {
    border-top: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1015px) {
  .popular-brands__item:nth-child(n + 6) {
    border-top: none;
  }
}

.popular-brands__item:nth-child(n + 7) {
  border-top: none;
}

.popular-brands__item:first-child {
  border-left: 1px solid #eaeaea;
}

.popular-brands__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popular-brands__title {
  margin-top: 0;
  margin-bottom: 25px;
  font: 600 20px "Open Sans", sans-serif;
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 570px) {
  .popular-brands__title {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .popular-brands__title {
    font-size: 17px;
  }
}

.popular-brands__title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/icons/popular-brands__icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .popular-brands__title:before {
    top: 3px;
  }
}

.popular-brands__show-more {
  font: 13px "Open Sans", sans-serif;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  border-radius: 0 0 3px 3px;
  background: #fff;
  padding: 16px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666666%;
  flex: 0 1 16.666666%;
  max-width: 16.666666%;
  position: relative;
  margin-top: -1px;
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s;
}

@media only screen and (max-width: 1340px) {
  .popular-brands__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 1170px) {
  .popular-brands__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666666%;
    flex: 0 1 16.666666%;
    max-width: 16.666666%;
  }
}

@media only screen and (max-width: 1015px) {
  .popular-brands__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 820px) {
  .popular-brands__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 720px) {
  .popular-brands__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 570px) {
  .popular-brands__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
  }
}

.popular-brands__show-more:hover {
  -webkit-box-shadow: 0 0 8px rgba(234, 234, 234, 0.6);
  box-shadow: 0 0 8px rgba(234, 234, 234, 0.6);
}

.popular-brands__show-more:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icons/arrow-drop-down__show-more.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 570px) {
  .popular-brands__show-more:after {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
    transform: unset;
    display: block;
    margin-left: 12px;
  }
}

.popular-brands__show-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.new-items {
  margin-bottom: 30px;
}

.new-items__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-items__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666666%;
  flex: 0 1 16.666666%;
  max-width: 16.666666%;
  border: 1px solid #eaeaea;
  border-left: none;
  padding: 10px 10px 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 1340px) {
  .new-items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 1170px) {
  .new-items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666666%;
    flex: 0 1 16.666666%;
    max-width: 16.666666%;
  }
}

@media only screen and (max-width: 1015px) {
  .new-items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 820px) {
  .new-items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 720px) {
  .new-items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 570px) {
  .new-items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1341px) {
  .new-items__item:nth-child(6n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1340px) {
  .new-items__item:nth-child(6n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1170px) {
  .new-items__item:nth-child(6n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1015px) {
  .new-items__item:nth-child(6n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1340px) {
  .new-items__item:nth-child(5n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1170px) {
  .new-items__item:nth-child(5n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1015px) {
  .new-items__item:nth-child(5n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 820px) {
  .new-items__item:nth-child(5n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 820px) {
  .new-items__item:nth-child(4n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 720px) {
  .new-items__item:nth-child(4n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 720px) {
  .new-items__item:nth-child(3n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 570px) {
  .new-items__item:nth-child(3n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 570px) {
  .new-items__item:nth-child(2n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 570px) {
  .new-items__item:nth-child(n + 3) {
    border-top: none;
  }
}

@media only screen and (max-width: 720px) {
  .new-items__item:nth-child(n + 4) {
    border-top: none;
  }
}

@media only screen and (max-width: 820px) {
  .new-items__item:nth-child(n + 5) {
    border-top: none;
  }
}

@media only screen and (max-width: 1340px) {
  .new-items__item:nth-child(n + 6) {
    border-top: none;
  }
}

@media only screen and (max-width: 1170px) {
  .new-items__item:nth-child(n + 6) {
    border-top: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1015px) {
  .new-items__item:nth-child(n + 6) {
    border-top: none;
  }
}

.new-items__item:nth-child(n + 7) {
  border-top: none;
}

.new-items__item:first-child {
  border-left: 1px solid #eaeaea;
}

.new-items__image-link {
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1;
  margin-bottom: 20px;
  height: 140px;
  max-width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 420px) {
  .new-items__image-link {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 380px) {
  .new-items__image-link {
    height: 130px;
  }
}

.new-items__more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font: 700 20px/26px "Open Sans", sans-serif;
  color: #3d3d3d;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.new-items__more-link:hover {
  text-decoration: none;
  color: #ea443c;
}

.new-items__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.new-items__more-image {
  width: 88px;
  height: 92px;
  margin-bottom: 25px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.new-items__more-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.new-items__more {
  background: #fcfcfc;
  padding: 0;
}

.new-items__more:hover .new-items__more-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.new-items__link {
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
  height: 78px;
  overflow: hidden;
  display: block;
}

.new-items__item-price {
  font: 18px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 8px;
  height: 33px;
}

@media only screen and (max-width: 420px) {
  .new-items__item-price {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .new-items__item-price {
    padding: 0;
    font-size: 16px;
  }
}

.new-items__item-price--new-price {
  color: #ea443c;
}

.new-items__item-price-value {
  font-size: 24px;
}

@media only screen and (max-width: 400px) {
  .new-items__item-price-value {
    font-size: 20px;
  }
}

.new-items__item-price-old {
  font: 15px "Open Sans", sans-serif;
  text-decoration: line-through;
  color: #959494;
  margin: 0;
  padding: 0 8px;
}

@media only screen and (max-width: 400px) {
  .new-items__item-price-old {
    padding: 0;
    font-size: 14px;
  }
}

.new-items__item-title {
  margin-top: 0;
  margin-bottom: 14px;
  padding: 0 8px;
}

@media only screen and (max-width: 420px) {
  .new-items__item-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .new-items__item-title {
    padding: 0;
  }
}

.new-items__title {
  margin-top: 0;
  margin-bottom: 25px;
  font: 600 20px "Open Sans", sans-serif;
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 570px) {
  .new-items__title {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .new-items__title {
    font-size: 17px;
  }
}

.new-items__title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 18px;
  background: url(../images/icons/new-items_icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .new-items__title:before {
    top: 3px;
  }
}

.new-items__show-more {
  font: 13px "Open Sans", sans-serif;
  text-align: left;
  display: block;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  border-radius: 0 0 3px 3px;
  background: #fff;
  padding: 16px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666666%;
  flex: 0 1 16.666666%;
  max-width: 16.666666%;
  position: relative;
  margin-top: -1px;
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s;
}

@media only screen and (max-width: 1340px) {
  .new-items__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 1170px) {
  .new-items__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666666%;
    flex: 0 1 16.666666%;
    max-width: 16.666666%;
  }
}

@media only screen and (max-width: 1015px) {
  .new-items__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 820px) {
  .new-items__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 720px) {
  .new-items__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 570px) {
  .new-items__show-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
  }
}

.new-items__show-more:hover {
  -webkit-box-shadow: 0 0 8px rgba(234, 234, 234, 0.6);
  box-shadow: 0 0 8px rgba(234, 234, 234, 0.6);
}

.new-items__show-more:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icons/arrow-drop-down__show-more.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 570px) {
  .new-items__show-more:after {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
    transform: unset;
    display: block;
    margin-left: 12px;
  }
}

.new-items__show-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display:none;
}

.new-items__wish-button {
  border: none;
  background: transparent;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.new-items__wish-button:before {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/icons/wish.svg) 0 0 no-repeat;
}

.new-items__wish-button--active:before {
  background: url(../images/icons/wish-active.svg) 0 0 no-repeat;
}

.popular-items__title:before {
  width: 18px;
  background: url(../images/icons/popular-items__icon.svg) 0 0 no-repeat;
}

.viewed-products__title:before {
  width: 18px;
  height: 12px;
  top: 8px;
  background: url(../images/icons/viewed-products__icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .viewed-products__title:before {
    top: 7px;
  }
}

.rec-based-on-views__title:before {
  width: 17px;
  height: 17px;
  top: 6px;
  background: url(../images/icons/rec-based-on-views__icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .rec-based-on-views__title:before {
    top: 3px;
  }
}

.rec-for-last-purchase__title:before {
  width: 17px;
  height: 16px;
  top: 6px;
  background: url(../images/icons/rec-for-last-purchase__icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .rec-for-last-purchase__title:before {
    top: 3px;
  }
}

.rec-based-on-choice {
  margin-bottom: 30px;
}

.rec-based-on-choice__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rec-based-on-choice__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
  border: 1px solid #eaeaea;
  border-left: none;
  padding: 10px 10px 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 950px) {
  .rec-based-on-choice__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 790px) {
  .rec-based-on-choice__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 605px) {
  .rec-based-on-choice__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 950px) {
  .rec-based-on-choice__item:nth-child(4n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 790px) {
  .rec-based-on-choice__item:nth-child(4n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 790px) {
  .rec-based-on-choice__item:nth-child(3n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 605px) {
  .rec-based-on-choice__item:nth-child(3n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 605px) {
  .rec-based-on-choice__item:nth-child(2n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 950px) {
  .rec-based-on-choice__item:nth-child(n + 5) {
    border-top: none;
  }
}

@media only screen and (max-width: 790px) {
  .rec-based-on-choice__item:nth-child(n + 4) {
    border-top: none;
  }
}

@media only screen and (max-width: 605px) {
  .rec-based-on-choice__item:nth-child(n + 3) {
    border-top: none;
  }
}

.rec-based-on-choice__item:first-child {
  border-left: 1px solid #eaeaea;
}

.rec-based-on-choice__image-link {
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1;
  margin-bottom: 20px;
  height: 140px;
  max-width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 420px) {
  .rec-based-on-choice__image-link {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 380px) {
  .rec-based-on-choice__image-link {
    height: 130px;
  }
}

.rec-based-on-choice__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.rec-based-on-choice__link {
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
  height: 78px;
  overflow: hidden;
  display: block;
}

.rec-based-on-choice__item-price {
  font: 18px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0 8px;
  height: 33px;
}

@media only screen and (max-width: 420px) {
  .rec-based-on-choice__item-price {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .rec-based-on-choice__item-price {
    padding: 0;
    font-size: 16px;
  }
}

.rec-based-on-choice__item-price--new-price {
  color: #ea443c;
}

.rec-based-on-choice__item-price-value {
  font-size: 24px;
}

@media only screen and (max-width: 400px) {
  .rec-based-on-choice__item-price-value {
    font-size: 20px;
  }
}

.rec-based-on-choice__item-price-old {
  font: 15px "Open Sans", sans-serif;
  text-decoration: line-through;
  color: #959494;
  margin: 0;
  padding: 0 8px;
}

@media only screen and (max-width: 400px) {
  .rec-based-on-choice__item-price-old {
    padding: 0;
    font-size: 14px;
  }
}

.rec-based-on-choice__item-title {
  margin-top: 0;
  margin-bottom: 14px;
  padding: 0 8px;
}

@media only screen and (max-width: 420px) {
  .rec-based-on-choice__item-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .rec-based-on-choice__item-title {
    padding: 0;
  }
}

.rec-based-on-choice__title {
  margin-top: 0;
  margin-bottom: 25px;
  font: 600 20px "Open Sans", sans-serif;
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 570px) {
  .rec-based-on-choice__title {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .rec-based-on-choice__title {
    font-size: 17px;
  }
}

.rec-based-on-choice__title:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/icons/rec-based-on-views__icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .rec-based-on-choice__title:before {
    top: 3px;
  }
}

.rec-based-on-choice__wish-button {
  border: none;
  background: transparent;
  padding: 5px;
  position: absolute;
  top: 53px;
  right: 15px;
  cursor: pointer;
}

.rec-based-on-choice__wish-button:before {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/icons/wish.svg) 0 0 no-repeat;
}

.rec-based-on-choice__wish-button--active:before {
  background: url(../images/icons/wish-active.svg) 0 0 no-repeat;
}

.rec-based-on-choice__add-to-order-label {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 18px;
  padding-left: 8px;
}

@media only screen and (max-width: 415px) {
  .rec-based-on-choice__add-to-order-label {
    padding-left: 0;
  }
}

.rec-based-on-choice__add-to-order-input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.rec-based-on-choice__add-to-order-input:checked + span:after {
  content: '';
  position: absolute;
  top: 3.5px;
  left: 1.5px;
  width: 10px;
  height: 10px;
  background: url(../images/icons/check.svg) 0 0 no-repeat;
}

.rec-based-on-choice__add-to-order-checked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #585657;
  font: 13px "Open Sans", sans-serif;
}

@media only screen and (max-width: 450px) {
  .rec-based-on-choice__add-to-order-checked {
    font-size: 12px;
  }
}

@media only screen and (max-width: 350px) {
  .rec-based-on-choice__add-to-order-checked {
    font-size: 10px;
  }
}

.rec-based-on-choice__add-to-order-checked:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
}

.latest-news {
  margin-bottom: 60px;
}

@media only screen and (max-width: 820px) {
  .latest-news {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 570px) {
  .latest-news {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 380px) {
  .latest-news {
    margin-bottom: 5px;
  }
}

.latest-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 420px) {
  .latest-news__list {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media only screen and (max-width: 380px) {
  .latest-news__list {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.latest-news__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1340px) {
  .latest-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 1170px) {
  .latest-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 1015px) {
  .latest-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 820px) {
  .latest-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 570px) {
  .latest-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 420px) {
  .latest-news__item {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 380px) {
  .latest-news__item {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.latest-news__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.latest-news__item-title {
  margin-top: 0;
  margin-bottom: 14px;
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
  max-width: 100%;
}

.latest-news__link {
  color: #585657;
  height: 58px;
  overflow: hidden;
  display: block;
}

.latest-news__image-link {
  max-width: 100%;
  height: 170px;
  overflow: hidden;
  margin-bottom: 18px;
}

@media only screen and (max-width: 380px) {
  .latest-news__image-link {
    height: 140px;
  }
}

@media only screen and (max-width: 330px) {
  .latest-news__image-link {
    height: 120px;
  }
}

.latest-news__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.latest-news__date {
  font: 13px "Open Sans", sans-serif;
  margin: 0;
  color: #959494;
}

.latest-news__title {
  margin-top: 0;
  margin-bottom: 25px;
  font: 600 20px "Open Sans", sans-serif;
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 570px) {
  .latest-news__title {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .latest-news__title {
    font-size: 17px;
  }
}

.latest-news__title:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 19px;
  height: 15px;
  background: url(../images/icons/latest-news__icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .latest-news__title:before {
    top: 5px;
  }
}

.video {
  margin-bottom: 75px;
}

@media only screen and (max-width: 820px) {
  .video {
    margin-bottom: 45px;
  }
}

.video__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 420px) {
  .video__list {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media only screen and (max-width: 380px) {
  .video__list {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.video__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 1340px) {
  .video__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1170px) {
  .video__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1015px) {
  .video__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 820px) {
  .video__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 570px) {
  .video__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 420px) {
  .video__item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 380px) {
  .video__item {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.video__image-link {
  max-width: 100%;
  position: relative;
  display: inline-block;
}

.video__image-link:hover:after {
  width: 58px;
  height: 58px;
}

@media only screen and (max-width: 420px) {
  .video__image-link:hover:after {
    width: 44px;
    height: 44px;
  }
}

.video__image-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
}

.video__image-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: url(../images/icons/video__icon-youtube-big.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 420px) {
  .video__image-link:after {
    width: 40px;
    height: 40px;
  }
}

.video__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.video__title {
  margin-top: 0;
  margin-bottom: 25px;
  font: 600 20px "Open Sans", sans-serif;
  padding-left: 28px;
  position: relative;
}

.instagram__title {
  margin-top: 0;
  margin-bottom: 25px;
  font: 600 20px "Open Sans", sans-serif;
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 570px) {
  .video__title {
    margin-left: 15px;
  }
  .instagram__title {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .video__title {
    font-size: 17px;
  }
  .instagram__title {
    font-size: 17px;
  }
}

.video__title:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  background: url(../images/icons/video__icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .video__title:before {
    top: 5px;
  }
}

.instagram__title:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  background: url(../images/icons/instagram__icon.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 400px) {
  .instagram__title:before {
    top: 5px;
  }
}

.breadcrumbs {
  max-width: 1520px;
  margin: 0 auto;
  padding: 14px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
  font: 14px/22px "Open Sans", sans-serif;
}

@media only screen and (max-width: 420px) {
  .breadcrumbs {
    border-bottom: none;
  }
}

@media only screen and (max-width: 380px) {
  .breadcrumbs {
    font-size: 13px;
  }
}

.breadcrumbs__wrapper {
  padding: 0 15px;
}

@media only screen and (max-width: 420px) {
  .breadcrumbs__wrapper {
    padding: 0 5px;
  }
}

.breadcrumbs__link {
  color: #ea443c;
}

.breadcrumbs__current {
  color: #585657;
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link:after {
  content: '/';
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #585657;
}

.breadcrumbs--item-page, .breadcrumbs--cart-page, .breadcrumbs--account-page {
  border-bottom: 1px solid #eaeaea;
}

.subcat {
  margin-bottom: 75px;
}

@media only screen and (max-width: 1015px) {
  .subcat {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .subcat {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .subcat {
    margin-bottom: 35px;
  }
}

.subcat__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 420px) {
  .subcat__list {
    margin-left: 0;
    margin-right: 0;
  }
}

.subcat__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
  padding: 0 15px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1340px) {
  .subcat__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1170px) {
  .subcat__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1015px) {
  .subcat__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 820px) {
  .subcat__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 600px) {
  .subcat__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 420px) {
  .subcat__item {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #eaeaea;
    border-left: none;
  }
}

@media only screen and (max-width: 420px) {
  .subcat__item:nth-child(2n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 420px) {
  .subcat__item:nth-child(n + 3) {
    border-top: none;
  }
}

.subcat__title {
  margin-top: 0;
  margin-bottom: 20px;
  font: 600 16px "Open Sans", sans-serif;
  max-width: 100%;
}

@media only screen and (max-width: 420px) {
  .subcat__title {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.subcat__link {
  color: #3d3d3d;
  min-height: 65px;
}

.subcat__image-link {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eaeaea;
  padding: 40px 15px;
  text-align: center;
  color: #3d3d3d;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: 212px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 420px) {
  .subcat__image-link {
    border: none;
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 345px) {
  .subcat__image-link {
    height: 160px;
  }
}

.subcat__image {
  max-width: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subcat__filter-list {
  padding-left: 0;
  list-style: none;
  font: 14px "Open Sans", sans-serif;
  margin-bottom: 25px;
  min-height: 170px;
}

@media only screen and (max-width: 420px) {
  .subcat__filter-list {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.subcat__filter-list-item {
  padding-left: 0px;
  position: relative;
  font-size: 12px;
}

/*.subcat__filter-list-item:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  background: #c7c4c5;
}*/

.subcat__filter-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.subcat__filter-list-link {
  color: #585657;
}

.subcat__see-all {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #fff;
  height: 40px;
  min-height: 40px;
  padding: 0 23px;
  color: #2d2a2b;
  font: 700 14px/40px "Open Sans", sans-serif;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

@media only screen and (max-width: 420px) {
  .subcat__see-all {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 0 5px 5px 5px;
    font-size: 13px;
  }
}

.subcat__see-all:hover {
  background-color: #ea443c;
  color: #fff;
}

.subcat__main-title {
  margin-top: 0;
  margin-bottom: 35px;
  font: 600 20px/1 "Open Sans", sans-serif;
}

.cat-items__title {
  margin-top: 0;
  margin-bottom: 25px;
  font: 600 26px/1 "Open Sans", sans-serif;
  color: #3d3d3d;
}

@media only screen and (max-width: 1170px) {
  .cat-items__title {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 400px) {
  .cat-items__title {
    font-size: 22px;
  }
}

.cat-items__cat-title {
  font: 600 20px "Open Sans", sans-serif;
  color: #3d3d3d;
  margin: 0 20px 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

@media only screen and (max-width: 400px) {
  .cat-items__cat-title {
    font-size: 17px;
  }
}

.cat-items__image {
  max-width: 100%;
  display: block;
  margin-bottom: 38px;
}

.cat-items__desc {
  font: 13px/20px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 60px;
  color: #585657;
}

.cat-items__cat-title-and-sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-items__sort-type {
  font: 13px/27px "Open Sans", sans-serif;
  color: #979797;
  height: 27px;
  padding-left: 6px;
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.cat-items__sort-type-wrapper {
  position: relative;
  display: inline-block;
}

.cat-items__sort-type-wrapper:after {
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
  width: 18px;
  height: 18px;
  background: url(../images/icons/arrow-drop-down__show-more.svg) 0 0 no-repeat;
  pointer-events: none;
}

.cat-items__sort-type-label {
  margin-left: 0;
  margin-right: 40px;
}

@media only screen and (max-width: 520px) {
  .cat-items__sort-type-label {
    margin-right: 20px;
  }
}

.cat-items__sort-type-title {
  font: 700 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  margin-right: 13px;
}

@media only screen and (max-width: 520px) {
  .cat-items__sort-type-title {
    display: none;
  }
}

.cat-items__sort-type-and-view-switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
}

.view-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.view-switch__link-tiles {
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  background: url(../images/icons/sort-tiles-icon.svg) 0 0 no-repeat;
}

.view-switch__link-tiles--active {
  background: url(../images/icons/sort-tiles--active__icon.svg) 0 0 no-repeat;
}

.view-switch__link-list {
  display: block;
  width: 19px;
  height: 13px;
  background: url(../images/icons/sort-list-icon.svg) 0 0 no-repeat;
}

.view-switch__link-list--active {
  background: url(../images/icons/sort-list--active__icon.svg) 0 0 no-repeat;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 62px;
}

.pagination__item {
  margin: 0 5px 10px 5px;
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  height: 40px;
  color: #2d2a2b;
  font: 14px "Open Sans", sans-serif;
  border: 1px solid #eaeaea;
  -webkit-transition: background .4s, color .4s, border .4s;
  transition: background .4s, color .4s, border .4s;
}

.pagination__link:hover {
  text-decoration: none;
  background: #ea443c;
  color: #fff;
  border: 1px solid #ea443c;
}

.pagination__link--active {
  background: #ea443c;
  color: #fff;
  border: 1px solid #ea443c;
}

.items-tiles {
  margin-bottom: 50px;
}

.filter-list {
  list-style: none;
  margin: 0 0 35px 0;
  padding-left: 0;
  font: 14px "Open Sans", sans-serif;
}

.filter-list__item {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
}

.filter-list__item-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 35px;
  position: relative;
  color: #3d3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 600 18px "Open Sans", sans-serif;
}

.filter-list__item-title:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(../images/icons/category-chevron.svg) 0 0 no-repeat;
}

.filter-list-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-list-mobile__item {
  border-bottom: none;
}

@media only screen and (max-width: 1170px) {
  .filter-list-mobile__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 800px) {
  .filter-list-mobile__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 590px) {
  .filter-list-mobile__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.filter-list-mobile__item:last-child {
  padding-bottom: 0;
}

.filter {
  list-style: none;
  padding-left: 31px;
}

.filter__item-check {
  display: none;
}

.filter__item-check:checked + span:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 1.5px;
  width: 10px;
  height: 10px;
  background: url(../images/icons/check.svg) 0 0 no-repeat;
}

.filter__item-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__item-name:before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.filter__item-name:hover {
  cursor: pointer;
  color: #ea443c;
}

.filter__item {
  margin-top: 16px;
  font: 14px "Open Sans", sans-serif;
  color: #585657;
}

.filter__item-count {
  color: #a8a8a8;
}

.price-filter {
  padding-left: 31px;
  padding-right: 29px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price-filter__from, .price-filter__to {
  width: 100%;
  height: 37px;
  padding: 0 10px;
  font: 14px "Open Sans", sans-serif;
  color: #585657;
  border: 1px solid #e0e0e0;
}

.price-filter__from::-webkit-input-placeholder, .price-filter__to::-webkit-input-placeholder {
  color: #979797;
}

.price-filter__from:-ms-input-placeholder, .price-filter__to:-ms-input-placeholder {
  color: #979797;
}

.price-filter__from::-ms-input-placeholder, .price-filter__to::-ms-input-placeholder {
  color: #979797;
}

.price-filter__from::placeholder, .price-filter__to::placeholder {
  color: #979797;
}

.price-filter__from-label, .price-filter__to-label {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80px;
  flex: 0 1 80px;
  max-width: 100%;
}

.price-filter__from-title, .price-filter__to-title {
  color: #585657;
  display: block;
  margin-bottom: 11px;
}

.price-filter__submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: 37px;
  font: 700 14px "Open Sans", sans-serif;
  background: #ea443c;
  color: #fff;
  border: none;
  padding: 0 20px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.price-filter__submit:hover {
  background-color: #db2118;
}

.active-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0 20px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.active-filter__link {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  color: #979797;
  font: 13px/1 "Open Sans", sans-serif;
  padding: 6px 35px 6px 11px;
  position: relative;
}

.active-filter__link:hover {
  text-decoration: none;
  color: #ea443c;
}

.active-filter__link:hover:after {
  background: url(../images/icons/cancel.svg) 0 0 no-repeat;
}

.active-filter__link:after {
  content: '';
  position: absolute;
  top: calc(50% - 7.5px);
  right: 6px;
  width: 15px;
  height: 15px;
  background: url(../images/icons/filter-cancel.svg) 0 0 no-repeat;
}

.active-filter__item {
  margin-right: 10px;
  margin-bottom: 20px;
}

.active-filter__item-desc {
  font: 700 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  margin-left: 10px;
  margin-bottom: 20px;
}

.active-filter__item-desc-text {
  font-weight: 400;
}

.items-list {
  padding-left: 0;
  margin-bottom: 50px;
  margin-top: 0;
  list-style: none;
}

.items-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
}

@media only screen and (max-width: 870px) {
  .items-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.items-list__item:not(:first-child) {
  border-top: none;
}

@media only screen and (max-width: 870px) {
  .items-list__item:not(:first-child) {
    border-top: 1px solid #eaeaea;
  }
}

.items-list__image-wrapper {
  border-right: 1px solid #eaeaea;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 194px;
  flex: 0 0 194px;
  max-width: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

@media only screen and (max-width: 870px) {
  .items-list__image-wrapper {
    border-bottom: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 600px) {
  .items-list__image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    border-bottom: none;
    border-right: none;
  }
}

.items-list__image-wrapper img {
  max-width: 100%;
  display: block;
}

.items-list__title-and-desc {
  border-right: 1px solid #eaeaea;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}

@media only screen and (max-width: 870px) {
  .items-list__title-and-desc {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 600px) {
  .items-list__title-and-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    border-bottom: none;
    padding-top: 15px;
  }
}

.items-list__price-and-buy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}

@media only screen and (max-width: 870px) {
  .items-list__price-and-buy {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 600px) {
  .items-list__price-and-buy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
}

.items-list__title {
  font: 700 16px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 350px) {
  .items-list__title {
    font-size: 14px;
  }
}

.items-list__link {
  color: #2d2a2b;
}

.items-list__desc {
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
  margin-top: 0;
  margin-bottom: 0;
}

.items-list__item-price {
  font: 18px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0;
}

@media only screen and (max-width: 870px) {
  .items-list__item-price {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  .items-list__item-price {
    font-size: 16px;
  }
}

.items-list__item-price--new-price {
  color: #ea443c;
}

.items-list__item-price-value {
  font-size: 24px;
}

@media only screen and (max-width: 400px) {
  .items-list__item-price-value {
    font-size: 20px;
  }
}

.items-list__item-price-old {
  font: 15px "Open Sans", sans-serif;
  text-decoration: line-through;
  color: #959494;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

@media only screen and (max-width: 870px) {
  .items-list__item-price-old {
    margin-bottom: 0;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .items-list__item-price-old {
    font-size: 14px;
  }
}

.items-list__buy-button {
  margin-right: 10px;
  border: none;
  border-radius: 2px;
  background: #ea443c;
  color: #fff;
  padding: 13px 19px;
  cursor: pointer;
  font: 700 14px/1 "Open Sans", sans-serif;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.items-list__buy-button:hover {
  background-color: #db2118;
}

.items-list__wish-button {
  border: none;
  background: transparent;
  padding: 10px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.items-list__wish-button:before {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/icons/wish.svg) 0 0 no-repeat;
}

.items-list__wish-button--active:before {
  background: url(../images/icons/wish-active.svg) 0 0 no-repeat;
}

.items-list__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .items-list__buttons-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.items-list__price-wrapper {
  height: 74px;
  position: relative;
}

@media only screen and (max-width: 870px) {
  .items-list__price-wrapper {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .items-list__price-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.items-list__more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font: 700 20px/26px "Open Sans", sans-serif;
  color: #3d3d3d;
  text-align: center;
  padding: 36px 30px;
}

@media only screen and (max-width: 350px) {
  .items-list__more-link {
    font-size: 16px;
  }
}

.items-list__more-link:hover {
  text-decoration: none;
  color: #ea443c;
}

.items-list__more-image {
  width: 59px;
  height: 62px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  max-width: 100%;
  display: block;
  margin-right: 29px;
}

.items-list__more-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.items-list__item-show-more {
  background: #fcfcfc;
}

.items-list__item-show-more:hover .items-list__more-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-category__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 35px;
  position: relative;
  color: #3d3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 600 18px "Open Sans", sans-serif;
}

.news-category__title:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(../images/icons/category-chevron.svg) 0 0 no-repeat;
}

.news-category__list {
  list-style: none;
  margin: 0 0 35px 0;
  padding-left: 0;
  font: 14px "Open Sans", sans-serif;
  border-bottom: 1px solid #eaeaea;
}

.news-category__list--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}

.news-category__list--mobile .news-category__item {
  margin-top: 0;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1170px) {
  .news-category__list--mobile .news-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 800px) {
  .news-category__list--mobile .news-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 590px) {
  .news-category__list--mobile .news-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.news-category__list--mobile .news-category__item:last-child {
  margin-bottom: 16px;
}

.news-category__item {
  margin-top: 16px;
}

.news-category__item:last-child {
  margin-bottom: 35px;
}

.news-category__link {
  padding-left: 30px;
  padding-right: 35px;
  color: #585657;
  display: block;
}

.one-news {
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
  margin-bottom: 60px;
}

.one-news p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.one-news__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font: 600 26px/1 "Open Sans", sans-serif;
  color: #3d3d3d;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

@media only screen and (max-width: 1170px) {
  .one-news__title {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 400px) {
  .one-news__title {
    font-size: 22px;
  }
}

.one-news__date {
  font: 700 16px/26px "Open Sans", sans-serif;
  color: #2d2a2b;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 400px) {
  .one-news__date {
    font-size: 13px;
  }
}

.one-news__title-and-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.one-news__image {
  max-width: 100%;
  display: block;
  margin-bottom: 38px;
}

.one-news__image--left {
  float: left;
  margin-top: 6px;
  margin-right: 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 900px) {
  .one-news__image--left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.item__title {
  font: 700 26px "Open Sans", sans-serif;
  color: #2d2a2b;
  margin-top: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 400px) {
  .item__title {
    font-size: 22px;
  }
}

.item__nav-tabs {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}

.item__nav-tabs-item {
  font: 14px "Open Sans", sans-serif;
}

.item__nav-tabs-link {
  color: #585657;
  display: block;
  padding: 15px 20px;
}

.item__nav-tabs-link--active {
  position: relative;
}

.item__nav-tabs-link--active:hover {
  text-decoration: none;
}

.item__nav-tabs-link--active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #ea443c;
}

.item__gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 615px;
  padding-bottom: 50px;
}

.item__info-and-questions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.item__questions-and-consultation-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

@media only screen and (max-width: 950px) {
  .item__questions-and-consultation-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.item__questions-and-consultation-wrapper--questions-page {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item__desc-and-feature-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  max-width: 65%;
  padding-right: 100px;
}

@media only screen and (max-width: 950px) {
  .item__desc-and-feature-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.item-buy {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.item-buy__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-top: 50px;
  padding-left: 50px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .item-buy__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.item-buy__price {
  font: 34px/1 "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 10px;
}

.item-buy__price--new {
  color: #ea443c;
}

.item-buy__price-old {
  font: 22px/1 "Open Sans", sans-serif;
  color: #959494;
  text-decoration: line-through;
  margin-top: 0;
  margin-bottom: 0;
}

.item-buy__in-credit {
  font: 14px "Open Sans", sans-serif;
  color: #2d2a2b;
  text-decoration: underline;
}

.item-buy__in-credit:hover {
  text-decoration: none;
}

.item-buy__price-currency {
  font-size: 18px;
}

.item-buy__price-old-currency {
  font-size: 15px;
}

.item-buy__price-wrapper {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.item-buy__button {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #ea443c;
  height: 50px;
  padding: 0 32px;
  color: #fff;
  font: 700 18px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  margin-right: 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 400px) {
  .item-buy__button {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 15px;
  }
}

.item-buy__button:hover {
  background-color: #db2118;
}

.item-buy__wish-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
}

.item-buy__wish-button:before {
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  background: url(../images/icons/wish.svg) 0 0 no-repeat;
}

.item-buy__wish-button--active:before {
  background: url(../images/icons/wish-active.svg) 0 0 no-repeat;
}

.item-buy__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-buy__warranty {
  font: 13px "Open Sans", sans-serif;
  color: #585657;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}

.item-buy__warranty-text-1 {
  font-weight: 700;
  color: #2d2a2b;
}

.quick-order {
  margin-right: 20px;
  margin-bottom: 15px;
  position: relative;
}

@media only screen and (max-width: 400px) {
  .quick-order {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
  }
}

.quick-order__button-in-one-click {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #fff;
  height: 50px;
  padding: 0 28px;
  color: #2d2a2b;
  font: 700 18px "Open Sans", sans-serif;
  width: 100%;
}

.quick-order__form-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.quick-order__form-wrapper--active {
  display: block;
}

.quick-order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quick-order__input {
  border: 1px solid #ea443c;
  border-radius: 2px 0 0 2px;
  background: #fff;
  height: 50px;
  outline: none;
  font: 700 18px "Open Sans", sans-serif;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.quick-order__button {
  border-radius: 0 2px 2px 0;
  text-indent: -9999px;
  overflow: hidden;
  background: #ea443c url(../images/icons/basket.svg) 42% 50%/60% 60% no-repeat;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  border: 1px solid #ea443c;
}

.quick-order label.error {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
}

.item-delivery {
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.item-delivery__city-label {
  font: 700 16px "Open Sans", sans-serif;
  color: #2d2a2b;
  margin-top: 0;
  margin-bottom: 20px;
}

.item-delivery__city {
  color: #ea443c;
  position: relative;
  padding-right: 20px;
}

.item-delivery__city:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 7px;
  height: 10px;
  background: url(../images/icons/delivery-chevron.svg) 0 0 no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.delivery-info {
  font: 13px "Open Sans", sans-serif;
  color: #585657;
}

.delivery-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1170px) {
  .delivery-info__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .delivery-info__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 570px) {
  .delivery-info__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.delivery-info__method {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 38%;
  flex: 1 0 38%;
  max-width: 38%;
  padding-right: 20px;
}

@media only screen and (max-width: 1170px) {
  .delivery-info__method {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .delivery-info__method {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 38%;
    flex: 1 0 38%;
    max-width: 38%;
  }
}

@media only screen and (max-width: 570px) {
  .delivery-info__method {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.delivery-info__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100%;
  padding-right: 20px;
}

@media only screen and (max-width: 1170px) {
  .delivery-info__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  .delivery-info__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100%;
    padding-right: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 570px) {
  .delivery-info__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.delivery-info__date {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  text-align: right;
}

@media only screen and (max-width: 1170px) {
  .delivery-info__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    text-align: left;
    padding-right: 20%;
    color: #959494;
  }
}

@media only screen and (max-width: 768px) {
  .delivery-info__date {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    text-align: right;
    padding-right: 0;
    color: #585657;
  }
}

@media only screen and (max-width: 570px) {
  .delivery-info__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    text-align: left;
    padding-right: 20%;
    color: #959494;
  }
}

#zoom-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 600px;
  z-index: -1;
}

@media only screen and (max-width: 1340px) {
  #zoom-wrapper {
    max-height: 500px;
  }
}

@media only screen and (max-width: 1100px) {
  #zoom-wrapper {
    max-height: 400px;
  }
}

.gallery {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1340px) {
  .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    border: none;
  }
}

.gallery__prev-slider {
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
}

.gallery__prev-slider .slick-slide .gallery__prev-slider-img-wrapper {
  border-bottom: none;
}

.gallery__prev-slider .slick-slide:last-child .gallery__prev-slider-img-wrapper {
  border-bottom: 1px solid #eaeaea;
}

.gallery__prev-slider .slick-active .gallery__prev-slider-img-wrapper {
  border-bottom: 1px solid #eaeaea;
  border-top: none;
}

.gallery__prev-slider .slick-current .gallery__prev-slider-img-wrapper {
  border: 2px solid #ea443c !important;
}

.gallery__prev-slider .slick-slide.slick-active + .slick-slide[aria-hidden="true"] .gallery__prev-slider-img-wrapper {
  border-top: none;
}

.gallery__main-slider {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

.gallery__main-slider img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gallery__main-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}

.gallery__main-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery__prev-slider-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 10px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .gallery__prev-slider-wrapper {
    display: none;
  }
}

.gallery__main-slider-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__main-slider-wrapper .slick-dots {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .gallery__main-slider-wrapper .slick-dots {
    display: block !important;
  }
}

.gallery__main-slider-wrapper .slick-dots li {
  margin: 0;
}

.gallery__main-slider-wrapper .slick-dots button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: relative;
}

.gallery__main-slider-wrapper .slick-dots button:hover:before {
  background-color: #b5b5b5;
}

@media only screen and (max-width: 570px) {
  .gallery__main-slider-wrapper .slick-dots button:hover:before {
    background-color: #cfcfcf;
  }
}

.gallery__main-slider-wrapper .slick-dots button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 10px;
  height: 10px;
  background: #E8E8E8;
  border-radius: 50%;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  opacity: 1 !important;
}

@media only screen and (max-width: 570px) {
  .gallery__main-slider-wrapper .slick-dots button:before {
    background: #E8E8E8;
  }
}

.gallery__main-slider-wrapper .slick-dots .slick-active button:before {
  background: #ea443c;
}

.gallery__main-slider-wrapper .slick-dots .slick-active button:hover:before {
  background-color: #db2118;
}

.gallery__prev-slider-img-wrapper {
  padding: 1px;
  width: 80px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  cursor: pointer;
}

.gallery__prev-slider-img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gallery__prev-slider-img-wrapper--video {
  position: relative;
}

.gallery__prev-slider-img-wrapper--video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: url(../images/icons/video__icon-youtube-big.svg) 0 0 no-repeat;
}

.gallery__prev-slider-img-wrapper--video:hover:after {
  width: 34px;
  height: 34px;
}

.gallery__prev-slider-img-wrapper--video img {
  opacity: .6;
}

.slick-vertical .slick-slide {
  border: none;
}

.slick-slide {
  outline: none;
}

.fancybox-thumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
  }
}

.fancybox-thumbs__list a:before {
  border: 4px solid #ea443c;
}

@media only screen and (max-width: 768px) {
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

.item-questions--questions-page {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  max-width: 60%;
  padding-right: 50px;
}

@media only screen and (max-width: 1050px) {
  .item-questions--questions-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .item-questions--questions-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.item-questions__title {
  font: 600 20px "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-top: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 400px) {
  .item-questions__title {
    font-size: 17px;
  }
}

.item-questions__name {
  font: 700 14px/20px "Open Sans", sans-serif;
  color: #2d2a2b;
  margin-bottom: 12px;
}

.item-questions__text {
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
}

.item-questions__text p {
  margin-top: 0;
  margin-bottom: 0;
}

.item-questions__button {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #fff;
  height: 48px;
  padding: 0 22px;
  color: #2d2a2b;
  font: 700 14px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
  margin-right: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 400px) {
  .item-questions__button {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
  }
}

.item-questions__button--questions-page {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .item-questions__button--questions-page {
    margin-bottom: 50px;
  }
}

.item-questions__button:hover {
  background-color: #ea443c;
  color: #fff;
}

.item-questions__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.item-questions__item--reply {
  padding-left: 30px;
}

.item-questions__questions-list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 950px) {
  .item-feature {
    margin-bottom: 30px;
  }
}

.item-feature__title {
  font: 600 20px "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 18px;
}

@media only screen and (max-width: 400px) {
  .item-feature__title {
    font-size: 17px;
  }
}

.item-feature__attr-list {
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
  border-spacing: 0;
  width: 100%;
}

.item-feature__attr-name, .item-feature__attr-value {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 20px;
  vertical-align: bottom;
}

.item-feature__attr-name {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 430px) {
  .item-feature__attr-name {
    width: 40%;
  }
}

.item-feature__attr-name:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 26px;
  background: #eaeaea;
}

.item-feature__attr-name span {
  background: #fff;
  padding-right: 20px;
  position: relative;
}

.item-feature__attr-value {
  padding-left: 20px;
}

.item-desc {
  margin-bottom: 50px;
}

.item-desc__title {
  font: 600 20px "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 18px;
}

@media only screen and (max-width: 400px) {
  .item-desc__title {
    font-size: 17px;
  }
}

.item-desc__text {
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
}

.item-consultation--questions-page {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: 40%;
}

@media only screen and (max-width: 1050px) {
  .item-consultation--questions-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .item-consultation--questions-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.item-consultation__title {
  font: 600 20px "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 18px;
}

@media only screen and (max-width: 400px) {
  .item-consultation__title {
    font-size: 17px;
  }
}

.item-consultation__sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.consultation-form__name, .consultation-form__phone, .consultation-form__email, .consultation-form__text {
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  font: 13px "Open Sans", sans-serif;
  color: #585657;
  height: 48px;
  padding-left: 19px;
  padding-right: 19px;
  width: 100%;
}

.consultation-form__text {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: none;
  display: block;
}

.consultation-form__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.consultation-form__item-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.consultation-form__item-wrapper--phone, .consultation-form__item-wrapper--email {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}

@media only screen and (max-width: 500px) {
  .consultation-form__item-wrapper--phone, .consultation-form__item-wrapper--email {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.consultation-form__button {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #ea443c;
  height: 48px;
  padding: 0 21px;
  color: #fff;
  font: 700 14px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  margin-right: 20px;
}

@media only screen and (max-width: 400px) {
  .consultation-form__button {
    font-size: 14px;
    margin-right: 0;
    width: 100%;
  }
}

.consultation-form__button:hover {
  background-color: #db2118;
}

.one-item-rec {
  margin-bottom: 73px;
}

.one-item-rec__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 14.285714%;
  flex: 0 1 14.285714%;
  max-width: 14.285714%;
  border: 1px solid #eaeaea;
  border-left: none;
  padding: 10px 10px 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  .one-item-rec__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666666%;
    flex: 0 1 16.666666%;
    max-width: 16.666666%;
  }
}

@media only screen and (max-width: 1015px) {
  .one-item-rec__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 820px) {
  .one-item-rec__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 720px) {
  .one-item-rec__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 570px) {
  .one-item-rec__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1170px) {
  .one-item-rec__item:nth-child(7n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1340px) {
  .one-item-rec__item:nth-child(6n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1170px) {
  .one-item-rec__item:nth-child(6n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1015px) {
  .one-item-rec__item:nth-child(6n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1170px) {
  .one-item-rec__item:nth-child(5n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 1015px) {
  .one-item-rec__item:nth-child(5n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 820px) {
  .one-item-rec__item:nth-child(5n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 820px) {
  .one-item-rec__item:nth-child(4n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 720px) {
  .one-item-rec__item:nth-child(4n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 720px) {
  .one-item-rec__item:nth-child(3n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 570px) {
  .one-item-rec__item:nth-child(3n + 1) {
    border-left: none;
  }
}

@media only screen and (max-width: 570px) {
  .one-item-rec__item:nth-child(2n + 1) {
    border-left: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 570px) {
  .one-item-rec__item:nth-child(n + 3) {
    border-top: none;
  }
}

@media only screen and (max-width: 720px) {
  .one-item-rec__item:nth-child(n + 4) {
    border-top: none;
  }
}

@media only screen and (max-width: 820px) {
  .one-item-rec__item:nth-child(n + 5) {
    border-top: none;
  }
}

@media only screen and (max-width: 1015px) {
  .one-item-rec__item:nth-child(n + 6) {
    border-top: none;
  }
}

@media only screen and (max-width: 1170px) {
  .one-item-rec__item:nth-child(n + 7) {
    border-top: none;
  }
}

.one-item-rec__item:nth-child(n + 8) {
  border-top: none;
}

.one-item-rec__item:first-child {
  border-left: 1px solid #eaeaea;
}

.one-item-news__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666666%;
  flex: 0 1 16.666666%;
  max-width: 16.666666%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1300px) {
  .one-item-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 1080px) {
  .one-item-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 870px) {
  .one-item-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 630px) {
  .one-item-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 420px) {
  .one-item-news__item {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 380px) {
  .one-item-news__item {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.special-offer-slider {
  border: 1px solid #eaeaea;
  margin-bottom: 100px;
}

.special-offer-slider__wrapper {
  position: relative;
}

.special-offer-slider__item {
  width: 100%;
  padding-top: 37px;
  padding-bottom: 37px;
}

@media only screen and (max-width: 360px) {
  .special-offer-slider__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.special-offer-slider__pager {
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
}

.special-offer-slider__pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.special-offer-slider__pager-item {
  margin-right: 10px;
}

.special-offer-slider__pager-item-active button:before {
  background: #ea443c;
}

.special-offer-slider__pager-item-active button:hover:before {
  background-color: #db2118;
}

.special-offer-slider__pager-button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.special-offer-slider__pager-button:hover:before {
  background-color: #cccccc;
}

@media only screen and (max-width: 570px) {
  .special-offer-slider__pager-button:hover:before {
    background-color: #cfcfcf;
  }
}

.special-offer-slider__pager-button:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  border-radius: 50%;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 570px) {
  .special-offer-slider__pager-button:before {
    background: #E8E8E8;
  }
}

.special-offer-slider__prev, .special-offer-slider__next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 102;
  background: #fff;
  height: calc(100% + 2px);
  width: 70px;
  border: 1px solid #eaeaea;
  cursor: pointer;
  -webkit-transition: border .4s;
  transition: border .4s;
}

@media only screen and (max-width: 1314px) {
  .special-offer-slider__prev, .special-offer-slider__next {
    width: 50px;
  }
}

@media only screen and (max-width: 850px) {
  .special-offer-slider__prev, .special-offer-slider__next {
    width: 70px;
  }
}

@media only screen and (max-width: 680px) {
  .special-offer-slider__prev, .special-offer-slider__next {
    width: 50px;
  }
}

@media only screen and (max-width: 610px) {
  .special-offer-slider__prev, .special-offer-slider__next {
    display: none;
  }
}

.special-offer-slider__prev:hover, .special-offer-slider__next:hover {
  border: 1px solid #000;
}

.special-offer-slider__prev svg, .special-offer-slider__next svg {
  display: block;
}

.special-offer-slider__prev {
  top: -1px;
  left: -1px;
  border-right: 1px solid #eaeaea;
}

.special-offer-slider__prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.special-offer-slider__next {
  top: -1px;
  right: -1px;
  border-left: 1px solid #eaeaea;
}

.special-offer-slider__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-right: 90px;
  padding-left: 90px;
}

@media only screen and (max-width: 1314px) {
  .special-offer-slider__item-wrapper {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media only screen and (max-width: 1190px) {
  .special-offer-slider__item-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 850px) {
  .special-offer-slider__item-wrapper {
    padding-right: 90px;
    padding-left: 90px;
  }
}

@media only screen and (max-width: 680px) {
  .special-offer-slider__item-wrapper {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media only screen and (max-width: 610px) {
  .special-offer-slider__item-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 360px) {
  .special-offer-slider__item-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.special-offer-slider__one-goods {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 335px;
  flex: 0 0 335px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .special-offer-slider__one-goods {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}

@media only screen and (max-width: 850px) {
  .special-offer-slider__one-goods {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
  }
}

@media only screen and (max-width: 490px) {
  .special-offer-slider__one-goods {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 360px;
    flex: 0 1 360px;
  }
}

.special-offer-slider__total-and-buy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 204px;
  flex: 0 0 204px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1190px) {
  .special-offer-slider__total-and-buy {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 490px) {
  .special-offer-slider__total-and-buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 400px) {
  .special-offer-slider__total-and-buy {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.special-offer-slider__plus-wrapper, .special-offer-slider__equals-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1314px) {
  .special-offer-slider__plus-wrapper, .special-offer-slider__equals-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
  }
}

@media only screen and (max-width: 850px) {
  .special-offer-slider__plus-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1190px) {
  .special-offer-slider__equals-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 30px;
  }
}

.special-offer-slider__image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .special-offer-slider__image-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

@media only screen and (max-width: 850px) {
  .special-offer-slider__image-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}

@media only screen and (max-width: 490px) {
  .special-offer-slider__image-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.special-offer-slider__image-link img {
  display: block;
  max-width: 100%;
  max-height: 135px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.special-offer-slider__one-goods-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  padding-left: 30px;
}

.special-offer-slider__link {
  font: 13px/20px "Open Sans", sans-serif;
  color: #585657;
  margin-bottom: 11px;
  display: block;
  height: 80px;
  overflow: hidden;
}

.special-offer-slider__price {
  font: 18px "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
}

.special-offer-slider__value {
  font-size: 24px;
}

.special-offer-slider__button {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #ea443c;
  height: 50px;
  padding: 0 18px;
  color: #fff;
  font: 700 18px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.special-offer-slider__button:hover {
  background-color: #db2118;
}

.special-offer-slider__price-total {
  font: 18px/1 "Open Sans", sans-serif;
  color: #ea443c;
  margin-top: 0;
  margin-bottom: 21px;
}

@media only screen and (max-width: 1190px) {
  .special-offer-slider__price-total {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 490px) {
  .special-offer-slider__price-total {
    margin-bottom: 21px;
    margin-right: 0;
  }
}

.special-offer-slider__total-value {
  font-size: 34px;
}

.special-offer-slider__plus {
  width: 24px;
  height: 24px;
}

.special-offer-slider__plus svg {
  overflow: hidden;
}

.account__title {
  margin-top: 0;
  margin-bottom: 25px;
  color: #3d3d3d;
  font: 600 20px "Open Sans", sans-serif;
}

.account__nav-tabs {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}

.account__nav-tabs-item {
  font: 14px "Open Sans", sans-serif;
}

@media only screen and (max-width: 800px) {
  .account__nav-tabs-item--contact {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .account__nav-tabs-item--wish {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .account__nav-tabs-item--orders {
    display: none;
  }
}

.account__nav-tabs-link {
  color: #3d3d3d;
  display: block;
  padding: 15px 0;
  margin-right: 50px;
  position: relative;
}

.account__nav-tabs-link:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #ea443c;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.account__nav-tabs-link:hover {
  text-decoration: none;
}

.account__nav-tabs-link:hover:before {
  width: 100%;
}

.account__nav-tabs-link--active {
  position: relative;
  font-weight: 700;
}

.account__nav-tabs-link--active:hover {
  text-decoration: none;
}

.account__nav-tabs-link--active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #ea443c;
}

.account__nav-tabs-link--more {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account__nav-tabs-link--more:before {
  content: none;
}

.account__nav-tabs-link--more:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 2px;
  background: url(../images/icons/account__arrow-drop-down.svg) 0 0 no-repeat;
}

.account__nav-tabs-item--more {
  position: relative;
  display: none;
}

@media only screen and (max-width: 800px) {
  .account__nav-tabs-item--more {
    display: list-item;
  }
}

.account-menu {
  padding: 5px 10px;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 215px;
  z-index: 1;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
  font: 14px "Open Sans", sans-serif;
}

.account-menu--opened {
  display: block;
}

.account-menu__link {
  color: #3d3d3d;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.account-menu__link:hover {
  text-decoration: none;
  color: #ea443c;
}

.account-menu__link--active {
  font-weight: 700;
}

.account-menu__personal, .account-menu__orders, .account-menu__wish {
  display: none;
}

@media only screen and (max-width: 600px) {
  .account-menu__wish {
    display: list-item;
  }
}

@media only screen and (max-width: 400px) {
  .account-menu__orders {
    display: list-item;
  }
}

.personal-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 460px) {
  .personal-data {
    margin-left: 0;
    margin-right: 0;
  }
}

.personal-data__user, .personal-data__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 30px;
}

@media only screen and (max-width: 460px) {
  .personal-data__user, .personal-data__delivery {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 900px) {
  .personal-data__delivery {
    padding-top: 10px;
  }
}

.personal-data__user-wrapper, .personal-data__delivery-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 900px) {
  .personal-data__user-wrapper, .personal-data__delivery-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .personal-data__user-wrapper, .personal-data__delivery-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.personal-data__user-title, .personal-data__delivery-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 80px;
  padding-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 460px) {
  .personal-data__user-title, .personal-data__delivery-title {
    padding-left: 70px;
    padding-right: 0;
  }
}

.personal-data__user-title:before, .personal-data__delivery-title:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 10px;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 460px) {
  .personal-data__user-title:before, .personal-data__delivery-title:before {
    left: 0;
  }
}

.personal-data__user-title:before {
  background: #ea443c url(../images/icons/personal-data__user-icon.svg) 50% 50%/26px 18px no-repeat;
}

.personal-data__delivery-title:before {
  background: #ea443c url(../images/icons/personal-data__delivery-icon.svg) 50% 50%/26px 18px no-repeat;
}

.personal-data__user-item, .personal-data__delivery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 460px) {
  .personal-data__user-item, .personal-data__delivery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.personal-data__user-item--city, .personal-data__delivery-item--city {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.personal-data__select-wrapper {
  position: relative;
}

.personal-data__select-wrapper:after {
  content: '';
  position: absolute;
  top: 23.5px;
  right: 21px;
  width: 8px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: url(../images/icons/select-car-chevron.svg) 0 0 no-repeat;
  pointer-events: none;
}

.personal-data__user-name, .personal-data__user-phone, .personal-data__user-email, .personal-data__user-car, .personal-data__delivery-city, .personal-data__delivery-method, .personal-data__delivery-address {
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  height: 47px;
  padding-left: 19px;
  padding-right: 19px;
  font: 14px "Open Sans", sans-serif;
  color: #585657;
  width: 100%;
}

.personal-data__delivery-city, .personal-data__delivery-method {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
}

.personal-data__remember-label {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 460px) {
  .personal-data__remember-label {
    padding-left: 0;
    padding-right: 0;
  }
}

.personal-data__remember-me {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.personal-data__remember-me:checked + span:after {
  content: '';
  position: absolute;
  top: 8.5px;
  left: 7.5px;
  width: 17px;
  height: 17px;
  background: url(../images/icons/check.svg) 0 0 no-repeat;
}

.personal-data__remember-checked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #585657;
  font: 12px/1 "Open Sans", sans-serif;
}

.personal-data__remember-checked:before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  min-width: 30px;
}

.personal-data__submit {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #ea443c;
  height: 50px;
  padding: 0 30px;
  color: #fff;
  font: 700 18px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 400px) {
  .personal-data__submit {
    width: 100%;
  }
}

.personal-data__submit:hover {
  background-color: #db2118;
}

.personal-data__submit-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 460px) {
  .personal-data__submit-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.item-filter__wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px;
}

.item-filter__title {
  font: 700 16px "Open Sans", sans-serif;
  color: #2d2a2b;
  margin-top: 0;
  margin-bottom: 15px;
}

.item-filter__list {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  margin-bottom: 20px;
}

.item-filter--color .item-filter__item {
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  max-width: 36px;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  -webkit-transition: border .05s;
  transition: border .05s;
}

.item-filter--color .item-filter__item--active, .item-filter--color .item-filter__item:hover {
  border-width: 0;
}

.item-filter--size .item-filter__item, .item-filter--power .item-filter__item {
  height: 37px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 13px "Open Sans", sans-serif;
  color: #585657;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  -webkit-transition: background .4s, color .4s, border .4s;
  transition: background .4s, color .4s, border .4s;
}

.item-filter--size .item-filter__item--active, .item-filter--size .item-filter__item:hover, .item-filter--power .item-filter__item--active, .item-filter--power .item-filter__item:hover {
  background: #ea443c;
  color: #fff;
  border: 1px solid #ea443c;
}
.item-filter--size .item-filter__item--active.on-stock {
	background: #7CB342;
	border: 1px solid #7CB342;
}

.city-selection {
  display: none;
}

.city-selection__title {
  margin: 0 0 35px 0;
  color: #3d3d3d;
  font: 600 20px "Open Sans", sans-serif;
}

.city-selection__form {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .city-selection__form {
    max-width: 100%;
  }
}

.city-selection__input {
  font: 14px "Open Sans", sans-serif;
  padding: 13px 21px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  color: #585657;
  width: 100%;
}

.city-selection__label {
  margin-bottom: 3px;
}

.city-selection__label-text {
  font: 600 16px "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-bottom: 10px;
  display: inline-block;
}

@media only screen and (max-width: 360px) {
  .city-selection__label-text {
    font-size: 14px;
  }
}

.city-selection__info {
  font: 13px "Open Sans", sans-serif;
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
}

.city-selection__example {
  font: 13px "Open Sans", sans-serif;
  color: #979797;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.city-selection__link {
  color: #585657;
  font: 13px "Open Sans", sans-serif;
}

.quick-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.quick-selection__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333%;
  flex: 0 1 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 580px) {
  .quick-selection__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

.quick-selection__link {
  color: #585657;
  font: 14px "Open Sans", sans-serif;
}

.quick-selection__link--active {
  color: #ea443c;
  font-weight: 600;
}

.quick-selection__link--active:hover {
  text-decoration: none;
}

.live-search-city__popup {
  width: 100%;
  max-height: 144px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  padding: 0;
  list-style: none;
  font: 16px/24px "Open Sans", sans-serif;
  z-index: 120000;
}

@media only screen and (max-width: 400px) {
  .live-search-city__popup {
    font-size: 14px;
    line-height: 20px;
  }
}

.live-search-city__link {
  display: block;
  padding: 5px 30px;
  color: #3d3d3d;
  text-decoration: none;
}

.live-search-city__link:hover {
  background-color: #eaeaea;
  text-decoration: none;
  color: #3d3d3d;
  border: 1px solid #eaeaea;
}

.live-search-city__last .live-search-city__link {
  display: block;
  padding: 5px 30px;
  text-decoration: underline;
  color: #ea443c;
}

.buy-in-credit {
  display: none;
}

.buy-in-credit__title {
  margin: 0 0 35px 0;
  color: #3d3d3d;
  font: 600 20px "Open Sans", sans-serif;
}

.buy-in-credit__content {
  width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 940px) {
  .buy-in-credit__content {
    max-width: 100%;
  }
}

.buy-in-credit__tariff-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

.buy-in-credit__tariff-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
}

.buy-in-credit__tariff-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 28%;
  flex: 0 1 28%;
  max-width: 28%;
  padding-right: 30px;
  font: 600 14px "Open Sans", sans-serif;
}

@media only screen and (max-width: 820px) {
  .buy-in-credit__tariff-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 130px;
    flex: 1 1 130px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .buy-in-credit__tariff-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.buy-in-credit__tariff-payment-count {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  font: 14px "Open Sans", sans-serif;
}

@media only screen and (max-width: 820px) {
  .buy-in-credit__tariff-payment-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 337px;
    flex: 0 0 337px;
    max-width: 337px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 650px) {
  .buy-in-credit__tariff-payment-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
  }
}

@media only screen and (max-width: 580px) {
  .buy-in-credit__tariff-payment-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.buy-in-credit__tariff-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 268px;
  flex: 0 0 268px;
  max-width: 268px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 30px;
}

@media only screen and (max-width: 820px) {
  .buy-in-credit__tariff-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.buy-in-credit__period {
  text-align: right;
  display: block;
  color: #959494;
  font: 13px/1 "Open Sans", sans-serif;
}

.buy-in-credit__buy-button {
  border: none;
  border-radius: 2px;
  background: #ea443c;
  color: #fff;
  padding: 13px 19px;
  font: 700 14px/1 "Open Sans", sans-serif;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.buy-in-credit__buy-button:hover {
  background-color: #db2118;
}

.buy-in-credit__tariff-price-value-wrapper {
  font: 18px "Open Sans", sans-serif;
  height: 40px;
}

.buy-in-credit__tariff-price-value {
  font-size: 24px;
}

.buy-in-credit__tariff-price-wrapper {
  margin-right: 10px;
}

.buy-in-credit__desc {
  font: 600 14px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.buy-in-credit__info {
  margin-top: 0;
  margin-bottom: 0;
  font: 13px "Open Sans", sans-serif;
  color: #959494;
}

.tariff-slider__scale {
  position: relative;
  color: #959494;
}

.tariff-slider__scale-value {
  font: 11px "Open Sans", sans-serif;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tariff-slider__scale-value--start {
  left: 0;
}

.tariff-slider__scale-value--end {
  left: 100%;
}

.tariff-slider__select {
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  height: 36px;
  padding-left: 8px;
  padding-right: 28px;
  font: 14px "Open Sans", sans-serif;
}

.tariff-slider__select-wrapper {
  display: inline-block;
  position: relative;
}

.tariff-slider__select-wrapper:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 14px;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../images/icons/select-car-chevron.svg) 0 0 no-repeat;
  pointer-events: none;
}

.tariff-slider__slider {
  margin-bottom: 10px;
}

.tariff-slider__form {
  text-align: center;
}

.tariff-slider__form .ui-slider-handle.ui-corner-all.ui-state-default {
  outline: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  top: -10px;
  margin-left: -13px;
}

.tariff-slider__form .ui-slider-handle.ui-corner-all.ui-state-default.ui-state-active {
  background: #ea443c;
  border-color: #ea443c;
}

.tariff-slider__form .ui-state-hover {
  cursor: pointer;
}

.tariff-slider__form .ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  height: 8px;
}

.callback-credit__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.callback-credit__phone-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 270px;
  flex: 0 1 270px;
  max-width: 270px;
  margin-right: 10px;
}

@media only screen and (max-width: 590px) {
  .callback-credit__phone-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 440px) {
  .callback-credit__phone-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.callback-credit__phone {
  font: 14px "Open Sans", sans-serif;
  padding: 13px 21px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  color: #585657;
  width: 100%;
}

.callback-credit__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font: 600 14px "Open Sans", sans-serif;
}

.callback-credit__submit {
  border: none;
  border-radius: 2px;
  background: #ea443c;
  font: 700 18px "Open Sans", sans-serif;
  color: #fff;
  padding: 12px 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  height: 47px;
}

@media only screen and (max-width: 440px) {
  .callback-credit__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.account-consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.account-consultation__text {
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  font: 13px "Open Sans", sans-serif;
  color: #585657;
  height: auto;
  padding: 15px 19px;
  width: 100%;
  resize: none;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.account-consultation__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #ea443c;
  height: 48px;
  padding: 0 21px;
  color: #fff;
  font: 700 14px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 400px) {
  .account-consultation__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.account-consultation__button:hover {
  background-color: #db2118;
}

.messages {
  margin-bottom: 80px;
}

.messages__header {
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.messages__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
  max-width: 195px;
  font: 600 20px "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

@media only screen and (max-width: 700px) {
  .messages__title {
    margin-bottom: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.messages__clear {
  padding-left: 23px;
  border: none;
  background: #fff url(../images/icons/trash-icon.svg) 0 50%/13px 13px no-repeat;
  text-decoration: underline;
  color: #686667;
  font: 13px "Open Sans", sans-serif;
}

@media only screen and (max-width: 700px) {
  .messages__clear {
    margin-bottom: 12px;
    padding-right: 0;
    margin-right: 12px;
    margin-left: auto;
  }
}

.messages__content {
  border: 1px solid #eaeaea;
  border-top: none;
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
}

.messages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 35px;
  padding-right: 20px;
}

@media only screen and (max-width: 700px) {
  .messages__wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.messages__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
  max-width: 195px;
  padding-left: 30px;
  padding-top: 35px;
  padding-right: 30px;
  font: 14px "Open Sans", sans-serif;
  color: #727272;
}

@media only screen and (max-width: 700px) {
  .messages__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    border-top: 1px solid #eaeaea;
    padding-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  .messages__info--first {
    border-top: none;
  }
}

.messages__author {
  margin-top: 0;
  margin-bottom: 0;
  color: #2d2a2b;
  font-weight: 700;
}

.messages__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  max-width: 100%;
  padding-right: 40px;
  padding-top: 35px;
  color: #585657;
  font: 13px/20px "Open Sans", sans-serif;
  border-top: 1px solid #eaeaea;
}

@media only screen and (max-width: 700px) {
  .messages__text {
    padding-top: 15px;
    border-top: none;
    padding-right: 0;
  }
}

.messages__text--first {
  border-top: none;
}

.messages-search {
  margin-left: auto;
  margin-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 324px;
  flex: 0 1 324px;
  max-width: 324px;
}

@media only screen and (max-width: 700px) {
  .messages-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 11px;
  }
}

.messages-search__text {
  border: 1px solid #eaeaea;
  border-right: none;
  border-radius: 2px 0 0 2px;
  background: #fcfcfc;
  color: #686667;
  padding: 10px 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  font: 13px "Open Sans", sans-serif;
  outline: none;
}

.messages-search__button {
  border: 1px solid #eaeaea;
  border-left: none;
  border-radius: 0 2px 2px 0;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  padding: 0;
  background: #fcfcfc url(../images/icons/search.svg) 50% 50%/13px 14px no-repeat;
}

.mCSB_dragger_bar {
  width: 4px !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
  background: #2d2a2b !important;
  opacity: 1 !important;
}

.mCSB_draggerRail {
  width: 7px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
  background: #fafafa !important;
  opacity: 1 !important;
  border-left: 1px solid #eaeaea !important;
}

#mCSB_1_scrollbar_vertical {
  width: 7px !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 7px !important;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.desires-list {
  padding-left: 0;
  margin-bottom: 50px;
  margin-top: 0;
  list-style: none;
}

.desires-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
}

.desires-list__img-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 114px;
  flex: 0 0 114px;
  max-width: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 880px) {
  .desires-list__img-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .desires-list__img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
}

.desires-list__img-wrapper img {
  max-width: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.desires-list__img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eaeaea;
  padding: 8px 12px;
  height: 84px;
  width: 114px;
}

@media only screen and (max-width: 450px) {
  .desires-list__img-link {
    border: none;
    padding: 0;
  }
}

.desires-list__title-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  max-width: 100%;
  padding-left: 28px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 880px) {
  .desires-list__title-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 650px) {
  .desires-list__title-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
}

@media only screen and (max-width: 500px) {
  .desires-list__title-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
  }
}

@media only screen and (max-width: 450px) {
  .desires-list__title-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-left: 0;
  }
}

.desires-list__title {
  font: 700 14px/25px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

.desires-list__title-link {
  color: #2d2a2b;
  display: block;
}

.desires-list__price-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
  max-width: 195px;
  font: 18px "Open Sans", sans-serif;
  color: #3d3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 880px) {
  .desires-list__price-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .desires-list__price-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
}

@media only screen and (max-width: 560px) {
  .desires-list__price-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
  }
}

@media only screen and (max-width: 450px) {
  .desires-list__price-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
}

.desires-list__price {
  margin-top: 0;
  margin-bottom: 0;
}

.desires-list__value {
  font-size: 24px;
}

.desires-list__link-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
  font: 700 14px/1 "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 880px) {
  .desires-list__link-wrapper {
    margin-left: auto;
  }
}

.desires-list__link {
  color: #2d2a2b;
  display: inline-block;
  padding: 16px 12px;
  border: 1px solid #ea443c;
  border-radius: 2px;
}

.desires-list__remove-item {
  border: none;
  background: transparent;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.desires-list__remove-item:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/cancel.svg) 0 0 no-repeat;
}

.orders-list {
  padding-left: 0;
  margin-bottom: 50px;
  margin-top: 0;
  list-style: none;
}

.orders-list__item-short-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 990px) {
  .orders-list__item-short-desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.orders-list__item-short-desc--active + .orders-list__item-full-desc {
  display: block;
}

.orders-list__item-short-desc--active .orders-list__total-price-wrapper, .orders-list__item-short-desc--active .orders-list__images-wrapper {
  display: none;
}

@media only screen and (max-width: 990px) {
  .orders-list__item-short-desc--active .orders-list__order-number-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__item-short-desc--active .orders-list__order-number-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .orders-list__item-short-desc--active .orders-list__order-number-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .orders-list__item-short-desc--active .orders-list__status-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
    padding-right: 15px;
    margin-bottom: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__item-short-desc--active .orders-list__status-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .orders-list__item-short-desc--active .orders-list__status-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.orders-list__order-number-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  font: 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  cursor: pointer;
  padding-right: 15px;
}

@media only screen and (max-width: 990px) {
  .orders-list__order-number-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    max-width: 215px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__order-number-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.orders-list__order-number {
  font: 700 14px "Open Sans", sans-serif;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orders-list__order-number:after {
  content: '';
  display: block;
  margin-left: 15px;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background: url(../images/icons/select-car-chevron.svg) 0 0 no-repeat;
}

.orders-list__item-short-desc--active .orders-list__order-number:after {
  content: '';
  display: block;
  margin-left: 15px;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../images/icons/select-car-chevron.svg) 0 0 no-repeat;
}

.orders-list__total-price-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  max-width: 155px;
  font: 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  padding-right: 15px;
}

@media only screen and (max-width: 990px) {
  .orders-list__total-price-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__total-price-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.orders-list__total-price {
  display: block;
  font: 700 14px "Open Sans", sans-serif;
  margin-bottom: 3px;
}

.orders-list__status-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  max-width: 125px;
  font: 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  padding-right: 15px;
}

@media only screen and (max-width: 990px) {
  .orders-list__status-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    max-width: 100%;
    padding-right: 0;
    text-align: right;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .orders-list__status-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__status-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: left;
  }
}

.orders-list__status {
  display: block;
  font: 700 14px "Open Sans", sans-serif;
  margin-bottom: 3px;
}

.orders-list__images-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  max-width: 290px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.orders-list__image-wrapper {
  border: 1px solid #eaeaea;
  width: 50px;
  height: 37px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 550px) {
  .orders-list__image-wrapper {
    margin-bottom: 20px;
  }
}

.orders-list__image-wrapper:not(:last-child) {
  margin-right: 10px;
}

.orders-list__image-wrapper img {
  max-width: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.orders-list__images-fading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}

.orders-list__repeat-order-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 990px) {
  .orders-list__repeat-order-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 550px) {
  .orders-list__repeat-order-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.orders-list__repeat-order {
  border: 1px solid #ea443c;
  border-radius: 2px;
  background: #fff;
  padding: 8px 18px;
  color: #2d2a2b;
  font: 700 14px "Open Sans", sans-serif;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

.orders-list__repeat-order:hover {
  background-color: #ea443c;
  color: #fff;
}

.orders-list__item-full-desc {
  display: none;
}

.orders-list__item-full-wrapper {
  background: #fbfbfb;
  position: relative;
  width: 100vw;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  padding-left: 15px;
  padding-right: 15px;
}

.orders-list__item-full-content {
  max-width: 982px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.orders-list__item-full-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #eaeaea;
}

.orders-list__customer-info, .orders-list__full-items-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 850px) {
  .orders-list__customer-info, .orders-list__full-items-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.orders-list__customer-info {
  border-right: 1px solid #eaeaea;
  padding-right: 30px;
}

@media only screen and (max-width: 850px) {
  .orders-list__customer-info {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
    padding-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .orders-list__customer-info table, .orders-list__customer-info tbody, .orders-list__customer-info tr, .orders-list__customer-info td {
    display: block;
  }

  .orders-list__customer-info tr:not(:last-child) {
    margin-bottom: 20px;
  }
}

.orders-list__full-items-info {
  padding-left: 30px;
}

@media only screen and (max-width: 850px) {
  .orders-list__full-items-info {
    padding-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .orders-list__full-items-info table, .orders-list__full-items-info tbody, .orders-list__full-items-info tr, .orders-list__full-items-info td {
    display: block;
  }

  .orders-list__full-items-info tr:not(:last-child) {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.customer-info {
  border-spacing: 0 17px;
  margin-top: -17px;
  margin-bottom: -17px;
}

@media only screen and (max-width: 400px) {
  .customer-info {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.customer-info__label {
  width: 157px;
  vertical-align: top;
  font: 700 13px/20px "Open Sans", sans-serif;
  color: #2d2a2b;
  text-align: right;
  padding-right: 19px;
}

@media only screen and (max-width: 400px) {
  .customer-info__label {
    text-align: left;
    width: 100%;
  }
}

.customer-info__data {
  color: #585657;
  font: 13px/20px "Open Sans", sans-serif;
  vertical-align: top;
}

.full-items-info {
  border-spacing: 0 13px;
  margin-top: -13px;
  margin-bottom: -13px;
}

@media only screen and (max-width: 500px) {
  .full-items-info {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.full-items-info__img {
  width: 70px;
}

@media only screen and (max-width: 500px) {
  .full-items-info__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
  }
}

.full-items-info__img-link {
  border: 1px solid #eaeaea;
  width: 70px;
  height: 52px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.full-items-info__img-link img {
  max-width: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.full-items-info__title {
  font: 700 13px/18px "Open Sans", sans-serif;
  padding-left: 17px;
  padding-right: 17px;
}

@media only screen and (max-width: 500px) {
  .full-items-info__title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.full-items-info__title-link {
  color: #2d2a2b;
}

.full-items-info__price {
  width: 120px;
  font: 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  text-align: right;
}

@media only screen and (max-width: 500px) {
  .full-items-info__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 13px;
    text-align: left;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 140px;
    flex: 1 1 140px;
    max-width: 100%;
  }
}

.full-items-info__price-value {
  font: 700 14px "Open Sans", sans-serif;
  display: block;
  margin-bottom: 3px;
}

.full-items-info__price-total {
  font: 13px "Open Sans", sans-serif;
  color: #2d2a2b;
  text-align: right;
  padding-top: 15px;
}

.full-items-info__price-total-value {
  font: 700 14px "Open Sans", sans-serif;
  display: block;
  margin-bottom: 3px;
  border-top: 1px solid #eaeaea;
  padding-top: 25px;
}

footer {
  padding: 0 15px;
  background: #2d2a2b;
  font: 13px "Open Sans", sans-serif;
  color: #afafaf;
}

.footer__wrapper {
  max-width: 1520px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 660px) {
  .footer__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__logo-and-copy-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 1190px) {
  .footer__logo-and-copy-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-right: 0;
    text-align: left;
    padding-left: 50px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 740px) {
  .footer__logo-and-copy-wrapper {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 660px) {
  .footer__logo-and-copy-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 400px) {
  .footer__logo-and-copy-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1190px) {
  .footer__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 660px) {
  .footer__info {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .footer__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__copyright {
  margin-right: 54px;
  line-height: 1;
}

@media only screen and (max-width: 660px) {
  .footer__copyright {
    display: none;
  }
}

.footer__copyright-mobile {
  display: none;
}

@media only screen and (max-width: 660px) {
  .footer__copyright-mobile {
    display: block;
  }
}

.footer-logo {
  width: 246px;
  height: 82px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 54px;
  margin-bottom: 45px;
  -ms-flex-item-align: center;
  align-self: center;
  background: url(../images/logo.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 1190px) {
  .footer-logo {
    margin-right: 0;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}

@media only screen and (max-width: 660px) {
  .footer-logo {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 420px) {
  .footer-logo {
    width: 186px;
    height: 62px;
  }
}

.footer-logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.general-info, .about-company, .help {
  width: 100%;
}

.general-info p, .about-company p, .help p {
  margin-top: 0;
}

.general-info p:last-child, .about-company p:last-child, .help p:last-child {
  margin-bottom: 0;
}

.general-info a, .about-company a, .help a {
  color: #afafaf;
}

.general-info__title, .about-company__title, .help__title {
  margin-top: 0;
  margin-bottom: 22px;
  font: 600 20px "Open Sans", sans-serif;
  color: #fff;
}

@media only screen and (max-width: 420px) {
  .general-info__title, .about-company__title, .help__title {
    font: 600 18px "Open Sans", sans-serif;
  }
}

.general-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41%;
  flex: 0 1 41%;
  max-width: 41%;
  padding-right: 40px;
}

@media only screen and (max-width: 1190px) {
  .general-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-right: 0;
    margin-bottom: 40px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 740px) {
  .general-info {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 660px) {
  .general-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.general-info__location, .general-info__phone, .general-info__working-hours, .general-info__md-design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.general-info__location:before, .general-info__phone:before, .general-info__working-hours:before, .general-info__md-design:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
}

.general-info__location:before {
  background: url(../images/icons/location.svg) 0 0 no-repeat;
}

.general-info__phone:before {
  background: url(../images/icons/footer__phone.svg) 0 0 no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.general-info__working-hours:before {
  background: url(../images/icons/clock.svg) 0 0 no-repeat;
}

.general-info__md-design:before {
  background: url(../images/icons/paint-brush.svg) 0 0 no-repeat;
}

.about-company {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41%;
  flex: 0 1 41%;
  max-width: 41%;
  padding-right: 40px;
}

@media only screen and (max-width: 1190px) {
  .about-company {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 50px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 740px) {
  .about-company {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 660px) {
  .about-company {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 660px) {
  .about-company__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 660px) {
  .about-company__about-us, .about-company__catalog, .about-company__contacts, .about-company__site {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .about-company__about-us, .about-company__catalog, .about-company__contacts, .about-company__site {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 40%;
  }
}

@media only screen and (max-width: 660px) {
  .about-company__about-us {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 660px) {
  .about-company__contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 660px) {
  .about-company__catalog {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 660px) {
  .about-company__site {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0;
  }
}

.help {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 18%;
  flex: 0 1 18%;
  max-width: 18%;
}

@media only screen and (max-width: 1190px) {
  .help {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 740px) {
  .help {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 660px) {
  .help {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fancybox-button svg {
  pointer-events: none;
}

span.stock {
    font-size: 11px;
    display: block;
    width: fit-content;
}
span.stock.not-on-stock {
	color: #ea443c;
}

.filter__item-link{
  color: #585657;
}
.filter__item-link:hover {
    text-decoration: none;
    cursor: pointer;
    color: #ea443c;
}
