

/* Start:/local/templates/main/assets/css/pages/catalog.css?173041443139468*/
.catalog__more {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 24px;
}

.catalog__more button {
  min-height: 40px;
}

.catalog__more button svg {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  fill: #CF643F;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog__sort-button {
  background: #F2F5FA;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.catalog__sort-button svg {
  width: 20px;
  height: 20px;
  fill: #292D42;
}

.catalog__title {
  margin-bottom: 24px;
}

.catalog__grid .item-product::before {
  content: "";
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
  box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
  background: #fff;
  opacity: 0;
}

.catalog__grid .items-products__column {
  margin-bottom: 16px !important;
}

.catalog__filter {
  margin-right: 8px;
}

.catalog__show {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.catalog__actions {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__tags {
  margin-bottom: 16px !important;
}

.catalog__paging {
  margin-top: 25px;
  margin-bottom: 96px;
}

.catalog__paging:last-child {
  margin: 0;
}

.side__reset {
  display: none;
}

.side__title {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
}

.side__title span {
  position: relative;
  width: 12px;
  height: 12px;
}

.side__title span::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #292D42;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.side__title span::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 1.5px;
  height: 100%;
  background: #292D42;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.side__title.active span::after {
  opacity: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}

.side__content:last-child {
  border: none;
}

.side__action {
  position: relative;
}

.side__action {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #E5E8EC;
}

.side__action:last-child {
  border: none;
}

.categories-side {
  padding-bottom: 30px;
}

.categories-side__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.categories-side__item {
  position: relative;
}

.categories-side__item input {
  display: none;
}

.categories-side__item span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 20px;
}

.categories-side__item input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.price-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}

.price-side__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F2F5FA;
  border-radius: 8px;
}

.price-side__item:first-child {
  margin-right: 8px;
}

.price-side__item:last-child {
  margin-left: 8px;
}

.price-side__item input {
  display: block;
  width: 100%;
  background: #F2F5FA;
  padding-left: 8px;
  height: 20px;
  font-size: 14px;
  color: #8C8E91;
}

.size-side__item {
  position: relative;
}

.size-side__item input {
  display: none;
}

.size-side__item span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.size-side__item input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.colors-side__circle {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 6;
}

.colors-side__circle::before {
  content: "";
  border-radius: 50%;
}

.colors-side__item {
  position: relative;
}

.colors-side__item input {
  display: none;
}

.colors-side__item input:checked + .colors-side__item {
  border-color: #CF643F;
}

.colors-side__item input:checked + .colors-side__circle::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.colors-side__item_tan .colors-side__circle::before {
  background: #D9BE98;
}

.colors-side__item_white .colors-side__circle::before {
  background: #fff;
}

.colors-side__item_burgundy .colors-side__circle::before {
  background: #841920;
}

.colors-side__item_aqua .colors-side__circle::before {
  background: #99CBFA;
}

.colors-side__item_lemon .colors-side__circle::before {
  background: #FCED54;
}

.colors-side__item_lime .colors-side__circle::before {
  background: #62B535;
}

.colors-side__item_brown .colors-side__circle::before {
  background: #6C4014;
}

.colors-side__item_red .colors-side__circle::before {
  background: #D22D1F;
}

.colors-side__item_orange .colors-side__circle::before {
  background: #EF8232;
}

.colors-side__item_colorful .colors-side__circle::before {
  background: linear-gradient(314.99deg, #FF0000 5.21%, #FFE600 27.74%, #00A3FF 49.37%, #AD00FF 72.26%, #FF0000 94.61%);
}

.colors-side__item_pink .colors-side__circle::before {
  background: #F19FD2;
}

.colors-side__item_gray .colors-side__circle::before {
  background: #B6B6B6;
}

.colors-side__item_blue .colors-side__circle::before {
  background: #4770F3;
}

.colors-side__item_purple .colors-side__circle::before {
  background: #6938E1;
}

.colors-side__item_black .colors-side__circle::before {
  background: #000000;
}

.tags-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

.tags-catalog__item {
  padding: 0 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-tags-catalog__text {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-tags-catalog__icon {
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.item-tags-catalog__icon svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 16px;
  height: 16px;
  fill: #292D42;
}

.item-tags-catalog__body {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 32px;
  padding: 2px 12px;
  border: 1px solid #E5E8EC;
  border-radius: 999px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-tags-catalog__body_reset .item-tags-catalog__text {
  color: #CF643F;
}

.filter-catalog__button_text span {
  display: block !important;
}

.sort__radio input {
  display: none;
}

.sort__radio span {
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 30px 14px 0;
  -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
  box-shadow: inset 0px -1px 0px #E5E8EC;
  position: relative;
}

.sort__radio span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E5E8EC;
  background: #F2F5FA;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sort__radio span::after {
  content: "";
  -webkit-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CF643F;
  position: absolute;
}

.sort__radio input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.products-select {
  max-width: 196px;
}

.products-select .select__list {
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(15, 19, 36, 0.12), 0px 0px 1px rgba(15, 19, 36, 0.24);
  box-shadow: 0px 2px 8px rgba(15, 19, 36, 0.12), 0px 0px 1px rgba(15, 19, 36, 0.24);
}

.products-select .select__head {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
}

.products-select .select__head.active {
  border-color: #CF643F;
}

.products-select .select__item {
  position: relative;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-select .select__item::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 18px;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
}

.products-select .select__item.active {
  color: #CF643F;
}

.products-select .select__item.active::after {
  background: #CF643F;
}

.block-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-product__colors {
  margin-top: 4px;
}

.block-product__image {
  height: 96px;
  border-radius: 8px;
  width: 96px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  margin-right: 16px;
}

.block-product__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.block-product__label {
  min-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 2px 8px;
  border-radius: 4px;
  color: #4A6AA3;
  margin-right: 8px;
  background: rgba(74, 106, 163, 0.12);
}

.block-product__label_discount {
  color: #fff;
  background: #D60700;
}

.block-product__title {
  margin-bottom: 4px;
  line-height: 20px;
  color: #4A6AA3;
}

.block-product__info {
  margin-bottom: 4px;
}

.block-product__info p {
  line-height: 20px;
  color: #8D8E91;
}

.block-product__actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right;
}

.actions-block-product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.actions-block-product__select {
  margin-right: 8px;
}

.actions-block-product__select .select__head {
  width: auto !important;
  border-radius: 8px;
}

.actions-block-product__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 160px;
  min-height: 40px;
}

.actions-block-product__favorite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.actions-block-product__favorite svg {
  width: 20px;
  height: 20px;
  fill: #CF643F;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-catalog__product {
  padding: 8px;
  margin: 0 -8px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-catalog__product:last-child {
  margin: 0;
}

.list-catalog__product.added {
  background: #F3F5FA !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.list-catalog__banner {
  margin-bottom: 32px;
}

.show-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-catalog__icon {
  margin-right: 8px;
}

.show-catalog__icon svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #CF643F;
}

.description-catalog h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 12px;
}

