/* Minification failed. Returning unminified contents.
(2497,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2498,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2499,20): run-time error CSS1039: Token not allowed after unary operator: '-star-width'
(2500,16): run-time error CSS1039: Token not allowed after unary operator: '-star-height'
(2517,20): run-time error CSS1039: Token not allowed after unary operator: '-rate'
(3012,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3013,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3014,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3017,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3018,27): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3021,28): run-time error CSS1039: Token not allowed after unary operator: '-column'
(3021,44): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3021,65): run-time error CSS1039: Token not allowed after unary operator: '-column'
(3022,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3022,46): run-time error CSS1039: Token not allowed after unary operator: '-gap-row'
(3029,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3030,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3031,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3034,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3035,27): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3038,28): run-time error CSS1039: Token not allowed after unary operator: '-column'
(3038,44): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3038,65): run-time error CSS1039: Token not allowed after unary operator: '-column'
(3039,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3039,46): run-time error CSS1039: Token not allowed after unary operator: '-gap-row'
(3328,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3329,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3330,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3333,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3334,27): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3337,28): run-time error CSS1039: Token not allowed after unary operator: '-column'
(3337,44): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3337,65): run-time error CSS1039: Token not allowed after unary operator: '-column'
(3338,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3338,46): run-time error CSS1039: Token not allowed after unary operator: '-gap-row'
(3476,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3477,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3478,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3481,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3482,27): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3485,28): run-time error CSS1039: Token not allowed after unary operator: '-column'
(3485,44): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3485,65): run-time error CSS1039: Token not allowed after unary operator: '-column'
(3486,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(3486,46): run-time error CSS1039: Token not allowed after unary operator: '-gap-row'
(3718,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3719,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3720,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3739,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3798,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4030,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------reset--------------------------*/
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure,
footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, a {
  display: block;
}

* {
  background: none;
  list-style: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  box-sizing: border-box;
  flex-wrap: wrap;
  border: none;
  color: inherit;
}
*::before, *::after {
  box-sizing: border-box;
  flex-wrap: wrap;
}

.swiper-wrapper {
  flex-wrap: nowrap;
}

a {
  text-decoration: none;
  transition: all ease 0.3s;
}

a, input[type=button], input[type=submit], button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.main {
  display: block;
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 1280px;
}

.container {
  display: block;
  margin: 0 auto;
  width: 1500px;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  overflow: hidden;
}

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

.hidden {
  display: none !important;
}

span {
  display: inline-block;
}

/*fancyBox v3.5.2*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
* Swiper 4.5.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: February 22, 2019
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .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 {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  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-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-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: flex;
  justify-content: 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;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/**
*
*	Name:			IRANYekan Font
*	Version:		1.3
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 20, 2016
*	Updated on:		Dec 28, 2016
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت ایران یکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANYekan fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/iranyekanwebbold(fanum).eot");
  src: url("../fonts/eot/iranyekanwebbold(fanum).eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/iranyekanwebbold(fanum).woff2") format("woff2"), url("../fonts/woff/iranyekanwebbold(fanum).woff") format("woff"), url("../fonts/ttf/iranyekanwebbold(fanum).ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/iranyekanweblight(fanum).eot");
  src: url("../fonts/eot/iranyekanweblight(fanum).eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/iranyekanweblight(fanum).woff2") format("woff2"), url("../fonts/woff/iranyekanweblight(fanum).woff") format("woff"), url("../fonts/ttf/iranyekanweblight(fanum).ttf") format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/eot/iranyekanwebregular(fanum).eot");
  src: url("../fonts/eot/iranyekanwebregular(fanum).eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/iranyekanwebregular(fanum).woff2") format("woff2"), url("../fonts/woff/iranyekanwebregular(fanum).woff") format("woff"), url("../fonts/ttf/iranyekanwebregular(fanum).ttf") format("truetype");
}
@font-face {
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/woff2/fontello.woff2") format("woff2"), url("../fonts/woff/fontello.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
body {
  font: 16px/25px iranyekan;
  color: #717171;
  overflow-x: hidden;
  transition: all 0.2s ease-in-out;
  position: relative;
}
body.bg-black::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
body * {
  font: 16px/25px iranyekan;
  color: #717171;
}
body a {
  transition: all 0.5s;
}
body p {
  margin: 10px 0;
  text-align: justify;
  line-height: 32px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
  color: #ee6107;
  margin: 10px 0;
}
body h1 {
  font-size: 23px;
}
body h2 {
  font-size: 22px;
}
body h3 {
  font-size: 21px;
}
body h4 {
  font-size: 20px;
}
body h5 {
  font-size: 19px;
}
body h6 {
  font-size: 18px;
}

/*Edit plugin*/
/*----fancybox*/
.fancybox-container * {
  color: #fff;
}

.whatsapp-link {
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #248331;
  left: 50px;
  bottom: 20px;
  box-shadow: 0 0 10px #6de819;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 9;
}
.whatsapp-link > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.whatsapp-link:hover {
  transform: scale(1.2);
}

.popup-public {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(400px);
  transform-origin: 0px 0px;
  backface-visibility: hidden;
}
.popup-public.popupMenuResponsive {
  padding: 0 !important;
}
.popup-public.popupMenuResponsive.is-active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transform: translateX(0);
}
.popup-public.popupMenuResponsive h3 {
  font-size: 15px;
  margin: 20px auto;
  font-weight: inherit;
  color: #333333;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.popup-public.popupMenuResponsive p {
  color: #232933;
  font-size: 12px;
}
.popup-public.popupMenuResponsive .popup-body {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 312px;
  background: #fff;
  position: relative;
  min-height: 100%;
  text-align: center;
  border-radius: 10px;
  max-height: 100%;
  overflow: auto;
  border-radius: 5px;
}
.popup-public.is-active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transform: translateX(0);
}
.popup-public h3 {
  font-size: 15px;
  margin: 20px auto;
  font-weight: inherit;
  color: #333333;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.popup-public p {
  color: #232933;
  font-size: 12px;
}
.popup-public .popup-body {
  max-width: 312px;
  background: #fff;
  position: relative;
  min-height: 100%;
  text-align: center;
  border-radius: 10px;
  max-height: 100%;
  overflow: auto;
  border-radius: 5px;
}

.popup-close {
  position: absolute;
  background: url(../images/close.png) no-repeat;
  width: 22px;
  height: 22px;
  right: 6.5%;
  top: 12px;
  margin-top: 0;
  margin-left: 0;
  z-index: 999;
  cursor: pointer;
}

/*3line menu*/
.humberger-menu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 3%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 1px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

/*public*/
.subleft-all-cat > a {
  color: #616161 !important;
}
.subleft-all-cat * {
  color: #3f444d;
  font-size: 13px;
  transition: all 0.5s;
  position: relative;
  padding-left: 10px;
  display: inline-block;
}
.subleft-all-cat *:hover {
  color: #ef4056;
}
.subleft-all-cat *:hover::after {
  color: #ef4056;
}
.subleft-all-cat *::after {
  position: absolute;
  content: "\f104";
  font-family: fontello;
  font-size: 13px;
  color: #3f444d;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.border-gray {
  border: 1px solid #696e7c;
}

.border-radius {
  border-radius: 20px;
}

.radius-lbl-pink {
  border-radius: 50%;
  background-color: #ee6107;
}
.radius-lbl-pink * {
  color: #fff;
  font-size: 13px;
}

.basket-lbl {
  width: 19px;
  height: 19px;
  left: 15px;
  transition: all 0.5s;
}

