/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, .75);
  cursor: pointer;
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.checkmark-wrap {
  position: relative;
  padding-left: 20px;
}
.checkmark-wrap input[type="radio"],
.checkmark-wrap input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 13px;
  width: 10px;
  opacity: 0;
  cursor: pointer;
}
.checkmark-wrap .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer;
}

.checkmark-wrap .checkmark::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 3px;
  width: 8px;
  height: 8px;
  background: #39AAE7;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s ease;
}
.checkmark-wrap input:checked~.checkmark::after {
  opacity: 1;
}
/*!
   *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
   *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
   */

@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format('woff2'), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format('woff'), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format('truetype');
  font-weight: 400;
  font-style: normal;
}

.zmdi {
  display: inline-block;
  font: 400 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.zmdi-hc-2x {
  font-size: 2em;
}

.zmdi-hc-3x {
  font-size: 3em;
}

.zmdi-hc-4x {
  font-size: 4em;
}

.zmdi-hc-5x {
  font-size: 5em;
}

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

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

.zmdi-hc-ul>li {
  position: relative;
}

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

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}

.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}

.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}

.zmdi-hc-spin {
  animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

input.butt {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**/
@keyframes zmdi-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes zmdi-spin-reverse {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-359deg);
  }
}

.zmdi-hc-rotate-90 {
  transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
  transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
  transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
  transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
  transform: scale(1, -1);
}

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

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

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

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

.zmdi-hc-inverse {
  color: #ffffff;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-import-export:before {
  content: '\f30c';
}

.zmdi-swap-vertical-:before {
  content: '\f30c';
}

.zmdi-airplanemode-inactive:before {
  content: '\f102';
}

.zmdi-airplanemode-active:before {
  content: '\f103';
}

.zmdi-rate-review:before {
  content: '\f103';
}

.zmdi-comment-sign:before {
  content: '\f25a';
}

.zmdi-network-warning:before {
  content: '\f2ad';
}

.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}

.zmdi-file-add:before {
  content: '\f221';
}

.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}

.zmdi-collection-add:before {
  content: '\f14e';
}

.zmdi-format-playlist-add:before {
  content: '\f3ac';
}

.zmdi-format-queue-music:before {
  content: '\f3ab';
}

.zmdi-plus-box:before {
  content: '\f277';
}

.zmdi-tag-backspace:before {
  content: '\f1d9';
}

.zmdi-alarm-add:before {
  content: '\f32b';
}

.zmdi-battery-charging:before {
  content: '\f114';
}

.zmdi-daydream-setting:before {
  content: '\f217';
}

.zmdi-more-horiz:before {
  content: '\f19c';
}

.zmdi-book-photo:before {
  content: '\f11b';
}

.zmdi-incandescent:before {
  content: '\f189';
}

.zmdi-wb-iridescent:before {
  content: '\f38c';
}

.zmdi-calendar-remove:before {
  content: '\f330';
}

.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}

.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}

.zmdi-crop-original:before {
  content: '\f17e';
}

.zmdi-power-off:before {
  content: '\f1af';
}

.zmdi-power-off-setting:before {
  content: '\f1ae';
}

.zmdi-leak-remove:before {
  content: '\f38d';
}

.zmdi-star-border:before {
  content: '\f27c';
}

.zmdi-brightness-low:before {
  content: '\f36d';
}

.zmdi-brightness-medium:before {
  content: '\f36e';
}

.zmdi-brightness-high:before {
  content: '\f36f';
}

.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}

.zmdi-live-tv:before {
  content: '\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}

.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}

.zmdi-arrow-back:before {
  content: '\f2ea';
}

.zmdi-arrow-forward:before {
  content: '\f2ee';
}

.zmdi-arrow-in:before {
  content: '\f2e9';
}

.zmdi-arrow-out:before {
  content: '\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}

.zmdi-adb:before {
  content: '\f33a';
}

.zmdi-network-wifi:before {
  content: '\f2e8';
}

.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-network-wifi-off:before {
  content: '\f2e6';
}

.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-network-wifi-info:before {
  content: '\f2e4';
}

.zmdi-layers-clear:before {
  content: '\f18b';
}

.zmdi-colorize:before {
  content: '\f15d';
}

.zmdi-format-paint:before {
  content: '\f1ba';
}

.zmdi-format-quote:before {
  content: '\f1b2';
}

.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}

.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}

.zmdi-folder-shared:before {
  content: '\f225';
}

.zmdi-folder-special:before {
  content: '\f226';
}

.zmdi-comment-dots:before {
  content: '\f260';
}

.zmdi-reorder:before {
  content: '\f31e';
}

.zmdi-dehaze:before {
  content: '\f197';
}

.zmdi-sort:before {
  content: '\f1ce';
}

.zmdi-pages:before {
  content: '\f34a';
}

.zmdi-stack-overflow:before {
  content: '\f35c';
}

.zmdi-calendar-account:before {
  content: '\f204';
}

.zmdi-paste:before {
  content: '\f109';
}

.zmdi-cut:before {
  content: '\f1bc';
}

.zmdi-save:before {
  content: '\f297';
}

.zmdi-smartphone-code:before {
  content: '\f139';
}

.zmdi-directions-bike:before {
  content: '\f117';
}

.zmdi-directions-boat:before {
  content: '\f11a';
}

.zmdi-directions-bus:before {
  content: '\f121';
}

.zmdi-directions-car:before {
  content: '\f125';
}

.zmdi-directions-railway:before {
  content: '\f1b3';
}

.zmdi-directions-run:before {
  content: '\f215';
}

.zmdi-directions-subway:before {
  content: '\f1d5';
}

.zmdi-directions-walk:before {
  content: '\f216';
}

.zmdi-local-hotel:before {
  content: '\f178';
}

.zmdi-local-activity:before {
  content: '\f1df';
}

.zmdi-local-play:before {
  content: '\f1df';
}

.zmdi-local-airport:before {
  content: '\f103';
}

.zmdi-local-atm:before {
  content: '\f198';
}

.zmdi-local-bar:before {
  content: '\f137';
}

.zmdi-local-cafe:before {
  content: '\f13b';
}

.zmdi-local-car-wash:before {
  content: '\f124';
}

.zmdi-local-convenience-store:before {
  content: '\f1d3';
}

.zmdi-local-dining:before {
  content: '\f153';
}

.zmdi-local-drink:before {
  content: '\f157';
}

.zmdi-local-florist:before {
  content: '\f168';
}

.zmdi-local-gas-station:before {
  content: '\f16f';
}

.zmdi-local-grocery-store:before {
  content: '\f1cb';
}

.zmdi-local-hospital:before {
  content: '\f177';
}

.zmdi-local-laundry-service:before {
  content: '\f1e9';
}

.zmdi-local-library:before {
  content: '\f18d';
}

.zmdi-local-mall:before {
  content: '\f195';
}

.zmdi-local-movies:before {
  content: '\f19d';
}

.zmdi-local-offer:before {
  content: '\f187';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-pharmacy:before {
  content: '\f176';
}

.zmdi-local-phone:before {
  content: '\f2be';
}

.zmdi-local-pizza:before {
  content: '\f1ac';
}

.zmdi-local-post-office:before {
  content: '\f15a';
}

.zmdi-local-printshop:before {
  content: '\f1b0';
}

.zmdi-local-see:before {
  content: '\f28c';
}

.zmdi-local-shipping:before {
  content: '\f1e6';
}

.zmdi-local-store:before {
  content: '\f1d4';
}

.zmdi-local-taxi:before {
  content: '\f123';
}

.zmdi-local-wc:before {
  content: '\f211';
}

.zmdi-my-location:before {
  content: '\f299';
}

.zmdi-directions:before {
  content: '\f1e7';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

body {
  position: relative;
  min-height: 100vh;
  line-height: 1;
  color: black;
  background: white;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: 400;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

/*custom style*/

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

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  border-style: none;
}

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

img {
  height: auto;
  max-width: 100%;
}

textarea,
input {
  border: none;
  border-style: none;
}

/*flex*/

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex.space-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.center {
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.middle {
  -ms-flex-align: center;
  align-items: center;
}

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

.flex.column {
  -ms-flex-direction: column;
  flex-direction: column;
}

/*GRID*/

.col-1 {
  position: relative;
  width: 100%;
}

.col-2 {
  position: relative;
  width: 50%;
}

.col-3 {
  position: relative;
  width: 33.3333333333%;
}

.col-4 {
  position: relative;
  width: 25%;
}

.col-5 {
  position: relative;
  width: 20%;
}

.col-6 {
  position: relative;
  width: 16.66667%;
}

.col-7 {
  position: relative;
  width: 14.28571%;
}

.col-8 {
  position: relative;
  width: 12.5%;
}

.col-9 {
  position: relative;
  width: 11.11111%;
}

.col-10 {
  position: relative;
  width: 10%;
}

.col-11 {
  position: relative;
  width: 9.09091%;
}

.col-12 {
  position: relative;
  width: 8.33333%;
}

/*! lightslider - v1.1.3 - 2015-04-14 */

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
  transition-timing-function: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: unset;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 40px;
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  overflow: hidden;
  position: unset;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition-property: transform, height;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  transition-delay: 0s;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade>.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #DEDEDE;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #39AAE7;
}

.lSSlideOuter .media {
  opacity: .8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius .12s linear 0s .35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction {
  position: absolute; 
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
}

.lSAction>a {
  width: 20px;
  display: block;
  top: 50%;
  height: 20px;
  /* background-image: url("../img/controls.png"); */
  background-image: url("../img/icons/left-chevron.svg");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  transition: opacity .35s linear 0s;
}

.lSAction>a:hover {
  opacity: 1;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 0;
}

.lSAction>.lSNext {
  background-position: 0 0;
  right: 0;
  transform: rotate(180deg);
}

.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: relative;
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
  float: right !important;
}

@keyframes rightEnd {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -15px;
  }
}

@keyframes topEnd {

  0%,
  100% {
    top: 0;
  }

  50% {
    top: -15px;
  }
}

@keyframes leftEnd {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 15px;
  }
}

@keyframes bottomEnd {

  0%,
  100% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }
}

