/* Minification failed. Returning unminified contents.
(2155,28): run-time error CSS1039: Token not allowed after unary operator: '-border-color'
(2362,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2363,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2364,20): run-time error CSS1039: Token not allowed after unary operator: '-star-width'
(2365,16): run-time error CSS1039: Token not allowed after unary operator: '-star-height'
(2381,20): run-time error CSS1039: Token not allowed after unary operator: '-rate'
(2832,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2833,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2834,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2837,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(2838,27): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(2841,28): run-time error CSS1039: Token not allowed after unary operator: '-column'
(2841,44): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(2841,65): run-time error CSS1039: Token not allowed after unary operator: '-column'
(2842,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(2842,46): run-time error CSS1039: Token not allowed after unary operator: '-gap-row'
(3277,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3534,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3679,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3738,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4192,26): run-time error CSS1039: Token not allowed after unary operator: '-color'
(4507,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4508,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4509,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4512,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(4513,27): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(4516,28): run-time error CSS1039: Token not allowed after unary operator: '-column'
(4516,44): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(4516,65): run-time error CSS1039: Token not allowed after unary operator: '-column'
(4517,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(4517,46): run-time error CSS1039: Token not allowed after unary operator: '-gap-row'
(4924,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4925,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4926,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4929,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(4930,27): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(4933,28): run-time error CSS1039: Token not allowed after unary operator: '-column'
(4933,44): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(4933,65): run-time error CSS1039: Token not allowed after unary operator: '-column'
(4934,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-column'
(4934,46): run-time error CSS1039: Token not allowed after unary operator: '-gap-row'
(5458,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5595,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5689,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5837,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5872,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6690,1): run-time error CSS1019: Unexpected token, found '@import'
(6690,9): run-time error CSS1019: Unexpected token, found '"./scss/fontface.scss"'
 */
@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: 1266px;
}

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

.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:			IRAN Sans-Serif Font
*	Version:		5.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Sep 01, 2017
*	Website:		             http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif 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: (EQBVL)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum).woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  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 IRANSans;
  color: #717171;
  background: #f6f7f7;
  overflow-x: hidden;
}
body * {
  font: 16px/25px IRANSans;
  color: #717171;
}
body.hid {
  overflow: hidden;
}

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

