/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.2em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

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

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
          animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
          animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
          animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
          animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
          animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
          animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
          animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
          animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! jQuery UI - v1.13.1 - 2022-01-20
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.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;
  -ms-filter: "alpha(opacity=0)";
}

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

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

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

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

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

.ui-menu-icons {
  position: relative;
}

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

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

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

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 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: pointer;
  -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;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  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;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.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 #ddd;
  background: #fff;
  color: #333;
}

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

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

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

.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 #ccc;
  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 {
  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: #fff;
}

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

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

.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;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

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

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

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

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

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
}

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

@font-face {
  font-family: 'Linearicons';
  src: url("../fonts/Linearicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e600";
}

.icon-home2:before {
  content: "\e601";
}

.icon-home3:before {
  content: "\e602";
}

.icon-home4:before {
  content: "\e603";
}

.icon-home5:before {
  content: "\e604";
}

.icon-home6:before {
  content: "\e605";
}

.icon-bathtub:before {
  content: "\e606";
}

.icon-toothbrush:before {
  content: "\e607";
}

.icon-bed:before {
  content: "\e608";
}

.icon-couch:before {
  content: "\e609";
}

.icon-chair:before {
  content: "\e60a";
}

.icon-city:before {
  content: "\e60b";
}

.icon-apartment:before {
  content: "\e60c";
}

.icon-pencil:before {
  content: "\e60d";
}

.icon-pencil2:before {
  content: "\e60e";
}

.icon-pen:before {
  content: "\e60f";
}

.icon-pencil3:before {
  content: "\e610";
}

.icon-eraser:before {
  content: "\e611";
}

.icon-pencil4:before {
  content: "\e612";
}

.icon-pencil5:before {
  content: "\e613";
}

.icon-feather:before {
  content: "\e614";
}

.icon-feather2:before {
  content: "\e615";
}

.icon-feather3:before {
  content: "\e616";
}

.icon-pen2:before {
  content: "\e617";
}

.icon-pen-add:before {
  content: "\e618";
}

.icon-pen-remove:before {
  content: "\e619";
}

.icon-vector:before {
  content: "\e61a";
}

.icon-pen3:before {
  content: "\e61b";
}

.icon-blog:before {
  content: "\e61c";
}

.icon-brush:before {
  content: "\e61d";
}

.icon-brush2:before {
  content: "\e61e";
}

.icon-spray:before {
  content: "\e61f";
}

.icon-paint-roller:before {
  content: "\e620";
}

.icon-stamp:before {
  content: "\e621";
}

.icon-tape:before {
  content: "\e622";
}

.icon-desk-tape:before {
  content: "\e623";
}

.icon-texture:before {
  content: "\e624";
}

.icon-eye-dropper:before {
  content: "\e625";
}

.icon-palette:before {
  content: "\e626";
}

.icon-color-sampler:before {
  content: "\e627";
}

.icon-bucket:before {
  content: "\e628";
}

.icon-gradient:before {
  content: "\e629";
}

.icon-gradient2:before {
  content: "\e62a";
}

.icon-magic-wand:before {
  content: "\e62b";
}

.icon-magnet:before {
  content: "\e62c";
}

.icon-pencil-ruler:before {
  content: "\e62d";
}

.icon-pencil-ruler2:before {
  content: "\e62e";
}

.icon-compass:before {
  content: "\e62f";
}

.icon-aim:before {
  content: "\e630";
}

.icon-gun:before {
  content: "\e631";
}

.icon-bottle:before {
  content: "\e632";
}

.icon-drop:before {
  content: "\e633";
}

.icon-drop-crossed:before {
  content: "\e634";
}

.icon-drop2:before {
  content: "\e635";
}

.icon-snow:before {
  content: "\e636";
}

.icon-snow2:before {
  content: "\e637";
}

.icon-fire:before {
  content: "\e638";
}

.icon-lighter:before {
  content: "\e639";
}

.icon-knife:before {
  content: "\e63a";
}

.icon-dagger:before {
  content: "\e63b";
}

.icon-tissue:before {
  content: "\e63c";
}

.icon-toilet-paper:before {
  content: "\e63d";
}

.icon-poop:before {
  content: "\e63e";
}

.icon-umbrella:before {
  content: "\e63f";
}

.icon-umbrella2:before {
  content: "\e640";
}

.icon-rain:before {
  content: "\e641";
}

.icon-tornado:before {
  content: "\e642";
}

.icon-wind:before {
  content: "\e643";
}

.icon-fan:before {
  content: "\e644";
}

.icon-contrast:before {
  content: "\e645";
}

.icon-sun-small:before {
  content: "\e646";
}

.icon-sun:before {
  content: "\e647";
}

.icon-sun2:before {
  content: "\e648";
}

.icon-moon:before {
  content: "\e649";
}

.icon-cloud:before {
  content: "\e64a";
}

.icon-cloud-upload:before {
  content: "\e64b";
}

.icon-cloud-download:before {
  content: "\e64c";
}

.icon-cloud-rain:before {
  content: "\e64d";
}

.icon-cloud-hailstones:before {
  content: "\e64e";
}

.icon-cloud-snow:before {
  content: "\e64f";
}

.icon-cloud-windy:before {
  content: "\e650";
}

.icon-sun-wind:before {
  content: "\e651";
}

.icon-cloud-fog:before {
  content: "\e652";
}

.icon-cloud-sun:before {
  content: "\e653";
}

.icon-cloud-lightning:before {
  content: "\e654";
}

.icon-cloud-sync:before {
  content: "\e655";
}

.icon-cloud-lock:before {
  content: "\e656";
}

.icon-cloud-gear:before {
  content: "\e657";
}

.icon-cloud-alert:before {
  content: "\e658";
}

.icon-cloud-check:before {
  content: "\e659";
}

.icon-cloud-cross:before {
  content: "\e65a";
}

.icon-cloud-crossed:before {
  content: "\e65b";
}

.icon-cloud-database:before {
  content: "\e65c";
}

.icon-database:before {
  content: "\e65d";
}

.icon-database-add:before {
  content: "\e65e";
}

.icon-database-remove:before {
  content: "\e65f";
}

.icon-database-lock:before {
  content: "\e660";
}

.icon-database-refresh:before {
  content: "\e661";
}

.icon-database-check:before {
  content: "\e662";
}

.icon-database-history:before {
  content: "\e663";
}

.icon-database-upload:before {
  content: "\e664";
}

.icon-database-download:before {
  content: "\e665";
}

.icon-server:before {
  content: "\e666";
}

.icon-shield:before {
  content: "\e667";
}

.icon-shield-check:before {
  content: "\e668";
}

.icon-shield-alert:before {
  content: "\e669";
}

.icon-shield-cross:before {
  content: "\e66a";
}

.icon-lock:before {
  content: "\e66b";
}

.icon-rotation-lock:before {
  content: "\e66c";
}

.icon-unlock:before {
  content: "\e66d";
}

.icon-key:before {
  content: "\e66e";
}

.icon-key-hole:before {
  content: "\e66f";
}

.icon-toggle-off:before {
  content: "\e670";
}

.icon-toggle-on:before {
  content: "\e671";
}

.icon-cog:before {
  content: "\e672";
}

.icon-cog2:before {
  content: "\e673";
}

.icon-wrench:before {
  content: "\e674";
}

.icon-screwdriver:before {
  content: "\e675";
}

.icon-hammer-wrench:before {
  content: "\e676";
}

.icon-hammer:before {
  content: "\e677";
}

.icon-saw:before {
  content: "\e678";
}

.icon-axe:before {
  content: "\e679";
}

.icon-axe2:before {
  content: "\e67a";
}

.icon-shovel:before {
  content: "\e67b";
}

.icon-pickaxe:before {
  content: "\e67c";
}

.icon-factory:before {
  content: "\e67d";
}

.icon-factory2:before {
  content: "\e67e";
}

.icon-recycle:before {
  content: "\e67f";
}

.icon-trash:before {
  content: "\e680";
}

.icon-trash2:before {
  content: "\e681";
}

.icon-trash3:before {
  content: "\e682";
}

.icon-broom:before {
  content: "\e683";
}

.icon-game:before {
  content: "\e684";
}

.icon-gamepad:before {
  content: "\e685";
}

.icon-joystick:before {
  content: "\e686";
}

.icon-dice:before {
  content: "\e687";
}

.icon-spades:before {
  content: "\e688";
}

.icon-diamonds:before {
  content: "\e689";
}

.icon-clubs:before {
  content: "\e68a";
}

.icon-hearts:before {
  content: "\e68b";
}

.icon-heart:before {
  content: "\e68c";
}

.icon-star:before {
  content: "\e68d";
}

.icon-star-half:before {
  content: "\e68e";
}

.icon-star-empty:before {
  content: "\e68f";
}

.icon-flag:before {
  content: "\e690";
}

.icon-flag2:before {
  content: "\e691";
}

.icon-flag3:before {
  content: "\e692";
}

.icon-mailbox-full:before {
  content: "\e693";
}

.icon-mailbox-empty:before {
  content: "\e694";
}

.icon-at-sign:before {
  content: "\e695";
}

.icon-envelope:before {
  content: "\e696";
}

.icon-envelope-open:before {
  content: "\e697";
}

.icon-paperclip:before {
  content: "\e698";
}

.icon-paper-plane:before {
  content: "\e699";
}

.icon-reply:before {
  content: "\e69a";
}

.icon-reply-all:before {
  content: "\e69b";
}

.icon-inbox:before {
  content: "\e69c";
}

.icon-inbox2:before {
  content: "\e69d";
}

.icon-outbox:before {
  content: "\e69e";
}

.icon-box:before {
  content: "\e69f";
}

.icon-archive:before {
  content: "\e6a0";
}

.icon-archive2:before {
  content: "\e6a1";
}

.icon-drawers:before {
  content: "\e6a2";
}

.icon-drawers2:before {
  content: "\e6a3";
}

.icon-drawers3:before {
  content: "\e6a4";
}

.icon-eye:before {
  content: "\e6a5";
}

.icon-eye-crossed:before {
  content: "\e6a6";
}

.icon-eye-plus:before {
  content: "\e6a7";
}

.icon-eye-minus:before {
  content: "\e6a8";
}

.icon-binoculars:before {
  content: "\e6a9";
}

.icon-binoculars2:before {
  content: "\e6aa";
}

.icon-hdd:before {
  content: "\e6ab";
}

.icon-hdd-down:before {
  content: "\e6ac";
}

.icon-hdd-up:before {
  content: "\e6ad";
}

.icon-floppy-disk:before {
  content: "\e6ae";
}

.icon-disc:before {
  content: "\e6af";
}

.icon-tape2:before {
  content: "\e6b0";
}

.icon-printer:before {
  content: "\e6b1";
}

.icon-shredder:before {
  content: "\e6b2";
}

.icon-file-empty:before {
  content: "\e6b3";
}

.icon-file-add:before {
  content: "\e6b4";
}

.icon-file-check:before {
  content: "\e6b5";
}

.icon-file-lock:before {
  content: "\e6b6";
}

.icon-files:before {
  content: "\e6b7";
}

.icon-copy:before {
  content: "\e6b8";
}

.icon-compare:before {
  content: "\e6b9";
}

.icon-folder:before {
  content: "\e6ba";
}

.icon-folder-search:before {
  content: "\e6bb";
}

.icon-folder-plus:before {
  content: "\e6bc";
}

.icon-folder-minus:before {
  content: "\e6bd";
}

.icon-folder-download:before {
  content: "\e6be";
}

.icon-folder-upload:before {
  content: "\e6bf";
}

.icon-folder-star:before {
  content: "\e6c0";
}

.icon-folder-heart:before {
  content: "\e6c1";
}

.icon-folder-user:before {
  content: "\e6c2";
}

.icon-folder-shared:before {
  content: "\e6c3";
}

.icon-folder-music:before {
  content: "\e6c4";
}

.icon-folder-picture:before {
  content: "\e6c5";
}

.icon-folder-film:before {
  content: "\e6c6";
}

.icon-scissors:before {
  content: "\e6c7";
}

.icon-paste:before {
  content: "\e6c8";
}

.icon-clipboard-empty:before {
  content: "\e6c9";
}

.icon-clipboard-pencil:before {
  content: "\e6ca";
}

.icon-clipboard-text:before {
  content: "\e6cb";
}

.icon-clipboard-check:before {
  content: "\e6cc";
}

.icon-clipboard-down:before {
  content: "\e6cd";
}

.icon-clipboard-left:before {
  content: "\e6ce";
}

.icon-clipboard-alert:before {
  content: "\e6cf";
}

.icon-clipboard-user:before {
  content: "\e6d0";
}

.icon-register:before {
  content: "\e6d1";
}

.icon-enter:before {
  content: "\e6d2";
}

.icon-exit:before {
  content: "\e6d3";
}

.icon-papers:before {
  content: "\e6d4";
}

.icon-news:before {
  content: "\e6d5";
}

.icon-reading:before {
  content: "\e6d6";
}

.icon-typewriter:before {
  content: "\e6d7";
}

.icon-document:before {
  content: "\e6d8";
}

.icon-document2:before {
  content: "\e6d9";
}

.icon-graduation-hat:before {
  content: "\e6da";
}

.icon-license:before {
  content: "\e6db";
}

.icon-license2:before {
  content: "\e6dc";
}

.icon-medal-empty:before {
  content: "\e6dd";
}

.icon-medal-first:before {
  content: "\e6de";
}

.icon-medal-second:before {
  content: "\e6df";
}

.icon-medal-third:before {
  content: "\e6e0";
}

.icon-podium:before {
  content: "\e6e1";
}

.icon-trophy:before {
  content: "\e6e2";
}

.icon-trophy2:before {
  content: "\e6e3";
}

.icon-music-note:before {
  content: "\e6e4";
}

.icon-music-note2:before {
  content: "\e6e5";
}

.icon-music-note3:before {
  content: "\e6e6";
}

.icon-playlist:before {
  content: "\e6e7";
}

.icon-playlist-add:before {
  content: "\e6e8";
}

.icon-guitar:before {
  content: "\e6e9";
}

.icon-trumpet:before {
  content: "\e6ea";
}

.icon-album:before {
  content: "\e6eb";
}

.icon-shuffle:before {
  content: "\e6ec";
}

.icon-repeat-one:before {
  content: "\e6ed";
}

.icon-repeat:before {
  content: "\e6ee";
}

.icon-headphones:before {
  content: "\e6ef";
}

.icon-headset:before {
  content: "\e6f0";
}

.icon-loudspeaker:before {
  content: "\e6f1";
}

.icon-equalizer:before {
  content: "\e6f2";
}

.icon-theater:before {
  content: "\e6f3";
}

.icon-3d-glasses:before {
  content: "\e6f4";
}

.icon-ticket:before {
  content: "\e6f5";
}

.icon-presentation:before {
  content: "\e6f6";
}

.icon-play:before {
  content: "\e6f7";
}

.icon-film-play:before {
  content: "\e6f8";
}

.icon-clapboard-play:before {
  content: "\e6f9";
}

.icon-media:before {
  content: "\e6fa";
}

.icon-film:before {
  content: "\e6fb";
}

.icon-film2:before {
  content: "\e6fc";
}

.icon-surveillance:before {
  content: "\e6fd";
}

.icon-surveillance2:before {
  content: "\e6fe";
}

.icon-camera:before {
  content: "\e6ff";
}

.icon-camera-crossed:before {
  content: "\e700";
}

.icon-camera-play:before {
  content: "\e701";
}

.icon-time-lapse:before {
  content: "\e702";
}

.icon-record:before {
  content: "\e703";
}

.icon-camera2:before {
  content: "\e704";
}

.icon-camera-flip:before {
  content: "\e705";
}

.icon-panorama:before {
  content: "\e706";
}

.icon-time-lapse2:before {
  content: "\e707";
}

.icon-shutter:before {
  content: "\e708";
}

.icon-shutter2:before {
  content: "\e709";
}

.icon-face-detection:before {
  content: "\e70a";
}

.icon-flare:before {
  content: "\e70b";
}

.icon-convex:before {
  content: "\e70c";
}

.icon-concave:before {
  content: "\e70d";
}

.icon-picture:before {
  content: "\e70e";
}

.icon-picture2:before {
  content: "\e70f";
}

.icon-picture3:before {
  content: "\e710";
}

.icon-pictures:before {
  content: "\e711";
}

.icon-book:before {
  content: "\e712";
}

.icon-audio-book:before {
  content: "\e713";
}

.icon-book2:before {
  content: "\e714";
}

.icon-bookmark:before {
  content: "\e715";
}

.icon-bookmark2:before {
  content: "\e716";
}

.icon-label:before {
  content: "\e717";
}

.icon-library:before {
  content: "\e718";
}

.icon-library2:before {
  content: "\e719";
}

.icon-contacts:before {
  content: "\e71a";
}

.icon-profile:before {
  content: "\e71b";
}

.icon-portrait:before {
  content: "\e71c";
}

.icon-portrait2:before {
  content: "\e71d";
}

.icon-user:before {
  content: "\e71e";
}

.icon-user-plus:before {
  content: "\e71f";
}

.icon-user-minus:before {
  content: "\e720";
}

.icon-user-lock:before {
  content: "\e721";
}

.icon-users:before {
  content: "\e722";
}

.icon-users2:before {
  content: "\e723";
}

.icon-users-plus:before {
  content: "\e724";
}

.icon-users-minus:before {
  content: "\e725";
}

.icon-group-work:before {
  content: "\e726";
}

.icon-woman:before {
  content: "\e727";
}

.icon-man:before {
  content: "\e728";
}

.icon-baby:before {
  content: "\e729";
}

.icon-baby2:before {
  content: "\e72a";
}

.icon-baby3:before {
  content: "\e72b";
}

.icon-baby-bottle:before {
  content: "\e72c";
}

.icon-walk:before {
  content: "\e72d";
}

.icon-hand-waving:before {
  content: "\e72e";
}

.icon-jump:before {
  content: "\e72f";
}

.icon-run:before {
  content: "\e730";
}

.icon-woman2:before {
  content: "\e731";
}

.icon-man2:before {
  content: "\e732";
}

.icon-man-woman:before {
  content: "\e733";
}

.icon-height:before {
  content: "\e734";
}

.icon-weight:before {
  content: "\e735";
}

.icon-scale:before {
  content: "\e736";
}

.icon-button:before {
  content: "\e737";
}

.icon-bow-tie:before {
  content: "\e738";
}

.icon-tie:before {
  content: "\e739";
}

.icon-socks:before {
  content: "\e73a";
}

.icon-shoe:before {
  content: "\e73b";
}

.icon-shoes:before {
  content: "\e73c";
}

.icon-hat:before {
  content: "\e73d";
}

.icon-pants:before {
  content: "\e73e";
}

.icon-shorts:before {
  content: "\e73f";
}

.icon-flip-flops:before {
  content: "\e740";
}

.icon-shirt:before {
  content: "\e741";
}

.icon-hanger:before {
  content: "\e742";
}

.icon-laundry:before {
  content: "\e743";
}

.icon-store:before {
  content: "\e744";
}

.icon-haircut:before {
  content: "\e745";
}

.icon-store-24:before {
  content: "\e746";
}

.icon-barcode:before {
  content: "\e747";
}

.icon-barcode2:before {
  content: "\e748";
}

.icon-barcode3:before {
  content: "\e749";
}

.icon-cashier:before {
  content: "\e74a";
}

.icon-bag:before {
  content: "\e74b";
}

.icon-bag2:before {
  content: "\e74c";
}

.icon-cart:before {
  content: "\e74d";
}

.icon-cart-empty:before {
  content: "\e74e";
}

.icon-cart-full:before {
  content: "\e74f";
}

.icon-cart-plus:before {
  content: "\e750";
}

.icon-cart-plus2:before {
  content: "\e751";
}

.icon-cart-add:before {
  content: "\e752";
}

.icon-cart-remove:before {
  content: "\e753";
}

.icon-cart-exchange:before {
  content: "\e754";
}

.icon-tag:before {
  content: "\e755";
}

.icon-tags:before {
  content: "\e756";
}

.icon-receipt:before {
  content: "\e757";
}

.icon-wallet:before {
  content: "\e758";
}

.icon-credit-card:before {
  content: "\e759";
}

.icon-cash-dollar:before {
  content: "\e75a";
}

.icon-cash-euro:before {
  content: "\e75b";
}

.icon-cash-pound:before {
  content: "\e75c";
}

.icon-cash-yen:before {
  content: "\e75d";
}

.icon-bag-dollar:before {
  content: "\e75e";
}

.icon-bag-euro:before {
  content: "\e75f";
}

.icon-bag-pound:before {
  content: "\e760";
}

.icon-bag-yen:before {
  content: "\e761";
}

.icon-coin-dollar:before {
  content: "\e762";
}

.icon-coin-euro:before {
  content: "\e763";
}

.icon-coin-pound:before {
  content: "\e764";
}

.icon-coin-yen:before {
  content: "\e765";
}

.icon-calculator:before {
  content: "\e766";
}

.icon-calculator2:before {
  content: "\e767";
}

.icon-abacus:before {
  content: "\e768";
}

.icon-vault:before {
  content: "\e769";
}

.icon-telephone:before {
  content: "\e76a";
}

.icon-phone-lock:before {
  content: "\e76b";
}

.icon-phone-wave:before {
  content: "\e76c";
}

.icon-phone-pause:before {
  content: "\e76d";
}

.icon-phone-outgoing:before {
  content: "\e76e";
}

.icon-phone-incoming:before {
  content: "\e76f";
}

.icon-phone-in-out:before {
  content: "\e770";
}

.icon-phone-error:before {
  content: "\e771";
}

.icon-phone-sip:before {
  content: "\e772";
}

.icon-phone-plus:before {
  content: "\e773";
}

.icon-phone-minus:before {
  content: "\e774";
}

.icon-voicemail:before {
  content: "\e775";
}

.icon-dial:before {
  content: "\e776";
}

.icon-telephone2:before {
  content: "\e777";
}

.icon-pushpin:before {
  content: "\e778";
}

.icon-pushpin2:before {
  content: "\e779";
}

.icon-map-marker:before {
  content: "\e77a";
}

.icon-map-marker-user:before {
  content: "\e77b";
}

.icon-map-marker-down:before {
  content: "\e77c";
}

.icon-map-marker-check:before {
  content: "\e77d";
}

.icon-map-marker-crossed:before {
  content: "\e77e";
}

.icon-radar:before {
  content: "\e77f";
}

.icon-compass2:before {
  content: "\e780";
}

.icon-map:before {
  content: "\e781";
}

.icon-map2:before {
  content: "\e782";
}

.icon-location:before {
  content: "\e783";
}

.icon-road-sign:before {
  content: "\e784";
}

.icon-calendar-empty:before {
  content: "\e785";
}

.icon-calendar-check:before {
  content: "\e786";
}

.icon-calendar-cross:before {
  content: "\e787";
}

.icon-calendar-31:before {
  content: "\e788";
}

.icon-calendar-full:before {
  content: "\e789";
}

.icon-calendar-insert:before {
  content: "\e78a";
}

.icon-calendar-text:before {
  content: "\e78b";
}

.icon-calendar-user:before {
  content: "\e78c";
}

.icon-mouse:before {
  content: "\e78d";
}

.icon-mouse-left:before {
  content: "\e78e";
}

.icon-mouse-right:before {
  content: "\e78f";
}

.icon-mouse-both:before {
  content: "\e790";
}

.icon-keyboard:before {
  content: "\e791";
}

.icon-keyboard-up:before {
  content: "\e792";
}

.icon-keyboard-down:before {
  content: "\e793";
}

.icon-delete:before {
  content: "\e794";
}

.icon-spell-check:before {
  content: "\e795";
}

.icon-escape:before {
  content: "\e796";
}

.icon-enter2:before {
  content: "\e797";
}

.icon-screen:before {
  content: "\e798";
}

.icon-aspect-ratio:before {
  content: "\e799";
}

.icon-signal:before {
  content: "\e79a";
}

.icon-signal-lock:before {
  content: "\e79b";
}

.icon-signal-80:before {
  content: "\e79c";
}

.icon-signal-60:before {
  content: "\e79d";
}

.icon-signal-40:before {
  content: "\e79e";
}

.icon-signal-20:before {
  content: "\e79f";
}

.icon-signal-0:before {
  content: "\e7a0";
}

.icon-signal-blocked:before {
  content: "\e7a1";
}

.icon-sim:before {
  content: "\e7a2";
}

.icon-flash-memory:before {
  content: "\e7a3";
}

.icon-usb-drive:before {
  content: "\e7a4";
}

.icon-phone:before {
  content: "\e7a5";
}

.icon-smartphone:before {
  content: "\e7a6";
}

.icon-smartphone-notification:before {
  content: "\e7a7";
}

.icon-smartphone-vibration:before {
  content: "\e7a8";
}

.icon-smartphone-embed:before {
  content: "\e7a9";
}

.icon-smartphone-waves:before {
  content: "\e7aa";
}

.icon-tablet:before {
  content: "\e7ab";
}

.icon-tablet2:before {
  content: "\e7ac";
}

.icon-laptop:before {
  content: "\e7ad";
}

.icon-laptop-phone:before {
  content: "\e7ae";
}

.icon-desktop:before {
  content: "\e7af";
}

.icon-launch:before {
  content: "\e7b0";
}

.icon-new-tab:before {
  content: "\e7b1";
}

.icon-window:before {
  content: "\e7b2";
}

.icon-cable:before {
  content: "\e7b3";
}

.icon-cable2:before {
  content: "\e7b4";
}

.icon-tv:before {
  content: "\e7b5";
}

.icon-radio:before {
  content: "\e7b6";
}

.icon-remote-control:before {
  content: "\e7b7";
}

.icon-power-switch:before {
  content: "\e7b8";
}

.icon-power:before {
  content: "\e7b9";
}

.icon-power-crossed:before {
  content: "\e7ba";
}

.icon-flash-auto:before {
  content: "\e7bb";
}

.icon-lamp:before {
  content: "\e7bc";
}

.icon-flashlight:before {
  content: "\e7bd";
}

.icon-lampshade:before {
  content: "\e7be";
}

.icon-cord:before {
  content: "\e7bf";
}

.icon-outlet:before {
  content: "\e7c0";
}

.icon-battery-power:before {
  content: "\e7c1";
}

.icon-battery-empty:before {
  content: "\e7c2";
}

.icon-battery-alert:before {
  content: "\e7c3";
}

.icon-battery-error:before {
  content: "\e7c4";
}

.icon-battery-low1:before {
  content: "\e7c5";
}

.icon-battery-low2:before {
  content: "\e7c6";
}

.icon-battery-low3:before {
  content: "\e7c7";
}

.icon-battery-mid1:before {
  content: "\e7c8";
}

.icon-battery-mid2:before {
  content: "\e7c9";
}

.icon-battery-mid3:before {
  content: "\e7ca";
}

.icon-battery-full:before {
  content: "\e7cb";
}

.icon-battery-charging:before {
  content: "\e7cc";
}

.icon-battery-charging2:before {
  content: "\e7cd";
}

.icon-battery-charging3:before {
  content: "\e7ce";
}

.icon-battery-charging4:before {
  content: "\e7cf";
}

.icon-battery-charging5:before {
  content: "\e7d0";
}

.icon-battery-charging6:before {
  content: "\e7d1";
}

.icon-battery-charging7:before {
  content: "\e7d2";
}

.icon-chip:before {
  content: "\e7d3";
}

.icon-chip-x64:before {
  content: "\e7d4";
}

.icon-chip-x86:before {
  content: "\e7d5";
}

.icon-bubble:before {
  content: "\e7d6";
}

.icon-bubbles:before {
  content: "\e7d7";
}

.icon-bubble-dots:before {
  content: "\e7d8";
}

.icon-bubble-alert:before {
  content: "\e7d9";
}

.icon-bubble-question:before {
  content: "\e7da";
}

.icon-bubble-text:before {
  content: "\e7db";
}

.icon-bubble-pencil:before {
  content: "\e7dc";
}

.icon-bubble-picture:before {
  content: "\e7dd";
}

.icon-bubble-video:before {
  content: "\e7de";
}

.icon-bubble-user:before {
  content: "\e7df";
}

.icon-bubble-quote:before {
  content: "\e7e0";
}

.icon-bubble-heart:before {
  content: "\e7e1";
}

.icon-bubble-emoticon:before {
  content: "\e7e2";
}

.icon-bubble-attachment:before {
  content: "\e7e3";
}

.icon-phone-bubble:before {
  content: "\e7e4";
}

.icon-quote-open:before {
  content: "\e7e5";
}

.icon-quote-close:before {
  content: "\e7e6";
}

.icon-dna:before {
  content: "\e7e7";
}

.icon-heart-pulse:before {
  content: "\e7e8";
}

.icon-pulse:before {
  content: "\e7e9";
}

.icon-syringe:before {
  content: "\e7ea";
}

.icon-pills:before {
  content: "\e7eb";
}

.icon-first-aid:before {
  content: "\e7ec";
}

.icon-lifebuoy:before {
  content: "\e7ed";
}

.icon-bandage:before {
  content: "\e7ee";
}

.icon-bandages:before {
  content: "\e7ef";
}

.icon-thermometer:before {
  content: "\e7f0";
}

.icon-microscope:before {
  content: "\e7f1";
}

.icon-brain:before {
  content: "\e7f2";
}

.icon-beaker:before {
  content: "\e7f3";
}

.icon-skull:before {
  content: "\e7f4";
}

.icon-bone:before {
  content: "\e7f5";
}

.icon-construction:before {
  content: "\e7f6";
}

.icon-construction-cone:before {
  content: "\e7f7";
}

.icon-pie-chart:before {
  content: "\e7f8";
}

.icon-pie-chart2:before {
  content: "\e7f9";
}

.icon-graph:before {
  content: "\e7fa";
}

.icon-chart-growth:before {
  content: "\e7fb";
}

.icon-chart-bars:before {
  content: "\e7fc";
}

.icon-chart-settings:before {
  content: "\e7fd";
}

.icon-cake:before {
  content: "\e7fe";
}

.icon-gift:before {
  content: "\e7ff";
}

.icon-balloon:before {
  content: "\e800";
}

.icon-rank:before {
  content: "\e801";
}

.icon-rank2:before {
  content: "\e802";
}

.icon-rank3:before {
  content: "\e803";
}

.icon-crown:before {
  content: "\e804";
}

.icon-lotus:before {
  content: "\e805";
}

.icon-diamond:before {
  content: "\e806";
}

.icon-diamond2:before {
  content: "\e807";
}

.icon-diamond3:before {
  content: "\e808";
}

.icon-diamond4:before {
  content: "\e809";
}

.icon-linearicons:before {
  content: "\e80a";
}

.icon-teacup:before {
  content: "\e80b";
}

.icon-teapot:before {
  content: "\e80c";
}

.icon-glass:before {
  content: "\e80d";
}

.icon-bottle2:before {
  content: "\e80e";
}

.icon-glass-cocktail:before {
  content: "\e80f";
}

.icon-glass2:before {
  content: "\e810";
}

.icon-dinner:before {
  content: "\e811";
}

.icon-dinner2:before {
  content: "\e812";
}

.icon-chef:before {
  content: "\e813";
}

.icon-scale2:before {
  content: "\e814";
}

.icon-egg:before {
  content: "\e815";
}

.icon-egg2:before {
  content: "\e816";
}

.icon-eggs:before {
  content: "\e817";
}

.icon-platter:before {
  content: "\e818";
}

.icon-steak:before {
  content: "\e819";
}

.icon-hamburger:before {
  content: "\e81a";
}

.icon-hotdog:before {
  content: "\e81b";
}

.icon-pizza:before {
  content: "\e81c";
}

.icon-sausage:before {
  content: "\e81d";
}

.icon-chicken:before {
  content: "\e81e";
}

.icon-fish:before {
  content: "\e81f";
}

.icon-carrot:before {
  content: "\e820";
}

.icon-cheese:before {
  content: "\e821";
}

.icon-bread:before {
  content: "\e822";
}

.icon-ice-cream:before {
  content: "\e823";
}

.icon-ice-cream2:before {
  content: "\e824";
}

.icon-candy:before {
  content: "\e825";
}

.icon-lollipop:before {
  content: "\e826";
}

.icon-coffee-bean:before {
  content: "\e827";
}

.icon-coffee-cup:before {
  content: "\e828";
}

.icon-cherry:before {
  content: "\e829";
}

.icon-grapes:before {
  content: "\e82a";
}

.icon-citrus:before {
  content: "\e82b";
}

.icon-apple:before {
  content: "\e82c";
}

.icon-leaf:before {
  content: "\e82d";
}

.icon-landscape:before {
  content: "\e82e";
}

.icon-pine-tree:before {
  content: "\e82f";
}

.icon-tree:before {
  content: "\e830";
}

.icon-cactus:before {
  content: "\e831";
}

.icon-paw:before {
  content: "\e832";
}

.icon-footprint:before {
  content: "\e833";
}

.icon-speed-slow:before {
  content: "\e834";
}

.icon-speed-medium:before {
  content: "\e835";
}

.icon-speed-fast:before {
  content: "\e836";
}

.icon-rocket:before {
  content: "\e837";
}

.icon-hammer2:before {
  content: "\e838";
}

.icon-balance:before {
  content: "\e839";
}

.icon-briefcase:before {
  content: "\e83a";
}

.icon-luggage-weight:before {
  content: "\e83b";
}

.icon-dolly:before {
  content: "\e83c";
}

.icon-plane:before {
  content: "\e83d";
}

.icon-plane-crossed:before {
  content: "\e83e";
}

.icon-helicopter:before {
  content: "\e83f";
}

.icon-traffic-lights:before {
  content: "\e840";
}

.icon-siren:before {
  content: "\e841";
}

.icon-road:before {
  content: "\e842";
}

.icon-engine:before {
  content: "\e843";
}

.icon-oil-pressure:before {
  content: "\e844";
}

.icon-coolant-temperature:before {
  content: "\e845";
}

.icon-car-battery:before {
  content: "\e846";
}

.icon-gas:before {
  content: "\e847";
}

.icon-gallon:before {
  content: "\e848";
}

.icon-transmission:before {
  content: "\e849";
}

.icon-car:before {
  content: "\e84a";
}

.icon-car-wash:before {
  content: "\e84b";
}

.icon-car-wash2:before {
  content: "\e84c";
}

.icon-bus:before {
  content: "\e84d";
}

.icon-bus2:before {
  content: "\e84e";
}

.icon-car2:before {
  content: "\e84f";
}

.icon-parking:before {
  content: "\e850";
}

.icon-car-lock:before {
  content: "\e851";
}

.icon-taxi:before {
  content: "\e852";
}

.icon-car-siren:before {
  content: "\e853";
}

.icon-car-wash3:before {
  content: "\e854";
}

.icon-car-wash4:before {
  content: "\e855";
}

.icon-ambulance:before {
  content: "\e856";
}

.icon-truck:before {
  content: "\e857";
}

.icon-trailer:before {
  content: "\e858";
}

.icon-scale-truck:before {
  content: "\e859";
}

.icon-train:before {
  content: "\e85a";
}

.icon-ship:before {
  content: "\e85b";
}

.icon-ship2:before {
  content: "\e85c";
}

.icon-anchor:before {
  content: "\e85d";
}

.icon-boat:before {
  content: "\e85e";
}

.icon-bicycle:before {
  content: "\e85f";
}

.icon-bicycle2:before {
  content: "\e860";
}

.icon-dumbbell:before {
  content: "\e861";
}

.icon-bench-press:before {
  content: "\e862";
}

.icon-swim:before {
  content: "\e863";
}

.icon-football:before {
  content: "\e864";
}

.icon-baseball-bat:before {
  content: "\e865";
}

.icon-baseball:before {
  content: "\e866";
}

.icon-tennis:before {
  content: "\e867";
}

.icon-tennis2:before {
  content: "\e868";
}

.icon-ping-pong:before {
  content: "\e869";
}

.icon-hockey:before {
  content: "\e86a";
}

.icon-8ball:before {
  content: "\e86b";
}

.icon-bowling:before {
  content: "\e86c";
}

.icon-bowling-pins:before {
  content: "\e86d";
}

.icon-golf:before {
  content: "\e86e";
}

.icon-golf2:before {
  content: "\e86f";
}

.icon-archery:before {
  content: "\e870";
}

.icon-slingshot:before {
  content: "\e871";
}

.icon-soccer:before {
  content: "\e872";
}

.icon-basketball:before {
  content: "\e873";
}

.icon-cube:before {
  content: "\e874";
}

.icon-3d-rotate:before {
  content: "\e875";
}

.icon-puzzle:before {
  content: "\e876";
}

.icon-glasses:before {
  content: "\e877";
}

.icon-glasses2:before {
  content: "\e878";
}

.icon-accessibility:before {
  content: "\e879";
}

.icon-wheelchair:before {
  content: "\e87a";
}

.icon-wall:before {
  content: "\e87b";
}

.icon-fence:before {
  content: "\e87c";
}

.icon-wall2:before {
  content: "\e87d";
}

.icon-icons:before {
  content: "\e87e";
}

.icon-resize-handle:before {
  content: "\e87f";
}

.icon-icons2:before {
  content: "\e880";
}

.icon-select:before {
  content: "\e881";
}

.icon-select2:before {
  content: "\e882";
}

.icon-site-map:before {
  content: "\e883";
}

.icon-earth:before {
  content: "\e884";
}

.icon-earth-lock:before {
  content: "\e885";
}

.icon-network:before {
  content: "\e886";
}

.icon-network-lock:before {
  content: "\e887";
}

.icon-planet:before {
  content: "\e888";
}

.icon-happy:before {
  content: "\e889";
}

.icon-smile:before {
  content: "\e88a";
}

.icon-grin:before {
  content: "\e88b";
}

.icon-tongue:before {
  content: "\e88c";
}

.icon-sad:before {
  content: "\e88d";
}

.icon-wink:before {
  content: "\e88e";
}

.icon-dream:before {
  content: "\e88f";
}

.icon-shocked:before {
  content: "\e890";
}

.icon-shocked2:before {
  content: "\e891";
}

.icon-tongue2:before {
  content: "\e892";
}

.icon-neutral:before {
  content: "\e893";
}

.icon-happy-grin:before {
  content: "\e894";
}

.icon-cool:before {
  content: "\e895";
}

.icon-mad:before {
  content: "\e896";
}

.icon-grin-evil:before {
  content: "\e897";
}

.icon-evil:before {
  content: "\e898";
}

.icon-wow:before {
  content: "\e899";
}

.icon-annoyed:before {
  content: "\e89a";
}

.icon-wondering:before {
  content: "\e89b";
}

.icon-confused:before {
  content: "\e89c";
}

.icon-zipped:before {
  content: "\e89d";
}

.icon-grumpy:before {
  content: "\e89e";
}

.icon-mustache:before {
  content: "\e89f";
}

.icon-tombstone-hipster:before {
  content: "\e8a0";
}

.icon-tombstone:before {
  content: "\e8a1";
}

.icon-ghost:before {
  content: "\e8a2";
}

.icon-ghost-hipster:before {
  content: "\e8a3";
}

.icon-halloween:before {
  content: "\e8a4";
}

.icon-christmas:before {
  content: "\e8a5";
}

.icon-easter-egg:before {
  content: "\e8a6";
}

.icon-mustache2:before {
  content: "\e8a7";
}

.icon-mustache-glasses:before {
  content: "\e8a8";
}

.icon-pipe:before {
  content: "\e8a9";
}

.icon-alarm:before {
  content: "\e8aa";
}

.icon-alarm-add:before {
  content: "\e8ab";
}

.icon-alarm-snooze:before {
  content: "\e8ac";
}

.icon-alarm-ringing:before {
  content: "\e8ad";
}

.icon-bullhorn:before {
  content: "\e8ae";
}

.icon-hearing:before {
  content: "\e8af";
}

.icon-volume-high:before {
  content: "\e8b0";
}

.icon-volume-medium:before {
  content: "\e8b1";
}

.icon-volume-low:before {
  content: "\e8b2";
}

.icon-volume:before {
  content: "\e8b3";
}

.icon-mute:before {
  content: "\e8b4";
}

.icon-lan:before {
  content: "\e8b5";
}

.icon-lan2:before {
  content: "\e8b6";
}

.icon-wifi:before {
  content: "\e8b7";
}

.icon-wifi-lock:before {
  content: "\e8b8";
}

.icon-wifi-blocked:before {
  content: "\e8b9";
}

.icon-wifi-mid:before {
  content: "\e8ba";
}

.icon-wifi-low:before {
  content: "\e8bb";
}

.icon-wifi-low2:before {
  content: "\e8bc";
}

.icon-wifi-alert:before {
  content: "\e8bd";
}

.icon-wifi-alert-mid:before {
  content: "\e8be";
}

.icon-wifi-alert-low:before {
  content: "\e8bf";
}

.icon-wifi-alert-low2:before {
  content: "\e8c0";
}

.icon-stream:before {
  content: "\e8c1";
}

.icon-stream-check:before {
  content: "\e8c2";
}

.icon-stream-error:before {
  content: "\e8c3";
}

.icon-stream-alert:before {
  content: "\e8c4";
}

.icon-communication:before {
  content: "\e8c5";
}

.icon-communication-crossed:before {
  content: "\e8c6";
}

.icon-broadcast:before {
  content: "\e8c7";
}

.icon-antenna:before {
  content: "\e8c8";
}

.icon-satellite:before {
  content: "\e8c9";
}

.icon-satellite2:before {
  content: "\e8ca";
}

.icon-mic:before {
  content: "\e8cb";
}

.icon-mic-mute:before {
  content: "\e8cc";
}

.icon-mic2:before {
  content: "\e8cd";
}

.icon-spotlights:before {
  content: "\e8ce";
}

.icon-hourglass:before {
  content: "\e8cf";
}

.icon-loading:before {
  content: "\e8d0";
}

.icon-loading2:before {
  content: "\e8d1";
}

.icon-loading3:before {
  content: "\e8d2";
}

.icon-refresh:before {
  content: "\e8d3";
}

.icon-refresh2:before {
  content: "\e8d4";
}

.icon-undo:before {
  content: "\e8d5";
}

.icon-redo:before {
  content: "\e8d6";
}

.icon-jump2:before {
  content: "\e8d7";
}

.icon-undo2:before {
  content: "\e8d8";
}

.icon-redo2:before {
  content: "\e8d9";
}

.icon-sync:before {
  content: "\e8da";
}

.icon-repeat-one2:before {
  content: "\e8db";
}

.icon-sync-crossed:before {
  content: "\e8dc";
}

.icon-sync2:before {
  content: "\e8dd";
}

.icon-repeat-one3:before {
  content: "\e8de";
}

.icon-sync-crossed2:before {
  content: "\e8df";
}

.icon-return:before {
  content: "\e8e0";
}

.icon-return2:before {
  content: "\e8e1";
}

.icon-refund:before {
  content: "\e8e2";
}

.icon-history:before {
  content: "\e8e3";
}

.icon-history2:before {
  content: "\e8e4";
}

.icon-self-timer:before {
  content: "\e8e5";
}

.icon-clock:before {
  content: "\e8e6";
}

.icon-clock2:before {
  content: "\e8e7";
}

.icon-clock3:before {
  content: "\e8e8";
}

.icon-watch:before {
  content: "\e8e9";
}

.icon-alarm2:before {
  content: "\e8ea";
}

.icon-alarm-add2:before {
  content: "\e8eb";
}

.icon-alarm-remove:before {
  content: "\e8ec";
}

.icon-alarm-check:before {
  content: "\e8ed";
}

.icon-alarm-error:before {
  content: "\e8ee";
}

.icon-timer:before {
  content: "\e8ef";
}

.icon-timer-crossed:before {
  content: "\e8f0";
}

.icon-timer2:before {
  content: "\e8f1";
}

.icon-timer-crossed2:before {
  content: "\e8f2";
}

.icon-download:before {
  content: "\e8f3";
}

.icon-upload:before {
  content: "\e8f4";
}

.icon-download2:before {
  content: "\e8f5";
}

.icon-upload2:before {
  content: "\e8f6";
}

.icon-enter-up:before {
  content: "\e8f7";
}

.icon-enter-down:before {
  content: "\e8f8";
}

.icon-enter-left:before {
  content: "\e8f9";
}

.icon-enter-right:before {
  content: "\e8fa";
}

.icon-exit-up:before {
  content: "\e8fb";
}

.icon-exit-down:before {
  content: "\e8fc";
}

.icon-exit-left:before {
  content: "\e8fd";
}

.icon-exit-right:before {
  content: "\e8fe";
}

.icon-enter-up2:before {
  content: "\e8ff";
}

.icon-enter-down2:before {
  content: "\e900";
}

.icon-enter-vertical:before {
  content: "\e901";
}

.icon-enter-left2:before {
  content: "\e902";
}

.icon-enter-right2:before {
  content: "\e903";
}

.icon-enter-horizontal:before {
  content: "\e904";
}

.icon-exit-up2:before {
  content: "\e905";
}

.icon-exit-down2:before {
  content: "\e906";
}

.icon-exit-left2:before {
  content: "\e907";
}

.icon-exit-right2:before {
  content: "\e908";
}

.icon-cli:before {
  content: "\e909";
}

.icon-bug:before {
  content: "\e90a";
}

.icon-code:before {
  content: "\e90b";
}

.icon-file-code:before {
  content: "\e90c";
}

.icon-file-image:before {
  content: "\e90d";
}

.icon-file-zip:before {
  content: "\e90e";
}

.icon-file-audio:before {
  content: "\e90f";
}

.icon-file-video:before {
  content: "\e910";
}

.icon-file-preview:before {
  content: "\e911";
}

.icon-file-charts:before {
  content: "\e912";
}

.icon-file-stats:before {
  content: "\e913";
}

.icon-file-spreadsheet:before {
  content: "\e914";
}

.icon-link:before {
  content: "\e915";
}

.icon-unlink:before {
  content: "\e916";
}

.icon-link2:before {
  content: "\e917";
}

.icon-unlink2:before {
  content: "\e918";
}

.icon-thumbs-up:before {
  content: "\e919";
}

.icon-thumbs-down:before {
  content: "\e91a";
}

.icon-thumbs-up2:before {
  content: "\e91b";
}

.icon-thumbs-down2:before {
  content: "\e91c";
}

.icon-thumbs-up3:before {
  content: "\e91d";
}

.icon-thumbs-down3:before {
  content: "\e91e";
}

.icon-share:before {
  content: "\e91f";
}

.icon-share2:before {
  content: "\e920";
}

.icon-share3:before {
  content: "\e921";
}

.icon-magnifier:before {
  content: "\e922";
}

.icon-file-search:before {
  content: "\e923";
}

.icon-find-replace:before {
  content: "\e924";
}

.icon-zoom-in:before {
  content: "\e925";
}

.icon-zoom-out:before {
  content: "\e926";
}

.icon-loupe:before {
  content: "\e927";
}

.icon-loupe-zoom-in:before {
  content: "\e928";
}

.icon-loupe-zoom-out:before {
  content: "\e929";
}

.icon-cross:before {
  content: "\e92a";
}

.icon-menu:before {
  content: "\e92b";
}

.icon-list:before {
  content: "\e92c";
}

.icon-list2:before {
  content: "\e92d";
}

.icon-list3:before {
  content: "\e92e";
}

.icon-menu2:before {
  content: "\e92f";
}

.icon-list4:before {
  content: "\e930";
}

.icon-menu3:before {
  content: "\e931";
}

.icon-exclamation:before {
  content: "\e932";
}

.icon-question:before {
  content: "\e933";
}

.icon-check:before {
  content: "\e934";
}

.icon-cross2:before {
  content: "\e935";
}

.icon-plus:before {
  content: "\e936";
}

.icon-minus:before {
  content: "\e937";
}

.icon-percent:before {
  content: "\e938";
}

.icon-chevron-up:before {
  content: "\e939";
}

.icon-chevron-down:before {
  content: "\e93a";
}

.icon-chevron-left:before {
  content: "\e93b";
}

.icon-chevron-right:before {
  content: "\e93c";
}

.icon-chevrons-expand-vertical:before {
  content: "\e93d";
}

.icon-chevrons-expand-horizontal:before {
  content: "\e93e";
}

.icon-chevrons-contract-vertical:before {
  content: "\e93f";
}

.icon-chevrons-contract-horizontal:before {
  content: "\e940";
}

.icon-arrow-up:before {
  content: "\e941";
}

.icon-arrow-down:before {
  content: "\e942";
}

.icon-arrow-left:before {
  content: "\e943";
}

.icon-arrow-right:before {
  content: "\e944";
}

.icon-arrow-up-right:before {
  content: "\e945";
}

.icon-arrows-merge:before {
  content: "\e946";
}

.icon-arrows-split:before {
  content: "\e947";
}

.icon-arrow-divert:before {
  content: "\e948";
}

.icon-arrow-return:before {
  content: "\e949";
}

.icon-expand:before {
  content: "\e94a";
}

.icon-contract:before {
  content: "\e94b";
}

.icon-expand2:before {
  content: "\e94c";
}

.icon-contract2:before {
  content: "\e94d";
}

.icon-move:before {
  content: "\e94e";
}

.icon-tab:before {
  content: "\e94f";
}

.icon-arrow-wave:before {
  content: "\e950";
}

.icon-expand3:before {
  content: "\e951";
}

.icon-expand4:before {
  content: "\e952";
}

.icon-contract3:before {
  content: "\e953";
}

.icon-notification:before {
  content: "\e954";
}

.icon-warning:before {
  content: "\e955";
}

.icon-notification-circle:before {
  content: "\e956";
}

.icon-question-circle:before {
  content: "\e957";
}

.icon-menu-circle:before {
  content: "\e958";
}

.icon-checkmark-circle:before {
  content: "\e959";
}

.icon-cross-circle:before {
  content: "\e95a";
}

.icon-plus-circle:before {
  content: "\e95b";
}

.icon-circle-minus:before {
  content: "\e95c";
}

.icon-percent-circle:before {
  content: "\e95d";
}

.icon-arrow-up-circle:before {
  content: "\e95e";
}

.icon-arrow-down-circle:before {
  content: "\e95f";
}

.icon-arrow-left-circle:before {
  content: "\e960";
}

.icon-arrow-right-circle:before {
  content: "\e961";
}

.icon-chevron-up-circle:before {
  content: "\e962";
}

.icon-chevron-down-circle:before {
  content: "\e963";
}

.icon-chevron-left-circle:before {
  content: "\e964";
}

.icon-chevron-right-circle:before {
  content: "\e965";
}

.icon-backward-circle:before {
  content: "\e966";
}

.icon-first-circle:before {
  content: "\e967";
}

.icon-previous-circle:before {
  content: "\e968";
}

.icon-stop-circle:before {
  content: "\e969";
}

.icon-play-circle:before {
  content: "\e96a";
}

.icon-pause-circle:before {
  content: "\e96b";
}

.icon-next-circle:before {
  content: "\e96c";
}

.icon-last-circle:before {
  content: "\e96d";
}

.icon-forward-circle:before {
  content: "\e96e";
}

.icon-eject-circle:before {
  content: "\e96f";
}

.icon-crop:before {
  content: "\e970";
}

.icon-frame-expand:before {
  content: "\e971";
}

.icon-frame-contract:before {
  content: "\e972";
}

.icon-focus:before {
  content: "\e973";
}

.icon-transform:before {
  content: "\e974";
}

.icon-grid:before {
  content: "\e975";
}

.icon-grid-crossed:before {
  content: "\e976";
}

.icon-layers:before {
  content: "\e977";
}

.icon-layers-crossed:before {
  content: "\e978";
}

.icon-toggle:before {
  content: "\e979";
}

.icon-rulers:before {
  content: "\e97a";
}

.icon-ruler:before {
  content: "\e97b";
}

.icon-funnel:before {
  content: "\e97c";
}

.icon-flip-horizontal:before {
  content: "\e97d";
}

.icon-flip-vertical:before {
  content: "\e97e";
}

.icon-flip-horizontal2:before {
  content: "\e97f";
}

.icon-flip-vertical2:before {
  content: "\e980";
}

.icon-angle:before {
  content: "\e981";
}

.icon-angle2:before {
  content: "\e982";
}

.icon-subtract:before {
  content: "\e983";
}

.icon-combine:before {
  content: "\e984";
}

.icon-intersect:before {
  content: "\e985";
}

.icon-exclude:before {
  content: "\e986";
}

.icon-align-center-vertical:before {
  content: "\e987";
}

.icon-align-right:before {
  content: "\e988";
}

.icon-align-bottom:before {
  content: "\e989";
}

.icon-align-left:before {
  content: "\e98a";
}

.icon-align-center-horizontal:before {
  content: "\e98b";
}

.icon-align-top:before {
  content: "\e98c";
}

.icon-square:before {
  content: "\e98d";
}

.icon-plus-square:before {
  content: "\e98e";
}

.icon-minus-square:before {
  content: "\e98f";
}

.icon-percent-square:before {
  content: "\e990";
}

.icon-arrow-up-square:before {
  content: "\e991";
}

.icon-arrow-down-square:before {
  content: "\e992";
}

.icon-arrow-left-square:before {
  content: "\e993";
}

.icon-arrow-right-square:before {
  content: "\e994";
}

.icon-chevron-up-square:before {
  content: "\e995";
}

.icon-chevron-down-square:before {
  content: "\e996";
}

.icon-chevron-left-square:before {
  content: "\e997";
}

.icon-chevron-right-square:before {
  content: "\e998";
}

.icon-check-square:before {
  content: "\e999";
}

.icon-cross-square:before {
  content: "\e99a";
}

.icon-menu-square:before {
  content: "\e99b";
}

.icon-prohibited:before {
  content: "\e99c";
}

.icon-circle:before {
  content: "\e99d";
}

.icon-radio-button:before {
  content: "\e99e";
}

.icon-ligature:before {
  content: "\e99f";
}

.icon-text-format:before {
  content: "\e9a0";
}

.icon-text-format-remove:before {
  content: "\e9a1";
}

.icon-text-size:before {
  content: "\e9a2";
}

.icon-bold:before {
  content: "\e9a3";
}

.icon-italic:before {
  content: "\e9a4";
}

.icon-underline:before {
  content: "\e9a5";
}

.icon-strikethrough:before {
  content: "\e9a6";
}

.icon-highlight:before {
  content: "\e9a7";
}

.icon-text-align-left:before {
  content: "\e9a8";
}

.icon-text-align-center:before {
  content: "\e9a9";
}

.icon-text-align-right:before {
  content: "\e9aa";
}

.icon-text-align-justify:before {
  content: "\e9ab";
}

.icon-line-spacing:before {
  content: "\e9ac";
}

.icon-indent-increase:before {
  content: "\e9ad";
}

.icon-indent-decrease:before {
  content: "\e9ae";
}

.icon-text-wrap:before {
  content: "\e9af";
}

.icon-pilcrow:before {
  content: "\e9b0";
}

.icon-direction-ltr:before {
  content: "\e9b1";
}

.icon-direction-rtl:before {
  content: "\e9b2";
}

.icon-page-break:before {
  content: "\e9b3";
}

.icon-page-break2:before {
  content: "\e9b4";
}

.icon-sort-alpha-asc:before {
  content: "\e9b5";
}

.icon-sort-alpha-desc:before {
  content: "\e9b6";
}

.icon-sort-numeric-asc:before {
  content: "\e9b7";
}

.icon-sort-numeric-desc:before {
  content: "\e9b8";
}

.icon-sort-amount-asc:before {
  content: "\e9b9";
}

.icon-sort-amount-desc:before {
  content: "\e9ba";
}

.icon-sort-time-asc:before {
  content: "\e9bb";
}

.icon-sort-time-desc:before {
  content: "\e9bc";
}

.icon-sigma:before {
  content: "\e9bd";
}

.icon-pencil-line:before {
  content: "\e9be";
}

.icon-hand:before {
  content: "\e9bf";
}

.icon-pointer-up:before {
  content: "\e9c0";
}

.icon-pointer-right:before {
  content: "\e9c1";
}

.icon-pointer-down:before {
  content: "\e9c2";
}

.icon-pointer-left:before {
  content: "\e9c3";
}

.icon-finger-tap:before {
  content: "\e9c4";
}

.icon-fingers-tap:before {
  content: "\e9c5";
}

.icon-reminder:before {
  content: "\e9c6";
}

.icon-fingers-crossed:before {
  content: "\e9c7";
}

.icon-fingers-victory:before {
  content: "\e9c8";
}

.icon-gesture-zoom:before {
  content: "\e9c9";
}

.icon-gesture-pinch:before {
  content: "\e9ca";
}

.icon-fingers-scroll-horizontal:before {
  content: "\e9cb";
}

.icon-fingers-scroll-vertical:before {
  content: "\e9cc";
}

.icon-fingers-scroll-left:before {
  content: "\e9cd";
}

.icon-fingers-scroll-right:before {
  content: "\e9ce";
}

.icon-hand2:before {
  content: "\e9cf";
}

.icon-pointer-up2:before {
  content: "\e9d0";
}

.icon-pointer-right2:before {
  content: "\e9d1";
}

.icon-pointer-down2:before {
  content: "\e9d2";
}

.icon-pointer-left2:before {
  content: "\e9d3";
}

.icon-finger-tap2:before {
  content: "\e9d4";
}

.icon-fingers-tap2:before {
  content: "\e9d5";
}

.icon-reminder2:before {
  content: "\e9d6";
}

.icon-gesture-zoom2:before {
  content: "\e9d7";
}

.icon-gesture-pinch2:before {
  content: "\e9d8";
}

.icon-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}