.lSSlideOuter .rightEnd {
  animation: rightEnd .3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  animation: topEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd .3s;
  position: relative;
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*constant*/

/*Fonts*/

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: local('HelveticaNeueCyr-Roman'),
    url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format('embedded-opentype'),
    url("../fonts/HelveticaNeueCyr-Roman.woff") format('woff'),
    url("../fonts/HelveticaNeueCyr-Roman.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: local('HelveticaNeueCyr-Bold'),
    url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format('embedded-opentype'),
    url("../fonts/HelveticaNeueCyr-Bold.woff") format('woff'),
    url("../fonts/HelveticaNeueCyr-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Thin.eot");
  src: local('HelveticaNeueCyr-Thin'),
    url("../fonts/HelveticaNeueCyr-Thin.eot?#iefix") format('embedded-opentype'),
    url("../fonts/HelveticaNeueCyr-Thin.woff") format('woff'),
    url("../fonts/HelveticaNeueCyr-Thin.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  src: local('HelveticaNeueCyr-Light'),
    url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format('embedded-opentype'),
    url("../fonts/HelveticaNeueCyr-Light.woff") format('woff'),
    url("../fonts/HelveticaNeueCyr-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Medium.eot");
  src: local('HelveticaNeueCyr-Medium'),
    url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format('embedded-opentype'),
    url("../fonts/HelveticaNeueCyr-Medium.woff") format('woff'),
    url("../fonts/HelveticaNeueCyr-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

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

p {
  font-family: "HelveticaNeue";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #506177;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
}

.wrap-0 {
  /*padding-left: 20px;*/
  padding-right: 70px;
}

.wrap-1 {
  padding-left: 20px;
  padding-right: 70px;
}

.wrap-2 {
  padding-left1: 30px;
  padding-right: 30px;
}

.wrap-3 {
  padding-left: 30px;
  padding-right: 60px;
}

.bg-img {
  background-size: cover;
  background-position: center;
}

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

.bg-black {
  background-color: #000;
}

.height-1 {
  height: 64px;
}

.height-2 {
  height: 76px;
}

.height-3 {
  height: 44px;
}

.width-1 {
  max-width: 550px;
}

.text-1 {
  font-family: HelveticaNeue;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #959595;
}

.text-2 {
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #515151;
}

.text-3 {
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: left;
  color: #a3a3a3;
}

.text-4 {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: left;
  color: #8f8f8f;
  text-transform: uppercase;
}

.text-4.gray {
  color: #a3a3a3;
}

.text-4.gray a {
  color: #a3a3a3;
}

.text-5 {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #bebec3;
}

.text-5 td,
.text-5 li {
  font-family: "HelveticaNeue";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #506177;

}

.text-5.black {
  color: #515151;
}

.text-6 {
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.9px;
  text-align: left;
  color: #3a3a3a;
}

.text-7 {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4a4a4a;
}

.text-1-8,
.text-1-8 td {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #506177;
}

.title-1 {
  font-family: Geometria;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

.title-2 {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
}

.title-3 {
  font-family: HelveticaNeue;
  font-size: 50px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.9px;
  text-align: left;
  color: #3a3a3a;
}

.title-4 {
  font-family: HelveticaNeue;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #000000;
}

.title-5 {
  font-family: HelveticaNeue;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: left;
  color: #3a3a3a;
}

.title-6 {
  font-family: HelveticaNeue;
  font-size: 60px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  text-align: left;
  color: #333333;
  margin-bottom: 40px;
  margin-top: 20px;
}

.title-7 {
  font-family: HelveticaNeue;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #515151;
  text-transform: uppercase;
}

.v-outher-1 {
  padding-top: 50px;
}

.v-outher-2 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.v-outher-3 {
  margin-bottom: 40px;
}

.link-1 {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 0.2px;
  text-align: left;
  color: #0baaff;
}

.link-2 {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #0baaff;
}

.block-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.block-1 .text-5,
.block-1 .link-1,
.block-1 .title-3 {
  margin-bottom: 20px;
}

.contex .top-wrap .image {
  position: relative;
}

.contex .top-wrap .image .img-abs {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 50%;
}

.block-2 {
  padding: 50px;
  border: 1px solid #d8d8d8;
  border-top: none;
}

.block-2:nth-child(2n) {
  border-left: none;
}

.block-2 .title-2,
.block-2 .text-5 {
  margin-bottom: 20px;
}

.block-2 .info {
  margin-left: 20px;
}

.block-3 {
  padding: 30px;
}

.block-3 .title-5 {
  margin-bottom: 20px;
}

.block-4 {
  max-width: 624px;
  margin-left: 100px;
  margin-right: 20px;
}

.block-5 {
  width: 100%;
  max-width: 825px;
  padding: 24px 30px;
}

.block-6 {
  padding-left: 40px;
}

.category .title-2 {
  margin-bottom: 15px;
}

.block-6 .article-wrap,
.mobile-product .article-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.block-6 .availability,
.mobile-product .availability {
  display: inline-block;
  position: relative;
  font-family: HelveticaNeue;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  color: #2EB13B;
  margin: 10px 15px 10px 0;
  padding: 0 13px 0 10px;
  border: 1px solid #2EB13B;
  border-radius: 7px;
  white-space: nowrap;
}

.block-6 .availability img,
.mobile-product .availability img {
  width: 18px;
  padding-right: 5px;
  vertical-align: middle;
}

.block-6 .availability.notavailable,
.mobile-product .availability.notavailable {
  color: #E82424 !important;
  margin: 10px 15px 10px 0;
  padding: 0 13px 0 10px;
  border: 1px solid #E82424;
}

.block-6 .availability.notavailable img,
.mobile-product .availability.notavailable img {
  width: 16px;
}

.block-6 .article-product,
.mobile-product .article-product {
  display: inline-block;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #000;
  margin: 10px 15px 10px 0;
}

.rating {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}

.rating div {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #000;
  white-space: nowrap;			  
}

.rating .mc {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-top: -2px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.mc-star {
  background-image: url(../img/icons/star.svg);
}

.mc-star-fill {
  background-image: url(../img/icons/star-fill.svg);
}

.mc-star-half {
  background-image: url(../img/icons/star-half.svg);
}

.price-product-list {
  width: 100%;
}

.block-6 .title-6 {
  margin-bottom: 20px;
}

.block-6 .text-4 {
  text-transform: none;
}

.contacts-list .contact .image {
  width: 30%;
  margin-bottom: 20px;
}

header .main-menu {
  width: 60%;
}

header .sub-main-menu {
  width: 80%;
}

header .main-menu a {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #fff;
}

header .sub-main-menu a {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #333333;
}

footer {
  background-color: #232323;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer .title-1 {
  margin-bottom: 30px;
  text-transform: none;
}

footer .adress {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

footer .adress:last-child {
  border: 0;
}

footer .adress .street {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

footer .adress .phone {
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .adress .phone a {
  font-family: HelveticaNeue;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  transition: all 0.2s ease;
}

footer .adress .phone a:hover {
  opacity: 0.8;
}

footer .adress .street img,
footer .adress .phone img {
  margin-right: 8px;
}

footer .adress .street img {
  padding-top: 3px;
}


footer .adress-title {
  margin: 15px 0 10px;
  font-family: HelveticaNeue;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

footer .logo .image {
  margin-bottom: 20px;
  width: 120px;
}

footer ul li a {
  padding-bottom: 22px;
  display: inline-block;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  transition: all 0.2s ease;
}

footer ul li a:hover {
  opacity: 0.8;
}

footer ul li:last-child a {
  margin-bottom: 0;
}

footer .bottom_soc_logo div,
footer .bottom_payment_logo div {
  padding: 35px 0 20px;
  font-family: HelveticaNeue;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

footer .bottom_soc_logo img,
footer .bottom_payment_logo img {
  width: 40px;
  padding-right: 10px;
}

footer .text-1 {
  max-width: 250px;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}

.contex {
  border-top: 1px solid rgba(151, 151, 151, .4);
}

.categories {
  margin-bottom: 40px;
}

.categories .category {
  /*display: block;*/
  padding: 25px;
  border-radius: 0px;
  transition: 0.4s;
  border-left: solid 0px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
}

.categories .category:hover .abs,
.categories .category.active .abs {
  opacity: 1;
  pointer-events: all;
}

.categories .category .abs {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0baaff;
  box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, .13), 0 5px 20px 0 rgba(0, 0, 0, .12);
  padding: 25px;
  opacity: 0;
  pointer-events: none;
}

.categories .category .abs .title-2 {
  color: white;
}

.categories .category .abs .flex {
  flex-direction: column;
}

.categories .category .abs .flex .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.categories .category .abs .flex .block a {
  background-color: #0baaff;
  /*  box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, 0.13), 0 5px 20px 0 rgba(0, 0, 0, 0.12);*/
  color: white;
  padding: 7px 10px;
  border-radius: 4px;
  border: 1px solid white;
  margin: 5px;
  transition: all 0.25 linear 0s;
  display: block;
}

.categories .category .abs .flex .block a:hover {
  color: #0baaff;
  background: white;
}



.categories .category.full-border {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  min-height: 330px;
}

.categories .category.full-border:first-child {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
}

.categories .category.full-border:child-last {
  border-right: solid 0px rgba(0, 0, 0, 0.2);
}

.categories .category.active,
.categories .category:hover {
  border-radius: 3px;
  background-color: #0baaff;
  box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, .13), 0 5px 20px 0 rgba(0, 0, 0, .12);
}

.categories .category.active *,
.categories .category:hover * {
  transition: 0.4s;
  color: #fff;
}

.breadcrumbs {
  padding-left: 30px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000000;
  margin-bottom: 60px;
}

.breadcrumbs.type-2 {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
}

.breadcrumbs .current {
  color: #a3a3a3;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #000;
  font-weight: 300;
}

.breadcrumbs span {
  padding-right: 5px;
}

.c-col-1 {
  position: relative;
  max-width: 214px;
}

.c-col-1 .title-3 {
  margin-bottom: 40px;
}

.c-col-2 {
  position: relative;
  width: 100%;
  max-width: calc(100% - 214px);
  padding: 0 0 0 100px;
}

.c-col-2 .sorting {
  margin-top: 40px;
  margin-bottom: 40px;
}

.c-col-2 .sorting select {
  padding: 5px;
  border: none;
  color: #515151;
  text-transform: none;
}

.filters {
  margin-bottom: 40px;
  min-width: 145px;
}

.filters .filter {
  margin-bottom: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, .08), 0 5px 20px 0 rgba(0, 0, 0, .05);
}

.columns-2 {
  column-count: 2;
  column-gap: 60px;
}

.filters .filter ul li {
  position: relative;
}

.filters .filter ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-family: 'HelveticaNeue';
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-align: left;
  color: #515151;
  transition: .4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13333);
}

.filters .filter ul li a svg {
  fill: #515151;
  transition: .4s;
}

.products .product .image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}



li:last-child .filters .filter ul li a {
  border-bottom: none;
}

.filters .filter ul li a:hover {
  color: #0baaff;
}

.filters .filter ul li a:hover svg {
  fill: #0baaff;
}

.filters .filter ul li .sub-menu {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  max-width: 142px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
  border: solid 1px rgba(151, 151, 151, .16);
  opacity: 0;
  transform: translateX(90%);
  transition: .4s;
}

.filters .filter ul li .sub-menu li a {
  min-width: 142px;
  padding: 10px 20px 10px 0;
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #a3a3a3;
  border-bottom: none;
}

.filters .filter ul li .sub-menu li a:hover {
  color: #3a3a3a;
}

.filters .filter ul li:hover .sub-menu {
  z-index: 10;
  opacity: 1;
  transform: translateX(100%);
}

.filters .filter ul li .sub-menu.open {
  z-index: 10;
  opacity: 1;
  transform: translateX(100%);
}

.filters .filter.filter-2 {
  padding: 20px;
}

.filters .filter.filter-2 .title-4 {
  margin-bottom: 30px;
}

.filters .filter.filter-2 .range label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.filters .filter.filter-2 .range input[type="text"] {
  width: 76px;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px rgba(143, 143, 143, 0.2);
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #515151;
}

.filters .filter.filter-2 .range .range-text {
  margin-bottom: 30px;
}

.filters .filter.filter-2 .text-3 {
  margin-bottom: 20px;
}

.ui-slider {
  position: relative;
  width: calc(100% - 22.5px);
  height: 18px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  height: 2px;
  top: calc(50% - 1px);
  background-color: #0baaff;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 22.5px;
  height: 16px;
  border-radius: 100px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27);
  border: solid 1px rgba(151, 151, 151, .2);
}

.products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* -webkit-column-width: 216px; */
  /* column-width: 216px; */
}

.products .product {
  display: inline-block1;
  display: block;
  float: left;
  1width: 100%;
  width: 25%;
  padding: 5px;
  margin-bottom: 20px;

}
@media (max-width:750px) {
  .products .product {
    width: 33%;
  }
}

@media (max-width:500px) {
  .products .product {
    width: 50%;
  }
}

@media (max-width:400px) {
  .products .product {
    width: 100%;
  }
}

.products .product .info {
  padding: 0 10px;
}

.products .product .image {
  margin-bottom: 20px;
  height: 170px;
}

@media(max-width: 640px) {
  .products .product .image {
    height: 183px;
    height1: auto;
    /**/
    min-height: 183px;
  }
}

.width-1__ {
  column-count: 2;
  column-gap: 60px;
}

@media(max-width: 640px) {
  .width-1__ {
    column-count: 1;
    column-gap: 0px;
  }
}

.products .product .title,
.products .product .title a {
  margin-bottom: 20px;
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  height: 83px;
  overflow: hidden;
  color: #333333;
}

.products .product .description {
  margin-bottom: 10px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #8f8f8f;
}

.products .product .price {
  margin-bottom: 20px;
  font-family: HelveticaNeue;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #515151;
}

#set_filter {
  background-color: #0baaff;
  color: white;
}

.border {
  border-left: solid 0.5px rgba(0, 0, 0, .2);
  border-right: solid 0.5px rgba(0, 0, 0, .2);
}

.navigation {
  margin-bottom: 40px;
  clear: both;
  width: 100%;
}

.navigation #more {
  margin-left: 50px;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #0baaff;
  text-transform: uppercase;
}

.navigation .pagination a,
.navigation .pagination span {
  padding: 5px;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #a3a3a3;
  transition: .4s;
}

.navigation .pagination a.active,
.navigation .pagination a:hover,
.navigation .pagination span.active,
.navigation .pagination span:hover {
  color: #3a3a3a;
}

.navigation .text {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #a3a3a3;
}

.contacts-list .contact {
  max-width: 560px;
  padding-right: 50px;
  margin-bottom: 60px;
}

.contacts-list .contact .street {
  font-family: HelveticaNeue;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: 0.9px;
  text-align: left;
  text-transform: uppercase;
  color: #4a4a4a;
}

.contacts-list .contact .region {
  font-family: HelveticaNeue;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: 0.9px;
  text-align: left;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.contacts-list .contact .info {
  margin-top: 15px;
  padding-right: 20px;
  width: 70%;
}

.tab_wrapper .tab_item .video,
.contacts-list .contact .video {
  width: 100%;
}

.tab_wrapper .tab_item .video iframe,
.contacts-list .contact .video iframe {
  width: 100%;
}

.contacts-list .contact .info .line {
  margin-bottom: 20px;
}

.contacts-list .contact .info .title {
  width: 33.333333%;
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.9px;
  text-align: left;
  color: #3a3a3a;
}

.contacts-list .contact .info .data-list {
  width: 66.6666666%;
}

.contacts-list .contact .info .phone {
  display: block;
  font-family: HelveticaNeue;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
}

.contacts-list .contact .info .email {
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.9px;
  text-align: left;
  color: #0baaff;
}

.map {
  width: 100%;
  height: 85vh;
  background-color: #333;
  margin-top: 80px;
  /*margin-bottom: 40px;*/
}

.price-list {
  width: 100%;
  max-width: 825px;
  margin-right: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, .08), 0 5px 20px 0 rgba(0, 0, 0, .05);
}

.price-list .item {
  border-bottom: solid 1px rgba(216, 216, 216, 0.86667);
}

.price-list .item:last-child {
  border-bottom: none;
}

.price-list .title {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #515151;
}

.price-list .price {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #0baaff;
}

.address-list {
  padding-top: 24px;
}

.address-list .address-item {
  margin-bottom: 40px;
}

.address-list .address-item .text-7:last-child {
  color: #0baaff;
  font-weight: 600;
}

.address-list .address-item .icon {
  margin-right: 20px;
}

.lSSlideOuter.vertical {
  max-height: 562px;
  padding: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0 !important;
}

.lSSlideOuter .lSPager.lSGallery li {
  border: solid 1px rgba(151, 151, 151, .4);
  border-radius: 3px;
}

#vertical {
  max-height: 562px;
  transform: none !important;
}

#vertical.lightSlider>* {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}

#vertical.lightSlider>*.active {
  opacity: 1;
}

.slider .lightSlider {
  margin-bottom: 40px;
}

.slider .lSSlideOuter {
  overflow: hidden;
  padding: 0;
}

.slider .lSSlideOuter .lslide {
  /* max-height: 100%;
  height: 100%; */
}

.slider .lSSlideOuter .lslide img {
  margin: 0 auto;
  display: block;
 /* width: 100%;
  height: auto;
  max-height: 100%; */
  object-fit: contain;
  object-position: center;
}

.slider .lSSlideOuter .lSPager.lSGallery li {
  height: 90px;
  border: 0;
}

.slider .lSSlideOuter .lSPager.lSGallery li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.product-title {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 32px;
  font-family: 'HelveticaNeue';
}

.price-product-list {
  margin-top: 10px;
  margin-bottom: 20px;
}

.price-product-list .price-1 {
  display: inline-block;
  font-family: HelveticaNeue;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  white-space: nowrap;
}

.price-product-list .price-2 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  font-family: HelveticaNeue;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  text-decoration: line-through;
  color: #8f8f8f;
  white-space: nowrap;
}

.price-product-list .price-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: HelveticaNeue;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 300;
  line-height: 19px;
  color: #000;
}

.price-product-list .price-3 .txrp {
  padding-left: 4px;
  font-weight: 500;
  white-space: nowrap;
}

.price-product-item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.icon-1 {
  margin-right: 15px;
}

.type-shop {
  width: 55%;
}

.type-shop {
  margin-bottom: 10px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.memory-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.memory-block .title-7 {
  min-width: 110px;
}

.memory-list .memory-item .ui-checkboxradio-radio-label {
  display: block;
  margin-right: 15px;
  padding: 7px 12px;
  border-radius: 7px;
  border: solid 1px rgba(151, 151, 151, .4);
  font-family: HelveticaNeue;
  font-size: 14 px;
  font-weight: 400;
  color: #939393;
  transition: 0.2s;
}

.memory-list .memory-item .ui-checkboxradio-radio-label.ui-state-active {
  border-color: #39AAE7;
  color: #39AAE7;
}

.color-list {background-size: cover;}
.color-list .color-item .ui-checkboxradio-radio-label {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  margin: 15px 15px 0 0;
  padding: 0px;
  border-radius: 50%;
}

.color-list .color-item .ui-checkboxradio-radio-label::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: solid 0px #0baaff;
  transition: 0.2s;
}

.color-list .color-item .ui-checkboxradio-radio-label.ui-state-active::after {
  border-width: 1px;
}

/*
  <div class="col-1 attr-quantity flex">
      <div class="title-7">Цвет</div>
      <div class="buy">
          <div class="column1">
              <div class="minus">-</div>
              <input type="text" value="1">
              <div class="plus">+</div>
          </div>
          <div class="column2">
              <button class="buy">Купить</button>
          </div>
      </div>
  </div>
  */

.attr-quantity {
  margin: 25px 0;
}

.attr-quantity-steklo {
  margin: 25px 0;
  display: flex;
}

.attr-quantity-steklo .text-4 {
  color: #000;
}

.attr-quantity-steklo .text-4 .mc-tooltip {
  margin-right: 5px;
  margin-left: 0px; 
}

.attr-quantity-steklo #pokleyk {
  z-index: 3;
}

.attr-quantity .buy {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  display: flex;
}

button.button-blue {
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  background: #39AAE7;
  color: white;
  border-radius: 13px;
  margin-right: 7px;
  transition: all 0.3s ease;
}

input.button-blue {
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  background: #39AAE7;
  color: white;
  cursor: pointer;
  border-radius: 13px;
  margin-right: 7px;
  transition: all 0.3s ease;
}