.description-catalog p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.description-catalog li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  position: relative;
}

.description-catalog li:last-child {
  margin: 0;
}

.description-catalog ul {
  margin-bottom: 12px;
}

.description-catalog ul:last-child {
  margin: 0;
}

.description-catalog ul > li {
  padding-left: 20px;
}

.description-catalog ul > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #292D42;
}

.description-catalog ol {
  margin-bottom: 12px;
  list-style: none;
  counter-reset: counter;
}

.description-catalog ol:last-child {
  margin: 0;
}

.description-catalog ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.description-catalog ol li:last-child {
  margin: 0;
}

.description-catalog ol li::before {
  counter-increment: counter;
  content: counter(counter) ".";
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-right: 8px;
}

.item-magazine {
  position: relative;
}

.item-magazine__labels {
  top: 16px;
  left: 16px;
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-magazine__label {
  margin-bottom: 5px;
  min-height: 24px;
  padding: 2px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}

.item-magazine__label:last-child {
  margin: 0;
}

.item-magazine__image {
  height: 272px;
  display: block;
  border-radius: 8px;
  margin-bottom: 16px;
}

.item-magazine__date {
  font-size: 14px;
  line-height: 20px;
  color: #8D8E91;
  margin-bottom: 2px;
}

.item-magazine__title {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  line-height: 24px;
}

.item-magazine__more {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 5;
  padding: 16px 8px 0 8px;
  -webkit-transform: translate(-50%, 100%) scale(0);
  transform: translate(-50%, 100%) scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.item-magazine__more .button {
  width: 100%;
  min-height: 40px;
}

.item-magazine__content {
  position: relative;
  z-index: 5;
}

.magazine__item {
  background: #fff;
  margin-bottom: 32px;
}

.magazine__item::before {
  content: "";
  -webkit-box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
  box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(100% + 72px);
  width: calc(100% + 16px);
  -webkit-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.magazine__item_big::before {
  display: none;
}

.nav-side__item {
  margin-bottom: 12px;
}

.nav-side__link {
  line-height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 574.98px) {
  .catalog__sort-button {
    display: none;
  }

  .magazine__item_big {
    margin-bottom: 64px;
  }

  .magazine__item_big .item-magazine__image {
    height: 404px;
  }

  .magazine__item_big .item-magazine__date {
    font-size: 16px;
    line-height: 133.3333333333%;
    color: #8D8E91;
    margin-bottom: 10px;
  }

  .magazine__item_big .item-magazine__title {
    font-size: 28px;
  }

  .magazine__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  .magazine__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 8px;
  }
}

@media (min-width: 767.98px) {
  .block-product__content {
    margin-right: 16px;
  }

  .block-product__price {
    display: none;
  }

  .actions-block-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 16px;
    color: #8D8E91;
    margin-bottom: 16px;
  }

  .actions-block-product__price span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2A2D41;
  }

  .actions-block-product__button {
    margin-right: 8px;
  }

  .actions-block-product__favorite {
    border: 1px solid #E6E8EC;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }

  .show-catalog__union {
    display: none;
  }

  .show-catalog__button {
    margin-right: 8px;
    min-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4A6AA3;
    line-height: 16px;
    font-weight: 500;
    padding: 3px 12px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #E6E8EC;
    border-radius: 8px;
  }

  .show-catalog__button:last-child {
    margin: 0;
  }

  .show-catalog__button.active {
    background: #F3F5FA;
    border-color: #CF643F;
  }
}

@media (min-width: 1023.98px) {
  .catalog__title {
    font-size: 32px;
  }

  .catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    width: 288px;
    margin-right: 48px;
  }

  .catalog__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .side__title svg {
    display: none;
  }

  .side__content {
    padding-top: 8px !important;
  }

  .side__content {
    border-bottom: 1px solid #E5E8EC;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .side__action {
    margin-left: 12px;
  }

  .categories-side__items {
    max-height: 350px;
    overflow: auto;
  }

  .categories-side__item span {
    border-radius: 8px;
    padding: 6px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .categories-side__item input:checked + span {
    background: #F2F5FA;
  }

  .size-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .size-side__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .size-side__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 16px;
    border: 1px solid #E5E8EC;
    border-radius: 8px;
  }

  .size-side__item input:disabled + span {
    border: 1px solid #EEEFF1 !important;
    color: #9E9FA0;
    cursor: auto;
  }

  .size-side__item input:checked + span {
    background: #F2F5FA;
    border: 1px solid #CF643F;
  }

  .collection-side {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-side__checkbox {
    margin-bottom: 12px;
  }

  .collection-side__checkbox:last-child {
    margin: 0;
  }

  .colors-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
    margin-bottom: 8px;
    padding-bottom: 16px;
  }

  .colors-side__circle {
    width: 40px;
    height: 40px;
  }

  .colors-side__circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .colors-side__circle {
    background: #fff;
    border: 1px solid #E5E8EC;
    border-radius: 50%;
  }

  .colors-side__text {
    display: none;
  }

  .colors-side__circle::before {
    width: 100%;
    height: 100%;
  }

  .colors-side__item {
    padding: 0 4px;
    margin-bottom: 8px;
  }

  .tags-catalog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tags-catalog__item {
    margin-bottom: 8px;
  }

  .filter-catalog {
    display: none;
  }

  .magazine__item_big {
    margin-bottom: 96px;
  }

  .magazine__item_big .item-magazine__image {
    height: 552px;
  }

  .magazine__item_big .item-magazine__date {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .magazine__item_big .item-magazine__title {
    font-size: 48px;
  }

  .nav-side__title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 28px;
  }
}

@media (any-hover: hover) and (min-width: 1024.98px) {
  .size-side__item span:hover {
    background: #F2F5FA;
    border: 1px solid #CF643F;
  }
}

@media (max-width: 1280.98px) {
  .catalog__grid .items-products__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 32px;
  }
}

