/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
/* Colors */
/* Fonts */
/*
 * Aristos flex framework. Миксины Flex, применяются к любому элементу.
 */
/*
 * Стиль элементов при эффектах hover, active, focus. Применяются к любому элементу при необходимости.
 */
/**
 * Цвет для input placeholder
 */
/*
 * Автоматическая конвертация размера шрифта в REM.
 */
/* Colors */
/* Fonts */
.filter {
  max-width: 277px;
  padding: 55px 0 0;
}
.filter__dropdown {
  display: none;
}
.filter__name {
  color: #525252;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  max-width: none;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter__name-container {
  margin: 12px 0 0 0;
}
.filter__name-container:first-child {
  margin-top: 0;
}
.filter__name-block {
  padding: 8px 17px 0;
  background: #fff;
  border-radius: 9px 9px 0 0;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
}
.filter__name-block_inactive {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
}
.filter__active-content {
  background: #fff;
  border-radius: 0 0 9px 9px;
  padding: 12px 17px 8px;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
}
.filter__active-content li {
  line-height: 1.5;
}
.filter__active-content li .count {
  display: none;
  margin-left: 10px;
}
.filter__active-content li a {
  color: #525252;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: static;
  padding: 0;
}
.filter__active-content li a:hover,
.filter__active-content li a:active,
.filter__active-content li a:focus {
  color: #DA0112;
}
.filter__active-content li a:before {
  content: none;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 2px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.filter__active-content li .input-checkbox > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.filter__current-container {
  background: #f4f4f4;
  border-radius: 0;
  padding: 8px 17px;
  margin: 0 0 12px;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
}
.filter__block-subtitle {
  color: #525252;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  font-weight: 400;
}
.filter .ariflex-slider {
  margin: 20px 0;
}
.filter .noUi-target {
  background: #E3E3E3;
  border: none;
  height: 2px;
  box-shadow: none;
  border-radius: 4px;
}
.filter .noUi-connect {
  background: #000;
  height: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}
.filter .noUi-handle {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  border: none;
  position: relative;
  width: 15px;
  height: 15px;
  left: inherit;
  top: -6px;
}
.filter .ariflex-slider_inside.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -8px;
  cursor: pointer;
}
.filter .ariflex-slider_inside.noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -8px;
  right: auto;
}
.filter .ariflex-slider_inside.noUi-horizontal .noUi-handle.noUi-handle-lower {
  left: -8px;
}
.filter .noUi-tooltip {
  position: absolute;
  top: -20px;
}
.filter .amshopby-slider-price {
  display: none;
}
.filter .multiselect-child,
.filter_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter__label-name {
  color: #525252;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: inherit;
  display: block;
  padding: 0 0 5px;
  margin: 0;
}
.filter .currently li {
  padding: 0 0 25px;
}
.filter .currently li:first-child {
  padding: 5px 0 25px;
}
.filter__filter-label {
  color: #525252;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.filter__remove {
  display: inline-block;
  background: url('/ru-ru/skin/frontend/ariflex/default/images/remove_icon.svg') no-repeat;
  height: 11px;
  width: 11px;
}
.filter__toggle-button {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  width: auto;
  height: auto;
  background: none;
  background-size: auto;
}
.filter__clear {
  display: none;
}
@media (max-width: 1023px) {
  .filter .currently > a {
    display: none;
  }
  .filter__buttons {
    background-color: #fff;
    width: 50%;
    margin: 12px auto 20px;
    border-radius: 0;
    padding: 1px 0;
    min-width: 290px;
  }
  .filter__clear {
    display: block;
    color: #767676;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 17px;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    padding: 7px 30px 11px;
    text-align: center;
    margin: 15px 17px 8px;
    text-decoration: none;
  }
  .filter__clear:focus {
    border: 1px solid #dfdfdf;
  }
  .filter__clear:hover {
    text-decoration: none;
  }
}
@media (max-width: 320px) {
  .filter__buttons {
    position: absolute;
    left: 15px;
    right: 15px;
    width: auto;
    min-width: auto;
  }
}
.popper {
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
  background-color: #000;
  z-index: 100501;
  border-radius: 0;
  margin-left: 9px;
  margin-top: -7px;
}
.popper_block {
  background-color: #3e3e3e;
  pointer-events: none;
}
.popper:before {
  content: '';
  border: 6px solid transparent;
  border-right-color: #000;
  position: absolute;
  left: -11px;
  top: calc( 50% - 6px );
}
.popper a {
  padding: 9px 30px 9px;
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  text-decoration: underline;
}
.popper a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1023px) {
  .popper {
    margin: 8px 17px 15px;
    text-align: center;
    display: block !important;
    transform: none !important;
    position: static !important;
  }
  .popper a {
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 9px 30px 9px;
  }
  .popper a:hover {
    text-decoration: underline;
  }
  .popper:before {
    content: none;
  }
}
@media (max-width: 767px) {
  .filter__dropdown {
    display: block;
  }
}
.filter {
  max-width: 260px;
  padding: 0;
}
@media (max-width: 1023px) {
  .filter {
    max-width: 100%;
  }
}
.filter__content-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .filter__content-title {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.filter__btn-close {
  display: none;
}
@media (max-width: 1023px) {
  .filter__btn-close {
    display: block;
  }
}
.filter__name-container {
  margin: 30px 0 15px;
}
.filter__name-container:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .filter__name-container {
    margin: 40px 0 30px;
  }
  .filter__name-container:first-child {
    margin-top: 0;
  }
}
.filter__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
}
.filter__name-block {
  padding: 0 25px 0 0;
  border: none;
  border-radius: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.filter__toggle-button {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 8px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/ru-ru/skin/frontend/ariflex/cartier/images/svg/icon-toggle-btn.svg");
  transition: transform 222ms;
}
.filter__toggle-button_active {
  transform: translateY(-50%) scaleY(-1);
}
.filter__active-content {
  border-radius: 0;
  background: transparent;
  position: relative;
  padding: 0;
}
@media (max-width: 1023px) {
  .filter__active-content {
    padding-top: 10px;
  }
}
.filter__active-content li {
  line-height: 16px;
  margin-bottom: 15px;
}
.filter__active-content li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .filter__active-content li {
    margin-bottom: 40px;
  }
  .filter__active-content li:last-child {
    margin-bottom: 0;
  }
}
.filter__active-content li a {
  padding-left: 34px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.filter__active-content li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 8px;
}
.filter__active-content li a.amshopby-attr-selected::before {
  background-image: url("/ru-ru/skin/frontend/ariflex/cartier/images/svg/icon-checkbox.svg");
}
.filter__body {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .filter__body {
    margin-bottom: 0;
  }
}
.filter__buttons {
  display: none;
}
@media (max-width: 1023px) {
  .filter__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter {
  opacity: 1;
}

