.toolbar-products .pages-items, .toolbar-products .drop_block ul, .sidebar .filter_subitems, .sidebar .filter_items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .filter_items > li.opened .toggle_btn:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.toolbar-products .pages .action:before, .toolbar-products .pages .action:after, .toolbar-products .drop_btn:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.partners_list a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.sidebar .filter-subtitle,
.sidebar .filter-current,
.sidebar .filter-actions {
  display: none !important;
}
.sidebar .filter_title {
  font-size: 200%;
  line-height: 1.2em;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 28px;
}
.sidebar .filter_items {
  border-top: 1px solid #ebebeb;
  font-size: 140%;
  line-height: 23px;
}
.sidebar .filter_items li {
  margin: 0;
}
.sidebar .filter_items > li {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.sidebar .filter_items a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.sidebar .filter_items a.selected {
  color: #FF0000;
}
.sidebar .filter_items .toggle_btn {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 2rem;
  position: absolute;
  top: 11px;
  right: 0;
}
.sidebar .filter_items .toggle_btn:before {
  display: block;
  color: inherit;
}
.sidebar .filter_items .toggle_btn + a {
  margin-right: 40px;
}
.sidebar .filter_subitems {
  display: none;
}
.sidebar .filter_subitems li {
  padding-top: 10px;
  padding-left: 20px;
}
.sidebar .filter_subitems li:first-child {
  padding-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .sidebar .filter_title {
    font-size: 180%;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar .filter_title {
    font-size: 160%;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .sidebar .filter_items {
    font-size: 120%;
    line-height: 19px;
  }
  .sidebar .filter_subitems li {
    padding-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar ~ .column .toolbar-products .toolbar-sorter,
.sidebar ~ .column .toolbar-products .brands_filter {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar .filter_section {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 0;
    bottom: 60px;
    background: #ffffff;
    overflow: hidden;
    z-index: 200;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .sidebar .filter_section .filter_btn {
    position: absolute;
    right: 20px;
    top: 14px;
  }
  .sidebar .filter_content {
    flex: 0 0 100vw;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .sidebar .filter_title {
    margin-right: 80px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    min-height: 66px;
    font-size: 160%;
    line-height: 20px;
    margin: 0;
  }
  .sidebar .filter_block {
    flex: 1;
    height: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .sidebar .filter_items {
    font-size: 140%;
    line-height: 23px;
  }
  .sidebar .filter_items > li {
    padding: 20px 20px;
  }
  .sidebar .filter_items .toggle_btn {
    padding: 0;
    top: 2px;
    font-size: 200%;
    width: 50px;
    height: 60px;
  }
}

.toolbar-products {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  z-index: 20;
}
.toolbar-products .modes,
.toolbar-products .toolbar-amount,
.toolbar-products .sorter-label,
.toolbar-products .sorter-action,
.toolbar-products .limiter .label,
.toolbar-products .pages .label,
.toolbar-products .field.limiter {
  display: none !important;
}
.toolbar-products:not(.toolbar ~ .toolbar-products) {
  margin-bottom: 0;
}
.toolbar-products:not(.toolbar ~ .toolbar-products) .pages {
  display: none !important;
}
.toolbar-products .brands_filter,
.toolbar-products .toolbar-sorter {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.toolbar-products .drop_btn {
  display: flex;
  height: 35px;
  width: 100%;
  background: transparent;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  font-size: 120%;
  line-height: 15px;
  padding: 0 10px 0 15px;
  border-radius: 5px;
  color: inherit;
  text-align: left;
}
.toolbar-products .drop_btn:empty {
  color: #8d8d8d;
}
.toolbar-products .drop_btn:empty:before {
  display: block;
  content: attr(data-label);
}
.toolbar-products .drop_btn:after {
  content: "\e901";
  font-size: 2rem;
  display: block;
}
.toolbar-products .drop_block {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  font-size: 120%;
  line-height: 15px;
  text-align: left;
}
.toolbar-products .drop_block ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 5px;
  margin-top: 9px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  background: #ffffff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.toolbar-products .drop_block li {
  margin: 0;
}
.toolbar-products .drop_block li:not(:first-child) {
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}
.toolbar-products .drop_block:before {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  width: 11px;
  height: 8px;
  border-width: 0 5px 8px;
  border-color: rgba(151, 151, 151, 0.3) transparent;
  border-style: solid;
  z-index: 1;
  top: 1px;
}
.toolbar-products .drop_block:after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  width: 11px;
  height: 8px;
  border-width: 0 5px 8px;
  border-color: #ffffff transparent;
  border-style: solid;
  z-index: 2;
  top: 2px;
}
.toolbar-products .drop_block a {
  display: block;
  padding: 10px 15px;
  color: inherit;
}
.toolbar-products .drop_block a.selected {
  color: #000000;
  background: #f3f3f3;
}
.toolbar-products .filter_clear {
  margin-left: auto;
  align-self: center;
  margin-right: 10px;
}
.toolbar-products .filter_clear a {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 120%;
  line-height: 15px;
}
.toolbar-products .filter_clear a:before {
  order: 2;
  display: block;
  font-size: 150%;
  margin-left: 6px;
  margin-right: -4px;
}
.toolbar-products ~ .toolbar-products .toolbar-sorter,
.toolbar-products ~ .toolbar-products .filter_clear,
.toolbar-products ~ .toolbar-products .brands_filter {
  display: none;
}
.toolbar-products .pages {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.toolbar-products .pages-items {
  display: flex;
  align-items: center;
  margin: 0 -4px;
}
.toolbar-products .pages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-size: 1rem;
  line-height: inherit;
  width: auto;
  height: auto;
}
.toolbar-products .pages .item.pages-item-next, .toolbar-products .pages .item.pages-item-previous {
  width: auto;
}
.toolbar-products .pages .item.pages-item-previous {
  margin-right: auto;
}
.toolbar-products .pages .item.pages-item-next {
  margin-left: auto;
}
.toolbar-products .pages .item.current .page {
  border: 1px solid;
  color: #FF0000;
  background: transparent;
}
.toolbar-products .pages .item.current:first-child {
  margin-left: auto;
}
.toolbar-products .pages .page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 140%;
  line-height: 18px;
  color: inherit;
}
.toolbar-products .pages a.page {
  color: inherit;
  min-width: 28px;
  height: 28px;
  border-radius: 3px;
  padding: 2px;
}
.toolbar-products .pages strong.page {
  min-width: 28px;
  height: 28px;
  border-radius: 3px;
  padding: 2px;
}
.toolbar-products .pages .action {
  background: transparent;
  border: none;
  box-shadow: none !important;
  font-size: 100%;
  color: #8d8d8d;
  padding: 0;
  display: flex;
  align-items: center;
}
.toolbar-products .pages .action:before, .toolbar-products .pages .action:after {
  display: block;
  font-size: 200%;
  color: inherit !important;
}
.toolbar-products .pages .action.disable, .toolbar-products .pages .action.inactive, .toolbar-products .pages .action:disabled {
  color: #cfcfcf;
  pointer-events: none;
}
.toolbar-products .pages .action.previous > span, .toolbar-products .pages .action.next > span {
  display: block;
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
  font-size: 120%;
  line-height: 15px;
  color: inherit;
}
.toolbar-products .pages .action.previous:before {
  content: "\e902";
}
.toolbar-products .pages .action.next:before {
  display: none;
}
.toolbar-products .pages .action.next:after {
  content: "\e903";
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .toolbar-products .toolbar-sorter,
.toolbar-products .brands_filter {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .toolbar-products {
    margin-left: -5px;
    margin-right: -5px;
  }
  .toolbar-products .brands_filter,
.toolbar-products .toolbar-sorter {
    padding-left: 5px;
    padding-right: 5px;
  }
  .toolbar-products .drop_block {
    left: 5px;
    right: 5px;
  }
  .toolbar-products .drop_block a {
    padding: 10px;
  }
  .toolbar-products .drop_btn {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .toolbar-products {
    flex-wrap: wrap;
  }
  .toolbar-products .toolbar-sorter .drop_btn,
.toolbar-products .brands_filter .drop_btn {
    background: #ffffff;
  }
  .toolbar-products .filter_clear {
    margin-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  .toolbar-products .pages .pages-item-previous,
.toolbar-products .pages .pages-item-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .toolbar-products .pages .action:before, .toolbar-products .pages .action:after {
    font-size: 240%;
  }
  .toolbar-products .pages .action.previous > span, .toolbar-products .pages .action.next > span {
    display: none;
  }
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .toolbar-products .toolbar-sorter,
.toolbar-products .brands_filter {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 360px) and (max-width: 399px) {
  .toolbar-products .drop_btn:after {
    margin-right: -10px;
  }
}
@media screen and (max-width: 359px) {
  .toolbar-products .toolbar-sorter,
.toolbar-products .brands_filter {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .toolbar-products .brands_filter {
    margin-top: 10px;
  }
}

.web .toolbar-products .drop_block ul {
  scrollbar-color: #cfcfcf #ebebeb;
  scrollbar-width: bold;
}
.web .toolbar-products .drop_block ul::-webkit-scrollbar {
  width: 14px;
  height: auto;
  border-radius: 0;
  background: #ebebeb;
}
.web .toolbar-products .drop_block ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #cfcfcf;
}
.web .toolbar-products .drop_block ul::-webkit-scrollbar, .web .toolbar-products .drop_block ul::-webkit-scrollbar-thumb {
  border-right: 10px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .filter_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .filter_btn {
    font-size: 110%;
    line-height: 13px;
    text-align: center;
    margin-left: 20px;
    color: #8d8d8d;
  }
  .filter_btn:before {
    display: block;
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .page-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .page-title-wrapper:before {
    bottom: -18px;
  }
  .filter_opened {
    overflow: hidden;
  }
  .filter_opened .filter_section {
    width: 100%;
  }
}
.toolbar-products:not(.toolbar ~ .toolbar-products) .pages {
  display: block !important;
}

.partners_page {
  padding-bottom: 60px;
}

.partner_description {
  font-size: 140%;
  line-height: 23px;
  color: #4d4d4d;
}

.page-title {
  text-transform: uppercase;
}

.partners_list {
  list-style-type: none;
  padding: 30px 0 25px;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.partners_list li {
  padding: 0 10px 20px;
  max-width: 16.6%;
  flex: 0 0 16.6%;
  margin: 0;
}
.partners_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  font-size: 0;
  line-height: 0;
  height: 100px;
  border-radius: 8px;
  padding: 10px;
}
.partners_list a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 67px;
  object-fit: contain;
}
.partners_list a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media screen and (max-width: 1219px) {
  .partners_list li {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 991px) {
  .partners_list li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 767px) {
  .partners_list li {
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
  .page-title-wrapper:before {
    bottom: 0;
  }
  .partner_description {
    font-size: 130%;
    line-height: 21px;
  }
  .partners_page {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 575px) {
  .partners_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 399px) {
  .partners_page {
    padding: 20px 0 40px;
  }
  .partner_description {
    font-size: 120%;
    line-height: 18px;
  }
  .partners_list ul {
    margin: 0 -5px;
  }
  .partners_list li {
    padding: 0 5px 10px;
  }
}
.web .sidebar .filter_items a, .sidebar .filter_items .web a, .web .sidebar .filter_items .toggle_btn, .sidebar .filter_items .web .toggle_btn, .web .toolbar-products .drop_btn, .toolbar-products .web .drop_btn, .web .toolbar-products .drop_block a, .toolbar-products .drop_block .web a, .web .toolbar-products .filter_clear a, .toolbar-products .filter_clear .web a, .web .toolbar-products .pages a.page, .toolbar-products .pages .web a.page, .web .toolbar-products .pages .action, .toolbar-products .pages .web .action {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.sidebar .filter_items .toggle_btn:before, .partners_list a img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .sidebar .filter_items a, .sidebar .filter_items .touch a, .touch .sidebar .filter_items .toggle_btn, .sidebar .filter_items .touch .toggle_btn, .touch .toolbar-products .drop_btn, .toolbar-products .touch .drop_btn, .touch .toolbar-products .drop_block a, .toolbar-products .drop_block .touch a, .touch .toolbar-products .filter_clear a, .toolbar-products .filter_clear .touch a, .touch .toolbar-products .pages a.page, .toolbar-products .pages .touch a.page, .touch .toolbar-products .pages .action, .toolbar-products .pages .touch .action {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .sidebar .filter_items a:hover, .sidebar .filter_items .web a:hover, .web .sidebar .filter_items .toggle_btn:hover, .sidebar .filter_items .web .toggle_btn:hover, .web .toolbar-products .drop_btn:hover, .toolbar-products .web .drop_btn:hover, .web .toolbar-products .drop_block a:hover, .toolbar-products .drop_block .web a:hover, .web .toolbar-products .filter_clear a:hover, .toolbar-products .filter_clear .web a:hover, .web .toolbar-products .pages a.page:hover, .toolbar-products .pages .web a.page:hover, .web .toolbar-products .pages .action:hover, .toolbar-products .pages .web .action:hover {
  color: #D91F2C;
}
.web .sidebar .filter_items a:active, .sidebar .filter_items .web a:active, .web .sidebar .filter_items .toggle_btn:active, .sidebar .filter_items .web .toggle_btn:active, .web .toolbar-products .drop_btn:active, .toolbar-products .web .drop_btn:active, .web .toolbar-products .drop_block a:active, .toolbar-products .drop_block .web a:active, .web .toolbar-products .filter_clear a:active, .toolbar-products .filter_clear .web a:active, .web .toolbar-products .pages a.page:active, .toolbar-products .pages .web a.page:active, .web .toolbar-products .pages .action:active, .toolbar-products .pages .web .action:active {
  color: #CD0F1C;
}
.touch .sidebar .filter_items a:active, .sidebar .filter_items .touch a:active, .touch .sidebar .filter_items .toggle_btn:active, .sidebar .filter_items .touch .toggle_btn:active, .touch .toolbar-products .drop_btn:active, .toolbar-products .touch .drop_btn:active, .touch .toolbar-products .drop_block a:active, .toolbar-products .drop_block .touch a:active, .touch .toolbar-products .filter_clear a:active, .toolbar-products .filter_clear .touch a:active, .touch .toolbar-products .pages a.page:active, .toolbar-products .pages .touch a.page:active, .touch .toolbar-products .pages .action:active, .toolbar-products .pages .touch .action:active {
  color: #CD0F1C;
}

/*# sourceMappingURL=partners.css.map */
