

/* Start:/local/templates/asevalar/components/evalar/catalog/.default/style.css?17056049461176*/
.catalog-section {
  padding: 12px 15px;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.catalog-section .uk-list.products {
  float: left;
  width: 25%;
}
@media screen and (min-width: 767px) {
  .catalog-section .uk-list.products {
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) and (min-width: 767px) {
  .catalog-section .uk-list.products {
    width: 32%;
    box-sizing: border-box;
  }
}
.catalog-section .span-main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 980px) and (min-width: 767px) {
  .catalog-section .span-main {
    width: 68%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .catalog-section .span-main {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .catalogue_header,
  .uk-list.products {
    display: none;
  }
}
.legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.legend p {
  margin: 10px 20px 10px 0;
}
@media screen and (max-width: 767px) {
  .legend p {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .legend p {
    font-size: 13px;
  }
}
.legend p img {
  width: 34px;
  height: 34px;
}

/* End */


/* Start:/local/templates/asevalar/components/asevalar/sort.block/.default/style.css?1705604945412*/
.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .filter-wrapper {
    display: none;
  }
}
.filter-wrapper .drop-down.sort-mobile,
.filter-wrapper .flex-title.sort-mobile {
  display: none;
}
.filter-wrapper .scroll {
  margin-left: 15px;
}
.filter-wrapper .scroll .value {
  margin-right: 15px;
}
.filter-wrapper .scroll .value.selected {
  font-weight: bold;
}

/* End */


/* Start:/local/templates/asevalar/components/asevalar/elasticsearch.filter/.default/style.css?170560494576073*/
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.no-select:focus {
  /*	border: none;*/
}
.can-select {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
.filter-wrapper {
  margin-bottom: 25px;
}
@media all and (min-width: 768px) {
  .filter-wrapper .mobile {
    display: none !important;
  }
}
.filter-wrapper .flex-item {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.filter-wrapper .flex-item .flex-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding-left: 8px;
  height: 23px;
  border: 1px solid #222;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /*display: -webkit-box;*/
  display: flex;
}
@media all and (min-width:768px) {
  .filter-wrapper .flex-item .flex-title {
    border-radius: 23px;
  }
}
.filter-wrapper .flex-item .flex-title:after {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-wrapper .flex-item .flex-title .name {
  color: #222;
  white-space: nowrap;
  font-size: 13px;
  margin-top: -1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /*display: -webkit-box;*/
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.filter-wrapper .flex-item .flex-title .name .colon {
  display: none;
}
.filter-wrapper .flex-item .flex-title .action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /*display: -webkit-box;*/
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-left: 6px;
  width: 24px;
  height: 100%;
}
.filter-wrapper .flex-item .flex-title .action .dropdown {
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h14v14H0V0zm0%200h14v14H0V0z%22/%3E%3Cpath%20fill%3D%22%23222%22%20fill-rule%3D%22nonzero%22%20d%3D%22M7.002%209.563c.059%200%20.115-.013.168-.038.054-.026.101-.062.14-.11l3.566-4.054c.083-.092.124-.201.124-.327%200-.09-.018-.17-.055-.24-.037-.072-.087-.129-.15-.17-.063-.04-.134-.06-.214-.06-.114%200-.214.043-.3.132L6.755%208.7h.492L3.718%204.696c-.082-.089-.182-.133-.299-.133-.08%200-.151.02-.214.062-.063.04-.113.097-.15.168-.037.072-.055.152-.055.24%200%20.065.01.126.032.182.022.056.052.107.092.15l3.565%204.05c.092.099.197.148.313.148z%22/%3E%3C/g%3E%3C/svg%3E');
  width: 14px;
  height: 15px;
  margin-top: 2px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.filter-wrapper .flex-item .flex-title .action .clear {
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2014%22%20id%3D%22svg10%22%20sodipodi%3Adocname%3D%22noun_Cross_1776308.svg%22%20width%3D%2214%22%20height%3D%2214%22%20inkscape%3Aversion%3D%220.92.4%20%285da689c313,%202019-01-14%29%22%3E%20%3Cg%20transform%3D%22matrix%280.26879993,0,0,0.26880016,-6.4399965,-262.43511%29%22%20id%3D%22g4%22%3E%20%3Cpath%20d%3D%22m%2075.455882,976.90631%20c%20-0.78108,-0.7811%20-2.04738,-0.781%20-2.82842,0%20l%20-22.62749,22.6275%20-22.627428,-22.6274%20c%20-0.78107,-0.7811%20-2.04734,-0.7811%20-2.82842,0%20-0.78107,0.781%20-0.78106,2.0473%2010e-6,2.8284%20l%2022.627398,22.62739%20-22.627338,22.6273%20c%20-0.78104,0.7811%20-0.78107,2.0474%20-10e-6,2.8285%200.78108,0.781%202.04739,0.781%202.82843,0%20l%2022.627358,-22.6274%2022.62741,22.6274%20c%200.78108,0.7811%202.04736,0.7811%202.82843,0%200.78108,-0.781%200.78107,-2.0473%200,-2.8284%20l%20-22.62742,-22.6274%2022.62749,-22.62749%20c%200.78104,-0.781%200.78107,-2.0473%200,-2.8284%20z%22%20style%3D%22color%3A%230a9e3b%3Btext-indent%3A0%3Btext-transform%3Anone%3Bdirection%3Altr%3Bbaseline-shift%3Abaseline%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bfill%3A%230a9e3b%3Bfill-opacity%3A1%3Benable-background%3Aaccumulate%22%20marker%3D%22none%22%20visibility%3D%22visible%22%20display%3D%22inline%22%20overflow%3D%22visible%22%20id%3D%22path2%22%20inkscape%3Aconnector-curvature%3D%220%22%20/%3E%20%3C/g%3E%3C/svg%3E');
  background-size: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: none;
}
@media all and (min-width:768px) {
  .filter-wrapper .flex-item .flex-title {
    border-color: #757c95;
  }
  .filter-wrapper .flex-item .flex-title .name {
    color: #222;
  }
}
.filter-wrapper .flex-item:not(.disabled) {
  /*.flex-title:hover {
          background: @green;
          color: @white;

          .name {
              color: @white;
          }

          .action {
              .dropdown {
                  .arrow(@white);
              }

              .clear {
                  .cross(@white);
              }
          }
      }*/
}
.filter-wrapper .flex-item.filtered:not(.disabled) .flex-title {
  /*background: @green;*/
  /*color: @green;*/
  border-color: #0a9e3b;
}
.filter-wrapper .flex-item.filtered:not(.disabled) .flex-title .name {
  color: #0a9e3b;
}
.filter-wrapper .flex-item.filtered:not(.disabled) .flex-title .name .colon {
  display: block;
  color: inherit;
  font-size: inherit;
}
.filter-wrapper .flex-item.filtered:not(.disabled) .flex-title .name .colon span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.filter-wrapper .flex-item.filtered:not(.disabled) .flex-title .action {
  -webkit-box-shadow: -1px 0px 0px 0px #0a9e3b;
  -moz-box-shadow: -1px 0px 0px 0px #0a9e3b;
  box-shadow: -1px 0px 0px 0px #0a9e3b;
}
.filter-wrapper .flex-item.filtered:not(.disabled) .flex-title .action .dropdown {
  display: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h14v14H0V0zm0%200h14v14H0V0z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M7.002%209.563c.059%200%20.115-.013.168-.038.054-.026.101-.062.14-.11l3.566-4.054c.083-.092.124-.201.124-.327%200-.09-.018-.17-.055-.24-.037-.072-.087-.129-.15-.17-.063-.04-.134-.06-.214-.06-.114%200-.214.043-.3.132L6.755%208.7h.492L3.718%204.696c-.082-.089-.182-.133-.299-.133-.08%200-.151.02-.214.062-.063.04-.113.097-.15.168-.037.072-.055.152-.055.24%200%20.065.01.126.032.182.022.056.052.107.092.15l3.565%204.05c.092.099.197.148.313.148z%22/%3E%3C/g%3E%3C/svg%3E');
}
.filter-wrapper .flex-item.filtered:not(.disabled) .flex-title .action .clear {
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2014%22%20id%3D%22svg10%22%20sodipodi%3Adocname%3D%22noun_Cross_1776308.svg%22%20width%3D%2214%22%20height%3D%2214%22%20inkscape%3Aversion%3D%220.92.4%20%285da689c313,%202019-01-14%29%22%3E%20%3Cg%20transform%3D%22matrix%280.26879993,0,0,0.26880016,-6.4399965,-262.43511%29%22%20id%3D%22g4%22%3E%20%3Cpath%20d%3D%22m%2075.455882,976.90631%20c%20-0.78108,-0.7811%20-2.04738,-0.781%20-2.82842,0%20l%20-22.62749,22.6275%20-22.627428,-22.6274%20c%20-0.78107,-0.7811%20-2.04734,-0.7811%20-2.82842,0%20-0.78107,0.781%20-0.78106,2.0473%2010e-6,2.8284%20l%2022.627398,22.62739%20-22.627338,22.6273%20c%20-0.78104,0.7811%20-0.78107,2.0474%20-10e-6,2.8285%200.78108,0.781%202.04739,0.781%202.82843,0%20l%2022.627358,-22.6274%2022.62741,22.6274%20c%200.78108,0.7811%202.04736,0.7811%202.82843,0%200.78108,-0.781%200.78107,-2.0473%200,-2.8284%20l%20-22.62742,-22.6274%2022.62749,-22.62749%20c%200.78104,-0.781%200.78107,-2.0473%200,-2.8284%20z%22%20style%3D%22color%3A%230a9e3b%3Btext-indent%3A0%3Btext-transform%3Anone%3Bdirection%3Altr%3Bbaseline-shift%3Abaseline%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bfill%3A%230a9e3b%3Bfill-opacity%3A1%3Benable-background%3Aaccumulate%22%20marker%3D%22none%22%20visibility%3D%22visible%22%20display%3D%22inline%22%20overflow%3D%22visible%22%20id%3D%22path2%22%20inkscape%3Aconnector-curvature%3D%220%22%20/%3E%20%3C/g%3E%3C/svg%3E');
}
.filter-wrapper .flex-item.disabled {
  cursor: not-allowed;
}
.filter-wrapper .flex-item.disabled .flex-title {
  opacity: 0.4;
  cursor: not-allowed;
  border-color: #222;
}
.filter-wrapper .flex-item.disabled .flex-title .name {
  color: #222;
}
.filter-wrapper .flex-item.disabled .flex-title .action .dropdown {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h14v14H0V0zm0%200h14v14H0V0z%22/%3E%3Cpath%20fill%3D%22%23222%22%20fill-rule%3D%22nonzero%22%20d%3D%22M7.002%209.563c.059%200%20.115-.013.168-.038.054-.026.101-.062.14-.11l3.566-4.054c.083-.092.124-.201.124-.327%200-.09-.018-.17-.055-.24-.037-.072-.087-.129-.15-.17-.063-.04-.134-.06-.214-.06-.114%200-.214.043-.3.132L6.755%208.7h.492L3.718%204.696c-.082-.089-.182-.133-.299-.133-.08%200-.151.02-.214.062-.063.04-.113.097-.15.168-.037.072-.055.152-.055.24%200%20.065.01.126.032.182.022.056.052.107.092.15l3.565%204.05c.092.099.197.148.313.148z%22/%3E%3C/g%3E%3C/svg%3E');
}
.filter-wrapper .flex-item.disabled .flex-title .action .clear {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2014%22%20id%3D%22svg10%22%20sodipodi%3Adocname%3D%22noun_Cross_1776308.svg%22%20width%3D%2214%22%20height%3D%2214%22%20inkscape%3Aversion%3D%220.92.4%20%285da689c313,%202019-01-14%29%22%3E%20%3Cg%20transform%3D%22matrix%280.26879993,0,0,0.26880016,-6.4399965,-262.43511%29%22%20id%3D%22g4%22%3E%20%3Cpath%20d%3D%22m%2075.455882,976.90631%20c%20-0.78108,-0.7811%20-2.04738,-0.781%20-2.82842,0%20l%20-22.62749,22.6275%20-22.627428,-22.6274%20c%20-0.78107,-0.7811%20-2.04734,-0.7811%20-2.82842,0%20-0.78107,0.781%20-0.78106,2.0473%2010e-6,2.8284%20l%2022.627398,22.62739%20-22.627338,22.6273%20c%20-0.78104,0.7811%20-0.78107,2.0474%20-10e-6,2.8285%200.78108,0.781%202.04739,0.781%202.82843,0%20l%2022.627358,-22.6274%2022.62741,22.6274%20c%200.78108,0.7811%202.04736,0.7811%202.82843,0%200.78108,-0.781%200.78107,-2.0473%200,-2.8284%20l%20-22.62742,-22.6274%2022.62749,-22.62749%20c%200.78104,-0.781%200.78107,-2.0473%200,-2.8284%20z%22%20style%3D%22color%3A%23222%3Btext-indent%3A0%3Btext-transform%3Anone%3Bdirection%3Altr%3Bbaseline-shift%3Abaseline%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bfill%3A%23222%3Bfill-opacity%3A1%3Benable-background%3Aaccumulate%22%20marker%3D%22none%22%20visibility%3D%22visible%22%20display%3D%22inline%22%20overflow%3D%22visible%22%20id%3D%22path2%22%20inkscape%3Aconnector-curvature%3D%220%22%20/%3E%20%3C/g%3E%3C/svg%3E');
}
.filter-wrapper .flex-item .drop-down {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  z-index: 10;
  top: calc(100% + 10px);
  left: 0;
  padding: 0;
  max-width: 320px;
  min-width: 300px;
  -webkit-box-shadow: 0px 0px 5px 1px #bbbbbb;
  -moz-box-shadow: 0px 0px 5px 1px #bbbbbb;
  box-shadow: 0px 0px 5px 1px #bbbbbb;
}
.filter-wrapper .flex-item .drop-down .filter-search {
  padding: 15px;
  border-bottom: 1px solid #F4F4F4;
}
.filter-wrapper .flex-item .drop-down .filter-search input {
  padding: 6px 6px;
  border: 1px solid #0a9e3b;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.filter-wrapper .flex-item .drop-down .filter-search input ::-webkit-input-placeholder {
  /* Chrome */
  color: #F4F4F4;
}
.filter-wrapper .flex-item .drop-down .filter-search input :-ms-input-placeholder {
  /* IE 10+ */
  color: #F4F4F4;
}
.filter-wrapper .flex-item .drop-down .filter-search input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #F4F4F4;
}
.filter-wrapper .flex-item .drop-down .filter-search input :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #F4F4F4;
}
.filter-wrapper .flex-item .drop-down .scroll {
  max-height: 250px;
  overflow: auto;
  padding: 10px 15px;
  overflow-x: hidden;
}
.filter-wrapper .flex-item .drop-down .scroll .value {
  display: block;
  font-size: 12px;
  margin: 10px 0;
  padding-left: 24px;
  color: #757C95;
  cursor: pointer;
  position: relative;
  line-height: 1.3;
  /*white-space: nowrap;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.filter-wrapper .flex-item .drop-down .scroll .value span {
  font-size: inherit;
  line-height: inherit;
}
.filter-wrapper .flex-item .drop-down .scroll .value:focus {
  /*	border: none;*/
}
.filter-wrapper .flex-item .drop-down .scroll .value:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 14px;
  height: 14px;
  content: "";
  left: 0;
  top: 0;
  background: #fcfcfc;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  position: absolute;
}
.filter-wrapper .flex-item .drop-down .scroll .value:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 12px;
  height: 9px;
  content: "";
  left: 2px;
  top: 3px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2015%2012%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22svg8%22%20sodipodi%3Adocname%3D%22check.svg%22%20width%3D%2216%22%20height%3D%2212%22%20inkscape%3Aversion%3D%220.92.4%20%285da689c313,%202019-01-14%29%22%3E%3Cmetadata%20id%3D%22metadata14%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%3C/cc%3AWork%3E%3C/rdf%3ARDF%3E%3C/metadata%3E%3Cdefs%20id%3D%22defs12%22%20/%3E%3Csodipodi%3Anamedview%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-width%3D%221920%22%20inkscape%3Awindow-height%3D%221057%22%20id%3D%22namedview10%22%20showgrid%3D%22false%22%20inkscape%3Azoom%3D%2211.866823%22%20inkscape%3Acx%3D%22-9.9351634%22%20inkscape%3Acy%3D%2227.740296%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-1%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Acurrent-layer%3D%22svg8%22%20/%3E%3Cpath%20fill%3D%22%230a9e3b%22%20d%3D%22M%2012.097341,0.57127309%20C%2010.057061,2.9417828%208.0167709,5.3122917%205.9764623,7.6827778%204.966277,6.6156878%203.9561198,5.5485973%202.9459301,4.4814845%201.4061005,2.8548644%20-1.0499022,5.3112973%200.48686705,6.9346558%201.9263785,8.4552768%203.3658897,9.9758978%204.8054011,11.496541%20c%200.6098625,0.644205%201.8584519,0.697818%202.4590634,0%20C%209.6951266,8.6725008%2012.125766,5.8484845%2014.556403,3.0244444%2016.007322,1.3387075%2013.558297,-1.1261438%2012.097341,0.57127309%20Z%22%20id%3D%22path2%22%20inkscape%3Aconnector-curvature%3D%220%22%20style%3D%22stroke-width%3A0.23156479%22%20/%3E%3C/svg%3E');
}
.filter-wrapper .flex-item .drop-down .scroll .value.selected:after {
  display: block;
}
.filter-wrapper .flex-item .drop-down .scroll .value.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.filter-wrapper .flex-item .drop-down .scroll .not-found {
  font-size: 14px;
  margin: 10px 0;
  padding-left: 0;
  color: #8a0000;
  cursor: pointer;
  position: relative;
  line-height: 1.3;
  text-align: center;
}
.filter-wrapper .flex-item .drop-down .scroll .hidden {
  display: none !important;
}
.filter-wrapper .flex-item .drop-down .slider-wrapper {
  padding: 15px;
  position: relative;
}
.filter-wrapper .flex-item .drop-down .slider-wrapper .slider {
  position: relative;
  height: 8px;
  margin-bottom: 15px;
}
.filter-wrapper .flex-item .drop-down .slider-wrapper .slider range {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.filter-wrapper .flex-item .drop-down .slider-wrapper .slider range left,
.filter-wrapper .flex-item .drop-down .slider-wrapper .slider range right {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  background: #CCC;
}
.filter-wrapper .flex-item .drop-down .slider-wrapper .slider range right {
  right: 0;
  left: auto;
}
.filter-wrapper .flex-item .drop-down .slider-wrapper .inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /*display: -webkit-box;*/
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 15px;
}
.filter-wrapper .flex-item .drop-down .slider-wrapper .inputs input {
  padding: 6px 6px;
  /*border: 1px solid #0a9e3b;*/
  display: block;
  box-sizing: border-box;
  background: #F4F4F4;
  border-radius: 2px;
  width: 64px;
}
.filter-wrapper .flex-item .drop-down .addon-buttons {
  border-top: 1px solid #DADADA;
}
.filter-wrapper .flex-item .drop-down .addon-buttons .addon-button {
  border-bottom: 1px solid #DADADA;
  color: #222;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /*display: -webkit-box;*/
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.filter-wrapper .flex-item .drop-down .addon-buttons .addon-button.selected {
  color: #0a9e3b;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2015%2012%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22svg8%22%20sodipodi%3Adocname%3D%22check.svg%22%20width%3D%2216%22%20height%3D%2212%22%20inkscape%3Aversion%3D%220.92.4%20%285da689c313,%202019-01-14%29%22%3E%3Cmetadata%20id%3D%22metadata14%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage/svg+xml%3C/dc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A//purl.org/dc/dcmitype/StillImage%22%20/%3E%3C/cc%3AWork%3E%3C/rdf%3ARDF%3E%3C/metadata%3E%3Cdefs%20id%3D%22defs12%22%20/%3E%3Csodipodi%3Anamedview%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-width%3D%221920%22%20inkscape%3Awindow-height%3D%221057%22%20id%3D%22namedview10%22%20showgrid%3D%22false%22%20inkscape%3Azoom%3D%2211.866823%22%20inkscape%3Acx%3D%22-9.9351634%22%20inkscape%3Acy%3D%2227.740296%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-1%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Acurrent-layer%3D%22svg8%22%20/%3E%3Cpath%20fill%3D%22%230a9e3b%22%20d%3D%22M%2012.097341,0.57127309%20C%2010.057061,2.9417828%208.0167709,5.3122917%205.9764623,7.6827778%204.966277,6.6156878%203.9561198,5.5485973%202.9459301,4.4814845%201.4061005,2.8548644%20-1.0499022,5.3112973%200.48686705,6.9346558%201.9263785,8.4552768%203.3658897,9.9758978%204.8054011,11.496541%20c%200.6098625,0.644205%201.8584519,0.697818%202.4590634,0%20C%209.6951266,8.6725008%2012.125766,5.8484845%2014.556403,3.0244444%2016.007322,1.3387075%2013.558297,-1.1261438%2012.097341,0.57127309%20Z%22%20id%3D%22path2%22%20inkscape%3Aconnector-curvature%3D%220%22%20style%3D%22stroke-width%3A0.23156479%22%20/%3E%3C/svg%3E');
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
}
.filter-wrapper .flex-item[data-sort-block] .drop-down .value:before {
  display: none;
}
.filter-wrapper .flex-item.is-loading .flex-title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22lds-spinner%22%20width%3D%22200px%22%20%20height%3D%22200px%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20style%3D%22background%3A%20rgba%280,%200,%200,%200%29%20none%20repeat%20scroll%200%25%200%25%3B%22%3E%3Cg%20transform%3D%22rotate%280%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.9166666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2830%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.8333333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2860%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.75s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2890%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.6666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28120%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5833333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28150%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28180%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.4166666666666667s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28210%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.3333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28240%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.25s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28270%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.16666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28300%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.08333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28330%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E');
  /*&:hover {
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 40px;
            .spinner(@white);
        }*/
}
.filter-wrapper .flex-item.is-loading .flex-title * {
  color: transparent;
  opacity: 0;
}
.filter-wrapper .flex-item.is-loading.filtered:not(.disabled) .flex-title,
.filter-wrapper .flex-item.is-loading.disabled .flex-title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22lds-spinner%22%20width%3D%22200px%22%20%20height%3D%22200px%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20style%3D%22background%3A%20rgba%280,%200,%200,%200%29%20none%20repeat%20scroll%200%25%200%25%3B%22%3E%3Cg%20transform%3D%22rotate%280%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.9166666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2830%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.8333333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2860%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.75s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2890%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.6666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28120%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5833333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28150%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28180%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.4166666666666667s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28210%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.3333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28240%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.25s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28270%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.16666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28300%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.08333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28330%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23222%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E');
}
.filter-wrapper .flex-item.opened .flex-title:after {
  opacity: 1;
  content: "";
  position: absolute;
  width: 22px;
  height: 9px;
  margin-left: 0;
  top: calc(100% + 2px);
  left: calc(50% - 11px);
  z-index: 11;
  background: transparent url("/local/templates/asevalar/components/asevalar/elasticsearch.filter/.default/img/triangle.svg") no-repeat 0 0;
}
.filter-wrapper .flex-item.opened .flex-title .action .dropdown {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.filter-wrapper .flex-item.opened .drop-down {
  opacity: 1;
  pointer-events: auto;
}
.filter-wrapper .flex-item.clear-all.hidden {
  display: none;
}
.filter-wrapper .flex-item.clear-all span {
  color: #4D6977;
  border-bottom: 1px dashed;
  line-height: 1.1;
  cursor: pointer;
}
@media all and (max-width:767px) {
  .filter-wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-lines: single;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-box-lines: single;
    -o-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
  }
  .filter-wrapper .sort-block,
  .filter-wrapper .filter-button {
    height: 100%;
    width: 50%;
    border: 1px solid #DADADA;
    /*box-shadow: inset 1px 0px 0px 0px #ffffff, inset 0px 1px 0px 0px #DADADA, inset -1px 0px 0px 0px #fff, inset 0px 0px 0px 1px #DADADA, inset -40px -34px 37px -22px rgba(0, 0, 0, 0);*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFFFFF;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: static;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
  }
  .filter-wrapper .sort-block:first-of-type,
  .filter-wrapper .filter-button:first-of-type {
    border-right: 1px solid #DADADA;
  }
  .filter-wrapper .sort-block .flex-title,
  .filter-wrapper .filter-button .flex-title {
    border: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 0;
    align-items: center;
    overflow: hidden;
    /*&:hover {
            .burger {
                .burger(@white);
            }

            .action {
                .count {
                    background: @white;
                    color: @green;
                }
            }
        }*/
  }
  .filter-wrapper .sort-block .flex-title:hover,
  .filter-wrapper .filter-button .flex-title:hover {
    background: initial;
  }
  .filter-wrapper .sort-block .flex-title .name,
  .filter-wrapper .filter-button .flex-title .name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
  }
  .filter-wrapper .sort-block .flex-title .burger,
  .filter-wrapper .filter-button .flex-title .burger {
    width: 14px;
    height: 100%;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2010%22%20id%3D%22svg10%22%20sodipodi%3Adocname%3D%22noun_menu_1814287.svg%22%20width%3D%2214%22%20height%3D%2210%22%20inkscape%3Aversion%3D%220.92.4%20%285da689c313,%202019-01-14%29%22%3E%20%3Csodipodi%3Anamedview%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-width%3D%221920%22%20inkscape%3Awindow-height%3D%221057%22%20id%3D%22namedview12%22%20showgrid%3D%22false%22%20inkscape%3Azoom%3D%225.3400704%22%20inkscape%3Acx%3D%222.4628953%22%20inkscape%3Acy%3D%2229.103757%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-1%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Acurrent-layer%3D%22g4%22%20/%3E%20%3Cg%20transform%3D%22translate%28-10,-1021.3622%29%22%20id%3D%22g4%22%3E%20%3Cpath%20d%3D%22m%2011.05,1021.3622%20c%20-0.579898,0%20-1.05,0.4631%20-1.05,1.0345%200,0.5713%200.470102,1.0345%201.05,1.0345%20h%2011.9%20c%200.579897,0%201.05,-0.4632%201.05,-1.0345%200,-0.5714%20-0.470103,-1.0345%20-1.05,-1.0345%20z%20m%200,3.9655%20c%20-0.579898,0%20-1.05,0.4632%20-1.05,1.0345%200,0.5713%200.470102,1.0345%201.05,1.0345%20h%2011.9%20c%200.579897,0%201.05,-0.4632%201.05,-1.0345%200,-0.5713%20-0.470103,-1.0345%20-1.05,-1.0345%20z%20m%200,3.9655%20c%20-0.579898,0%20-1.05,0.4632%20-1.05,1.0345%200,0.5713%200.470102,1.0345%201.05,1.0345%20h%2011.9%20c%200.579897,0%201.05,-0.4632%201.05,-1.0345%200,-0.5713%20-0.470103,-1.0345%20-1.05,-1.0345%20z%22%20style%3D%22color%3A%23000000%3Btext-indent%3A0%3Btext-transform%3Anone%3Bdirection%3Altr%3Bbaseline-shift%3Abaseline%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bfill%3A%230a9e3b%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0.17370205%3Benable-background%3Aaccumulate%22%20marker%3D%22none%22%20visibility%3D%22visible%22%20display%3D%22inline%22%20overflow%3D%22visible%22%20id%3D%22path2%22%20inkscape%3Aconnector-curvature%3D%220%22%20/%3E%20%3C/g%3E%3C/svg%3E');
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    margin-right: 15px;
    background-size: 14px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .filter-wrapper .sort-block .flex-title .action,
  .filter-wrapper .filter-button .flex-title .action {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
  }
  .filter-wrapper .sort-block .flex-title .action .count,
  .filter-wrapper .filter-button .flex-title .action .count {
    color: #fff;
    width: 24px;
    height: 24px;
    background: #0a9e3b;
    border-radius: 100%;
    font-size: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .filter-wrapper .sort-block .flex-title:last-of-type .action,
  .filter-wrapper .filter-button .flex-title:last-of-type .action {
    margin-right: 30px;
  }
  .filter-wrapper .sort-block .flex-title:after,
  .filter-wrapper .filter-button .flex-title:after {
    display: none;
  }
  .filter-wrapper .sort-block.flex-item .drop-down,
  .filter-wrapper .filter-button.flex-item .drop-down {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #DADADA;
    top: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 1px;
    position: absolute;
    height: auto;
  }
  .filter-wrapper .all-filter-items {
    display: none;
  }
  .filter-wrapper .mobile {
    display: initial;
  }
  .filter-wrapper .desktop {
    display: none;
  }
  .filter-wrapper .all-filter-items,
  .filter-wrapper .flex-item .drop-down {
    display: block;
    position: fixed;
    top: 125px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 125px);
    background: #fff;
    z-index: 12;
    max-width: 100vw;
  }
  .filter-wrapper .all-filter-items {
    display: none;
    height: calc(var(--mobileScreenOffset) - 125px);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .filter-wrapper .all-filter-items .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    height: 40px;
    color: #222;
    background: #fff;
    border-bottom: 1px solid #DADADA;
  }
  .filter-wrapper .all-filter-items .title .close {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    background-size: cover;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2014%22%20id%3D%22svg10%22%20sodipodi%3Adocname%3D%22noun_Cross_1776308.svg%22%20width%3D%2214%22%20height%3D%2214%22%20inkscape%3Aversion%3D%220.92.4%20%285da689c313,%202019-01-14%29%22%3E%20%3Cg%20transform%3D%22matrix%280.26879993,0,0,0.26880016,-6.4399965,-262.43511%29%22%20id%3D%22g4%22%3E%20%3Cpath%20d%3D%22m%2075.455882,976.90631%20c%20-0.78108,-0.7811%20-2.04738,-0.781%20-2.82842,0%20l%20-22.62749,22.6275%20-22.627428,-22.6274%20c%20-0.78107,-0.7811%20-2.04734,-0.7811%20-2.82842,0%20-0.78107,0.781%20-0.78106,2.0473%2010e-6,2.8284%20l%2022.627398,22.62739%20-22.627338,22.6273%20c%20-0.78104,0.7811%20-0.78107,2.0474%20-10e-6,2.8285%200.78108,0.781%202.04739,0.781%202.82843,0%20l%2022.627358,-22.6274%2022.62741,22.6274%20c%200.78108,0.7811%202.04736,0.7811%202.82843,0%200.78108,-0.781%200.78107,-2.0473%200,-2.8284%20l%20-22.62742,-22.6274%2022.62749,-22.62749%20c%200.78104,-0.781%200.78107,-2.0473%200,-2.8284%20z%22%20style%3D%22color%3A%23222%3Btext-indent%3A0%3Btext-transform%3Anone%3Bdirection%3Altr%3Bbaseline-shift%3Abaseline%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bfill%3A%23222%3Bfill-opacity%3A1%3Benable-background%3Aaccumulate%22%20marker%3D%22none%22%20visibility%3D%22visible%22%20display%3D%22inline%22%20overflow%3D%22visible%22%20id%3D%22path2%22%20inkscape%3Aconnector-curvature%3D%220%22%20/%3E%20%3C/g%3E%3C/svg%3E');
  }
  .filter-wrapper .all-filter-items .title .back {
    position: absolute;
    width: 12px;
    height: 21px;
    left: 10px;
    background-size: cover;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20style%3D%22clip-rule%3Aevenodd%3Bfill-rule%3Aevenodd%3Bimage-rendering%3AoptimizeQuality%3Bshape-rendering%3AgeometricPrecision%3Btext-rendering%3AgeometricPrecision%22%20viewBox%3D%220%200%2012%2021.375999%22%20x%3D%220px%22%20y%3D%220px%22%20id%3D%22svg14%22%20sodipodi%3Adocname%3D%22left_arrow.svg%22%20width%3D%2212%22%20height%3D%2221.375999%22%20inkscape%3Aversion%3D%220.92.4%20%285da689c313,%202019-01-14%29%22%3E%3Csodipodi%3Anamedview%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-width%3D%221920%22%20inkscape%3Awindow-height%3D%221057%22%20id%3D%22namedview16%22%20showgrid%3D%22false%22%20inkscape%3Azoom%3D%2212.790588%22%20inkscape%3Acx%3D%22-1.4778266%22%20inkscape%3Acy%3D%2216.569024%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-1%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Acurrent-layer%3D%22svg14%22%20/%3E%3Cdefs%20id%3D%22defs4%22%3E%3Cstyle%20type%3D%22text/css%22%20id%3D%22style2%22%3E%20%20.fil0%20%7Bfill%3Ablack%7D%20%20%3C/style%3E%3C/defs%3E%3Cg%20id%3D%22g8%22%20transform%3D%22scale%280.032%29%22%20style%3D%22fill%3A%23222%22%3E%3Cpath%20class%3D%22fil0%22%20d%3D%22M%2012,304%20304,12%20c%2017,-16%2043,-16%2059,0%2016,16%2016,42%200,59%20L%20100,334%20363,597%20c%2016,16%2016,43%200,59%20-16,16%20-42,16%20-59,0%20L%2012,363%20C%20-4,347%20-4,321%2012,304%20Z%22%20id%3D%22path6%22%20inkscape%3Aconnector-curvature%3D%220%22%20style%3D%22fill%3A%23222%22%20/%3E%3C/g%3E%3C/svg%3E');
  }
  .filter-wrapper .all-filter-items .flex-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    width: 100%;
    margin: 0;
  }
  .filter-wrapper .all-filter-items .flex-item.clear-all {
    display: none;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title {
    border-radius: 0;
    border: none;
    font-size: 14px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    color: #222;
    background: #fff;
    border-bottom: 1px solid #DADADA;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title:after {
    display: none;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .name {
    font-size: inherit;
    background: inherit;
    color: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex-grow: 1;
    overflow: hidden;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .colon {
    max-width: 100%;
    overflow: hidden;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .colon span {
    font-size: inherit;
    color: inherit;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .colon span.item-filtered-data {
    margin-left: 3px;
    color: #787878;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .colon span.item-filtered-data.long-text {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .action {
    width: auto;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .action .dropdown {
    display: none;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .action .clear {
    width: auto;
    height: auto;
    background: none;
    font-size: 14px;
    color: #0a9e3b;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .filter-wrapper .all-filter-items .flex-item .flex-title .action .clear:after {
    content: "Сбросить";
    border-bottom: 1px dashed;
  }
  .filter-wrapper .all-filter-items .flex-item.filtered:not(.disabled) .flex-title {
    border-color: #DADADA;
  }
  .filter-wrapper .all-filter-items .flex-item.filtered:not(.disabled) .flex-title .name .colon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
  }
  .filter-wrapper .all-filter-items .flex-item.opened:not(.disabled) .flex-title,
  .filter-wrapper .all-filter-items .flex-item.filtered:not(.disabled) .flex-title,
  .filter-wrapper .all-filter-items .flex-item:hover .flex-title,
  .filter-wrapper .all-filter-items .flex-item.is-loading .flex-title {
    color: #222;
    background: #fff;
  }
  .filter-wrapper .all-filter-items .flex-item.opened:not(.disabled) .flex-title .name,
  .filter-wrapper .all-filter-items .flex-item.filtered:not(.disabled) .flex-title .name,
  .filter-wrapper .all-filter-items .flex-item:hover .flex-title .name,
  .filter-wrapper .all-filter-items .flex-item.is-loading .flex-title .name,
  .filter-wrapper .all-filter-items .flex-item.opened:not(.disabled) .flex-title *,
  .filter-wrapper .all-filter-items .flex-item.filtered:not(.disabled) .flex-title *,
  .filter-wrapper .all-filter-items .flex-item:hover .flex-title *,
  .filter-wrapper .all-filter-items .flex-item.is-loading .flex-title * {
    background: inherit;
    color: inherit;
    opacity: 1;
  }
  .filter-wrapper .all-filter-items .flex-item.opened:not(.disabled) .flex-title .action .clear,
  .filter-wrapper .all-filter-items .flex-item.filtered:not(.disabled) .flex-title .action .clear,
  .filter-wrapper .all-filter-items .flex-item:hover .flex-title .action .clear,
  .filter-wrapper .all-filter-items .flex-item.is-loading .flex-title .action .clear {
    color: #0a9e3b;
    background: none;
  }
  .filter-wrapper .all-filter-items .flex-item.is-loading .flex-title .action .clear {
    color: transparent !important;
    background-size: 30px 30px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22lds-spinner%22%20width%3D%22200px%22%20%20height%3D%22200px%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20style%3D%22background%3A%20rgba%280,%200,%200,%200%29%20none%20repeat%20scroll%200%25%200%25%3B%22%3E%3Cg%20transform%3D%22rotate%280%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.9166666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2830%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.8333333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2860%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.75s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2890%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.6666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28120%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5833333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28150%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28180%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.4166666666666667s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28210%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.3333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28240%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.25s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28270%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.16666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28300%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.08333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28330%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%230a9e3b%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA;
    -moz-box-shadow: 0px 0px 0px 1px #DADADA;
    box-shadow: 0px 0px 0px 1px #DADADA;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    left: 350px;
    z-index: 0;
    height: calc(100vh - 125px - 60px);
    height: calc(var(--mobileScreenOffset) - 125px - 60px);
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down .title {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down mobile-values {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down mobile-values .filter-search {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down mobile-values .scroll {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex-grow: 1;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    padding-bottom: 10px;
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down mobile-values .scroll .value {
    padding-left: 35px;
    padding-right: 15px;
    font-size: 14px;
    border-bottom: 1px solid #DADADA;
    margin: 0;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down mobile-values .scroll .value span {
    margin-right: 5px;
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down mobile-values .scroll .value:before {
    left: 10px;
    top: calc(50% - 7px);
  }
  .filter-wrapper .all-filter-items .flex-item .drop-down mobile-values .scroll .value:after {
    left: 12px;
    top: calc(50% - 4px);
  }
  .filter-wrapper .all-filter-items .flex-item.opened:not(.disabled) .drop-down {
    left: 0;
    z-index: 13;
  }
  .filter-wrapper .flex-item .flex-title .action {
    margin-left: 0;
    position: relative;
  }
  .filter-wrapper .flex-item .flex-title .action:before {
    position: absolute;
    content: "";
    height: calc(100% - 2px);
    width: 30px;
    left: -30px;
    top: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 83%, #ffffff 100%);
  }
  .filter-wrapper mobile-scroll {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex-grow: 1;
    overflow: auto;
  }
  .filter-wrapper mobile-buttons {
    border-top: 1px solid #DADADA;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
  }
  .filter-wrapper mobile-buttons .buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    height: 40px;
    padding: 10px;
  }
  .filter-wrapper mobile-buttons .buttons div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 140px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
  }
  .filter-wrapper mobile-buttons .buttons div.drop-current {
    -webkit-box-shadow: 0px 0px 0px 1px #0a9e3b;
    -moz-box-shadow: 0px 0px 0px 1px #0a9e3b;
    box-shadow: 0px 0px 0px 1px #0a9e3b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #0a9e3b;
  }
  .filter-wrapper mobile-buttons .buttons div.drop-current:focus {
    /*	border: none;*/
  }
  .filter-wrapper mobile-buttons .buttons div.show-current {
    -webkit-box-shadow: 0px 0px 0px 1px #0a9e3b;
    -moz-box-shadow: 0px 0px 0px 1px #0a9e3b;
    box-shadow: 0px 0px 0px 1px #0a9e3b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #0a9e3b;
    color: #fff;
  }
  .filter-wrapper mobile-buttons .buttons div.show-current:focus {
    /*	border: none;*/
  }
  .filter-wrapper mobile-buttons .buttons div.show-current items-cnt {
    display: inline-block;
    min-width: 20px;
  }
  .filter-wrapper mobile-buttons .buttons div.show-current.is-loading items-cnt {
    color: transparent;
    background-size: 27px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22lds-spinner%22%20width%3D%22200px%22%20%20height%3D%22200px%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20style%3D%22background%3A%20rgba%280,%200,%200,%200%29%20none%20repeat%20scroll%200%25%200%25%3B%22%3E%3Cg%20transform%3D%22rotate%280%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.9166666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2830%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.8333333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2860%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.75s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2890%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.6666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28120%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5833333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28150%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28180%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.4166666666666667s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28210%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.3333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28240%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.25s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28270%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.16666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28300%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.08333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28330%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E');
  }
}
.main_section.catalogue {
  overflow-x: hidden;
  min-height: 100vh;
}
@media all and (max-width:767px) {
  .margin-wrapper {
    margin: 0 -15px;
  }
  body.mobile-filter-opened {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
  body.mobile-filter-opened .filter-wrapper .all-filter-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
blured {
  display: block;
}
blured.is-loading {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  /* FF doesn't support blur filter, but SVG */
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '3');
  filter: blur(15px);
}

/* End */


/* Start:/local/templates/asevalar/components/evalar/catalog.menu/.default/style.css?170560494698*/
@media screen and (min-width: 768px) {
  .no-left-padding.uk-list {
    margin-left: -35px;
  }
}

/* End */


/* Start:/local/templates/asevalar/components/asevalar/catalog.list/.default/style.css?17056049454318*/
.not-found {
  font-size: 14px;
  color: #8A0000;
}
.category_description {
  padding: 15px 15px 0;
  max-width: 1200px;
  margin: auto;
}
.category_description .seo_tel_href {
  white-space: nowrap;
}
.category_description:not(.cloud_text) .cat_desc h2 {
  color: #29004e;
  text-align: center;
}
.category_description:not(.cloud_text) .cat_desc strong {
  color: #29004e;
  font-size: 16px;
}
.category_description:not(.cloud_text) .cat_desc p,
.category_description:not(.cloud_text) .cat_desc u,
.category_description:not(.cloud_text) .cat_desc b {
  font-size: 16px;
}
.seotext,
.weekly_block {
  max-width: 1200px;
  margin: 25px auto 0;
}
@media screen and (max-width: 1220px) {
  .seotext,
  .weekly_block {
    padding: 0 15px;
  }
}
.cat_desc .leaf_title {
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .main_section.catalogue {
    overflow-y: hidden;
  }
}
.instead-rr-widget {
  margin: 15px auto 0;
}
.retina.mob_hidden {
  display: block;
  margin: auto;
}
@media screen and (max-width: 380px) {
  .retina.mob_hidden {
    display: none;
  }
}
.mob_banner {
  display: none;
}
.top_banner1 > a img {
  border-bottom: 10px solid #29004e;
}
@media screen and (max-width: 380px) {
  .mob_banner {
    display: block;
  }
}
.pagination_next_arrow {
  position: absolute;
  width: 14px;
  height: 15px;
  margin-top: 2px;
  transform: rotateZ(-90deg);
  background-image: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h14v14H0V0zm0%200h14v14H0V0z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%233c3c3b%22%20fill-rule%3D%22nonzero%22%20d%3D%22M7.002%209.563c.059%200%20.115-.013.168-.038.054-.026.101-.062.14-.11l3.566-4.054c.083-.092.124-.201.124-.327%200-.09-.018-.17-.055-.24-.037-.072-.087-.129-.15-.17-.063-.04-.134-.06-.214-.06-.114%200-.214.043-.3.132L6.755%208.7h.492L3.718%204.696c-.082-.089-.182-.133-.299-.133-.08%200-.151.02-.214.062-.063.04-.113.097-.15.168-.037.072-.055.152-.055.24%200%20.065.01.126.032.182.022.056.052.107.092.15l3.565%204.05c.092.099.197.148.313.148z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A');
  right: -15px;
}
@supports (-ms-ime-align:auto) {
  .pagination_next_arrow {
    top: 5px;
  }
}
.pagination_prev_arrow {
  position: absolute;
  width: 14px;
  height: 16px;
  margin-top: 2px;
  transform: rotateZ(90deg);
  background-image: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h14v14H0V0zm0%200h14v14H0V0z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%233c3c3b%22%20fill-rule%3D%22nonzero%22%20d%3D%22M7.002%209.563c.059%200%20.115-.013.168-.038.054-.026.101-.062.14-.11l3.566-4.054c.083-.092.124-.201.124-.327%200-.09-.018-.17-.055-.24-.037-.072-.087-.129-.15-.17-.063-.04-.134-.06-.214-.06-.114%200-.214.043-.3.132L6.755%208.7h.492L3.718%204.696c-.082-.089-.182-.133-.299-.133-.08%200-.151.02-.214.062-.063.04-.113.097-.15.168-.037.072-.055.152-.055.24%200%20.065.01.126.032.182.022.056.052.107.092.15l3.565%204.05c.092.099.197.148.313.148z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A');
  left: -15px;
}
.uk-pagination > li:not(.pagination_arrow) a {
  background-color: #f5f5f5 !important;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 0;
  margin: -5px 5px 0;
  height: 34px;
  width: 34px;
  line-height: 34px;
}
.uk-pagination > li.uk-active:not(.pagination_arrow) a {
  background-color: #fff !important;
  border: 1px solid #5f29a5;
}
.item_showby {
  font-size: 14px;
  color: #3c3c3b;
}
.items_list.section {
  margin-bottom: 25px;
}
@media screen and (max-width: 1220px) and (min-width: 768px) {
  .pagination_container {
    display: flex;
    flex-wrap: wrap;
  }
  .pagination_container > div {
    float: none;
  }
  .pagination_container .pagination {
    order: 1;
    width: 100%;
  }
  .pagination_container .items_count {
    order: 2;
  }
  .pagination_container ~ .pages_sort {
    margin-top: -18px;
  }
}

/* End */


/* Start:/local/templates/asevalar/components/asevalar/catalog.element/.default/style.css?17634527882056*/
.product_card_slider.uk-visible-small .productimg {
  max-width: 100%;
  max-height: 268px;
  width: auto;
}
.product .product_block .items_img img {
  max-height: 75px;
  max-width: 100%;
  width: auto;
}
.popup.product .product_card_slider_upper {
  position: relative;
}
.catalog-slider .swiper-slide {
  padding: 2px 0;
}
.as-badges {
  position: absolute;
  top: 0;
  right: 0;
}
.as-badges .car {
  background-image: url(/local/templates/asevalar/img/delivery/1.png);
  pointer-events: auto;
  z-index: 1;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: contain;
  margin: 0px auto 5px;
}
.as-badges .termolabil {
  background-image: url(/local/templates/asevalar/components/asevalar/catalog.element/detail/img/termolabil2.png);
  pointer-events: auto;
  z-index: 1;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: contain;
  margin: 0px auto 5px;
}
.top-badge ~ .as-badges {
  top: 75px;
}
.swiper-slide .slider.section .slider-container .product_block .items_img {
  min-height: 240px;
  display: flex;
  align-items: center;
}
.swiper-slide a.img-main {
  position: absolute;
  left: 0%;
  width: 100%;
}
.swiper-slide .product .product_block .items_img {
  width: 35%;
  margin-left: 70%;
  margin-top: 0;
}
.swiper-slide .product .product_block .items_img img {
  max-height: 240px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: flex;
}
.swiper-slide .product .product_block .items_img img.badge-for-cities-img {
  width: 45%;
  margin-left: 60%;
  margin-top: 3px;
}
.badge-for-cities {
  min-height: 90px;
  min-width: 70px;
  top: -12px;
}
@-moz-document url-prefix() {
  .badge-for-cities {
    min-height: 90px;
    min-width: 90px;
  }
  .badge-for-cities img.badge-for-cities-img {
    margin-left: 0% !important;
    width: 100% !important;
  }
}
.solgar-img {
  width: 150px!important;
  height: auto;
  margin-top: 10px;
}
.bx_storege ul li .balance {
  display: inline;
  color: #000;
}

/* End */
/* /local/templates/asevalar/components/evalar/catalog/.default/style.css?17056049461176 */
/* /local/templates/asevalar/components/asevalar/sort.block/.default/style.css?1705604945412 */
/* /local/templates/asevalar/components/asevalar/elasticsearch.filter/.default/style.css?170560494576073 */
/* /local/templates/asevalar/components/evalar/catalog.menu/.default/style.css?170560494698 */
/* /local/templates/asevalar/components/asevalar/catalog.list/.default/style.css?17056049454318 */
/* /local/templates/asevalar/components/asevalar/catalog.element/.default/style.css?17634527882056 */