@media (max-width: 1024.98px) {
  .catalog__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog__title {
    margin-bottom: 16px;
  }

  .catalog__paging {
    margin-bottom: 76px;
  }

  .side__reset {
    font-size: 13px;
    line-height: 16px;
    color: #CF643F;
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 20;
    font-weight: 500;
  }

  .side__reset.show {
    display: block;
  }

  .side__title {
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .side__title svg {
    width: 20px;
    height: 20px;
  }

  .side__title span::before {
    display: none;
  }

  .side__title span::after {
    display: none;
  }

  .side__content {
    display: none;
  }

  .side__content.open {
    overflow: auto;
    display: block;
    position: fixed;
    padding-bottom: 90px;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #fff;
  }

  .categories-side__item span::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CF643F;
    right: 5px;
  }

  .categories-side__item {
    padding: 14px 0;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .categories-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .categories-side__item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .price-side {
    padding-top: 16px;
  }

  .price-side__item input {
    color: #292D42;
  }

  .size-side__item {
    display: block;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .size-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .size-side__item span {
    padding: 14px 0;
    display: block;
    margin-right: 30px;
  }

  .size-side__item span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .size-side__item span::after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: 5px;
    background: #CF643F;
  }

  .size-side__item input:disabled + span {
    color: #848586;
  }

  .collection-side__checkbox {
    display: block !important;
    width: 100%;
    padding: 14px 0;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .collection-side__checkbox:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .collection-side__checkbox .checkbox__text {
    display: block;
  }

  .collection-side__checkbox .checkbox__text::before {
    position: absolute;
    left: auto !important;
    right: 0;
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .collection-side__checkbox .checkbox__text::after {
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0) !important;
    transform: translate(0, -50%) scale(0) !important;
    left: auto !important;
    right: 5px;
  }

  .collection-side__checkbox .checkbox__input:checked + .checkbox__text::after {
    -webkit-transform: translate(0, -50%) scale(1) !important;
    transform: translate(0, -50%) scale(1) !important;
  }

  .colors-side__circle {
    width: 32px;
    height: 32px;
  }

  .colors-side__circle::before {
    display: block;
    width: 32px;
    height: 32px;
  }

  .colors-side__circle::after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    z-index: 3;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #CF643F;
    left: calc(100vw - 63px);
  }

  .colors-side__circle {
    width: 20px;
    height: 20px;
  }

  .colors-side__circle::before {
    width: 100%;
    height: 100%;
  }

  .colors-side__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 14px 0;
  }

  .colors-side__text span {
    display: block;
    padding-left: 13px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    padding-right: 30px;
    position: relative;
  }

  .colors-side__text span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .colors-side__circle {
    opacity: 0.64;
  }

  .colors-side__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .colors-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .colors-side__item_white .colors-side__circle::before {
    border: 1px solid #E5E8EC;
  }

  .tags-catalog {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    min-height: 40px;
  }

  .filter-catalog__button .filter-catalog__icon {
    position: relative;
  }

  .filter-catalog__button .filter-catalog__icon.active::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #CF643F;
    border-radius: 50%;
  }

  .filter-catalog__button .filter-catalog__icon.active::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -9px;
    width: 18px;
    height: 18px;
    background: #F2F5FA;
    border-radius: 50%;
  }

  .filter-catalog__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F2F5FA;
    border-radius: 8px;
    padding: 2px 12px;
  }

  .filter-catalog__button svg {
    width: 20px;
    height: 20px;
  }

  .filter-catalog__button span {
    margin-left: 8px;
    line-height: 20px;
  }

  .filter-catalog__content {
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    padding-bottom: 90px;
  }

  .filter-catalog__content.active {
    display: block;
  }

  .filter-catalog__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
  }

  .filter-catalog__body {
    padding-top: 72px;
  }

  .header-filter-catalog__body {
    padding: 10px 0;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }

  .header-filter-catalog__body::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% + 60px);
    height: 1px;
    background: #E5E8EC;
  }

  .header-filter-catalog__back {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .header-filter-catalog__back svg {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-filter-catalog.open .header-filter-catalog__title span {
    display: none;
  }

  .header-filter-catalog.open .header-filter-catalog__back {
    display: block;
  }

  .header-filter-catalog.open .header-filter-catalog__close {
    display: none;
  }

  .header-filter-catalog__close svg {
    width: 24px;
    height: 24px;
    fill: #292D42;
  }

  .footer-filter-catalog {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    -webkit-box-shadow: inset 0px 1px 0px #E5E8EC;
    box-shadow: inset 0px 1px 0px #E5E8EC;
    z-index: 10;
  }

  .footer-filter-catalog__button {
    width: 100%;
    min-height: 40px;
  }

  .footer-filter-catalog__container {
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .description-catalog h2 {
    font-size: 26px;
  }

  .description-catalog ul {
    padding-left: 12px;
  }

  .description-catalog ol {
    padding-left: 12px;
  }

  .item-magazine__image {
    height: 198px;
  }

  .nav-side__title {
    display: none;
  }
}

@media (max-width: 1024.98px) and (max-width: 768.98px) {
  .filter-catalog__button span {
    display: none;
  }
}

@media (max-width: 1024.98px) and (max-width: 1024.98px) {
  .header-filter-catalog__title {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    width: calc(100% - 90px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768.98px) {
  .catalog__more {
    margin-top: 48px;
  }

  .catalog__more button {
    width: 100%;
  }

  .colors-side__circle::after {
    left: calc(100vw - 47px);
  }

  .block-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .block-product__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: calc(100% - 112px);
    flex-basis: calc(100% - 112px);
  }

  .block-product__labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-product__label {
    margin-bottom: 8px;
  }

  .block-product__label:last-child {
    margin: 0;
  }

  .block-product__price {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 16px;
    color: #8D8E91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-product__price span {
    color: #292D42;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .block-product__actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 16px;
    padding-left: 112px;
  }

  .actions-block-product__price {
    display: none;
  }

  .actions-block-product__select {
    width: auto;
  }

  .actions-block-product .actions-block-product__select .select__head {
    width: 61px !important;
    min-height: 32px;
    font-size: 13px;
    padding: 2px 10px !important;
  }

  .actions-block-product .actions-block-product__select .select__head svg {
    width: 15px;
    height: 15px;
  }

  .actions-block-product__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 32px;
    padding: 2px 20px;
    font-size: 13px;
    min-width: auto !important;
    white-space: nowrap;
  }

  .actions-block-product__favorite {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
  }

  .show-catalog__union {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background: #F3F5FA;
    border-radius: 8px;
  }

  .show-catalog__union svg {
    fill: #292D42;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .show-catalog__union.active svg {
    fill: #CF643F;
  }

  .show-catalog__button {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .catalog__grid .items-products__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .catalog__select {
    display: none;
  }

  .catalog__select_visible {
    display: block !important;
  }

  .filter-catalog {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 8px;
  }

  .filter-catalog__button {
    width: 100%;
  }

  .description-catalog h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .item-magazine__image {
    height: 162px;
  }
}

@media (any-hover: hover) {
  .catalog__more button:hover svg {
    fill: #fff;
  }

  .catalog__grid .item-product:hover {
    top: 0;
    left: 12px;
    z-index: 10;
    position: absolute;
    width: calc(100% - 24px);
  }

  .catalog__grid .item-product:hover::before {
    opacity: 1;
  }

  .catalog__grid .item-product:not(.not_available):hover .item-product__actions {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: auto;
  }

  .categories-side__item:hover span {
    background: #F2F5FA;
  }

  .size-side__item input:disabled + span:hover {
    background: #fff;
  }

  .colors-side__circle:hover {
    border-color: #CF643F;
  }

  .item-tags-catalog__body:hover {
    background: #CF643F;
    border-color: #CF643F;
  }

  .item-tags-catalog__body:hover .item-tags-catalog__icon svg {
    fill: #fff;
  }

  .item-tags-catalog__body:hover .item-tags-catalog__text {
    color: #fff;
  }

  .products-select .select__item:hover {
    color: #CF643F;
  }

  .actions-block-product__favorite:hover {
    border: #CF643F;
    background: #CF643F;
  }

  .actions-block-product__favorite:hover svg {
    fill: #fff;
  }

  .list-catalog__product:hover {
    -webkit-box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
    box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
  }

  .show-catalog__button:hover {
    color: #fff;
    background: #CF643F;
    border-color: #CF643F;
  }

  .show-catalog__button:hover .show-catalog__icon svg {
    fill: #fff;
  }

  .item-magazine__title:hover {
    color: #CF643F;
  }

  .magazine__item:hover {
    z-index: 11;
  }

  .magazine__item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .magazine__item:hover .item-magazine__more {
    -webkit-transform: translate(-50%, 100%) scale(1);
    transform: translate(-50%, 100%) scale(1);
    opacity: 1;
  }

  .nav-side__link:hover {
    color: #CF643F;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/.default/style.css?173041511835165*/
.catalog__more {
  text-align: center;
  margin-top: 64px;
    margin-bottom: 24px;
width:100%;
}

.catalog__more button {
  min-height: 40px;
}

.catalog__more button svg {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  fill: #CF643F;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog__sort-button {
  background: #F2F5FA;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.catalog__sort-button svg {
  width: 20px;
  height: 20px;
  fill: #292D42;
}

.catalog__title {
  margin-bottom: 24px;
}

.catalog__grid .item-product::before {
  content: "";
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
  box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
  background: #fff;
  opacity: 0;
}

.catalog__grid .items-products__column {
  margin-bottom: 16px !important;
}

.catalog__filter {
  margin-right: 8px;
}

.catalog__show {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.catalog__actions {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__tags {
  margin-bottom: 16px !important;
}

.catalog__paging {
  margin-top: 25px;
  margin-bottom: 96px;
}

.catalog__paging:last-child {
  margin: 0;
}

.side__reset {
  display: none;
}

.side__title {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
}

.side__title span {
  position: relative;
  width: 12px;
  height: 12px;
}

.side__title span::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #292D42;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.side__title span::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 1.5px;
  height: 100%;
  background: #292D42;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.side__title.active span::after {
  opacity: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}

.side__content:last-child {
  border: none;
}

.side__action {
  position: relative;
}

.side__action {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #E5E8EC;
}

.side__action:last-child {
  border: none;
}

.categories-side {
  padding-bottom: 30px;
}

.categories-side__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.categories-side__item {
  position: relative;
}

.categories-side__item input {
  display: none;
}

.categories-side__item span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 20px;
}

.categories-side__item input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.price-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}

.price-side__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F2F5FA;
  border-radius: 8px;
}

.price-side__item:first-child {
  margin-right: 8px;
}

.price-side__item:last-child {
  margin-left: 8px;
}

.price-side__item input {
  display: block;
  width: 100%;
  background: #F2F5FA;
  padding-left: 8px;
  height: 20px;
  font-size: 14px;
  color: #8C8E91;
}

.size-side__item {
  position: relative;
}

.size-side__item input {
  display: none;
}

.size-side__item span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.size-side__item input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.colors-side__circle {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 6;
}

.colors-side__circle::before {
  content: "";
  border-radius: 50%;
}

.colors-side__item {
  position: relative;
}

.colors-side__item input {
  display: none;
}

.colors-side__item input:checked + .colors-side__item {
  border-color: #CF643F;
}

.colors-side__item input:checked + .colors-side__circle::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.colors-side__item_tan .colors-side__circle::before {
  background: #D9BE98;
}

.colors-side__item_white .colors-side__circle::before {
  background: #fff;
}

.colors-side__item_burgundy .colors-side__circle::before {
  background: #841920;
}

.colors-side__item_aqua .colors-side__circle::before {
  background: #99CBFA;
}

.colors-side__item_lemon .colors-side__circle::before {
  background: #FCED54;
}

.colors-side__item_lime .colors-side__circle::before {
  background: #62B535;
}

.colors-side__item_brown .colors-side__circle::before {
  background: #6C4014;
}

.colors-side__item_red .colors-side__circle::before {
  background: #D22D1F;
}

.colors-side__item_orange .colors-side__circle::before {
  background: #EF8232;
}

.colors-side__item_colorful .colors-side__circle::before {
  background: linear-gradient(314.99deg, #FF0000 5.21%, #FFE600 27.74%, #00A3FF 49.37%, #AD00FF 72.26%, #FF0000 94.61%);
}

.colors-side__item_pink .colors-side__circle::before {
  background: #F19FD2;
}

.colors-side__item_gray .colors-side__circle::before {
  background: #B6B6B6;
}

.colors-side__item_blue .colors-side__circle::before {
  background: #4770F3;
}

.colors-side__item_purple .colors-side__circle::before {
  background: #6938E1;
}

.colors-side__item_black .colors-side__circle::before {
  background: #000000;
}

.tags-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

.tags-catalog__item {
  padding: 0 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-tags-catalog__text {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-tags-catalog__icon {
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.item-tags-catalog__icon svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 16px;
  height: 16px;
  fill: #292D42;
}

.item-tags-catalog__body {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 32px;
  padding: 2px 12px;
  border: 1px solid #E5E8EC;
  border-radius: 999px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-tags-catalog__body_reset .item-tags-catalog__text {
  color: #CF643F;
}

.sort__radio input {
  display: none;
}

.sort__radio span {
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 30px 14px 0;
  -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
  box-shadow: inset 0px -1px 0px #E5E8EC;
  position: relative;
}

.sort__radio span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E5E8EC;
  background: #F2F5FA;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sort__radio span::after {
  content: "";
  -webkit-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CF643F;
  position: absolute;
}

.sort__radio input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.products-select {
  max-width: 196px;
}

.products-select .select__list {
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(15, 19, 36, 0.12), 0px 0px 1px rgba(15, 19, 36, 0.24);
  box-shadow: 0px 2px 8px rgba(15, 19, 36, 0.12), 0px 0px 1px rgba(15, 19, 36, 0.24);
}

.products-select .select__head {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
}

.products-select .select__head.active {
  border-color: #CF643F;
}

.products-select .select__item {
  position: relative;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-select .select__item::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 18px;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
}

.products-select .select__item.active {
  color: #CF643F;
}

.products-select .select__item.active::after {
  background: #CF643F;
}

.block-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-product__image {
  height: 96px;
  border-radius: 8px;
  width: 96px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  margin-right: 16px;
}

.block-product__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.block-product__label {
  min-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 2px 8px;
  border-radius: 4px;
  color: #4A6AA3;
  margin-right: 8px;
  background: rgba(74, 106, 163, 0.12);
}

.block-product__label_discount {
  color: #fff;
  background: #D60700;
}

.block-product__title {
  margin-bottom: 4px;
  line-height: 20px;
  color: #4A6AA3;
}

.block-product__info {
  margin-bottom: 4px;
}

.block-product__info p {
  line-height: 20px;
  color: #8D8E91;
}

.block-product__actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right;
}
.not_available .block-product__actions .actions-block-product__bottom{
  display: none;
}

.actions-block-product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.actions-block-product__select {
  margin-right: 8px;
}

.actions-block-product__select .select__head {
  width: auto !important;
  border-radius: 8px;
}

.actions-block-product__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 160px;
  min-height: 40px;
}

.actions-block-product__favorite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.actions-block-product__favorite svg {
  width: 20px;
  height: 20px;
  fill: #CF643F;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-catalog__product {
  margin-bottom: 24px;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-catalog__product:last-child {
  margin: 0;
}

.list-catalog__banner {
  margin-bottom: 32px;
}

.show-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-catalog__icon {
  margin-right: 8px;
}

.show-catalog__icon svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #CF643F;
}

.description-catalog h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 12px;
}

.description-catalog p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.description-catalog li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  position: relative;
}

.description-catalog li:last-child {
  margin: 0;
}

.description-catalog ul {
  margin-bottom: 12px;
}

.description-catalog ul:last-child {
  margin: 0;
}

.description-catalog ul > li {
  padding-left: 20px;
}

.description-catalog ul > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #292D42;
}

.description-catalog ol {
  margin-bottom: 12px;
  list-style: none;
  counter-reset: counter;
}

.description-catalog ol:last-child {
  margin: 0;
}

.description-catalog ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.description-catalog ol li:last-child {
  margin: 0;
}

.description-catalog ol li::before {
  counter-increment: counter;
  content: counter(counter) ".";
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-right: 8px;
}

@media (min-width: 575.98px) {
  .catalog__sort-button {
    display: none;
  }
}

@media (min-width: 768.98px) {
  .block-product__content {
    margin-right: 16px;
  }

  .block-product__price {
    display: none;
  }

  .actions-block-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 16px;
    color: #8D8E91;
    margin-bottom: 16px;
  }

  .actions-block-product__price span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2A2D41;
  }

  .actions-block-product__button {
    margin-right: 8px;
  }

  .actions-block-product__favorite {
    border: 1px solid #E6E8EC;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }

  .list-catalog__product {
    padding: 8px;
  }

  .show-catalog__union {
    display: none;
  }

  .show-catalog__button {
    margin-right: 8px;
    min-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4A6AA3;
    line-height: 16px;
    font-weight: 500;
    padding: 3px 12px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #E6E8EC;
    border-radius: 8px;
  }

  .show-catalog__button:last-child {
    margin: 0;
  }

  .show-catalog__button.active {
    background: #F3F5FA;
    border-color: #CF643F;
  }
}