button.button-blue:hover,
input.button-blue:hover {
  background: #127AB1;
}

button.button-blue:active, button.button-blue:focus,
input.button-blue:active, input.button-blue:focus {
  background: #127AB1;
  box-shadow: inset 0px 4px 5px #0C4C6D;
}

.buy-now {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 50px;
  margin: 25px 0;
}

button.button-black {
  display: block;
  text-align: center;
  width: 40%;
  height: 100%;
  background: #000;
  color: white;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

a.button-black {
  display: block;
  font-family: Arial;
  text-align: center;
  width: 40%;
  height: 100%;
  background: #000;
  color: white;
  line-height: 38px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

a.button-black button.button-black {
  width: 100%;
  height: 100%;
}

.recall button.button-blue {
  height: 40px;
  margin: 0 auto;
}

.buy-now input {
  width: 60%;
  height: 100%;
  text-align: center;
  border: 1px solid #d1d1d1;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#tabs,
.tab_wrapper {
  margin-top: 55px;
  width: 100%;
}

#tabs ul,
.tab_wrapper .tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content1: space-between;
  justify-content: flex-start;
  margin-bottom: 25px;
  width: 70%;
}

.tab_wrapper .tabs .tab {
  cursor: pointer;
}

#tabs ul li,
.tab_wrapper .tabs .tab {
  transition: all 0.15s linear 0s;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}

#tabs ul li a,
.tab_wrapper .tabs .tab span {
  width: 140px;
  height: 18px;
  font-family: 'HelveticaNeue';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #333333;

}

.tab_wrapper .tabs .tab {
  margin-right: 5px;
}

#tabs ul li.ui-state-active,
#tabs ul li:hover,
.tab_wrapper .tabs .tab.active,
.tab_wrapper .tabs .tab.active:hover {
  padding-bottom: 10px;
  border-bottom: 2px solid #0baaff;
}

.ui-tabs-vertical {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ui-tabs-vertical .tabs {
  max-width: 200px;
  display: flex;
  flex-direction: column;
} 

.ui-tabs-vertical .tabs .tab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0;
  border-radius: 13px;
  transition: color .15s ease, background .15s ease;
}

.ui-tabs-vertical .tabs .tab.active span,
.ui-tabs-vertical .tabs .tab:hover span {
  color: #fff;
  transition: color .15s ease;

}

.ui-tabs-vertical .tabs .tab.active {
  background: #39AAE7;
  color: #fff;
  border: 0;
}

.ui-tabs-vertical .tabs .tab:hover,
.ui-tabs-vertical .tabs .tab.active:hover {
  background: #39AAE7;
  color: #fff;
  border: 0;
  transition: color .15s ease, background .15s ease;
}

.ui-tabs-vertical .tab_content {
  padding-left: 50px;
padding-right: 20px;
  width: 100%;
}

.ui-tabs-vertical .tab_content p, .ui-tabs-vertical .tab_content {font-family: "HelveticaNeue";
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.ui-tabs-vertical .tabs .tab .reviews-badge {
  width: auto;
  margin-left: 5px;
  padding: 3px 9px;
  color: #fff !important;
  background: #39AAE7;
  border-radius: 8px;
  line-height: 14px;
  transition: color .15s ease, background .15s ease;
}

.ui-tabs-vertical .tabs .tab.active .reviews-badge, .ui-tabs-vertical .tabs .tab:hover .reviews-badge {
  color: #000 !important;
  background: #fff;
}
.mc-tooltip {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 3px;
  margin-top: -3px;
  background-image: url(../img/icons/question.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.ui-tooltip {
  max-width: 430px;
  padding: 25px;
  background: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: Roboto, HelveticaNeue;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.ui-tooltip-content p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 15px;
}

.ui-tooltip ul li {
  position: relative;
  padding-left: 15px;
}

.ui-tooltip ul li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  color: #39AAE7;
}

.guarantee .text-4 {
  margin-bottom: 15px;
  color: #000;
}

.flex-types {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-types .type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  min-width: 190px;
  padding: 5px 15px 5px 0;
}

.flex-types .type div {
  font-family: 'HelveticaNeue';
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.flex-types .type div {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-types .type div:last-child {
  font-size: 16px;
  font-weight: 400;
}

.guarantee .text-5 {
  margin-top: 25px;
  width: 70%;
}

.our-shops {
  margin: 0 0 75px;
}

.our-shops .title-6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: unset;
}

.our-shops .flex-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content1: space-between;
  justify-content: space-around;
}

.our-shops .flex-wrap .block {
  width: 30%;
  padding-top: 20px;
}

.our-shops .street,
.our-shops .phone {
  display: flex;
  align-items: flex-start;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #000;
}

.our-shops .street img,
.our-shops .phone img {
  height: 16px;
  margin-right: 8px;
}

.our-shops .street {
  min-height: 40px;
  padding-bottom: 10px;
}

.our-shops .phone a {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #000;
}

.searchpage .filters {
  width: 145px;
}

.our-shops .phone {
  font-weight: normal;
}

.our-shops .img-wrap {
  width: 100%;
  height: 233px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.15s linear 0s;
}

.our-shops .img-wrap img {
  height: 233px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.mlukyanovka .img-wrap {
  margin-top: 0px;
}

.our-shops .img-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(174, 190, 196, 0.83);
  transition: all 0.15s linear 0s;
  opacity: 0;
}

.our-shops .img-wrap:after {
  content: '';
  width: 24px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -16px;
  background: url('../img/white-icon.png');
  transition: all 0.15s linear 0s;
  opacity: 0;
}

.our-shops .img-wrap:hover:after,
.our-shops .img-wrap:hover:before {
  opacity: 1;
}

.shares-wrap {}

.shares {
  height: 300px;
  padding: 0 40px;
  border-radius: 3px;
  background-color: #e7ced1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.shares-wrap .title-6 {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.33;
  letter-spacing: 0.5px;
  text-align: left;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.shares .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.shares .block2>div:first-child {
  margin-right: 35px;
  height: 100%;
}

.shares .block span,
.shares .block p {
  font-family: 'HelveticaNeue';
  font-size: 23px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.3px;
  text-align: left;
  color: #ffffff;
  display: block;
}

.shares .block p {
  font-size: 30px;
}

.shares .block span:last-child {
  margin-top: 25px;
}

.shares .block1>div:first-child img {
  position: relative;
  bottom: -40px;
}

.shares .block2>div:first-child img {
  position: relative;
  top: 0px;
}

.shares .block3 {
  flex-direction: column;
  justify-content: center;
}

.shares .block3 span {
  position: relative;
  padding: 0 7px;
}

.shares .block3 span .line {
  width: 100%;
  height: 2px;
  background-color: #ff7283;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.shares .block3 p {
  font-family: 'HelveticaNeue';
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.9px;
  text-align: left;
  color: #ffffff;
  margin-top: 8px;
}

.shares .block3 button {
  height: 60px;
  border-radius: 3px;
  background-color: #ff7283;
  font-family: 'HelveticaNeue';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: left;
  padding: 0 35px;
  color: #ffffff;
  margin-top: 20px;
  text-transform: uppercase;
}

.recomend-wrap,
.viewed-wrap {
  margin: 50px 0;
}

.recomend-wrap .title-6,
.viewed-wrap .title-6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: unset;
}

.recomend,
.viewed {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 30px 0;
  /* height: auto !important; */
}

.recomend>li,
.viewed>li {
  height: 100%;
  padding: 15px 10px;
}

.recomend>li>a,
.viewed>li>a {
  display: block;  
  padding: 15px 12px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}

.recomend>li>a .img-wrap,
.viewed>li>a .img-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}

.recomend>li>a img,
.viewed>li>a img {
  height: 200px;
  margin: 0 auto;
}

.recomend>li>a p,
.viewed>li>a p {
  font-family: 'HelveticaNeue';
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  min-height: 47px;
}

.recomend>li>a>div,
.viewed>li>a>div {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding-top: 10px;
  min-height: 50px;
}

.recomend>li button,
.viewed>li button {
  width: auto;
  height: 40px;
  margin: 0 0 0 10px;
  padding: 0 15px;
}

.recomend>li>a .circle-wrap,
.viewed>li>a .circle-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 15px 0;
  width: auto;
}

.recomend>li>a .circle-wrap>div,
.viewed>li>a .circle-wrap>div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px;
}

.recomend>li>a .circle-wrap>div.color1,
.viewed>li>a .circle-wrap>div.color1 {
  background: #e1e1df;
}

.recomend>li>a .circle-wrap>div.color2,
.viewed>li>a .circle-wrap>div.color2 {
  background: #333333;
}

.recomend>li>a .circle-wrap>div.color3,
.viewed>li>a .circle-wrap>div.color3 {
  background: #f7e8df;
}

.recomend>li>a .circle-wrap>div.color4,
.viewed>li>a .circle-wrap>div.color4 {
  background: #ffad98;
}

.recomend>li>a span, 
.viewed>li>a span {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.recomend .price-old, 
.viewed .price-old {
  position: absolute;
  top: 5px;
  left: 0;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.5);
}

.notavailable {
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #39AAE7 !important;
}


.wrapper.border .categories .category:last-child {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0;
}

.wrapper.border .categories .category:last-child>.img-wrap {
  background: url('../img/sale.png') no-repeat;
  background-size: cover;
  width: 57%;
}

.wrapper.border .categories .category:last-child.active,
.wrapper.border .categories .category:last-child:hover {
  border-radius: 3px;
  background-color: initial;
  box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, .13), 0 5px 20px 0 rgba(0, 0, 0, .12);
}

.wrapper.border .categories .category .abs-sale {
  width: 40%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper.border .categories .category .abs-sale h3 {
  font-family: 'HelveticaNeue';
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: left;
  color: #ca463f;
}

.wrapper.border .categories .category .abs-sale div {
  font-family: 'HelveticaNeue';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: 0.6px;
  text-align: left;
  color: #333333;
  margin-top: 10px;
}

.bg-white .search {
  width: 200px;
  /*overflow: hidden;*/
  padding-bottom: 3px;
}

.search .icon {
  position: relative;
  float: right;
}

.search .icon img {
  position: relative;
  z-index: 50;
  width: 28px;
}

.search .icon input {
  width: 150px;
  position: absolute;
  /*background: black;*/
  border-bottom: 1px solid #333;
  padding: 8px 5px;
  left: -160px;
  /*top: -7px; */
  top: -4px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.mobile-header .search .icon input {
	pointer-events: all;
}
.search .icon.open input {
  opacity: 1;
  pointer-events: all;
}



@media screen and (max-width: 1440px) {
  header>div {
    padding: 0 35px;
  }

  header .icon {
    margin: 0;
  }

  .wrapper {
    padding: 0 35px;
  }

  .title-6 {
    font-size: 45px;
    margin-bottom: 25px;
  }

  .contacts-list .contact .street,
  .contacts-list .contact .region {
    font-size: 18px;
  }

  .contacts-list .contact .info .title,
  .contacts-list .contact .info .email {
    font-size: 16px;
  }

  .contacts-list .contact .info .email {
    margin-top: -2px;
  }

  .contacts-list .contact .info .phone {
    font-size: 17px;
  }

  .text-6 {
    font-size: 16px;
  }

  .wrap-3.block-1 {
    margin-bottom: 40px;
  }

  .wrap-3.block-1 .title-3 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .wrap-3.block-1 .col-2 {
    width: 45%;
  }

  .price-list {
    width: 65%;
  }

  .col-1>.block-5 {
    width: 65%;
    max-width: initial;
  }

  .col-1>.block-5 .title-3:first-child {}

  .wrapper.single-serv-last {
    margin-bottom: 50px;
  }

  .wrapper.single-serv-last>div {
    width: 47%;
  }

  .wrapper.block-1 {
    margin: 60px 0;
  }

}

.our-shops .img-wrap {
  overflow: hidden;
}

.our-shops .img-wrap img {
  max-width: initial;
}

.article-wrap {
  width: 100%;
}

#map3 {
  margin1: 0px;
  displa1y: none;
}

@media screen and (max-width: 1280px) {

  .attr-quantity {
    margin-top1: 25px;
  }

  .single-slider>.col-2 {
    width: 40%;
  }

  .flex-types {
    width: 100%;
  }

  .guarantee .text-5 {
    width: 100%;
  }

  .our-shops {
    margin: 40px 0;
  }

  .block-1 .col-2.width-1 {
    width: 47%;
  }

  .our-shops .street,
  .our-shops .phone {
    font-size: 14px;
  }

  .our-shops .img-wrap {
    height: 220px;
  }
  .our-shops .img-wrap img {
    height: 220px;
  }
}



@media screen and (max-width: 1024px) {
  header .wrapper {
    padding: 0;
  }

  .contacts-list .contact .street,
  .contacts-list .contact .region {
    font-size: 16px;
  }

  .contacts-list .contact .info .title,
  .contacts-list .contact .info .email {
    font-size: 15px;
  }

  .contacts-list .contact .info .phone {
    font-size: 17px;
  }

  .contact>.flex.space-between {
    flex-direction: column;
  }

  .contact>.flex.space-between .image {
    width: 100%;
    order: -1;
    margin-top: 10px;
  }

  .contact>.flex.space-between .image img {
    width: 80%;
  }

  .contacts-list .contact .info {
    margin: 15px 0;
    width: 100%;
  }

  .contacts-list .contact {
    margin-bottom: 40px;
  }

  .map {
    margin: 40px 0;
  }

  .wrap-3.block-1 .title-3 {
    font-size: 35px;
  }

  footer {
    padding: 40px 0 80px;
  }

  footer .flex.space-between {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  footer .wrapper>.column {
    width: 25%;
  }

  footer .wrapper .column2,
  footer .wrapper .column3 {
    order: 2;
    width: 40%;
    margin-top: 35px;
  }

  .title-3 {
    font-size: 42px;
    line-height: 1;
  }

  .wrapper-price {
    margin-bottom: 25px;
  }

  .price-list {
    margin-right: 25px;
  }

  .v-outher-2 {
    margin-top: 45px;
  }

  .single-slider .col-2 {
    width: 100%;
  }

  .guarantee {
    width: 70%;
  }

  .single-slider .col-2.block-6 {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .single-slider {
    flex-direction: column;
  }

  .block-6 .text-5 {
    width: 70%;
  }

  .attr-quantity .buy {
    justify-content: flex-start;
  }

  .attr-quantity .column1 {
    margin-right: 25px;
  }

  .buy-now {
    width: 50%;
  }

  #tabs ul,
  #tab_content ul {
    justify-content: flex-start;
  }

  #tabs ul li,
  #tab_content ul li {
    margin-right: 25px;
  }

  .our-shops .flex-wrap {
    flex-wrap: wrap;
  }

  .our-shops .flex-wrap .block {
    width: 47%;
    margin-bottom: 25px;
  }

  .our-shops .street,
  .our-shops .phone {
    font-size: 16px;
  }

  .shares {
    height: 525px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .shares .block {
    width: 50%;
    height: 300px;
  }

  .shares .block3 {
    height: 200px;
    margin-bottom: 25px;
  }

  .wrapper,
  header>div {
    padding: 0 25px;
  }

  .categories .category {
    width: 50%;
    border: solid 1px rgba(0, 0, 0, 0.2);
  }

  .top-wrap .block-2 {
    padding: 25px;
  }

  .wrapper.border .categories .category:last-child {
    width: 100%;
  }

  .wrapper.border .categories .category .abs-sale {
    margin: 60px 0;
  }
}



#tabs>div h3,
#tab_content>div h3 {
  display: none;
}

.hamburger .wrap {
  width: 40px;
  height: 30px;
}

.hamburger {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 23px;
  position: relative;
}

.hamburger-open {
  margin-top: -2px;
}

.line1 {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s;
}

.line1:nth-child(2) {
  top: 10px;
}

.line1:nth-child(3) {
  bottom: 0;
}

.hamburger-open .line1:nth-child(2) {
  opacity: 0;
}

.hamburger-open .line1:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.hamburger-open .line1:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.hidden {
  display: none;
}

.mobile-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-header {
  display: none;
}


@media screen and (max-width: 768px) {
  .title-6 {
    font-size: 40px;
    margin: 15px 0;
  }

  .wrap-3.block-1 {
    flex-wrap: wrap;
  }

  .type-shop {
    display: none;
  }

  .wrap-3.block-1 .col-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .contex .wrapper {
    flex-direction: column;
  }

  .contex .wrapper .block-2 {
    width: 100%;
  }

  .block-2 .info {
    margin-left: 50px;
  }

  .block-2:nth-child(2n) {
    border-left: 1px solid #d8d8d8;
  }

  .width-1 {
    max-width: initial;
  }

  .categories .category {
    width: 50%;
    border: solid 1px rgba(0, 0, 0, 0.2);
  }

  .col-1>.block-5 {
    width: 100%;
  }

  .wrapper-price .v-outher-3 {
    flex-direction: column;
  }

  .price-list {
    width: 100%;
    margin-bottom: 20px;
  }

  .address-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .address-list .address-item {
    width: 50%;
  }

  .wrapper.single-serv-last>div {
    width: 100%;
    margin-bottom: 25px;
  }

  .v-outher-3 {
    margin-bottom: 15px;
  }

  .guarantee,
  .block-6 .text-5 {
    width: 100%;
  }

  .block-1 .col-2.width-1 {
    width: 100%;
    margin-bottom: 35px;
  }

  .wrap-2 .c-col-1 {
    max-width: initial;
    width: 100%;
  }

  .wrap-2 .c-col-1 .filters {
    /*
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: space-between;
  */
  }

  .c-col-1 .filters .filter-1 {
    width: 45%;
    float: left;
  }

  .c-col-1 .filters .filter-2 {
    width: 45%;
    float: right;
  }

  .wrap-2 .c-col-2 {
    width: 100%;
    max-width: initial;
    padding: 0;
  }

  .single-slider .col-2.block-6 {
    display: flex;
    flex-wrap: wrap;
  }

  .single-slider .block-6 .title-6 {
    width: 100%;
  }

  /*.single-slider .block-6 .availability{
          position: absolute;
          right: 0px; 
          top: 15px;
          margin: 0;
      }
      .single-slider .block-6 .article-product{
          position: absolute;
          right: 0px;
          top: 45px;
          margin: 0;
      }*/

  .memory-list .memory-item .ui-checkboxradio-radio-label {
    margin-right: 5px;
  }

  .height-1,
  .height-2 {
    height: auto;
  }

  header>div>div {
    flex-direction: column;
  }

  header .main-menu ul {
    flex-direction: column;
  }

  header .sub-main-menu ul {
    flex-direction: column;
  }

  header .search,
  header .icon,
  header .header-logo {
    display: none;
  }

  header {
    position: absolute;
    width: 100%;
    top: 77px;
    z-index: 50;
    left: -100%;
    transition: 0.25s;
  }

  header .main-menu a,
  header .sub-main-menu a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 0;
  }

  header.open {
    left: 0;
    box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, .13), 0 5px 20px 0 rgba(0, 0, 0, .12);
  }

  header ul {
    width: 100%;
    padding: 0;

  }

  header .main-menu,
  header .sub-main-menu {
    width: 100%;
    text-align: center;
  }

  .mobile-header {
    display: block;
    background: black;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    position: relative;
    z-index: 100;
  }

  header>div {
    padding: 0;
  }

  header .main-menu li {
    border-top: 1px solid white;
  }

  header .sub-main-menu li {
    border-bottom: 1px solid black;
  }

  .mobile-header svg {
    width: 20px;
    height: auto;
  }

  .mobile-header svg path {
    fill: white;
  }
}