.icon-fingers-scroll-vertical2:before {
  content: "\e9da";
}

.icon-fingers-scroll-left2:before {
  content: "\e9db";
}

.icon-fingers-scroll-right2:before {
  content: "\e9dc";
}

.icon-fingers-scroll-vertical3:before {
  content: "\e9dd";
}

.icon-border-style:before {
  content: "\e9de";
}

.icon-border-all:before {
  content: "\e9df";
}

.icon-border-outer:before {
  content: "\e9e0";
}

.icon-border-inner:before {
  content: "\e9e1";
}

.icon-border-top:before {
  content: "\e9e2";
}

.icon-border-horizontal:before {
  content: "\e9e3";
}

.icon-border-bottom:before {
  content: "\e9e4";
}

.icon-border-left:before {
  content: "\e9e5";
}

.icon-border-vertical:before {
  content: "\e9e6";
}

.icon-border-right:before {
  content: "\e9e7";
}

.icon-border-none:before {
  content: "\e9e8";
}

.icon-ellipsis:before {
  content: "\e9e9";
}

.icon-uni21:before {
  content: "\21";
}

.icon-uni22:before {
  content: "\22";
}

.icon-uni23:before {
  content: "\23";
}

.icon-uni24:before {
  content: "\24";
}

.icon-uni25:before {
  content: "\25";
}