@media (min-width: 1024.98px) {
  .catalog__title {
    font-size: 32px;
  }

  .catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    width: 288px;
    margin-right: 48px;
  }

  .catalog__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .side__title svg {
    display: none;
  }

  .side__content {
    padding-top: 8px !important;
  }

  .side__content {
    border-bottom: 1px solid #E5E8EC;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .side__action {
    margin-left: 12px;
  }

  .categories-side__items {
    max-height: 350px;
    overflow: auto;
  }

  .categories-side__item span {
    border-radius: 8px;
    padding: 6px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .categories-side__item input:checked + span {
    background: #F2F5FA;
  }

  .size-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .size-side__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .size-side__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 16px;
    border: 1px solid #E5E8EC;
    border-radius: 8px;
  }

  .size-side__item input:disabled + span {
    border: 1px solid #EEEFF1 !important;
    color: #9E9FA0;
    cursor: auto;
  }

  .size-side__item input:checked + span {
    background: #F2F5FA;
    border: 1px solid #CF643F;
  }

  .collection-side {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-side__checkbox {
    margin-bottom: 12px;
  }

  .collection-side__checkbox:last-child {
    margin: 0;
  }

  .colors-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
    margin-bottom: 8px;
    padding-bottom: 16px;
  }

  .colors-side__circle {
    width: 40px;
    height: 40px;
  }

  .colors-side__circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .colors-side__circle {
    background: #fff;
    border: 1px solid #E5E8EC;
    border-radius: 50%;
  }

  .colors-side__text {
    display: none;
  }

  .colors-side__circle::before {
    width: 100%;
    height: 100%;
  }

  .colors-side__item {
    padding: 0 4px;
    margin-bottom: 8px;
  }

  .tags-catalog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tags-catalog__item {
    margin-bottom: 8px;
  }

  .filter-catalog {
    display: none;
  }
}