@media screen and (max-width: 640px) {

  .wrapper {
    padding: 0 15px;
  }

  .title-6 {
    margin-bottom: 25px;
  }

  .contacts-list .contact {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .contacts-list .contact .street {
    font-size: 15px;
  }

  .contacts-list .contact .region {
    font-size: 20px;
    margin-bottom: 0;
  }

  .contact>.flex.space-between .image img {
    width: 100%;
  }

  .contacts-list .contact .info .phone {
    font-size: 16px;
  }

  .text-6 {
    margin-bottom: 5px;
  }

  .search .icon input {
    display1: none;
  }

  footer .wrapper>.column {
    width: 50%;
  }

  footer .wrapper .column2,
  footer .wrapper .column3 {
    width: 100%;
    margin-bottom: 0;
  }

  footer .wrapper .column3 {
    padding-top: 0;
    margin-top: 0;
  }

  footer .wrapper .logo {
    width: 100%;
    margin-bottom: 25px;
  }

  footer .wrapper .logo .text-1 {
    width: 100%;
  }

  .contex .block-2 {
    padding: 50px 30px;
    margin-bottom: 50px;
  }

  .categories .category {
    width: 100%;
    min-height: 250px;
  }

  footer .image img {
    width: 160px;
  }

  .contex .wrapper .block-2 {
    flex-direction: column;
    padding: 0;
    border: 1px solid #d8d8d8;
    padding: 50px 20px;
    margin: 0;
  }

  .contex .block-2 .info {
    margin: 0;
    margin-top: 25px;
  }

  .contex .top-wrap .image {
    width: 150px;
  }

  .contacts-list .contact .street {
    text-transform: none;
    margin-bottom: 20px;
  }

  .flex-types .type {
    margin: 0px 5px;
  }

  .contacts-list .contact .info .data-list,
  .contacts-list .contact .info .phone {
    text-align: right;
    color: #0baaff;
  }

  .contex .block-4 {
    width: 100%;
    margin: 0;
  }

  .contex .title-6 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .contex .middle .image {
    width: 60%;
  }

  .address-list .address-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .price-list .item {
    flex-direction: column;
    position: relative;
  }

  .price-list .title {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    /* было 85  плюс стоял/**/
    color: #333333;
  }

  .price-list .title:after1 {
    content: '+';
    position: absolute;
    top: 7px;
    right: 15px;
    color: #c5c5c9;
    font-weight: 200;
    font-size: 28px;
  }

  .wrapper-price {
    padding: 0;
  }

  .wrapper-price .v-outher-2 {
    display: none;
  }

  .wrapper-price .v-outher-3 {
    margin-top: 35px;
  }

  .price-list .price {
    color1: #c5c5c9;
    margin-top: 8px;
    font-size: 15px;
    display1: none;
  }

  .wrapper-price .block-5 {
    padding: 15px
  }

  .price-list .item:first-child {
    border-top: solid 1px rgba(216, 216, 216, 0.86667);
  }

  .price-list {
    box-shadow: none;
  }

  .address-list {
    padding: 15px;
  }

  .address-list .address-item .icon {
    margin-right: 15px;
    margin-top: -5px;
  }

  .title-3 {
    font-size: 35px;
  }

  #vertical {
    max-height: initial;
  }

  .contex .title-6 {
    font-size: 20px;
    margin-top: 5px;
  }

  .flex-types .type {
    padding: 10px 5px;
  }

  .wrap-0 .guarantee,
  .block-6 .text-5 {
    margin-top: 25px;
  }

  .guarantee {
    padding: 0 5px;
  }

  .attr-quantity .buy {
    flex-direction: column;
  }

  .attr-quantity .column1 {
    width: 100px;
    margin-bottom: 10px;
  }

  .buy-now {
    width: 100%;
  }

  .our-shops .flex-wrap .block {
    width: 100%;
  }

  #tabs>div p,
  #tabs ul {
    display: none;
  }

  #tabs,
  #tab_content {
    width: 100%;
  }

  #tabs>div p,
  #tab_content>div p {
    padding: 25px 20px;
  }

  #tabs>div h3,
  #tab_content>div h3 {
    display: block;
    font-family: 'HelveticaNeue';
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: left;
    color: #515151;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    color: #333333;
    padding: 15px 20px;
    border-bottom: solid 1px rgba(216, 216, 216, 0.86667);
    cursor: pointer;
    position: relative;
  }

  #tabs>div h3:after,
  #tab_content>div h3:after {
    content: '+';
    position: absolute;
    top: 8px;
    right: 15px;
    color: #c5c5c9;
    font-weight: 200;
    font-size: 28px;
  }

  #tabs>div.open h3,
  #tab_content>div.open h3 {
    border-bottom: none;
  }

  #tabs>div.open h3:after,
  #tab_content>div.open h3:after {
    content: '-';
  }

  #tabs>#tabs-1 h3,
  #tab_content>#tabs-1 h3 {
    border-top: solid 1px rgba(216, 216, 216, 0.86667);
  }

  .single-slider {
    padding: 0;
  }

  /* .single-slider .col-2 {
    padding: 0 20px;
  }

  .single-slider .col-2.block-6 .title-6 {
    padding: 0 20px;
  }

  .block-6 .availability {
    margin-left: 20px;
  }

  .single-slider .col-2.block-6 .col-1 {
    padding: 0 20px;
  } */

  .shares {
    height: auto;
    flex-direction: column;
    padding: 0 20px;
  }

  .shares .block {
    width: 100%;
    margin-bottom: 25px;
  }

  .shares .block2 {
    order: -1
  }

  .shares .block3 button {
    height: 50px;
    font-size: 14px;
  }

  .share.wrapper {
    padding: 0;
  }

  .share.wrapper .title-6 {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 20px;
  }

  .shares .block span,
  .shares .block p {
    font-size: 20px;
  }

  .buy-now {
    flex-direction: column;
    height: auto;
  }

  .buy-now input,
  button.button-black {
    height: 40px;
    width: 100%;
  }

  .wrapper.border .categories .category:last-child>.img-wrap {
    width: 100%;
    background-position: center center;
  }

  .wrapper.border .categories .category .abs-sale {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 80px
  }

  .wrapper.border .categories .category .abs-sale h3,
  .wrapper.border .categories .category .abs-sale div {
    text-align: center;
  }

  .c-col-1 .filters .filter {
    float: none;
    width: 100%;
  }

  .filters .filter.filter-2 .text-3 {
    width: 100%;
  }

  .filters .filter ul li .sub-menu {
    width: 100%;
    left: 0;
    transform: none;
    position: static;
    opacity: 1;
    max-width: initial;
    box-shadow: none;
    display: none;
  }

  .filters .filter ul li:hover .sub-menu,
  .filters .filter ul li .sub-menu.open {
    transform: none;
  }

  .navigation #more {
    margin-left: 0;
  }

  .c-col-2 .navigation {
    flex-direction: column;
  }

  .c-col-2 .navigation>* {
    margin: 10px 0;
  }

  .price-product-list .price-1 {
    font-size: 26px;
  }

  .article-wrap>span {
    margin-right: 20px !important;
  }

  .single-slider .col-2.block-6 .guarantee .title-6 {
    font-size: 15px;
    margin-top: 0;
    padding: 0;
  }

  .buy-now {
    display1: none;
  }

}

/**** ZONGER ****/

/*Style Main*/

.height-2 {
  position: relative;
  z-index: 5;
}

.section-1 {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 64px);
  margin-top: -76px;
  z-index: 1;
}

@media(max-width:640px) {
  .section-1 {
    min-height: calc(100vh - 80px);
    margin-top: 0px;
    z-index: 1;
  }
}

.section-1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
}

header .sub-main-menu.white a {
  color: #fff;
}

@media(max-width:640px) {
  header .sub-main-menu.white a {
    color: #000;
    background-color: #fff;
  }
}

.flex-block {
  position: relative;
  z-index: 10;
  opacity: 0;
  top: -10px;
  max-width: 570px;
  transition-duration: .6s;
  transition-delay: 2s;
}

.flex-block.active {
  top: 0;
  opacity: 1;
}

.v-outher-4 {
  margin-bottom: 80px;
}

.v-outher-5 {
  margin-bottom: 30px;
}

.v-outher-6 {
  margin-bottom: 60px;
}

.v-outher-7 {
  margin-bottom: 15px;
}

.v-outher-8 {
  margin-top: -40px;
}

.v-outher-9 {
  margin-bottom: 10px;
}

.title-8 {
  font-family: HelveticaNeue;
  font-size: 90px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 1.6px;
  text-align: left;
  color: #ffffff;
}

