body{
	display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden; /*21122021*/
  scroll-behavior: smooth;
}

.wrapper{
  overflow: hidden;
/*overflow-x: hidden;
flex: 1;

21122021*/
}


.filter-unit-inner.is-hidden{
  display: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

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

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 30, 2010 */
@font-face {
  font-family: "ALSRublRegular";
  src: url("../fonts/rouble.eot");
  src: local("ALS Rubl"), local("ALSRubl"), url("../fonts/rouble.woff") format("woff"), url("../fonts/rouble.ttf") format("truetype"), url("../fonts/rouble.svg#ALSRubl") format("svg");
}
.rouble {
  font-family: "ALSRublRegular";
}

ol, ul {
  margin: 0;
  padding: 0;
}

.psd, .ui-spinner .ui-spinner-up:after, .ui-spinner .ui-spinner-button:before, .parametrs li:before, .slide-video:after, .reg-txt:after, .producers .slick-arrow:before, .buy-btn:before, .slick-dots li button:after, .cat-btn span:after, .cat-btn span:before, .headline:before, .has-no-bg:before, .has-bg:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .order-card, .rad-item label, .ui-spinner .ui-spinner-up:after, .ui-spinner .ui-spinner-button:before, .item-name a, .item {
  transition: all 0.3s ease-in-out;
}

.skew, .item-tags .tag, .buy-btn:before, .serch-form:before, .btn {
  transform: skew(-15deg);
}

.unskew, .item-tags .tag span, .btn > span {
  transform: skew(15deg);
}

.hero-slider, .slider-for, .slider-nav, .teaser-slider {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.hero-slider.slick-initialized, .slider-for.slick-initialized, .slider-nav.slick-initialized, .teaser-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.is-red {
  background: #df4948;
}

.is-orange {
  background: #ff6d00;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
h1, h2, h3, h4, h5, .title {
  margin: 0;
  font-size: 24px;
  display: inline-block;
  border-bottom: 3px solid #ff6d00;
  line-height: 24px;
  white-space: nowrap;
  font-weight: 400;
}

.main {
  position: relative;
  z-index: 5;
}
.main .inner-section {
  margin-bottom: 140px;
}

.has-bg {
  position: relative;
  overflow: hidden;
}
.has-bg:before {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5fc;
}
.has-bg .container {
  position: relative;
  z-index: 1;
  min-height: 400px;
}
.has-bg.main-wrap {
  padding-top: 28px;
}
.has-bg.main-wrap:before {
  top: 0;
}

.has-no-bg {
  position: relative;
}
.has-no-bg:before {
  position: absolute;
  top: 0px;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  background: #fff;
}

.headline {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.headline .title a {
  color: #212529;
  text-decoration: none;
}
.headline.no-offset {
  margin-bottom: 0;
}
.headline:before {
  position: absolute;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  height: 1px;
  background: #e5e7f9;
}

button {
  outline: none !important;
}

.btn {
  display: inline-block;
  background-color: #2f3331;
  border: 1px solid #bcbcbc;
  padding: 0;
  border-radius: 0;
  white-space: nowrap;
  box-shadow: none !important;
}
.btn > span {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #fff;
  padding: 0 28px;
}

.super-header {
  background: #f5f5fc;
  font-size: 14px;
  padding-top: 4px;
}
.super-header .inner {
  display: flex;
  justify-content: space-between;
}
.super-header a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .super-header .inner {
    padding-left: 25%;
  }
}
.super-nav {
  display: flex;
  justify-content: center;
}
.super-nav li {
  display: inline-block;
  padding: 0 11px;
}
.super-nav li a {
  color: #2f3331;
  text-decoration: none;
}

.call-link a {
  display: inline-block;
  color: #df4948;
  border-bottom: 1px dotted #df4948;
}

.cab-link .icon {
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
}
.cab-link a {
  color: #df4948;
}

.header {
  padding: 23px 0 49px 0;
}

.headerny {
  background-image: url(../img/salonnyheader.jpg);
  background-attachment: fixed;
}

.header .container {
  display: flex;
  align-items: center;
}
.header .logo {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 50px;
}
.header .logo img {
  max-width: 100%;
}

.header-contact {
  flex: 0 0 250px;
  max-width: 250px;
  display: flex;
}

.header-tel {
  padding-right: 10px;
}
.header-tel span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.header-tel span a {
  color: #df4948;
}

.header-social .icon {
  width: 25px;
  height: 25px;
}

.header-search {
  flex: 0 0 440px;
  max-width: 440px;
  position: relative;
}
.header-search .form-control {
  border: 0;
  border-radius: 0;
  font-size: 15px;
  background: none;
  padding-left: 20px;
  padding-right: 80px;
  height: 42px;
  box-shadow: none !important;
  position: relative;
}

.serch-form:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #bcbcbc;
}

.form-btn {
  position: absolute;
  right: 16px;
  top: 6px;
  padding: 0;
  border: 0;
  background: transparent;
}
.form-btn .icon {
  width: 28px;
  height: 28px;
  filter: invert(58%) sepia(14%) saturate(257%) hue-rotate(127deg) brightness(88%) contrast(87%);
}

.header-icons {
  display: flex;
  padding-left: 80px;
}
.header-icons .qty {
  background: #ff6d00;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: block;
  position: absolute;
  right: -5px;
  bottom: 0;
}
.header-icons .icon {
  filter: invert(58%) sepia(14%) saturate(257%) hue-rotate(127deg) brightness(88%) contrast(87%);
}

.header-fav {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.header-fav .icon {
  width: 35px;
  height: 30px;
}

.header-compare {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.header-compare .icon {
  width: 31px;
  height: 31px;
}

.header-cart {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.header-cart span:not([class]) {
  position: absolute;
  left: 45px;
  bottom: 0;
  font-size: 14px;
}
.header-cart .icon {
  width: 30px;
  height: 33px;
}
.header-cart a {
  color: #df4948;
}

.menu {
  background: #f5f5fc;
  padding: 13px 0 15px 0;
}
.menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.menu .super-nav, .menu .cab-link {
  display: none;
}

.main-menu {
  display: flex;
}
.main-menu > li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.main-menu > li + li {
  margin-left: 50px;
}
.main-menu > li a {
  display: flex;
  align-items: center;
  color: #2f3331;
}
.main-menu > li .icon {
  display: inline-block;
  margin-right: 12px;
}
.main-menu > li:first-child .icon {
  width: 29px;
  height: 32px;
}
.main-menu > li:nth-child(2) .icon {
  width: 26px;
  height: 32px;
}
.main-menu > li:nth-child(3) .icon {
  width: 30px;
  height: 32px;
}
.main-menu > li:nth-child(4) .icon {
  width: 32px;
  height: 32px;
}
.main-menu > li:nth-child(5) .icon {
  width: 34px;
  height: 32px;
}
.main-menu > li:nth-child(6) .icon {
  width: 34px;
  height: 32px;
}
.main-menu > li:nth-child(7) .icon {
  width: 32px;
  height: 32px;
}

.cat-btn {
  display: flex;
  padding: 0;
  border: 0;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 52px;
  position: relative;
  white-space: nowrap;
  background: none;
  outline: none !important;
  z-index: 5;
}
.cat-btn span {
  display: block;
  width: 36px;
  height: 4px;
  background: #565455;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cat-btn span:before {
  width: 18px;
  height: 4px;
  background: #565455;
  position: absolute;
  left: 0;
  top: -11px;
}
.cat-btn span:after {
  width: 18px;
  height: 4px;
  background: #565455;
  position: absolute;
  right: 0;
  bottom: -11px;
}
.cat-btn:hover span:before {
  left: 18px;
}
.cat-btn:hover span:after {
  right: 18px;
}

.slick-dots {
  display: flex;
  justify-content: flex-end;
  height: 8px;
}
.slick-dots li {
  display: inline-block;
  margin-left: 19px;
  height: 8px;
  line-height: 8px;
}
.slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff6d00;
  font-size: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  position: relative;
}
.slick-dots li button:after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background: #2f3331;
  opacity: 0;
}
.slick-dots li.slick-active button:after {
  opacity: 1;
}

.hero {
  padding-top: 18px;
  margin-bottom: 40px;
}
.hero .container {
  padding: 0;
}
.hero img {
  max-width: 100%;
}
.hero .slick-dots {
  margin-top: 5px;
  padding-right: 38px;
}

.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(61, 46, 36, 0.3);
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

.hamburger {
  width: 40px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #ff6d00;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 12px;
}

.hamburger span:nth-child(3) {
  top: 24px;
}

.js--open .hamburger span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}

.js--open .hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.js--open .hamburger span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 100%;
  z-index: 900;
  background: #fff;
  display: none;
  height: calc(100vh - 216px);
}

@media (max-width: 1199px){
  .mega-menu{
    height: calc(100vh - 174px);
  }
}

@media (max-width: 991px){
  .mega-menu{
    height: calc(100vh - 224px);
  }
}

@media (max-width: 575px){
  .mega-menu{
    height: calc(100vh - 217px);
  }
}

.mega--open {
  overflow: hidden;
  padding-right: 17px;
}
.mega--open .mega-menu {
  display: block;
}
.mega--open .menu .backdrop {
  z-index: 8;
  opacity: 1;
  visibility: visible;
}
.mega--open .cat-btn {
  z-index: 50;
}
.mega--open .cat-btn span {
  background: none;
}
.mega--open .cat-btn span:after {
  width: 100%;
  transform: rotate(45deg);
  top: 0px;
  left: 0;
  background: #df4948;
}
.mega--open .cat-btn span:before {
  width: 100%;
  transform: rotate(-45deg);
  top: auto;
  bottom: 0;
  left: 0;
  background: #df4948;
}

.menu-list {
  width: 360px;
  background: #f5f5fc;
  padding-top: 10px;
  padding-bottom: 75px;
}
.menu-list > li {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.menu-list > li > a {
  color: #000;
  padding: 17px 10px 17px 65px;
  display: block;
}
.menu-list > li > a:hover {
  background: #fff;
  color: #df4948;
  text-decoration: none;
}
.menu-list > li > .drop-box {
  display: none;
  position: absolute;
  left: 325px;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 27px 60px;
}
.menu-list > li > .drop-box a {
 color: #000000;
}
.menu-list > li > .drop-box strong {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.menu-list > li > .drop-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 27px;
  margin-left: -10px;
  margin-right: -10px;
}
.menu-list > li > .drop-box ul li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0 10px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  font-weight: 400;
}
.menu-list > li > .drop-box ul li strong {
  font-weight: 500;
}
.menu-list > li > .drop-box ul li a {
  color: #000;
}
.menu-list > li.is-active > a {
  background: #fff;
  color: #df4948;
  text-decoration: none;
}
.menu-list > li.is-active > .drop-box {
  display: block;
}
.menu-list{
  overflow: auto;
}

@media screen and (max-height: 800px){
  .menu-list{
    max-height: 460px;
    padding-bottom: 10px;
  }
}

@media screen and (max-height: 700px){
  .menu-list{
    max-height: 360px;
  }
}

@media screen and (max-height: 600px){
  .menu-list{
    max-height: 280px;
  }
}

@media screen and (max-height: 500px){
  .menu-list{
    max-height: 200px;
  }
}
@media (max-width: 1480px) {
  .header-icons {
    padding-left: 40px;
  }
}
@media (max-width: 1380px) {
  .header-cart span:not([class]) {
    display: none;
  }

  h1, h2, h3, h4, h5, .title {
    white-space: normal;
  }
}
@media (max-width: 1360px) {
  .main-menu > li + li {
    margin-left: 33px;
  }

  .header-icons {
    padding-left: 40px;
  }

  .header-search {
    flex: 0 0 420px;
    max-width: 420px;
  }
}
@media (max-width: 1199px) {
  .header .logo {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 35px;
  }

  .main-menu > li + li {
    margin-left: 40px;
  }

  .main-menu .icon {
    display: none !important;
  }

  .header {
    padding-bottom: 23px;
  }

  .header-search {
    flex: 0 0 340px;
    max-width: 340px;
  }

  .header-icons {
    padding-left: 30px;
  }

  .header-contact {
    flex: 0 0 205px;
    max-width: 205px;
  }

  .header-tel span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .header-search .form-control {
    font-size: 14px;
    padding-right: 54px;
    padding-left: 15px;
  }

  .menu-list {
    width: 320px;
  }
  .menu-list > li > a {
    padding: 15px 10px 15px 35px;
  }
  .menu-list > li > .drop-box {
    left: 320px;
    padding: 20px 30px;
  }

  .menu-list > li > .drop-box ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .cab-link .icon {
    display: none;
  }

  .super-header {
    padding-bottom: 5px;
  }

  .header .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header-search {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0 20px 0;
  }

  .header .logo {
    flex: 0 0 40%;
    max-width: 40%;
    order: -1;
  }

  .header-icons {
    order: 0;
  }

  .header-search {
    order: 1;
  }

  .header-contact {
    order: -1;
  }

  .header-icons {
    padding: 0;
    justify-content: center;
  }

  .hamburger {
    display: block;
  }

  .main-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    background: #f5f5fc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: 50;
    transition: all 0.3s ease-in-out;
    padding: 15px 25px;
    transform: translateX(-200%);
    overflow: auto;
  }

  .main-menu {
    display: block;
  }
  .main-menu li {
    margin: 0 0 10px 0;
    display: block;
    font-size: 24px;
  }
  .main-menu li + li {
    margin-left: 0;
  }

  .js--open {
    overflow: hidden;
  }
  .js--open .main-nav {
    transform: translateX(0);
  }
  .js--open .menu .backdrop {
    z-index: 8;
    opacity: 1;
    visibility: visible;
  }

  .super-header {
    display: none;
  }

  .menu .super-nav, .menu .cab-link {
    display: block;
  }
  .menu .super-nav {
    padding-top: 20px;
  }

  .super-nav li {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .menu-list {
    width: 220px;
  }
  .menu-list > li > a {
    padding: 10px 10px 10px 15px;
  }
  .menu-list > li > .drop-box {
    left: 220px;
    padding: 20px 30px;
  }

  .mega--open {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header .logo {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 10px;
  }

  .header-compare, .header-fav {
    margin-right: 15px;
  }

  .header-search {
    margin-bottom: 10px;
  }

  .header {
    padding-bottom: 5px;
    padding-top: 13px;
    position: relative;
    z-index: 7;
  }

  .filter-expand{

  } 

  .js--open .header{
  	z-index: 5;
  }

  .hero .slick-dots {
    padding-right: 15px;
  }

  .menu-list {
    width: 200px;
  }
  .menu-list > li > a {
    padding: 10px 10px 10px 15px;
  }
  .menu-list > li > .drop-box {
    left: 200px;
    padding: 20px 30px;
  }

  .menu-list > li > .drop-box ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 577px) {
  .header-icons {
    order: 1;
    width: 100%;
  }

  .header {
    padding-bottom: 15px;
  }

  .header-contact {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .hamburger {
    right: 15px;
  }

  .header .logo {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .slick-dots li {
    margin-left: 8px;
  }

  .menu-list {
    width: 186px;
  }
  .menu-list > li > a {
    padding: 10px 10px 10px 15px;
  }
  .menu-list > li > .drop-box {
    left: 186px;
    padding: 20px 20px;
  }
}
@media (max-width: 360px) {
  .header-social {
    display: none;
  }

  .header-tel {
    padding-right: 0;
  }
}
.item-list {
  margin-left: 0;
  margin-right: 0;
}
.item-list div[class^=col-] {
  padding: 0 10px;
  margin-bottom: 54px;
}

.item {
  background: #fff;
  padding: 15px 24px 16px 24px;
  position: relative;
  cursor: pointer;
}
.item:hover {
  box-shadow: 0 0 18px rgba(255, 109, 0, 0.17);
}

.item-bar {
  position: absolute;
  top: 13px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
}

.item-img {
  height: 260px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-img img {
  max-width: 230px;
}

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

.item-inf.smallcap {font-size: 14px;}

.item-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  min-height: 75px;
}
.item-name a {
  color: #2f3331;
}
.item-name a:hover {
  color: #ff6d00;
  text-decoration: none;
}

.item-price {
  line-height: 18px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.price-new {
  display: block;
  font-weight: 700;
}
.price-new span {
  font-weight: 400;
  color: #a1a1a1;
}

.price-old {
  color: #a1a1a1;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
}

.price-order {
  color: #a1a1a1;
  font-weight: 400;
  font-size: 14px;
}

.buy-btn {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  min-width: 100px;
  text-align: center;
  position: relative;
  font-size: 15px;
  transition: all 0.25s ease-in-out;
}
.buy-btn:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2f3331;
  border: 1px solid #bcbcbc;
  transition: all 0.25s ease-in-out;
}
.buy-btn span {
  display: block;
  line-height: 42px;
  height: 42px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.buy-btn:hover {
  text-decoration: none;
}
.buy-btn:hover:before {
  transform: skew(0);
  background: #df4948;
}

.buy-btn-order {  }
.buy-btn-order:before { background: #495057; }

.item-tags {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
}
.item-tags .tag {
  height: 25px;
  line-height: 25px;
  width: 76px;
  text-align: center;
  margin-right: 9px;
  display: inline-block;
}
.item-tags .tag span {
  display: block;
}

.item-buttons {
  display: flex;
}

.compare-add {
  display: inline-block;
  width: 25px;
  height: 26px;
  padding: 0;
  border: 0;
  background: none;
}
.compare-add .icon {
  width: 100%;
  height: 100%;
}
.compare-add svg {
  filter: invert(85%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(96%) contrast(84%);
  transition: all 0.15s ease-in-out;
}
.compare-add:hover {
  filter: invert(54%) sepia(23%) saturate(8%) hue-rotate(37deg) brightness(89%) contrast(88%);
}
.compare-add.is-active svg {
  filter: invert(45%) sepia(37%) saturate(2618%) hue-rotate(360deg) brightness(101%) contrast(105%);
}

.favorite-add {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 24px;
  height: 20px;
  background: none;
  margin-left: 15px;
}
.favorite-add .icon {
  width: 100%;
  height: 100%;
}
.favorite-add svg {
  filter: invert(85%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(96%) contrast(84%);
  transition: all 0.15s ease-in-out;
}
.favorite-add:hover {
  filter: invert(54%) sepia(23%) saturate(8%) hue-rotate(37deg) brightness(89%) contrast(88%);
}
.favorite-add.is-active svg {
  filter: invert(45%) sepia(37%) saturate(2618%) hue-rotate(360deg) brightness(101%) contrast(105%);
}

@media (max-width: 1480px) {
  .item {
    padding: 15px 15px 16px 15px;
  }

  .item-name {
    font-size: 15px;
    line-height: 18px;
  }

  .item-inf {
    padding-right: 10px;
  }

  .item-bar {
    left: 14px;
    right: 14px;
  }
}
@media (max-width: 767px) {
  .item-list div[class^=col-] {
    margin-bottom: 25px;
  }

  .item-list div[class^=col-] {
    padding: 0;
  }
}
.news-unit {
  display: flex;
  height: 100%;
}

.news-box {
  margin-bottom: 54px;
}

.news-unit-img {
  flex: 0 0 264px;
  max-width: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-unit-img img {
  max-width: 100%;
}

.news-unit-txt {
  padding-left: 25px;
  flex: 1 1 auto;
  width: 1%;
  font-size: 16px;
  line-height: 20px;
}
.news-unit-txt strong {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 18px;
  margin-top: -3px;
}
.news-unit-txt strong a {
  color: #2f3331;
}

.prod-logo {
  align-self: center;
  height: 100%;
  justify-content: center;
}
.prod-logo span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 54px;
  padding: 0 10px;
}
.prod-logo img {
  max-width: 100%;
}

.prod-logo2 {
  float: left;
  width: 200px;
  height:  65px;
}

.prod-logobrand {  width: 250px !important;  height:  30px !important;}

.prod-logo2 span {
  height: 54px;
  padding: 0 10px;
}
.prod-logo2 img {
    max-width: 100%;
}

.prod-logo2 .colored {
  color: #000;
}

.text-center {
  position: relative;
}

.producers {
  padding-top: 40px;
  padding-bottom: 20px;
}
.producers .slick-arrow {
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  border: 0;
  padding: 0;
  background: none;
  text-indent: -9999px;
  outline: none;
}
.producers .slick-arrow:before {
  width: 24px;
  height: 24px;
}
.producers .slick-prev {
  left: 18px;
}
.producers .slick-prev:before {
  left: 0;
  border-left: 6px solid #788887;
  border-bottom: 6px solid #788887;
  transform: translateY(-50%) rotate(45deg);
}
.producers .slick-next {
  right: 18px;
}
.producers .slick-next:before {
  right: 0;
  border-right: 6px solid #788887;
  border-bottom: 6px solid #788887;
  transform: translateY(-50%) rotate(-45deg);
}

.prod-list {
  padding: 0 40px;
  margin-bottom: 30px;
}

.show-more {
  text-align: center;
  position: relative;
  font-size: 16px;
}
.show-more a {
  text-decoration: underline;
  color: #000;
}
.show-more a:hover {
  text-decoration: none;
}

.register {
  display: flex;
  align-items: center;
  margin: 100px 0;
}

.reg-txt {
  text-align: right;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 24px;
  line-height: 29px;
  padding-right: 50px;
  position: relative;
}
.reg-txt:after {
  width: 58px;
  height: 51px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAzCAYAAADGtBvgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5MEQ0OUFFQURBNzExRUI4NjVFQkU4NzIxNDQ5Q0ZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5MEQ0OUFGQURBNzExRUI4NjVFQkU4NzIxNDQ5Q0ZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjkwRDQ5QUNBREE3MTFFQjg2NUVCRTg3MjE0NDlDRkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjkwRDQ5QURBREE3MTFFQjg2NUVCRTg3MjE0NDlDRkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5a3CxdAAANZUlEQVR42txa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");
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.reg-btn {
  text-align: left;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 80px;
}
.showroom {
  padding-bottom: 50px;
}
.showroom .inner {
  display: flex;
}

.showroom-lft {
  flex: 0 0 330px;
  max-width: 330px;
  padding-right: 40px;
}

.showroom-rht {
  flex: 1 1 auto;
  width: 1%;
}

.showroom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroom .row {
  min-height: 100%;
}

.showroom-thumbs div[class^=col-]:first-child {
  padding-bottom: 30px;
}
.showroom-thumbs div[class^=col-]:nth-child(2) {
  padding-bottom: 30px;
}

.showroom-lft ul {
  margin-bottom: 30px;
  padding-top: 5px;
}
.showroom-lft ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 18px;
}
.showroom-lft ul li + li {
  margin-top: 20px;
}
.showroom-lft ul li:before {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  line-height: 8px;
  text-align: center;
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
}
.showroom-lft p {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 20px 0;
}

.order-link {
  display: inline-block;
  color: #df4948;
  border-bottom: 1px dotted #df4948;
}
.order-link:hover {
  color: #df4948;
  text-decoration: none;
  border-bottom-color: transparent;
} 

@media (max-width: 577px) {
  .prod-list {
    padding: 0 25px;
  }

  .producers .slick-prev {
    left: 0;
  }

  .producers .slick-next {
    right: 0;
  }

  .reg-btn span span {
    display: none;
  }

  .reg-txt br {
    display: none;
  }
}
.foot-copy {
  font-size: 14px;
  line-height: 17px;
  color: #7c8786;
  padding-top: 36px;
  padding-right: 200px;
  position: relative;
}

.foot-copy-logo {
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
}

.footer {
  padding-bottom: 20px;
  padding-top: 44px;
}
.footer .header-tel div {
  padding-top: 12px;
  font-size: 14px;
}
.footer .header-tel div a {
  color: #df4948;
  display: inline-block;
  border-bottom: 1px dotted #df4948;
}
.footer .header-tel div a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.adress {
  font-size: 14px;
  color: #7c8786;
}

.footer .logo {
  margin-bottom: 10px;
}
.footer .logo img {
  max-width: 100%;
}

.foot-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foot-txt {
  font-size: 14px;
  color: #3e4241;
}

.foot-nav li {
  display: block;
  font-size: 14px;
}
.foot-nav li + li {
  margin-top: 10px;
}
.foot-nav a {
  color: #2f3331;
}

.social {
  display: flex;
  padding-top: 27px;
  margin: 0 0 0 -5px;
}
.social a {
  display: inline-block;
  flex: 0 0 24px;
  max-width: 24px;
  margin: 0 5px;
}

.foot-col {
  flex: 0 0 36%;
  max-width: 36%;
  padding: 0 15px;
}
.foot-col:last-child {
  flex: 0 0 28%;
  max-width: 28%;
}

.up {
  display: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  transform: skew(-15deg);
  position: relative;
  background: #818181;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 5;
}
.up.is-visible {
  display: block;
}
.up:after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 27px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(15deg);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAbCAYAAACeA7ShAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBDQkVDQTNDQjJGRTExRUJBQzYzRTQwREE4OERDQTQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBDQkVDQTNEQjJGRTExRUJBQzYzRTQwREE4OERDQTQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MENCRUNBM0FCMkZFMTFFQkFDNjNFNDBEQTg4RENBNDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MENCRUNBM0JCMkZFMTFFQkFDNjNFNDBEQTg4RENBNDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6TmT7LAAAA7UlEQVR42uyO3woBYRBHpy9P4A1Q/kXyFEjKa3g7t1xsxJMQrZU7Flfj9zHLmja7iztOnbIz850QM1OMOTiF+bjbuFABLvjGQr7fihXhkp9ZyjxVrARXHM1K9oliZbjm19h9JS5WhS4nw5X7yFgNbjgd9r6uYw3oqcMzHKrZUOZhPHl/jTXhVh0cYQcO1Hwg85Oa2/dNG9uphQ9b8o+jYiR7X+12hoiy9MCHfTii14zkzg/NskaFenBMyRjL/T1oQqEudCgdjrw7BLE9bMMJvYd917GdjPyY02fMbMd8IRQwN/RF/rF/7LdjFwEGAIr2qFYRgOx1AAAAAElFTkSuQmCC") center center no-repeat;
}

@media (max-width: 991px) {
  .foot-top {
    margin-bottom: 30px;
  }

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

  .foot-copy {
    padding-right: 60px;
  }

  .foot-txt {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer .header-contact {
    display: block;
    text-align: right;
    padding: 0;
  }
  .footer .header-contact .header-tel {
    padding: 0;
  }

  .footer .header-tel div {
    padding-top: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 577px) {
  .footer {
    text-align: center;
  }

  .foot-contact {
    justify-content: center;
  }

  .footer .header-contact {
    text-align: center;
  }

  .foot-copy {
    padding: 15px 0 0 0;
  }

  .foot-copy-logo {
    position: static;
    transform: translateY(0);
    margin-top: 10px;
  }

  .foot-col, .foot-col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .social {
    justify-content: center;
    padding-top: 0;
  }

  .foot-nav {
    display: none;
  }

  .footer {
    padding-top: 20px;
  }

  .up {
    bottom: 10px;
    right: 15px;
  }
}
.slider-for, .slider-nav {
  border: 0 !important;
  outline: none !important;
}
.slider-for img, .slider-nav img {
  max-width: 100%;
  border: 0 !important;
  outline: none !important;
}
.slider-for .slick-slide, .slider-nav .slick-slide {
  border: 0 !important;
  outline: none !important;
}

.product-headline {
  margin-bottom: 0;
}
.product-headline h1, .product-headline h2, .product-headline h3, .product-headline h4, .product-headline h5, .product-headline .title {
  /*text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;*/
  white-space: normal;
}

.product-lft, .product-rht {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  position: relative;
}

.product-sliders {
  padding: 0 36px;
}
.product-sliders .item-bar {
  z-index: 100;
  left: 70px;
}
.product-sliders .item-tags {
  display: block;
}
.product-sliders .item-tags .tag {
  display: block;
  margin-bottom: 14px;
}

.slider-for {
  margin-bottom: 20px;
}
.slider-for .slick-slide {
  text-align: center;
}
.slider-for .slick-slide a {
  display: inline-block;
}
.slider-for .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  border: 0;
  padding: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  outline: none;
}
.slider-for .slick-prev {
  left: -30px;
  border-left: 3px solid #788887;
  border-bottom: 3px solid #788887;
  transform: translateY(-50%) rotate(45deg);
}
.slider-for .slick-next {
  right: -30px;
  border-right: 3px solid #788887;
  border-bottom: 3px solid #788887;
  transform: translateY(-50%) rotate(-45deg);
}

.slider-nav {
  margin: 0 -12px;
}
.slider-nav .slide {
  padding: 0 12px;
}
.slider-nav .slide img {
  cursor: pointer;
}

.slide-video {
  position: relative;
}
.slide-video:after {
  display: block;
  width: 56px;
  height: 56px;
  background: url("../img/play-button.svg") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.slider-for .slide-video:after {
  width: 106px;
  height: 106px;
}

.prod-gift-img img {
  max-width: 100%;
}

.product-info a {
  color: #df4948;
  text-decoration: underline;
}
.product-info a:hover {
  text-decoration: none;
}

.product-info {
  font-size: 15px;
  line-height: 18px;
  padding-top: 22px;
}

.prod-code {
  color: #a1a1a1;
  margin-bottom: 22px;
}

.prod-txt {
  margin-bottom: 15px;
}
.prod-txt span {
  display: block;
}

.product-list {
  padding-bottom: 15px;
}
.product-list li {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.product-list li + li {
  margin-top: 12px;
}
.product-list li span {
  font-weight: 400;
  color: #859393;
  display: inline-block;
  margin-right: 25px;
}

.show-detail {
  margin-bottom: 25px;
}
.show-detail a {
  font-weight: 500;
  color: #788887;
  display: inline-block;
  border-bottom: 1px dotted #df4948;
  text-decoration: none;
}
.show-detail a:hover {
  border-bottom-color: transparent;
}

.prod-gift {
  margin-bottom: 25px;
}

.prod-gift-title {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
}
.prod-gift-title:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/surprise.svg") 0 0 no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
}

.prod-gift-in {
  display: flex;
  align-items: center;
}

.prod-gift-img {
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px;
}

.prod-pay span {
  display: block;
  margin-bottom: 10px;
}

.product-panel {
  padding: 20px 25px;
  background: #fff;
}

.available {
  font-size: 15px;
}

.panel-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.in-stock {
  color: #ff6d00;
}

.on-order {
  color: #2f3331;
}

.not-in-stock {
  color: #a1a1a1;
}

.panel-foot {
  text-align: right;
}

.panel-price {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.panel-pricesm {margin-bottom: 10px !important;}

.panel-price .price {
  font-size: 24px;
  font-weight: 700;
  color: #2f3331;
  margin-right: 18px;
  white-space: nowrap;
}
.panel-price .price span {
  color: #a1a1a1;
}
.panel-price .price-old {
  text-decoration: line-through;
  font-size: 14px;
  white-space: nowrap;
}
.panel-price .price-old span {
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  color: #df4948;
}

.btn-panel {
  width: 100%;
  background: #ff6d00;
  margin-bottom: 24px;
}
.btn-panel:hover {
  background: #df4948;
}

.buy-fast {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 47px;
}
.buy-fast a {
  color: #df4948;
  display: inline-block;
  border-bottom: 1px dotted #df4948;
}
.buy-fast a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.buy-fast2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.buy-fast2 a {
  color: #a1a1a1;
  display: inline-block;
  border-bottom: 1px dotted #df4948;
}
.buy-fast2 a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.panel-color {
  display: flex;
  margin-bottom: 30px;
}
.panel-color span {
  display: inline-block;
}

.select-box {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #c1c1c1;
  margin-left: 15px;
  flex: 1 1 auto;
  width: 1%;
}
.select-box:after {
  content: ">";
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(90deg);
  //border-bottom: 1px solid #e4e4e4;
  color: #2f3331;
  font-size: 26px;
  right: 0;
  top: 3px;
  width: 24px;
  height: 20px;
  line-height: 24px;
  right: 0;
  pointer-events: none;
}
.select-box select {
  width: 120%;
  padding: 0;
  border: 0 !important;
  background: none;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
  background-color: #f5f5fc;
}

.panel-list {
  margin-bottom: 22px;
}
.panel-list li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
}
.panel-list li + li {
  margin-top: 15px;
}
.panel-list a {
  color: #df4948;
  text-decoration: underline;
}
.panel-list a:hover {
  text-decoration: none;
}

.label {
  display: block;
}
.label span {
  display: block;
}

.value {
  display: block;
}

.panel-title {
  border-bottom: 1px solid #e5e7f9;
  margin-bottom: 10px;
}

.anchor-list {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: auto;
}
.anchor-list li {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  margin-right: 20px;
}
.anchor-list li a {
  color: #df4948;
  border-bottom: 1px dotted #df4948;
  white-space: nowrap;
}
.anchor-list li a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.anchor-list li.active a {
  color: #2f3331;
  border-bottom-color: transparent;
}

.prodict-row {
  margin-bottom: 42px;
}

.parametrs li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  color: #859393;
  position: relative;
}
.parametrs li + li {
  margin-top: 15px;
}
.parametrs li:before {
  background-image: linear-gradient(to right, #757575 0%, #757575 16.6666666667%, transparent 16.6666666667%);
  background-position: bottom left;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
}
.parametrs li span {
  display: inline-block;
  background: #f5f5fc;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 5;
}
.parametrs li span:last-child {
  font-weight: 500;
  color: #000;
  padding: 0 0 0 10px;
}

.product-describe {
  margin-bottom: 40px;
}
.product-describe .article {
  padding-left: 28px;
}

.product-describe .article img {
  max-width: 80%;
}

.article {
  font-size: 16px;
  line-height: 22px;
}
.article a {
  color: #df4948;
}
.article p {
  margin: 0 0 15px 0;
}
.article ol {
  list-style: none;
  counter-reset: point;
  margin-bottom: 15px;
}

.article h2, h3, h4, h5 {
  white-space: inherit;
}
.article ol a {
  color: #df4948;
  text-decoration: none;
  border-bottom: 1px solid #ff6d00;
}
.article ol li {
  position: relative;
}
.article ol li:before {
  content: counter(point) ".";
  counter-increment: point 1;
  display: inline-block;
  margin-right: 9px;
  color: #ff6d00;
}
.article ul {
  margin: 0 0 15px 0;
}
.article ul li {
  display: block;
}
.article ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #ff6d00;
  margin-right: 11px;
}

@media (max-width: 1420px) {
  .product-lft {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .product-rht {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .panel-price .price {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .product-lft, .product-rht {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-sliders {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }

  .product-sliders {
    margin-bottom: 20px;
  }

  .prod-code, .show-detail, .prod-gift-title {
    margin-bottom: 10px;
  }

  .product-describe .article {
    padding-left: 0;
  }

  .panel-price .price span {
    font-size: 18px;
  }
}
@media (max-width: 577px) {
  .product-sliders {
    padding: 0;
  }

  .product-sliders .item-bar {
    left: 30px;
  }

  .product-sliders .item-tags .tag {
    margin-bottom: 5px;
  }
}
@media (max-width: 460px) {
  .product-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .panel-price .price {
    font-size: 20px;
  }

  .anchor-list {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .anchor-list li {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 5px 0;
  }
}
.filter, .after-filter{
  background: #fff;
  padding: 20px 18px;
}

.catalog-row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 55px;
}
.catalog-row > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.catalog-row .item-list {
  margin-left: -10px;
  margin-right: -10px;
}

.ch-item {
  position: relative;
  margin-bottom: 5px;
}
.ch-item a:hover {
  text-decoration: none;
}
.ch-item label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #2f3331;
  cursor: pointer;
  line-height: 20px;
  margin: 0;
}
.ch-item label:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #bcbcbc;
}
.ch-item input[type=checkbox],
.ch-item input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.ch-item input[type=checkbox]:checked + label,
.ch-item input[type=radio]:checked + label {
  color: #df4948;
}
.ch-item input[type=checkbox]:checked + label:before,
.ch-item input[type=radio]:checked + label:before {
  background: #ff6d00;
}

.filter-list {
  padding-left: 16px;
}
.filter-list li {
  display: block;
  font-size: 16px;
  line-height: 19px;
}
.filter-list li + li {
  margin-top: 7px;
}
.filter-list li a {
  color: #2f3331;
}
.filter-list li a:hover {
  color: #ff6d00;
  text-decoration: none;
}
.filter-list li strong {
  color: #df4948;
  font-weight: normal;
}

.aside-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.filter-unit + .filter-unit {
  margin-top: 35px;
}

#slider {
  width: 100%;
}

.ui-slider {
  position: relative;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: #ed7122;
  cursor: pointer;
  border-radius: 50%;
}

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

.ui-slider-horizontal {
  height: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -7px;
}

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

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

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

.filter .ui-widget-content {
  background: #ed7122;
}

.filter .ui-widget-header {
  background: #f18f51;
}

.range {
  margin-bottom: 20px;
}

.range-inputs {
  display: flex;
  margin: 0 -8px 25px -8px;
}

.range-inputs span:first-child {
  margin-left: 0;
}

.range-inputs input {
  width: 100%;
  border-radius: 0px;
  border: 0;
  height: 40px;
  text-align: left;
  padding: 0 0 0 36px;
  line-height: 22px;
  font-size: 16px;
  border-bottom: 2px solid #bcbcbc;
}
.range-inputs input:focus {
  border: 0;
  border-bottom: 2px solid #2f3331;
  outline: none !important;
}

.range-box {
  padding: 0 8px;
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.range-box b {
  display: block;
  position: absolute;
  left: 14px;
  top: 8px;
  font-weight: normal;
}

.range-box span {
  padding: 0;
}

.filter-show-all {
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 40px;
  padding-top: 6px;
}
.filter-show-all a {
  color: #df4948;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #ff6d00;
}

.filter-reset {
  margin-top: 15px;
  width: 100%;
  box-shadow: none !important;
}

.after-filter {
  padding: 20px 18px;
}

.item-list-nav {
  text-align: center;
}

.item-list-nav a {
  margin-bottom: 10px;
}

.btn-nav {
  display: inline-block;
  transform: skew(0deg);
  font-size: 18px;
  font-weight: 500;
  border-width: 2px;
  margin-bottom: 10px;
}
.btn-nav span {
  transform: skew(0deg);
  background: #fff;
  color: #df4948;
}

.btn-nav.active span {
  background-color: #bcbcbc;
  color: #fff;
}

.prod-brands {
  position: relative;
  text-align: center;
  z-index: 2;
  padding-bottom: 10px;
}
.prod-brands .prod-logo {
  display: inline-block;
  margin-bottom: 15px;
}

.filter-collapse {
  padding-top: 30px;
}

.toggle-filter {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
}

.f-toggle {
  width: 100%;
  text-transform: uppercase;
  display: none;
}

@media (max-width: 991px) {
  .filter, .after-filter{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-200%);
    width: 300px;
    transition: all 0.25s ease-in-out;
    z-index: 1000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 50;
  }

  .f-toggle {
    display: block;
  }

  .filter-expand {
    overflow: hidden;
  }

  .filter-expand .has-bg{
    overflow: visible;
  }

  .filter-expand .main, 
  .filter-expand .has-bg .container, 
  .filter-expand .catalog-row{
    z-index: 50;
    position: relative;
  }

  .filter-expand .menu{
    z-index: -1;
  }

  .filter-expand .catalog-row .backdrop {
    z-index: 8;
    opacity: 1;
    visibility: visible;
  }
  .filter-expand .filter, .filter-expand .after-filter {
    transform: translateX(0);
  }

  .filter-reset {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .catalog-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .filter, 
  .after-filter {
    width: 270px;
  }
}
.cart-table {
  margin-bottom: 30px;
  margin-right: 100px;
}

.cart-row {
  display: flex;
  padding-right: 100px;
  position: relative;
}
.cart-row .code {
  font-weight: 400;
  color: #a1a1a1;
}
.cart-row + .cart-row {
  margin-top: 40px;
}

.cart-td-img {
  flex: 0 0 100px;
  max-width: 100px;
}
.cart-td-img img {
  max-width: 100%;
}

.cart-td-qty {
  flex: 0 0 100px;
  max-width: 100px;
}

.cart-td-name {
  flex: 1 1 auto;
  width: 1%;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding-right: 20px;
}
.cart-td-name a {
  color: #2f3331;
}

.ui-spinner {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100px;
  padding: 0 30px;
  margin-top: 25px;
  height: 32px !important;
}
.ui-spinner .ui-spinner-input {
  height: 32px;
  width: 100%;
  max-width: 100%;
  display: block;
  line-height: 30px;
  padding: 0 5px;
  text-align: center;
  border: 0;
  border-bottom: 2px solid #c0c0c1;
  font-size: 16px;
  background: none;
}
.ui-spinner .ui-spinner-input:focus {
  outline: none !important;
  box-shadow: 0 0 0 transparent !important;
}
.ui-spinner .ui-spinner-button {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  height: 32px;
  width: 20px;
  cursor: pointer;
}
.ui-spinner .ui-spinner-button:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: #2f3331;
}
.ui-spinner .ui-spinner-button:hover:before, .ui-spinner .ui-spinner-button:hover:after {
  background: #ff6d00;
}
.ui-spinner .ui-spinner-up {
  left: 0;
}
.ui-spinner .ui-spinner-up:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
  background: #2f3331;
}
.ui-spinner .ui-spinner-down {
  right: 0;
}

.btn-remove {
  padding: 0;
  display: block;
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 30px;
}
.btn-remove .icon {
  width: 18px;
  height: 32px;
  fill: #718988;
}

.cart-td-qty .spinner-txt{
  height: 32px;
  width: 100%;
  max-width: 100%;
  display: block;
  line-height: 30px;
  padding: 0 5px;
  text-align: center;
  border: 0;
  border-bottom: 2px solid #a0a0a0;
  font-size: 16px;
}
.cart-td-qty .spinner-txt:focus {
  outline: none !important;
  box-shadow: 0 0 0 transparent !important;
}
.cart-td-qty .spinner-btn {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  height: 32px;
  width: 20px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
}
.cart-td-qty .spinner-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: #000;
}
.cart-td-qty .spinner-btn:hover:before, .spinner .spinner-btn:hover:after {
  background: #007459;
}
.cart-td-qty .btn-plus{
  right: 0;
}
.cart-td-qty .btn-plus:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
  background: #000;
}
.cart-td-qty .btn-minus{
  left: 0;
}

.cart-hint {
  font-size: 15px;
}
.cart-hint a {
  color: #df4948;
  text-decoration: underline;
}
.cart-hint a:hover {
  text-decoration: none;
}

.promo-code {
  position: relative;
  margin-top: 16px;
}
.promo-code .form-control {
  border: 0;
  border-bottom: 3px solid #c0c0c0;
  box-shadow: none !important;
  padding-right: 50px;
  border-radius: 0;
}
.promo-code .btn-code {
  position: absolute;
  right: 17px;
  top: 7px;
  background: none;
  border: 0;
  padding: 0;
  color: #788887;
  font-size: 20px;
  line-height: 20px;
}

.cart-short {
  font-size: 15px;
  margin-bottom: 20px;
}

.cart-section {
  margin-bottom: 54px;
}

@media (max-width: 1199px) {
  .cart-table {
    margin-right: 15px;
  }

  .cart-td-img {
    flex: 0 0 70px;
    max-width: 70px;
  }

  .cart-td-img {
    align-self: center;
  }
}
@media (max-width: 991px) {
  .cart-hint {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cart-section .prod-gift-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 577px) {
  .cart-table {
    margin-right: 0;
  }

  .cart-row {
    flex-wrap: wrap;
    padding-right: 50px;
  }

  .cart-td-name {
    padding-left: 15px;
    padding-right: 10px;
  }

  .cart-td-img {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .cart-td-name {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0;
  }
}
@media (max-width: 420px) {
  .cart-row {
    display: block;
    text-align: center;
  }

  .cart-td-name {
    padding: 0;
    width: 100%;
  }

  .cart-td-img {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .cart-td-img img {
    max-width: 100px;
    display: inline-block;
  }

  .cart-row {
    padding-right: 0;
  }

  .btn-remove {
    top: auto;
    bottom: 0;
  }

  .cart-hint {
    text-align: center;
  }
}
.form-wrap {
  margin-bottom: 100px;
}
.form-wrap h2, .form-wrap h3, .form-wrap .title {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 0;
  margin-bottom: 25px;
}

.form-control-decored {
  border: 0;
  padding: 0 12px;
  border-bottom: 2px solid #bcbcbc;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 16px;
}

.form-control-decored ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: 0.4s;
}

.form-control-decored:focus {
  border-color: #ff6d00;
}

.form-control-decored:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}

.form-section {
  margin-bottom: 54px;
  max-width: 800px;
}
.form-section > .row {
  margin-left: 0;
  margin-right: 0;
}
.form-section div[class^=col-] {
  padding: 0 30px;
}

.input-holder {
  position: relative;
}
.input-holder + .input-holder {
  margin-top: 28px;
}

.rad-line {
  margin: 0 -10px 20px;
  display: flex;
  flex-wrap: wrap;
}

.rad-item {
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
}
.rad-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rad-item label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #bdbdbd;
  background: #2f3331;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.rad-item input:checked + label {
  background: #fff;
  color: #2f3331;
}

.pickup-box, .delivery-box, .pay-card, .pay-cash, .pay-legal, .pay-bank {
  display: none;
}

.delivery-box {
  position: relative;
}
.delivery-box .search-example {
  top: 38px;
}

.delivery-inf {
  margin-top: 35px;
}
.delivery-inf li {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.panel-delivery {
  font-size: 15px;
  margin-top: -5px;
  margin-bottom: 24px;
}

.product-panel .ch-item {
  margin-bottom: 30px;
}
.product-panel .ch-item label {
  font-size: 15px;
  line-height: 18px;
  color: #7c8786;
}
.product-panel .ch-item a {
  color: #df4948;
  text-decoration: underline;
}
.product-panel .ch-item a:hover {
  text-decoration: none;
}

.panel-hint {
  font-size: 15px;
  line-height: 18px;
}

.modal-link {
  font-size: 14px;
  padding-top: 20px;
}
.modal-link a {
  color: #df4948;
  text-decoration: none;
  border-bottom: 1px dotted #df4948;
}
.modal-link a:hover {
  border-bottom-color: transparent;
}

.delivery-box .search-example {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background: #fff;
  border: 1px solid #bcbcbc;
  padding: 10px 15px 5px;
  top: 40px;
  z-index: 10;
  padding: 15px;
}

.search-example {
  position: absolute;
  top: 100%;
  left: -5px;
  right: 5px;
  background: #fff;
  border: 1px solid #bcbcbc;
  padding: 10px 15px 5px;
  top: 40px;
  z-index: 10;
  padding: 15px;
}

.search-example ul li {
  margin-bottom: 5px;
  padding-left: 0;
  display: block;
}

.search-example ul li a {
  display: block;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .form-section div[class^=col-] {
    padding: 0 15px;
  }

  .input-holder + .input-holder {
    margin-top: 15px;
  }

  .form-wrap h2, .form-wrap h3 {
    margin-bottom: 15px;
  }

  .form-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .input-holder + .input-holder {
    margin-top: 0;
  }

  .input-holder {
    margin-bottom: 10px;
  }
}
@media (max-width: 577px) {
  .form-section div[class^=col-] {
    padding: 0;
  }
}
.cabinet-panel {
  background: #fff;
  padding: 20px;
  position: sticky;
}
.cabinet-panel ul {
  padding-left: 16px;
}
.cabinet-panel ul li {
  display: block;
  font-size: 16px;
}
.cabinet-panel ul li a {
  color: #2f3331;
}

.cabinet-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.order-card {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 54px;
  background: #fff;
}
.order-card:hover {
  box-shadow: 0 0 18px rgba(255, 109, 0, 0.17);
}

.order-card-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-card-name {
  font-size: 16px;
  font-weight: 500;
}

.order-card-body {
  margin-bottom: 25px;
}

.order-card-price {
  font-size: 18px;
  font-weight: 700;
}
.order-card-price span {
  color: #a1a1a1;
}

.order-card-foot a {
  color: #df4948;
  text-decoration: underline;
}
.order-card-foot a:hover {
  text-decoration: none;
}

.form-end {
  margin-top: 54px;
  margin-bottom: 40px;
}

.teaser-slider {
  margin-top: 18px;
}
.teaser-slider .slick-dots {
  margin-top: 5px;
  padding-right: 38px;
}

.inner-slider .container {
  padding-right: 0;
  padding-left: 0;
}
.inner-slider img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .cabinet-panel {
    margin-bottom: 30px;
  }

  .order-card {
    margin-bottom: 20px;
  }

  .form-end {
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .main .inner-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 577px) {
  .order-card-head {
    display: block;
  }

  .form-wrap {
    margin-bottom: 40px;
  }

  .form-end {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .form-end .btn {
    width: 100%;
    display: block;
  }
}
.compare-table {
  display: flex;
  overflow: hidden;
  background: #fff;
}
.compare-table .inner {
  flex: 1 1 auto;
  width: 1%;
  overflow: auto;
  display: flex;
  overflow-x: scroll;
}
.compare-table .inner .compare-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
}
.compare-table .inner .compare-item:last-child {
  border-right: 0;
}
.compare-table .inner::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 4px;
}
.compare-table .inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.compare-table .item {
  height: 408px;
}
.compare-table > .compare-item {
  flex: 0 0 350px;
  max-width: 350px;
}

.compare-item-top {
  height: 408px;
}
.compare-item-top .btn {
  margin: 38px 0 0 38px;
}

.compare-item {
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 1px solid #e5e7f9;
}
.compare-item .remove {
  position: absolute;
  right: 35px;
  top: 8px;
  z-index: 50;
  padding: 0;
  border: 0;
  font-size: 14px;
  background-color: transparent;
  color: #df4948;
  text-decoration: underline;
}

.parametr {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 32px;
  overflow: hidden;
  border-bottom: 1px solid #e5e7f9;
}
.parametr:nth-child(even) {
  background-color: #f5f5fc;
}

@media (max-width: 1199px) {
  .compare-table .inner .compare-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .parametr {
    padding: 10px 15px;
  }

  .compare-table > .compare-item {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .compare-table .inner .compare-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .compare-table > .compare-item {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .compare-item-top .btn {
    margin: 20px 0 0 20px;
  }

  .btn > span span {
    display: none;
  }
}
@media (max-width: 577px) {
  .compare-table > .compare-item {
    flex: 0 0 140px;
    max-width: 140px;
  }

  .compare-table .btn > span {
    padding: 0 10px;
  }

  .compare-table .inner .compare-item {
    min-width: 280px;
  }
}
.breadcrumb {
  margin: 30px 0 10px 0;
  padding: 0;
  background: transparent;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb li {
  font-size: 16px;
  color: #859393;
  position: relative;
  display: inline-flex;
}
.breadcrumb li:not(:first-child) {
  padding-left: 24px;
}
.breadcrumb li:not(:first-child):before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.breadcrumb li a {
  color: #859393;
}

.modal-content {
  padding: 23px 30px 30px 30px;
  position: relative;
}
.modal-content .input-holder + .input-holder {
  margin-top: 25px;
}

.modal-title {
  font-size: 24px;
  margin-bottom: 32px;
}

button.close {
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  top: 30px;
  right: 30px;
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 12px;
  content: "";
  height: 25px;
  width: 2px;
  background-color: #333;
  top: 0;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.form-disclaimer {
  font-size: 14px;
  line-height: 17px;
  margin: 27px 0;
}

.btn-modal {
  background: #2f3331;
  color: #fff;
  display: block;
  width: 100%;
  border: 0;
  height: 30px;
  margin-top: 27px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 390px;
  }
}
@media (max-width: 1199px) {
  .news-box {
    margin-bottom: 30px;
  }

  .news-unit-img {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .reg-txt {
    font-size: 20px;
    line-height: 25px;
  }

  .register {
    margin: 80px 0;
  }

  .showroom .inner {
    display: block;
  }

  .showroom-lft {
    max-width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .showroom-rht {
    width: 100%;
  }

  .showroom-lft ul li + li {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .register {
    display: block;
  }

  .reg-txt {
    margin-bottom: 15px;
  }

  .reg-txt, .reg-btn {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .reg-txt::after {
    display: none;
  }

  .register {
    margin: 40px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .showroom-thumbs div[class^=col-]:nth-child(2) {
    padding-bottom: 0;
  }

  .showroom-thumbs div[class^=col-]:first-child {
    padding-bottom: 0;
  }

  .showroom-thumbs {
    margin-top: 25px;
  }

  .showroom .slick-dots {
    padding: 10px 0 0 0;
    justify-content: center;
  }

  .news-unit-img {
    align-items: flex-start;
  }
}
@media (max-width: 577px) {
  .news-unit-img {
    max-width: 100%;
    height: 160px;
    margin-bottom: 15px;
  }

  .news-unit-txt strong {
    margin-top: 0;
  }

  .news-unit {
    display: block;
  }

  .news-unit-txt {
    width: 100%;
    padding-left: 0;
  }

  h1, h2, h3, h4, h5, .title {
    font-size: 20px;
    line-height: 20px;
  }

  .has-bg:before {
    top: 23px;
  }

  .news-unit-img {
    height: auto;
  }
}




.aside-title{
	position: relative;	
  cursor: pointer;
}

.aside-title:after{
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
  right: 3px;
  top: 9px;
  transform: rotate(45deg);
}

.aside-noafter:after {
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.aside-title.is-opened:after{
  transform: rotate(-135deg); 
  top: 11px;
}

.filter-unit + .filter-unit{
  margin-top: 15px;
}


/*******03-07-2021********/

.menu{
  position: relative;
  z-index: 6;
}

.main-menu{
  position: relative;    
}

.main-menu-drop{
  background: #fff;
  position: absolute;
  left: 0;
  width: 1066px;
  top: calc(100% + 15px);
  padding: 30px;
  transform: translateY(-15px);
  box-shadow: 0 6px 12px rgba(0,0,0,.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-menu > li{  
  margin-top: -13px;
  margin-bottom: -15px;
  padding-top: 13px;
  padding-bottom: 15px;
}

.main-menu li:hover > .main-menu-drop{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.main-menu li:hover > a{
  text-decoration: underline;
}

.main-menu-drop strong{
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.main-menu-drop > ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 27px;
}

.main-menu-drop > ul:last-child{
  margin-bottom: 0px; 
}

.main-menu-drop ul li{
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0 10px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  font-weight: 400;  
}

@media (max-width: 1199px){
  .main-menu-drop{
    width: 705px;
  }
  .main-menu-drop ul li{
    flex: 0 0 50%;
    max-width: 50%;   
  } 
}

@media (max-width: 991px){
  .main-menu-drop{
    position: static;
    display: none;
    width: 100%;
  }
  .main-nav li:hover .main-menu-drop{
    display: none;
  }
  .main-nav li.is-active .main-menu-drop{
    display: block;
    opacity: 1;
    visibility: visible;    
    transform: translateY(0px);
  }  
  .main-menu{
    margin: 15px 0;
  }
}

@media (max-width: 767px){
  .main-menu-drop ul li{
    flex: 0 0 100%;
    max-width: 100%;   
  }  
}

@media (max-width: 576px){
  .main-menu-drop{
    padding: 15px;
  }
}


/********30-07-2021********/
.sort-by-price {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  align-items: center;
  padding-right: 24px;
}


.sort-by-title2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 767px){
  .sort-by-price {
   
  flex-direction: column;
 
  }
}



.sort-btn {
  padding: 0;
  background: none;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  border: 0;
  margin-left: 20px;
  outline: none !important;
  cursor: pointer;
}
.sort-btn.active span {
  background-color: #C15656;
}
.sort-btn.active span:before, .sort-btn.active span:after {
  background-color: #C15656;
}
.sort-btn:last-child {
  transform: scaleX(-1) rotate(180deg);
}
.sort-btn span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 10px;
  background: #000;
}
.sort-btn span:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 14px;
  left: 0;
  top: -5px;
  background: #000;
}
.sort-btn span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 5px;
  left: 0;
  bottom: -5px;
  background: #000;
}

.filter-show {display: none;}

@media (max-width: 576px){
  .filter-show {
    position: sticky;
    left: 140px;
    bottom: 0px;
    display: block;
  }

  .filter-show > span {
    padding: 0 10px;
  }
}


/*brands*/
.order-link {
  display: inline-block;
  color: #df4948;
  border-bottom: 1px dotted #df4948;
}
.order-link:hover {
  color: #df4948;
  text-decoration: none;
  border-bottom-color: transparent;
}

.orderbigsize {font-size:20px;margin-bottom:13px;}
/****************/

.brandid{
  display: none;
}

.brandid.js-tab-active{
  display: block;
}


.order-link-list > div{
  display: inline-block;
  color: #df4948;
  font-size: 20px;
  margin-bottom: 13px;
  border: 1px solid #bcbcbc;
  border-width: 2px;
  padding: 5px 10px;
  background: #fff;
  cursor: pointer;
}

.order-link-list > div.js-active{
  color: #000;
}