

/* Start:/local/templates/etalonmix/components/bitrix/catalog/main/bitrix/catalog.smart.filter/.default/style.css?171583494531062*/
.filterFixedWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.47);
  z-index: 1000;
  display: none;
}

.smartfilter {
  width: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.smartfilter div, .smartfilter span, .smartfilter a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.smartfilter .filter-button {
  width: 353px;
  height: 60px;
  color: white;
  font-size: 16px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: uppercase;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  z-index: 1002;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .smartfilter .filter-button {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .smartfilter .filter-button {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .smartfilter {
    position: relative;
  }
}
.smartfilter .filter-props {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .smartfilter .filter-props {
    position: absolute;
    width: 300px;
    z-index: 1002;
    top: 58px;
    right: -378%;
    opacity: 0;
    display: none;
    padding: 37px 50px;
    background: #F3F3F3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .smartfilter .filter-props {
    left: 50%;
    right: auto;
    margin-left: -150px;
  }
}
@media screen and (max-width: 479px) {
  .smartfilter .filter-props {
    top: 70px;
  }
}
@media screen and (max-width: 1279px) {
  .smartfilter .filter-props.active {
    display: block;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .smartfilter .filter-props .price-sort {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .smartfilter .filter-props .price-sort .title-name {
    color: #171717;
    font-size: 16px;
    font-family: "Geometria Medium", Arial, Sans-Serif;
    text-transform: uppercase;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .smartfilter .filter-props .price-sort .sort-by {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: #980916;
    padding: 12px 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .smartfilter .filter-props .price-sort .sort-by .item {
    color: white;
    font-size: 12px;
    font-family: "Geometria", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    margin-bottom: 6px;
  }
}
.smartfilter .filter-props .price-sort .sort-by .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .smartfilter .filter-props .price-sort .sort-by .item.active {
    font-family: "Geometria Bold";
  }
}
.smartfilter .filter-props .bx-filter-parameters-box {
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.smartfilter .filter-props .bx-filter-parameters-box:first-child {
  margin-top: 0;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block {
  overflow: hidden;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container {
  padding: 5px 0 0 0;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container:not(.block-display), .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container:not(.block-display) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 7px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.single, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.single {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox, .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label input, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label input {
  display: none;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  border: 1px solid #171717;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox.radio, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox.radio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox.radio .icon, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox.radio .icon {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox .icon, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background: white;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name {
  min-height: 15px;
  margin-left: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #171717;
  font-size: 14px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 15px;
  white-space: normal;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name {
    font-size: 12px;
    margin-left: 5px;
  }
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active:not(.disabled) .checkbox, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active:not(.disabled) .checkbox {
  background: #980916;
  border: 1px solid #980916;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active:not(.disabled) .checkbox .icon, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active:not(.disabled) .checkbox .icon {
  opacity: 1;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.disabled, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.disabled {
  cursor: default;
}
.smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.disabled .name, .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.disabled .name {
  opacity: 0.5;
}
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container {
  height: 100%;
  width: 100%;
  padding-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block:first-child, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block:first-child, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block:first-child {
  margin-right: 20px;
}
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container {
  min-width: 50%;
  max-width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1521px) {
  .smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container {
    height: 25px;
  }
}
@media screen and (max-width: 1520px) {
  .smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container {
    height: 20px;
  }
}
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input {
  color: #171717;
  font-size: 10px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  height: 100%;
  min-width: 90px;
  max-width: 90px;
  padding-left: 6px;
  border: 1px solid transparent;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input::-webkit-input-placeholder, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input::-webkit-input-placeholder, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input::-webkit-input-placeholder {
  color: #919191;
}
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input::-moz-placeholder, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input::-moz-placeholder, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input::-moz-placeholder {
  color: #919191;
}
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input:-moz-placeholder, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input:-moz-placeholder, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input:-moz-placeholder {
  color: #919191;
}
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input:-ms-input-placeholder, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input:-ms-input-placeholder, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input:-ms-input-placeholder {
  color: #919191;
}
@media screen and (min-width: 1521px) {
  .smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input {
    font-size: 13px;
  }
}
@media screen and (max-width: 1520px) {
  .smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input {
    font-size: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .smartfilter .filter-props .bx-filter-parameters-box.prices {
    border-top: 1px solid #D9D9D9;
  }
}
.smartfilter .filter-props .bx-filter-parameters-box.active {
  overflow: visible;
}
.smartfilter .filter-props .bx-filter-parameters-box.active .bx-filter-parameters-box-title .fa {
  right: -2.5px;
  top: 2px;
  -webkit-transform: rotate(-45deg); /* Chrome y Safari */
  -moz-transform: rotate(-45deg); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number); /* Internet Explorer */
  -o-transform: rotate(-45deg); /* Opera */
  -ms-transform: rotate(-45deg);
}
.smartfilter .filter-props .bx-filter-parameters-box.active .bx-filter-block {
  height: auto;
}
.smartfilter .filter-props .bx-filter-parameters-box.active .bx-filter-block.scroll {
  width: 97.3%;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-parameters-box-title {
  color: #171717;
  font-size: 16px;
  font-family: "Geometria Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-parameters-box-title .fa {
  position: absolute;
  right: -1px;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url("/local/templates/etalonmix/components/bitrix/catalog/main/bitrix/catalog.smart.filter/.default/img/show-filter.svg") center no-repeat;
  transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block {
  height: 0;
  overflow: hidden;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block.anim {
  height: 0;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block.scroll {
  overflow-y: auto;
  max-height: 268px;
  scrollbar-color: #980916 #e4ecef;
  scrollbar-width: thin;
  scrollbar-base-color: #980916;
  scrollbar-face-color: #980916;
  scrollbar-3dlight-color: #980916;
  scrollbar-highlight-color: #980916;
  scrollbar-track-color: #e4ecef;
  scrollbar-arrow-color: #e4ecef;
  scrollbar-shadow-color: #980916;
  scrollbar-dark-shadow-color: #980916;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block.scroll::-webkit-scrollbar {
  width: 2px;
  background-color: #e4ecef;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block.scroll::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #980916;
  border-radius: 6px;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container input[type=checkbox], .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx_filter_parameters_box_container_block {
  display: none;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track-container {
  min-width: 100%;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track {
  width: 100%;
  height: 13px;
  position: relative;
  margin: 15px 0 -3px 0;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-range,
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar,
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd,
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn,
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  height: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-range {
  z-index: 9;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar {
  z-index: 9;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd {
  z-index: 8;
  background: #980916;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn {
  z-index: 7;
  background: rgba(152, 9, 22, 0.28);
  height: 1px !important;
  margin-top: -4px;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar-v {
  z-index: 7;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle {
  position: absolute;
  top: -6px;
  width: 13px;
  height: 13px;
  background: white;
  border: 4px solid #980916;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle span {
  position: absolute;
  top: -27px;
  width: auto;
  height: 15px;
  color: black;
  font-size: 16px;
  font-family: "Ubuntu", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle span {
    font-size: 14px;
  }
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle.left-circle {
  left: 0;
  padding-left: 1px;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle.left-circle span {
  left: 0;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle.right-circle {
  right: 0;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle.right-circle span {
  right: 0;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part {
  position: absolute;
  top: 38px;
  width: 1px;
  height: 5.7px;
  background: rgba(0, 0, 0, 0.25);
  display: none;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part span {
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-family: "Ubuntu", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part.p1 {
  left: 0;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part.p2 {
  left: 25%;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part.p3 {
  left: 50%;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part.p4 {
  left: 75%;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part.p5 {
  right: 0;
}
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part.p2 span,
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part.p3 span,
.smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-part.p4 span {
  color: rgba(0, 0, 0, 0.25);
}
.smartfilter .filter-props #modef {
  display: none !important;
}
.smartfilter .filter-props .bx_filter_button_box.active {
  display: block;
}
.smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_button, .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset {
  width: 100%;
  height: 30px;
  color: white;
  font-size: 11px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  z-index: 1002;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1521px) {
  .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_button, .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset {
    font-size: 13px;
  }
}
@media screen and (max-width: 1279px) {
  .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_button, .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset {
    font-size: 11px;
  }
}
.smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_button {
  margin-top: 20px;
  background: #980916;
}
.smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset {
  margin-top: 10px;
  background: #D9D9D9;
  color: #171717;
}

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

/* End */


/* Start:/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/style.css?17158349462136*/
.bx-pagination {
  height: auto;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.bx-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.bx-pagination ul li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 0;
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  z-index: 1;
  margin-right: 0;
  background: white;
}
.bx-pagination ul li:last-child {
  margin-right: 0;
}
.bx-pagination ul li:nth-last-child(2).bx-active {
  margin-right: 0;
}
.bx-pagination ul li span, .bx-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
}
.bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots) span, .bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots) a, .bx-pagination ul li.bx-active span, .bx-pagination ul li.bx-active a {
  color: #980916;
}
.bx-pagination ul li.bx-pag-prev, .bx-pagination ul li.bx-pag-next {
  display: none;
}
.bx-pagination ul li.bx-pag-prev.noActive, .bx-pagination ul li.bx-pag-next.noActive {
  cursor: default;
}
.bx-pagination ul li.bx-pag-prev {
  background: url("/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/img/navigate-arrow-prev.svg") center no-repeat;
  background-size: 11px 18px;
}
.bx-pagination ul li.bx-pag-next {
  background: url("/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/img/navigate-arrow-next.svg") center no-repeat;
  background-size: 11px 18px;
}
.bx-pagination ul li.bx-pag-all {
  margin-right: 30px;
}
.bx-pagination ul .dots {
  width: 20px;
  height: 44px;
  font-size: 0;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: black;
  font-size: 21px;
  font-family: "NeoSansPro", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
}

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

/* End */


/* Start:/local/templates/etalonmix/components/bitrix/catalog/main/style.css?171583494540661*/
.products-exist {
  color: #b2b2b2;
  font-size: 16px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 40px;
}

h1.section {
  width: 1440px;
  margin: 0 auto;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  h1.section {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  h1.section {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  h1.section {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  h1.section {
    width: 300px;
  }
}

.catalog-wrap {
  padding-bottom: 70px;
  position: relative;
  width: 1440px;
  margin: 0 auto;
  min-height: 100vh;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .catalog-wrap {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .catalog-wrap {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-wrap {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .catalog-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap {
    margin-top: 10px;
  }
}
.catalog-wrap:before {
  content: "";
  position: absolute;
  left: -500px;
  width: 750px;
  height: 100%;
  background: #F3F3F3;
}
@media screen and (min-width: 1521px) {
  .catalog-wrap:before {
    left: -610px;
    width: 850px;
  }
}
@media screen and (max-width: 1279px) {
  .catalog-wrap:before {
    display: none;
  }
}
.catalog-wrap > .left {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1521px) {
  .catalog-wrap > .left {
    min-width: 200px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .catalog-wrap > .left {
    min-width: 200px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .left {
    min-width: 130px;
    max-width: 130px;
  }
  .catalog-wrap > .left:before {
    content: "";
    position: absolute;
    top: 0;
    left: -610px;
    width: 750px;
    height: 100%;
    background: #F3F3F3;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .left {
    padding-top: 12px;
  }
}
.catalog-wrap > .left .sections-mobile {
  display: none;
}
.catalog-wrap > .left .sections-mobile .sections-title {
  position: relative;
  padding-right: 23px;
  display: table;
}
.catalog-wrap > .left .sections-mobile .sections-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url("/local/templates/etalonmix/components/bitrix/catalog/main/img/categories-arrow.svg") center no-repeat;
}
.catalog-wrap > .left .sections-mobile .sections-title.active:after {
  -webkit-transform: rotate(180deg); /* Chrome y Safari */
  -moz-transform: rotate(180deg); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number); /* Internet Explorer */
  -o-transform: rotate(180deg); /* Opera */
  -ms-transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .left .sections-mobile {
    display: table;
    color: #171717;
    font-size: 18px;
    font-family: "Geometria Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    position: relative;
  }
  .catalog-wrap > .left .sections-mobile .selected-section {
    color: #9E9E9E;
    font-size: 14px;
    font-family: "Geometria Medium", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    margin-top: 5px;
  }
}
.catalog-wrap > .left .sections {
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .left .sections {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .catalog-wrap > .left .sections {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .left .sections {
    position: absolute;
    opacity: 0;
    height: 0;
    padding: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .catalog-wrap > .left .sections.active {
    opacity: 1;
    height: auto;
    visibility: visible;
    overflow: visible;
    padding: 30px 0 23px 0;
  }
  .catalog-wrap > .left .sections.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: #F3F3F3;
  }
}
@media screen and (max-width: 1279px) and (min-width: 480px) {
  .catalog-wrap > .left .sections {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .catalog-wrap > .left .sections {
    top: 35px;
  }
  .catalog-wrap > .left .sections.active {
    padding-bottom: 0;
  }
  .catalog-wrap > .left .sections.active:before {
    width: 200%;
  }
}
.catalog-wrap > .left .sections .section {
  color: #171717;
  font-size: 16.5px;
  font-family: "Geometria Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-bottom: 15px;
  cursor: pointer;
  padding-right: 0;
  text-decoration: none;
  display: table;
  letter-spacing: -0.2px;
  position: relative;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .left .sections .section {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .catalog-wrap > .left .sections .section {
    font-size: 12px;
    min-width: 28%;
    max-width: 28%;
    margin-right: 35px;
    margin-bottom: 15px;
    white-space: normal;
  }
  .catalog-wrap > .left .sections .section:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .catalog-wrap > .left .sections .section {
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 26px;
  }
}
.catalog-wrap > .left .sections .section.active {
  font-family: "Geometria Bold";
  font-size: 17px;
  color: #980916;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .left .sections .section.active {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .catalog-wrap > .left .sections .section.active {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-wrap > .left .sections .section.active {
    font-size: 14px;
  }
}
.catalog-wrap > .left .buttons-filter-search {
  width: 68px;
  position: absolute;
  right: 0;
  top: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .catalog-wrap > .left .buttons-filter-search {
    display: none;
  }
}
.catalog-wrap > .left .buttons-filter-search .search-icon, .catalog-wrap > .left .buttons-filter-search .filter-icon {
  position: relative;
}
.catalog-wrap > .left .buttons-filter-search .search-icon svg, .catalog-wrap > .left .buttons-filter-search .filter-icon svg {
  fill: #171717;
  width: 100%;
  height: 100%;
}
.catalog-wrap > .left .buttons-filter-search .search-icon.active, .catalog-wrap > .left .buttons-filter-search .filter-icon.active {
  position: relative;
  z-index: 1002;
}
.catalog-wrap > .left .buttons-filter-search .search-icon.active svg, .catalog-wrap > .left .buttons-filter-search .filter-icon.active svg {
  fill: #980916;
}
.catalog-wrap > .left .buttons-filter-search .search-icon {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.catalog-wrap > .left .buttons-filter-search .filter-icon {
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  margin-left: 15px;
}
.catalog-wrap > .right {
  margin-top: 40px;
  margin-left: auto;
}
@media screen and (min-width: 1521px) {
  .catalog-wrap > .right {
    -webkit-flex: 0 0 1160px;
    -moz-flex: 0 0 1160px;
    -ms-flex: 0 0 1160px;
    flex: 0 0 1160px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .catalog-wrap > .right {
    -webkit-flex: 0 0 860px;
    -moz-flex: 0 0 860px;
    -ms-flex: 0 0 860px;
    flex: 0 0 860px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .right {
    -webkit-flex: 0 0 460px;
    -moz-flex: 0 0 460px;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .right {
    margin-top: -57px;
  }
}
.catalog-wrap > .right h1 {
  padding: 0 0 15px 0;
}
.catalog-wrap > .right .elements-wrap {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  width: 100%;
}
.catalog-wrap > .right .elements-wrap.fadeOut {
  -webkit-animation-name: animateContentBlockFadeOut;
  animation-name: animateContentBlockFadeOut;
}
@-webkit-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@-moz-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@-ms-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@-o-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
.catalog-wrap > .right .elements-wrap.fadeIn {
  -webkit-animation-name: animateContentBlockFadeIn;
  animation-name: animateContentBlockFadeIn;
}
@-webkit-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-moz-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-ms-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-o-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
.catalog-wrap > .right .elements-wrap .sort-props {
  background: white;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .right .elements-wrap .sort-props {
    height: 70px;
  }
  .catalog-wrap > .right .elements-wrap .sort-props:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 300%;
    height: 100%;
    background: #F3F3F3;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .right .elements-wrap .sort-props .price-sort {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .catalog-wrap > .right .elements-wrap .sort-props .price-sort {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 20px;
  }
}
.catalog-wrap > .right .elements-wrap .sort-props .price-sort .title-name {
  color: #B5B5B5;
  font-size: 16px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .right .elements-wrap .sort-props .price-sort .title-name {
    font-size: 12px;
  }
}
.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by .item {
  color: #171717;
  font-size: 16px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by .item {
    font-size: 12px;
    margin-left: 15px;
  }
}
.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by .item.active {
  color: #980916;
}
.catalog-wrap > .right .elements-wrap .sort-props .catalog-search {
  margin-left: auto;
  min-width: 300px;
  max-width: 300px;
  height: 35px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .catalog-wrap > .right .elements-wrap .sort-props .catalog-search {
    min-width: 0;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .right .elements-wrap .sort-props .catalog-search {
    position: relative;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .right .elements-wrap .sort-props .catalog-search {
    transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap > .right .elements-wrap .sort-props .catalog-search.active {
    min-width: 220px;
    max-width: 220px;
    height: 30px;
    visibility: visible;
    opacity: 1;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .right .elements-wrap .sort-props .catalog-search.active {
    min-width: 300px;
    max-width: 300px;
    visibility: visible;
    opacity: 1;
    top: 85px;
    left: 50%;
    margin-left: -150px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
.catalog-wrap > .right .elements-wrap .sort-props .catalog-search input {
  width: 100%;
  height: 100%;
  color: #171717;
  font-size: 14px;
  font-family: "Geometria Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  background: #EFEFEF;
  border: 1px solid transparent;
  padding: 0 30px 0 13px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.catalog-wrap > .right .elements-wrap .sort-props .catalog-search input::-webkit-input-placeholder {
  color: #A3A3A3;
}
.catalog-wrap > .right .elements-wrap .sort-props .catalog-search input::-moz-placeholder {
  color: #A3A3A3;
}
.catalog-wrap > .right .elements-wrap .sort-props .catalog-search input:-moz-placeholder {
  color: #A3A3A3;
}
.catalog-wrap > .right .elements-wrap .sort-props .catalog-search input:-ms-input-placeholder {
  color: #A3A3A3;
}
.catalog-wrap > .right .elements-wrap .sort-props .catalog-search input:-webkit-autofill, .catalog-wrap > .right .elements-wrap .sort-props .catalog-search input:-webkit-autofill:hover, .catalog-wrap > .right .elements-wrap .sort-props .catalog-search input:-webkit-autofill:focus, .catalog-wrap > .right .elements-wrap .sort-props .catalog-search input:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 1000px black inset;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid black;
  background-color: black !important;
}
@media screen and (max-width: 1279px) {
  .catalog-wrap > .right .elements-wrap .sort-props .catalog-search input {
    font-size: 12px;
  }
}
.catalog-wrap > .right .elements-wrap .sort-props .catalog-search .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("/local/templates/etalonmix/components/bitrix/catalog/main/../../../../img/search.svg") center no-repeat;
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .catalog-wrap > .right .elements-wrap .sort-props .filter-icon {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .catalog-wrap > .right .elements-wrap .sort-props .filter-icon {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .right .elements-wrap .sort-props .filter-icon {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    position: relative;
    margin-left: 15px;
    display: none;
  }
}
.catalog-wrap > .right .elements-wrap .sort-props .filter-icon svg {
  fill: #171717;
  width: 100%;
  height: 100%;
}
.catalog-wrap > .right .elements-wrap .sort-props .filter-icon.active {
  position: relative;
  z-index: 1002;
}
.catalog-wrap > .right .elements-wrap .sort-props .filter-icon.active svg {
  fill: #980916;
}
@media screen and (min-width: 1280px) {
  .catalog-wrap > .right .elements-wrap .sort-props .search-icon {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .catalog-wrap > .right .elements-wrap .sort-props .search-icon {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrap > .right .elements-wrap .sort-props .search-icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    position: relative;
    display: none;
  }
}
.catalog-wrap > .right .elements-wrap .sort-props .search-icon svg {
  fill: #171717;
  width: 100%;
  height: 100%;
}
.catalog-wrap > .right .elements-wrap .sort-props .search-icon.active svg {
  fill: #980916;
}

.products-block-wrap {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .products-block-wrap.active {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .products-block-wrap.active .list {
    padding-top: 0;
  }
}

.products-block.plate {
  width: 100%;
  padding-bottom: 50px;
}
.products-block.plate .list {
  padding-top: 30px;
  position: relative;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.products-block.plate .list .product {
  min-width: 260px;
  max-width: 260px;
  height: 495px;
  position: relative;
  margin-bottom: 40px;
  margin-right: 40px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 1521px) {
  .products-block.plate .list .product:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .products-block.plate .list .product {
    min-width: 260px;
    max-width: 260px;
    height: 495px;
  }
  .products-block.plate .list .product:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) and (min-width: 480px) {
  .products-block.plate .list .product:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product {
    min-width: 140px;
    max-width: 140px;
    height: 290px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .products-block.plate .list .product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .products-block.plate .list .product:hover {
    z-index: 2;
  }
  .products-block.plate .list .product:hover .item-inner {
    min-width: 300px;
    max-width: 300px;
    height: 572px;
    -webkit-box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
  }
  .products-block.plate .list .product:hover .item-inner .image {
    height: 250px;
  }
  .products-block.plate .list .product:hover .item-inner .image .add-to-favorite {
    right: 10px;
    top: 10px;
    width: 39px;
    height: 35px;
  }
  .products-block.plate .list .product:hover .item-inner .name {
    height: 70px;
    font-size: 26px;
    line-height: 23px;
  }
  .products-block.plate .list .product:hover .item-inner .name.without-offers {
    height: 115px;
  }
  .products-block.plate .list .product:hover .item-inner .offers {
    margin-top: 20px;
  }
  .products-block.plate .list .product:hover .item-inner .quantity-and-price {
    margin-top: 20px;
  }
  .products-block.plate .list .product:hover .item-inner .quantity-and-price .price-wrap {
    min-width: 150px;
    max-width: 150px;
  }
  .products-block.plate .list .product:hover .item-inner .quantity-and-price .price-wrap span {
    font-size: 32px;
  }
}
.products-block.plate .list .product .item-inner {
  background: white;
  overflow: hidden;
  padding: 25px;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner {
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
}
.products-block.plate .list .product .item-inner .image {
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .image {
    height: 120px;
    -webkit-border-radius: 5.3px;
    -moz-border-radius: 5.3px;
    -ms-border-radius: 5.3px;
    border-radius: 5.3px;
  }
}
.products-block.plate .list .product .item-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-block.plate .list .product .item-inner .image .add-to-favorite {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 8px;
  cursor: pointer;
  width: 30px;
  height: 27px;
  background: url("/local/templates/etalonmix/components/bitrix/catalog/main/../../../../img/add-to-favorite.svg") center no-repeat;
  background-size: contain !important;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.products-block.plate .list .product .item-inner .image .add-to-favorite:hover:not(.noHover), .products-block.plate .list .product .item-inner .image .add-to-favorite[data-action=remove] {
  background: url("/local/templates/etalonmix/components/bitrix/catalog/main/../../../../img/remove-from-favorite.svg") center no-repeat;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .image .add-to-favorite {
    width: 23px;
    right: 5px;
    top: 5px;
  }
}
.products-block.plate .list .product .item-inner .name {
  height: 50px;
  overflow: hidden;
  display: block;
  color: #171717;
  font-size: 20px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: initial;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  text-align: center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .name {
    font-size: 12px;
    height: 36px;
    margin-top: 10px;
  }
}
.products-block.plate .list .product .item-inner .name.without-offers {
  height: 102px;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .name.without-offers {
    height: 66px;
  }
}
.products-block.plate .list .product .item-inner .offers {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .offers {
    margin-top: 12px;
  }
}
.products-block.plate .list .product .item-inner .offers .offer {
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #B6B6B6;
  background: white;
  height: 26px;
  min-width: 64px;
  color: #A3A3A3;
  font-size: 13.5px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .offers .offer {
    min-width: 45px;
    font-size: 8px;
    margin: 0 2.5px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}
.products-block.plate .list .product .item-inner .offers .offer.active {
  cursor: default;
  background: #980916;
  border: 1px solid #980916;
  color: white;
}
.products-block.plate .list .product .item-inner .quantity-and-price {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price {
    margin-top: 13px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity {
  position: relative;
  z-index: 2;
  height: 24px;
  background: transparent;
  min-width: 78px;
  max-width: 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .quantity {
    height: 16px;
    min-width: 44px;
    max-width: 44px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity * {
  vertical-align: middle !important;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  height: 100%;
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity .minus, .products-block.plate .list .product .item-inner .quantity-and-price .quantity .plus {
  cursor: pointer;
  height: 16px;
  min-width: 16px;
  max-width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-size: contain !important;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .quantity .minus, .products-block.plate .list .product .item-inner .quantity-and-price .quantity .plus {
    height: 9px;
    min-width: 9px;
    max-width: 9px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity .minus.noActive, .products-block.plate .list .product .item-inner .quantity-and-price .quantity .plus.noActive {
  cursor: default;
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity .minus {
  background: url("/local/templates/etalonmix/components/bitrix/catalog/main/../../../../img/-.svg") no-repeat right center;
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity .plus {
  background: url("/local/templates/etalonmix/components/bitrix/catalog/main/../../../../img/+.svg") no-repeat left center;
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity input {
  min-width: 36px;
  max-width: 36px;
  border: 0;
  text-align: center;
  margin: 0 5px;
  height: 100%;
  line-height: 24px;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  color: #171717;
  font-size: 13px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .quantity input {
    min-width: 20px;
    max-width: 20px;
    line-height: 16px;
    font-size: 8px;
    -webkit-border-radius: 2.3px;
    -moz-border-radius: 2.3px;
    -ms-border-radius: 2.3px;
    border-radius: 2.3px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .price-wrap {
  min-width: 125px;
  max-width: 125px;
  text-align: right;
  margin-right: 7px;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .price-wrap {
    min-width: 70px;
    max-width: 70px;
    margin-right: 0;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .price-wrap span {
  color: #171717;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .price-wrap span {
    font-size: 15px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .price-wrap span.rub {
  padding-left: 3px;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .price-wrap span.rub {
    padding-left: 0;
  }
}
.products-block.plate .list .product .item-inner .add-to-cart {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  font-size: 15.6px;
  margin-top: 22px;
}
.products-block.plate .list .product .item-inner .add-to-cart:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .add-to-cart {
    min-width: 95%;
    max-width: 95%;
    height: 30px;
    font-size: 8.4px;
    -webkit-border-radius: 2.3px;
    -moz-border-radius: 2.3px;
    -ms-border-radius: 2.3px;
    border-radius: 2.3px;
    margin: 11px auto 0;
  }
}
.products-block.plate .show-more {
  position: relative;
  align-items: center;
  min-width: 260px;
  max-width: 260px;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  margin: 20px auto 0;
}
.products-block.plate .show-more:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .show-more {
    min-width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
.products-block.plate .bx-pagination {
  display: none;
}

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

/* End */
/* /local/templates/etalonmix/components/bitrix/catalog/main/bitrix/catalog.smart.filter/.default/style.css?171583494531062 */
/* /local/templates/etalonmix/components/bitrix/system.pagenavigation/main/style.css?17158349462136 */
/* /local/templates/etalonmix/components/bitrix/catalog/main/style.css?171583494540661 */