/*submenu*/
.submenu {
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 13px -6px gray;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 530px;
  overflow-y: hidden;
  top: 100%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.submenu .submenu-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.submenu .submenu-cont .subright {
  width: 14%;
  border-left: 1px solid #f0f0f1;
  height: 100%;
}
.submenu .submenu-cont .subright > ul > li {
  padding: 12px 16px;
  transition: all 0.5s;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.submenu .submenu-cont .subright > ul > li > a {
  font-size: 12px;
  transition: all 0.5s;
  color: #616161;
  position: relative;
}
.submenu .submenu-cont .subright > ul > li > a figure {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.submenu .submenu-cont .subright > ul > li > a * {
  font-size: 12px;
  transition: all 0.5s;
  color: #616161;
  font-weight: 500;
}
.submenu .submenu-cont .subright > ul > li:hover, .submenu .submenu-cont .subright > ul > li.active {
  background-color: #f7f7f8;
  border-top: 1px solid #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
}
.submenu .submenu-cont .subright > ul > li:hover > a, .submenu .submenu-cont .subright > ul > li.active > a {
  color: #ee6107;
}
.submenu .submenu-cont .subright > ul > li:hover > a *, .submenu .submenu-cont .subright > ul > li.active > a * {
  color: #ee6107;
}
.submenu .submenu-cont .subleft {
  width: 84%;
  padding: 20px 0;
}
.submenu .submenu-cont .subleft .catitem {
  display: none;
}
.submenu .submenu-cont .subleft .ulitem > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 420px;
  margin-top: 20px;
  width: 77%;
}
.submenu .submenu-cont .subleft .ulitem > ul > li {
  margin-bottom: 10px;
  margin-left: 15px;
}
.submenu .submenu-cont .subleft .ulitem > ul > li > a {
  transition: all 0.5s;
  position: relative;
  font-size: 12px;
  color: #2f2e2e;
  display: inline-block;
}
.submenu .submenu-cont .subleft .ulitem > ul > li > a::after {
  position: absolute;
  font-family: fontello;
  content: "\f104";
  color: #2f2e2e;
  font-size: 11px;
  right: 103%;
  top: 1%;
  transition: all 0.5s;
}
.submenu .submenu-cont .subleft .ulitem > ul > li > ul {
  margin: 10px 0;
}
.submenu .submenu-cont .subleft .ulitem > ul > li > ul > li {
  margin-bottom: 5px;
}
.submenu .submenu-cont .subleft .ulitem > ul > li > ul > li > a {
  font-size: 13px;
  color: gray;
  transition: all 0.5s;
}
.submenu .submenu-cont .subleft .ulitem > ul > li > ul > li > a:hover {
  color: #ee6107;
}
.submenu.show {
  opacity: 1;
  visibility: visible;
}

.all-cat::after {
  color: #a0a3a8 !important;
  right: 46% !important;
  content: "\f104" !important;
  font-size: 16px !important;
}

.submenu-level2_title {
  font-size: 11px !important;
  font-weight: bold !important;
  color: #000 !important;
  padding-right: 10px;
  transition: all 0.5s;
}
.submenu-level2_title:hover {
  color: #ee6107 !important;
}
.submenu-level2_title:hover::after {
  color: #ee6107 !important;
}
.submenu-level2_title::after {
  font-size: 15px !important;
  font-weight: 500;
  color: #000 !important;
  transition: all 0.5s;
}
.submenu-level2_title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #ee6107;
  right: 0;
  top: 5px;
}

.submenu-level3_title {
  font-size: 10px !important;
  font-weight: normal !important;
  color: #000 !important;
  padding-right: 10px;
  transition: all 0.5s;
}
.submenu-level3_title:hover {
  color: #ee6107 !important;
}
.submenu-level3_title:hover::after {
  color: #ee6107 !important;
}
.submenu-level3_title::after {
  font-size: 15px !important;
  font-weight: 500;
  color: #000 !important;
  transition: all 0.5s;
}
.submenu-level3_title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #ee6107;
  right: 0;
  top: 5px;
}

.text-gray {
  color: #a0a3a8;
  font-size: 13px;
  font-weight: 500;
}

.pd {
  padding: 0 20px;
}

.pd-top-bottom {
  padding: 20px 0;
}