/*----fontello*/
/*@import "../fonts/fontello.scss";
.fonttest{
    position:relative;
    width:200px;
    height:200px;
    &::before{content: '\e800';position:absolute;font-family: 'fontello';}
}*/
/*global style*/
.btn {
  background-color: #2BACE2;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  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: #fff;
  color: #fff;
  background-color: #2BACE2;
}
.btn * {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.txt, .ddl {
  width: 220px;
  height: 42px;
  padding: 0 10px;
  background-color: #fbfbfb;
  border: 1px solid #727272;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  color: #727272;
  font-size: 14px;
}

.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 {
  border: 1px solid #727272;
  border-radius: 5px;
  width: 220px;
  height: 123px;
  padding: 10px;
  resize: none;
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  transition: 0.3s ease-in-out;
  color: #727272;
  font-size: 14px;
  border: 1px solid #727272;
  border-radius: 5px;
}

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

/*3line menu*/
.hamburger-menu {
  display: inline-block;
  cursor: pointer;
  width: 45px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.submenu-responsive {
  display: none;
  background-color: #D4ECF5;
  padding: 10px 25px;
}
.submenu-responsive li {
  margin: 5px 0;
}
.submenu-responsive li a {
  font-size: 12px;
  color: #3e4853;
  font-weight: 500;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2BACE2;
  transition-duration: 0.25s;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}

.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #EAF6F2;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  transition-duration: 0.25s;
  overflow-y: auto;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

/*public*/
.public-link {
  border-radius: 10px;
  border: 1px solid #2BACE2;
  color: #2BACE2;
  padding: 10px 30px;
  color: #2BACE2;
  font-size: 14px;
  font-weight: 500;
}

.login {
  border-width: 2px;
}

.seen-all {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0;
}
.seen-all > a {
  font-size: 14px;
  color: #fff;
}

.public-slider {
  padding: 10px;
}

.public-slider_item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #F5F5F5;
  transition: all 0.5s;
  min-height: 285px;
  height: 100%;
}
.public-slider_item:hover {
  box-shadow: 0px 0px 11px -1px gray;
}
.public-slider_item > figure {
  width: 100%;
  height: 211px !important;
  border-bottom: 1px solid #F5F5F5;
}
.public-slider_item > figure a {
  width: 100%;
  height: 100%;
}
.public-slider_item > figure a > img {
  width: 100%;
  height: 100%;
}
.public-slider_item > figcaption {
  width: 100%;
  padding: 10px;
}
.public-slider_item > figcaption > a {
  color: #353535;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  overflow-y: hidden;
}
.public-slider_item > figcaption .rating-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-slider_item > figcaption .rating-price .rating {
  width: 48%;
}
.public-slider_item > figcaption .rating-price .price {
  width: 40%;
  margin-top: 10px;
  margin-left: 22px;
}

.fMarketTime {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fMarketTime > label {
  font-size: 12px;
  color: #353535;
  margin: 0 5px;
}
.fMarketTime .times .tfrm {
  background-color: #EAF7FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}
.fMarketTime .times .tfrm > span {
  font-size: 12px;
  color: #353535;
}

.price {
  position: relative;
}
.price .off {
  position: absolute;
  background-color: #E44545;
  border-radius: 11px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-weight: 500;
}
.price > del {
  color: #C2C2C2;
  font-size: 14px;
  font-weight: 500;
}
.price > span {
  color: #353535;
  font-weight: 500;
  font-size: 17px;
  margin-top: 10px;
}
.price > span * {
  color: #353535;
  font-size: 10px;
  margin-right: 5px;
}

.public-prev, .public-next {
  position: absolute;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border: 1.6px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  opacity: 1;
}
.public-prev.swiper-button-disabled, .public-next.swiper-button-disabled {
  opacity: 0.5;
}

.public-prev {
  right: -10px;
}

.public-next {
  left: -10px;
}

.public-title * {
  color: #2BACE2;
  font-size: 20px;
  font-weight: 700;
}

.public-link-blue {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 49px;
  border-radius: 10px;
  background-color: #2BACE2;
}
.public-link-blue figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newslettertxt {
  width: 68%;
  font-size: 14px;
  color: #C2C2C2;
}

.footer-up_left_enamad ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-up_left_enamad ul > li {
  width: 37%;
  height: 118px;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.footer-up_left_enamad ul > li > a {
  width: 100%;
  height: 100%;
}

/*submenu*/
.submenu {
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 13px -6px gray;
  right: 154px;
  left: 0;
  display: none;
  width: 81%;
  max-height: 500px;
  overflow-y: auto;
  top: 100%;
  background-color: #fff;
}
.submenu .submenu-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.submenu .submenu-cont .subright {
  width: 20%;
  border-left: 1px solid #f0f0f1;
  height: 100%;
  min-height: 453px;
}
.submenu .submenu-cont .subright > ul > li {
  padding: 4px 16px;
  transition: all 0.5s;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px dashed #cec6c6;
}
.submenu .submenu-cont .subright > ul > li > a {
  font-size: 13px;
  transition: all 0.5s;
  color: #616161;
  position: relative;
}
.submenu .submenu-cont .subright > ul > li > a::after {
  position: absolute;
  content: "\f104";
  font-family: fontello;
  font-size: 14px;
  color: #2BACE2;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  right: 97%;
}
.submenu .submenu-cont .subright > ul > li:hover, .submenu .submenu-cont .subright > ul > li.active {
  background-color: #2BACE2;
}
.submenu .submenu-cont .subright > ul > li:hover > a, .submenu .submenu-cont .subright > ul > li.active > a {
  color: #fff;
}
.submenu .submenu-cont .subright > ul > li:hover > a::after, .submenu .submenu-cont .subright > ul > li.active > a::after {
  color: #fff;
}
.submenu .submenu-cont .subleft {
  width: 77%;
}
.submenu .submenu-cont .subleft .catitem {
  display: none;
}
.submenu .submenu-cont .subleft .ulitem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.submenu .submenu-cont .subleft .ulitem > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 418px;
}
.submenu .submenu-cont .subleft .ulitem > ul > li {
  margin-left: 30px;
}
.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: 13px;
  right: 108%;
  top: 1%;
  transition: all 0.5s;
}
.submenu .submenu-cont .subleft .ulitem > ul > li > ul > li > a {
  font-size: 11px;
  color: gray;
  transition: all 0.5s;
}
.submenu .submenu-cont .subleft .ulitem > ul > li > ul > li > a:hover {
  color: #2BACE2;
}

.has-submenu {
  position: relative;
}
.has-submenu .has-submenu_btn {
  position: absolute;
  left: 13px;
  top: 10px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #727272;
  cursor: pointer;
}
.has-submenu .has-submenu_btn::after {
  position: absolute;
  content: "\f107";
  font-family: fontello;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: all 0.5s;
}
.has-submenu .has-submenu_btn.show::after {
  transform: rotate(180deg);
}

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

.public-box {
  background-color: #fff;
  box-shadow: 0px 4px 40px #EDEDED;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-top: 40px;
}
.public-box .seen-all-link {
  position: absolute;
  top: 20px;
  left: 68px;
}
.public-box .seen-all-link > a {
  font-size: 15px;
  font-weight: 500;
  color: #2BACE2;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.public-box .seen-all-link > a::after {
  position: absolute;
  content: "\f104";
  color: #2BACE2;
  font-size: 15px;
  font-weight: 500;
  font-family: fontello;
  left: 0;
}

/*header*/
header {
  padding: 10px 0 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: #fff;
  box-shadow: 2px 2px 13px -5px gray;
  transition: all 0.5s;
}
header.scroll-down .header-up .header-up_right .logo {
  width: 13%;
}
header .header-up {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-up .header-up_right {
  width: 65%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-up .header-up_right .logo {
  width: 20%;
  margin-left: 58px;
  transition: all 0.5s;
}
header .header-up .header-up_right .search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  padding: 10px;
  width: 62%;
}
header .header-up .header-up_right .search .searchbtn {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center center;
  color: transparent;
}
header .header-up .header-up_right .search .searchtxt {
  color: #868585;
  font-size: 14px;
  margin-right: 10px;
  width: 94%;
}
header .header-up .header-up_left {
  width: 34%;
}
header .header-up .header-up_left ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-up .header-up_left ul li {
  padding: 0 20px;
  border-right: 1px solid #C2C2C2;
}
header .header-up .header-up_left ul li:first-child {
  border-right: none;
}
header .header-up .header-up_left ul li:last-child {
  padding-left: 0;
}
header .header-down {
  margin-top: 20px;
}
header .header-down .menu > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-down .menu > ul > li {
  margin-left: 20px;
}
header .header-down .menu > ul > li > a {
  font-size: 14px;
  color: #727272;
  position: relative;
  padding-bottom: 10px;
  transition: all 0.5s;
  font-weight: 500;
}
header .header-down .menu > ul > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #2BACE2;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
}
header .header-down .menu > ul > li > a:hover {
  color: #2BACE2;
}
header .header-down .menu > ul > li > a:hover::after {
  width: 100%;
}

/*slider*/
.banner-section {
  background-color: #f6f7f7;
  padding: 40px 0;
  margin-top: 139px;
}
.banner-section .main {
  display: flex;
  justify-content: space-between;
}
.banner-section .main .banner-section_right {
  width: 66%;
}
.banner-section .main .banner-section_right .banner-section_right_slider {
  width: 100%;
  height: 494px;
  border-radius: 10px;
}
.banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figure {
  width: 100%;
  height: 100%;
}
.banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figure > a {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figure > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(210, 236, 247, 0.781854) 10.65%, rgba(127, 211, 245, 0.3) 100%);
  z-index: 2;
}
.banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figure > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption {
  position: absolute;
  top: 50px;
  right: 70px;
  z-index: 2;
  width: 50.7%;
}
.banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption .banner-section_right_slider_item_h1 * {
  font-size: 46px;
  color: #353535;
  font-weight: 900;
  line-height: 73.6px;
}
.banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption .banner-section_right_slider_item_a {
  text-align: right;
}
.banner-section .main .banner-section_left {
  width: 32%;
}
.banner-section .main .banner-section_left ul li {
  margin-bottom: 25px;
}
.banner-section .main .banner-section_left ul li:last-child {
  margin-bottom: 0;
}
.banner-section .main .banner-section_left .banner-section_left_slider {
  width: 100%;
  height: 235px;
  border-radius: 10px;
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figure {
  width: 100%;
  height: 100%;
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figure > a {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figure > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(192, 232, 248, 0.3);
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figure > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_title * {
  font-size: 30px;
  color: #353535;
  font-weight: bold;
  line-height: 48px;
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_a {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 49px;
  border-radius: 10px;
  background-color: #2BACE2;
}
.banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_a a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*bottom-banner-section*/
.bottom-banner-section {
  margin: 10px auto 40px;
}
.bottom-banner-section .bottom-banner-section_list {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.bottom-banner-section .bottom-banner-section_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-banner-section .bottom-banner-section_list ul > li {
  margin: 0 70px;
}
.bottom-banner-section .bottom-banner-section_list ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-banner-section .bottom-banner-section_list ul > li > a > figure {
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
}
.bottom-banner-section .bottom-banner-section_list ul > li > a > figure > img {
  width: 100%;
  height: 100%;
}
.bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption > span {
  font-size: 14px;
  font-weight: 700;
  color: #727272;
}
.bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption > p {
  font-size: 14px;
  color: #C2C2C2;
}

/*offer-section*/
.offer-section {
  background-color: #2BACE2;
  padding: 50px 0;
}
.offer-section .main {
  display: flex;
  justify-content: space-between;
}
.offer-section .main .offer-section_right {
  width: 14%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer-section .main .offer-section_right .offer-section_right_title {
  position: relative;
  margin-bottom: 30px;
}
.offer-section .main .offer-section_right .offer-section_right_title > p {
  position: absolute;
  top: 17px;
  right: 60px;
  transform: rotate(7deg);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer-section .main .offer-section_right .offer-section_right_title > p * {
  font-size: 18px;
  text-align: center;
  color: #2BACE2;
  font-weight: 800;
}
.offer-section .main .offer-section_left {
  width: 82%;
  padding: 0 40px;
  position: relative;
}

/*new-products-section*/
.new-products-section .new-products-section_slider {
  position: relative;
}
.new-products-section .new-products-section_slider .new-products-slider {
  width: 94%;
  padding: 30px 10px;
}
.new-products-section .new-products-section_slider .new-products-slider .public-slider_item > figcaption .rating-price .price {
  width: 40%;
  margin-top: 0;
}
.new-products-section .new-products-section_slider .new-products-slider .public-slider_item > figcaption .rating-price .price > span {
  margin-top: 0;
  color: #727272;
}
.new-products-section .new-products-section_slider .new-products-slider .public-slider_item > figcaption .rating-price .price > span * {
  color: #727272;
}

/*banner-center-section*/
.banner-center-section {
  margin: 25px 0;
}
.banner-center-section .banner-center-section_list > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-center-section .banner-center-section_list > ul > li {
  width: 49%;
}
.banner-center-section .banner-center-section_list > ul > li > a {
  width: 100%;
  position: relative;
}
.banner-center-section .banner-center-section_list > ul > li > a > figure {
  width: 100%;
  height: 351px;
  opacity: 0.8;
  border-radius: 10px;
  overflow: hidden;
}
.banner-center-section .banner-center-section_list > ul > li > a > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-center-section .banner-center-section_list > ul > li > a > figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 20px;
}
.banner-center-section .banner-center-section_list > ul > li > a > figcaption * {
  color: #353535;
  font-size: 30px;
  font-weight: bold;
}

/*Equipment-group-section*/
.Equipment-group-section {
  text-align: center;
}
.Equipment-group-section .Equipment-group_list {
  margin: 30px auto;
  width: 77%;
}
.Equipment-group-section .Equipment-group_list > ul {
  --column: 4;
  --gap-column: 76px;
  --gap-row: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap-column) / -2);
  width: calc(100% + var(--gap-column));
}
.Equipment-group-section .Equipment-group_list > ul > * {
  width: calc((100% - var(--column) * var(--gap-column)) / var(--column));
  margin: 0 calc(var(--gap-column) / 2) var(--gap-row);
}
.Equipment-group-section .Equipment-group_list > ul > li > figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Equipment-group-section .Equipment-group_list > ul > li > figure a {
  width: 157px;
  height: 173px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.Equipment-group-section .Equipment-group_list > ul > li > figure a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/StarGreen.png) no-repeat center center;
  background-size: 100%;
}
.Equipment-group-section .Equipment-group_list > ul > li > figure a > img {
  position: relative;
  z-index: 2;
}
.Equipment-group-section .Equipment-group_list > ul > li > figcaption {
  margin-top: 20px;
}
.Equipment-group-section .Equipment-group_list > ul > li > figcaption > a {
  color: #353535;
  font-size: 16px;
  font-weight: bold;
}

/*news*/
.news-list {
  position: relative;
}

.news-list_slider {
  padding: 40px 10px;
  width: 94%;
}

.news-list_slider_item > figure {
  width: 100%;
  height: 215px;
  border-radius: 10px;
  overflow: hidden;
}
.news-list_slider_item > figure > a {
  width: 100%;
  height: 100%;
}
.news-list_slider_item > figure > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list_slider_item > figcaption {
  margin-top: 15px;
}
.news-list_slider_item > figcaption > a {
  margin-bottom: 15px;
  color: #353A3F;
  font-weight: 800;
  font-size: 16px;
}
.news-list_slider_item > figcaption .news-list_slider_item_desc {
  height: 100px;
  overflow-y: hidden;
}
.news-list_slider_item > figcaption .news-list_slider_item_desc * {
  color: rgba(53, 58, 63, 0.9411764706);
  font-size: 12px;
}
.news-list_slider_item > figcaption .news-list_slider_item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.news-list_slider_item > figcaption .news-list_slider_item_bottom .news-list_slider_item_bottom_right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-list_slider_item > figcaption .news-list_slider_item_bottom .news-list_slider_item_bottom_right > figure {
  width: 39px;
  height: 39px;
  margin-left: 5px;
}
.news-list_slider_item > figcaption .news-list_slider_item_bottom .news-list_slider_item_bottom_right > figure > img {
  width: 100%;
  height: 100%;
}
.news-list_slider_item > figcaption .news-list_slider_item_bottom .news-list_slider_item_bottom_right > figcaption * {
  color: #C2C2C2;
}
.news-list_slider_item > figcaption .news-list_slider_item_bottom .news-list_slider_item_bottom_right > figcaption h3 {
  font-size: 14px;
}
.news-list_slider_item > figcaption .news-list_slider_item_bottom .news-list_slider_item_bottom_right > figcaption span {
  font-size: 12px;
}

/*footer*/
footer {
  background-color: rgba(229, 229, 229, 0.6980392157);
  margin-top: 54px;
  padding: 30px 0 0;
}
footer .footer-up {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-up .footer-up_right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}
footer .footer-up .footer-up_right .footer-up_right_item {
  width: 50%;
}
footer .footer-up .footer-up_right .footer-up_right_item h3 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
}
footer .footer-up .footer-up_right .footer-up_right_item .footer-links {
  margin-top: 25px;
}
footer .footer-up .footer-up_right .footer-up_right_item .footer-links > li {
  margin-bottom: 10px;
}
footer .footer-up .footer-up_right .footer-up_right_item .footer-links > li > a {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s;
}
footer .footer-up .footer-up_left {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter, footer .footer-up .footer-up_left .footer-up_left_enamad {
  width: 50%;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social p {
  color: #353535;
  font-weight: 700;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social .social-list {
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social .social-list > li {
  margin-left: 10px;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social .social-list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  width: 41px;
  height: 40px;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social .social-list > li > a > img {
  transition: all 0.5s;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social .social-list > li > a:hover > img {
  transform: rotate(360deg);
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_newsletter {
  margin-top: 30px;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_newsletter p {
  color: #353535;
  font-weight: 700;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_newsletter .newsletter_form {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.31);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 78%;
  padding: 5px;
  height: 48px;
}
footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_newsletter .newsletter_form div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .kaspid {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #d9d4d4;
  padding: 10px 0;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
}
footer .kaspid a {
  margin: 0 4px;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s;
}/*# sourceMappingURL=main.css.map */
/*0 up to 479*/
@media only screen and (min-width:0px) and (max-width : 479px) {

.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; }
    .public-prev, .public-next {
        width: 26px;
        height: 30px;
    }
    .hamburger-menu {
        opacity: 1;
        visibility: visible;
    }

    header {
        padding: 10px 0;
    }
        header .header-up .header-up_right {
            width: 46%;
            justify-content: flex-end;
        }
            header .header-up .header-up_right .logo {
                width: 55%;
                margin-left: 20px;
            }
        header .header-down {
            display: none;
        }
        header .header-up .header-up_left ul li:last-child {
            width: 24px;
        }
        header .header-up .header-up_left ul li {
            padding: 0 5px;
        }
            header .header-up .header-up_left ul li a {
                width: 100%;
            }
            .public-link {
                padding: 0px 5px;
                font-size: 10px;
            }

    .menu__btn {
        top: 13px;
    }

    header .header-up .header-up_left {
        width: 46%;
    }
    header.scroll-down .header-up .header-up_right .logo {
        width: 51%;
    }
        header .header-up .header-up_right .search {
            padding: 0 5px;
            width: 92%;
            position: absolute;
            left: 0;
            top: 87%;
            background: #fff;
            left: 50%;
            transform: translateX(-50%);
        }



            header .header-up .header-up_right .search .searchtxt {
                color: #868585;
                font-size: 10px;
                margin-right: 4px;
                width: 80%;
            }
    .offer-section .main .offer-section_right {
        width: 100%;
    }
    .offer-section .main .offer-section_left {
        width: 98%;
    }
    .banner-section {
        padding: 40px 0;
        margin-top: 50px;
    }

        .banner-section .main .banner-section_right .banner-section_right_slider {
            width: 100%;
            height: 174px;
        }

            .banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption {
                top: 15px;
                right: 24px;
                width: 71.7%;
            }

                .banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption .banner-section_right_slider_item_h1 * {
                    font-size: 10px;
                    line-height: 15px;
                }

        .banner-section .main .banner-section_left ul li {
            margin-bottom: 9px;
        }

        .banner-section .main .banner-section_left .banner-section_left_slider {
            width: 100%;
            height: 82px;
        }

            .banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption {
                padding: 5px;
            }

                .banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_title * {
                    font-size: 12px;
                    line-height: 18px;
                }

                .banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_a {
                    left: 10px;
                    width: 30px;
                    height: 30px;
                }

    .bottom-banner-section .bottom-banner-section_list {
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 3px;
    }

        .bottom-banner-section .bottom-banner-section_list ul > li {
            margin: 0 5px;
            width: 43%;
        }
    body p {
        font-size: 11px !important;
    }
    .offer-section {
        padding: 15px 0;
    }
        .offer-section .main .offer-section_right .offer-section_right_title {
            width: 43%;
        }
            .offer-section .main .offer-section_right .offer-section_right_title > p {
                top: 3px;
                right: 64px;
            }
        .offer-section .main .offer-section_right .offer-section_right_title {
            position: relative;
            margin-bottom: 10px;
        }
    .seen-all {
        width: 69%;
    }
            .offer-section .main .offer-section_right .offer-section_right_title > p * {
                font-size: 12px;
            }
            .bottom-banner-section .bottom-banner-section_list ul > li > a > figure {
                margin-bottom: 5px;
                width: 40px;
                height: auto;
            }

            .bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption > span {
                font-size: 11px;
            }

            .bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption > p {
                font-size: 9px;
            }

    .bottom-banner-section {
        margin: 10px auto;
    }

    .public-box {
        margin-top: 10px;
    }

    .public-title * {
        color: #2BACE2;
        font-size: 13px;
        font-weight: 700;
    }
    .public-box .seen-all-link {
        top: 11px;
        left: 28px;
    }
        .public-box .seen-all-link > a {
            font-size: 13px;
        }
    .public-prev {
        right: -7px !important;
    }

    .public-next {
        left: -7px !important;
    }

    .banner-center-section .banner-center-section_list > ul > li > a > figure {
        height: 130px;
    }

    .banner-center-section .banner-center-section_list > ul > li > a > figcaption * {
        font-size: 12px;
    }

    .Equipment-group-section .Equipment-group_list {
        margin: 20px auto;
        width: 100%;
    }

        .Equipment-group-section .Equipment-group_list > ul {
            --gap-column: 10px;
        }

            .Equipment-group-section .Equipment-group_list > ul > li > figure a {
                width: 160px;
                height: 100px;
            }

            .Equipment-group-section .Equipment-group_list > ul > li > figcaption > a {
                font-size: 11px;
            }
            .Equipment-group-section .Equipment-group_list > ul > li > figure a > img {
                width: 50%;
            }
            .Equipment-group-section .Equipment-group_list > ul > li > figcaption {
                margin-top: 0;
            }
    footer .footer-up .footer-up_right {
        width: 100%;
    }
        footer .footer-up .footer-up_right .footer-up_right_item {
            width: 50%;
        }
    footer .footer-up .footer-up_left {
        width: 100%;
    }
    footer .footer-up .footer-up_right .footer-up_right_item h3 {
        font-size: 13px;
    }

    footer .footer-up .footer-up_right .footer-up_right_item .footer-links {
        margin-top: 10px;
    }

        footer .footer-up .footer-up_right .footer-up_right_item .footer-links > li {
            margin-bottom: 5px;
        }

            footer .footer-up .footer-up_right .footer-up_right_item .footer-links > li > a {
                font-size: 10px;
            }

    footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social p {
        font-size: 13px;
    }

    footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social .social-list > li {
        margin-left: 4px;
    }

    footer .footer-up .footer-up_left .footer-up_left_social-newsletter, footer .footer-up .footer-up_left .footer-up_left_enamad {
        width: 100%;
    }

        footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_newsletter .newsletter_form {
            width: 100%;
            padding: 3px;
            height: unset;
            margin-bottom: 10px;
        }

    .newslettertxt {
        width: 65%;
    }

    footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_newsletter p {
        font-size: 13px;
    }

    footer .kaspid {
        font-size: 11px;
    }

        footer .kaspid a {
            margin: 0 4px;
            color: #353535;
            font-size: 11px;
            font-weight: 400;
        }

    body h1 {
        font-size: 13px !important;
    }
}
/*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;
        }

    .hamburger-menu {
        opacity: 1;
        visibility: visible;
    }

    header {
        padding: 10px 0;
    }

        header .header-down {
            display: none;
        }

        header .header-up .header-up_left ul li {
            padding: 0 5px;
        }

    .public-link {
        padding: 0px 5px;
        font-size: 10px;
    }

    .menu__btn {
        top: 13px;
    }

    header .header-up .header-up_left {
        width: 34%;
    }

    header .header-up .header-up_right {
        width: 60%;
        justify-content: flex-end;
    }

        header .header-up .header-up_right .logo {
            width: 23%;
            margin-left: 10px;
        }

        header .header-up .header-up_right .search {
            padding: 0 5px;
            width: 57%;
        }

            header .header-up .header-up_right .search .searchtxt {
                color: #868585;
                font-size: 10px;
                margin-right: 4px;
                width: 80%;
            }

    .banner-section {
        padding: 40px 0;
        margin-top: 30px;
    }

        .banner-section .main .banner-section_right .banner-section_right_slider {
            width: 100%;
            height: 174px;
        }

            .banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption {
                top: 15px;
                right: 24px;
                width: 59.7%;
            }

                .banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption .banner-section_right_slider_item_h1 * {
                    font-size: 13px;
                    line-height: 17.6px;
                }

        .banner-section .main .banner-section_left ul li {
            margin-bottom: 9px;
        }

        .banner-section .main .banner-section_left .banner-section_left_slider {
            width: 100%;
            height: 82px;
        }

            .banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption {
                padding: 5px;
            }

                .banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_title * {
                    font-size: 12px;
                    line-height: 18px;
                }

                .banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_a {
                    left: 10px;
                    width: 30px;
                    height: 30px;
                }

    .bottom-banner-section .bottom-banner-section_list {
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 3px;
    }

        .bottom-banner-section .bottom-banner-section_list ul > li {
            margin: 0 7px;
        }

            .bottom-banner-section .bottom-banner-section_list ul > li > a > figure {
                margin-bottom: 5px;
                width: 40px;
                height: auto;
            }

            .bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption > span {
                font-size: 11px;
            }

            .bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption > p {
                font-size: 9px;
            }

    .bottom-banner-section {
        margin: 10px auto;
    }

    .public-box {
        margin-top: 10px;
    }

    .public-title * {
        color: #2BACE2;
        font-size: 15px;
        font-weight: 700;
    }

    .public-prev {
        right: -17px !important;
    }

    .public-next {
        left: -17px !important;
    }

    .banner-center-section .banner-center-section_list > ul > li > a > figure {
        height: 130px;
    }

    .banner-center-section .banner-center-section_list > ul > li > a > figcaption * {
        font-size: 15px;
    }

    .Equipment-group-section .Equipment-group_list {
        margin: 20px auto;
        width: 100%;
    }

        .Equipment-group-section .Equipment-group_list > ul {
            --gap-column: 10px;
        }

            .Equipment-group-section .Equipment-group_list > ul > li > figure a {
                width: 160px;
                height: 100px;
            }

            .Equipment-group-section .Equipment-group_list > ul > li > figcaption > a {
                font-size: 11px;
            }

    footer .footer-up .footer-up_right .footer-up_right_item h3 {
        font-size: 13px;
    }

    footer .footer-up .footer-up_right .footer-up_right_item .footer-links {
        margin-top: 10px;
    }

        footer .footer-up .footer-up_right .footer-up_right_item .footer-links > li {
            margin-bottom: 5px;
        }

            footer .footer-up .footer-up_right .footer-up_right_item .footer-links > li > a {
                font-size: 10px;
            }

    footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social p {
        font-size: 13px;
    }

    footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_social .social-list > li {
        margin-left: 4px;
    }

    footer .footer-up .footer-up_left .footer-up_left_social-newsletter, footer .footer-up .footer-up_left .footer-up_left_enamad {
        width: 100%;
    }

        footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_newsletter .newsletter_form {
            width: 100%;
            padding: 3px;
            height: unset;
            margin-bottom: 10px;
        }

    .newslettertxt {
        width: 65%;
    }

    footer .footer-up .footer-up_left .footer-up_left_social-newsletter .footer-up_left_newsletter p {
        font-size: 13px;
    }

    footer .kaspid {
        font-size: 11px;
    }

        footer .kaspid a {
            margin: 0 4px;
            color: #353535;
            font-size: 11px;
            font-weight: 400;
        }
}
/*720 up to 1000*/
@media only screen and (min-width : 720px) and (max-width : 1000px) {
    
    .hamburger-menu{
        opacity:1;
        visibility:visible;
    }
    header {
        padding: 10px 0;
    }
        header.scroll-down .header-up .header-up_right .logo {
            width: 20%;
        }
        header .header-up .header-up_right {
            justify-content: flex-end;
        }
            header .header-up .header-up_right .logo {
                margin-left: 30px;
            }
            header .header-up .header-up_right .search {
                padding: 7px;
            }
    header .header-down {
        display: none;
    }
    header .header-up .header-up_right .search .searchtxt {
        width: 85%;
    }
    .public-link {
        padding: 5px 12px;
        font-size: 12px;
    }
    .banner-section {
        margin-top: 60px;
    }
        .banner-section .main .banner-section_left ul li {
            margin-bottom: 14px;
        }
        .banner-section .main .banner-section_right .banner-section_right_slider {
            height: 334px;
        }
        .banner-section .main .banner-section_left .banner-section_left_slider {
            height: 160px;
        }
        .banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption .banner-section_right_slider_item_h1 * {
            font-size: 18px;
            line-height: 37.6px;
        }
        .banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_title * {
            font-size: 15px;
            line-height: 27px;
        }
  
    .bottom-banner-section .bottom-banner-section_list ul > li {
        margin: 0 25px;
    }
    .bottom-banner-section .bottom-banner-section_list ul > li > a > figure {
        width: 57px;
        height: auto;
    }
    .bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption > span {
        font-size: 13px;
    }
    .bottom-banner-section .bottom-banner-section_list ul > li > a > figcaption > p {
        font-size: 11px;
    }
    .public-prev {
        right: -14px !important;
    }
    .public-next {
        left: -14px !important;
    }
    .banner-center-section .banner-center-section_list > ul > li > a > figure {
        height: 190px;
    }
    .banner-center-section .banner-center-section_list > ul > li > a > figcaption * {
        font-size: 20px;
    }
    .Equipment-group-section .Equipment-group_list > ul {
        --gap-column: 10px;
    }
        .Equipment-group-section .Equipment-group_list > ul > li > figure a {
            height: 133px;
        }
        .Equipment-group-section .Equipment-group_list > ul > li > figcaption > a {
            font-size: 13px;
        }
    footer .footer-up .footer-up_right {
        width: 40%;
    }
        footer .footer-up .footer-up_right .footer-up_right_item h3 {
            font-size: 15px;
        }
    footer .footer-up .footer-up_right .footer-up_right_item .footer-links > li > a {
        font-size: 11px;
    }
    footer .footer-up .footer-up_left {
        width: 60%;
    }

    footer .footer-up .footer-up_right .footer-up_right_item .footer-links > li {
        margin-bottom: 7px;
    }
    footer .footer-up .footer-up_left .footer-up_left_social-newsletter {
        width: 79%;
    }
    footer .footer-up .footer-up_left .footer-up_left_enamad {
        width: 21%;
    }
    .footer-up_left_enamad ul > li {
        width: 100%;
        height: 114px;
        margin-right: 0;
    }
}
/*1001 up to 1249*/
@media only screen and (min-width : 1001px) and (max-width : 1249px) {
    header .header-up .header-up_right .search .searchtxt {
        width: 90%;
    }
    .banner-section .main .banner-section_left .banner-section_left_slider .banner-section_left_slider_item > figcaption .banner-section_left_slider_item_title * {
        font-size: 18px;
        line-height: 35px;
    }
    .banner-section .main .banner-section_right .banner-section_right_slider .banner-section_right_slider_item > figcaption .banner-section_right_slider_item_h1 * {
        font-size: 27px;
        line-height: 46.6px;
    }
    .bottom-banner-section .bottom-banner-section_list ul > li {
        margin: 0 40px;
    }
    .public-next {
        left: -10px !important;
    }
    .public-prev {
        right: -10px !important;
    }
    .Equipment-group-section .Equipment-group_list > ul {
        --gap-column: 20px;
    }
    .news-list_slider_item > figcaption > a {
        font-size: 14px;
    }
    footer .footer-up .footer-up_left .footer-up_left_social-newsletter{
        width: 67%;
    }
    footer .footer-up .footer-up_left .footer-up_left_enamad {
        width: 23%;
    }
    .footer-up_left_enamad ul > li {
        width: 100%;
        height: 130px;
        background-color: #fff;
        border-radius: 5px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
}
/*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) {
}
@font-face {
  font-family: fontello;
  src: url("../fonts/woff2/fontello.woff2") format("woff2"), url("../fonts/woff/fontello.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
.order {
  right: 0;
}

/*breadcrumb*/
.navbrcmb {
  background-color: #f7f7f7;
  padding: 12px 0;
}

.breadcrumb {
  text-align: right;
  margin: 0 auto;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
  /*margin-left: 12px;*/
}
.breadcrumb li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #2BACE2;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 2px;
}
.breadcrumb li a, .breadcrumb li span {
  font-size: 12px;
  color: #919191; /*padding: 0px 0px 0 16px;*/
  position: relative;
}
.breadcrumb li a:hover, .breadcrumb li a.cur, .breadcrumb li span:hover, .breadcrumb li span.cur {
  color: #2BACE2;
}
.breadcrumb li:last-child {
  padding: 0;
  margin: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}

/*h1*/
.inh1 {
  font-size: 23px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 16px 0;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #ededed;
}

/*pager*/
.pagination-container {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
.pagination-container .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination-container .pagination > li {
  margin-right: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
.pagination-container .pagination > li > a {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(100, 100, 100, 0.5);
  font-weight: 500;
}
.pagination-container .pagination > li:hover:not(.active) {
  background-color: #cbeaf6;
}
.pagination-container .pagination > li:hover:not(.active) a {
  color: #2BACE2;
}
.pagination-container .pagination > li.active a {
  color: #2BACE2;
  border-radius: 50%;
  background-color: #cbeaf6;
}
.pagination-container .pagination > li.PagedList-skipToPrevious, .pagination-container .pagination > li.PagedList-skipToNext {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-container .pagination > li.PagedList-skipToPrevious:hover, .pagination-container .pagination > li.PagedList-skipToNext:hover {
  color: #00355f;
  background-color: transparent;
}

/*public*/
body h1, body h2, body h3, body h4, body h5 {
  font-weight: bold;
  margin: 10px 0;
  color: #2BACE2 !important;
}
body h1 *, body h2 *, body h3 *, body h4 *, body h5 * {
  font-weight: bold;
  color: #2BACE2 !important;
  margin: 0 !important;
}
body h1 {
  font-size: 20px;
}
body h1 * {
  font-size: 20px !important;
}
body h2 {
  font-size: 19px !important;
}
body h2 * {
  font-size: 19px !important;
}
body h3 {
  font-size: 18px !important;
}
body h3 * {
  font-size: 18px !important;
}
body h4 {
  font-size: 17px !important;
}
body h4 * {
  font-size: 17px !important;
}
body h5 {
  font-size: 16px !important;
}
body h5 * {
  font-size: 16px !important;
}
body p {
  line-height: 25px;
  color: #717171;
  line-height: 30px;
  text-align: justify;
  margin: 10px 0;
  color: #000;
  font-size: 14px;
}

.desc {
  color: #727272;
  font-size: 14px;
  line-height: 27.65px;
  text-align: justify;
}
.desc h3 {
  color: #020303;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}
.desc > figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  width: 80%;
}
.desc > figure > img {
  width: 100%;
  height: auto;
}
.desc * {
  color: #727272;
  font-size: 14px;
  line-height: 27.65px;
  text-align: justify;
}

.crm-page {
  margin-top: 50px;
  font-weight: 500;
  text-align: center;
  color: #727272;
  font-size: 14px;
  line-height: 27.65px;
}
.crm-page * {
  text-align: center;
  color: #727272;
  font-size: 14px;
  line-height: 27.65px;
  font-weight: 500;
  margin: 20px 0;
}

.inbody {
  min-height: 400px;
  padding: 0 0 76px; /*min-height: calc(100vh - 700px);*/
}
.inbody.pd {
  padding: 140px 0 76px;
}

.more-read {
  position: relative;
  padding: 12px 17px 12px 29px;
}
.more-read::after {
  position: absolute;
  content: "\f104";
  color: #fff;
  left: 10px;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontello;
}

.public-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-form > li {
  width: 100%;
  margin-bottom: 10px;
}
.public-form > li .txt, .public-form > li .txtarea {
  width: 100%;
}
.public-form .half-li {
  width: 48%;
}

.btn-li {
  text-align: left;
}

.public-title-inside {
  margin-bottom: 20px;
}
.public-title-inside * {
  font-size: 20px;
  color: #020303;
  font-weight: 500;
}

.filter-box_search_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  padding: 5px 10px;
}
.filter-box_search_txt .searchbtn {
  width: 12px;
  height: 12px;
  color: transparent;
  background: url(../images/search-filter.png) no-repeat center center;
}
.filter-box_search_txt .searchtxt {
  width: 88%;
}

.zoom-img {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: crosshair;
  overflow: hidden;
  transition: opacity 0.5s ease-out;
}
.zoom-img img {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  max-width: unset;
  width: auto;
  height: auto;
  transform-origin: 0 0;
}
.zoom-img:not(.zoom-disable).active {
  opacity: 1;
}
.zoom-img.zoom-disable {
  pointer-events: none;
}

.line {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 40px 0;
  width: 100%;
}

.tabbox {
  display: none;
  padding: 30px;
  min-height: 400px;
}
.tabbox.active {
  display: block;
}

.tabbtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tabbtn > li {
  margin-left: 38px;
}
.tabbtn > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #727272;
  position: relative;
  padding-bottom: 5px;
}
.tabbtn > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2BACE2;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}
.tabbtn > li > a.active {
  color: #020303;
}
.tabbtn > li > a.active::after {
  opacity: 1;
}
.tabbtn > li > a:hover {
  color: #020303;
}
.tabbtn > li > a:hover::after {
  opacity: 1;
}

.Specifications > ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.Specifications > ul > li * {
  font-size: 14px;
  font-weight: 400;
}
.Specifications > ul > li .first-col {
  width: 30%;
}
.Specifications > ul > li .first-col * {
  color: #727272;
}
.Specifications > ul > li .second-col {
  width: 60%;
}
.Specifications > ul > li .second-col * {
  color: #353535;
}

.color-list {
  margin-top: 10px;
}
.color-list > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.color-list > ul > li {
  margin-left: 10px;
}
.color-list > ul > li .color-li {
  display: flex;
  align-items: center;
}
.color-list > ul > li .color-li > span {
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}
.color-list > ul > li .color-li > a {
  width: 11px;
  height: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.color_item {
  background-color: var(--color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.public-next {
  left: 5px;
}

.public-prev {
  right: 5px;
}

.down-pdf a {
  display: flex;
  justify-content: flex-end;
}

.comment-section .comment-section_up {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}
.comment-section .comment-section_up .comment-section_up_right {
  width: 68%;
  display: flex;
  align-items: center;
}
.comment-section .comment-section_up .comment-section_up_right > span {
  font-size: 14px;
  color: #646464;
}
.comment-section .comment-section_up .comment-section_up_right > ul {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.comment-section .comment-section_up .comment-section_up_right > ul > li {
  margin-left: 16px;
}
.comment-section .comment-section_up .comment-section_up_right > ul > li > a {
  font-size: 14px;
  color: #2BACE2;
  transition: all 0.5s;
}
.comment-section .comment-section_up .comment-section_up_right > ul > li.active > a {
  font-weight: 700;
}
.comment-section .comment-section_up .comment-section_up_right > ul > li:hover > a {
  font-weight: 700;
}
.comment-section .comment-section_up .comment-section_up_left {
  width: 30%;
}
.comment-section .comment-section_up .comment-section_up_left .InsertBtn > a {
  text-align: center;
  color: #2BACE2;
}
.comment-section .Insert_comment_form {
  display: none;
}
.comment-section .Insert_comment_form > span {
  font-size: 20px;
  color: #2BACE2;
  font-weight: 700;
  margin: 20px 0;
}
.comment-section .comment-section_down {
  max-height: 700px;
  overflow-y: auto;
}
.comment-section .comment-section_down .comment-list > li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.11);
}
.comment-section .comment-section_down .comment-list > li:last-child {
  border-bottom: none;
}
.comment-section .comment-section_down .comment-list > li .comment-list_up {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-section .comment-section_down .comment-list > li .comment-list_up .comment-list_up_right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.comment-section .comment-section_down .comment-list > li .comment-list_up .comment-list_up_right > figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
}
.comment-section .comment-section_down .comment-list > li .comment-list_up .comment-list_up_right > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-section .comment-section_down .comment-list > li .comment-list_up .comment-list_up_right > figcaption > h3 {
  color: #000;
  font-size: 14px;
}
.comment-section .comment-section_down .comment-list > li .comment-list_up .comment-list_up_right > figcaption > span {
  color: #909090;
  font-size: 14px;
}
.comment-section .comment-section_down .comment-list > li .comment-list_center {
  margin: 15px 0;
}
.comment-section .comment-section_down .comment-list > li .comment-list_center > p {
  color: #000;
  font-size: 14px;
  line-height: 22.68px;
}
.comment-section .comment-section_down .comment-list > li .comment-list_down {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.comment-section .comment-section_down .comment-list > li .comment-list_down > p {
  font-size: 12px;
}
.comment-section .comment-section_down .comment-list > li .comment-list_down * {
  color: #909090;
  font-size: 14px;
}
.comment-section .comment-section_down .comment-list > li .comment-list_down .comment-list_down_like {
  display: flex;
  align-items: center;
}
.comment-section .comment-section_down .comment-list > li .comment-list_down .comment-list_down_like .comment-list_down_like_item {
  margin-right: 20px;
}
.comment-section .comment-section_down .comment-list > li .comment-list_down .comment-list_down_like .comment-list_down_like_item > a {
  display: flex;
  align-items: center;
}
.comment-section .comment-section_down .comment-list > li .comment-list_down .comment-list_down_like .comment-list_down_like_item > a > img {
  margin-right: 5px;
}

.comment-star {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-star > label {
  font-size: 14px;
  color: #727272;
}
.comment-star .star_rate {
  padding: 0;
  margin: 0;
}

/*news*/
.news-page .news-page_up {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
}
.news-page .news-page_up::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 383px;
  background-color: #FBFCFC;
  border-radius: 0 50px 0px 0px;
  top: 72px;
  right: -23px;
}
.news-page .news-page_up .news-page_up_slider {
  width: 100%;
  padding: 62px 0;
}
.news-page .news-page_up .news-page_up_slider .news-page_up_slider_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-page .news-page_up .news-page_up_slider .news-page_up_slider_item .news-page_up_slider_item_right {
  width: 50.2%;
}
.news-page .news-page_up .news-page_up_slider .news-page_up_slider_item .news-page_up_slider_item_right > a {
  font-size: 25px;
  color: #2BACE2;
  font-weight: 700;
  line-height: 40.5px;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 23px;
}
.news-page .news-page_up .news-page_up_slider .news-page_up_slider_item .news-page_up_slider_item_right > a::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  background-color: #2BACE2;
  right: 0;
  bottom: 0;
}
.news-page .news-page_up .news-page_up_slider .news-page_up_slider_item .news-page_up_slider_item_right .news-page_up_slider_item_right_desc {
  height: 116px;
  overflow-y: hidden;
}
.news-page .news-page_up .news-page_up_slider .news-page_up_slider_item .news-page_up_slider_item_right .news-page_up_slider_item_right_desc * {
  color: rgba(114, 114, 114, 0.8980392157);
  font-size: 14px;
  line-height: 27.65px;
  font-weight: 500;
}
.news-page .news-page_up .news-page_up_slider .news-page_up_slider_item .news-page_up_slider_item_left {
  width: 46%;
  height: 455px;
  position: relative;
  margin-right: 40px;
  top: -91px;
}
.news-page .news-page_up .news-page_up_slider-pager {
  bottom: 24%;
  left: unset;
  width: 8%;
  position: absolute;
  right: 42%;
}
.news-page .news-page_up .news-page_up_slider-pager::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 33px;
  background-color: #BDBDBD;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.news-page .news-page_up .news-page_up_slider-pager .news-swiper-pagination {
  color: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.news-page .news-page_up .news-page_up_slider-pager .news-swiper-pagination > span {
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 34px;
  font-weight: 700;
}
.news-page .news-page_up .news-page_up_slider-pager .news-swiper-pagination .swiper-pagination-total {
  font-size: 36px;
  color: #BDBDBD;
}
.news-page .news-page_up .news-page_up_slider-pager .news-swiper-pagination .swiper-pagination-current {
  font-size: 72px;
  color: #2BACE2;
}
.news-page .news-page_down_filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 54px;
}
.news-page .news-page_down_filter > span {
  color: #020303;
  font-size: 14px;
  font-weight: 500;
}
.news-page .news-page_down_filter .news-filterList {
  margin-right: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-page .news-page_down_filter .news-filterList > li {
  margin-left: 28px;
}
.news-page .news-page_down_filter .news-filterList > li > a {
  color: #727272;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 10px 0;
}
.news-page .news-page_down_filter .news-filterList > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2BACE2;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}
.news-page .news-page_down_filter .news-filterList > li.active > a {
  color: #020303;
}
.news-page .news-page_down_filter .news-filterList > li.active > a::after {
  opacity: 1;
}
.news-page .news-page_down_filter .news-filterList > li:hover > a {
  color: #020303;
}
.news-page .news-page_down_filter .news-filterList > li:hover > a::after {
  opacity: 1;
}
.news-page .news-page_down_list > ul {
  --column: 3;
  --gap-column: 22px;
  --gap-row: 22px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap-column) / -2);
  width: calc(100% + var(--gap-column));
}
.news-page .news-page_down_list > ul > * {
  width: calc((100% - var(--column) * var(--gap-column)) / var(--column));
  margin: 0 calc(var(--gap-column) / 2) var(--gap-row);
}

/*news detail*/
.news-detail-page {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-detail-page figure {
  width: 100%;
  height: 390px;
  border-radius: 10px;
  overflow: hidden;
}
.news-detail-page figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-page .news-detail-page_right {
  width: 72%;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top {
  width: 100%;
  position: relative;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption {
  position: relative;
  margin: -50px auto 30px;
  background: #FFFFFF;
  border: 1px solid #F3F8FA;
  box-sizing: border-box;
  box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  width: 91.3%;
  padding: 15px 35px;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption .news-detail-page_right_top_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption .news-detail-page_right_top_item .news-detail-page_right_top_item-right {
  display: flex;
  align-items: center;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption .news-detail-page_right_top_item .news-detail-page_right_top_item-right > figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption .news-detail-page_right_top_item .news-detail-page_right_top_item-right > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption .news-detail-page_right_top_item .news-detail-page_right_top_item-right > h3 {
  color: #000;
  font-size: 14px;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption .news-detail-page_right_top_item .news-detail-page_right_top_item-left {
  display: flex;
  align-items: center;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption .news-detail-page_right_top_item .news-detail-page_right_top_item-left > img {
  margin-left: 5px;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption .news-detail-page_right_top_item .news-detail-page_right_top_item-left > span {
  color: #999999;
  font-size: 10px;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_desc * {
  color: rgba(114, 114, 114, 0.8980392157);
  font-size: 14px;
  line-height: 27.65px;
  text-align: justify;
}
.news-detail-page .news-detail-page_right .news-detail-page_right_desc figure {
  margin: 20px auto;
}
.news-detail-page .news-detail-page_right .label-list {
  margin: 20px 0;
  border: 1px solid #2BACE2;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.news-detail-page .news-detail-page_right .label-list > span {
  color: #6D6D6D;
  font-size: 14px;
}
.news-detail-page .news-detail-page_right .label-list > ul {
  display: flex;
  align-items: center;
}
.news-detail-page .news-detail-page_right .label-list > ul > li {
  margin: 0 5px;
}
.news-detail-page .news-detail-page_right .label-list > ul > li h2 {
  background: rgba(43, 172, 226, 0.1);
  border-radius: 10px;
  color: #6D6D6D;
  font-size: 14px;
  padding: 5px 20px;
}
.news-detail-page .news-detail-page_left {
  width: 26%;
  margin-top: 0;
  padding: 0;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_title {
  padding: 15px;
  background: rgba(43, 172, 226, 0.1);
  border: 1px solid #2BACE2;
  box-sizing: border-box;
  border-radius: 10px;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_title > span {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list {
  padding: 10px;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list > ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  border-bottom: 1px solid #F2F8FA;
  padding: 10px 0;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list > ul > li > figure {
  width: 27%;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list > ul > li > figure > a {
  width: 100%;
  height: 100%;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list > ul > li > figure > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list > ul > li > figcaption {
  width: 60%;
  margin-right: 10px;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list > ul > li > figcaption > a {
  color: #6D6D6D;
  font-size: 14px;
  transition: all 0.5s;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list > ul > li > figcaption .date {
  display: flex;
  align-items: center;
}
.news-detail-page .news-detail-page_left .news-detail-page_left_list > ul > li > figcaption .date * {
  color: rgba(100, 100, 100, 0.66);
  font-size: 12px;
}

/*about us*/
.about-page_manager-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 9%;
}
.about-page_manager-section .about-page_manager-section_right {
  width: 52.6%;
}
.about-page_manager-section .about-page_manager-section_right .manager-section_title {
  margin: 20px 290px 20px 0;
}
.about-page_manager-section .about-page_manager-section_right .manager-section_title * {
  font-size: 20px;
  color: #020303;
  font-weight: 500;
  position: relative;
  top: 20px;
}
.about-page_manager-section .about-page_manager-section_right .manager-name label {
  color: #020303;
  font-size: 36px;
  font-weight: 200;
}
.about-page_manager-section .about-page_manager-section_right .manager-name h2 {
  font-size: 96px;
  font-weight: 700;
  color: #2BACE2;
  margin: 50px 0;
}
.about-page_manager-section .about-page_manager-section_right .manager-section_desc * {
  color: #727272;
  font-size: 14px;
  line-height: 27.65px;
  font-weight: 500;
  margin: 20px 0;
}
.about-page_manager-section .about-page_manager-section_left {
  width: 35.4%;
  margin-right: 10%;
  position: relative;
  top: -35px;
}
.about-page_manager-section .about-page_manager-section_left > figure {
  position: relative;
  width: 100%;
}
.about-page_manager-section .about-page_manager-section_left > figure > img {
  position: relative;
  z-index: 3;
}
.about-page_manager-section .about-page_manager-section_left > figure::before, .about-page_manager-section .about-page_manager-section_left > figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 424px;
}
.about-page_manager-section .about-page_manager-section_left > figure::before {
  bottom: 0;
  right: 10px;
  top: 44px;
  background: url(../images/after-pic-border.png) no-repeat center center;
}
.about-page_manager-section .about-page_manager-section_left > figure::after {
  bottom: 5px;
  right: 0;
  top: 40px;
  background: url(../images/after-pic-about.png) no-repeat center center;
}
.about-page_manager-section .about-page_manager-section_left::before {
  content: "";
  position: absolute;
  width: 363px;
  height: 112px;
  background: url(../images/Vector-about.png) no-repeat center center;
  left: 78%;
  top: 0;
}

.about-page_servic-section {
  margin-top: 7%;
}
.about-page_servic-section .public-title-inside {
  text-align: center;
}
.about-page_servic-section .crm-page {
  width: 80%;
  margin: 40px auto;
}
.about-page_servic-section .services-list {
  width: 77%;
  margin: 75px auto 0;
  display: flex;
  justify-content: center;
}
.about-page_servic-section .services-list > li {
  width: 47%;
  margin: 0 0 20px 20px;
}
.about-page_servic-section .services-list > li:first-child {
  margin-top: 60px;
}
.about-page_servic-section .services-list > li:last-child {
  margin-top: -60px;
}
.about-page_servic-section .services-list > li > a {
  width: 100%;
}
.about-page_servic-section .services-list > li > a > figure {
  width: 100%;
  height: 377.56px;
}
.about-page_servic-section .services-list > li > a > figure > img {
  width: 100%;
  height: 100%;
}

/*products-page*/
.public-slider_item > figure {
  width: 100%;
  height: 189px !important;
}

.products-page .main2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.products-page .main2 .public-box {
  margin-top: 10px;
}
.products-page .main2 .public-box .filter-box_title {
  color: #727272;
  font-weight: 500;
  font-size: 14px;
}
.products-page .main2 .public-box .filter-box_search_list {
  margin: 30px 0 0;
}
.products-page .main2 .public-box .filter-box_search_list .search_list > li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.products-page .main2 .public-box .filter-box_search_list .search_list > li:last-child {
  border-bottom: none;
}
.products-page .main2 .public-box .filter-box_search_list .search_list > li > a {
  position: relative;
  color: rgba(114, 114, 114, 0.7);
  font-size: 14px;
  padding-right: 20px;
}
.products-page .main2 .public-box .filter-box_search_list .search_list > li > a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 6px;
  right: 0;
  background: url(../images/search-filter.png) no-repeat center center;
}
.products-page .main2 .public-box .filter-box_list .cat_list {
  margin: 10px 0;
}
.products-page .main2 .public-box .filter-box_list .cat_list > li {
  padding: 5px 20px 5px 0;
}
.products-page .main2 .public-box .filter-box_list .cat_list > li > a {
  color: rgba(114, 114, 114, 0.7);
  font-size: 14px;
  position: relative;
  transition: all 0.5s;
}
.products-page .main2 .public-box .filter-box_list .cat_list > li > a.chng::before {
  transform: rotate(-90deg);
}
.products-page .main2 .public-box .filter-box_list .cat_list > li > a::before {
  position: absolute;
  content: "\f104";
  font-family: fontello;
  font-size: 20px;
  color: #a19e9e;
  right: -19px;
  top: 0;
  transition: all 0.5s;
}
.products-page .main2 .public-box .filter-box_list .cat_list > li > a:hover {
  color: #2BACE2;
}
.products-page .main2 .public-box .filter-box_list .cat_list > li .cat_list_lvlTwo {
  display: none;
}
.products-page .main2 .public-box .filter-box_list .cat_list > li .cat_list_lvlTwo > li {
  padding: 3px 0;
}
.products-page .main2 .public-box .filter-box_list .cat_list > li .cat_list_lvlTwo > li > a {
  color: rgba(114, 114, 114, 0.7);
  font-size: 14px;
}
.products-page .main2 .products-page_right {
  width: 21.2%;
}
.products-page .main2 .products-page_left {
  width: 77%;
  min-height: 474px;
}
.products-page .main2 .products-page_left .products-page_left_up {
  display: flex;
}
.products-page .main2 .products-page_left .products-page_left_up * {
  color: rgba(114, 114, 114, 0.53);
  font-size: 14px;
  font-weight: 500;
}
.products-page .main2 .products-page_left .products-page_left_up > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.products-page .main2 .products-page_left .products-page_left_up > ul > li {
  padding: 0 10px;
}
.products-page .main2 .products-page_left .products-page_left_up > ul > li > a {
  transition: all 0.5s;
}
.products-page .main2 .products-page_left .products-page_left_up > ul > li.active > a {
  color: #2BACE2;
}
.products-page .main2 .products-page_left .products-page_left_down {
  margin-top: 15px;
}
.products-page .main2 .products-page_left .products-page_left_down > ul {
  --column: 4;
  --gap-column: 13px;
  --gap-row: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap-column) / -2);
  width: calc(100% + var(--gap-column));
}
.products-page .main2 .products-page_left .products-page_left_down > ul > * {
  width: calc((100% - var(--column) * var(--gap-column)) / var(--column));
  margin: 0 calc(var(--gap-column) / 2) var(--gap-row);
}
.products-page .main2 .products-page_left .products-page_left_down > ul .star_rate {
  margin: 0;
}
.products-page .main2 .products-page_left .products-page_left_down > ul .public-slider_item {
  border: 1px solid #E7EFF2;
  box-shadow: 0px 4px 40px rgba(237, 237, 237, 0.5);
}
.products-page .main2 .products-page_left .products-page_left_down > ul .public-slider_item:hover {
  box-shadow: 0px 0px 11px -1px gray !important;
}
.products-page .main2 .products-page_left .products-page_left_down > ul .public-slider_item > figcaption .rating-price .price {
  width: 40%;
  margin-top: 0;
  left: 30px;
}
.products-page .main2 .product-list_desc * {
  text-align: justify;
  color: #727272;
  font-size: 14px;
  line-height: 27.65px;
  font-weight: 500;
  margin: 20px 0;
}
.products-page .main2 .product-list_desc a {
  display: inline-block;
  font-weight: bold;
  color: #0d0c3e;
}

.products-page .main2 .products-page_left .products-page_left_down > ul .public-slider_item > figcaption .rating-price .price {
  width: 100%;
  margin-top: 0;
  left: 0;
}

/*products-detail-page*/
.radioItem {
  border-radius: 2px;
  width: 11px;
  height: 11px;
  border: 1px solid #2BACE2;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  background-color: #fff;
}
.radioItem::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(../images/small-tick.png) no-repeat center center;
  top: -2px;
  right: -2px;
  opacity: 0;
}

.products-detail-page {
  margin-top: 50px;
}
.products-detail-page .public-box {
  margin-top: 0;
}
.products-detail-page .products-detail-page_up {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_right {
  width: 34%;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_right .products-detail_gallerytop {
  width: 100%;
  border-radius: 10px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_right .products-detail_gallerytop .swiper-slide {
  width: 100%;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_right .products-detail_gallerytop .swiper-slide > figure {
  width: 100%;
  height: 430px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_right .products-detail_gallerytop .swiper-slide > figure > img {
  width: 100%;
  height: 100%;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_right .products-detail_gallerybottom {
  width: 100%;
  margin-top: 7px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_right .products-detail_gallerybottom figure {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left {
  width: 65%;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_title h2 {
  font-size: 20px;
  color: #727272;
  font-weight: 500;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .price {
  margin: 20px 0;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .price > del {
  color: rgba(114, 114, 114, 0.5);
  font-size: 18px;
  font-weight: 400;
  margin-left: 22px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .price > span {
  color: #2BACE2;
  font-size: 20px;
  font-weight: 500;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .price > span * {
  color: #2BACE2;
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .times {
  padding: 5px 0;
  box-shadow: 0px 1px 20px #EDEDED;
  border-radius: 3px;
  width: 9%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .times .tfrm {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  /* Shadow */
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .times .tfrm > span {
  font-size: 20px;
  color: #727272;
  font-weight: 500;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .times > span {
  color: rgba(114, 114, 114, 0.53);
  font-size: 12px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_descList {
  margin: 20px 0;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_descList > ul > li {
  margin-bottom: 10px;
  padding-right: 10px;
  position: relative;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_descList > ul > li * {
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_descList > ul > li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  right: 0;
  top: 13px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .basket-number-section {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .basket-number-section .B-R-Number {
  width: 13%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  margin-left: 20px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .basket-number-section .B-R-Number > span {
  height: 100%;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #727272;
  cursor: pointer;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .basket-number-section .B-R-Number .N-Txt {
  width: 37%;
  font-size: 14px;
  font-weight: 500;
  color: #727272;
  text-align: center;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .compare_list > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .compare_list > ul > li {
  margin-left: 57px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .compare_list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .compare_list > ul > li > a > img {
  margin-left: 10px;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .compare_list > ul > li > a > span {
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .social-list {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 20px 0;
  padding: 10px 0 0;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .social-list > span {
  font-size: 12px;
  color: #808080;
  font-weight: 500;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .social-list > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.products-detail-page .products-detail-page_up .products-detail-page_up_left .social-list > ul > li {
  margin: 0 20px;
}
.products-detail-page .products-detail-page_center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_right {
  width: 72.5%;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left {
  width: 26.7%;
  min-height: 400px;
  position: relative;
  top: 30px;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top > figure {
  width: 100%;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top > figcaption {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top > figcaption h2 {
  color: #727272;
  font-size: 14px !important;
  font-weight: 500;
  width: 100%;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom {
  border-top: 1px solid rgba(100, 100, 100, 0.11);
  padding-top: 10px;
  margin-top: 10px;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .Reference-list > ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .Reference-list > ul > li > img {
  margin-left: 10px;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .Reference-list > ul > li > p {
  color: #727272;
  font-size: 14px;
  font-weight: 500;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price .off {
  background-color: #2BACE2;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price > del {
  color: rgba(114, 114, 114, 0.5);
  font-size: 18px;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price > span {
  color: #2BACE2;
  font-size: 20px;
  font-weight: 500;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price > span > label {
  color: #2BACE2;
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
}
.products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .basket {
  margin-top: 30px;
  width: 100%;
}
.products-detail-page .products-detail-page_down .public-slider {
  padding: 20px 10px;
  width: 95%;
}
.products-detail-page .products-detail-page_down .public-slider .price {
  width: 48%;
}
.products-detail-page .products-detail-page_down .public-slider .price > span {
  margin-top: 0;
}
.products-detail-page .products-detail-page_down .public-slider .star_rate {
  margin: 0;
}

.hajm-select-section {
  margin: 10px 0;
}
.hajm-select-section > span {
  font-size: 15px;
  color: #727272;
  margin-bottom: 5px;
  font-weight: 500;
}
.hajm-select-section .hajm-select-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hajm-select-section .hajm-select-list > li {
  margin-left: 5px;
  cursor: pointer;
}
.hajm-select-section .hajm-select-list > li.active .hajm-select-list_item {
  background-color: #2BACE2;
}
.hajm-select-section .hajm-select-list > li.active .hajm-select-list_item * {
  color: #fff;
}
.hajm-select-section .hajm-select-list > li.active .hajm-select-list_item .radioItem:checked::after {
  opacity: 1;
}
.hajm-select-section .hajm-select-list > li .hajm-select-list_item {
  border-radius: 5px;
  border: 1px solid #2BACE2;
  padding: 5px 10px;
  transition: all 0.5s;
  background-color: transparent;
}
.hajm-select-section .hajm-select-list > li .hajm-select-list_item * {
  color: #2BACE2;
  font-weight: 500;
  transition: all 0.5s;
}

/*contact-page*/
.contact-page {
  margin-top: 3%;
}
.contact-page .contact-page_up .contact-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.contact-page .contact-page_up .contact-list > li {
  width: 30%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.contact-page .contact-page_up .contact-list > li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 110px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ededed;
}
.contact-page .contact-page_up .contact-list > li:last-child::after {
  content: none;
}
.contact-page .contact-page_up .contact-list > li > figure {
  width: auto;
  height: 30px;
}
.contact-page .contact-page_up .contact-list > li > figcaption {
  text-align: center;
  margin-top: 30px;
}
.contact-page .contact-page_up .contact-list > li > figcaption * {
  color: #727272;
  font-size: 14px;
  font-weight: 500;
}
.contact-page .contact-page_up .contact-list > li > figcaption a {
  transition: all 0.5s;
}
.contact-page .contact-page_up .contact-list > li > figcaption a:hover {
  color: #2BACE2;
}
.contact-page .contact-page_up .contact-list > li > figcaption p {
  width: 75%;
  margin: 0 auto;
}
.contact-page .contact-page_center {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px #EDEDED;
  margin-top: 10%;
}
.contact-page .contact-page_bottom form {
  margin-top: 3%;
}
.contact-page .contact-page_bottom form ul {
  display: flex;
  justify-content: space-between;
}
.contact-page .contact-page_bottom form ul > li {
  width: 49%;
}
.contact-page .contact-page_bottom form ul > li .txt, .contact-page .contact-page_bottom form ul > li .txtarea {
  width: 100%;
}
.contact-page .contact-page_bottom form ul > li .txt {
  margin-bottom: 20px;
}
.contact-page .contact-page_bottom form ul > li .txtarea {
  height: 229px;
}
.contact-page .contact-page_bottom form ul .btn-li {
  width: 100%;
  text-align: center;
}
.contact-page .contact-page_bottom form ul .btn-li .btn {
  padding: 10px 60px;
}/*# sourceMappingURL=inside.css.map */
/*0 up to 479*/
@media only screen and (min-width:0px) and (max-width : 479px) {
    .container {
        width: 100%;
    }
    .breadcrumb li a, .breadcrumb li span {
        font-size: 10px;
    }
    .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;
        }

    .inbody.pd {
        padding: 87px 0 76px;
    }

    .navbrcmb {
        padding: 5px;
    }

    .inh1 {
        font-size: 17px;
        padding: 10px 0;
    }
    /*produsts list page*/

    .products-page .main2 .products-page_right {
        width: 100%;
        margin-bottom: 10px;
    }

    .public-box {
        padding: 10px;
    }

    .filter-box_search_txt {
        margin-top: 10px;
    }

    .products-page .main2 .products-page_left {
        width: 100%;
    }

        .products-page .main2 .products-page_left .products-page_left_up > ul > li {
            padding: 0 5px;
        }

        .products-page .main2 .products-page_left .products-page_left_up a {
            font-size: 11px;
        }

        .products-page .main2 .products-page_left .products-page_left_down > ul {
            --column: 2;
        }
    /*pro detail*/
    .products-detail-page {
        margin-top: 15px;
    }
    .public-slider_item > figcaption > a {
        font-size: 12px;
    }
    .products-detail-page .products-detail-page_up .products-detail-page_up_right {
        width: 100%;
        margin-bottom:10px;
    }

    .products-detail-page .products-detail-page_up .products-detail-page_up_left {
        width: 100%;
    }

        .products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_title h2 {
            font-size: 16px;
        }

        .products-detail-page .products-detail-page_up .products-detail-page_up_left .price {
            margin: 0px 0;
        }
            .products-detail-page .products-detail-page_up .products-detail-page_up_left .price > del {
                font-size: 14px;
            }
            .products-detail-page .products-detail-page_up .products-detail-page_up_left .price > span {
                font-size: 14px;
            }
                .products-detail-page .products-detail-page_up .products-detail-page_up_left .price > span * {
                    font-size: 14px;
                }
        .products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_descList {
            margin: 10px 0;
        }
        .products-detail-page .products-detail-page_up .products-detail-page_up_left .compare_list > ul > li {
            margin-left: 20px;
        }
    .products-detail-page .products-detail-page_center .products-detail-page_center_right {
        width: 100%;
    }
    .products-detail-page .products-detail-page_center .products-detail-page_center_left {
        width: 100%;
        margin-top: 10px;
        min-height: 268px;
        top: 0;
    }
    .comment-section .comment-section_up .comment-section_up_left .InsertBtn > a {
        font-size: 10px;
    }
    .comment-section .comment-section_up .comment-section_up_right > ul > li > a {
        font-size: 11px;
        color: #2BACE2;
        transition: all .5s;
    }
    .line {
        margin: 25px 0;
    }
    /*about page*/
    .crm-page {
        margin-top: 10px;
    }

    .about-page_manager-section .about-page_manager-section_right .manager-section_title {
        margin: 20px 0 30px 0;
    }

    .about-page_manager-section .about-page_manager-section_right .manager-name label {
        font-size: 20px;
    }

    .about-page_manager-section .about-page_manager-section_right .manager-name h2 {
        font-size: 24px;
        margin: 10px 0;
    }

    .about-page_manager-section .about-page_manager-section_right {
        width: 100%;
    }

    .about-page_manager-section .about-page_manager-section_left {
        width: 64%;
        margin-right: 0;
        position: relative;
        top: 0;
    }

        .about-page_manager-section .about-page_manager-section_left::before {
            content: none;
        }

        .about-page_manager-section .about-page_manager-section_left > figure::before, .about-page_manager-section .about-page_manager-section_left > figure::after {
            height: 310px;
            background-size: 71%;
        }

        .about-page_manager-section .about-page_manager-section_left > figure::before {
            background-size: 71%;
        }

    .about-page_servic-section .services-list {
        width: 100%;
        margin: 0 auto 0;
    }

        .about-page_servic-section .services-list > li {
            width: 41%;
            margin: 0 0 5px 5px;
            margin-top: 0px;
        }

            .about-page_servic-section .services-list > li:first-child {
                margin-top: 60px;
            }

            .about-page_servic-section .services-list > li > a > figure {
                width: 100%;
                height: 150.56px;
            }
    .about-page_manager-section .about-page_manager-section_left > figure::before, .about-page_manager-section .about-page_manager-section_left > figure::after {
        height: 214px;
    }
    /*contact*/
    .txt, .ddl {
        height: 39px;
        font-size: 11px;
    }
    .contact-page .contact-page_bottom form ul > li .txt {
        margin-bottom: 0;
    }
    .contact-page .contact-page_bottom form ul .btn-li {
        margin-top: 10px;
    }
    /*news*/
    .news-page .news-page_down_list > ul {
        --column:1;
    }
    .news-page .news-page_down_filter .news-filterList > li {
        margin-left: 10px;
    }
        .news-page .news-page_down_filter .news-filterList > li > a {
            font-size: 10px;
        }
    .news-page .news-page_down_filter {
        margin-bottom: 20px;
    }
    /*news detail*/
    .news-detail-page .news-detail-page_right {
        width: 100%;
    }
    .news-detail-page figure {
        width: 100%;
        height: 154px;
    }
    .news-detail-page .news-detail-page_right .news-detail-page_right_top > figcaption {
        margin: -17px auto 30px;
        width: 91.3%;
        padding: 5px 5px;
    }
    .comment-section .comment-section_up .comment-section_up_right > span {
        font-size: 12px;
    }
    .comment-section .comment-section_up .comment-section_up_right > ul > li {
        margin-left: 10px;
    }
        .comment-section .comment-section_up .comment-section_up_right > ul > li > a {
            font-size: 10px;
        }
    .news-detail-page .news-detail-page_left {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
        .news-detail-page .news-detail-page_left .news-detail-page_left_title {
            padding: 5px;
        }
        /*login*/
    .contact-page .contact-page_bottom form ul .btn-li .btn {
        padding: 3px 10px;
    }
    .btn {
        font-size: 12px;
    }
    .contact-page .contact-page_bottom form ul > li {
        width: 84%;
    }
}
/*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; }
    .inbody.pd {
        padding: 85px 0 20px;
    }

    .inh1 {
        font-size: 17px;
        padding: 10px 0;
    }
    header.scroll-down .header-up .header-up_right .logo {
        width: 24%;
    }
    /*produsts list page*/
    .products-page .main2 .products-page_right {
        width: 100%;
    }

    .public-box {
        padding: 10px;
    }

    .filter-box_search_txt {
        margin-top: 10px;
    }

    .products-page .main2 .products-page_left {
        width: 100%;
    }

        .products-page .main2 .products-page_left .products-page_left_up > ul > li {
            padding: 0 5px;
        }

        .products-page .main2 .products-page_left .products-page_left_up a {
            font-size: 11px;
        }

        .products-page .main2 .products-page_left .products-page_left_down > ul {
            --column: 1;
        }
    /*pro detail*/
    .products-detail-page {
        margin-top: 15px;
    }

        .products-detail-page .products-detail-page_up .products-detail-page_up_right {
            width: 100%;
            margin-bottom: 10px;
        }

        .products-detail-page .products-detail-page_up .products-detail-page_up_left {
            width: 100%;
        }

            .products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_title h2 {
                font-size: 16px;
            }

            .products-detail-page .products-detail-page_up .products-detail-page_up_left .price {
                margin: 0px 0;
            }

                .products-detail-page .products-detail-page_up .products-detail-page_up_left .price > del {
                    font-size: 14px;
                }

                .products-detail-page .products-detail-page_up .products-detail-page_up_left .price > span {
                    font-size: 14px;
                }

                    .products-detail-page .products-detail-page_up .products-detail-page_up_left .price > span * {
                        font-size: 14px;
                    }

            .products-detail-page .products-detail-page_up .products-detail-page_up_left .products-detail-page_up_left_descList {
                margin: 10px 0;
            }

            .products-detail-page .products-detail-page_up .products-detail-page_up_left .compare_list > ul > li {
                margin-left: 20px;
            }

        .products-detail-page .products-detail-page_center .products-detail-page_center_right {
            width: 100%;
        }

        .products-detail-page .products-detail-page_center .products-detail-page_center_left {
            width: 100%;
            margin-top: 10px;
            min-height: 268px;
            top: 0;
        }

    .comment-section .comment-section_up .comment-section_up_left .InsertBtn > a {
        font-size: 10px;
    }

    .comment-section .comment-section_up .comment-section_up_right > ul > li > a {
        font-size: 11px;
        color: #2BACE2;
        transition: all .5s;
    }

    .line {
        margin: 25px 0;
    }
    .public-prev, .public-next {
        width: 20px;
        height: 20px;

    }
    .public-prev, .public-next {
        width: 20px;
        height: 20px;
    }
    .public-prev {
        right: 5px;
    }
    .public-next {
        left: 5px;
    }
    /*about page*/
    .crm-page {
        margin-top: 10px;
    }
    .about-page_manager-section .about-page_manager-section_right .manager-section_title {
        margin: 20px 0 30px 0;
    }
    .about-page_manager-section .about-page_manager-section_right .manager-name label {
        font-size: 20px;
    }
    .about-page_manager-section .about-page_manager-section_right .manager-name h2 {
        font-size: 24px;
        margin: 10px 0;
    }
    .about-page_manager-section .about-page_manager-section_right {
        width: 100%;
    }
    .about-page_manager-section .about-page_manager-section_left {
        width: 64%;
        margin-right: 0;
        position: relative;
        top: 0;
    }

        .about-page_manager-section .about-page_manager-section_left::before {
            content: none;
        }
        .about-page_manager-section .about-page_manager-section_left > figure::before, .about-page_manager-section .about-page_manager-section_left > figure::after {
            height: 310px;
            background-size: 71%;
        }
        .about-page_manager-section .about-page_manager-section_left > figure::before {
            background-size: 71%;
        }
    .about-page_servic-section .services-list {
        width: 100%;
        margin: 0 auto 0;
    }
        .about-page_servic-section .services-list > li {
            width: 41%;
            margin: 0 0 5px 5px;
            margin-top: 0px;
        }
            .about-page_servic-section .services-list > li:first-child {
                margin-top: 60px;
            }
            .about-page_servic-section .services-list > li > a > figure {
                width: 100%;
                height: 189.56px;
            }
    /*contact*/
    .txt, .ddl {
        height: 39px;
        font-size: 11px;
    }

    .contact-page .contact-page_bottom form ul > li .txt {
        margin-bottom: 0;
    }

    .contact-page .contact-page_bottom form ul .btn-li {
        margin-top: 10px;
    }
    /*news*/
    .news-page .news-page_down_list > ul {
        --column: 2;
    }
    .news-page .news-page_down_filter .news-filterList > li {
        margin-left: 20px;
    }
        .news-page .news-page_down_filter .news-filterList > li > a {
            font-size: 12px;
            padding: 10px 0;
        }
    .news-page .news-page_down_filter {
        margin-bottom: 30px;
    }
    .news-list_slider_item > figcaption > a {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .news-list_slider_item > figcaption .news-list_slider_item_bottom .news-list_slider_item_bottom_right > figcaption h3 {
        font-size: 11px;
    }
}
/*720 up to 1000*/
@media only screen and (min-width : 720px) and (max-width : 1000px) {
    .inbody.pd {
        padding: 75px 0 76px;
    }

    .products-page .main2 .products-page_right {
        width: 26.2%;
    }

    .products-page .main2 .products-page_left {
        width: 72%;
    }

        .products-page .main2 .products-page_left .products-page_left_down > ul {
            --column: 3;
        }

    .public-slider_item > figure {
        width: 100%;
        height: 137px !important;
    }
    /*pro detail*/
    .products-detail-page .products-detail-page_up .products-detail-page_up_right {
        width: 34%;
    }

    .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price {
        margin-right: 0;
    }

        .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price > span {
            font-size: 15px;
        }

    .price > span {
        margin-top: 0px;
    }

    .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price > span > label {
        font-size: 13px;
    }

    .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_bottom .price > del {
        font-size: 14px;
    }

    .btn * {
        font-size: 12px;
    }

    .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top > figcaption {
        width: 100%;
        margin-top: 10px;
    }

        .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top > figcaption h2 {
            font-size: 12px;
            width: 100%;
        }

    .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top > figure {
        width: 90px;
        margin: 0 auto;
    }

    .comment-section .comment-section_up .comment-section_up_left .InsertBtn > a {
        font-size: 12px;
    }

    .tabbox {
        padding: 10px;
    }

    .public-prev, .public-next {
        width: 30px;
        height: 30px;
    }

    .public-prev {
        right: 7px !important;
    }

    .public-next {
        left: 7px !important;
    }
    /*about*/
    .crm-page {
        margin-top: 0px;
    }

    .about-page_manager-section {
        margin-top: 0;
    }

        .about-page_manager-section .about-page_manager-section_right .manager-section_title {
            margin: 20px 178px 20px 0;
        }

        .about-page_manager-section .about-page_manager-section_right .manager-name label {
            font-size: 20px;
        }

        .about-page_manager-section .about-page_manager-section_right .manager-name h2 {
            font-size: 22px;
        }
        .about-page_manager-section .about-page_manager-section_left {
            top: -237px;
        }
        .about-page_manager-section .about-page_manager-section_left::before {
            width: 238px;
            left: 78%;
            top: 0;
            background-size: 100%;
        }
    .about-page_manager-section_left > figure::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 256px;
    }

    .about-page_manager-section .about-page_manager-section_left > figure::after {
        background-size: 74%;
    }
    .about-page_manager-section .about-page_manager-section_left > figure::before, .about-page_manager-section .about-page_manager-section_left > figure::after {
        height: 265px;
    }
    .about-page_manager-section .about-page_manager-section_left > figure::before {
        background-size: 74%;
    }
    .about-page_manager-section .about-page_manager-section_right .manager-section_title {
        margin: 20px 116px 20px 0;
    }
    .about-page_manager-section .about-page_manager-section_right .manager-name h2 {
        margin: 20px 0;
    }
    .about-page_servic-section .services-list > li > a > figure {
        width: 100%;
        height: 255.56px;
    }
    .about-page_servic-section .services-list > li {
        width: 47%;
        margin: 0 0 5px 5px;
    }
    .about-page_servic-section .services-list {
        width: 77%;
        margin: 50px auto 0;
    }
}
/*1001 up to 1249*/
@media only screen and (min-width : 1001px) and (max-width : 1249px) {
    .submenu {
        right: 11px;
        width: 97%;
    }
    .products-detail-page .products-detail-page_up .products-detail-page_up_right {
        width: 34%;
    }

    .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top > figcaption {
        width: 57%;
    }
    .products-detail-page .products-detail-page_center .products-detail-page_center_left .products-detail-page_center_left_top > figcaption h2 {
        font-size: 13px;
        width: 100%;
    }
    /*about page*/
    .about-page_manager-section .about-page_manager-section_right .manager-name h2 {
        font-size: 60px;
        margin: 50px 0;
    }
    .about-page_manager-section .about-page_manager-section_right .manager-name label {
        font-size: 30px;
    }
    .about-page_manager-section .about-page_manager-section_left {
        top: -146px;
    }
}
/*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;
	}

.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,0.3);text-shadow:0 1px 1px rgba(0,0,0,0.1);color:#375170;padding:5px}.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}
@import "./scss/fontface.scss";
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Bold(FaNum).woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Medium(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Medium(FaNum).woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff2/IRANSansWeb_Light(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light(FaNum).woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/woff2/IRANSansWeb_UltraLight(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_UltraLight(FaNum).woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
body {
    font: 16px/25px IRANSans;
    color: #717171;
    background-color: #eeeeee;
    overflow-x: hidden;
}
    body * {
        font: 16px/25px IRANSans;
        color: #717171;
    }

    .search * {
        flex-wrap: nowrap
    }
        .filterBox_Title > span{
            font-size:14px;
        }
        .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: #2BACE2;
        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: #2BACE2
        }

    .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: #2BACE2
        }

            .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;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .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: 0 15px;
                border-bottom: 1px solid #f2f2f2;
                color: #535353;
                font-size: 14px;
                font-weight: 500;
                cursor: pointer;
                position: relative;
                z-index: 1;
                height: 30px;
            }

                .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 {
            list-style: none;
            padding: 10px 0;
        }

            .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: #2BACE2
                }

            .search-page .search-option .ulCategory li.active > a {
                font-weight: 600;
                color: #2BACE2
            }

            .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;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .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: #2BACE2;
                                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: 2
}

    .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: #2BACE2
            }

        .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
                }
}

.c-listing__items {
    margin-top: 20px;
}

.swal2-container.swal2-center>.swal2-popup{font-size:14px}.validation-summary-errors *{color:#f00}.field-validation-error{width:100%;display:block}.field-validation-error *{color:#f00}.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,.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}