.icon-uni26:before {
  content: "\26";
}

.icon-uni27:before {
  content: "\27";
}

.icon-uni28:before {
  content: "\28";
}

.icon-uni29:before {
  content: "\29";
}

.icon-uni2a:before {
  content: "\2a";
}

.icon-uni2b:before {
  content: "\2b";
}

.icon-uni2c:before {
  content: "\2c";
}

.icon-uni2d:before {
  content: "\2d";
}

.icon-uni2e:before {
  content: "\2e";
}

.icon-uni2f:before {
  content: "\2f";
}

.icon-uni30:before {
  content: "\30";
}

.icon-uni31:before {
  content: "\31";
}

.icon-uni32:before {
  content: "\32";
}

.icon-uni33:before {
  content: "\33";
}

.icon-uni34:before {
  content: "\34";
}

.icon-uni35:before {
  content: "\35";
}

.icon-uni36:before {
  content: "\36";
}

.icon-uni37:before {
  content: "\37";
}

.icon-uni38:before {
  content: "\38";
}

.icon-uni39:before {
  content: "\39";
}

.icon-uni3a:before {
  content: "\3a";
}

.icon-uni3b:before {
  content: "\3b";
}

.icon-uni3c:before {
  content: "\3c";
}

.icon-uni3d:before {
  content: "\3d";
}