.text-8 {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.btn-1 {
  cursor: pointer;
  width: 232px;
  border-radius: 3px;
  border: 2px solid #0baaff;
  background-color: #0baaff;
  padding: 15px;
  text-align: center;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.4s;
}

.btn-1:hover {
  background-color: transparent;
  border: solid 2px #ffffff;
}

.btn-2 {
  cursor: pointer;
  width: 232px;
  border-radius: 3px;
  border: solid 2px #ffffff;
  padding: 15px;
  text-align: center;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.4s;
}

.btn-2:hover {
  background-color: #0baaff;
  border: solid 2px #0baaff;
}

.btn-3 {
  border-radius: 3px;
  border: solid 1px #10acff;
  width: 100%;
  padding: 10px;
  font-family: HelveticaNeue;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #10acff;
  text-transform: uppercase;
  transition: color .4s, background-color .4s;
}

.btn-3:hover {
  background-color: #10acff;
  color: #fff;
}

.btn-4 {
  border-radius: 3px;
  background-color: #10acff;
  width: 100%;
  padding: 10px;
  font-family: HelveticaNeue;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  transition: color .4s, background-color .4s;
}

.btn-4:hover {
  padding: 9px;
  background-color: transparent;
  color: #3aa4fb;
  border: solid 1px #3aa4fb;
}

.btn-5 {
  cursor: pointer;
  width: 232px;
  border-radius: 3px;
  background-color: #3aa4fb;
  padding: 20px;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  transition: color .4s, background-color .4s;
}

.btn-5:hover {
  padding: 18px;
  background-color: transparent;
  color: #3aa4fb;
  border: solid 2px #3aa4fb;
}

.link-3 {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border-bottom: dotted 1px #fff;
}

.btn-group .btn-1 {
  margin-right: 30px;
}

.full-page {
  width: 100%;
  min-height: 100vh;
}

section {
  overflow: hidden;
}

@media (max-width:1440px) {
  section {
    padding: 0 35px;
  }
}

@media (max-width:960px) {
  .order-mob {
    -ms-flex-order: 2;
    order: 2;
    height: 100%;
    max-height: 600px;
  }

  section .col-2 {
    width: 100%;
  }
}

.section-2 {
  background-color: #e7ced1;
}

.section-3 {
  background-color: #b8cdd3;
}

.section-4 {
  background-color: #dad6b3;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.title-9 {
  font-family: HelveticaNeue;
  font-size: 70px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 1.2px;
  text-align: left;
  color: #ffffff;
}

.title-10 {
  font-family: HelveticaNeue;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
}

.text-9 {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.text-10 {
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
}

.text-10.mini {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.bg-text-1 {
  position: absolute;
  opacity: 0;
  color: #ffffff;
  font: 700 430px HelveticaNeue;
  transition-duration: 0.6s;
  transition-delay: 1s;
}

.bg-text-1.active {
  opacity: 0.1;
}

.bg-text-2 {
  position: absolute;
  transform: translateX(-20%);
  opacity: 0;
  color: #ffffff;
  font: 700 430px HelveticaNeue;
  transition-duration: 0.6s;
  transition-delay: 1s;
}

.bg-text-2.active {
  opacity: 0.1;
}

@media (max-width:960px) {
  .bg-text-2 {
    transform: translateX(-20%) translateY(-100%);
  }
}

.list-product .product-item {
  max-width: 216px;
  padding: 30px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;

}

.products .product {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  max-height1: 347px;
  height1: 375px;
  height: 466px;
  transition: 0.4s;
  overflow1: visible;
  border: 1px solid white;
}

.products .product .rating {
  margin: 19px auto 23px;
  justify-content: center;
}					  
.list-product .product-item .title a {
  color: #333333;
}

.list-product .product-item:hover,
.products .product:hover {
  /*top:-2px;*/
  border-radius: 3px;
  background-color1: #ffffff;
  box-shadow1: 1px 6px 0px 0 rgba(0, 0, 0, .08), 0 5px 20px 0 rgba(0, 0, 0, .05);

}

.products .product:hover {
  position1: absolute;
  1max-height: 375px;
  height1: 375px;
  overflow1: visible;
  z-index: 999999;
  background-color: white;

  border: 1px solid #10acff;

}

.list-product .product-item:hover .toggle-block,
.products .product:hover .toggle-block {
  display: block;
}

.products .product .toggle-block {
  z-index: 99999999999999;
  background-color: white;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: visible;
  margin-left: -5px;
  padding-bottom: 10px;
  width: 229px;
  box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, .08), 0 5px 20px 0 rgba(0, 0, 0, .05);
}

@media (max-width:1300px) {
  .products .product:hover .toggle-block {
    display: none;
  }

  .products .product:hover {
    max-height: auto;
  }
}

.products .product .toggle-block .add2basket_link {
  width: 175px;
  margin: 0px auto 10px;
  display: block;
}

.list-product .product-item .picture {
  padding: 0 10px;
  height: 190px;
}

.list-product .product-item .picture img {
  width: auto;
  max-width: initial;
  max-height: initial;
  height: 170px;
}

.list-product .product-item .title {
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: #333333;
  height: 83px;
  overflow: hidden;
}

.list-product .product-item .price {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #515151;
}

.list-product .product-item .article {
  font-family: HelveticaNeue;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #a3a3a3;
}

.list-product .product-item .toggle-block,
.products .product .toggle-block {
  display: none;
}

@media (max-width:1200px) {
  .list-product .product-item:last-child {
    display: none;
  }
}

@media (max-width:960px) {
  .list-product .product-item {
    max-width: 50%;
    width: 50%;
    padding: 40px 60px;
  }
}

@media (max-width:680px) {
  .list-product .product-item {
    /*max-width: 50%;*/
    padding: 40px;
  }
}

@media (max-width:540px) {
  .list-product .product-item {
    /*max-width: 50%;*/
    padding: 40px 20px;
  }
}

*.black {
  color: #333333;
}

.color-list .color-item {
  /*width: 15px;
    height: 15px;*/
  /*border-radius: 50%;
    margin: 5px;*/
}

.adress-bottom-list .mapping {
  padding: 20px 40px;
  transition: 0.4s;
  position: relative;
}

.adress-bottom-list .mapping_small {
  padding: 15px 15px;
  transition: 0.4s;
  position: relative;
}

.adress-bottom-list .mapping::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  width: 1px;
  height: 70%;
  background-color: #979797;
}

.adress-bottom-list .mapping:last-child::after {
  content: "";
  right: 0;
  top: 15%;
  width: 0px;
  height: 70%;
  background-color: #979797;
}

.adress-bottom-list .mapping:hover::after {
  content: "";
  right: 0;
  top: 15%;
  width: 0px;
  height: 70%;
  background-color: #979797;
}

.adress-bottom-list .mapping:hover {
  background-color: #3a3a3a;
  color: #fff !important;
}

.adress-bottom-list .mapping:hover .text-10,
.adress-bottom-list .mapping:hover .title-10 {
  transition: 0.4s;
  color: #fff;
}

@media (max-width:960px) {
  .adress-bottom-list .col-4 {
    width: 50%;
  }

  .adress-bottom-list .col-5 {
    width: 50%;
  }

  .adress-bottom-list .mapping:nth-child(2)::after {
    width: 0px;
  }
}

@media (max-width:540px) {

  .section-6 .wrapper,
  .section-6 {
    padding-right: 0;
    padding-left: 0;
  }

  .adress-bottom-list .col-4 {
    width: 50%;
  }

  .adress-bottom-list .col-5 {
    width: 50%;
  }
}

@media (max-width:740px) {
  .title-8 {
    font-size: 40px;
  }

  .text-8 {
    text-align: left;
  }

  .title-9 {
    font-size: 36px;
  }
}

@media (max-width:540px) {
  .section-5 {
    padding-right: 0;
    padding-left: 0;
  }

  .btn-1,
  .btn-2,
  .btn-3,
  .btn-4 {
    width: 145px;
  }

  .btn-group .btn-1 {
    margin-right: 20px;
  }

  .adress-bottom-list .mapping {
    padding: 20px;
  }

  .text-10 {
    font-size: 14px;
  }
}

.section-2 img {
  position: absolute;
  transition-timing-function: cubic-bezier(0, .5, 0, 1);
}

.section-2 img.img-1 {
  top: 100%;
  left: 0;
  transition-delay: 1.6s;
  transition-duration: 1s;
}

.section-2 img.img-2 {
  top: 150%;
  right: 0;
  transform: translateY(-50%);
  transition-delay: 1.7s;
  transition-duration: 0.9s;
}

.section-2 img.img-3 {
  bottom: -100%;
  left: 0;
  transition-delay: 1.8s;
  transition-duration: 0.8s;
}

.section-2 img.img-1.active {
  top: -224px;
  left: 0;
}

.section-2 img.img-2.active {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.section-2 img.img-3.active {
  bottom: 0;
  left: 0;
}

.section-3 img {
  position: absolute;
  transition-timing-function: cubic-bezier(0, .5, 0, 1);
}

.section-3 img.img-1 {
  top: 100%;
  left: 0;
  transition-delay: 1.6s;
  transition-duration: 1s;
}

.section-3 img.img-2 {
  top: 150%;
  right: 50%;
  transform: translateY(-50%);
  transition-delay: 1.7s;
  transition-duration: 0.9s;
}

.section-3 img.img-3 {
  bottom: -100%;
  left: 5%;
  transition-delay: 1.8s;
  transition-duration: 0.8s;
}

.section-3 img.img-1.active {
  top: 50px;
  left: 0;
}

.section-3 img.img-2.active {
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
}

.section-3 img.img-3.active {
  bottom: -160px;
  left: 5%;
}

.section-4 img {
  position: absolute;
  transition-timing-function: cubic-bezier(0, .5, 0, 1);
}

.section-4 img.img-1 {
  top: 100%;
  right: 10%;
  transition-delay: 1.6s;
  transition-duration: 1s;
}

.section-4 img.img-2 {
  top: 120%;
  left: 10%;
  transition-delay: 1.7s;
  transition-duration: 0.9s;
}

.section-4 img.img-3 {
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 1.8s;
  transition-duration: 0.8s;
}

.section-4 img.img-4 {
  bottom: -100%;
  right: 0%;
  transition-delay: 1.9s;
  transition-duration: 0.7s;
}

.section-4 img.img-5 {
  bottom: -100%;
  left: 40%;
  transition-delay: 2s;
  transition-duration: 0.6s;
}

.section-4 img.img-1.active {
  top: 50px;
  right: 10%;
}

.section-4 img.img-2.active {
  top: 20%;
  left: 10%;
}

.section-4 img.img-3.active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-4 img.img-4.active {
  bottom: 100px;
  right: 0%;
}

.section-4 img.img-5.active {
  bottom: 50px;
  left: 40%;
}

@media (max-width:960px) {
  .section-2 img {
    position: absolute;
    max-width: 50%;
  }

  .section-2 img.img-1.active {
    position: relative;
    top: 20px;
    left: 0;
  }

  .section-2 img.img-2.active {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .section-2 img.img-3.active {
    bottom: 0;
    left: 0;
  }

  .section-3 img {
    max-width: 50%;
    max-height: 50%;
  }

  .section-3 img.img-1 {
    top: auto;
    bottom: -100%;
  }

  .section-3 img.img-1.active {
    top: auto;
    bottom: 100px;
    left: 0px;
  }

  .section-3 img.img-2.active {
    top: 15%;
    right: 50%;
    transform: translateX(50%);
  }

  .section-3 img.img-3.active {
    bottom: 20px;
    left: auto;
    right: -5%;
  }

  .section-4 img {
    max-width: 50%;
  }

  .section-4 img.img-5 {
    left: 20%;
  }

  .section-4 img.img-5.active {
    left: 20%;
  }
}

@media (max-width:560px) {
  .section-3 img.img-1 {
    max-width: 80px;
  }

  .section-4 img.img-4 {
    max-width: 60px;
  }
}

@media (max-width:360px) {
  .section-4 img.img-4 {
    max-width: 40px;
  }
}

.prp_goupped_big_table {
  max-width: 500px;
  width: 100%;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.prp_goupped_big-title {
  padding: 5px;
  color: #000;
  background-color: #fff;
  font-weight: 400;
}

.prp_goupped_big_table .prop td {
  padding: 5px;
  font-weight: 300;
}

.prp_goupped_big_table .prop td:nth-child(2n) {
  font-weight: 400;
}

.prp_goupped_big_table .prop2 {
  /* background-color: #F4F4F4; */
}

.memory-block, .color-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}

.memory-block .text-4,
.color-block .text-4 {
  min-width: 110px;
  margin-right: 10px;
  color: #000;
}

.memory-list .memory-item>span {
  display: block;
  margin-right: 15px;
  padding: 7px 12px;
  border-radius: 7px;
  border: solid 1px rgba(151, 151, 151, .4);
  font-family: Roboto, HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  transition: 0.2s;
}

.memory-list .memory-item.select>span {
  border-color: #39AAE7;
  color: #39AAE7;
}

.memory-list .memory-item>a {
  display: block;
  margin-right: 15px;
  padding: 7px 12px;
  border-radius: 7px;
  border: solid 1px #939393;
  font-family: Roboto, HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: 0.2s;
}

.color-item>a {
  display: block;
  position: relative;
  width: 35px;
  overflow: hidden;
  height: 35px;
  margin-right: 10px;
  padding: 0px;
  border-radius: 7px;
}

.color-item>div {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 0px;
  border-radius: 50%;
}

.color-list .vib_black {
  background: #323232;
  float: left;
  width: 35px;
  height: 35px;
}

.color-list .vib_coral {
  background: #fe5538;
  float: left;
  width: 35px;
  height: 35px;
}

.color-list .vib_jet_black {
  background: black;
  float: left;
  width: 35px;
  height: 35px;
}

.color-list .vib_white {
  background: white;
  float: left;
  width: 35px;
  height: 35px;
  border: 0.5px solid #000;
  border-radius: 7px;
}

.color-list .vib_gray {
  background: url("../../../upload/image/gray.png");
  float: left;
  width: 35px;
  height: 35px;background-size: cover;
}

.color-list .vib_silver {
  background: url("../../../upload/image/silver.png");
  float: left;
  width: 35px;
  height: 35px;background-size: cover;
}

.color-list .vib_gold {
  background: url("../../../upload/image/gold.png");
  float: left;
  width: 35px;
  height: 35px;background-size: cover;
}

.color-list .vib_rose_gold {
  background: url("../../../upload/image/rose_gold.png");
  float: left;
  width: 35px;
  height: 35px;background-size: cover;
}

.color-list .vib_yellow {
  background: #feef6e;
  float: left;
  width: 35px;
  height: 35px;
}

.color-list .vib_red {
  background: red;
  float: left;
  width: 35px;
  height: 35px;
}

.color-list .vib_green {
  background: #97e164;
  float: left;
  width: 35px;
  height: 35px;
}

.color-list .vib_pink {
  background: #ff716e;
  float: left;
  width: 35px;
  height: 35px;
}

.color-list .vib_lblue {
  background: #44b5ef;
  float: left;
  width: 35px;
  height: 35px;
}

.color-list .vib_blue {
  background: #3d7493;
  float: left;
  width: 35px;
  height: 35px;
}

.none2 {
  display: none;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

/*
  .popup {
      background-color: #fff;
      border: 3px solid #fff;
      display: inline-block;
      left: 50%;
      opacity: 0;
      padding: 15px;
      width: 370px;
      height: auto; 
      position: fixed;
      text-align: justify;
      top: 40%;
      visibility: hidden;
      z-index: 999999;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity .5s, top .5s;
      -moz-transition: opacity .5s, top .5s;
      -ms-transition: opacity .5s, top .5s;
      -o-transition: opacity .5s, top .5s;
      transition: opacity .5s, top .5s;
      border-radius: 11px;
      
      font-family: "HelveticaNeue";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #506177;
  } 
  .popup button.button-blue {height:40px;    margin-top: 20px;
      margin-left: 65px;}
  .popup button.button-blue:hover{background-color:#18314f;}	
  .popup input {    text-align: center;
      border: 1px solid #d1d1d1;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;}
  .popup #b_phone {height: 26px;
      width: 223px;}
  .popup .buy_tovar{ margin-bottom: 15px;}
  .popup .buy_phone{    height: 40px;}/**/
/*
  .close{
      position: absolute;
      top: -5px;
      right: -5px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      border: 4px solid #0baaff;
      border-radius: 50%;
  }
  
  .close:before,
  .close:after {
  content: "";
      position: absolute;
      top: 9px;
      left: 4px;
      width: 15px;
      height: 4px;
      background: #0baaff;
  }
  
  .close:before {
      webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  .close:after {
      webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }/**/
.recall-text {
  height: 40px;
}

.fancybox-wrap {
  width1: 520px !important;
  height1: 314px !important;
}

.recall-field {
  width: 500px;
}

.recall-text .lalb {
  width: 188px;
  float: left;
  display: inline-block;
}

#fancy_buy1click input[type="text"],
.fancy_buy_form input[type="text"] {
  text-align: left;
  border: 1px solid #d1d1d1;
  height: 27px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 4px;
  padding-left: 5px;
  border-bottom-left-radius: 4px;
  width: 280px;
}

.cat_nal {
  display: inline-block;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #0baaff;

}

.cat_art {
  display: inline-block;
  font-family: HelveticaNeue;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: left;
  color: #3a3a3a;
  margin-right: 10px;
}

.color-list img {
  width: 35px;
  height: 35px;
}

.product .image img {
  max-height: 200px;
  height: 170px;
}

@media(max-width:640px) {
  .product .image img {
    height: auto;
  }
}

.csle-sec-name {
  margin-bottom: 25px;
}

.search-page input {
  width: 276px;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px rgba(143, 143, 143, 0.2);
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #515151;
}

.search-page input[type="submit"] {
  width: 100px;
  text-align: center;
}

.cart {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #fff;
}

.cart a {
  position: relative;
  display: block;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  color: #fff;
}

.cart img {
  width: 30px;
  transition: opacity 0.3s ease;
}

.cart a .cart-hover {
  opacity: 0;
}

.cart a:hover .cart-hover {
  opacity: 1;
}

.cart .cart-hover {
  position: absolute;
  top: 0;
  left: 0;
}

.sale_basket_basket,
table.profile-table {
  disaply: table;
  width: 100%;
  font-family: HelveticaNeue;
  border-collapse: collapse;
  font-size: 12px;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.sale_basket_basket th,
table.profile-table th {
  background-color: #E2E2E2;
  padding: 7px 16px 6px;
  text-align: left;
  font-size: 14px;
  border: 1px solid #C6C6C6;
  border-bottom: none;
}

.none1 {
  display: none;
}

.sale_basket_basket td,
table.profile-table td {
  padding: 10px 15px;
  vertical-align: top;
  font-size: 14px;
}

.sale_basket_basket td {
  text-align: left;
}

td.centeral {
  text-align: center;
}

.sale_basket_basket a {
  color: #3a3a3a;
}

.textinpsmall {
  text-align: center;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#basketOrderButton2 {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 40px;
  background: #0baaff;
  color: white;
  font-size: 18px;
  padding-top: 6px;
  border-radius: 13px;
}

.refresher_delay_delete,
.bx-auth-profile .refresher_delay_delete {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  width: 200px;
  height: 40px;
  background: #dcddde;
  color: black;
  border-radius: 4px;
}

.bx-auth-profile .refresher_delay_delete,
.butt_saveee {
  margin-top: 10px;
}

.butt_saveee {
  display: inline-block;
  text-align: center;
  float: right;
  width: 200px;
  height: 40px;
  background: #0baaff;
  color: white;
  border-radius: 4px;
}

.sale_order_full_table_no_border textarea {
  text-align: center;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sale_order_full tr td:last-child {
  border-right: 1px solid #C6C6C6;
}

.sale_order_full_table_no_border input,
.sale_order_full_table_no_border textarea {
  text-align: left;
  width: 300px;
}

.sale_order_full_table_no_border .tr,
.sale_order_full .tr {
  display: table-row;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  font-family: Arial;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  /*background: #f9f9f9;*/
  background: #FFFFFF;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}

#fancybox-loading,
.fancybox-close {
  background: url('fancy_close.png') 0 0 no-repeat;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 12px;
  right: -12px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

.header-logo {
  width: 99px;
}

h2 {
  font-family: HelveticaNeue;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: left;
  color: #3a3a3a;
}

.width-1__ h2 {
  margin: 10px 0px;
}

h2,
h3 {
  margin: 10px 0px;
}

h3 {
  font-family: HelveticaNeue;
  font-size: 23px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: left;
  color: #3a3a3a;
}

.navigation-arrows,
.navigation-pages,
#navigation_2_previous_page,
#navigation_2_next_page,
.next_arrow,
.prev_arrow {
  display: none;
}

.service h2 {
  font-family: HelveticaNeue;
  font-size: 30px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.9px;
  text-align: left;
  color: #3a3a3a;
}

.back-black, .back-black1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 190;
  transition: all 0.25s linear 0s;
  opacity: 0;
  pointer-events: none;
}

.popup {
  width: 70%;
  height: 80vh;
  position: fixed;
  left: 15%;
  top: 10vh;
  z-index: 200;
  border-radius: 5px;
  transition: all 0.25s linear 0.1s;
  opacity: 0;
  pointer-events: none;
}

.popup iframe {
  display: none;
}

.back-black.open,
.back-black1.open,
.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup.open iframe {
  display: block;
}

.popup #map {
  width: 100%;
  height: 100%;
}

.address-list .address-item a {
  color: #0baaff;
  font-weight: 600;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
}

.service-list figcaption {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4a4a4a;
}

.service-list figure img {
  height: 120px;
}

.text-10 a {
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
}

.adress-bottom-list .mapping:hover .text-10 a,
.adress-bottom-list .mapping:hover .title-10 a {
  transition: 0.4s;
  color: #fff;
}

.grafic_s .text-6 {
  font-size: 14px;
  line-height: 2.5em;
}

.grafic_s {
  margin-bottom: 10px;
}

.popup_img img {
  display: block1;
  width: 24%;
  margin-right: 1%;
}

.popup_img .images_mix:last-child {
  margin-right: 0px;
}

.img_m_shop {
  transition: all 0.15s linear 0s;
  display: block;
  position: relative;
}

.img_m_shop:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(174, 190, 196, 0.83);
  transition: all 0.15s linear 0s;
  opacity: 0;
}

.img_m_shop:after {
  content: '';
  width: 24px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -16px;
  background: url('../img/white-icon.png');
  transition: all 0.15s linear 0s;
  opacity: 0;
}

.img_m_shop:hover:after,
.img_m_shop:hover:before {
  opacity: 1;
}

.fancybox-skin {
  padding1: 0px !important;
}

.fancybox-inner {
  padding: 16px;
}

.personal-page-nav a {
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.9px;
  text-align: left;
  color: #0baaff;
}

font.errortext {
  display: block !important;
  text-align: center !important;
  color: black !important;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 100px;
}

font.errortext span {
  font-weight: normal;
  margin-top: 40px;
  display: block;
  color: gray;
}

.system_404_cat h3 {
  text-align: center;
  margin-bottom: 40px;
}

.system_404_cat .sub-main-menu a {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #333333;
}

.system_404_cat .sub-main-menu {
  width: 90%;
  margin: 0 auto;
}

.system_404_cat .sub-main-menu li {
  width: 25%;
  float: left;
  margin-bottom: 15px;
}

a.filter_li {
  display: inline !important;
  padding: 0px !important;
}

.mobile-icon .search .icon.open input {
  opacity: 1;
  pointer-events: all;
  margin-left: -120px;
  widtH: 267px;
  border-radius: 3px;
  line-height: 29px;
  margin-top: -5px;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
  display: block;
  margin: 0px 15px 15px 0px;
}

.p-blog__left {
  float: left;
  margin-right: 20px;
}

.p-blog__item {
  float: none;
  clear: both;
}

.p-blog a {
  color: #0baaff;
}

.columns-blog {
  width: 800px;
  marginq: 0 auto;
}

@media (max-width:1040px) {
  .columns-blog {
    width: 100%;
    margin: 0 auto;
  }
}

aside {
  width: 300px;
  float: left;
}

.columns-blog .breadcrumbs {
  margin-bottom: 14px;
}

.filters .filter ul li label a {
  display: inline;
  border-bottom: none;
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #515151;
  padding: 0px;
}

.onli_param.blok.link_fv span {
  display: inline;
  border-bottom: none;
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #515151;
  padding: 0px;
}

.infotop {
  color: white;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #fff;
}

.p-blog__img img {
  max-width: 300px;
  height: auto;
}

.oplata {
  max-width: 500px;
  padding: 10px;
  border: 1px solid green;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0px 20px;
}

.rassr_img a {
  display: inline-block;
  float: left;
  width: 147px;
}

.rassr_img {
  width: 100%;
  margin-top: 0px;
}

.rassr_online {
  color: Green;
  font-weight: bold;
}

.rassr_online:hover {
  cursor: pointer;
}

.dost_150 {
  background-color: #2e5ca3;
  padding: 5px 0px;
  text-align: center;
}

/* faq */
.faq {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .faq {
    margin-top: 30px;
  }
}

.faq__block {
  margin-bottom: 15px;
}

.faq__block label {
  display: block;
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.67px;
  line-height: 32px;
  padding: 21px 52px 22px 20px;
  cursor: pointer;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 500px) {
  .faq__block label {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.faq__block label:hover,
.faq__block input:checked+label,
.faq__block input:checked+label:hover {
  color: #6246E3;
}

.faq__block input+label::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 12px;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  right: 32px;
}

.faq__block input:checked+label,
.faq__block input:checked+label:hover {
  border-radius: 8px 8px 0 0;
}

.faq__block input {
  display: none;
}

.faq__item {
  display: none;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  padding: 20px 30px;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.faq__item p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .faq__item {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.faq__block input:checked~.faq__item {
  display: block;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}



.my-phone__button {
  position: fixed;
  bottom: 90px;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0baaff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9997;
}

.my-phone__popup {
  position1: fixed;
  top1: 50%;
  left1: 50%;
  padding: 0px;
  -webkit-transform1: translate(-50%, -50%);
  transform1: translate(-50%, -50%);
  display1: inline-block;
  background-color: #fff;
  border-radius1: 8px;
  z-index1: 9999;
  opacity1: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 290px;
  height1: 318px;
}

.my-phone .fancybox-skin {
  padding: 10px !important;
}

.my-phone__icon {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 5px;
  background: no-repeat url('../img/phones.png');
}

.dropdown-content {
  color: gray;
}

.dropdown-content a {
  color: #0baaff;
}

.bingc-phone-button {
  display: none !important;
}

.tov_block {
  display: flex;
}

.tab_wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.cart_block {
  max-width: 770px;
  display: flex;
  justify-content: space-between;
}

.return_back {
  text-align: right;
  margin-top: 62px;
}

.return_back a {
  color: gray;
}

.basket_button {
  display1: flex;
  text-align: center;
  margin-bottom: 20px;
}

.refresher_delay_delete {
  width: 100px;
}

.type_oplata_basket {
  width: 100%;
  height: 34px;
}

.payment_cart_notif {
  display: none;
  max-width: 532px;
  color: #9a9a9b;
}

.td_tovar_name {
  min-width: 435px;
  width: 435px;
}

.type_oplata_basket,
.type_oplata_basket option {
  color: #3a3a3a;
}

.type_oplata_basket {
  border: 1px solid rgb(198, 198, 198);
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td,
.th {
  display: table-cell;
}

.price_add_5 {
  display: none;
}

.w_75 {
  width: 75px;
}

.td_sum {
  min-width: 100px;
}

@media screen and (max-width: 770px) {
  .td_tovar_name {
    min-width: auto;
    width: auto;
  }

  .sale_order_full_table_no_border input,
  .sale_order_full_table_no_border textarea {
    text-align: left;
    width: 100%;
  }

  .td_cell_price {
    min-width: 80px;
  }

  .td_cel_del {
    min-width: 30px;
    padding: 10px 0px;
  }

  .sale_basket_basket .td {
    padding: 15px 5px;
  }
}

@media screen and (max-width: 500px) {
  header .main-menu {
    margin-top: 0;
  }

  .cart_desc {
    display: none;
  }

  .cart_mob {
    display: block;
  }

  .flex-types {
    width: 100%;
    margin-left: -15px;
  }

  .return_back {
    text-align: right;
    margin-top: 8px;
  }

}

.tr__ORDER_PROP_21 {
  display: none;
}

.button-blue-credit {
  display: block;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  background: white;
  color: #39AAE7;
  border: 2px solid #39AAE7;  
  border-radius: 13px;
  transition: all 0.3s ease;
}

.button-blue-credit:hover {
  color: #fff;
  background: #39AAE7;
}

.button-blue-credit:active, .button-blue-credit:focus {
  color: #fff;
  background: #127AB1;
  border-color: #127AB1;
  box-shadow: inset 0px 4px 5px #0C4C6D;
}

.buy-now {
  position: relative;
}

.buy-now-popover {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  margin-top: 24px;
  padding: 10px 25px 25px;
  width: 320px;
  min-height: 250px;
  background: #FFFFFF;
  border: 0.7px solid #39AAE7;
  border-radius: 10px;
  box-sizing: border-box;

}

.buy-now-popover button {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  padding: 15px 0;
  border-bottom: 1px solid #39AAE7;
}

.buy-now-popover button:hover {
  color: #39AAE7;
}

.buy-now-popover button img {
  width: 50px;
  margin-right: 15px;
}
.pay_butt_con {
  background-color: #0050c6;
  color: white;
  display: block;
  float: left;
  font-size: 16px;
  border-radius: 3px;
  padding: 16px 42px;
  margin-top: 16px;
  margin-left: 32px;
}

.show_buy_mob1 {
  display: none;
  text-align: center;
}

.product-desc {
  width: 100%;
  padding: 24px 20px 9px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.product-desc p {
  padding-bottom: 15px;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.product-info {
  max-width: 250px;
  font-family: HelveticaNeue;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.product-info-item {
  margin-bottom: 5px;
  padding: 20px 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.product-info-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 25px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

.product-info-title img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.product-info-item b {
  display: block;
  padding-left: 25px;
  padding-bottom: 14px;
}

.product-info-item ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 13px;
}

.product-info-item ul li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 18px;
  color: #39AAE7;
}

.text-blue {
  color: #39AAE7;
}

.product-together {
  width: calc(100% + 80px);
  margin-top: 15px;
  margin-left: -40px;
  padding: 30px 70px;
  background: #FFFFFF;
  border: 1px solid #39AAE7;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 13px;
}

.product-together .lSSlideOuter {
  margin: 0 -30px;
}

.product-together .lSSlideWrapper li {
  padding: 0 30px 10px;
}

.product-together .lSPrev {
  left: 0;
}

.product-together .lSNext {
  right: 0;
}

#product-together-slider > li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-together-title {
  padding-bottom: 15px;
  font-family: HelveticaNeue;
  font-size: 20px;
  color: #000000;
}

.product-together-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-height: 170px;
}

.product-together-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 160px;
  padding: 20px 10px;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.product-together .price-old {
  display: block;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
}

.product-together .price-new {
  display: block;
  font-family: HelveticaNeue;
  font-weight: 500;
  font-size: 16px;
  color: #E82424;
}

.product-together-item .img-wrap {
  max-width: 170px;
  height: 170px; 
  width: 100%;
}

.product-together-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.product-together-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 10px;
  font-family: HelveticaNeue;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border: 0.7px solid #39AAE7;
  border-radius: 13px;				  
  box-sizing: border-box;
  text-align: center;
}

.product-together-offer .saving span {
  white-space: nowrap;
}

.product-together-offer .price-old {
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}

.product-together-offer .price-new {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

.product-together-offer button {
  margin-top: 25px;
  margin-right: 0;
  padding: 0px 13px;
}

.product-together .img-middle {
  width: 40px;
  padding: 0 10px;
}

.reviews-title {
  padding-bottom: 15px;
  font-family: HelveticaNeue;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.reviews-container {
  margin: 20px 0 30px;
}

.reviews-item {
  padding: 17px 25px 25px;
  margin-bottom: 13px;
  font-family: HelveticaNeue;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;				 
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.reviews-user {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.reviews-user>div {
  display: flex;
  align-items: center;
}

.reviews-user .rating {
  padding-left: 60px;
}

.reviews-date {
  font-family: HelveticaNeue;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.reviews-text {
  font-weight: 300;
}

.reviews-answer {
  padding-left: 50px;
}

.reviews-answer-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.reviews-answer .reviews-item {
  padding: 25px;
}

.btn-toggle {
  margin-left: 10px;
  padding: 6px 15px; 
  border-radius: 13px;
  background: #39AAE7;
  color: #fff;
  border: 0;
  transition: background .15s ease;
}

.btn-toggle:hover {
  background: #127AB1;
}
.review-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.review-form .mc-field {
  margin-bottom: 8px;
  padding: 12px;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 5px;				 
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.review-form .mc-field.mc-field-error {
  color: #E82424;
  border: 0.5px solid #E82424;
}

.review-form .mc-field.mc-field-correct {
  color: #2EB13B;
  border: 0.5px solid #2EB13B;
}

.review-form textarea.mc-field {
  max-width: 400px;
  width: 100%;
}

.review-form input.mc-field {
  max-width: 230px;
  width: 100%;
}

.review-form form button {
  width: auto;
  padding: 0 23px;
}

.review-form .mc-field::placeholder {
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.review-file {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0 25px;
}

.review-file label {
  margin-bottom: 15px;
}

.review-file input {
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
  cursor: pointer !important;
}

.review-file input * {
  cursor: pointer !important;
}

.review-file span {
  position: relative;
  font-family: HelveticaNeue;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.review-file span::after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: -22px;
  width: 18px;
  height: 18px;
  background: url('../img/icons/clip.svg') no-repeat;
  background-size: contain;
}

.review-form label {
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}

.review-form .rating {
  position: relative;
  border: none;
  display: inline;
  padding-bottom: 25px;
}

.review-form .rating label:before,.review-form .rating label {
  width: 65px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.review-form .rating input {
  display: none
}

.review-form .rating div {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.review-form .rating span {
  display: block;
  width: 65px;
  padding-top: 4px;
  text-align: center;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  white-space: nowrap;
}

.review-form .rating label:before {
  background-image: url('../img/icons/star-fill.svg');
  display: inline-block
}

.review-form .rating label {
  float: right;
  margin-bottom: 0;
  background-image: url('../img/icons/star.svg');
}

.review-form .rating input:checked ~ label,.review-form .rating:not(:checked) label:hover,.review-form .rating:not(:checked) label:hover ~ label,.review-form .rating input:checked + label:hover,/* hover current star when changing rating */
.review-form .rating input:checked ~ label:hover,.review-form .rating label:hover ~ input:checked ~ label,/* lighten current selection */
.review-form .rating input:checked ~ label:hover ~ label {
  background-image: url('../img/icons/star-fill.svg');
}

.floating-product {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.floating-inner {
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.floating-inner .product-title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0;
}

.floating-inner>div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.floating-inner button {
  padding: 0 50px;
  height: 45px;
}

.floating-price {
  margin-right: 30px;
}

.floating-price .price-old {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  font-family: HelveticaNeue;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  text-decoration: line-through;
  color: #8f8f8f;
  white-space: nowrap;
}

.floating-price .price-new {
  display: inline-block;
  font-family: HelveticaNeue;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  white-space: nowrap;
}

.cart {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -5px;
  left: 100%;
  padding: 1px 5px;
  font-family: HelveticaNeue;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #39AAE7;
  background: #fff;
  border-radius: 10px;
}

.cart-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  width: 450px;
  max-height: 430px;
  background: #FFFFFF;
  color: #000;
  font-family: HelveticaNeue;
  font-size: 14px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.cart-popup .cart-title {
  font-size: 16px;
  padding: 20px 30px;
}

.cart-popup .cart-list {
  padding: 0 30px;
  max-height: 250px;
  overflow-y: auto;
}

.cart-popup .cart-list::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #fafafa;
}

.cart-popup .cart-list::-webkit-scrollbar
{
	width: 6px;
	background-color: #fafafa;
}

.cart-popup .cart-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #dcdcdc;
}

.cart-popup .cart-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cart-popup .cart-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}

.cart-popup .cart-item-name {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
}

.cart-popup .cart-item-name a {
  color: #000;
  font-weight: 300;
}

.cart-popup .cart-item-price {
  white-space: nowrap;
}

.cart-popup .cart-item-remove button {
  margin-left: 15px;
  height: 17px;
  width: 17px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  background: #dcdcdc;
}

.cart-popup .cart-item-remove img {
  width: 7px;
  height: 8px;
  max-width: unset;
}

.cart-popup .cart-action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 0.7px solid #39AAE7;
  padding: 20px 30px;
}

.cart-popup .cart-action .cart-btn {
  padding: 15px 30px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  background: #39AAE7;
  border-radius: 13px;
}

.cart-popup .cart-summary {
  font-weight: 300;
}

.cart-popup .cart-summary .cart-sum {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.mobile-product {
  display: none;
}

@media screen and (max-width: 500px) {
  .show_buy_mob1 {
    display: block;
  }

  .products .product {
    height: auto;
  }

  #tabs ul,
  .tab_wrapper .tabs {
    width: 100%;
  }
}

.btn-7 {
  border-radius: 3px;
  border: solid 1px #10acff;
  width1: 100%;
  padding: 10px 14px;
  font-family: HelveticaNeue;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #10acff;
  text-transform: uppercase;
  transition: color .4s, background-color .4s;
}

.btn-7:hover {
  color: white;
  background-color: #10acff;
}


.product:hover .show_buy_mob {
  display: block;
}

.tab_item.text-5 p {
  font-size: 14px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #bebec3;
}

.price__1 {
  display: block;
}

.price__2 {
  display: block;
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 14px;
}

.add2basket_link.btn-7 {
  width: 90%;
}

.attr-quantity-skidka {
  border: 1px solid #2EB13B;
  padding: 15px 20px;
  border-radius: 10px;
}

.attr-quantity-skidka span {
  color: #2EB13B;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.top_sale_element {
  display: block;
  padding: 7px 15px;
  background-color: #ec4545;
  width: 120px;
  color: white;
  border-radius: 5px;
  font-family: HelveticaNeue;
}

.top_sale_cat {
  display: block;
  position: absolute;
  padding: 3px 5px;
  background-color: #ec4545;
  width: 95px;
  color: white;
  border-radius: 5px;
  font-size: 15px;
  font-family: HelveticaNeue;
  margin-top: -5px;
  margin-left: 15px;

  left: 0px;
}

.black_friday {
  color: white;
  background-color: black;
  text-align: center;
}

.sale_basket_basket {
  width: 100%;
  display: table;
  max-width: 770px;
  width: 770px;
  border-collapse: collapse;
  font-size: 12px;
  border: 1px solid #C6C6C6;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -khtml-border-radius: 13px;
  margin-bottom: 30px;
}

.sale_basket_basket .th {
  background-color: #E2E2E2;
  padding: 7px 16px 6px;
  text-align: left;
  font-size: 14px;
  border: 1px solid #C6C6C6;
  border-bottom: none;
}

.sale_basket_basket .td {
  padding: 10px 15px;
  vertical-align: top;
}

.td_cell_price {
  min-width: 92px;
}


.sale_basket_basket {
  width: 100%;
  display: block;
  max-width: auto;
  width: auto;
}

.td_pic {
  min-width: 110px;
}

.tr {
  display: flex;
}

.tr_head {
  display: none;
}

@media screen and (max-width: 770px) {
  .sale_basket_basket .td {
    padding: 10px 5px;
  }

  .td_pic {
    min-width: 60px !important;
    padding: 10px 5px !important;
  }

  .td_cel_del {
    min-width: 30px;
    padding: 10px 0px !important;
  }

}

.sale_order_full,
.sale_order_full_table {
  width: 100%;
  
  font-size: 12px;
  border: 1px solid #C6C6C6;
  
    border-collapse: unset;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -khtml-border-radius: 13px;
	
}

.sale_order_full .th,
.sale_order_full_table .th {
  background-color: #E2E2E2;
  padding: 7px 16px 6px;
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
}

.sale_order_full .td,
.sale_order_full_table .td {
  padding: 10px 15px;
  vertical-align: top;
  min-width: 137px;
}

.sof-req {
  color: red;
}

.sof-ok {
  color: green;
  font-weight: bold;
}

.two_column {
  -moz-column-count: 2;
  /* Для Firefox */
  -webkit-column-count: 2;
  /* Для Safari и Chrome */
  column-count: 2;
}

@media screen and (max-width: 768px) {
  .two_column {
    -moz-column-count: 1;
    /* Для Firefox */
    -webkit-column-count: 1;
    /* Для Safari и Chrome */
    column-count: 1;
  }

}

.basket_delete_product {
  cursor: pointer;
}

.code_lang,
.code_lang a,
.code_lang span {
  color: white;
  font-family: HelveticaNeue;
  font-size: 14px;
}

.code_lang span {
  color: grey;
}

.toTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.toTop.show {
  display: flex;
}

.toTop img {
  transform: rotate(90deg);
  width: 25px;
}

.single-slider > .col-2 {
  width: 46%;
}

.single-slider > .col-4 {
  width: 20%;
}

.single-slider .slider {
  height: 608px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.product-together {
  height: 302px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.product-slider {
  height: 387px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.slider.loading, .product-together.loading, .product-slider.loading {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.vertical-tabs.loading .tab_content {
  max-height: 170px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  
  .floating-inner {
    padding: 15px 35px;
  }
}

@media (max-width: 1400px) {

  .product-together {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  header .main-menu {
    width: 70%;
    min-width: 533px;
  }
  header .main-menu a {
    padding: 0 5px;
  }
  header .sub-main-menu {
    width: 90%;
    min-width: 662px;
  }
  header .sub-main-menu a {
    padding: 0 5px;
  }
}

@media (max-width: 1200px) {
  .block-6 {
    padding: 0 15px;
  }
  .block-6 .article-wrap {
    flex-wrap: wrap;
  }
  .block-6 .rating {
    margin: 0;
  }
  .product-together {
    padding: 30px 50px;
  }
  .product-together .lSSlideWrapper li {
    padding: 0 0 10px;
  }
  .product-together-item .img-wrap {
    max-width: 130px;
    height: 130px;
  }
  .product-together-item .img-wrap {
    align-self: center;
  }
  .single-slider > .col-3 {
    width: 30%;
  }
  .single-slider > .col-4 {
    width: 24%;
  }
}

@media (max-width: 1024px) {
  .single-slider .col-3 {
    width: 100%;
  }
  .single-slider .slider {
    max-width: 500px;
    margin: 0 auto;
    min-height: 480px;
  }
  .attr-quantity {
    margin-bottom: 0;
  }
  .single-slider .product-info {
    max-width: unset;
    width: 100%;
    margin-top: 25px;
  } 
  .product-together {
    margin-top: 30px
  }
  .mobile-product {
    display: block;
  }
  .mobile-product .article-wrap {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .mobile-product .rating {
    margin-top: 0;
  }
  .product-title {
    font-size: 20px;
    line-height: 26px;
  }
  .slider .lSSlideOuter .lSPager.lSGallery li {
    height: 70px;
  }
  .block-6 .product-title, .block-6 .article-wrap {
    display: none;
  } 
  .price-product-item {
    justify-content: center;
  }
  .attr-quantity, .buy-now {
    width: 50% !important;
  }
  .floating-inner .product-title {
    display: none;
  }
  .floating-inner {
    justify-content: center;
  }
  footer .wrapper>.column {
    width: 50%;
  }
}

@media (max-width: 980px) {
  #product-together-slider > li {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .product-together {
    padding: 25px 12px;
  }
  .product-together-offer {
    width: 100%;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
  }
  .product-together-offer>div:first-child {
    display: flex;
    flex-direction: row;
  }
  .product-together-offer .price-old {
    margin-right: 12px;
  }
  .product-together-offer button {
    max-width: 300px;
  }
  .product-together .lSSlideOuter {
    padding: 0;
    margin: 0 -12px;
  }
  .product-together .img-middle:last-of-type {
    display: none;
  }
  .product-together-item {
    flex-direction: column;
    width: 40%;
    max-width: 250px;
    max-height: unset;
  }
  .product-together-desc > div:first-child {
    min-height: 52px;
  }
  .product-together-item .img-wrap {
    max-width: 200px;
    height: 170px;
  }
  .product-together-desc {
    max-width: unset;
  }
  .slider {
    height: 615px;
  }
  .product-together {
    height: 590px;
  }
}

@media (max-width: 768px) {
  header .middle {
    background: #fff;
    align-items: flex-start !important;
  }
  header .main-menu {
    padding: 10px 20px;
  }
  header .main-menu a {
    color: #000;
    text-align: left;
    padding: 10px 0;
  }
  header .sub-main-menu a {
    position: relative;
    padding: 15px 20px;
    text-align: left;
  }
  header .sub-main-menu a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 17px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
  .cart_desc {
    display: none;
  }
  .code_lang, .code_lang a {
    color: #000;
    text-align: left;
  }
  .code_lang a, .code_lang span {
    margin-right: 10px;
  }
  .code_lang {
    padding: 0 20px;
  }

  header .sub-main-menu li:first-child {
    margin-top: 20px;
    border-top: 1px solid #000;
  }
  .search {
    width: 100%;
    padding: 0 25px;
  }
  .search .icon {
    float: unset;
  }
  .search .icon input {
    position: unset;
    top: 0;
    width: 100%;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 5px;
    opacity: 1;
  }
  .search .icon img {
    position: absolute;
    right: 15px;
    top: 0;
    width: 20px;
  }
  .breadcrumbs {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0 20px 15px !important;
    margin: 20px -15px !important;
    border-bottom: 1px solid #939393;
  } 
  .breadcrumbs .current {
    padding-right: 15px;
  }
  .single-slider {
    padding: 0 20px;
  }
  .recomend-wrap, .viewed-wrap {
    margin: 30px 0;
  }
  .ui-tabs-vertical {
    flex-direction: column;
    margin: 0;
  }
  .ui-tabs-vertical .tabs {
    max-width: unset;
	width: 100%;			
    flex-direction: row;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow-x: auto;
  }
  .ui-tabs-vertical .tabs .tab {
    margin-bottom: 0;
  }
  .ui-tabs-vertical .tab_content {
    padding: 0 15px;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  #tabs ul li a, .tab_wrapper .tabs .tab span {
    width: auto;
  }
  .reviews-title {
    padding-bottom: 0;
  }
  .reviews-user .rating {
    padding-left: 20px;
  }
}

@media (max-width: 640px) {
  .attr-quantity, .buy-now {
    width: 100% !important;
  }
  .buy-now {
    padding: 15px 0;
    margin: 0;
  }
  .button-blue-credit {
    height: 50px;
  }				
  .buy-now-popover {
    width: 100%;
    min-height: 250px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .floating-inner {
    padding: 15px;
  }
  .floating-inner button {
    padding: 0 30px;
  }
  .floating-inner>div {
    width: 100%;
    justify-content: space-between;
  }
  .floating-price {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
  }
  .floating-price .price-new {
    font-size: 24px;
  }
  .floating-price .price-old {
    font-size: 16px;
  }
  .price-product-list {
    margin-bottom: 10px;
  }
  .button-blue-credit {
    height: 50px;
  }
  .guarantee {
    margin-top: 0;
  }
  .memory-block .text-4, .color-block .text-4 {
    margin: 10px 0;
  }
  .memory-block, .color-block {
    margin-bottom: 10px;
  }
  .lSSlideOuter {
    padding: 0;
    margin: 0 -10px;
  }
  .slider .lSSlideOuter {
    margin: 0;
  }
  .product-together {
    padding: 20px 12px;
  }
  .product-together .lSSlideWrapper li {
    padding-bottom: 0;
  }
  .product-together-item {
    width: calc(50% - 20px);
  }
  .review-form .rating label {
    width: 55px;
  }
  .review-form .rating span {
    width: 55px;
    font-size: 10px;
  }
  .review-form .mc-field {
    max-width: unset !important;
  }
  .review-form form button {
    height: 45px;
    width: 100%;
  }
  .recomend, .viewed {
    margin: 0;
  }
  .our-shops .flex-wrap .block {
    margin: 0;
    padding: 20px 0 5px; 
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #39AAE7;
  }
  .our-shops .flex-wrap .block:last-child {
    border: 0;
  }
  .our-shops .flex-wrap .block > a {
    order: 3;
    margin-top: 10px;
  }
  .our-shops .street {
    min-height: unset;
  }
  footer .wrapper>.column {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .text-1 {
    max-width: unset;
  }
  footer .bottom_soc_logo img, footer .bottom_payment_logo img {
    width: 50px;
  }
  .slider {
    height: 580px;
  }
  .product-together {
    height: 540px;
  }
  .product-slider {
    height: 387px;
  }
}

/* Можно поменять в стилях */
.cart-popup .cart-action .cart-btn {
    border-radius: 13px;
}

#basketOrderButton2 {
    border-radius: 13px;
}

.sale_order_full, .sale_order_full_table {
    border-collapse: unset;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -khtml-border-radius: 13px;
}

.sale_basket_basket {
    border-radius: 13px;
}

.list-product .product-item, .products .product, .list-product .product-item:hover, .products .product:hover {
    border-radius: 13px;
}

.add2basket_link.btn-7 {
    border-radius: 13px;
}
/* -------------------- */
/* Новое значение */
.basket_button .refresher_delay_delete {
    font-size: 16px;
    border-radius: 13px;
}

.reviews_link {color:black;}





/* information page */
.bg-white {
  background: #fff;
}
.bg-light-blue {
  background: #EFF4FF;
}
.information-page {
  width: 100%;
  font-family: HelveticaNeue;
}
.information-page img {
  user-select: none;
}
.information-page .text-4 {
  color: #000;
  font-weight: 300;
  text-transform: none;
}
.information-page .text-4 p, .information-page .text-4 b {
  color: #000;
  margin-bottom: 15px;
}
.information-page .title-10 {
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: initial;
  color: #000;
}
.information-page ul {
  padding-left: 25px;
  list-style: none;
}
.information-page li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.information-page li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY5NSAxLjEyMjkyTDQuODc0NzEgMTEuMzk1MUwxLjE3NDg0IDcuOTM1MTFMMCA5LjE5MTM4TDUuMDEwNiAxMy44NzcxTDE1IDIuMjQzNDJMMTMuNjk1IDEuMTIyOTJaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.information-page .blue-dots li {
  padding-left: 26px;
  margin-bottom: 8px;
}
.information-page .blue-dots li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #39AAE7;
  border-radius: 50%;
}
.trade-page ul {
  margin-bottom: 20px; 
}
.page-banner {
  width: 100%;
  margin-bottom: 60px;
}
.page-banner-row {
  height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
.page-banner .banner-text {

} 
.page-banner-row .banner-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-left: 40px;
}
.page-banner .banner-subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  font-family: HelveticaNeue;
  text-transform: uppercase;
  text-align: center;
} 
.page-banner-row .banner-subtitle {
  width: 100%;
  max-width: 400px;
  padding-bottom: 30px;
  text-align: left;
}
.page-banner .banner-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: HelveticaNeue;
  color: #00ACEA;
  text-transform: uppercase;
  text-align: center;
} 
.page-banner-row .banner-title {
  width: 100%;
  max-width: 400px;
  text-align: left;
}
.page-banner .banner-image {
  vertical-align: bottom;
} 
.page-banner-row .banner-image {
  width: 57%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: auto;
}
.page-banner .banner-image img {
  width: 100%;
}
.page-banner-row .banner-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left;
}
.trade-page .banner-image {
  margin-bottom: -120px;
}
.trade-page .banner-title {
  font-size: 40px;
  margin-bottom: 20px;
}
.trade-page .banner-subtitle {
  max-width: 600px;
  margin: 0 auto;
}
.stepper {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.stepper-item {
  position: relative;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stepper-image {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #39AAE7;
  border-radius: 50%;
}
.stepper-item:not(:last-child) .stepper-image::after {
  content: '';
  position: absolute;
  top: 44px;
  left: 100%;
  margin-top: -2px;
  height: 4px;
  width: 117px;
  background: url('../img/credit-page/stepper-line.svg');
  background-repeat: repeat no-repeat;
  transform: translateX(-50%);
}
.stepper-text {
  max-width: 215px;
  margin-top: 25px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.credit-consult {
  margin: 65px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.consult-content {
  width: 50%;
  padding: 25px 35px 25px 0;
}
.consult-image {
  width: 50%;
}
.consult-title {
  max-width: 400px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
}
.consult-text {
  max-width: 520px;
  margin-bottom: 30px;
  line-height: 20px;
  font-weight: 300;
}
.consult-buttons {
  display: flex;
  justify-content: space-between;
}
.consult-buttons button {
  height: 45px;
  width: 100%;
  padding: 0 17px;
  white-space: nowrap;
}
.consult-buttons button:first-child {
  margin-right: 33px;
}
.consult-image img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
} 
.consult-popup {
  left: 50%;
  width: 93%;
  height: auto;
  max-width: 430px;
  padding: 34px 25px 30px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #39AAE7;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transform: translateX(-50%);font-family: HelveticaNeue;
}
.popup-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
.popup-text {
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.popup-close {
  position: absolute;
  top: 18px;
  right: 12px;
}
.popup-close img {
  width: 15px;
  height: 15px;
}
.consult-popup form {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}
.consult-popup form input {
  margin-bottom: 15px;
  border-radius: 0;
}
.consult-popup form button {
  height: 45px;
  margin-top: 15px;
  margin-left: 0;
}
.trade-page .consult-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 0 25px 35px;
}
.contact-us {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  border: 1px solid #39AAE7;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}
.contact-us .title-10 {
  text-align: center;
}
.contact-us .phone-list {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-around;
}
.contact-us .phone-list a {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  color: #000000;
}
.contact-us .phone-list a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xMy43OTY0IDkuODQ1NzhDMTIuODc4IDkuODQ1NzggMTEuOTc2MyA5LjcwMjE1IDExLjEyMTggOS40MTk3N0MxMC43MDMxIDkuMjc2OTUgMTAuMTg4NCA5LjQwNzk3IDkuOTMyODUgOS42NzA0M0w4LjI0NjI1IDEwLjk0MzZDNi4yOTAyNyA5Ljg5OTUzIDUuMDg1NDMgOC42OTUwOCA0LjA1NTU5IDYuNzUzNzlMNS4yOTEzMyA1LjExMTEzQzUuNjEyMzggNC43OTA1MSA1LjcyNzU0IDQuMzIyMTUgNS41ODk1NyAzLjg4MjdDNS4zMDU5OCAzLjAyMzcxIDUuMTYxOTEgMi4xMjI0MiA1LjE2MTkxIDEuMjAzNjdDNS4xNjE5NSAwLjUzOTk2MSA0LjYyMTk5IDAgMy45NTgzMiAwSDEuMjAzNjNDMC41Mzk5NjEgMCAwIDAuNTM5OTYxIDAgMS4yMDM2M0MwIDguODExMDUgNi4xODg5OCAxNSAxMy43OTY0IDE1QzE0LjQ2MDEgMTUgMTUgMTQuNDYgMTUgMTMuNzk2NFYxMS4wNDk0QzE1IDEwLjM4NTcgMTQuNDYgOS44NDU3OCAxMy43OTY0IDkuODQ1NzhaIiBmaWxsPSIjMzlBQUU3Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact-us .phone-list a:hover {
  opacity: 0.7;
}

.hidden-mob {
  display: block;
}
.hidden-desc {
  display: none;
}
.trade-faq {
  max-width: 800px;
  margin-bottom: 60px;
}
.accordion-faq .ui-accordion-header {
  margin-bottom: 10px;
  position: relative;
  padding: 17px 17px 17px 54px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow .3s ease-in;
  cursor: pointer;
}
.accordion-faq .ui-accordion-header:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);

}
.accordion-faq .ui-accordion-header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 11px;
  width: 11px;
  height: 11px;
  border-bottom: 0.5px solid #39AAE7; 
  border-right: 0.5px solid #39AAE7; 
  transform: rotate(45deg) translateY(-13px);
  /* transition: transform .3s ease-in; */
}
.accordion-faq .ui-accordion-header.ui-accordion-header-active::before {
  transform: rotate(225deg) translate(-4px, 8px);
}
.accordion-faq .ui-accordion-content {
  padding: 5px 20px 25px 54px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}



@media (max-width: 1300px) {
  .stepper-item:not(:last-child) .stepper-image::after {
    width: 79px;
  }
}

@media (max-width: 1260px) {
  .page-banner-row .banner-text {
    width: 50%;
    align-items: flex-start;
  }
  .page-banner-row .banner-image {
    width: 50%;
  }
  .page-banner-row {
    justify-content: space-between;
  }
  .consult-content {
    width: 63%;
  }
  .consult-image {
    width: 37%;
  }
} 

@media (max-width: 1024px) {
  .credit-consult {
    align-items: stretch;
  }
  .consult-content {
    width: 50%;
  }
  .consult-image {
    width: 50%;
  }
  .consult-image img {
    height: 100%;
    max-height: unset;
  }
  .consult-buttons {
    flex-direction: column;
  }
  .consult-buttons button:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contact-us {
    padding-bottom: 5px;
  }
  .contact-us .phone-list {
    flex-wrap: wrap;
  }
  .contact-us .phone-list a {
    margin: 0 6% 30px;
  }
  .stepper-item:not(:last-child) .stepper-image::after {
    width: 60px;
  }
} 

@media (max-width: 900px) {
  .trade-page .banner-image {
    margin-bottom: -60px;
  }
  .page-banner-row .banner-text {
    width: 60%;
  }
  .page-banner-row .banner-image {
    width: 40%;
  }
  .stepper-item:not(:last-child) .stepper-image::after {
    width: 41px;
  }

}

@media (max-width: 768px) {
  .swap-mob {
    display: flex;
    flex-direction: column-reverse;
  }
  .hidden-mob {
    display: none;
  }
  .hidden-desc {
    display: block;
  }
  .information-page .title-10 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
  }
  .page-banner {
    margin-bottom: 50px;
    height: 240px;
  }
  .trade-page .page-banner {
    height: auto;
  }
  .page-banner-row .banner-text {
    min-width: 280px;
    padding-left: 20px;
  }
  .page-banner-row .banner-image {
    width: auto;
  }
  .page-banner .banner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .page-banner-row .banner-title {
    max-width: 280px;
  }
  .page-banner .banner-subtitle {
    font-size: 18px;
    line-height: 25px;
  }
  .page-banner-row .banner-subtitle {
    padding-bottom: 20px;
    max-width: 280px;
  }
  .stepper-wrap .title-10 {
    margin-bottom: -10px;
  }
  .stepper {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .stepper-item {
    padding: 40px 0;
  }
  .stepper-item:not(:last-child) .stepper-image::after {
    top: 100%;
    left: 50%;
    width: 4px;
    height: 63px;
    margin-top: -31px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMyIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDMgMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IG9wYWNpdHk9IjAuNSIgeT0iMTYiIHdpZHRoPSIxMS4wNTQ0IiBoZWlnaHQ9IjMiIHJ4PSIxLjUiIHRyYW5zZm9ybT0icm90YXRlKC05MCAwIDE2KSIgZmlsbD0iIzM5QUFFNyIvPgo8L3N2Zz4K);
    background-repeat: no-repeat repeat;
  }
  .trade-page .stepper-text {
    max-width: 240px;
  }
  .credit-consult {
    margin: 0 0 30px;
    flex-direction: column;
  }
  .consult-content, .trade-page .consult-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .consult-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .consult-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
  }
  .contact-us {
    padding: 30px 25px 0;
  }
  .contact-us .title-10 {
    max-width: 290px;
    font-size: 18px;
    line-height: 25px;
  }
  .popup-title {
    font-size: 18px;
  }
  .information-list {
    margin-bottom: 40px;
  }
  .accordion-faq .ui-accordion-content {
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .page-banner-row .banner-text {
    min-width: 232px;
    padding-left: 10px;
  }
  .page-banner-row .banner-subtitle {
    padding-bottom: 15px;
    max-width: 222px;
    font-size: 16px;
    line-height: 22px;
  }
  .page-banner .banner-title {
    max-width: 222px;
    font-size: 21px;
    line-height: 28px;
  }
  .trade-page .banner-image {
    margin-bottom: -20px;
  }
  .trade-page .page-banner .banner-title {
    margin: 0 auto 10px;
  }
  .trade-page .page-banner .banner-subtitle {
    font-size: 13px;
    line-height: 19px;
    max-width: 300px;
  }
}

/* information page end */


.mc-field {
  margin-bottom: 8px;
  padding: 12px;
  font-family: HelveticaNeue;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.mc-field.mc-field-error {
  color: #E82424;
  border: 0.5px solid #E82424;
}

.mc-field.mc-field-correct {
  color: #2EB13B;
  border: 0.5px solid #2EB13B;
}

.textarea.mc-field {
  max-width: 400px;
  width: 100%;
}

.input.mc-field {
  max-width: 230px;
  width: 100%;
}

@media (max-width: 480px) {
  .product-together {
    height: 565px;
  }
}


/* credit popup */ 
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: 40px 0;
  transition: all 0.25s linear 0.1s;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.popup-wrapper.open, .popup-wrapper.open .popup {
  opacity: 1;
  pointer-events: all;
}
.popup-wrapper .popup {
  position: relative;
}
.credit-popup .popup {
  left: 50%;
  top: 0;
  z-index: 200;
  width: 93%;
  height: auto;
  max-width: 950px;
  padding: 34px 25px 30px;
  text-align: center;
  font-family: 'HelveticaNeue', sans-serif;
  background: #FFFFFF;
  border: 1px solid #39AAE7;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  opacity: 1;
  transform: translateX(-50%);
}
.button-floating {
  padding: 16px 22px;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  color: #39AAE7;
  background: #FFFFFF;
  box-shadow: 1px 4px 15px 2px rgba(0, 0, 0, 0.3);
  border-radius: 13px;
}
.credit-popup .popup-title {
  margin-bottom: 36px;
  font-size: 30px;
  line-height: 32px;
}
.credit-popup .flex {
  gap: 50px;
  justify-content: center;
}
.credit-popup .item {
  position: relative;
  width: 50%;
  max-width: 300px;
}
.credit-popup .item img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}
.credit-popup .button-floating {
  position: absolute; 
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .credit-popup .popup-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 22px;
  }
  .credit-popup .button-floating {
    bottom: 20px;
    padding: 13px 20px;
  }
  .credit-popup .flex {
    gap: 22px;
  }
}
@media (max-width: 600px) {
  .credit-popup .flex {
    flex-direction: column;
    align-items: center;
  }
  .credit-popup .item {
    width: 100%;
  }
}
/* credit popup end */ 


