

/* 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.element/catalog.product/style.css?1689799114192*/
.product__colors .colors-product__item{
    overflow: hidden;
}
.colors-product__circle{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* End */


/* Start:/local/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16897991143175*/
div.popup-window[id^="CatalogSubscribe"] {
    padding: 25px;
}

div.popup-window[id^="CatalogSubscribe"] .popup-window-titlebar {
    height: auto;
}

div.popup-window[id^="CatalogSubscribe"] .popup-window-titlebar-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 128.5714285714%;
    padding: 0;
    color: #292D42;
}

div.popup-window.popup-window-with-titlebar[id^="CatalogSubscribe"] .popup-window-content {
    padding: 20px 0 20px;
}

div.popup-window[id^="CatalogSubscribe"] .popup-window-buttons .btn.btn-primary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #416AA7;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    min-height: 35px;
    padding: 2px 16px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

div.popup-window[id^="CatalogSubscribe"] .popup-window-buttons .btn.btn-primary:hover {
    border-color: #416AA7;
    background: #fff;
    color: #416AA7;
}

div.popup-window[id^="CatalogSubscribe"] .popup-window-buttons .btn + .btn {
    margin-left: 20px;
    cursor: pointer;
}

#bx-catalog-subscribe-form {

}

/* Button */
.bx-catalog-subscribe-button {
    margin-bottom: 6px;
    display: inline-block;
}

/* Subscribe popup */
.bx-catalog-subscribe-form-container-label {
    line-height: 20px;
    display: inline-block;
    margin-bottom: 8px;
}

.bx-catalog-subscribe-form-container-input {
    width: 10000px;
    max-width: 350px;
    position: relative;
}

.bx-catalog-subscribe-form-container-input input[type="text"] {
    font-size: 14px;
    width: 100%;
    display: block;
    font-weight: 300;
    border-radius: 8px;
    padding: 0 12px;
    min-height: 40px;
    background: #F2F5FA;
}

.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}

.bx-catalog-subscribe-form-container .bx-captcha {
    margin-bottom: 10px;
}

.bx-catalog-popup-message {
    width: 1000px;
    max-width: 350px;
    font-size: 14px;
    color: #292D42;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}

.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}

.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}

.bx-catalog-subscribe-alert-footer {
    text-align: center;
}

.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/catalog.slider/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.element/catalog.product/style.css?1689799114192 */
/* /local/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16897991143175 */
/* /local/templates/main/components/bitrix/catalog.section/catalog.slider/themes/blue/style.css?1689799114825 */