.icon-uni3e:before {
  content: "\3e";
}

.icon-uni3f:before {
  content: "\3f";
}

.icon-uni40:before {
  content: "\40";
}

.icon-uni41:before {
  content: "\41";
}

.icon-uni42:before {
  content: "\42";
}

.icon-uni43:before {
  content: "\43";
}

.icon-uni44:before {
  content: "\44";
}

.icon-uni45:before {
  content: "\45";
}

.icon-uni46:before {
  content: "\46";
}

.icon-uni47:before {
  content: "\47";
}

.icon-uni48:before {
  content: "\48";
}

.icon-uni49:before {
  content: "\49";
}

.icon-uni4a:before {
  content: "\4a";
}

.icon-uni4b:before {
  content: "\4b";
}

.icon-uni4c:before {
  content: "\4c";
}

.icon-uni4d:before {
  content: "\4d";
}

.icon-uni4e:before {
  content: "\4e";
}

.icon-uni4f:before {
  content: "\4f";
}

.icon-uni50:before {
  content: "\50";
}

.icon-uni51:before {
  content: "\51";
}

.icon-uni52:before {
  content: "\52";
}

.icon-uni53:before {
  content: "\53";
}

.icon-uni54:before {
  content: "\54";
}

.icon-uni55:before {
  content: "\55";
}

.icon-uni56:before {
  content: "\56";
}

.icon-uni57:before {
  content: "\57";
}

.icon-uni58:before {
  content: "\58";
}

.icon-uni59:before {
  content: "\59";
}

.icon-uni5a:before {
  content: "\5a";
}

.icon-uni5b:before {
  content: "\5b";
}

.icon-uni5c:before {
  content: "\5c";
}

.icon-uni5d:before {
  content: "\5d";
}

.icon-uni5e:before {
  content: "\5e";
}

.icon-uni5f:before {
  content: "\5f";
}

.icon-uni60:before {
  content: "\60";
}

.icon-uni61:before {
  content: "\61";
}

.icon-uni62:before {
  content: "\62";
}

.icon-uni63:before {
  content: "\63";
}

.icon-uni64:before {
  content: "\64";
}

.icon-uni65:before {
  content: "\65";
}

.icon-uni66:before {
  content: "\66";
}

.icon-uni67:before {
  content: "\67";
}

.icon-uni68:before {
  content: "\68";
}

.icon-uni69:before {
  content: "\69";
}

.icon-uni6a:before {
  content: "\6a";
}

.icon-uni6b:before {
  content: "\6b";
}

.icon-uni6c:before {
  content: "\6c";
}

.icon-uni6d:before {
  content: "\6d";
}

.icon-uni6e:before {
  content: "\6e";
}

.icon-uni6f:before {
  content: "\6f";
}

.icon-uni70:before {
  content: "\70";
}

.icon-uni71:before {
  content: "\71";
}

.icon-uni72:before {
  content: "\72";
}

.icon-uni73:before {
  content: "\73";
}

.icon-uni74:before {
  content: "\74";
}

.icon-uni75:before {
  content: "\75";
}

.icon-uni76:before {
  content: "\76";
}

.icon-uni77:before {
  content: "\77";
}

.icon-uni78:before {
  content: "\78";
}

.icon-uni79:before {
  content: "\79";
}

.icon-uni7a:before {
  content: "\7a";
}

.icon-uni7b:before {
  content: "\7b";
}

.icon-uni7c:before {
  content: "\7c";
}

.icon-uni7d:before {
  content: "\7d";
}

.icon-uni7e:before {
  content: "\7e";
}

.icon-copyright:before {
  content: "\a9";
}

.compare_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 50px 0;
  overflow: hidden;
}

.compare_wrapper .compare_item {
  width: 280px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding: 10px 15px;
}

.compare_wrapper .compare_item .img_wrpeer {
  height: 110px;
}

.compare_wrapper .compare_item .img_wrpeer img {
  height: 110px;
}

.compare_wrapper .compare_item:nth-child(even) {
  background: #F6F6F6;
}

.compare_wrapper .offer_block {
  margin-bottom: 10px;
  position: relative;
}

.compare_wrapper .offer_block a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.compare_wrapper .offer_block a:hover {
  text-decoration: underline;
}

.compare_wrapper .offer_block p.name {
  display: inline-block;
  width: 100%;
  min-height: 60px;
  padding: 10px 0;
}

.compare_wrapper.diff .compare_item {
  background: #f5f5f5;
}

.compare_wrapper p.price {
  display: inline-block;
  width: 100%;
  color: #000;
  margin: 10px 0;
}

.compare_wrapper .buy_button, .compare_wrapper .fav_button, .compare_wrapper .cmp_button {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.compare_wrapper .buy_button {
  border: 2px solid #E61E1E;
  background: #E61E1E;
  color: #fff;
  padding: 11px 24px;
  border-radius: 4px;
}

.compare_wrapper .buy_button:hover {
  background: #fff;
  color: #E61E1E;
}

.compare_wrapper .buy_button.active {
  background: #E61E1E;
}

.compare_wrapper.props .compare_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
  width: 16.66%;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-right: 0;
  padding-right: 20px;
  font-size: 15px;
}

p.prop_title {
  border-top: 1px solid #dcdcdc;
  font-size: 14px;
  color: #949494;
  padding: 10px 0 10px 0;
  overflow: hidden;
}

.compare_line {
  overflow: hidden;
}

.prop_group_name {
  padding: 15px 0;
}

.prop_group_name img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 3px;
}

.prop_group.close .prop_group_name img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.prop_group.close .prop_title, .prop_group.close .compare_line {
  padding: 0;
  height: 0;
  border: none;
}

.remove_from_compare {
  height: 36px;
  width: 20px;
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  top: 5px;
  right: 5px;
  position: absolute;
  fill: #E61E1E;
}

.remove_from_compare svg {
  height: 20px;
  width: 20px;
}

.copyright {
  border-top: 1px solid #E9E9E9;
  background: #fff;
}

.copyright__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 14px;
  color: #A3A3A3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.copyright .dev {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.copyright .dev a {
  color: #A3A3A3;
}

form .like_h1 {
  font-size: 120%;
}

form ~ .success {
  text-align: center;
  display: none;
}

.cmp-info {
  padding-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cmp-info .sectionBlock__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.big-wrap-cmp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 120px;
}

.big-wrap-cmp__title {
  font-size: 24px;
  font-weight: bold;
}

.big-wrap-cmp__sub-title {
  margin: 15px 0 24px 0;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 9;
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  margin-top: -30px;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.5;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  opacity: 1;
}

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

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
  background-image: url("/local/templates/main2020/img/arrow.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  right: 10px;
  background-image: url("/local/templates/main2020/img/arrow.svg");
}

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

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

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

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ".";
  width: 20px;
  height: 2px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  background: #b2b2b2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #000000;
}

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

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

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

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

.js-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ".";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 6px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  opacity: 0.5;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.js-slider .slick-dots li.slick-active button:before {
  background: #ffffff;
  opacity: 1;
}

.js-reviews-slider .slick-prev, .js-reviews-slider .slick-next {
  background-image: url("/local/templates/main2020/img/arrow-fiol.svg");
  width: 12px;
  height: 12px;
  bottom: 3px;
  right: 3px;
  top: auto;
  left: auto;
}

