

/*File: design/premium/css/components/catalog.compare.result.css*/
#bx_catalog_compare_block {
  padding-bottom: 50px;
}

.table_compare .owl-carousel:not(.owl-loaded) {
  overflow: hidden;
}
.table_compare .owl-carousel:not(.owl-loaded) .item {
  width: 20%;
}

.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap {
  box-shadow: inset 0px 0px 0px 1px #ececec;
  box-shadow: inset 0px 0px 0px 1px var(--stroke_black);
  height: 100%;
}
.catalog_block_template .catalog_block.owl-carousel.owl-loaded .item_block {
  width: 100%;
}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer {
  margin: 0px -1px 0px -1px;
  padding: 0px 1px 0px 1px;
}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer .owl-item:hover {
  z-index: 2;
}
.catalog_block_template .catalog_block.owl-carousel {
  margin-bottom: -4px;
}

/*block top*/
.catalog-compare__items .owl-stage {
  display: flex;
  flex-direction: row;
}
.catalog-compare__items .owl-item {
  flex-shrink: 0;
}
body .catalog-compare .catalog-block__item {
  padding: 16px;
  height: 100%;
}
.table_compare .side-icons {
  display: none;
}
body .catalog-block__info {
  margin-top: 23px;
  flex-basis: auto;
}
/* .catalog-block__info-bottom--margined {
  flex-basis: 100%;
  margin: 5px 0px;
} */
.catalog-block__info-title span {
  display: block;
  line-height: 21px;
}
.catalog-block__info-tech{
  margin-top: 4px;
}
.catalog-block__info-bottom {
  margin-top: 16px;
  width: max-content;
}
/* .catalog-block__info-bottom .js-config-btns {
  margin-top: 15px;
} */

.catalog-compare__switch {
}
.catalog-compare__clear {
  display: block;
  cursor: pointer;
}
.catalog-compare__clear .svg {
  margin-right: 9px;
}

.catalog-compare__inner.loading {
  background-color: #fff;
  background-color: var(--card_bg_black);
}
.catalog-compare__inner.loading > * {
  opacity: 0;
}
.catalog-compare__inner.loading .loader_circle {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  opacity: 1;
  background-position-y: 100px;
}

/* .catalog-compare__top {
  margin: 3px 0px 8px;
} */

.bx_compare .remove {
  position: absolute;
  top: 12px;
  z-index: 1;
  right: 12px;
  cursor: pointer;
}
.bx_compare .remove .svg {
  position: static;
  display: flex;
}
.bx_compare .remove:not(:hover) svg path {
  fill: #999;
}

.bx_filtren_container ul {
  font-size: 0px;
  margin: 24px 0px 16px 0px;
}
.bx_filtren_container ul li,
.bx_filtren_container ul li:before {
  display: none;
}
.bx_filtren_container ul li.visible {
  display: inline-flex;
  margin: 0;
}

.bx_filtren_container ul li span {
  /* font-size: 12px; */
  text-transform: none;
  display: block;
  font-weight: 400;
}
.bx_filtren_container .btn .svg {
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.bx_filtren_container .btn svg * {
  fill: var(--fill_dark_lite_white_hover);
}
.bx_filtren_container .btn:hover svg * {
  fill: #fff;
}

.catalog-compare__switch.form__check.form__check--switch [type="checkbox"] + label {
  padding-left: 47px;
  position: relative;
  font-size: 0.86667em;
  cursor: pointer;
}
/*
.catalog-compare__switch.form__check.form__check--switch [type="checkbox"] + label::before {
  width: 26px;
  height: 13px;
}
.catalog-compare__switch.form__check.form__check--switch [type="checkbox"] + label::after {
  width: 9px;
  height: 9px;
}
.catalog-compare__switch.form__check.form__check--switch [type="checkbox"]:checked + label::after {
  left: 15px;
}
*/

.onoff input[type="checkbox"] + label.dark {
  color: #333;
  color: var(--white_text_black);
}
.onoff input[type="checkbox"] + label {
  padding: 0px 0px 0px 50px;
  font-size: 13px;
  color: #999;
}
.onoff.sm input[type="checkbox"] + label {
  padding-left: 46px;
}
.onoff.sm input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 5px;
  height: 16px;
  width: 33px;
  left: 0;
  background: #e0e0e0;
  background: var(--light, #e0e0e0) var(--dark, #444);
  display: block;
  border-radius: 10px;
}
.onoff.sm input[type="checkbox"]:checked + label:before {
  background: var(--theme-base-color);
}
.onoff.sm input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  bottom: 0;
  border-radius: 100%;
  background: #fff;
  border: none;
  margin: 2px;
  left: 1px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
  transition: left 0.1s ease-in;
  z-index: 11;
  height: 12px;
  width: 12px;
}
.onoff.sm input[type="checkbox"]:checked + label:after {
  left: 17px;
}
#compare_diff {
  display: none;
}