.pd-right {
  padding-right: 20px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute {
  position: absolute;
}

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

.flex-col-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.flex-col-end {
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-space {
  display: flex;
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.menu-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  background: #6d0abf;
  width: 100%;
  margin: 0;
}

.menu-responsive_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.public-box-responvise {
  border-top: 1px solid #f0f0f1;
  padding: 10px 0;
}
.public-box-responvise .public-title {
  text-align: right;
  margin: 10px 0 20px;
  padding: 0 20px;
}
.public-box-responvise .public-title * {
  color: #000;
  font-weight: 500;
}

.text-subtitle-strong {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2.15;
  color: #555353;
}

.public-list.list-lvlTwo {
  background: #f0f0f1;
  display: none;
}
.public-list li {
  margin-bottom: 15px;
}
.public-list li.has-submenu a {
  position: relative;
}
.public-list li.has-submenu a.active * {
  color: #ee6107;
}
.public-list li.has-submenu a.active::after {
  content: "\f106";
}
.public-list li.has-submenu a::after {
  position: absolute;
  content: "\f107";
  font-family: fontello;
  font-size: 20px;
  font-weight: 500;
  color: #555353;
  right: 89%;
  top: 50%;
  transform: translateY(-50%);
}

.facilities-links .public-list figure {
  margin-left: 15px;
  width: 24px;
  height: 24px;
}

.more-view img {
  margin-right: 10px;
}

.white-box {
  background-color: #fff;
}

.border-circ {
  border-radius: 40px;
}

.gray-border {
  border: 1px solid #e2edf0;
}

.border-gray {
  border: 1px solid #e1e6ef;
}

.price-item del {
  color: #696e7c;
  font-size: 14px;
}
.price-item del * {
  color: #696e7c;
  font-size: 13px;
  margin-right: 5px;
}
.price-item span {
  color: #1d1c18;
  font-size: 17px;
  font-weight: bold;
}
.price-item span * {
  color: #ee6107;
  margin-right: 5px;
}

.basket-item {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #696e7c;
  transition: all 0.5s;
}
.basket-item a {
  width: 100%;
  height: 100%;
}
.basket-item:hover {
  background-color: #ee6107;
}

.fMarketTime > label {
  margin: 0 3px;
  color: #1d1c18;
}
.fMarketTime .fTime {
  letter-spacing: -3px;
}

.public-next,
.public-prev {
  width: 45px;
  height: 45px;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 11px -2px gray;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border-radius: 50%;
}
.public-next:hover,
.public-prev:hover {
  background-color: #ee6107;
}
.public-next:hover img,
.public-prev:hover img {
  filter: brightness(0) invert(1);
}
.public-next.swiper-button-disabled,
.public-prev.swiper-button-disabled {
  opacity: 0.4;
}

.public-prev {
  background-image: url(../images/arrwo-right-white.png);
  right: -25px;
}

.public-next {
  background-image: url(../images/arrwo-left-white.png);
  left: -25px;
}

.overflow {
  overflow: hidden;
}

.transition {
  transition: all 0.5s;
}

.tabbox {
  display: none;
}
.tabbox.active {
  display: block;
}

.off-lbl {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ee6107;
  z-index: 9;
  font-weight: bold;
}
.off-lbl * {
  color: #f3f3f3;
  font-size: 14px;
}

.black-title {
  font-size: 13px;
  color: #1d1c18;
  font-weight: bold;
}

.star_rate {
  --star-width: 15px;
  --star-height: 15px;
  width: calc(var(--star-width) * 5);
  height: var(--star-height);
  position: relative;
}
.star_rate .rate-noti {
  background-color: #918d7c;
  color: #fff;
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: 100%;
}
.star_rate::before {
  width: 100%;
  background: url(../images/star-empty.png) repeat-x left center;
}
.star_rate::after {
  background: url(../images/star-fill.png) repeat-x left center;
  width: calc(var(--rate) * 15px);
}
.star_rate::after, .star_rate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
}

.rating-item .rating-item_txt {
  margin-right: 10px;
}
.rating-item .rating-item_txt * {
  font-size: 13px;
  color: #727272;
}

.public-lbl {
  background-color: #ee6107;
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
}
.public-lbl * {
  font-size: 11px;
  color: #f3f3f3;
  font-weight: bold;
}

/*global style*/
.btn {
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #ee6107;
  color: #fff;
  border-radius: 40px;
  width: 100%;
}
.txt,
.ddl {
  width: 100%;
  height: 50px;
  padding: 5px;
  border: 1px solid #e2edf0;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  font-weight: bold;
  color: #696e7c;
}

.ddl {
  padding: 0 5px 0 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fafafa url("/images/arrowdown.svg") no-repeat 0 center;
  background-size: 18px auto;
}

.txtarea {
  width: 100%;
  height: 123px;
  padding: 5px;
  resize: none;
  border: 1px solid #e2edf0;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 12px;
  color: #696e7c;
  font-weight: bold;
}

.txt:focus,
.ddl:focus,
.txtarea:focus {
  background-color: #fff;
  border-color: #000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.public-title * {
  color: #454a4d;
  font-size: 17px;
  font-weight: bold;
}

/*header*/
header {
  box-shadow: 2px 2px 13px -2px #b0aeae;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999999;
  background-color: #fff;
}
header.scroll-down {
  top: -100px;
}
header .menu {
  position: relative;
}
header .menu > li {
  padding: 10px 27px;
  position: relative;
}
header .menu > li:first-child::after {
  background-color: transparent;
}
header .menu > li > a {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
header .menu > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #454a4d;
  transition: all 0.5s;
  bottom: 0;
  right: 0;
}
header .menu > li > a:hover {
  color: #454a4d;
}
header .menu > li > a:hover::before {
  width: 100%;
}
header .menu > li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #f18f51;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
header .menu > li.products-cat_item {
  position: unset;
  padding: 10px 35px 10px 27px;
}
header .menu > li.products-cat_item::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 24px;
  background: url(../images/cat-item.png) no-repeat center center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .menu > li.products-cat_item * {
  font-weight: bold;
}
header .menu > li.products-cat_item:hover .submenu {
  opacity: 1;
  visibility: visible;
}
header .header-up {
  padding: 20px 0;
}
header .header-up .searchBox {
  width: 70%;
  padding: 0px 15px;
  background: #f5f6f7;
  border: none;
  border-radius: 40px;
}
header .header-up .searchBox .txt {
  width: 90%;
  background-color: transparent;
  color: #8f9399;
  font-size: 13px;
  border: none;
}
header .header-up .searchBox .searchbtn {
  width: 22px;
  height: 22px;
  color: transparent;
  background: url(../images/search.png) no-repeat center center;
}
header .header-up .header-up_right {
  width: 60%;
}
header .header-up .header-up_right .logo {
  width: 30.1%;
}
header .header-up .header-up_right .logo img {
  height: auto;
}
header .header-up .header-up_left {
  margin-right: 40px;
  display: flex;
  justify-content: space-between;
  width: 35%;
}
header .header-up .header-up_left * {
  color: #ee6107;
}
header .header-up .header-up_left .login-basket-links-list > li {
  margin-right: 10px;
}
header .header-up .header-up_left .login-basket-links-list > li > a {
  position: relative;
  height: 45px;
  transition: all 0.5s;
}
header .header-up .header-up_left .login-basket-links-list > li > a .basket-lbl {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
header .header-up .header-up_left .login-basket-links-list > li > a .lbl-txt {
  right: -10px;
}
header .header-up .header-up_left .login-basket-links-list > li > a img {
  margin-left: 10px;
}
header .header-up .header-up_left .login-basket-links-list > li > a * {
  font-size: 13px;
}
header .header-down {
  background-color: #ee6107;
}
header .header-down * {
  color: #fff;
}

/*slider*/
.slider-home_section {
  margin-top: 144px;
}
.slider-home_section .slider {
  width: 100%;
  height: 352px;
}
.slider-home_section .slider a {
  width: 100%;
  height: 100%;
}
.slider-home_section .slider a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-home_section .next-prev-Item {
  width: 94px;
  height: 44px;
  bottom: 0;
  left: 5%;
  background-color: #696e7c;
  border-radius: 10px 10px 0 0;
  z-index: 9;
}
.slider-home_section .next-prev-Item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #b2b6c0;
  top: 42%;
}
.slider-home_section .next-prev-Item .slider-home-next,
.slider-home_section .next-prev-Item .slider-home-prev {
  cursor: pointer;
  margin: 0 20px;
}
.slider-home_section .next-prev-Item .slider-home-next::after,
.slider-home_section .next-prev-Item .slider-home-prev::after {
  position: absolute;
  font-family: fontello;
  font-size: 22px;
  color: #dddade;
}
.slider-home_section .next-prev-Item .slider-home-prev::after {
  content: "\f105";
}
.slider-home_section .next-prev-Item .slider-home-next::after {
  content: "\f104";
}

/*products-group-section*/
.wideBanners {
  display: flex;
  gap: 20px;
}

.wideBanners > li {
  flex: 1;
}

.wideBanners > li > a {
  display: block;
}

.wideBanners > li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.products-group-section {
  padding: 40px 0;
}
.products-group-section .products-group-list_sliedr {
  padding: 40px 0;
}
.products-group-section .products-group-list_sliedr .products-group-list_sliedr_item {
  width: 138px;
  height: 200px;
  transition: all 0.5s;
}
.products-group-section .products-group-list_sliedr .products-group-list_sliedr_item:hover > figure {
  background-color: #ee6107;
}
.products-group-section .products-group-list_sliedr .products-group-list_sliedr_item:hover > figure > img {
  overflow: auto;
  transform: translateY(-20px) scale(1.2);
  border-radius: 0;
}
.products-group-section .products-group-list_sliedr .products-group-list_sliedr_item > figure {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
.products-group-section .products-group-list_sliedr .products-group-list_sliedr_item > figure > img {
  transition: all 0.5s;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.products-group-section .products-group-list_sliedr .products-group-list_sliedr_item > figure > span {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.products-group-section .products-group-list_sliedr .products-group-list_sliedr_item > figcaption * {
  font-size: 14px;
  color: #0d0e12;
  font-weight: bold;
  transition: all 0.5s;
}

/*amazing-offer-section*/
.amazing-offer-section {
  background-color: #ee6107;
  padding: 20px 0;
}
.amazing-offer-section .amazing-offer-section_top .amazing-offer-section_top_right * {
  font-size: 21px;
  font-weight: bold;
}
.amazing-offer-section .amazing-offer-section_top .amazing-offer-section_top_right img {
  margin-left: 10px;
}
.amazing-offer-section .amazing-offer-section_top * {
  color: #fff;
}
.amazing-offer-section .amazing-offer-section_bottom {
  margin: 30px 0;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item {
  background: #000;
  padding: 10px;
  height: 440px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item::before {
  content: "";
  display: block;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: 0.4s;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item:hover::before {
  bottom: 80px;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item:hover .price-item del {
  color: #fff;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item:hover .price-item span {
  color: #fff;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item .time-offer-lbl {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item .time-offer-lbl > label {
  color: #ee6107;
  font-size: 14px;
  font-weight: bold;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item .time-offer-lbl .timefrm * {
  color: #1d1c18;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item .time-offer-lbl .timefrm > label {
  font-size: 11px;
  font-weight: bold;
  margin-left: 5px;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item > figure {
  width: 94%;
  height: 200px;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item > figure > a {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item > figure > a > img {
  width: 100%;
  height: auto !important;
  transform: scale(0.96);
  transition: 0.5s;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item > figure > a:hover img {
  transform: scale(1) translateY(-15px) rotate(1deg);
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item > figcaption {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: 20px auto;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item > figcaption > a {
  font-size: 14px;
  color: #454a4d;
  font-weight: bold;
  height: 50px;
  margin-bottom: 25px;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
}
.amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item > figcaption > a * {
  font-size: 14px;
  color: #454a4d;
  font-weight: bold;
}

/*search*/
.searchBox .searchBox_result .ulResultItem li .itemCategory.lbl {
  color: #ee6107 !important;
}

/*banner-section*/
.section-six .banner-list {
  --column: 2 !important;
  --gap-column: 30px;
  --gap-row: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap-column) / -2);
  width: calc(100% + var(--gap-column));
}
.section-six .banner-list > * {
  width: calc((100% - var(--column) * var(--gap-column)) / var(--column));
  margin: 0 calc(var(--gap-column) / 2) var(--gap-row);
}

.banner-section {
  padding: 0 0 30px 0;
}
.banner-section .banner-list {
  --column: 3;
  --gap-column: 30px;
  --gap-row: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap-column) / -2);
  width: calc(100% + var(--gap-column));
}
.banner-section .banner-list > * {
  width: calc((100% - var(--column) * var(--gap-column)) / var(--column));
  margin: 0 calc(var(--gap-column) / 2) var(--gap-row);
}
.banner-section .banner-list > li > a {
  width: 100%;
  height: 197px;
}
.banner-section .banner-list > li > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.banner-section .banner-list > li > a:hover {
  box-shadow: 0px 0px 13px -1px gray;
}
.banner-section .banner-list > li > a:hover img {
  transform: scale(1.1);
}

/*tab-section*/
.tab-section {
  background-color: #f5f6f7;
  padding: 30px 0;
}
.tab-section .tab-section_title .tab-section_title_item {
  color: #1d1c18;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
}
.tab-section .tab-section_title .tab-section_title_item::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  height: 2px;
  width: 50%;
  background-color: #ee6107;
  transition: all 0.5s;
}
.tab-section .border-gray {
  border-color: transparent;
}
.tab-section .tabbtn > li > a {
  color: #696e7c;
  padding: 10px 15px;
  font-size: 15px;
}
.tab-section .tabbtn > li > a::after, .tab-section .tabbtn > li > a::before {
  content: "";
  position: absolute;
}
.tab-section .tabbtn > li > a::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 90%;
  background-color: transparent;
  transition: all 0.5s;
}
.tab-section .tabbtn > li > a::after {
  width: 1px;
  height: 30px;
  background-color: #e3e4e6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tab-section .tabbtn > li > a.active {
  color: #1d1c18;
  font-weight: bold;
}
.tab-section .tabbtn > li > a.active::before {
  background-color: #ee6107;
}
.tab-section .tabbtn > li:last-child > a::after {
  background-color: transparent;
}

.BestSeller_product_section {
  background-color: #fff;
}

.BestSeller_product_section .border-gray {
  border: 1px solid #e1e6ef;
}

.product-list-parent {
  padding: 30px 0;
}
.product-list-slider_item {
  padding: 40px 20px 20px;
  transition: all 0.5s;
  position: relative;
}
.product-list-slider_item:hover {
  border: 1px solid #ee6107;
}
.product-list-slider_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background: #000;
  z-index: 0;
}
.product-list-slider_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
  transition: 0.4s;
}
.product-list-slider_item:hover::after {
  bottom: 74px;
}
.product-list-slider_item:hover .price-item span {
  color: #fff !important;
}
.product-list-slider_item figcaption {
  position: relative;
  z-index: 2;
}
.product-list-slider_item .product-list-slider_imgitem {
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}
.product-list-slider_item .product-list-slider_imgitem > a {
  position: relative;
  display: block;
}
.product-list-slider_item .product-list-slider_imgitem > a > img {
  width: 100%;
  height: 100%;
  transform: scale(0.96);
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
.product-list-slider_item .product-list-slider_imgitem > a:hover > img {
  transform: scale(1) translateY(-20px) rotate(1deg);
}
.product-list-slider_item .product-list-slider_imgitem > a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-list-slider_item .price-basket-item {
  position: relative;
  z-index: 2;
}
.product-list-slider_item .price-basket-item .price-item {
  width: 73%;
}
.product-list-slider_item .price-basket-item .basket-item {
  background-color: #6f6f6f;
}
.product-list-slider_item .price-basket-item .basket-item:hover {
  background-color: #ee6107;
}
.product-list-slider_item .product-list-slider_desc_title {
  position: relative;
  z-index: 2;
  max-height: 50px;
  overflow-y: hidden;
}
.product-list-slider_item .product-list-slider_desc_title .black-title {
  font-size: 16px;
}

.product-list-slider_item figcaption > a {
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: block;
  margin-bottom: 10px;
}

/*news-section*/
.news-section {
  margin-top: 20px;
}
.news-section .more-view {
  padding: 10px 20px;
  font-size: 14px;
}
.news-section .more-view:hover {
  background-color: #ee6107;
  border-color: transparent;
}
.news-section .more-view:hover * {
  color: #fff;
}
.news-section .more-view:hover img {
  filter: brightness(0) invert(1);
}
.news-section .more-view * {
  font-size: 14px;
}
.news-section .news-section_bottom .news-list-slider {
  padding: 40px 0;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item {
  transition: all 0.5s;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item:hover {
  box-shadow: 2px 2px 16px -3px gray;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item > figure {
  width: 45%;
  height: 170px;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item > figure .public-lbl {
  top: 10px;
  right: 10px;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item > figure > a {
  width: 100%;
  height: 100%;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item > figure > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item > figcaption {
  width: 54%;
  padding: 15px 20px;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item > figcaption a {
  height: 45px;
  overflow-y: hidden;
  font-size: 12px;
  font-weight: bold;
  color: #1d1c18;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item > figcaption .news-list-slider_item_desc {
  height: 78px;
  overflow-y: hidden;
}
.news-section .news-section_bottom .news-list-slider .news-list-slider_item > figcaption .news-list-slider_item_desc * {
  text-align: right;
  line-height: 22px;
  font-size: 12px;
  color: #696e7c;
}

/*brands-list-section*/
.brands-list-section {
  padding: 60px 0;
}
.brands-list-section .brands-list_slider {
  padding: 10px 0;
}
.brands-list-section .brands-list_slider a {
  width: 100%;
  height: 54px;
  transition: all 0.5s;
}
.brands-list-section .brands-list_slider a:hover {
  transform: scale(1.2);
}
.brands-list-section .brands-list_slider a > img {
  width: 100%;
  height: auto;
}

/*footer*/
footer .footer-up {
  background-color: #0d0e12;
  padding: 20px 0;
}
footer .footer-up .support-list > ul {
  --column: 5;
  --gap-column: 10px;
  --gap-row: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap-column) / -2);
  width: calc(100% + var(--gap-column));
}
footer .footer-up .support-list > ul > * {
  width: calc((100% - var(--column) * var(--gap-column)) / var(--column));
  margin: 0 calc(var(--gap-column) / 2) var(--gap-row);
}
footer .footer-up .support-list > ul > li img {
  width: auto;
  height: 56px;
}
footer .footer-up .support-list > ul > li > span * {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
footer .footer-up .support-list > ul > li > span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 97px;
  background-color: #222326;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-up .support-list > ul > li:last-child > span::after {
  background-color: transparent;
}
footer .footer-down {
  padding-top: 60px;
}
footer .footer-down .footer-down_top .footer-down_right {
  width: 48%;
  position: relative;
}
footer .footer-down .footer-down_top .footer-down_right .tab-section_footer {
  width: 100%;
}
footer .footer-down .footer-down_top .footer-down_right .tab-section_footer .tabbtn {
  position: absolute;
  top: 0;
  right: 19%;
}
footer .footer-down .footer-down_top .footer-down_right .tab-section_footer .tabbtn > li {
  margin-left: 10px;
}
footer .footer-down .footer-down_top .footer-down_right .tab-section_footer .tabbtn > li > a {
  font-size: 12px;
  color: #b4b4b4;
}
footer .footer-down .footer-down_top .footer-down_right .tab-section_footer .tabbtn > li > a.active {
  color: #ee6107;
}
footer .footer-down .footer-down_top .footer-down_right .footer-contact-list {
  margin: 20px 0;
}
footer .footer-down .footer-down_top .footer-down_right .footer-contact-list > ul > li {
  margin-bottom: 10px;
}
footer .footer-down .footer-down_top .footer-down_right .footer-contact-list > ul > li > img {
  margin-left: 10px;
  height: auto;
}
footer .footer-down .footer-down_top .footer-down_right .footer-contact-list > ul > li * {
  font-size: 12px;
  color: #696e7c;
  font-weight: bold;
}
footer .footer-down .footer-down_top .footer-down_right .footer-contact-list > ul > li > p {
  width: 87%;
  margin: 0;
}
footer .footer-down .footer-down_top .footer-down_right .social-list > ul > li {
  margin-left: 20px;
}
footer .footer-down .footer-down_top .footer-down_right .social-list > ul > li > a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
footer .footer-down .footer-down_top .footer-down_right .social-list > ul > li > a:hover {
  border-color: #ee6107;
}
footer .footer-down .footer-down_top .footer-down_left {
  width: 47%;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col * {
  font-weight: bold;
  font-size: 12px;
  color: #696e7c;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col a {
  transition: all 0.5s;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col a:hover {
  color: #ee6107;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col .public-title {
  margin-bottom: 23px;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col .public-title * {
  font-size: 16px;
  color: #1d1c18;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col > ul > li {
  margin-bottom: 10px;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col_right {
  width: 24%;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col_left {
  width: 70%;
}
footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col_left .usefullinks > li {
  width: 47%;
}
footer .footer-down .footer-down_center {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e4e5e9;
  border-bottom: 1px solid #e4e5e9;
}
footer .footer-down .footer-down_center .footer-down_center_right {
  width: 66%;
}
footer .footer-down .footer-down_center .footer-down_center_right .footer-desc {
  width: 72%;
  max-height: 130px;
  overflow-y: hidden;
}
footer .footer-down .footer-down_center .footer-down_center_right .footer-desc * {
  font-size: 12px;
  color: #1d1c18;
  font-weight: bold;
  margin: 0;
  text-align: justify;
  line-height: 30px;
}
footer .footer-down .footer-down_center .footer-down_center_left {
  width: 30%;
}
footer .footer-down .footer-down_center .footer-down_center_left .enamad-list {
  --column: 3;
  --gap-column: 10px;
  --gap-row: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap-column) / -2);
  width: calc(100% + var(--gap-column));
}
footer .footer-down .footer-down_center .footer-down_center_left .enamad-list > * {
  width: calc((100% - var(--column) * var(--gap-column)) / var(--column));
  margin: 0 calc(var(--gap-column) / 2) var(--gap-row);
}
footer .footer-down .footer-down_center .footer-down_center_left .enamad-list > li {
  height: 115px;
}
footer .footer-down .footer-down_bottom * {
  font-size: 12px;
  color: #696e7c;
  font-weight: bold;
}
footer .footer-down .footer-down_bottom .kaspid > a {
  margin: 0 4px;
  transition: all 0.5s;
}
footer .footer-down .footer-down_bottom .kaspid > a:hover {
  color: #ee6107;
}

.footer-logo {
  width: 27%;
}
.footer-logo img {
  height: auto;
}/*# sourceMappingURL=main.css.map */
/*0 up to 479*/

@media only screen and (min-width:0px) and (max-width: 479px) {

    .logo a img{
        height: 100%;
    }
    .slider-home_section .next-prev-Item .slider-home-next::after,
    .slider-home_section .next-prev-Item .slider-home-prev::after {
        font-size: 16px;
    }
    .slider-home_section .next-prev-Item {
        width: 80px;
        height: 30px;
    }
    .slider-home_section .next-prev-Item::before {
        top: 33%;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    header .header-up .header-up_right .logo {
        width: 37%;
        position: absolute;
        left: 50%;
        top:5px;
    }
    .header-up .main {
        position: relative;
    }
    header .menu {
        display: none;
    }
    .humberger-menu {
        opacity: 1;
        visibility: visible;
    }
    header .header-up .header-up_right {
        width: 68%;
    }
    header .header-up .header-up_left {
        width: 32%;
    }
    header .header-up .header-up_left .login-basket-links-list {
        width: 100%;
    }
    header .header-up .header-up_left .login-basket-links-list>li {
        margin-right: 5px;
        width: 30%;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a {
        height: 35px;
        width: 35px;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a .lbl-txt {
        display: none;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a span {
        display: none;
    }
    header {
        height: 56px;
    }
    header.scroll-down {
        top: 0;
    }
    header .menu {
        display: none;
    }
    .humberger-menu {
        opacity: 1;
        visibility: visible;
    }
    header .header-up .searchBox {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 43px;
        display: none;
    }
    header .header-up .searchBox .txt {
        width: 85%;
        font-size: 10px;
    }
    .txt,
    .ddl {
        height: 34px;
    }
    header .header-up {
        padding: 5px 0 55px;
    }
    header .header-up .header-up_left .login-basket-links-list>li {
        margin-right: 5px;
        width: 35%;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a {
        height: 35px;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a img {
        margin-left: 0;
        right: 0;
        position: relative;
    }
    .basket-lbl {
        position: absolute;
        top: 0;
    }
    .wideBanners{display: block;}
    .wideBanners li{margin-bottom: 10px;}
    .public-next, .public-prev{display: none !important;}
    header .header-up .header-up_left .login-basket-links-list>li>a * {
        font-size: 9px;
    }
    .bar1, .bar2, .bar3{background-color: #ee6107 !important;height: 2px !important;margin:7px 0}
    .rating-item.flex-start{display: none;}
    header .header-up .header-up_left{position: fixed;top:10px;left: 10px;}
    footer .footer-up .support-list > ul{display: none;}
    footer .footer-up{padding: 2px 0;}
    .products-group-section .products-group-list_sliedr .products-group-list_sliedr_item {
        width: 100%;
        height: 170px;
        display: block;text-align: center;
    }
    .products-group-section .products-group-list_sliedr .products-group-list_sliedr_item>figure {
        width: 106px;
        height: 106px;
    }
    .products-group-section .products-group-list_sliedr .products-group-list_sliedr_item > figure > span{width: 106px;
        height: 106px;}
    .products-group-list_sliedr_item>figure img{ width: 106px !important;
        height: 106px !important;}
    .products-group-section .products-group-list_sliedr .products-group-list_sliedr_item>figcaption * {
        font-size: 11px;
    }
    .slider-home_section {
        margin-top: 95px;
    }
    .slider-home_section .slider {
        width: 100%;
        height: 140px;
    }
    .logo {
        width: 14%;
        position: relative;
        right: 40px;
    }
    .products-group-section {
        padding: 0;
    }
    .products-group-section .products-group-list_sliedr .products-group-list_sliedr_item {
        margin: 0 auto !important;
    }
    .price-item span {
        font-size: 14px;
    }
    .price-item span * {
        font-size: 10px;
    }
    .public-next {
        left: 0;
    }
    .public-prev {
        right: 0;
    }
    .tab-section .tabbtn>li>a {
        padding: 0 5px;
        font-size: 10px;
        font-weight: bold;
    }
    .amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider {
        width: 80%;
    }
    .amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item>figure {
        margin: 0 auto;
    }
    .amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item>figcaption {
        margin: 0 auto;
    }
    .amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item>figcaption>a {
        height: 60px;
    }
    .amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item {
        border-left: 1px solid #e6eaf3;
        padding: 10px;
        height: 400px;
        width: 81%;
        margin: 0 auto;
        border-left: none;
    }
    .amazing-offer-section .amazing-offer-section_bottom .amazing-offer-slider .amazing-offer-slider_item>figure>a>img {
        width: 100%;
        height: auto !important;
    }
    .amazing-offer-section .amazing-offer-section_top .amazing-offer-section_top_right * {
        font-size: 15px;
    }
    .amazing-offer-section .amazing-offer-section_top * {
        font-size: 12px;
    }
    .banner-section .banner-list {
        --column: 1;
        --gap-column: 30px;
        --gap-row: 10px;
    }
    .product-list-slider_item .product-list-slider_imgitem {
        width: 100%;
        height: 170px;
    }
    .product-list-slider_item {
        height: 340px;
        padding: 10px;
    }
    .product-list-slider_item .product-list-slider_imgitem>a>img {
        width: 100%;
    }
    .product-list-slider_item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .section-six .banner-list {
        --column: 1 !important;
    }
    .tab-section .tabbtn>li>a::after {
        width: 1px;
        height: 15px;
    }
    .black-title {
        font-size: 13px;
    }
    .tabbtn {
        justify-content: center;
    }
    .product-list-slider-next,
    .product-list-slider-prev {
        top: 100%;
    }
    .news-section_top {
        padding: 20px 0 0;
    }
    .public-title * {
        font-size: 15px;
    }
    .news-section .more-view * {
        font-size: 12px;
    }
    .news-section .more-view {
        padding: 5px 10px;
        font-size: 12px;
    }
    .news-list-slider-next,
    .news-list-slider-prev {
        width: 45px;
        height: 45px;
        background-color: #f7f7f7;
        box-shadow: 0px 0px 11px -2px gray;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        z-index: 9;
        border-radius: 50%;
    }
    .news-section .news-section_bottom .news-list-slider {
        padding: 25px 0 40px;
    }
    .banner-section .banner-list>li>a:hover img {
        transform: scale(1);
    }
    .brands-list-section .brands-list_slider {
        padding: 10px 0;
        width: 100%;
    }
    .brands-list-section .brands-list_slider a>img {
        width: 73%;
        margin: 0 auto;
    }
    footer .footer-up .support-list>ul {
        --column: 2;
    }
    .footer-logo {
        width: 20%;
    }
    footer .footer-up .support-list>ul>li:nth-child(2)>span::after {
        background-color: transparent;
    }
    footer .footer-up .support-list>ul>li>span * {
        font-size: 11px !important;
    }
    footer .footer-down {
        padding-top: 20px;
    }
    footer .footer-down .footer-down_top .footer-down_right {
        width: 100%;
    }
    footer .footer-down .footer-down_top .footer-down_left {
        width: 100%;
        margin-top: 10px;
    }
    footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col_right {
        width: 24%;
    }
    footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col_left {
        width: 68%;
    }
    footer .footer-down .footer-down_top .footer-down_right .social-list>ul>li {
        margin-left: 5px;
    }
    footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col_left .usefullinks>li {
        width: 49%;
    }
    footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col * {
        font-size: 10px;
    }
    footer .footer-down .footer-down_center .footer-down_center_right {
        width: 100%;
    }
    footer .footer-down .footer-down_center .footer-down_center_right .footer-desc {
        width: 100%;
        max-height: 128px;
        overflow-y: hidden;
        margin-top: 10px;
    }
    footer .footer-down .footer-down_center .footer-down_center_right .footer-desc {
        margin: 10px 0;
    }
    footer .footer-down .footer-down_center .footer-down_center_right .footer-desc * {
        font-size: 10px;
        text-align: justify;
        line-height: 19px;
    }
    footer .footer-down .footer-down_center .footer-down_center_left {
        width: 100%;
    }
    footer .footer-down .footer-down_top .footer-down_right .footer-contact-list>ul>li * {
        font-size: 10px;
    }
    footer .footer-down .footer-down_top .footer-down_right .tab-section_footer .tabbtn {
        right: 25%;
    }
    body p {
        line-height: 20px;
    }
    footer .footer-down .footer-down_bottom * {
        font-size: 10px !important;
        line-height: 16px;
    }
    .whatsapp-link {
        width: 40px;
        height: 40px;
        bottom: 5px;
        left: 12px;
        right: unset;
    }
    .whatsapp-link>a {
        padding: 7px;
    }
    footer .footer-down .footer-down_center {
        margin: 0px 0;
    }
}


/*480 up to 719*/

@media only screen and (min-width: 480px) and (max-width: 719px) {
    .table {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table>.table {
        margin-bottom: 0;
    }
    header {
        height: 56px;
    }
    header .menu {
        display: none;
    }
    .humberger-menu {
        opacity: 1;
        visibility: visible;
    }
    header .header-up .searchBox .txt {
        width: 85%;
        font-size: 10px;
    }
    .txt,
    .ddl {
        height: 34px;
    }
    header .header-up {
        padding: 5px 0;
    }
    header .header-up .header-up_left .login-basket-links-list>li {
        margin-right: 5px;
        width: 35%;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a {
        height: 35px;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a img {
        margin-left: 10px;
        right: -4px;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a * {
        font-size: 9px;
    }
    header .header-up .searchBox {
        width: 72%;
        padding: 2px 10px;
    }
    header .header-up .header-up_right {
        margin-bottom: 10px;
        width: 100%;
    }
    header .header-up .header-up_left {
        width: 100%;
    }
    .slider-home_section {
        margin-top: 57px;
    }
    .slider-home_section .slider {
        width: 100%;
        height: 140px;
    }
    .logo {
        width: 14%;
        position: relative;
        right: 40px;
    }
    .products-group-section {
        padding: 20px 0;
    }
    .products-group-section .products-group-list_sliedr .products-group-list_sliedr_item {
        margin: 0 auto !important;
    }
    .public-next {
        left: 0;
    }
    .public-prev {
        right: 0;
    }
    .tab-section .tabbtn>li>a {
        padding: 0 10px;
        font-size: 12px;
        font-weight: bold;
    }
    .product-list-slider_item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .tab-section .tabbtn>li>a::after {
        width: 1px;
        height: 15px;
    }
    .black-title {
        font-size: 11px;
    }
    .tabbtn {
        justify-content: center;
    }
    .product-list-slider-next,
    .product-list-slider-prev {
        top: 100%;
    }
    .news-section_top {
        padding: 20px 0 0;
    }
    .public-title * {
        font-size: 15px;
    }
    .news-section .more-view * {
        font-size: 12px;
    }
    .news-section .more-view {
        padding: 5px 10px;
        font-size: 12px;
    }
    .news-list-slider-next,
    .news-list-slider-prev {
        width: 45px;
        height: 45px;
        background-color: #f7f7f7;
        box-shadow: 0px 0px 11px -2px gray;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        z-index: 9;
        border-radius: 50%;
    }
    .news-section .news-section_bottom .news-list-slider {
        padding: 25px 0 40px;
    }
    .brands-list-section .brands-list_slider {
        padding: 10px 0;
        width: 70%;
    }
    .brands-list-section .brands-list_slider a>img {
        width: 73%;
        margin: 0 auto;
    }
    footer .footer-up .support-list>ul {
        --column: 2;
    }
    footer .footer-up .support-list>ul>li:nth-child(2)>a::after {
        background-color: transparent;
    }
    footer .footer-up .support-list>ul>li>span * {
        font-size: 11px !important;
    }
    footer .footer-down {
        padding-top: 20px;
    }
    footer .footer-down .footer-down_top .footer-down_right {
        width: 100%;
    }
    footer .footer-down .footer-down_top .footer-down_left {
        width: 100%;
        margin-top: 10px;
    }
    footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col_left {
        width: 75%;
    }
    footer .footer-down .footer-down_top .footer-down_left .footer-down_left_col * {
        font-size: 10px;
    }
    footer .footer-down .footer-down_center .footer-down_center_right {
        width: 100%;
    }
    footer .footer-down .footer-down_center .footer-down_center_right .footer-desc {
        width: 100%;
        max-height: 128px;
        overflow-y: hidden;
        margin-top: 10px;
    }
    footer .footer-down .footer-down_center .footer-down_center_right .footer-desc {
        margin: 10px 0;
    }
    footer .footer-down .footer-down_center .footer-down_center_right .footer-desc * {
        font-size: 10px;
        text-align: justify;
        line-height: 19px;
    }
    footer .footer-down .footer-down_center .footer-down_center_left {
        width: 100%;
    }
    footer .footer-down .footer-down_top .footer-down_right .footer-contact-list>ul>li * {
        font-size: 10px;
    }
    body p {
        line-height: 20px;
    }
    footer .footer-down .footer-down_bottom * {
        font-size: 10px !important;
        line-height: 16px;
    }
    .whatsapp-link {
        width: 40px;
        height: 40px;
        bottom: 5px;
        left: 12px;
        right: unset;
    }
    .whatsapp-link>a {
        padding: 7px;
    }
}


/*720 up to 1000*/

@media only screen and (min-width: 720px) and (max-width: 1000px) {
    header .header-up .header-up_right {
        width: 57%;
    }
    header .header-up .searchBox {
        width: 70%;
        padding: 0px 10px;
        border-color: #696e7c;
        border-radius: 40px;
    }
    header .header-up .searchBox .txt {
        font-size: 11px;
    }
    header .header-up .header-up_left {
        width: 42%;
    }
    header .header-up .header-up_left .login-basket-links-list>li>a * {
        font-size: 11px;
    }
    header .menu>li.products-cat_item {
        position: unset;
        padding: 10px 35px 10px 15px;
    }
    header .menu>li>a {
        font-size: 11px;
    }
    footer .footer-up .support-list>ul>li>span * {
        font-size: 11px;
    }
}


/*1001 up to 1249*/

@media only screen and (min-width: 1001px) and (max-width: 1249px) {
    .submenu .submenu-cont .subright>ul>li>a * {
        font-size: 11px;
        transition: all .5s;
        color: #616161;
        font-weight: 500;
    }
    .submenu .submenu-cont .subright>ul>li>a figure {
        margin-left: 5px;
        width: 15px;
        height: 15px;
    }
    .submenu .submenu-cont .subleft .ulitem>ul>li {
        margin-left: 7px;
    }
    .slider-home_section {
        margin-top: 136px;
      }
      .slider-home_section .slider {
        height: 325px;
      }
    .product-list-slider_item .product-list-slider_imgitem {
        width: 100%;
    }
   
    .products-group-section .products-group-list_sliedr .products-group-list_sliedr_item {
        width: 126px;
      }
      .main {
        width: calc(88% - 30px);
      }
}


/*laptop*/

@media only screen and (min-width: 1250px) and (max-width: 1366px) {}


/*1250 up to 1400*/

@media only screen and (min-width: 1367px) and (max-width: 1450px) {}


/*1400 up to 1920*/

@media only screen and (min-width: 1400px) and (max-width: 1920px) {}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.search *{flex-wrap:nowrap}.search *::before,.search *::after{box-sizing:border-box;flex-wrap:wrap}.search.container{max-width:100%;width:auto;display:block;margin:0}.search .main{display:block;margin:0 auto;width:calc(100% - 40px);max-width:1600px}.pseudo,.search-page .chkswitch label::before,.search-page .search-option .filterBox .filterBox_Title::after{content:'';position:absolute}.boxstyle{background-color:#fff;border:1px solid #e7e7e7;box-shadow:0 12px 12px 0 rgba(181,181,181,0.1)}.flexCenterH{display:flex;justify-content:center}.flexCenterV{display:flex;align-items:center}.flexCenter{display:flex;justify-content:center;align-items:center}.overControl{overflow:hidden}.search-page{display:flex;flex-wrap:nowrap}.search-page .textlabel{font-size:16px;color:#7c7a7a;margin-bottom:10px;width:100%}.search-page .btn{width:100%;display:inline-block;padding:12px 20px;font-size:16px;font-weight:500;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f2008a;color:#fff;border-radius:4px;box-sizing:border-box;box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);height:48px}.search-page .btn:hover{box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}.search-page .txt,.search-page .ddl,.search-page .txtarea{width:100%;padding:8px 16px;background-color:#fbfbfb;color:rgba(0,0,0,0.87);font-size:12px;border:1px solid rgba(0,0,0,0.24);border-radius:4px;transition:0.3s ease-in-out}.search-page .txt:focus,.search-page .ddl:focus,.search-page .txtarea:focus{background-color:#fff;border-color:#f2008a}.search-page .txt,.search-page .ddl{height:39px}.search-page .ddl{padding:0 5px 0 16px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:#fbfbfb url("/basket/images/arrowdown.svg") no-repeat 8px center;background-size:14px auto}.search-page .txtarea{height:123px;resize:none}.search-page input[type=number]::-webkit-inner-spin-button,.search-page input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-page input[type=number]{-moz-appearance:textfield}.search-page .chkswitch{position:relative;display:inline-block;vertical-align:middle}.search-page .chkswitch input[type=checkbox]{-moz-appearance:none;-webkit-appearance:none;border:1px solid rgba(0,0,0,0.24);border-radius:30px;background-color:#fbfbfb;width:55px;height:23px;display:inline-block;vertical-align:middle;cursor:pointer;transition:0.4s}.search-page .chkswitch label{display:inline-block;vertical-align:middle;font-size:14px;color:rgba(0,0,0,0.87);padding:0 11px;cursor:pointer}.search-page .chkswitch label::before{height:17px;width:17px;right:4px;bottom:4px;border:1px solid #d8d8d8;border-radius:50%;background-color:#fff;transition:.4s}.search-page .chkswitch input[type=checkbox]:checked{background-color:#f2008a}.search-page .chkswitch input[type=checkbox]:checked+label::before{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}.search-page .mobileview{display:none;cursor:pointer;background-color:#e0e0e0;color:#424242;font-size:12px;padding:5px 11px;border-radius:4px}.search-page .search-option{width:20%;max-width:20%;min-width:189px;margin-left:22px}.search-page .search-option .search-option_head{display:none;padding:10px}.search-page .search-option .search-option_head .closeSearch{width:30px;height:30px;border:2px solid #8d8d8d;border-radius:50%;cursor:pointer;font-size:12px;display:flex;justify-content:center;align-items:center;line-height:1}.search-page .search-option .filterBox{background-color:#fff;box-shadow:0 12px 12px 0 rgba(181,181,181,0.11);border:1px solid #dedede;margin:0 0 10px;padding:6px 0px 0}.search-page .search-option .filterBox .filterBox_Title{padding:2px 16px 10px 15px;border-bottom:1px solid #f2f2f2;color:#535353;font-size:14px;font-weight:500;cursor:pointer;position:relative;z-index:1}.search-page .search-option .filterBox .filterBox_Title::after{top:25%;left:16px;z-index:2;width:10px;height:10px;border-style:solid;border-width:0 0px 1px 1px;border-color:#535353;transform:rotate(-45deg);transition:all .3s ease-in-out}.search-page .search-option .filterBox .filterBox_Title .Titlefix{cursor:default}.search-page .search-option .filterBox .filterBox_Title.toggle-view{border-bottom:none}.search-page .search-option .filterBox .filterBox_Title.toggle-view::after{transform:rotate(135deg);top:36%}.search-page .search-option .filterBox .filterBox_content{padding:6px 13px 12px;max-height:333px;overflow:auto}.search-page .search-option .ulCategory li{margin-bottom:5px}.search-page .search-option .ulCategory a{font-size:12px;color:#545454}.search-page .search-option .ulCategory a:hover{color:#f2008a}.search-page .search-option .ulCategory li.active>a{font-weight:600;color:#f2008a}.search-page .search-option .ulCategory ul{display:none;padding-right:13px}.search-page .search-option .ulCategory::after{content:"";position:relative;z-index:2;height:5px;width:100%;display:block;background:#fff}.search-page .search-option.is-active{visibility:visible;opacity:1}.search-page .search-content{flex:1}.search-page .search-content .resultOption{display:flex;justify-content:space-between;flex-wrap:nowrap;padding:10px 5px;background-color:#fff;box-shadow:0 12px 12px 0 rgba(181,181,181,0.11);border:1px solid #dedede}.search-page .search-content .resultOption .sortList{display:flex;align-items:center}.search-page .search-content .resultOption .sortList .lbl{font-size:12px;color:#515151}.search-page .search-content .resultOption .sortList .ulSortList{display:flex}.search-page .search-content .resultOption .sortList .ulSortList li{margin-right:8px}.search-page .search-content .resultOption .sortList .ulSortList li a{font-size:12px;color:#515151;padding:0 10px;border-radius:5px}.search-page .search-content .resultOption .sortList .ulSortList li a:hover{background-color:#ece9e9}.search-page .search-content .resultOption .sortList .ulSortList li a.active{background-color:#f2008a;color:#fff}.search-page .search-content .resultOption .counter{display:flex;justify-content:flex-end;color:#b7b7b7;font-size:13px}.search-page .search-content .resultOption .counter .cunt{color:#b7b7b7;font-size:13px;margin:0 2px}.searchBox{position:relative;z-index:10}.searchBox .close-search-result{position:absolute;top:-31px;left:15px;z-index:4;width:15px;height:15px;cursor:pointer}.searchBox .resultBox{overflow:hidden;border-radius:5px}.searchBox .searchBox_input{position:relative;z-index:2}.searchBox .searchBox_result{position:absolute;top:100%;right:0;left:0;z-index:3;padding:0px 0px 10px;background-color:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,0.2);border-radius:5px;display:none}.searchBox .searchBox_result a{padding:9px 0;display:flex;align-items:center}.searchBox .searchBox_result .lbl{font-size:12px;color:#474747}.searchBox .searchBox_result li{padding:0 12px}.searchBox .searchBox_result li:hover{background:#fafafa}.searchBox .searchBox_result .ulResultItem{position:relative}.searchBox .searchBox_result .ulResultItem::after{content:"";position:absolute;bottom:-1px;right:0px;left:0;width:calc(100% - 33px);height:1px;margin:0 auto;background-color:#eceff1}.searchBox .searchBox_result .ulResultItem li .itemType{display:flex;align-items:center;margin-left:5px}.searchBox .searchBox_result .ulResultItem li .itemType .typeIcon{width:20px;height:20px;fill:#474747;margin-left:12px}.searchBox .searchBox_result .ulResultItem li .itemType img{height:auto !important}.searchBox .searchBox_result .ulResultItem li .itemCategory.lbl{color:#f2008a}.searchBox .searchBox_result.is-active{display:block}@media only screen and (min-width: 351px) and (max-width: 479px){.search-page{flex-wrap:wrap}.search-page .btnFindBox{position:fixed;right:0;bottom:0;left:0;padding:15px 8px 14px;z-index:10;background-color:#f9f9f9}.search-page .mobileview{display:block;margin-bottom:10px}.search-page .search-option{width:100%;max-width:100%;margin-left:0;visibility:hidden;opacity:0;position:fixed;top:0;right:0;left:0;z-index:2;background:#f1f1f1}.search-page .search-option .search-option_head{display:flex;justify-content:flex-end}.search-page .search-option .search-option_wrapper{height:calc(100vh - 127px);padding-bottom:80px;overflow-y:auto;padding:18px 10px 80px}.search-page .search-option .filterBox{border-radius:6px;border:1px solid #c8c7cc;background-color:#fff}.search-page .search-option .filterBox .filterBox_Title{border-bottom:none;user-select:none}.search-page .search-option .filterBox .filterBox_Title::after{border-width:1px 1px 0px 0px;top:36%}.search-page .search-option .filterBox .filterBox_Title .toggle-view{border-bottom:1px solid #f2f2f2}.search-page .search-option .filterBox .filterBox_Title .toggle-view::after{top:25%}.search-page .search-option .filterBox .filterBox_Title+.filterBox_content{display:none}.search-page .search-content{flex:0 1 auto;width:100%}.search-page .search-content .resultOption{position:relative;z-index:1}.search-page .search-content .resultOption .sortList{order:1}.search-page .search-content .resultOption .sortList .lbl{width:100%;border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:8px}.search-page .search-content .resultOption .sortList .ulSortList{width:100%}.search-page .search-content .resultOption .sortList .ulSortList li{width:33.33%;margin:0 0 5px}.search-page .search-content .resultOption .sortList .ulSortList li a{text-align:center}.search-page .search-content .resultOption .counter{position:absolute;top:-41px;left:0}}

.datePicker{border:1px solid #C6BFD7;width:190px;direction:rtl;font-family:Tahoma;font-size:12px;background-color:#e8f2fa;border-radius:2px;box-shadow:0 0 3px rgba(0,0,0,.3);text-shadow:0 1px 1px rgba(0,0,0,.1);color:#375170;padding:5px}.datePicker *{font-size:12px!important}.datePickerRow{background-color:#FFF}.datePickerFriDay{background-color:#FFCBB3}.datePickerDay{width:25px;height:16px;text-align:center;cursor:pointer}.datePickerDay:hover{background-color:#Fe8}.datePickerDaySelect{text-align:center;cursor:pointer;background-color:#66F;color:#FFF;border-radius:2px}.datePickerToday{text-align:center;cursor:pointer;background-color:#8FD08C;color:#FFF;border-radius:2px}.datePickerHeader td{padding-bottom:7px}.datePickerFooter td{padding-top:5px}.datePickerHeader button,.datePickerFooter button{border-radius:2px;height:20px;border:1px solid #c2cedc;font-family:Tahoma;font-size:11px;background:linear-gradient(#dcecff,#bacadd);cursor:pointer;padding:0 8px 2px}.datePickerHeader button{padding:0 0 2px}.datePickerFooter button{padding:0 8px 2px}.datePickerHeader button:hover,.datePickerFooter button:hover{border:1px solid #FC6;background:linear-gradient(#FFee88,#eFde78)}.datePickerYear,.datePickerMonth{background-color:#FFF;text-align:center;display:inline-block;color:#116f1c;height:17px}.datePickerMonth{width:53px}.datePickerYear{width:33px}
a {
    display: contents;
}

.swal2-container.swal2-center > .swal2-popup {
    font-size: 14px;
}

.validation-summary-errors * {
    color: red;
}

.field-validation-valid {
    display: contents;
}

.field-validation-error {
    width: 100%;
    display: block;
    font-size: 12px;
    color: red;
}

    .field-validation-error * {
        font-size: 12px;
        color: red;
    }

.forgot-password {
    font-size: 14px;
    margin-top: 10px;
}

    .forgot-password:hover {
        color: #ef3e4a;
    }

.relative {
    position: relative
}

#loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 100%;
    height: 100%;
}

    #loading::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.19);
    }

    #loading > figure {
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 100;
        transform: translateX(-50%);
    }

        #loading > figure > img {
            height: auto;
            object-fit: cover;
            text-align: center;
            margin: 0 auto;
        }

        #loading > figure > figcaption {
            text-align: center;
            margin: 10px auto;
            padding: 10px 0;
            color: #000;
        }