@media (any-hover: hover) and (min-width: 1024.98px) {
  .size-side__item span:hover {
    background: #F2F5FA;
    border: 1px solid #CF643F;
  }
}

@media (max-width: 1280.98px) {
  .catalog__grid .items-products__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 32px;
  }
}

@media (max-width: 1024.98px) {
  .catalog__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog__title {
    margin-bottom: 16px;
  }

  .catalog__paging {
    margin-bottom: 76px;
  }

  .side__reset {
    font-size: 13px;
    line-height: 16px;
    color: #CF643F;
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 20;
    font-weight: 500;
  }

  .side__reset.show {
    display: block;
  }

  .side__title {
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .side__title svg {
    width: 20px;
    height: 20px;
  }

  .side__title span::before {
    display: none;
  }

  .side__title span::after {
    display: none;
  }

  .side__content {
    display: none;
  }

  .side__content.open {
    overflow: auto;
    display: block;
    position: fixed;
    padding-bottom: 90px;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #fff;
  }

  .categories-side__item span::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CF643F;
    right: 5px;
  }

  .categories-side__item {
    padding: 14px 0;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .categories-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .categories-side__item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .price-side {
    padding-top: 16px;
  }

  .price-side__item input {
    color: #292D42;
  }

  .size-side__item {
    display: block;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .size-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .size-side__item span {
    padding: 14px 0;
    display: block;
    margin-right: 30px;
  }

  .size-side__item span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .size-side__item span::after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: 5px;
    background: #CF643F;
  }

  .size-side__item input:disabled + span {
    color: #848586;
  }

  .collection-side__checkbox {
    display: block !important;
    width: 100%;
    padding: 14px 0;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .collection-side__checkbox:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .collection-side__checkbox .checkbox__text {
    display: block;
  }

  .collection-side__checkbox .checkbox__text::before {
    position: absolute;
    left: auto !important;
    right: 0;
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .collection-side__checkbox .checkbox__text::after {
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0) !important;
    transform: translate(0, -50%) scale(0) !important;
    left: auto !important;
    right: 5px;
  }

  .collection-side__checkbox .checkbox__input:checked + .checkbox__text::after {
    -webkit-transform: translate(0, -50%) scale(1) !important;
    transform: translate(0, -50%) scale(1) !important;
  }

  .colors-side__circle {
    width: 32px;
    height: 32px;
  }

  .colors-side__circle::before {
    display: block;
    width: 32px;
    height: 32px;
  }

  .colors-side__circle::after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    z-index: 3;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #CF643F;
    left: calc(100vw - 63px);
  }

  .colors-side__circle {
    width: 20px;
    height: 20px;
  }

  .colors-side__circle::before {
    width: 100%;
    height: 100%;
  }

  .colors-side__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 14px 0;
  }

  .colors-side__text span {
    display: block;
    padding-left: 13px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    padding-right: 30px;
    position: relative;
  }

  .colors-side__text span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .colors-side__circle {
    opacity: 0.64;
  }

  .colors-side__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .colors-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .colors-side__item_white .colors-side__circle::before {
    border: 1px solid #E5E8EC;
  }

  .tags-catalog {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    min-height: 40px;
  }

  .filter-catalog__button .filter-catalog__icon {
    position: relative;
  }

  .filter-catalog__button .filter-catalog__icon::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #CF643F;
    border-radius: 50%;
  }

  .filter-catalog__button .filter-catalog__icon::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -9px;
    width: 18px;
    height: 18px;
    background: #F2F5FA;
    border-radius: 50%;
  }

  .filter-catalog__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F2F5FA;
    border-radius: 8px;
    padding: 2px 12px;
  }

  .filter-catalog__button svg {
    width: 20px;
    height: 20px;
  }

  .filter-catalog__button span {
    margin-left: 8px;
    line-height: 20px;
  }

  .filter-catalog__content {
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    padding-bottom: 90px;
  }

  .filter-catalog__content.active {
    display: block;
  }

  .filter-catalog__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
  }

  .filter-catalog__body {
    padding-top: 72px;
  }

  .header-filter-catalog__body {
    padding: 10px 0;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }

  .header-filter-catalog__body::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% + 60px);
    height: 1px;
    background: #E5E8EC;
  }

  .header-filter-catalog__back {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .header-filter-catalog__back svg {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-filter-catalog.open .header-filter-catalog__title span {
    display: none;
  }

  .header-filter-catalog.open .header-filter-catalog__back {
    display: block;
  }

  .header-filter-catalog.open .header-filter-catalog__close {
    display: none;
  }

  .header-filter-catalog__close svg {
    width: 24px;
    height: 24px;
    fill: #292D42;
  }

  .footer-filter-catalog {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    -webkit-box-shadow: inset 0px 1px 0px #E5E8EC;
    box-shadow: inset 0px 1px 0px #E5E8EC;
    z-index: 10;
  }

  .footer-filter-catalog__button {
    width: 100%;
    min-height: 40px;
  }

  .footer-filter-catalog__container {
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .description-catalog h2 {
    font-size: 26px;
  }

  .description-catalog ul {
    padding-left: 12px;
  }

  .description-catalog ol {
    padding-left: 12px;
  }
}

@media (max-width: 1024.98px) and (max-width: 768.98px) {
  .filter-catalog__button span {
    display: none;
  }
}

@media (max-width: 1024.98px) and (max-width: 1024.98px) {
  .header-filter-catalog__title {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    width: calc(100% - 90px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768.98px) {
  .catalog__more {
    margin-top: 48px;
  }

  .catalog__more button {
    width: 100%;
  }

  .catalog__list {
    display: block !important;
  }

  .catalog__grid {
    display: none !important;
  }

  .colors-side__circle::after {
    left: calc(100vw - 47px);
  }

  .block-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .block-product__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: calc(100% - 112px);
    flex-basis: calc(100% - 112px);
  }

  .block-product__labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-product__label {
    margin-bottom: 8px;
  }

  .block-product__label:last-child {
    margin: 0;
  }

  .block-product__price {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 16px;
    color: #8D8E91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-product__price span {
    color: #292D42;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .block-product__actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 16px;
    padding-left: 112px;
  }

  .actions-block-product__price {
    display: none;
  }

  .actions-block-product__select {
    width: auto;
  }

  .actions-block-product .actions-block-product__select .select__head {
    width: 61px !important;
    min-height: 32px;
    font-size: 13px;
    padding: 2px 10px !important;
  }

  .actions-block-product .actions-block-product__select .select__head svg {
    width: 15px;
    height: 15px;
  }

  .actions-block-product__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 32px;
    padding: 2px 20px;
    font-size: 13px;
    min-width: auto !important;
    white-space: nowrap;
  }

  .actions-block-product__favorite {
    position: absolute;
    top: 1px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .show-catalog__union {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background: #F3F5FA;
    border-radius: 8px;
  }

  .show-catalog__union svg {
    fill: #292D42;
    width: 20px;
    height: 20px;
  }

  .show-catalog__button {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .catalog__grid .items-products__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .catalog__select {
    display: none;
  }

  .catalog__select_visible {
    display: block !important;
  }

  .filter-catalog {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 8px;
  }

  .filter-catalog__button {
    width: 100%;
  }

  .description-catalog h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

@media (any-hover: hover) {
  .catalog__more button:hover svg {
    fill: #fff;
  }

  .catalog__grid .item-product:hover {
    top: 0;
    left: 12px;
    z-index: 10;
    position: absolute;
    width: calc(100% - 24px);
  }

  .catalog__grid .item-product:hover::before {
    opacity: 1;
  }

  .catalog__grid .item-product:not(.not_available):hover .item-product__actions {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: auto;
  }

  .categories-side__item:hover span {
    background: #F2F5FA;
  }

  .size-side__item input:disabled + span:hover {
    background: #fff;
  }

  .colors-side__circle:hover {
    border-color: #CF643F;
  }

  .item-tags-catalog__body:hover {
    background: #CF643F;
    border-color: #CF643F;
  }

  .item-tags-catalog__body:hover .item-tags-catalog__icon svg {
    fill: #fff;
  }

  .item-tags-catalog__body:hover .item-tags-catalog__text {
    color: #fff;
  }

  .products-select .select__item:hover {
    color: #CF643F;
  }

  .actions-block-product__favorite:hover {
    border: #CF643F;
    background: #CF643F;
  }

  .actions-block-product__favorite:hover svg {
    fill: #fff;
  }

  .list-catalog__product:hover {
    -webkit-box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
    box-shadow: 0px 4px 16px 4px rgba(36, 16, 15, 0.08);
  }

  .show-catalog__button:hover {
    color: #fff;
    background: #CF643F;
    border-color: #CF643F;
  }

  .show-catalog__button:hover .show-catalog__icon svg {
    fill: #fff;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/.default/style.css?170169611018443*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: var(--ui-font-weight-bold);*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:var(--ui-font-weight-bold);*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/
.tooltip__text a{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
text-decoration:none ;
}
.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	background: var(--dark-main-color);;
    border-radius: 8px;
}
.bx-filter .bx-filter-popup-result svg {
    width: 16px;
    height: 24px;
    fill: #CF643F;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: -8px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}

.button.footer-filter-catalog__button{
	display: none;
	margin: 15px 0;
}

@media (max-width: 1024px) {
	.button.footer-filter-catalog__button{
		display: block;
	}
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
	.bx-filter-popup-result.right{
		display: none!important;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/tag.sections/style.css?1769987394578*/
.catalog_tag_sections{
    padding: 0 0 19px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.catalog__pager + .catalog_tag_sections{
    margin-top: 30px;
}
.catalog_tag_section{
    padding: 6px 35px;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    border-radius: 17px;
    margin-right: 15px;
    margin-bottom: 6px;
}
.catalog_tag_section:hover{
    border: 1px solid #CF643F;
}
.catalog_tag_section.active{
    color: #fff;
    border: 1px solid #CF643F;
    background-color: #CF643F;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/grid/style.css?168979911423538*/
.catalog__sort-button {
  background: #F2F5FA;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.catalog__sort-button svg {
  width: 20px;
  height: 20px;
  fill: #292D42;
}

.catalog__title {
  margin-bottom: 24px;
}

.catalog__actions {
  margin-bottom: 24px;
}

.catalog__tags {
  margin-bottom: 16px !important;
}

.catalog__paging {
  margin-top: 25px;
}

.side__reset {
  display: none;
}

.side__title {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
}

.side__title span {
  position: relative;
  width: 12px;
  height: 12px;
}

.side__title span::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #292D42;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.side__title span::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 1.5px;
  height: 100%;
  background: #292D42;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.side__title.active span::after {
  opacity: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}

.side__discount {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  line-height: 20px;
}

.side__switch {
  margin-left: 12px;
}

.categories-side {
  padding-bottom: 30px;
}

.categories-side__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.categories-side__item {
  position: relative;
}

.categories-side__item input {
  display: none;
}

.categories-side__item span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 20px;
}

.categories-side__item input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.price-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}

.price-side__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F2F5FA;
  border-radius: 8px;
}

.price-side__item:first-child {
  margin-right: 8px;
}

.price-side__item:last-child {
  margin-left: 8px;
}

.price-side__item input {
  display: block;
  width: 100%;
  background: #F2F5FA;
  padding-left: 8px;
  height: 20px;
  font-size: 14px;
  color: #8C8E91;
}

.size-side__item {
  position: relative;
}

.size-side__item input {
  display: none;
}

.size-side__item span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.size-side__item input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.colors-side__circle {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 6;
}

.colors-side__circle::before {
  content: "";
  border-radius: 50%;
}

.colors-side__item {
  position: relative;
}

.colors-side__item input {
  display: none;
}

.colors-side__item input:checked + .colors-side__item {
  border-color: #416AA7;
}

.colors-side__item input:checked + .colors-side__circle::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.colors-side__item_tan .colors-side__circle::before {
  background: #D9BE98;
}

.colors-side__item_white .colors-side__circle::before {
  background: #fff;
}

.colors-side__item_burgundy .colors-side__circle::before {
  background: #841920;
}

.colors-side__item_aqua .colors-side__circle::before {
  background: #99CBFA;
}

.colors-side__item_lemon .colors-side__circle::before {
  background: #FCED54;
}

.colors-side__item_lime .colors-side__circle::before {
  background: #62B535;
}

.colors-side__item_brown .colors-side__circle::before {
  background: #6C4014;
}

.colors-side__item_red .colors-side__circle::before {
  background: #D22D1F;
}

.colors-side__item_orange .colors-side__circle::before {
  background: #EF8232;
}

.colors-side__item_colorful .colors-side__circle::before {
  background: linear-gradient(314.99deg, #FF0000 5.21%, #FFE600 27.74%, #00A3FF 49.37%, #AD00FF 72.26%, #FF0000 94.61%);
}

.colors-side__item_pink .colors-side__circle::before {
  background: #F19FD2;
}

.colors-side__item_gray .colors-side__circle::before {
  background: #B6B6B6;
}

.colors-side__item_blue .colors-side__circle::before {
  background: #4770F3;
}

.colors-side__item_purple .colors-side__circle::before {
  background: #6938E1;
}

.colors-side__item_black .colors-side__circle::before {
  background: #000000;
}

.tags-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

.tags-catalog__item {
  padding: 0 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-tags-catalog__text {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-tags-catalog__icon {
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.item-tags-catalog__icon svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 16px;
  height: 16px;
  fill: #292D42;
}

.item-tags-catalog__body {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 32px;
  padding: 2px 12px;
  border: 1px solid #E5E8EC;
  border-radius: 999px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-tags-catalog__body_reset .item-tags-catalog__text {
  color: #416AA7;
}

.sort__radio input {
  display: none;
}

.sort__radio span {
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 30px 14px 0;
  -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
  box-shadow: inset 0px -1px 0px #E5E8EC;
  position: relative;
}

.sort__radio span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E5E8EC;
  background: #F2F5FA;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sort__radio span::after {
  content: "";
  -webkit-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #416AA7;
  position: absolute;
}

.sort__radio input:checked + span::after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.products-select {
  max-width: 196px;
}

.products-select .select__list {
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(15, 19, 36, 0.12), 0px 0px 1px rgba(15, 19, 36, 0.24);
  box-shadow: 0px 2px 8px rgba(15, 19, 36, 0.12), 0px 0px 1px rgba(15, 19, 36, 0.24);
}

.products-select .select__head {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
}

.products-select .select__head.active {
  border-color: #416AA7;
}

.products-select .select__item {
  position: relative;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-select .select__item::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 18px;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
}

.products-select .select__item.active {
  color: #416AA7;
}

.products-select .select__item.active::after {
  background: #416AA7;
}

@media (min-width: 575.98px) {
  .catalog__sort-button {
    display: none;
  }
}

@media (min-width: 1024.98px) {
  .catalog__title {
    font-size: 32px;
  }

  .catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    width: 288px;
    margin-right: 48px;
  }

  .catalog__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .side__title svg {
    display: none;
  }

  .side__content {
    padding-top: 8px !important;
  }

  .side__content {
    border-bottom: 1px solid #E5E8EC;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .categories-side__items {
    max-height: 350px;
    overflow: auto;
  }

  .categories-side__item span {
    border-radius: 8px;
    padding: 6px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .categories-side__item input:checked + span {
    background: #F2F5FA;
  }

  .size-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .size-side__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .size-side__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 16px;
    border: 1px solid #E5E8EC;
    border-radius: 8px;
  }

  .size-side__item input:disabled + span {
    border: 1px solid #EEEFF1 !important;
    color: #9E9FA0;
    cursor: auto;
  }

  .size-side__item input:checked + span {
    background: #F2F5FA;
    border: 1px solid #416AA7;
  }

  .collection-side {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-side__checkbox {
    margin-bottom: 12px;
  }

  .collection-side__checkbox:last-child {
    margin: 0;
  }

  .colors-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
    margin-bottom: 8px;
    padding-bottom: 16px;
  }

  .colors-side__circle {
    width: 40px;
    height: 40px;
  }

  .colors-side__circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .colors-side__circle {
    background: #fff;
    border: 1px solid #E5E8EC;
    border-radius: 50%;
  }

  .colors-side__text {
    display: none;
  }

  .colors-side__circle::before {
    width: 100%;
    height: 100%;
  }

  .colors-side__item {
    padding: 0 4px;
    margin-bottom: 8px;
  }

  .tags-catalog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tags-catalog__item {
    margin-bottom: 8px;
  }

  .filter-catalog {
    display: none;
  }
}

@media (any-hover: hover) and (min-width: 1024.98px) {
  .size-side__item span:hover {
    background: #F2F5FA;
    border: 1px solid #416AA7;
  }
}

@media (max-width: 1280.98px) {
  .catalog__products .items-products__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 32px;
  }
}

@media (max-width: 1024.98px) {
  .catalog__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog__title {
    margin-bottom: 16px;
  }

  .side__reset {
    font-size: 13px;
    line-height: 16px;
    color: #416AA7;
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 20;
    font-weight: 500;
  }

  .side__reset.show {
    display: block;
  }

  .side__title {
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .side__title svg {
    width: 20px;
    height: 20px;
  }

  .side__title span::before {
    display: none;
  }

  .side__title span::after {
    display: none;
  }

  .side__content {
    display: none;
  }

  .side__content.open {
    overflow: auto;
    display: block;
    position: fixed;
    padding-bottom: 90px;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #fff;
  }

  .categories-side__item span::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #416AA7;
    right: 5px;
  }

  .categories-side__item {
    padding: 14px 0;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .categories-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .categories-side__item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .price-side {
    padding-top: 16px;
  }

  .price-side__item input {
    color: #292D42;
  }

  .size-side__item {
    display: block;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .size-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .size-side__item span {
    padding: 14px 0;
    display: block;
    margin-right: 30px;
  }

  .size-side__item span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .size-side__item span::after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: 5px;
    background: #416AA7;
  }

  .size-side__item input:disabled + span {
    color: #848586;
  }

  .collection-side__checkbox {
    display: block !important;
    width: 100%;
    padding: 14px 0;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .collection-side__checkbox:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .collection-side__checkbox .checkbox__text {
    display: block;
  }

  .collection-side__checkbox .checkbox__text::before {
    position: absolute;
    left: auto !important;
    right: 0;
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .collection-side__checkbox .checkbox__text::after {
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0) !important;
    transform: translate(0, -50%) scale(0) !important;
    left: auto !important;
    right: 5px;
  }

  .collection-side__checkbox .checkbox__input:checked + .checkbox__text::after {
    -webkit-transform: translate(0, -50%) scale(1) !important;
    transform: translate(0, -50%) scale(1) !important;
  }

  .colors-side__circle {
    width: 32px;
    height: 32px;
  }

  .colors-side__circle::before {
    display: block;
    width: 32px;
    height: 32px;
  }

  .colors-side__circle::after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    z-index: 3;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #416AA7;
    left: calc(100vw - 63px);
  }

  .colors-side__circle {
    width: 20px;
    height: 20px;
  }

  .colors-side__circle::before {
    width: 100%;
    height: 100%;
  }

  .colors-side__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 14px 0;
  }

  .colors-side__text span {
    display: block;
    padding-left: 13px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    padding-right: 30px;
    position: relative;
  }

  .colors-side__text span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #E5E8EC;
    right: 0;
    background: #F2F5FA;
  }

  .colors-side__circle {
    opacity: 0.64;
  }

  .colors-side__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0px -1px 0px #E5E8EC;
    box-shadow: inset 0px -1px 0px #E5E8EC;
  }

  .colors-side__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .colors-side__item_white .colors-side__circle::before {
    border: 1px solid #E5E8EC;
  }

  .tags-catalog {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    min-height: 40px;
  }

  .filter-catalog__button .filter-catalog__icon {
    position: relative;
  }

  .filter-catalog__button .filter-catalog__icon::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #416AA7;
    border-radius: 50%;
  }

  .filter-catalog__button .filter-catalog__icon::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -9px;
    width: 18px;
    height: 18px;
    background: #F2F5FA;
    border-radius: 50%;
  }

  .filter-catalog__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F2F5FA;
    border-radius: 8px;
    padding: 2px 12px;
  }

  .filter-catalog__button svg {
    width: 20px;
    height: 20px;
  }

  .filter-catalog__button span {
    margin-left: 8px;
    line-height: 20px;
  }

  .filter-catalog__content {
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    padding-bottom: 90px;
  }

  .filter-catalog__content.active {
    display: block;
  }

  .filter-catalog__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
  }

  .filter-catalog__body {
    padding-top: 72px;
  }

  .header-filter-catalog__body {
    padding: 10px 0;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }

  .header-filter-catalog__body::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% + 60px);
    height: 1px;
    background: #E5E8EC;
  }

  .header-filter-catalog__back {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .header-filter-catalog__back svg {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-filter-catalog.open .header-filter-catalog__title span {
    display: none;
  }

  .header-filter-catalog.open .header-filter-catalog__back {
    display: block;
  }

  .header-filter-catalog.open .header-filter-catalog__close {
    display: none;
  }

  .header-filter-catalog__close svg {
    width: 24px;
    height: 24px;
    fill: #292D42;
  }

  .footer-filter-catalog {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    -webkit-box-shadow: inset 0px 1px 0px #E5E8EC;
    box-shadow: inset 0px 1px 0px #E5E8EC;
    z-index: 10;
  }

  .footer-filter-catalog__button {
    width: 100%;
    min-height: 40px;
  }

  .footer-filter-catalog__container {
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1024.98px) and (max-width: 1024.98px) {
  .header-filter-catalog__title {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    width: calc(100% - 90px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768.98px) {
  .colors-side__circle::after {
    left: calc(100vw - 47px);
  }
}

@media (max-width: 575.98px) {
  .catalog__products .items-products__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .catalog__select {
    display: none;
  }

  .catalog__select_visible {
    display: block !important;
  }

  .filter-catalog {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 8px;
  }

  .filter-catalog__button {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .categories-side__item:hover span {
    background: #F2F5FA;
  }

  .size-side__item input:disabled + span:hover {
    background: #fff;
  }

  .colors-side__circle:hover {
    border-color: #416AA7;
  }

  .item-tags-catalog__body:hover {
    background: #416AA7;
    border-color: #416AA7;
  }

  .item-tags-catalog__body:hover .item-tags-catalog__icon svg {
    fill: #fff;
  }

  .item-tags-catalog__body:hover .item-tags-catalog__text {
    color: #fff;
  }

  .products-select .select__item:hover {
    color: #416AA7;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/grid/themes/blue/style.css?1689799114825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/main/assets/css/pages/catalog.css?173041443139468 */
/* /local/templates/main/components/bitrix/catalog/.default/style.css?173041511835165 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/.default/style.css?170169611018443 */
/* /local/templates/main/components/bitrix/catalog.section.list/tag.sections/style.css?1769987394578 */
/* /local/templates/main/components/bitrix/catalog.section/grid/style.css?168979911423538 */
/* /local/templates/main/components/bitrix/catalog.section/grid/themes/blue/style.css?1689799114825 */