.catalog-compare__props-slider {
  margin-top: -1px;
}
.catalog-compare__item-props {
  border-top: 1px solid #ececec;
  border-color: var(--stroke_black);
}
.catalog-compare__item-props .catalog-compare__prop-line {
  padding: 16px;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border: 1px solid #ececec;
  border-top-width: 0px;
  color: #333;
  position: relative;
  border-color: var(--stroke_black);
  color: var(--white_text_black);
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-compare__item-props .catalog-compare__prop-line a {
  color: #333;
  color: var(--white_text_black);
}
.catalog-compare__item-props .catalog-compare__prop-line .catalog-compare__prop-name {
  display: block;
  z-index: -1;
  opacity: 0;
}
.catalog-compare__prop-name{
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 13px;
}
.catalog-compare__prop-line .remove{
  top: 16px;
  right: 16px;
}
.catalog-compare__props-slider
  .owl-item:first-child
  .catalog-compare__item-props
  .catalog-compare__prop-line
  .catalog-compare__prop-name,
.catalog-compare__props-slider
  .owl-item.active-title
  .catalog-compare__item-props
  .catalog-compare__prop-line
  .catalog-compare__prop-name,
.catalog-compare__props-slider .owl-item:first-child .catalog-compare__prop-line.hover-prop .remove,
.catalog-compare__props-slider .owl-item.active-title .catalog-compare__prop-line.hover-prop .remove {
  z-index: 1;
  opacity: 1;
}
.catalog-compare__props-slider .owl-item:first-child .catalog-compare__item-props .catalog-compare__prop-line,
.catalog-compare__props-slider .owl-item.active-title .catalog-compare__item-props .catalog-compare__prop-line,
.catalog-compare__props-slider
  .owl-item.active
  + .owl-item:not(.active)
  .catalog-compare__item-props
  .catalog-compare__prop-line {
  /* border-left: 1px solid transparent; */
}

.catalog-compare__props-slider .owl-stage-outer {
  margin: 0px -1px 0px 0px;
  padding: 0px 1px 0px 0px;
}
.catalog-compare__props-slider .catalog-compare__item-props .catalog-compare__prop-line .remove {
  opacity: 0;
}
.catalog-compare__props-slider .catalog-compare__item-props .catalog-compare__prop-line.hover-prop {
  background-color: #fafafa;
  background-color: var(--light2_bg_black);
}
.catalog-compare__props-slider .catalog-compare__item-props .catalog-compare__prop-line.hover-prop.border-left {
  border-left: 1px solid #ececec;
  border-color: var(--stroke_black);
}
.catalog-compare__props-slider .catalog-compare__item-props .catalog-compare__prop-line.hover-prop.border-right {
  border-right: 1px solid #ececec;
  border-color: var(--stroke_black);
}

@media (max-width: 768px) {
  .catalog-compare__clear .hidden-mobile {
    display: none;
  }
  .catalog-compare__items.catalog_block .catalog_item > div {
    margin-right: 0;
    margin-left: -1px;
  }
  .catalog-compare__items.owl-carousel.owl-theme.owl-bg-nav .owl-nav {
    display: flex;
    left: -16px;
    right: -16px;
  }
  .catalog-compare__items.owl-carousel.owl-theme.owl-bg-nav .owl-nav.disabled {
    display: none;
  }
  .catalog-compare__items.owl-carousel .owl-nav .svg {
    width: 32px;
    height: 0px;
    line-height: 0px;
  }
  .catalog-compare__items.owl-carousel.owl-theme.owl-bg-nav .owl-nav button {
    height: 40px;
  }
  .catalog-compare__items.owl-carousel.owl-bg-nav .owl-nav .owl-prev .svg {
    left: -4px;
    top: -1px;
  }
  .catalog-compare__items.owl-carousel.owl-bg-nav .owl-nav .owl-next .svg {
    left: 4px;
    top: -1px;
  }
  .catalog-compare__item-props .catalog-compare__prop-line {
    /* margin-left: -1px; */
  }
}
@media (max-width: 500px) {
  .catalog-compare__items.catalog_block .catalog_item {
    height: 100%;
  }
  .catalog-compare__items.catalog_block.owl-carousel .owl-stage,
  .catalog-compare__items.catalog_block.owl-carousel .owl-stage > div {
    flex-wrap: wrap;
  }
}
@media (max-width: 460px) {
  .catalog-compare__slider .catalog-item__properties-line {
    white-space: normal;
  }
}

/*sticky block*/
.catalog-small__img-wrap {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 58px;
  flex-shrink: 0;
  align-self: normal;
  text-align: center;
  overflow: hidden;
}
body .catalog-small__item {
  padding: 16px 28px 16px 14px;
  align-items: flex-start;
  height: 92px;
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: var(--black_bg_black);
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.01s,
  visibility ease 0.01s;
  width: 100%;
}
.catalog-compare__sticky-items .owl-stage {
  display: flex;
  flex-direction: row;
}
.catalog-small__name{
  padding-left: 12px;
  max-height: 100%;
  min-width: 1px;
}
.catalog-small__name a{
  line-height: 1.2rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.catalog-compare__sticky-items .owl-item {
  flex-shrink: 0;
}

.show-sticky-items .catalog-small__item {
  opacity: 1;
  visibility: visible;
}
.catalog-small__remove {
  display: none;
}
.catalog-small__item:hover .catalog-small__remove {
  display: block;
}
html.bx-touch .catalog-small__item .catalog-small__remove {
  display: block;
}
.catalog-small__item:before {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -9px;
  z-index: -1;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 20%, transparent 100%);
}
.table_compare{
  position: relative;
}
.compare-sections__item:not(.active){
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.compare-sections__tab-count{
  font-size: 0.8rem;
  margin-left: 13px;
  font-weight: normal;
}
.compare-sections__tab-item.active > span {
  background: var(--black_bg_black);
}
/* */

.catalog-compare .compare-sections__tabs{
  margin-bottom: 32px;
}



/*File: design/premium/css/components/owl.carousel.css*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



/*File: design/premium/css/components/owl.theme.default.css*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }



/*File: design/premium/css/components/owl-styles.css*/
.owl-carousel-wrapper {
  position: relative;
}
.owl-carousel:not(.owl-loaded) {
  background-image: url(/design/premium/images/loaders/double_ring.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
}
.thmb.owl-carousel:not(.owl-loaded) {
  min-height: 58px;
}
.owl-carousel:not(.owl-loaded) * {
  display: none;
}
.owl-carousel:not(.owl-loaded) ~ .owl-carousel__dots {
  opacity: 0;
}

body .owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel--margin-top-64 {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .owl-carousel--margin-top-64 {
    margin-top: 32px;
  }
}
.owl-carousel--padding-left-32 {
  padding-left: 32px;
}
.owl-carousel--padding-right-32 {
  padding-right: 32px;
}
@media (max-width: 991px) {
  .owl-carousel--padding-left-32 {
    padding-left: 24px;
  }
  .owl-carousel--padding-right-32 {
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .owl-carousel--no-gap.owl-carousel--with-shadow .owl-stage-outer:before,
  .owl-carousel--no-gap.owl-carousel--with-shadow .owl-stage-outer:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 15px;
    background: #fff;
    background: var(--black_bg_black);
    z-index: 1;
  }
}
.index-block--fon .owl-carousel--with-shadow .owl-stage-outer:before,
.index-block--fon .owl-carousel--with-shadow .owl-stage-outer:after {
  background: #fafafa;
  background: var(--darkerblack_bg_black);
}
.owl-carousel--show-next.owl-carousel--with-shadow .owl-stage-outer:before,
.owl-carousel--show-next.owl-carousel--with-shadow .owl-stage-outer:after {
  content: none;
}

.owl-carousel--with-shadow .owl-stage-outer:before {
  left: 0px;
}
.owl-carousel--with-shadow .owl-stage-outer:after {
  right: 0px;
}
.owl-carousel--with-shadow.owl-carousel--after-offset-1 .owl-stage-outer:after {
  right: -1px;
}
.owl-carousel--with-shadow .owl-item:hover {
  z-index: 2;
}
.owl-carousel--with-shadow .owl-stage-outer {
  padding: 15px;
  margin: -15px;
}
.owl-carousel--with-shadow-20 .owl-stage-outer {
  padding: 21px;
  margin: -20px;
}
.owl-carousel--with-shadow-20 .owl-stage-outer:before,
.owl-carousel--with-shadow-20 .owl-stage-outer:after {
  top: 20px;
  bottom: 20px;
  width: 20px;
}
@media (max-width: 767px) {
  .owl-carousel--items-width-360-adaptive .owl-item {
    width: 360px !important;
    margin-right: -1px;
  }
  .owl-carousel--items-width-230-adaptive .owl-item {
    width: 230px !important;
  }
  .owl-carousel--with-shadow .owl-stage-outer::before,
  .owl-carousel--with-shadow .owl-stage-outer::after {
    content: none;
  }
  .owl-carousel--wide-adaptive .owl-stage-outer {
    padding: 24px;
    margin: -24px;
  }
  .owl-carousel--wide-view .owl-stage-outer {
    padding: 0px;
    margin: 0px;
  }
}
/* @media (max-width: 600px) {
  .owl-carousel--items-width-360-adaptive .owl-item {
    width: 260px !important;
  }
} */
@media (max-width: 450px) {
  .owl-carousel--items-width-360-adaptive .owl-item {
    width: 260px !important;
  }
}

.owl-carousel--show-next {
  padding-right: 64px;
  padding-left: 24px;
  width: calc(100% - 88px);
}
.owl-carousel--button-offset-half.owl-carousel--show-next .owl-nav button {
  transform: none;
}
.owl-carousel--show-next .owl-stage-outer {
  padding-right: 64px;
  margin-right: -64px;
  padding-left: 24px;
  margin-left: -24px;
}
.owl-carousel--padding-left-32 .owl-stage-outer {
  padding-left: 32px;
  margin-left: -32px;
}
.owl-carousel--padding-right-32 .owl-stage-outer {
  padding-right: 32px;
  margin-right: -32px;
}
@media (max-width: 991px) {
  .owl-carousel--padding-left-32 .owl-stage-outer {
    padding-left: 24px;
    margin-left: -24px;
  }
  .owl-carousel--padding-right-32 .owl-stage-outer {
    padding-right: 24px;
    margin-right: -24px;
  }
}
/*.owl-carousel--show-next.owl-carousel--with-shadow .owl-stage-outer {margin-right: -79px;}*/
.owl-nav {
  position: absolute;
  display: flex;
}
.owl-carousel--button-bottom-right .owl-nav {
  bottom: 56px;
  right: 64px;
}
.owl-carousel--buttons-right .owl-nav {
  right: 0px;
}
.owl-carousel--buttons-right-minus-11 .owl-nav {
  right: -11px;
}
.owl-carousel--buttons-bottom-minus-48 .owl-nav {
  bottom: -48px;
}
.owl-carousel--buttons-bottom-minus-10 .owl-nav {
  bottom: -10px;
}
.owl-carousel--button-wide .owl-nav {
  position: static;
}
.owl-carousel--button-wide .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.owl-carousel--button-wide .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.owl-carousel--button-wide .owl-carousel__button {
  transform: translateY(-50%);
}
.owl-carousel--button-offset-32 .owl-nav {
  right: 32px;
  left: 0;
}
.owl-carousel__button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease-in-out;
}
body .owl-carousel__button:hover {
  background: var(--theme-base-color);
}
.disabled .owl-carousel__button {
  cursor: default;
}
.disabled .owl-carousel__button svg,
.disabled .owl-carousel__button:hover svg {
  opacity: 0.35;
}

.owl-carousel--buttons-bordered .owl-carousel__button {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.owl-carousel--buttons-size-30 .owl-carousel__button {
  height: 30px;
  width: 30px;
}
.owl-carousel--buttons-size-36 .owl-carousel__button {
  height: 36px;
  width: 36px;
}
.owl-carousel--buttons-size-48 .owl-carousel__button {
  height: 48px;
  width: 48px;
}
.owl-carousel--buttons-gray .owl-carousel__button {
  opacity: 0.35;
  transition: opacity 0.2s ease-in-out;
}
.owl-carousel--buttons-gray .disabled .owl-carousel__button,
.owl-carousel--buttons-gray .disabled .owl-carousel__button:hover {
  opacity: 0.1;
  cursor: default;
}
.owl-carousel.owl-carousel--buttons-gray .owl-carousel__button svg * {
  stroke: #333;
}
.owl-carousel.owl-carousel--buttons-gray .owl-carousel__button:hover svg * {
  stroke: #333;
}
.owl-carousel--buttons-gray .owl-carousel__button:hover {
  opacity: 1;
}

.owl-carousel__button svg * {
  stroke: #fff;
}
.owl-carousel__button--left svg {
  margin-left: -1px;
}

.owl-carousel--with-shadow .owl-nav .owl-prev,
.owl-carousel--with-shadow .owl-nav .owl-next {
  z-index: 2;
}

.owl-carousel--button-wide .owl-carousel__button--left {
  margin-left: -6px;
}
.owl-carousel--button-wide .owl-carousel__button--right {
  margin-right: -6px;
}

.owl-carousel--button-offset-half .owl-prev {
  transform: translateX(-50%);
}
.owl-carousel--button-offset-half .owl-next {
  transform: translateX(50%);
}
.owl-carousel--button-offset-half .owl-carousel__button {
  margin: 0;
}

.owl-carousel--button-offset-none .owl-carousel__button {
  margin: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.owl-carousel--button-bottom-right .owl-carousel__button--left {
  margin-right: 8px;
}
.owl-nav .owl-carousel__button--right {
  transform: rotate(180deg);
}
.owl-carousel--button-wide .owl-carousel__button--right {
  transform: rotate(180deg) translateY(50%);
}
html.bx-ie .owl-carousel--button-wide .owl-carousel__button {
  transform: none;
}
html.bx-ie .owl-carousel--button-wide .owl-carousel__button--right {
  transform: rotate(180deg);
}
.owl-nav .owl-carousel__button--right svg {
  margin-top: -1px;
  margin-right: 1px;
}
.owl-carousel.owl-carousel--buttons-transparent .owl-carousel__button {
  background: transparent;
  opacity: 0.35;
  transition: opacity 0.2s ease-in-out;
}
.owl-carousel.owl-carousel--buttons-transparent .owl-carousel__button svg path {
  stroke: #9e9e9e;
}
.owl-carousel.owl-carousel--buttons-transparent .owl-carousel__button svg,
.owl-carousel.owl-carousel--buttons-transparent .owl-carousel__button:hover {
  opacity: 1;
}
.owl-carousel.owl-carousel--buttons-transparent .owl-carousel__button:hover svg path {
  stroke: var(--theme-base-color) !important;
}
.owl-carousel.owl-carousel--buttons-transparent .owl-prev.disabled,
.owl-carousel.owl-carousel--buttons-transparent .owl-next.disabled {
  opacity: 1 !important;
}
@media (max-width: 1200px) {
  .owl-carousel--button-bottom-right-32-1200 .owl-nav {
    bottom: 32px;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .owl-nav {
    display: none;
  }
}

.owl-carousel--light .owl-carousel__button,
.owl-carousel--light button.disabled .owl-carousel__button:hover {
  background: #fff;
  background: var(--arrows_bg_black);
}
.owl-carousel--light .owl-carousel__button svg *,
.owl-carousel--light button.disabled .owl-carousel__button:hover svg * {
  stroke: #333;
  stroke: var(--white_text_black);
}
.owl-carousel--light .owl-carousel__button:hover svg * {
  stroke: #fff;
}

.owl-carousel__dots {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  max-width: 250px;
  margin: -4px 0;
}
.owl-carousel__dots--relative {
  position: relative;
}
.owl-carousel__dots.disabled {
  display: none;
}
.owl-carousel__dots--right {
  right: calc(64px + 88px);
  padding-right: 20px;
}
.owl-carousel__dots--right-40 {
  right: 40px;
}
.owl-carousel__dots--top-10 {
  top: 10px;
}
.owl-carousel__dots--center {
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel__dots--bottom-64 {
  bottom: 78px;
}
.owl-carousel__dots--bottom-56 {
  bottom: 70px;
}
.owl-carousel__dots--bottom-32 {
  bottom: 32px;
}
.owl-carousel__dots--bottom-minus-16 {
  bottom: -16px;
}

.owl-carousel__dots--small {
  margin: -4px;
}
.owl-carousel__dots--small .owl-carousel__dot {
  width: 6px;
  height: 6px;
  border: none;
  padding: 0;
  background: #ccc;
}
.owl-carousel__dots--small .owl-carousel__dot::after {
  content: none;
}

.owl-carousel__dots--offset-top-30 {
  margin-top: 30px;
}
.owl-carousel__dots--small.owl-carousel__dots--offset-top-30 {
  margin-top: 26px;
}

.owl-carousel__dot {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px;
  position: relative;
  background-clip: content-box;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  padding: 2px;
}
.bx-mac .owl-carousel__dot {
  overflow: visible;
}
.owl-carousel__dot-scroll {
  display: none;
}
.owl-carousel__dot::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 50%;
  border: 2px solid;
  border-color: rgba(51, 51, 51, 0.122);
  z-index: 4;
}
html.bx-ie .owl-carousel__dot:not(.active)::after {
  border-color: rgb(51, 51, 51);
}
@media (min-width: 768px) {
  .owl-carousel__dots--autoplay .owl-carousel__dot.active:not(.reset-animation) .owl-carousel__dot-pie {
    width: calc(50% - 2px);
    height: calc(100% - 4px);
    transform-origin: 100% 50%;
    position: absolute;
  }
  .owl-carousel__dots--autoplay .owl-carousel__dot.active:not(.reset-animation) .owl-carousel__dot-left-side {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    background: #333;
    opacity: 1;
    z-index: 3;
    animation: opa steps(1, end) infinite;
  }
  .owl-carousel__dots--autoplay .owl-carousel__dot.active:not(.reset-animation) .owl-carousel__dot-spinner {
    border-radius: 80% 0 0 80% / 50% 0 0 50%;
    height: 100%;
    width: 50%;
    top: 0px;
    left: 0px;
    z-index: 2;
    border-right: none;
    animation: rota infinite linear;
  }
  .owl-carousel__dots--autoplay .owl-carousel__dot.active:not(.reset-animation) .owl-carousel__dot-right-side {
    border-radius: 0 55% 85% 0 / 0 30% 40% 0;
    left: 50%;
    opacity: 0;
    z-index: 1;
    animation: opa steps(1, end) infinite reverse;
    border-left: none;
  }
}

.owl-carousel--light ~ .owl-carousel__dots .owl-carousel__dot::before {
  background-color: #fff;
}
.owl-carousel--light ~ .owl-carousel__dots--autoplay .owl-carousel__dot.active .owl-carousel__dot-left-side {
  background: #fff;
}

.owl-carousel__dots--line {
  background: #33333359;
  border-radius: 8px;
  overflow: hidden;
  width: 100px;
  display: flex;
  flex-wrap: nowrap;
}
.owl-carousel__dots--line .owl-carousel__dot {
  height: 8px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: none !important;
  border: none;
  overflow: visible;
  cursor: default;
}
.owl-carousel__dots--line .owl-carousel__dot::after {
  content: none;
}
.owl-carousel__dots--line .owl-carousel__dot-scroll {
  height: 8px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.owl-carousel--light ~ .owl-carousel__dots--line {
  background: rgba(255, 255, 255, 0.349);
}
.owl-carousel--light ~ .owl-carousel__dots--line .owl-carousel__dot {
  background: #fff;
}

.owl-carousel ~ .owl-carousel__dots--line-small {
  background: #e5e5e5;
  border-radius: 3px;
  width: 180px;
}
.owl-carousel__dots--line-small .owl-carousel__dot {
  height: 3px;
}
.owl-carousel__dots--line-small .owl-carousel__dot-scroll {
  height: 3px;
  background: #666;
  border-radius: 3px;
}

@media (max-width: 1200px) {
  .owl-carousel__dots--right-bottom-32-1200 {
    bottom: 46px;
    right: calc(32px + 88px);
  }
  .owl-carousel--button-offset-32 .owl-nav {
    right: 24px;
    left: 0;
  }
}
@media (max-width: 767px) {
  body .owl-carousel ~ .owl-carousel__dots {
    bottom: 24px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  body .owl-carousel ~ .owl-carousel__dots--bottom-minus-16 {
    bottom: -16px;
  }
}

.owl-carousel .owl-dots {
  bottom: 17px;
  position: absolute;
  width: 100%;
  line-height: 13px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  vertical-align: top;
  margin: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  opacity: 0.4;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
  opacity: 1;
}

.owl-carousel.owl-carousel--outer-dots .owl-dots {
  bottom: -40px;
}
.owl-carousel.owl-carousel--outer-dots .owl-dots .owl-dot {
  background: #dddddd;
}
.owl-carousel.owl-carousel--outer-dots .owl-dots .owl-dot.active,
.owl-carousel.owl-carousel--color-dots .owl-dots .owl-dot.active {
  background: #9e9e9e;
  background-color: var(--theme-base-color);
}

.owl-carousel.owl-carousel--static-dots .owl-dots {
  position: static;
}
.owl-carousel--dots-padding-top-20 .owl-dots {
  padding-top: 20px;
}

/*
.owl-carousel--no-gap .owl-item.active .grid-list-border-outer > .bordered {
  border-left-width: 0;
}
.owl-carousel--no-gap .owl-item.active:first-of-type .grid-list-border-outer > .bordered {
  border-left-width: 1px;
}
.owl-carousel--no-gap .owl-item  {
  margin-right: -1px;
}
*/
.owl-carousel--no-gap.owl-carousel--with-shadow .owl-item:not(.active) > div:not(.reviews-list__item) {
  margin: 0 2px;
}

.owl-carousel--nav-hover-visible .owl-nav {
  position: static;
}
.owl-carousel--nav-hover-visible .owl-nav .owl-prev,
.owl-carousel--nav-hover-visible .owl-nav .owl-next {
  transition: left 0.3s ease, right 0.3s ease;
  visibility: hidden;
}
.owl-carousel--nav-hover-visible:hover .owl-nav .owl-prev,
.owl-carousel--nav-hover-visible:hover .owl-nav .owl-next {
  visibility: visible;
}
.owl-carousel--nav-hover-visible .owl-nav .owl-prev {
  left: -4px;
}
.owl-carousel--nav-hover-visible:hover .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel--nav-hover-visible .owl-nav .owl-next {
  right: -4px;
}
.owl-carousel--nav-hover-visible:hover .owl-nav .owl-next {
  right: 0;
}
@media (max-width: 767px) {
  .owl-carousel--nav-hover-visible .owl-nav .owl-prev {
    left: -4px;
  }
  .owl-carousel--nav-hover-visible .owl-nav .owl-next {
    right: -4px;
  }
}

/* in detail */
.detail-block:not(.gallery):not(.big_gallery) .owl-carousel .owl-dots {
  bottom: inherit;
  top: -46px;
  right: -4px;
  width: auto;
  text-align: right;
}
.detail-block:not(.gallery):not(.big_gallery) .owl-carousel.owl-carousel--with-shadow .owl-dots {
  top: -31px;
}
@media (max-width: 767px) {
  .detail-block:not(.gallery):not(.big_gallery) .owl-carousel.owl-carousel--wide-adaptive .owl-dots {
    top: -22px;
  }
}
.detail-block:not(.gallery):not(.big_gallery) .owl-carousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  margin: 3px 4px;
}