.js-reviews-slider .slick-prev {
  right: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 8.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Hairline"), local("Lato-Hairline"), url("../fonts/Lato/latohairline.woff2") format("woff2"), url("../fonts/Lato/latohairline.woff") format("woff"), url("../fonts/Lato/latohairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Hairline Italic"), local("Lato-HairlineItalic"), url("../fonts/Lato/latohairlineitalic.woff2") format("woff2"), url("../fonts/Lato/latohairlineitalic.woff") format("woff"), url("../fonts/Lato/latohairlineitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Thin"), local("Lato-Thin"), url("../fonts/Lato/latothin.woff2") format("woff2"), url("../fonts/Lato/latothin.woff") format("woff"), url("../fonts/Lato/latothin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Thin Italic"), local("Lato-ThinItalic"), url("../fonts/Lato/latothinitalic.woff2") format("woff2"), url("../fonts/Lato/latothinitalic.woff") format("woff"), url("../fonts/Lato/latothinitalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/Lato/latolight.woff2") format("woff2"), url("../fonts/Lato/latolight.woff") format("woff"), url("../fonts/Lato/latolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("../fonts/Lato/latolightitalic.woff2") format("woff2"), url("../fonts/Lato/latolightitalic.woff") format("woff"), url("../fonts/Lato/latolightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/Lato/latoregular.woff2") format("woff2"), url("../fonts/Lato/latoregular.woff") format("woff"), url("../fonts/Lato/latoregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Italic"), local("Lato-Italic"), url("../fonts/Lato/latoitalic.woff2") format("woff2"), url("../fonts/Lato/latoitalic.woff") format("woff"), url("../fonts/Lato/latoitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Medium"), local("Lato-Medium"), url("../fonts/Lato/latomedium.woff2") format("woff2"), url("../fonts/Lato/latomedium.woff") format("woff"), url("../fonts/Lato/latomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Medium Italic"), local("Lato-MediumItalic"), url("../fonts/Lato/latomediumitalic.woff2") format("woff2"), url("../fonts/Lato/latomediumitalic.woff") format("woff"), url("../fonts/Lato/latomediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Semibold"), local("Lato-Semibold"), url("../fonts/Lato/latosemibold.woff2") format("woff2"), url("../fonts/Lato/latosemibold.woff") format("woff"), url("../fonts/Lato/latosemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Semibold Italic"), local("Lato-SemiboldItalic"), url("../fonts/Lato/latosemibolditalic.woff2") format("woff2"), url("../fonts/Lato/latosemibolditalic.woff") format("woff"), url("../fonts/Lato/latosemibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/Lato/latobold.woff2") format("woff2"), url("../fonts/Lato/latobold.woff") format("woff"), url("../fonts/Lato/latobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("../fonts/Lato/latobolditalic.woff2") format("woff2"), url("../fonts/Lato/latobolditalic.woff") format("woff"), url("../fonts/Lato/latobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Heavy"), local("Lato-Heavy"), url("../fonts/Lato/latoheavy.woff2") format("woff2"), url("../fonts/Lato/latoheavy.woff") format("woff"), url("../fonts/Lato/latoheavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Heavy Italic"), local("Lato-HeavyItalic"), url("../fonts/Lato/latoheavyitalic.woff2") format("woff2"), url("../fonts/Lato/latoheavyitalic.woff") format("woff"), url("../fonts/Lato/latoheavyitalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/Lato/latoblack.woff2") format("woff2"), url("../fonts/Lato/latoblack.woff") format("woff"), url("../fonts/Lato/latoblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("../fonts/Lato/latoblackitalic.woff2") format("woff2"), url("../fonts/Lato/latoblackitalic.woff") format("woff"), url("../fonts/Lato/latoblackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

:root {
  --app-container: #ffffff;
  --main-color: #3A3939;
  --main-color-card: #dbf6fd;
  --secondary-color: #4A4A4A;
  --link-color: #3A3939;
  --link-color-hover: #c3cff4;
  --link-color-active: #fff;
  --link-color-active-bg: #3A3939;
  --projects-section: #fff;
  --message-box-hover: #fafcff;
  --message-box-border: #e9ebf0;
  --more-list-bg: #fff;
  --more-list-bg-hover: #f6fbff;
  --more-list-shadow: rgba(209, 209, 209, 0.4);
  --button-bg: #1f1c24;
  --search-area-bg: #fff;
  --star: #3A3939;
  --message-btn: #fff;
}

.dark:root {
  --app-container: #1f1d2b;
  --app-container: #111827;
  --main-color: #fff;
  --secondary-color: rgba(255, 255, 255, 0.8);
  --main-color-card: rgba(255, 255, 255, 0.35);
  --projects-section: #1f2937;
  --link-color: rgba(255, 255, 255, 0.8);
  --link-color-hover: rgba(195, 207, 244, 0.1);
  --link-color-active-bg: rgba(195, 207, 244, 0.2);
  --button-bg: #1f2937;
  --search-area-bg: #111827;
  --message-box-hover: #243244;
  --message-box-border: rgba(255, 255, 255, 0.1);
  --star: #ffd92c;
  --light-font: rgba(255, 255, 255, 0.8);
  --more-list-bg: #2f3142;
  --more-list-bg-hover: rgba(195, 207, 244, 0.1);
  --more-list-shadow: rgba(195, 207, 244, 0.1);
  --message-btn: rgba(195, 207, 244, 0.1);
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

html.is-sticky2,
body.is-sticky2 {
  padding-top: 151px;
}

html {
  font-size: 16px;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  top: 0;
  height: 100%;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Geologica', sans-serif;
  background-color: var(--app-container);
  max-width: 100%;
  text-rendering: auto;
  font-weight: 400;
  line-height: 1.2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  margin: 0;
}

body.disable-scroll {
  overflow: hidden;
}

.logoSmall,
.logoBig {
  display: inline-block;
  max-width: 144px;
  width: 100%;
}

.hide {
  display: none;
}

.button {
  color: white;
  font-size: 15px;
  border: 0;
  font-weight: bold;
  height: 44px;
  width: auto;
  line-height: 1;
  margin-top: 20px;
  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;
  text-decoration: none;
  padding: 0 20px;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #57BA46;
}

.button:hover {
  background-color: #459538;
}

@media screen and (max-width: 480px) {
  .button {
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.button--small {
  height: 26px;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 15px;
  color: #3A3939;
}

.button--border {
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 0px;
  font-size: 15px;
  color: #3A3939;
}

.button--grey {
  background-color: #8e8e8e;
  color: #FFFFFF;
}

.button__prim {
  border: 1px solid #3A3939;
  color: #3A3939;
  background-color: #F4F4F4;
}

.button__prim:hover {
  border-color: #57BA46;
  color: #57BA46;
  background-color: #F4F4F4;
}

.button__tools {
  width: 44px;
  height: 44px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  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;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button__tools svg {
  fill: none;
  stroke: #3A3939;
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button__tools:hover, .button__tools.active, .button__tools.__active {
  border-color: #57BA46;
}

.button__tools:hover svg, .button__tools.active svg, .button__tools.__active svg {
  stroke: #57BA46;
}

.button.inBasket {
  border: 1px solid #57BA46;
  color: #57BA46;
  background: #fff;
}

.button__inline {
  display: inline-block;
  line-height: 44px;
  margin: 0 auto;
}

.app-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  min-height: 60vh;
  width: 100%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1160px) {
  .app-content {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .app-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .app-content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .app-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.app-content section,
.app-content .section {
  width: 100%;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .app-content section,
  .app-content .section {
    padding-bottom: 30px;
  }
}

.app-content section--heading,
.app-content .section--heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  padding-bottom: 0;
}

@media (max-width: 1160px) {
  .app-content section--heading,
  .app-content .section--heading {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .app-content section--heading,
  .app-content .section--heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .app-content section--heading,
  .app-content .section--heading {
    width: 100%;
  }
}

.app-content section__title,
.app-content .section__title {
  position: relative;
  margin-bottom: 35px;
  color: #3A3939;
}

.app-content section__title a,
.app-content .section__title a {
  color: #3A3939;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.app-content section__title a:hover,
.app-content .section__title a:hover {
  color: #57BA46;
}

.app-content section__title .showall,
.app-content .section__title .showall {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #8e8e8e;
}

@media screen and (max-width: 768px) {
  .app-content section__title .showall,
  .app-content .section__title .showall {
    font-size: 14px;
  }
}

.app-content section .swiper-pagination,
.app-content .section .swiper-pagination {
  bottom: 20px;
}

.app-content section .swiper-pagination > .swiper-pagination-bullet,
.app-content .section .swiper-pagination > .swiper-pagination-bullet {
  margin: 0 2px;
  width: 10px;
  height: 10px;
  -webkit-transform: none !important;
          transform: none !important;
}

.app-content section .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active,
.app-content .section .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #57BA46;
}

.app-content section.__grey,
.app-content .section.__grey {
  background: #F4F4F4;
}

.app-content section.__grey .section,
.app-content .section.__grey .section {
  background: #F4F4F4;
}

.app-content section.__dark,
.app-content .section.__dark {
  background: #F4F4F4;
}

.app-content section.__dark .section,
.app-content .section.__dark .section {
  background: #F4F4F4;
}

.app-content section.__padding,
.app-content .section.__padding {
  padding: 30px 0 0 0;
  margin-bottom: 30px;
}

.title,
.section__title {
  position: relative;
  width: 100%;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  color: var(--main-color);
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6,
.section__title h1,
.section__title h2,
.section__title h3,
.section__title h4,
.section__title h5,
.section__title h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 960px) {
  .title,
  .section__title {
    font-size: 22px;
  }
}

.section__title {
  padding-right: 120px;
}

@media screen and (max-width: 480px) {
  .section__title {
    padding-right: 100px;
  }
}

.notoppad {
  padding-top: 0 !important;
}

.nobotmar {
  margin-bottom: 0 !important;
}

.borderbot {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

img,
svg {
  max-width: 100%;
}

*:focus {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

button,
a {
  cursor: pointer;
}

.videoframe,
.mapframe {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}

.videoframe iframe,
.mapframe iframe {
  width: 100%;
  height: 400px;
}

.black {
  color: #3A3939;
}

.cardbox {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 15px rgba(46, 61, 98, 0.18);
  border-radius: 5px;
}

.cardbox input,
.cardbox textarea,
.cardbox button {
  width: 100%;
}

.red {
  color: #57BA46;
}

.view-btn {
  width: 36px;
  height: 36px;
  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: 6px;
  border-radius: 4px;
  background-color: transparent;
  border: none;
  color: var(--main-color);
  margin-left: 8px;
  -webkit-transition: .2s;
  transition: .2s;
}

.view-btn svg {
  fill: none;
  stroke: #3A3939;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.view-btn.active svg {
  fill: #57BA46;
  stroke: #57BA46;
}

.view-btn:not(.active):hover {
  background-color: var(--link-color-hover);
  color: var(--link-color-active);
}

.more-wrapper {
  position: relative;
}

.ui-widget.ui-widget-content {
  z-index: 999 !important;
  border: 0;
  width: 100%;
  max-width: 320px;
  box-shadow: 0px 4px 4px rgba(119, 119, 119, 0.25);
  border-radius: 10px;
}

.ui-widget-header .ui-icon {
  background-image: none !important;
}

.ui-datepicker .ui-datepicker-header {
  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-radius: 10px !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: auto;
  left: 10px;
  width: 12px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M11 1.5L6 6.5L1 1.5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 50% no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next.ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
  left: 10px;
  outline: none;
  width: 12px;
  height: 6px;
  border: none;
  box-shadow: none;
}

.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev.ui-datepicker-next-hover {
  right: 10px;
  outline: none;
  width: 12px;
  height: 6px;
  border: none;
  box-shadow: none;
}

.ui-datepicker .ui-datepicker-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: auto;
  right: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  border-radius: 50%;
  width: 30px;
  margin: 0 auto;
  height: 30px;
  color: #3A3939;
  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;
}

.jq-selectbox {
  position: relative;
  display: block !important;
  max-width: 100%;
}

.jq-selectbox__select {
  background-color: #333333;
  height: 26px;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 15px;
  color: white;
  width: 100%;
  margin-right: 0;
  max-width: 100%;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jq-selectbox__select-text {
  position: relative;
  display: inline-block;
  width: 100% !important;
  padding-right: 24px;
  max-width: 250px;
  box-sizing: border-box;
  font-family: inherit !important;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  cursor: pointer;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jq-selectbox__trigger-arrow {
  width: 10px;
  height: 5px;
  background: url(../img/content/svg/icon-small-arrow.svg) top left no-repeat;
  background-size: contain;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  bottom: initial !important;
  right: 0;
  width: 100%;
  left: 0;
  background: #ebebeb;
  border-radius: 0 0 10px 10px;
}

.jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none !important;
}

.jq-selectbox__dropdown ul li {
  padding: 8px 20px;
  font-family: inherit !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.selected, .jq-selectbox__dropdown ul li.sel {
  background: #cecdcd;
}

.jq-selectbox__dropdown ul li:last-child {
  border-radius: 0 0 .5rem .5rem;
}

.jq-selectbox.dropdown .jq-selectbox__select, .jq-selectbox.opened .jq-selectbox__select {
  border-radius: 0;
}

.custom-input, textarea {
  cursor: pointer;
  height: 44px;
  border: none;
  padding: 0 15px;
  margin: 0;
  outline: none;
  font-size: 15px;
  line-height: 1;
  width: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: var(--search-area-bg);
  color: var(--main-color);
  border: 1px solid #E8E8E8;
  -webkit-transition: .3s;
  transition: .3s;
}

.custom-input.error, textarea.error {
  border: 1px solid red;
}

@media screen and (max-width: 480px) {
  .custom-input, textarea {
    height: 40px;
    font-size: 14px;
  }
}

.custom-input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 1;
  color: #8e8e8e;
}

.custom-input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 15px;
  line-height: 1;
  color: #8e8e8e;
}

.custom-input::placeholder, textarea::placeholder {
  font-size: 15px;
  line-height: 1;
  color: #8e8e8e;
}

.custom-input:hover, textarea:hover, .custom-input:focus, textarea:focus, .custom-input:active, textarea:active {
  outline: none;
}

.custom-input_label {
  line-height: 1.2;
  text-transform: none;
  color: #8e8e8e;
  margin-bottom: 5px;
  display: block;
}

.custom-input_label .red {
  color: #57BA46;
  font-size: 0;
  width: 6px;
  height: 1px;
  margin: 0 5px;
  top: -8px;
  background: currentColor;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  margin-left: 1px;
}

.custom-input_label .red:before, .custom-input_label .red:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
}

.custom-input_label .red:before {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.custom-input_label .red:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

textarea {
  height: auto;
  min-height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}

select {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

input,
select,
textarea {
  font-family: inherit;
}

.elCount {
  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-radius: 5px;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  margin-left: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom-checkbox,
.custom-radio {
  position: absolute;
  left: -2000px;
  opacity: 0;
  visibility: hidden;
}

.custom-checkbox + label,
.custom-radio + label {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.custom-checkbox + label:before,
.custom-radio + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: none;
  -webkit-transition: border .3s;
  transition: border .3s;
  border: 1px solid #8e8e8e;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.custom-checkbox + label:after,
.custom-radio + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  left: 3px;
  top: 3px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6778 0.334735C11.1074 0.781049 11.1074 1.50467 10.6778 1.95098L5.17782 7.66527C4.74824 8.11158 4.05176 8.11158 3.62218 7.66527L0.322183 4.23669C-0.107394 3.79038 -0.107394 3.06676 0.322183 2.62045C0.751759 2.17414 1.44824 2.17414 1.87782 2.62045L4.4 5.2409L9.12218 0.334735C9.55176 -0.111578 10.2482 -0.111578 10.6778 0.334735Z' fill='%23fff'/%3E%3C/svg%3E%0A") 0 50% no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.custom-checkbox:checked + label:before,
.custom-radio:checked + label:before {
  background-color: #57BA46;
  border-color: #57BA46;
}

.custom-checkbox:checked + label:after,
.custom-radio:checked + label:after {
  background-color: #57BA46;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-radio + label:before {
  border-radius: 50%;
}

.custom-radio + label:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 4px;
  border-radius: 50%;
  background: #FFFFFF;
}

.custom-radio:checked + label:before {
  background-color: #57BA46;
  border-color: #57BA46;
}

.custom-radio:checked + label:after {
  background-color: #FFFFFF;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.disabled,
:disabled {
  opacity: .5;
  cursor: none;
  pointer-events: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__container {
  --fancybox-color: #334155;
  --fancybox-bg: #fff;
  --fancybox-content-color: #6B7280;
  --fancybox-content-bg: #fff;
  --fancybox-thumbs-width: 48px;
  --fancybox-thumbs-ratio: 1;
  --carousel-button-svg-stroke-width: 1.5;
  --carousel-button-svg-filter: none;
}

.fancybox__nav {
  --carousel-button-bg: #E5E7EB;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 3;
}

.fancybox__nav__button.is-next {
  right: 30px;
}

.fancybox__nav__button.is-prev {
  left: 30px;
}

.fancybox__nav__button .is-close {
  top: 0;
  right: 0;
  z-index: 10;
}

.fancybox__toolbar {
  padding: 0;
  background: var(--fancybox-bg);
  text-shadow: none;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E5E7EB;
}

.fancybox__slide {
  padding: 0;
}

.fancybox__slide.has-thumb {
  padding: 5px;
  margin: 16px 8px;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
}

.fancybox__thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.fancybox__thumbs .carousel__slide {
  padding: 20px 10px;
  overflow: visible;
}

.fancybox__thumb {
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.26);
}

.carousel__slide .is-nav-selected .fancybox__thumb::after {
  display: none;
}

.carousel__slide.has-thumb:hover,
.carousel__slide.has-thumb.is-nav-selected {
  border-color: #6B7280;
}

.carousel__slide.has-thumb.has-video {
  --fancybox-thumbs-ratio: 16 / 9;
}

.is-nav-selected .fancybox__thumb {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
}

.carousel__slide.has-thumb.has-video .fancybox__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24.38"><path d="M35.46 3.81A4.58 4.36 0 0032.24.75C29.37 0 17.93 0 17.93 0S6.48 0 3.63.72c-1.54.4-2.8 1.6-3.23 3.1-.75 2.72-.75 8.37-.75 8.37s0 5.68.75 8.37a4.58 4.36 0 003.22 3.07c2.9.75 14.3.75 14.3.75s11.45 0 14.32-.72a4.58 4.36 0 003.22-3.07c.75-2.72.75-8.37.75-8.37s.03-5.68-.75-8.4zm0 0" fill="white"/><path d="M14.29 17.4l9.51-5.21-9.51-5.22zm0 0" fill="black"/></svg>');
}

.breadcrumb {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}

.breadcrumb__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1160px) {
  .breadcrumb__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .breadcrumb__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .breadcrumb__inner {
    width: 100%;
  }
}

.breadcrumb__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.breadcrumb__inner ul li {
  position: relative;
  padding-right: 25px;
  margin-right: 10px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 480px) {
  .breadcrumb__inner ul li {
    padding-right: 20px;
  }
}

.breadcrumb__inner ul li a {
  color: #3A3939;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.breadcrumb__inner ul li a:hover {
  color: #57BA46;
}

.breadcrumb__inner ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 16px;
  height: 16px;
  background-image: url(../img/content/svg/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .breadcrumb__inner ul li:after {
    width: 12px;
    height: 12px;
  }
}

.breadcrumb__inner ul li:last-child {
  padding-left: 0;
  margin-left: 0;
  color: #8e8e8e;
}

.breadcrumb__inner ul li:last-child:after {
  display: none;
}

.cartSection {
  width: 100%;
}

.cartSection__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1160px) {
  .cartSection__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .cartSection__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .cartSection__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cartSection__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cartSection__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (max-width: 1160px) {
  .cartSection__title {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .cartSection__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .cartSection__title {
    width: 100%;
  }
}

.cartSection__title .title {
  position: relative;
  width: 100%;
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .cartSection__title .title {
    font-size: 22px;
  }
}

.cartSection__title .link {
  color: #3A3939;
  margin-right: 20px;
  text-decoration: none;
}

.cartSection__title .link:hover {
  color: #57BA46;
  text-decoration: underline;
}

.cartSection .product__item {
  background: #fff;
  padding: 30px;
  padding-right: 50px;
  width: 100%;
  max-width: 100%;
  padding-left: 130px;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.cartSection .product__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .cartSection .product__item {
    padding-left: 100px;
    padding-right: 30px;
  }
}

.cartSection .product__item .pitem__image {
  max-width: 110px;
  left: 0;
  height: 100%;
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.cartSection .product__item .pitem__image img {
  width: 80px;
  height: 80px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 480px) {
  .cartSection .product__item .pitem__image {
    max-width: 90px;
  }
}

.cartSection .product__item .pitem__name {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .cartSection .product__item .pitem__name {
    width: 100%;
  }
}

.cartSection .product__item .pitem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .cartSection .product__item .pitem__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cartSection .product__item .pitem__price {
  padding-right: 0;
  width: 100%;
  font-size: 20px;
  text-align: right;
  color: #57BA46;
}

.cartSection .product__item .pitem__price .oldprice {
  position: relative;
  width: 100%;
  font-weight: normal;
  margin-top: 10px;
  font-size: 18px;
  color: #8e8e8e;
}

@media screen and (max-width: 480px) {
  .cartSection .product__item .pitem__price {
    margin-top: 10px;
    text-align: left;
    font-size: 18px;
  }
  .cartSection .product__item .pitem__price .oldprice {
    font-size: 16px;
  }
}

.cartSection .product__item .pitem__tools {
  position: static;
  width: 100%;
  text-align: left;
}

.cartSection .product__item .delete {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cartSection .product__item .delete:before {
  font-size: 24px;
}

.cartSection .product__item .qtyBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 130px;
}

.cartSection .product__item .qtyBlock .minus,
.cartSection .product__item .qtyBlock .plus {
  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;
  margin: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/content/catalog/icon-minus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cartSection .product__item .qtyBlock .minus:hover,
.cartSection .product__item .qtyBlock .plus:hover {
  opacity: .7;
}

.cartSection .product__item .qtyBlock .plus {
  background-image: url(../img/content/catalog/icon-plus.svg);
}

.cartSection .product__item .qtyBlock input {
  width: auto;
  max-width: 40px;
  margin: 0 10px;
  text-align: center;
  border: 0;
  height: 100%;
  color: #3A3939;
}

.cartSection__left {
  width: 70%;
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .cartSection__left {
    width: 60%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cartSection__left {
    width: 100%;
    margin-right: 0;
  }
}

.cartSection__right {
  width: 30%;
  max-width: 340px;
}

.cartSection__right .cartSection__inner {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .cartSection__right {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .cartSection__right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.cartSection .custom-input, .cartSection textarea,
.cartSection textarea {
  width: 100%;
}

.cartSection .form-field--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .cartSection .form-field--check {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cartSection .form-field--check label {
    margin-bottom: 10px;
  }
  .cartSection .form-field--check label:last-child {
    margin-bottom: 0;
  }
}

.cartSection .agree input.custom-checkbox + label,
.cartSection .agree .fstart input.custom-checkbox + label,
.cartSection .fstart input.custom-checkbox + label {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
}

.cart__title {
  font-size: 24px;
  font-weight: bold;
  color: #3A3939;
  margin-bottom: 12px;
}

.cart__summ, .cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.cart__summ span, .cart__item span {
  display: inline-block;
  width: 49%;
  text-align: right;
  color: #8e8e8e;
}

.cart__summ span:first-child, .cart__item span:first-child {
  text-align: left;
}

.cart__summ label, .cart__item label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  color: #8e8e8e;
}

.cart__summ--delivery span, .cart__item--delivery span {
  font-size: 14px;
  width: auto;
}

.cart__summ a, .cart__item a {
  color: #57BA46;
  font-size: 14px;
}

.cart__summ {
  font-size: 24px;
  font-weight: bold;
  color: #3A3939;
}

.cart__summ .red {
  color: #57BA46;
  font-size: 20px;
}

.cart__item:last-child {
  margin-bottom: 0;
}

.cart__btn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}

.cart__btn .button {
  width: 100%;
  margin: 0;
}

.catalog {
  width: 100%;
}

.catalog__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1160px) {
  .catalog__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .catalog__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .catalog__inner {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .catalog__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .catalog__inner {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 668px) {
  .catalog__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.catalog__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (max-width: 1160px) {
  .catalog__title {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .catalog__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .catalog__title {
    width: 100%;
  }
}

.catalog__title .title {
  position: relative;
  width: 100%;
  font-size: 28px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .catalog__title .title {
    font-size: 22px;
  }
}

.catalog__left {
  width: 30%;
  max-width: 250px;
  margin-right: 40px;
}

.catalog__right {
  width: 100%;
  max-width: 860px;
}

@media screen and (max-width: 1160px) {
  .catalog__right {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .catalog__right {
    width: 100%;
  }
}

.catalog svg {
  fill: none;
  stroke: #3A3939;
}

.catalog .pitem__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog .pitem__items .squares {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 10px);
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (max-width: 480px) {
  .catalog .pitem__items .squares {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.catalog .pitem__items .squares .item {
  margin: 7px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .catalog .pitem__items .squares .item {
    min-width: 200px;
  }
}

.catalog .pitem__items .squares .item:hover {
  border-color: #3A3939;
}

.catalogCat__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media (max-width: 1160px) {
  .catalogCat__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .catalogCat__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .catalogCat__inner {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .catalogCat__inner {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

@media screen and (max-width: 480px) {
  .catalogCat__inner {
    grid-gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .catalogCat__inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.catalogCat__item {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #E6E6E6;
}

.catalogCat__item .item__image {
  position: relative;
  max-height: 200px;
  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;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  margin-bottom: 25px;
}

.catalogCat__item .item__image img {
  height: auto;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalogCat__item .item__text {
  position: relative;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #3A3939;
  z-index: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .catalogCat__item .item__text {
    font-size: 14px;
  }
}

.catalogCat__item:hover {
  box-shadow: 0px 10px 15px rgba(46, 61, 98, 0.18);
}

.catalogCat__item:hover .item__text {
  color: #57BA46;
}

.catalogCat--series .catalogCat__item {
  max-height: 200px;
  height: 200px;
  padding: 15px 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.catalogCat--series .catalogCat__item:before {
  display: none;
}

.catalogCat--series .catalogCat__item .item__image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalogCat--series .catalogCat__item .item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalogCat--series .catalogCat__item .item__text {
  padding: 0;
  color: #3A3939;
  z-index: 3;
}

.contactSection {
  width: 100%;
}

.contactSection__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1160px) {
  .contactSection__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .contactSection__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .contactSection__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contactSection__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contactSection__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (max-width: 1160px) {
  .contactSection__title {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .contactSection__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .contactSection__title {
    width: 100%;
  }
}

.contactSection__title .title {
  position: relative;
  width: 100%;
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .contactSection__title .title {
    font-size: 22px;
  }
}

.contactSection__title .link {
  color: #3A3939;
  margin-right: 20px;
  text-decoration: none;
}

.contactSection__title .link:hover {
  color: #57BA46;
  text-decoration: underline;
}

.contactSection__left {
  width: 70%;
  margin-right: 40px;
  max-width: 550px;
}

@media screen and (max-width: 960px) {
  .contactSection__left {
    width: 60%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contactSection__left {
    width: 100%;
    margin-right: 0;
  }
}

.contactSection__right {
  width: 30%;
  max-width: 340px;
}

.contactSection__right .cartSection__inner {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .contactSection__right {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .contactSection__right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.contactSection .custom-input, .contactSection textarea,
.contactSection textarea {
  width: 100%;
}

.contactSection .agree input.custom-checkbox + label,
.contactSection .agree .fstart input.custom-checkbox + label,
.contactSection .fstart input.custom-checkbox + label {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
}

.contact__item {
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact__item span.sup {
  display: inline-block;
  color: #8e8e8e;
  width: 100%;
  margin-bottom: 5px;
}

.contact__item .item {
  font-weight: bold;
  font-size: 20px;
  color: #3A3939;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact__item .item:hover {
  color: #57BA46;
}

.desctab {
  width: 100%;
}

.desctab__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}

@media (max-width: 1160px) {
  .desctab__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .desctab__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .desctab__inner {
    width: 100%;
  }
}

.desctab__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.desctab__content {
  padding: 20px 0 0 0;
}

.nav__el {
  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;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  padding: 5px;
  cursor: pointer;
  color: #8e8e8e;
  border-bottom: 2px solid #E8E8E8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav__el:hover {
  color: #57BA46;
}

.nav__el.active {
  color: #57BA46;
  border-color: #57BA46;
}

.tab__el:not(.active) {
  display: none;
}

.sectionBlock {
  width: 100%;
}

.sectionBlock .infoBlock__inner {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.sectionBlock__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1160px) {
  .sectionBlock__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .sectionBlock__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .sectionBlock__inner {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .sectionBlock__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sectionBlock__text {
  padding-right: 60px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .sectionBlock__text {
    padding-right: 0;
  }
}

.sectionBlock__text p:first-child {
  margin-top: 0;
}

.sectionBlock__text + .sectionBlock__image {
  max-width: 460px;
}

@media screen and (max-width: 480px) {
  .sectionBlock__text + .sectionBlock__image {
    max-width: 100%;
  }
}

.sectionBlock__image {
  width: 100%;
}

.sectionBlock__image + .sectionBlock__text {
  max-width: 320px;
  padding-right: 0;
  padding-left: 40px;
}

@media screen and (max-width: 480px) {
  .sectionBlock__image + .sectionBlock__text {
    max-width: 100%;
    padding-left: 0;
  }
}

.sectionBlock__image img {
  display: inline-block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 480px) {
  .sectionBlock__image {
    max-width: 100%;
  }
}

.sectionBlock p {
  line-height: 1.5;
}

.sectionBlock ul {
  list-style: none;
  padding-left: 16px;
}

.sectionBlock ul li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.sectionBlock ul li:last-child {
  margin-bottom: 0;
}

.sectionBlock ul li:before {
  content: '\2022';
  color: #57BA46;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}

.sectionBlock .footer__card {
  margin: 0 auto;
}

.footer {
  width: 100%;
  background-color: #fff;
  border-top: 5px solid #57BA46;
}

.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 58px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1160px) {
  .footer__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .footer__inner {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .footer__inner {
    grid-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .footer__inner {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
  }
}

.footer__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  max-width: 125px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer__card svg,
.footer__card img {
  display: inline-block;
  width: auto;
  max-width: 50px;
  max-height: 16px;
}

.footer__card svg:nth-child(even),
.footer__card img:nth-child(even) {
  margin-left: 20px;
}

.footer__card svg:last-child,
.footer__card img:last-child {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .footer__card {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer__card {
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.footer__links {
  color: #A3A3A3;
  width: 100%;
  max-width: 460px;
}

@media screen and (max-width: 480px) {
  .footer__links .button {
    width: auto;
    margin: 15px auto;
  }
  .footer__links:first-child {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .footer__links:first-child:before {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background-color: #E8E8E8;
  }
}

.footer__links-header {
  color: #3A3939;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.footer__links-item span {
  opacity: .6;
  margin-right: 5px;
}

.footer__links-item span + span {
  opacity: 1;
}

.footer__links-item .b {
  border-bottom: 0;
}

.footer__links a {
  display: inline-block;
  line-height: 2;
  font-size: 16px;
  color: #3A3939;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__links a:hover {
  color: #57BA46;
  text-decoration: underline;
}

.footer__links a:last-child {
  margin-bottom: 0;
}

.footer__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__socials a span {
  opacity: 1;
  color: #3A3939;
  font-weight: bold;
}

.footer__socials a svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.footer__socials a:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .footer__socials a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__payments {
  margin: 16px 0;
}

.is-sticky {
  position: fixed;
  box-shadow: 0px 4px 4px rgba(119, 119, 119, 0.25) !important;
}

@media screen and (min-width: 961px) {
  .is-sticky .header__inner {
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
  }
}

.is-sticky .header__top {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  height: 0;
  opacity: 0;
}

.header {
  background-color: #fff;
  top: 0;
  left: 0;
  min-width: 320px;
  max-height: 120px;
  width: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  z-index: 99;
}

.header .icon-menu, .header .icon-cross {
  color: #3A3939;
}

.header .logoSmall {
  display: none;
}

@media screen and (max-width: 960px) {
  .header .logoBig {
    display: none;
  }
  .header .logoSmall {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .header {
    box-shadow: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header .inline-svg-icon {
  max-width: 26px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__infoBtn {
  display: none;
  position: absolute;
  right: 30px;
  top: 16px;
  z-index: 1;
}

.header__infoBtn span {
  font-size: 30px;
  font-weight: 800;
}

.header__infoBtn .icon-cross {
  display: none;
}

.header__infoBtn.active .icon-menu {
  display: none;
}

.header__infoBtn.active .icon-cross {
  display: block;
}

@media screen and (max-width: 960px) {
  .header__infoBtn {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .header__infoBtn {
    right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .header__infoBtn {
    top: 14px;
  }
}

.header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1160px) {
  .header__top {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header__top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .header__top {
    width: 100%;
  }
}

.header__top__title {
  display: none;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 100%;
  background-color: #E8E8E8;
}

.header__top__title .back {
  position: absolute;
  background-image: url(../img/content/svg/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 20px;
  height: 20px;
  left: 20px;
  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;
}

@media screen and (max-width: 960px) {
  .header__top__title {
    display: inline-block;
  }
}

.header__top-item {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__top-item-devider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90px;
          flex: 1 1 90px;
}

.header__top-item .inline-svg-icon,
.header__top-item .icon {
  position: absolute;
  right: 20px;
  display: none;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #3A3939;
}

.header__top-item .icon {
  right: auto;
  left: 20px;
  width: 100%;
  max-width: 24px;
  height: 20px;
}

@media screen and (max-width: 480px) {
  .header__top-item .icon {
    max-width: 24px;
    height: 24px;
  }
}

.header__top-item a {
  font-size: 15px;
  color: #8B898F;
  margin-right: 30px;
  text-decoration: none;
  font-weight: 300;
}

.header__top-item a:hover {
  color: #3A3939;
}

.header__top-item a.button--border {
  border-color: #E9E9E9;
  justify-self: flex-start;
}

.header__top-item a.button--border:hover {
  border-color: #E9E9E9;
}

.header__top-item a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1160px) {
  .header__top-item a {
    font-size: 14px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 960px) {
  .header__top {
    display: none;
  }
}

.header__top.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  min-height: calc(100vh - 100px);
  height: 100%;
  top: 60px;
  left: 0;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
}

.header__top.active .city,
.header__top.active .button--small {
  display: none;
}

.header__top.active a,
.header__top.active .hide {
  display: inline-block;
  width: 100%;
}

.header__top.active a {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 60px;
  border-bottom: 1px solid #E8E8E8;
}

.header__top.active .button--small {
  width: auto;
}

.header__top.active .header__top-item {
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.header__top.active .header__top-item .inline-svg-icon,
.header__top.active .header__top-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 1160px) {
  .header__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .header__inner {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .header__inner {
    padding-right: 60px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}

@media screen and (max-width: 600px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .header__inner {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.header__logo {
  max-width: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.header__logo img {
  max-width: 200px;
  width: auto;
}

@media screen and (max-width: 1160px) {
  .header__logo img {
    max-width: 180px;
    max-height: 45px;
  }
}

@media screen and (max-width: 1160px) {
  .header__logo {
    margin-right: 20px;
  }
}

.header__social, .header__phone {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
  max-width: 167px;
  width: 100%;
}

@media screen and (max-width: 1160px) {
  .header__social, .header__phone {
    max-width: 24px;
    width: 100%;
    margin-left: auto;
  }
}

.header__social a, .header__phone a {
  display: inline-block;
  width: 100%;
  font-size: 13px;
}

@media screen and (max-width: 1160px) {
  .header__social a.bold,
  .header__social a span, .header__phone a.bold,
  .header__phone a span {
    display: none;
  }
}

.header__social .inline-svg-icon, .header__phone .inline-svg-icon {
  display: none;
}

@media screen and (max-width: 1160px) {
  .header__social .inline-svg-icon, .header__phone .inline-svg-icon {
    display: inline-block;
    height: 24px;
    width: 100%;
    max-width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.header__phone a {
  color: #57BA46;
  text-decoration: none;
  font-size: 16px;
}

.header__phone a.bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #3A3939;
  text-decoration: none;
  margin-bottom: 5px;
}

.header__phone a:hover {
  text-decoration: underline;
}

.header__social {
  text-align: center;
  max-width: 70px;
}

@media screen and (max-width: 1160px) {
  .header__social {
    max-width: 24px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .header__social {
    margin-left: 30px;
    margin-right: 10px;
  }
}

.header__social span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #3A3939;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__social span.fa {
  color: #10AE1F;
  margin-bottom: 5px;
  font-size: 20px;
}

.header__social span:hover {
  color: #57BA46;
}

.header__social .inline-svg-icon {
  display: inline-block;
  height: 26px;
  width: 100%;
  max-width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__menu-button {
  color: white;
  font-size: 15px;
  padding: 13px 20px;
  background-color: #57BA46;
  width: auto;
  min-width: 132px;
  height: 60px;
  margin-left: 16px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.header__menu-button .title {
  color: white;
  font-size: 18px;
  margin-left: 20px;
  font-weight: 500;
}

.header__menu-button span.icon-cross {
  display: none;
  font-weight: 400;
}

.header__menu-button:hover {
  cursor: pointer;
}

@media screen and (max-width: 1160px) {
  .header__menu-button {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .header__menu-button {
    display: none;
  }
}

.header__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  max-width: 200px;
  margin-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1160px) {
  .header__menu {
    max-width: 100px;
    width: 100%;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .header__menu {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 5px 20px;
    background-color: #FFFFFF;
    box-shadow: -10px -10px 32px rgba(232, 232, 232, 0.35);
  }
}

@media screen and (max-width: 480px) {
  .header__menu {
    height: 64px;
    z-index: 99999;
  }
}

.header__menu-item {
  position: relative;
  font-size: 13px;
  margin-left: 15px;
  max-width: 65px;
  width: auto;
  color: #3A3939;
  text-decoration: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__menu-item.btnBack {
  display: none;
}

.header__menu-item.btnBack + .header__menu-item {
  margin-left: 0;
}

@media screen and (max-width: 1160px) {
  .header__menu-item.btnBack + .header__menu-item {
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-item.btnBack {
    display: block;
  }
}

@media screen and (max-width: 1160px) {
  .header__menu-item {
    max-width: 24px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-item:last-child {
    margin-right: 0;
  }
  .header__menu-item svg.inline-svg-icon {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .header__menu-item {
    height: 26px;
    max-width: 26px;
  }
}

.header__menu-item:hover {
  color: #57BA46;
}

.header__menu-item:hover .inline-svg-icon {
  stroke: #57BA46;
}

.header__menu-item:first-child {
  margin-left: 0;
}

.header__menu-item .inline-svg-icon {
  height: 100%;
  max-height: 26px;
  max-width: 26px;
  margin-bottom: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  fill-rule: evenodd;
  fill: #fff;
  stroke: #3A3939;
}

@media screen and (max-width: 480px) {
  .header__menu-item .inline-svg-icon {
    height: 26px;
    max-width: 28px;
    max-height: 26px;
  }
}

.header__menu-item span {
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1160px) {
  .header__menu-item span {
    display: none;
  }
}

.header__menu-item .count {
  position: absolute;
  height: 20px;
  width: 20px;
  top: -8px;
  right: 4px;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
  background-color: #57BA46;
  color: white;
  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;
}

@media screen and (max-width: 1160px) {
  .header__menu-item .count {
    height: 15px;
    width: 15px;
    line-height: .5;
    font-size: 10px;
    right: -2px;
  }
}

.header__search {
  position: relative;
  height: 60px;
  width: 100%;
  max-width: 316px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .header__search {
    min-width: 280px;
    height: 44px;
  }
}

@media screen and (max-width: 600px) {
  .header__search {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    min-width: calc(100% + 40px);
  }
}

.header__search .form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__search input {
  color: #3A3939;
  border: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0);
}

.header__search button {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  border-radius: 4px;
  border: 0;
  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;
  background-color: transparent;
}

.header--menu-active .header__menu-button {
  background-color: #459538;
}

.header--menu-active .header__menu-button span.icon-cross {
  display: block;
  color: #fff;
}

.header--menu-active .header__menu-button span.icon-cross + .inline-svg-icon {
  display: none;
}

.header--menu-active .header__dropdown {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .header--menu-active .header__dropdown {
    opacity: 1;
  }
  .header--menu-active .header__dropdown .header__sub-menu {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    box-shadow: none;
    padding: 1em 0 0 0;
  }
  .header--menu-active .header__dropdown .header__menu-item {
    text-align: center;
  }
  .header--menu-active .header__dropdown .header__menu-item a {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
  }
  .header--menu-active .header__dropdown .header__menu-item .header__sub-menu {
    background-color: transparent;
  }
  .header--menu-active .header__dropdown .header__menu-item .header__sub-menu a {
    font-size: 14px;
    text-transform: lowercase;
  }
  .header--menu-active .header__dropdown .header__menu-item:last-child {
    border-bottom: 0;
  }
  .header--menu-active .header__dropdown .header__menu-item:after {
    display: none;
  }
}

.filterCat {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}

@media screen and (max-width: 960px) {
  .filterCat {
    box-shadow: 40px 0 32px rgba(232, 232, 232, 0.35);
    pointer-events: none;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 300px;
    z-index: 113;
    opacity: 0;
    border: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }
  .filterCat.opened {
    padding: 20px 10px;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .filterCat.opened .close-filter {
    top: -20px;
    right: -10px;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    background-color: #57BA46;
  }
}

.filterCat__inner {
  position: relative;
}

.filterCat .close-filter {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filterCat .close-filter span:before {
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .filterCat .close-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.params {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  clear: both;
  opacity: 1;
}

.paramsBox {
  position: relative;
  clear: both;
  border: 1px solid #E9E9E9;
  border-top: none;
}

.paramsBox:first-child {
  border-top: 1px solid #E9E9E9;
}

.paramsBox:last-child {
  margin-bottom: 0;
}

.paramsBoxTitle {
  padding: 15px 25px 15px 20px;
  font-weight: 400;
}

.params.collapsed {
  display: block;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
}

.params ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 20px;
}

.params ul li {
  padding: 10px 0;
}

.params ul li a {
  font-size: 16px;
  font-weight: 300;
}

.params ul.colors .item {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.params ul.colors .item:before {
  display: none;
}

.propExpander {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 14px;
  height: 14px;
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.propExpander.expanded {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.filter_block {
  padding: 15px 20px;
  border: 1px solid #E9E9E9;
  border-top: none;
}

.infoBlock {
  width: 100%;
}

.infoBlock__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media (max-width: 1160px) {
  .infoBlock__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .infoBlock__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .infoBlock__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .infoBlock__inner {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .infoBlock__inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.infoBlock__inner.__border {
  padding: 25px 25px;
  border: 1px solid #E9E9E9;
}

.infoBlock a {
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.infoBlock a svg {
  fill: none;
  stroke: #3A3939;
}

.infoBlock__item {
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0px;
  border: 1px solid #E9E9E9;
}

@media screen and (max-width: 1160px) {
  .infoBlock__item {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 480px) {
  .infoBlock__item {
    padding: 10px;
  }
}

.infoBlock__item.top-index {
  padding: 0px;
  border: none;
  border-right: 1px solid #E9E9E9;
}

@media screen and (max-width: 768px) {
  .infoBlock__item.top-index {
    border-right: none;
  }
}

.infoBlock__item.top-index .item__title {
  font-size: 18px;
}

.infoBlock__item.top-index:last-child {
  border-right: none;
}

.infoBlock .inline-svg-icon {
  display: inline-block;
  margin-right: 30px;
  fill: #57BA46;
  stroke: none;
  height: 37px;
  max-width: 37px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1160px) {
  .infoBlock .inline-svg-icon {
    margin-right: 15px;
  }
}

@media screen and (max-width: 960px) {
  .infoBlock .inline-svg-icon {
    height: 30px;
    max-width: 30px;
  }
}

.infoBlock__svg-wrapper {
  margin-right: 30px;
}

.infoBlock__svg-wrapper .inline-svg-icon {
  margin-right: 0px;
  fill: #57BA46;
  stroke: none;
}

.infoBlock__svg-wrapper.__blue {
  background: #57BA46;
}

.infoBlock__svg-wrapper.__blue .inline-svg-icon {
  fill: #fff;
}

.infoBlock--square .infoBlock__inner {
  -ms-grid-columns: (1fr)[14];
      grid-template-columns: repeat(14, 1fr);
}

@media screen and (max-width: 1160px) {
  .infoBlock--square .infoBlock__inner {
    -ms-grid-columns: (1fr)[10];
        grid-template-columns: repeat(10, 1fr);
  }
}

@media screen and (max-width: 960px) {
  .infoBlock--square .infoBlock__inner {
    -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .infoBlock--square .infoBlock__inner {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .infoBlock--square .infoBlock__inner {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.infoBlock--flex-col .infoBlock__inner {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media screen and (max-width: 1160px) {
  .infoBlock--flex-col .infoBlock__inner {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoBlock--flex-col .infoBlock__inner {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.07);
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #3A3939;
  text-decoration: none;
  background: white;
  cursor: pointer;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 0px;
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item a {
  display: block;
  width: 100%;
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item img {
  display: block;
  width: 100%;
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item span {
  display: block;
  width: 100%;
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item:hover {
  box-shadow: 0px 10px 10px rgba(34, 176, 243, 0.4);
  top: -5px;
  background: #57BA46;
  color: white;
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item:hover a {
  background: #57BA46;
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item:hover .inline-svg-icon {
  fill: white;
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item:hover .item__title {
  color: white;
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item .inline-svg-icon {
  margin-right: 0;
  height: 64px;
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 480px) {
  .infoBlock--flex-col .infoBlock__inner .infoBlock__item .inline-svg-icon {
    max-height: 50px;
  }
}

.infoBlock--flex-col .infoBlock__inner .infoBlock__item .item__title {
  margin: 12px 20px 18px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 480px) {
  .infoBlock--flex-col .infoBlock__inner .infoBlock__item .item__title {
    font-size: 14px;
  }
}

.infoBlock--logotips .infoBlock__item img {
  display: inline-block;
  margin: 0 auto;
  max-height: 45px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.infoBlock.grid2 .infoBlock__inner {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.infoBlock.grid3 .infoBlock__inner {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .infoBlock.grid3 .infoBlock__inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.item__headtitle {
  font-size: 36px;
  color: #57BA46;
  font-weight: bold;
  margin-right: 20px;
}

.item__square {
  position: relative;
  width: 70px;
  height: 100px;
  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-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #1F1F1F !important;
  background-color: #F6F8FA !important;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
}

.item__square .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.item__square span {
  padding-left: 2px;
  font-size: 80%;
  display: none;
}

.item__square span sup {
  font-size: 100%;
}

.item__square:hover {
  border-color: #57BA46;
  background-color: #57BA46 !important;
  color: #fff !important;
  z-index: 99;
  top: -5px;
}

.item__square:hover span {
  display: block;
}

.landingBlock {
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 1160px) {
  .landingBlock {
    padding-top: 0;
  }
}

@media screen and (max-width: 580px) {
  .landingBlock:last-child {
    padding-bottom: 0;
  }
  .landingBlock:last-child:before {
    height: 100%;
  }
}

.landingBlock__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 40px;
}

@media (max-width: 1160px) {
  .landingBlock__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .landingBlock__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .landingBlock__inner {
    width: 100%;
  }
}

.landingBlock__inner.__bg-form-1 {
  background-image: url("/local/static/img/content/main_img/bg-form-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landingBlock__inner.__bg-form-2 {
  background-image: url("/local/static/img/content/main_img/bg-form-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .landingBlock__inner.__bg-form-2 {
    background-position: center left;
  }
}

.landingBlock__inner.__bg-form-3 {
  background-image: url("/local/static/img/content/main_img/bg-form-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landingBlock__info {
  position: relative;
  padding: 45px 0;
  width: 100%;
  max-width: 60%;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .landingBlock__info {
    max-width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 580px) {
  .landingBlock__info {
    text-align: center;
  }
}

.landingBlock__header {
  width: 100%;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #3A3939;
}

@media screen and (max-width: 960px) {
  .landingBlock__header {
    font-size: 22px;
  }
}

.landingBlock__text {
  width: 100%;
  display: inline-block;
  margin-top: 25px;
  color: #3A3939;
}

.landingBlock__image {
  position: relative;
  max-width: 460px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .landingBlock__image {
    display: none;
  }
}

.landingBlock__image img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.landingBlock__image img.__bottom {
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 1160px) {
  .landingBlock__image img {
    position: relative;
    min-height: auto;
  }
}

.landingBlock .form {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 580px) {
  .landingBlock .form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}

.landingBlock .form .button {
  margin-top: 0;
}

.landingBlock .form__field {
  margin-right: 10px;
  max-width: 180px;
}

@media screen and (max-width: 580px) {
  .landingBlock .form__field {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .landingBlock .form__field:first-child {
    margin-top: 0;
  }
  .landingBlock .form__field input,
  .landingBlock .form__field button {
    width: 100%;
  }
}

.landingBlock--reverse .landingBlock__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.landingBlock--reverse .landingBlock__image {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.landingBlock--reverse .landingBlock__image img {
  right: auto;
  left: 0;
}

.header__dropdown {
  display: none;
  position: relative;
  top: -10px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(119, 119, 119, 0.25);
  border-top: 1px solid #E8E8E8;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header__dropdown .header__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.header__dropdownItems {
  width: 100%;
  height: auto;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  margin-top: 0;
  box-sizing: border-box;
  list-style: none;
  max-width: 280px;
}

.header__dropdownItems:last-child {
  border-bottom: 0;
}

.header__dropdownItems .item {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #3A3939;
}

.header__dropdownItems .item:hover, .header__dropdownItems .item.active {
  background-color: #F4F4F4;
  color: #57BA46;
}

.header__dropdownItems .item:hover > a, .header__dropdownItems .item.active > a {
  color: #57BA46;
}

.header__dropdownItems .item:hover svg, .header__dropdownItems .item.active svg {
  stroke: #57BA46;
}

.header__dropdownItems .item:hover .header__dropdownNextItems, .header__dropdownItems .item.active .header__dropdownNextItems {
  opacity: 1;
  visibility: visible;
}

.header__dropdownItems .item a {
  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;
  color: #3A3939;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}

.header__dropdownItems .item svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #A0A3B1;
}

.header__dropdownItems .itemNext {
  width: 100%;
}

.header__dropdownItems .itemNext a {
  color: #8e8e8e;
  line-height: 2;
}

.header__dropdownItems .itemNext a:hover {
  color: #57BA46;
}

.header__dropdownItems .item__title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #3A3939;
}

.header__dropdownNextItems {
  position: absolute;
  width: calc(100% - 280px);
  height: 100%;
  overflow-y: auto;
  right: 0;
  top: 0;
  padding: 20px 65px;
  box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mainslider__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  width: 1210px;
  box-sizing: content-box;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1160px) {
  .mainslider__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .mainslider__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .mainslider__inner {
    width: 100%;
  }
}

@media screen and (max-width: 1260px) {
  .mainslider__inner {
    width: 100%;
    box-sizing: border-box;
  }
}

.mainslider__slider {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 1260px) {
  .mainslider__slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.mainslider .swiper-slide a {
  display: inline-block;
  width: 100%;
}

.mainslider .swiper-slide img {
  border-radius: 5px;
}

.mainslider .swiper-button-prev,
.mainslider .swiper-button-next {
  width: 50px;
  height: 50px;
  left: 0;
  border-radius: 50%;
  background-image: url(../img/content/main_icon/arrow-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mainslider .swiper-button-prev:after,
.mainslider .swiper-button-next:after {
  display: none;
}

.mainslider .swiper-button-prev:hover,
.mainslider .swiper-button-next:hover {
  opacity: .85;
}

@media screen and (max-width: 480px) {
  .mainslider .swiper-button-prev,
  .mainslider .swiper-button-next {
    display: none;
  }
}

.mainslider .swiper-button-next {
  background-image: url(../img/content/main_icon/arrow-right.svg);
  left: auto;
  right: 0;
}

.catalogMenu {
  position: absolute;
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  min-height: calc(100vh - 100px);
  height: 100%;
  top: 60px;
  left: 0;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  z-index: 9999;
  overflow-y: auto;
}

.catalogMenu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalogMenu__inner {
  width: 100%;
}

.catalogMenu__items .cat-btn {
  background-color: #57BA46;
}

.catalogMenu__items .cat-btn .inline-svg-icon {
  stroke: #FFFFFF;
}

.catalogMenu__items .cat-btn a {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 0;
}

.catalogMenu__items .inline-svg-icon,
.catalogMenu__items .icon {
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #3A3939;
}

.catalogMenu__items .icon {
  right: auto;
  left: 20px;
  width: 24px;
  height: 20px;
}

.catalogMenu__items a {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 20px;
  color: #3A3939;
  text-decoration: none;
  border-bottom: 1px solid #E8E8E8;
}

.catalogMenu__itemsNext {
  position: absolute;
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  min-height: calc(100vh - 100px);
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  z-index: 2;
  overflow-y: auto;
}

.catalogMenu__itemsNext.active {
  display: block;
}

.modal {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  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;
  opacity: 0;
  visibility: hidden;
  padding: 40px;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  overflow-y: auto;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 480px) {
  .modal {
    padding: 10px;
  }
}

.modal--active {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal button.disabled, .modal button:disabled {
  opacity: .5;
  cursor: none;
  pointer-events: none;
}

.modal input:valid:not(:required),
.modal textarea:valid:not(:required) {
  border-color: #8e8e8e;
  background-image: none;
}

.modal input.valid,
.modal textarea.valid {
  border-color: #10AE1F;
}

.modal input.disabled, .modal input:disabled,
.modal textarea.disabled,
.modal textarea:disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.modal input.error,
.modal textarea.error {
  border-color: #57BA46;
}

.modal input.error + .errortext,
.modal textarea.error + .errortext {
  display: inline-block;
}

.modal .form-group {
  margin-bottom: 0;
}

.modal-hidden {
  display: none;
}

.modal .title {
  font-size: 24px;
  text-align: center;
}

.modal__header {
  z-index: 1;
  position: relative;
  font-size: 24px;
  padding-right: 24px;
}

.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: .65;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.modal__close span {
  font-weight: bold;
}

.modal__close:hover {
  opacity: 1;
}

.modal__body {
  overflow: auto;
  padding-top: 20px;
  position: relative;
}

.modal__body .captcha .body .captcha {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.modal__body .captcha .body input {
  margin-left: 10px;
  width: calc(50% - 10px);
}

.modal__body .text.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 50%;
}

.modal__footer {
  padding: 0 30px 30px;
  margin-top: -20px;
}

.modal--addtocart .modal__inner {
  max-width: 860px;
}

.modal--addtocart .modal__inner .jsListView .product__inner {
  margin-top: 20px;
}

.modal--addtocart .modal__inner .jsListView .product__inner .product__item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal--addtocart .modal__inner .jsListView .product__inner .product__item .pitem__info {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-right: 0;
}

.modal--addtocart .modal__inner .jsListView .product__inner .product__item .pitem__info .pitem__price {
  text-align: right;
}

.modal--addtocart .modal__inner .jsListView .product__inner .product__item .pitem__btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .modal--addtocart .modal__inner .jsListView .product__inner .product__item .pitem__btn {
    margin-left: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.modal--addtocart .modal__inner .jsListView .product__inner .product__item .pitem__btn .button {
  width: auto;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .modal--addtocart .modal__inner .jsListView .product__inner .product__item .pitem__btn .button {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 10px;
  }
  .modal--addtocart .modal__inner .jsListView .product__inner .product__item .pitem__btn .button:last-child {
    margin-bottom: 0;
  }
}

.modal__inner {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  max-height: calc(100vh - 60px);
  overflow: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0px 10px 15px rgba(46, 61, 98, 0.18);
}

@media screen and (max-width: 480px) {
  .modal__inner {
    padding: 20px;
  }
}

.modal .form-wrapper {
  height: auto;
  position: relative;
  z-index: auto;
  opacity: 1;
  visibility: inherit;
}

.modal .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  width: 100%;
  text-decoration: underline;
}

.modal .subtitle:hover {
  text-decoration: none;
}

.modal .bleft {
  text-align: left;
}

.modal .padtop0 {
  padding-top: 0 !important;
}

.modal .custom-input, .modal textarea,
.modal textarea {
  width: 100%;
  border: 1px solid #8e8e8e;
}

.modal .button {
  width: 100%;
}

.agree input.custom-checkbox + label,
.agree .fstart input.custom-checkbox + label,
.fstart input.custom-checkbox + label {
  padding-bottom: 0;
  color: #8e8e8e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.note {
  font-size: 14px;
  line-height: 160%;
  color: #E8E8E8;
  position: relative;
}

.note .red {
  position: absolute;
  left: 0;
  top: 5px;
}

.note .red + span {
  padding-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    max-height: calc(100vh - 40px);
  }
  .modal__footer {
    padding: 15px;
  }
  .modal .captcha .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal .captcha .body .captcha {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .modal .captcha .body input {
    margin-left: 0;
    width: 100%;
  }
}

#errorText {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #57BA46;
  margin: 8px 0;
  display: block;
}

.errortext {
  color: #57BA46;
  font-size: 14px;
  display: none;
}

.form-field {
  width: 100%;
  margin-bottom: 20px;
}

.newsList {
  width: 100%;
}

.newsList__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

@media (max-width: 1160px) {
  .newsList__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .newsList__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .newsList__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .newsList__inner {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media screen and (max-width: 360px) {
  .newsList__inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.newsList__inner + .pager {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .newsList__inner + .pager .pager__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.newsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #3A3939;
  line-height: 1.4;
  text-decoration: none;
}

.newsList__item:hover .newsList__head {
  color: #57BA46;
}

.newsList__item:hover .newsList__text {
  color: #3A3939;
}

.newsList__image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsList__image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.newsList__head {
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.newsList__text {
  padding: 0 15px;
  color: #8e8e8e;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.newsList__date {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: #8e8e8e;
}

.newsBlock__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  max-width: 768px;
}

@media screen and (max-width: 1160px) {
  .newsBlock__inner .section.section--heading {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1160px) {
  .newsBlock__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .newsBlock__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .newsBlock__inner {
    width: 100%;
  }
}

.newsBlock__inner .newsList__image {
  height: 340px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .newsBlock__inner .newsList__image {
    margin-bottom: 0;
  }
}

.newsBlock__inner .newsList__image img {
  width: 100%;
}

.newsBlock__inner .newsList__text,
.newsBlock__inner .newsList__head {
  color: #3A3939;
  padding-left: 0;
  padding-right: 0;
}

.newsBlock__inner .newsList__head {
  margin-bottom: 20px;
  font-size: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .newsBlock__inner .newsList__head {
    font-size: 18px;
  }
}

.pager {
  width: 100%;
  margin: 30px 0;
}

.pager__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1160px) {
  .pager__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .pager__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .pager__inner {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .pager__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.pager__inner .item {
  color: #3A3939;
  text-decoration: none;
  width: 36px;
  height: 36px;
  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;
  background-color: #E8E8E8;
  border-radius: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 360px) {
  .pager__inner .item {
    width: 25px;
    height: 25px;
  }
}

.pager__inner .item.active, .pager__inner .item:hover {
  background-color: #57BA46;
  color: white;
}

.pager__inner .item.active svg, .pager__inner .item:hover svg {
  stroke: white;
}

.pager__inner .item svg {
  fill: none;
  stroke: #3A3939;
  width: 20px;
  height: 20px;
}

.pager__inner .item.first svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product__item {
  position: relative;
  max-width: 275px;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 20px;
  padding-top: 200px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #E6E6E6;
}

.product__item:hover {
  box-shadow: 0px 10px 15px rgba(46, 61, 98, 0.18);
}

@media screen and (max-width: 1160px) {
  .product__item {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product__item {
    padding: 20px 10px;
    padding-top: 150px;
  }
}

.pitem {
  width: 100%;
}

.pitem__image {
  position: absolute;
  max-height: 200px;
  padding: 0px 20px;
  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;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.pitem__image img {
  width: 100%;
  max-width: 240px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .pitem__image {
    padding: 10px 0;
    max-height: 150px;
  }
}

.pitem__info, .pitem__tools {
  position: relative;
  width: 100%;
}

.pitem__sale {
  position: absolute;
  top: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

@media screen and (max-width: 1160px) {
  .pitem__sale {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 0;
    right: 10px;
  }
}

.pitem__tag {
  font-size: 12px;
  padding: 5px 12px;
  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-radius: 5px;
  background-color: #57BA46;
  color: white;
  z-index: 1;
  margin-left: 10px;
}

.pitem__tag.pink {
  background-color: #df3670;
}

.pitem__tag.orange {
  background-color: #ff942e;
}

.pitem__tag.purple {
  background-color: #4f3ff0;
}

.pitem__tag.aqua {
  background-color: #096c86;
}

.pitem__tag.green {
  background-color: #10AE1F;
}

.pitem__tag.blue {
  background-color: #57BA46;
}

.pitem__tag.black {
  background-color: #3A3939;
}

@media screen and (max-width: 1160px) {
  .pitem__tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
    margin-left: 5px;
  }
}

.pitem__name {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  min-height: 40px;
  width: 100%;
  color: #3A3939;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
}

.pitem__text {
  display: inline-block;
  font-weight: 400;
  width: 100%;
  color: #8e8e8e;
}

.pitem__text span {
  color: #57BA46;
  font-weight: 700;
}

@media screen and (max-width: 1160px) {
  .pitem__text span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1160px) {
  .pitem__text {
    font-size: 14px;
  }
}

.pitem__price {
  position: relative;
  width: 100%;
  padding-right: 70px;
  color: #3A3939;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 1160px) {
  .pitem__price {
    padding-right: 0;
    font-size: 22px;
  }
}

.pitem__price .oldprice {
  color: #8e8e8e;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 16px;
  text-decoration: line-through;
}

@media screen and (max-width: 1160px) {
  .pitem__price .oldprice {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
  }
}

.pitem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.pitem__btn .button {
  margin-top: 0;
}

.pitem__btn a {
  margin-left: 10px;
}

.pitem__btn a:first-child {
  margin-left: 0;
}

.pitem__btn .addCart {
  min-width: 115px;
}

@media screen and (max-width: 480px) {
  .pitem__btn .addCart {
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .pitem__btn .addCompare {
    display: none;
  }
}

.pitem__options {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 668px) {
  .pitem__options {
    margin-bottom: 20px;
  }
}

.pitem__options .label {
  margin-bottom: 10px;
}

.pitem__options .label label {
  font-size: 16px;
}

.pitem__options b {
  margin-left: 10px;
}

.pitem__info .item {
  width: 100%;
  color: #8e8e8e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.pitem__info .item:last-child {
  margin-bottom: 0;
}

.pitem__info .item a {
  margin-left: 5px;
  color: #3A3939;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pitem__info .item a:hover {
  color: #57BA46;
}

.pitem__info .item .red {
  color: #57BA46;
}

.pitem__info .item svg,
.pitem__info .item img {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.pitem__items {
  width: 100%;
}

.pitem__items .squares,
.pitem__items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1160px) {
  .pitem__items .squares,
  .pitem__items .colors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pitem__items .squares .item,
  .pitem__items .colors .item {
    margin-bottom: 10px;
  }
}

.pitem__items .squares .item,
.pitem__items .colors .item {
  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-radius: 5px;
  padding: 5px 10px;
  height: 30px;
  font-weight: bold;
  border: 1px solid #E8E8E8;
  margin-right: 15px;
  text-decoration: none;
  color: #3A3939;
}

.pitem__items .squares .item:last-child,
.pitem__items .colors .item:last-child {
  margin-right: 0;
}

.pitem__items .squares .item.active,
.pitem__items .colors .item.active {
  border-color: #57BA46;
}

.pitem__items .squares .item.disabled,
.pitem__items .colors .item.disabled {
  cursor: default;
  background-color: #E8E8E8;
  pointer-events: none;
}

.pitem__items .colors .item {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  box-sizing: content-box;
  cursor: pointer;
  background-color: #8e8e8e;
}

.pitem__items .colors .item.active:before, .pitem__items .colors .item:hover:before {
  border-color: #57BA46;
}

.pitem__button {
  width: 44px;
  height: 44px;
  border-radius: 0px;
  background: #F6F8FA;
  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;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pitem__button svg {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s;
  transition: all .3s;
  fill-rule: evenodd;
  fill: none;
  stroke: #8B898F;
  stroke-width: 2;
}

.pitem__button:hover, .pitem__button.active, .pitem__button.__active {
  background: #57BA46;
}

.pitem__button:hover svg, .pitem__button.active svg, .pitem__button.__active svg {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .pitem__button {
    height: 40px;
    margin-left: 5px;
  }
}

.colors .item {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  box-sizing: content-box;
  cursor: pointer;
  background-color: #8e8e8e;
}

.colors .item:before {
  position: absolute;
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -4px;
  left: -4px;
  border: 2px solid #E8E8E8;
  border-radius: 50%;
}

.colors .item.active:before, .colors .item:hover:before {
  border-color: #57BA46;
}

.colors .item.white {
  background: -webkit-radial-gradient(53.33% 53.33% at 50% 50%, #FFFFFF 0%, #F4F4F4 100%);
  background: radial-gradient(53.33% 53.33% at 50% 50%, #FFFFFF 0%, #F4F4F4 100%);
}

.colors .item.perl {
  background: -webkit-linear-gradient(325deg, rgba(219, 233, 228, 0.65) 45%, #DBE9E4 40%);
  background: linear-gradient(125deg, rgba(219, 233, 228, 0.65) 45%, #DBE9E4 40%);
}

.colors .item.black {
  background: -webkit-linear-gradient(325deg, rgba(58, 57, 57, 0.65) 45%, #3A3939 40%);
  background: linear-gradient(125deg, rgba(58, 57, 57, 0.65) 45%, #3A3939 40%);
}

.colors .item.gold {
  background: -webkit-linear-gradient(325deg, rgba(255, 215, 0, 0.65) 45%, gold 40%);
  background: linear-gradient(125deg, rgba(255, 215, 0, 0.65) 45%, gold 40%);
}

.colors .item.blue {
  background: -webkit-linear-gradient(325deg, rgba(87, 186, 70, 0.65) 45%, #57BA46 40%);
  background: linear-gradient(125deg, rgba(87, 186, 70, 0.65) 45%, #57BA46 40%);
}

.colors .item.red {
  background: -webkit-linear-gradient(325deg, rgba(87, 186, 70, 0.65) 45%, #57BA46 40%);
  background: linear-gradient(125deg, rgba(87, 186, 70, 0.65) 45%, #57BA46 40%);
}

.colors .item.grey {
  background: -webkit-linear-gradient(325deg, rgba(142, 142, 142, 0.65) 45%, #8e8e8e 40%);
  background: linear-gradient(125deg, rgba(142, 142, 142, 0.65) 45%, #8e8e8e 40%);
}

.propertyList {
  position: relative;
  width: 100%;
  max-width: 800px;
}

.propertyTable {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
}

.propertyTable:last-child {
  padding-bottom: 0;
}

.propertyTable:nth-child(2n) {
  background-color: #e8e8e8;
}

.propertyName {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-right: 10px;
  overflow: hidden;
  color: #8e8e8e;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 668px) {
  .propertyName {
    font-size: 12px;
  }
}

.propertyName:after {
  border-bottom: 1px dotted #8e8e8e;
  position: absolute;
  margin-left: 12px;
  height: 13px;
  content: '';
  width: 100%;
}

.propertyValue {
  width: 100%;
  color: #3A3939;
  font-weight: bold;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.propertyValue a {
  color: #57BA46;
  text-decoration: none;
}

.propertyValue a:hover {
  color: #57BA46;
}

.whyblock {
  width: 100%;
}

.whyblock__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

@media (max-width: 1160px) {
  .whyblock__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .whyblock__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .whyblock__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .whyblock__inner {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .whyblock__inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.whyblock.grid-2 .whyblock__inner {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 480px) {
  .whyblock.grid-2 .whyblock__inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.whyblock__svg {
  width: 62px;
  height: 62px;
  margin-right: 20px;
}

.whyblock__item {
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #E9E9E9;
}

@media screen and (max-width: 1160px) {
  .whyblock__item {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .whyblock__item {
    padding: 10px;
  }
}

.whyblock__item.top-index {
  padding: 10px 5px;
}

.whyblock__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 14px;
}

.whyblock__text {
  padding-top: 10px;
}

.whyblock .item__title {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .whyblock .item__title {
    font-size: 16px;
  }
}

.whyblock .inline-svg-icon {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 62px;
  height: 62px;
}

@media screen and (max-width: 1160px) {
  .whyblock .inline-svg-icon {
    margin-right: 15px;
  }
}

.sortline {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 5px;
  background: #fff;
  border-radius: 6px;
}

.sortline__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1160px) {
  .sortline__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .sortline__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .sortline__inner {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .sortline__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .sortline__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sortline__inner .selectStyler {
    position: absolute;
    left: 0;
    z-index: 99;
  }
}

.sortline svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #3A3939;
  -o-object-fit: contain;
     object-fit: contain;
}

.oFilter {
  display: none;
}

@media screen and (max-width: 960px) {
  .oFilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .oFilter a {
    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;
  }
}

@media screen and (max-width: 960px) {
  .view-actions {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.sorting__title {
  color: #8e8e8e;
  margin-right: 10px;
}

.sorting__list a {
  text-decoration: none;
  color: #3A3939;
  margin: 0 10px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sorting__list a:hover, .sorting__list a.selected {
  color: #57BA46;
}

@media screen and (max-width: 1160px) {
  .sorting--de {
    display: none;
  }
}

.sorting--mo {
  display: none;
}

@media screen and (max-width: 1160px) {
  .sorting--mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.productElement {
  width: 100%;
}

.productElement__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 60px;
}

@media (max-width: 1160px) {
  .productElement__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .productElement__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .productElement__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .productElement__inner {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 668px) {
  .productElement__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.productElement__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (max-width: 1160px) {
  .productElement__title {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .productElement__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .productElement__title {
    width: 100%;
  }
}

.productElement__title .title {
  position: relative;
  width: 100%;
  font-size: 28px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .productElement__title .title {
    font-size: 22px;
  }
}

.productElement__title .art {
  margin-right: 40px;
  margin-bottom: 15px;
}

.productElement__title .goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  color: #57BA46;
}

.productElement__title .goto:hover {
  text-decoration: underline;
}

.productElement__title .goto svg,
.productElement__title .goto img {
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  fill: none;
  stroke: #57BA46;
}

.productElement__photos {
  position: relative;
  width: 100%;
  min-width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 668px) {
  .productElement__photos {
    margin-bottom: 20px;
  }
}

.productElement__info {
  position: relative;
  width: 100%;
  max-width: 40%;
}

@media screen and (max-width: 668px) {
  .productElement__info {
    min-width: 100%;
  }
}

.productElement__info .black {
  color: #3A3939;
}

.productElement__info .pitem__text {
  margin-bottom: 10px;
}

.productElement__info .pitem__price {
  margin-bottom: 20px;
  color: #57BA46;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.productElement__info .pitem__price span {
  margin-right: 20px;
}

.productElement__info .pitem__price .oldprice {
  font-size: 20px;
  bottom: 0;
  position: relative;
}

.productElement__info .pitem__btn {
  margin-bottom: 40px;
}

@media screen and (max-width: 668px) {
  .productElement__info .pitem__btn {
    margin-bottom: 20px;
  }
}

.productElement__info .pitem__btn .fastBuy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

.productElement__info .pitem__btn .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media screen and (max-width: 668px) {
  .productElement__info .pitem__btn .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.productElement__info .pitem__btn .item .js-add2basket {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.productElement__info .pitem__btn .item .button__tools {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}

@media screen and (max-width: 960px) {
  .productElement__info .pitem__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productElement__info .pitem__btn .item {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .productElement__info .pitem__btn .button {
    margin-bottom: 0;
  }
  .productElement__info .pitem__btn .button.fastBuy {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
  }
  .productElement__info .pitem__btn .addCompare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.productElement .pitem__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}

.productElement .swiper {
  width: 100%;
  height: 350px;
  margin-left: 0;
  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;
  padding-top: 0;
  box-sizing: content-box;
}

.productElement .swiper .swiper-slide {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  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;
  background-size: cover;
  background-position: center;
}

.productElement .swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}

.productElement__slider {
  height: 100%;
  width: 80%;
  max-width: 550px;
  min-height: 430px;
  border: 5px;
  margin-right: 35px;
  background-color: #F4F4F4;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 668px) {
  .productElement__slider {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.productElement__slider .pitem__sale {
  top: 20px;
  right: 20px;
}

.productElement__slider--thumbs {
  width: 100%;
  margin-right: 20px;
  padding-top: 0;
  max-width: 80px;
  box-sizing: border-box;
  padding: 10px 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.productElement__slider--thumbs.disabled {
  display: none;
}

.productElement__slider--thumbs .swiper-slide {
  padding: 10px;
  min-height: 80px;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  opacity: 0.4;
}

.productElement__slider--thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #57BA46;
}

@media screen and (max-width: 768px) {
  .productElement__slider--thumbs {
    display: none !important;
  }
}

.product__item {
  background: #fff;
}

.product__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media (max-width: 1160px) {
  .product__inner {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .product__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .product__inner {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .product__inner {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .product__inner {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media screen and (max-width: 360px) {
  .product__inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.product--catalog .product__inner {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .product--catalog .product__inner {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media screen and (max-width: 360px) {
  .product--catalog .product__inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1160px) {
  .product--catalog .product__inner .product__item {
    padding: 20px 10px;
    padding-top: 150px;
  }
  .product--catalog .product__inner .product__item .addCompare {
    display: none;
  }
}

.product--catalog.jsListView .product__inner {
  -ms-grid-columns: (1fr)[1] !important;
      grid-template-columns: repeat(1, 1fr) !important;
}

.product--catalog.jsListView .product__inner .product__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  padding-top: 25px;
  padding-left: 280px;
  min-height: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .product--catalog.jsListView .product__inner .product__item {
    padding-left: 150px;
  }
}

@media screen and (max-width: 480px) {
  .product--catalog.jsListView .product__inner .product__item {
    padding-left: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product--catalog.jsListView .product__inner .product__item .pitem__image {
  max-width: 280px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__image {
    max-width: 150px;
  }
}

@media screen and (max-width: 480px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__image {
    max-width: 100px;
  }
}

.product--catalog.jsListView .product__inner .product__item .pitem__info {
  margin-left: 40px;
  max-width: 230px;
  margin-right: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 768px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__info {
    margin-left: 20px;
    margin-right: 20px;
  }
  .product--catalog.jsListView .product__inner .product__item .pitem__info .pitem__name {
    min-height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__info {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
    height: auto;
  }
}

.product--catalog.jsListView .product__inner .product__item .pitem__price {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 20px;
  }
}

.product--catalog.jsListView .product__inner .product__item .pitem__price .oldprice {
  position: relative;
  margin-right: 20px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 1160px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__price .oldprice {
    width: auto;
  }
}

.product--catalog.jsListView .product__inner .product__item .pitem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 20px;
  }
}

.product--catalog.jsListView .product__inner .product__item .pitem__btn a {
  margin: 0;
}

@media screen and (max-width: 1160px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__btn a {
    margin-right: 10px;
  }
}

.product--catalog.jsListView .product__inner .product__item .pitem__btn .addCart {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 480px) {
  .product--catalog.jsListView .product__inner .product__item .pitem__btn .addCart {
    width: auto;
  }
}

.product .swiper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}

@media screen and (max-width: 1160px) {
  .product .swiper {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
  }
}

.product .swiper .swiper-slide {
  text-align: left;
  font-size: inherit;
  padding-bottom: 10px;
}

.product .swiper .swiper-button-prev,
.product .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  top: 75px;
  left: -2px;
  border-radius: 50%;
  background-image: url(../img/content/main_icon/arrow-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product .swiper .swiper-button-prev:after,
.product .swiper .swiper-button-next:after {
  display: none;
}

.product .swiper .swiper-button-prev:hover,
.product .swiper .swiper-button-next:hover {
  opacity: .85;
}

@media screen and (max-width: 480px) {
  .product .swiper .swiper-button-prev,
  .product .swiper .swiper-button-next {
    display: none;
  }
}

.product .swiper .swiper-button-next {
  background-image: url(../img/content/main_icon/arrow-right.svg);
  left: auto;
  right: -2px;
}

.adm-workarea select[multiple], .adm-workarea select[size] {
  margin: inherit !important;
  padding: inherit !important;
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
  width: inherit !important;
  height: inherit !important;
  opacity: inherit !important;
  visibility: inherit !important;
}

.bx-core-adm-dialog input {
  -webkit-appearance: textfield;
}

.bx-core-adm-dialog textarea {
  -webkit-appearance: textarea;
}

.params ul li a {
  color: #000000;
  text-decoration: none;
}

.params ul li a:hover {
  text-decoration: underline;
}

.filterCat .set_filter {
  background: #fff;
  color: #57BA46;
  border: 1px solid #57BA46 !important;
  font: 14px/19px PTRootUIWebBold, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  padding: 12px 0;
  border-radius: 4px;
  /*border: none;*/
  -webkit-appearance: none;
}

.filterCat .set_filter:hover {
  background: #57BA46;
  color: #fff;
}

.filterCat .clear_filter {
  border: none;
  background: 0 0;
  text-decoration: underline;
  color: #313131;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.minus, .plus {
  cursor: pointer;
}

.basket_popup {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
  display: none !important;
  position: absolute;
  background: #fff;
  z-index: 199;
  padding: 20px 0 0 0;
  right: 0;
  top: calc(100% - 24px);
  width: 350px;
  border: 1px solid #e8e8e8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.basket_popup .basket_popup_item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #e8e8e8;
}

.basket_popup .basket_popup_item a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 20px;
}

.basket_popup .basket_popup_item span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  color: #000;
}

.basket_popup .basket_popup_item span p.name {
  font: 14px/18px PTRootUIWebRegular, sans-serif;
  text-align: left !important;
}

.basket_popup .basket_popup_item span p.price {
  font: 14px/18px PTRootUIWebBold, sans-serif;
  text-align: left !important;
}

.basket_popup .basket_popup_item .delete {
  position: absolute;
  right: 20px;
  top: 8px;
  height: 8px;
  width: 8px;
  z-index: 99;
  cursor: pointer;
}

.basket_popup .basket_popup_item .delete svg {
  height: 8px;
  width: 8px;
  fill: #57BA46;
}

.basket_popup a.here-is-more {
  color: #000;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 10px;
}

.basket_popup a.here-is-more:hover {
  color: #57BA46;
}

.basket_popup .go-to-cart {
  display: inline-block;
  width: 290px;
  margin: 5px 30px 20px 30px;
  background: #57BA46;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}

.basket_popup .go-to-cart:hover {
  background: #57BA46;
}

.basket:hover .basket_popup {
  display: block !important;
}

@media (max-width: 480px) {
  .basket_popup, .basket:hover .basket_popup {
    display: none !important;
  }
}

.header__menu-item .count {
  display: none;
}

.couponActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.couponActions input {
  display: inline-block;
  height: 40px;
  border: 1px solid #dcdcdc;
  font: 15px/19px PTRootUIWebRegular, sans-serif;
}

.couponActions input[type=text] {
  width: 60px;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.couponActions input[type=submit] {
  background: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

@media (max-width: 768px) {
  .hide_mobile {
    display: none !important;
  }
  .product__item .button__tools {
    margin-left: 5px;
    width: 44px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
  }
}

.oFilter {
  height: 26px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.oSmartFilter {
  display: block;
  text-decoration: none;
  background-color: #F6F6F6;
  height: 26px;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 15px;
  color: #221E1F;
  width: 100%;
  /*margin-right: 0;*/
  /*max-width: 100%;*/
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header {
  z-index: 999999;
}
