/*---------------------------------------------------
    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: 'Futura New';
  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: #997C65;
  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('/skin/frontend/ariflex/axor/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: 'Futura New';
    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: #997C65;
  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: #997C65;
  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: 'Futura New';
    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;
  }
}
@media (max-width: 991px) {
  .filter .ariflex-slider__input-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
  }
}
.filter .ariflex-slider__input {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .filter .ariflex-slider__input {
    font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
    line-height: 1;
    padding: 9px 10px 10px;
    width: 100%;
    border: 0;
    background-color: #f5f5f5;
    height: auto;
  }
  .filter .ariflex-slider__input.lower-input {
    margin-right: 15px;
  }
}
@media (max-width: 374px) {
  .filter .ariflex-slider__input {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}
.filter .ariflex-slider_inside.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 0;
  box-shadow: none;
  top: -7px;
  position: relative;
}
.filter .ariflex-slider_inside.noUi-horizontal .noUi-handle:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 24%;
  height: 40%;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #a3a3a3;
  border-width: 0 1px 0 1px;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
.filter .ariflex-slider_inside.noUi-horizontal .noUi-handle.noUi-handle-lower {
  left: -14px;
}
.filter .ariflex-slider_inside.noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -14px;
}
@media (max-width: 991px) {
  .filter .ariflex-slider_inside.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    top: -13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #777;
    background-color: #fff;
  }
  .filter .ariflex-slider_inside.noUi-horizontal .noUi-handle::after {
    transform: none;
    height: calc(100% - 2px);
    width: 10px;
    top: 1px;
    right: 1px;
    left: auto;
    border: 0;
    background-color: #f5f5f5;
  }
}
@media (max-width: 991px) {
  .filter .ariflex-slider__input-dash {
    display: none;
  }
}
.filter {
  max-width: none;
  padding: 0;
}
.filter .noUi-target {
  height: 4px;
}
.filter__wrap:last-child .filter__active-content:after,
.filter__wrap:last-child .filter__name-block:after {
  content: none;
}
.filter__reset-btn {
  display: none;
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  background-color: #000;
  padding: 10px 10px 11px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  margin-left: 15px;
  margin-top: 40px;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.filter__reset-btn:hover {
  color: #777;
}
@media (max-width: 991px) {
  .filter__reset-btn {
    display: block;
  }
}
.filter .currently li {
  padding-bottom: 8px;
}
.filter .slider {
  position: relative;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .filter .slider {
    padding: 20px 18px 20px 14px;
  }
}
.filter .slider .lower,
.filter .slider .upper {
  position: absolute;
  top: 2px;
  font-size: 12px;
}
.filter .slider .upper {
  right: 0;
}
.filter .slider .noUi-handle {
  border: 1px solid #a3a3a3;
}
.filter .slider .noUi-connect {
  background: #997C65;
}
@media (max-width: 991px) {
  .filter .slider .noUi-connect {
    background: #777;
  }
}
@media (max-width: 991px) {
  .filter .slider .noUi-base {
    background: #d8d8d8;
  }
}
.filter #narrow-by-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .filter #narrow-by-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
  }
}
.filter__content {
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .filter__content {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .filter__content {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.filter__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 80px 7px;
  position: relative;
  min-height: 56px;
}
@media (max-width: 1199px) {
  .filter__results {
    padding: 10px 40px 7px;
  }
}
@media (max-width: 991px) {
  .filter__results {
    display: none;
  }
}
.filter__content::after,
.filter__results::after {
  content: '';
  position: absolute;
  width: calc(100% - 160px);
  height: 1px;
  background-color: #e8e8e8;
  bottom: 0;
  left: 80px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .filter__content::after,
  .filter__results::after {
    left: 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .filter__content::after,
  .filter__results::after {
    display: none;
  }
}
.filter__title {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-block;
  width: 145px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .filter__title {
    width: 100%;
    text-transform: initial;
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 34px;
    padding: 20px;
    border-bottom: 1px solid #777;
    margin-bottom: 20px;
  }
}
.filter__current-container {
  border-radius: 0;
  padding: 0 10px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
}
.filter__current-container > .currently {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter__current-container > .currently > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter__current-container > .currently > ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-right: 15px;
}
.filter__current-container > .currently > ol li:first-child {
  padding: 0 10px;
}
.filter__current-container > .currently > ol li:last-child {
  margin-right: 0;
}
.filter__current-container > .currently > ol li:last-child .multiselect-child:last-child {
  margin-right: 0;
}
.filter__current-container > .currently > ol li .filter_flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.filter__current-container > .currently > ol li.filter-multiple {
  margin-right: 0;
  padding-right: 0;
}
.filter__current-container > .currently > a {
  color: #9F9F9F;
  margin-left: auto;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 34px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.filter__current-container > .currently > a:hover {
  color: #000;
}
.filter__label-name {
  display: none;
}
.filter__filter-label {
  color: #777777;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 34px;
  font-weight: 300;
  display: block;
  padding-right: 21px;
  position: relative;
}
.filter__filter-label::first-letter {
  text-transform: uppercase;
}
.filter__filter-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 54%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-close.svg");
  opacity: 0.8;
}
.filter__filter-label:hover::after {
  opacity: 1;
}
.filter__filter-label .price {
  font-weight: 300;
  font-family: 'Futura New', 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 34px;
  color: #777777;
}
.filter__remove {
  margin-left: 5px;
}
.filter .multiselect-child {
  margin-right: 30px;
}
.filter__toggle-button {
  font-size: 0;
  display: inline-block;
  height: 16px;
  width: 14px;
  margin: 0 10px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  will-change: transform;
}
.filter__toggle-button_active {
  transform: rotate(0deg);
}
.filter button.filter__dropdown {
  cursor: default;
}
.filter__dropdown {
  color: #333333;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 40px;
  display: block;
  outline: none;
  background-color: #ffffff;
  width: 100%;
  padding: 12px 20px 0;
  border-bottom: 0;
  text-align: left;
}
.filter__dropdown:after {
  border-bottom: 3px solid #26a792;
  content: '';
  display: block;
  margin-left: -21px;
  margin-right: -21px;
  margin-top: 12px;
}
.filter__buttons .popper {
  background-color: #26a792;
  box-shadow: none;
}
.filter__buttons .popper:before {
  border-right-color: #26a792;
}
.filter__active-content {
  background: none;
  border-radius: 0;
  padding: 70px 80px;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  background-color: #fff;
  border-top: 1px solid #9F9F9F;
  border-bottom: 1px solid #9F9F9F;
  z-index: 7;
}
@media (max-width: 991px) {
  .filter__active-content {
    padding: 20px 0 20px;
    position: static;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
  }
}
.filter__active-content .amshopby-attr,
.filter__active-content .interval,
.filter__active-content .amshopby-cat a {
  position: relative;
  padding: 0 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #777777;
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
}
.filter__active-content .amshopby-attr::before,
.filter__active-content .interval::before,
.filter__active-content .amshopby-cat a::before {
  content: '';
  display: block;
  background-color: #fff;
  border: 1px solid #9F9F9F;
  border-radius: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .filter__active-content .amshopby-attr::before,
  .filter__active-content .interval::before,
  .filter__active-content .amshopby-cat a::before {
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.filter__active-content .amshopby-attr:hover,
.filter__active-content .interval:hover,
.filter__active-content .amshopby-cat a:hover {
  text-decoration: none;
  font-weight: 300;
  color: #000;
}
@media (max-width: 991px) {
  .filter__active-content .amshopby-attr,
  .filter__active-content .interval,
  .filter__active-content .amshopby-cat a {
    padding-left: 50px;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }
}
@media (max-width: 991px) {
  .filter__active-content .interval a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .filter__active-content .interval::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.filter__active-content a.amshopby-attr-selected {
  color: #777777;
  position: relative;
  padding: 0 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
}
.filter__active-content a.amshopby-attr-selected:hover {
  text-decoration: none;
  font-weight: 300;
  color: #000;
}
.filter__active-content a.amshopby-attr-selected::before {
  content: '';
  display: block;
  background-color: #fff;
  border: 1px solid #9F9F9F;
  border-radius: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  cursor: pointer;
}
.filter__active-content a.amshopby-attr-selected::after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  background-color: #000;
  top: 6px;
  left: 3px;
}
@media (max-width: 991px) {
  .filter__active-content a.amshopby-attr-selected {
    padding-left: 50px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    display: block;
  }
  .filter__active-content a.amshopby-attr-selected::before {
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
  .filter__active-content a.amshopby-attr-selected::after {
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    left: 7px;
  }
}
.filter__active-content .input-checkbox {
  position: relative;
  padding: 0 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
}
@media (max-width: 991px) {
  .filter__active-content .input-checkbox {
    padding-left: 50px;
  }
}
.filter__active-content .input-checkbox > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}
.filter__active-content .input-checkbox input {
  display: none;
}
.filter__active-content .input-checkbox:before {
  content: '';
  display: block;
  background-color: #fff;
  border: 1px solid #9F9F9F;
  border-radius: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .filter__active-content .input-checkbox:before {
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.filter__active-content .input-checkbox.amshopby-attr-selected {
  color: #000;
}
.filter__active-content .input-checkbox.amshopby-attr-selected:after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  background-color: #000;
  top: 3px;
  left: 3px;
}
@media (max-width: 991px) {
  .filter__active-content .input-checkbox.amshopby-attr-selected:after {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
  }
}
.filter__active-content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1220px;
  width: 100%;
}
.filter__active-content ol > li > a {
  color: #777777;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}
.filter__active-content ol > li > a:hover {
  color: #000;
}
.filter__active-content li {
  padding: 0 10px 11px 0;
  width: 25%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .filter__active-content li {
    width: 100%;
    padding: 20px 0;
  }
}
.filter__active-content li.amshopby-cat {
  width: 50%;
}
@media (max-width: 991px) {
  .filter__active-content li.amshopby-cat {
    width: 100%;
  }
}
.filter__active-content li .count {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .filter__active-content li .count {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    margin-left: 0;
  }
}
.filter__active-content li span.label {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}
.filter__active-content li:hover .input-checkbox,
.filter__active-content li:active .input-checkbox,
.filter__active-content li:focus .input-checkbox {
  color: #000;
}
.filter__active-content li:hover .input-checkbox:after,
.filter__active-content li:active .input-checkbox:after,
.filter__active-content li:focus .input-checkbox:after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  background-color: #000;
  top: 3px;
  left: 3px;
}
.filter__name-container {
  height: 100%;
}
@media (max-width: 991px) {
  .filter__name-container {
    margin: 0;
  }
}
.filter__name {
  color: #000;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: normal;
  font-weight: 300;
  cursor: pointer;
  white-space: nowrap;
}
.filter__name:hover {
  color: #000;
}
@media (max-width: 1060px) {
  .filter__name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .filter__name {
    white-space: initial;
  }
}
.filter__wrap {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .filter__wrap {
    margin-left: 0;
  }
}
.filter__name-block {
  background: none;
  padding: 8px 20px 12px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 0;
  position: relative;
  z-index: 10;
  height: 100%;
}
@media (max-width: 991px) {
  .filter__name-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 17px 45px 17px 0;
    border-bottom: 1px solid #d8d8d8;
  }
}
.filter__name-block::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url('/skin/frontend/ariflex/axor/images/svg/icon-bottom.svg');
  transition: 1s transform cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1060px) {
  .filter__name-block::after {
    top: 47%;
  }
}
@media (max-width: 991px) {
  .filter__name-block::after {
    background-image: none;
    background-color: #777;
    transform: translateY(-50%) rotate(90deg);
    height: 10px;
    width: 2px;
    right: 19px;
    top: 50%;
  }
}
.filter__name-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media (max-width: 991px) {
  .filter__name-block::before {
    width: 10px;
    height: 2px;
    left: auto;
    bottom: auto;
    right: 15px;
    top: 50%;
    background-color: #777;
    transform: translateY(-50%);
  }
}
.filter__name-block_inactive .filter__name {
  color: #777777;
}
.filter__name-block_inactive::after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .filter__name-block_inactive::after {
    transform: translateY(-50%);
  }
}
.filter__name-block_inactive::before {
  display: none;
}
@media (max-width: 991px) {
  .filter__name-block_inactive::before {
    display: block;
  }
}
.filter__wrap:last-child .filter__name-block::after {
  content: '';
}
.block-layered-nav {
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.block-layered-nav dt {
  color: #333333;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 40px;
  border-bottom: 3px solid #26a792;
  padding: 22px 20px;
}
.block-layered-nav dd {
  padding: 30px 21px 27px;
}
.block-layered-nav dd li {
  color: #1e5587;
  margin-bottom: 10px;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 16px;
}
.block-layered-nav dd li:last-child {
  margin-bottom: 0;
}
.block-layered-nav dd a {
  color: #1e5587;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.block-layered-nav dd a:hover {
  text-decoration: underline;
}
.filter {
  opacity: 1;
}

