

/* Start:/local/templates/2023/components/elastic/catalog/main/style.css?176474743416358*/
.catalog-section-title {
  margin-top: 0 !important;
}
@media (max-width: 1439.9px) {
  .catalog-section-title {
    margin-bottom: 16px !important;
  }
}
@media (max-width: xl) {
  .catalog-section-title {
    margin-bottom: 16px !important;
  }
}
.catalog-section-title__counter {
  color: #a0a0a0;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.21px;
  text-transform: uppercase;
}
@media (max-width: 1023.9px) {
  .catalog-section-title__counter {
    font-size: 19px;
    letter-spacing: 0.19px;
  }
}

.catalog-section-main {
  display: flex;
  gap: 24px;
}
.catalog-section-main__sidebar {
  width: 320px;
  flex-shrink: 0;
}
@media (min-width: 1024px) and (max-width: 1439.9px) {
  .catalog-section-main__sidebar {
    width: 240px;
  }
}
@media (max-width: 1023.9px) {
  .catalog-section-main__sidebar {
    display: none;
    position: fixed;
    height: 100%;
    z-index: 1000;
    background-color: white;
    top: 0;
    left: 0;
  }
  .catalog-section-main__sidebar:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 1010;
    cursor: pointer;
  }
}
@media (max-width: 1023.9px) {
  .catalog-section-main__sidebar.active {
    display: block;
  }
}
.catalog-section-main__content {
  width: 100%;
}

.product-grid-controls {
  display: flex;
  gap: 20px 48px;
  flex-shrink: 0;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 1023.9px) {
  .product-grid-controls {
    flex-wrap: wrap;
    align-items: center;
  }
}
.product-grid-controls__sorting select {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  border: none;
  padding: 5px 25px 5px 0;
  cursor: pointer;
  background-size: 20px;
  text-align: right;
}
.product-grid-controls__sorting .choices {
  position: relative;
  overflow: unset;
  font-size: inherit;
  z-index: 10;
  min-width: 156px;
}
.product-grid-controls__sorting .choices__inner, .product-grid-controls__sorting .choices[data-type*=select-one] .choices__inner {
  padding: 0;
  display: unset;
  vertical-align: unset;
  width: unset;
  background-color: unset;
  border: unset;
  border-radius: unset;
  font-size: 13px;
  min-height: unset;
  overflow: unset;
  letter-spacing: 0.39px;
}
.product-grid-controls__sorting .choices__inner .choices__list, .product-grid-controls__sorting .choices[data-type*=select-one] .choices__inner .choices__list {
  padding: 4px 25px 4px 4px;
}
.product-grid-controls__sorting .choices__item {
  text-align: right;
}
.product-grid-controls__sorting .choices__button {
  display: none;
}
.product-grid-controls__sorting .choices[data-type*=select-one]::after {
  border: none;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background-image: url("/local/templates/2023/assets/icons/main/chevron-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  transform: rotate(180deg);
}
.product-grid-controls__sorting .choices[data-type*=select-one].is-open::after {
  margin-top: -11px;
  transform: rotate(0deg);
}
.product-grid-controls__sorting .choices .choices__list--dropdown .choices__item--selectable, .product-grid-controls__sorting .choices .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 10px;
}
.product-grid-controls__sorting .choices .choices__list--dropdown {
  bottom: auto !important;
  border: 0 !important;
}
.product-grid-controls__chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1023.9px) {
  .product-grid-controls__chips {
    order: 3;
    min-width: 100%;
    max-width: 100%;
  }
}
.product-grid-controls__chips .chip {
  gap: 0;
  padding: 3px 8px;
  background-color: #404040;
}
html:not(.bx-touch) .product-grid-controls__chips .chip:hover, html.bx-touch .product-grid-controls__chips .chip:active {
  background-color: #4b4b4b;
}
.product-grid-controls__chips .chip:last-of-type {
  background-color: #f2f2f2;
  color: #404040;
}
html:not(.bx-touch) .product-grid-controls__chips .chip:last-of-type:hover, html.bx-touch .product-grid-controls__chips .chip:last-of-type:active {
  background-color: #e6e6e6;
}
.product-grid-controls__filter-open.btn--default.btn {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  flex-shrink: 0;
  line-height: 1;
  color: #404040;
  display: none;
}
html:not(.bx-touch) .product-grid-controls__filter-open.btn--default.btn:hover, html.bx-touch .product-grid-controls__filter-open.btn--default.btn:active {
  background-color: transparent;
  color: #ff6666;
}
html:not(.bx-touch) .product-grid-controls__filter-open.btn--default.btn:hover .icon--lestate, html.bx-touch .product-grid-controls__filter-open.btn--default.btn:active .icon--lestate {
  color: #ff6666;
}
.product-grid-controls__filter-open.btn--default.btn .icon--lestate {
  color: #404040;
  flex-shrink: 0;
}
@media (max-width: 1023.9px) {
  .product-grid-controls__filter-open.btn--default.btn {
    display: flex;
  }
}
.product-grid-controls__filter-open__btn-wrapper {
  display: none;
}
@media (max-width: 1023.9px) {
  .product-grid-controls__filter-open__btn-wrapper {
    display: flex;
  }
}

.catalog-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 12px;
}
@media (max-width: 1439.9px) {
  .catalog-items-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1023.9px) {
  .catalog-items-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767.9px) {
  .catalog-items-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.catalog-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 8px;
  background: white;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
html:not(.bx-touch) .catalog-item:hover .catalog-item__sizes, html.bx-touch .catalog-item:active .catalog-item__sizes {
  display: flex;
}
@media (max-width: 1023.9px) {
  html:not(.bx-touch) .catalog-item:hover .catalog-item__sizes, html.bx-touch .catalog-item:active .catalog-item__sizes {
    display: none;
  }
}
.catalog-item__hovers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: grid;
  grid-auto-flow: column;
}
@media (max-width: 1023.9px) {
  .catalog-item__hovers {
    display: none;
  }
}
.catalog-item__image-slider {
  position: relative;
  padding: 0 12px;
  border-radius: 8px;
  width: 100%;
}
.catalog-item__image-slider, .catalog-item .swiper-slide {
  background: #f9f9f9;
}
.catalog-item .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.catalog-item__image-wrapper img {
  aspect-ratio: 1/1;
  object-fit: contain;
  flex: 1 0 0;
  mix-blend-mode: darken;
  max-height: 200px;
  min-height: 220px;
  width: 100%;
}
@media (max-width: 539.9px) {
  .catalog-item__image-wrapper img {
    max-height: 144px;
    min-height: 144px;
  }
}
.catalog-item .swiper-pagination {
  bottom: -16px;
}
.catalog-item .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.35) !important;
}
.catalog-item .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  position: relative;
  top: 1px;
  background: rgba(0, 0, 0, 0.45) !important;
}
.catalog-item__content {
  margin-top: 10px;
  display: flex;
  padding: 12px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.catalog-item__article {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.catalog-item__name {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #404040;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  height: 36px;
}
.catalog-item__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  align-self: stretch;
}
@media (max-width: 539.9px) {
  .catalog-item__price-row {
    flex-direction: column;
    gap: 8px 12px;
  }
}
.catalog-item__wholesale-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.catalog-item__retail-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-item__price span:first-of-type {
  color: #767676;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
.catalog-item__price span:last-of-type {
  color: #ff5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.catalog-item__price span:last-of-type.black {
  color: #404040;
}
.catalog-item__price-desc {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
.catalog-item__misc-info {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.catalog-item__misc-element {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
@media (max-width: 539.9px) {
  .catalog-item__misc-element span:first-of-type {
    display: none;
  }
}
.catalog-item__misc-delimetr {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #dadada;
  flex-shrink: 0;
}
.catalog-item__hints {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.catalog-item__hint {
  display: flex;
  writing-mode: tb-rl;
  padding: 4px 2px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff5c5c;
  color: white;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(180deg);
}
.catalog-item__hint.orange {
  background: #f97316;
}
.catalog-item__hint.yellow {
  background: #fbbf24;
}
.catalog-item__hint.gray {
  background: #767676;
}
.catalog-item__hint.green {
  background: #63893b;
}
.catalog-item__sizes {
  display: none;
  align-items: baseline;
  gap: 8px;
  align-self: stretch;
  background: white;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  height: 21px;
}
.catalog-item__size {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: white;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

.catalog-section-tags {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1023.9px) {
  .catalog-section-tags {
    display: none;
  }
}
.catalog-section-tags:not(:has(.catalog-section-tag)) {
  display: none;
}
.catalog-section-tags a {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  text-decoration: none;
}
html:not(.bx-touch) .catalog-section-tags a:hover, html.bx-touch .catalog-section-tags a:active {
  color: #ff6666;
}
.catalog-section-tags a.active {
  color: #ff5c5c;
}

@media (max-width: 1023.9px) {
  .catalog-section-filter {
    height: 100%;
    overflow-y: auto;
    padding: 32px 24px;
  }
}
.catalog-section-filter__title {
  display: none;
}
@media (max-width: 1023.9px) {
  .catalog-section-filter__title {
    display: flex;
  }
}
.catalog-section-filter__close {
  cursor: pointer;
  font-size: 24px;
  color: #a0a0a0;
}
html:not(.bx-touch) .catalog-section-filter__close:hover, html.bx-touch .catalog-section-filter__close:active {
  color: #767676;
}
.catalog-section-filter__items {
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 1439.9px) {
  .catalog-section-filter__items .checkbox span:before, .catalog-section-filter__items .checkbox span:after {
    width: 22px !important;
    height: 22px !important;
  }
  .catalog-section-filter__items .checkbox input[type=checkbox]:checked + span:after {
    top: -2px;
    left: -2px;
  }
  .catalog-section-filter__items .checkbox > span {
    padding-left: 32px;
    font-size: 15px;
    line-height: 22px;
  }
  .catalog-section-filter__items .filter-block-checkbox .checkbox span sub {
    font-size: 15px;
  }
}
.catalog-section-filter__item {
  border-bottom: 1px solid #f2f2f2;
}
.catalog-section-filter__item.active {
  overflow: hidden;
}
.catalog-section-filter__item.active .icon--lestate--plus {
  display: none;
}
.catalog-section-filter__item.active .icon--lestate--minus {
  display: block;
}
.catalog-section-filter__item.active .catalog-section-filter__item-content {
  display: block;
}
.catalog-section-filter__item-content {
  display: none;
}
.catalog-section-filter__circle {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #c4c4c4;
}
.catalog-section-filter__item-head {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
html:not(.bx-touch) .catalog-section-filter__item-head:hover .icon--lestate, html.bx-touch .catalog-section-filter__item-head:active .icon--lestate {
  color: #767676;
}
.catalog-section-filter__item-head.disabled .icon--lestate--plus {
  display: none;
}
.catalog-section-filter__item-head.disabled .icon--lestate--minus {
  display: none;
}
.catalog-section-filter__item-head.disabled span {
  color: #a0a0a0;
}
.catalog-section-filter__item-head span {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog-section-filter__item-head span .disabled {
  color: #a0a0a0;
}
.catalog-section-filter__item-head .icon--lestate {
  color: #a0a0a0;
  font-size: 24px;
  flex-shrink: 0;
}
.catalog-section-filter__item-head .icon--lestate--plus {
  display: block;
}
.catalog-section-filter__item-head .icon--lestate--minus {
  display: none;
}

.catalog-element-hits-container {
  overflow: hidden;
}

.catalog-section {
  margin-top: 80px;
}
@media (max-width: 1023.9px) {
  .catalog-section {
    margin-top: 48px;
  }
}

.checkbox-show-more {
  color: #ff5c5c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
}
html:not(.bx-touch) .checkbox-show-more:hover, html.bx-touch .checkbox-show-more:active {
  text-decoration: underline;
}

.filter-checkbox-color {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: red;
  margin-right: 8px;
  background: #f2f2f2;
}
.filter-checkbox-color img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 24px;
}

.filter-checkbox-color-label.checkbox > span {
  display: inline-flex;
}

.catalog-section-seo-text {
  margin-top: 48px;
}

.container-search-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.container-search-head .container-search-head-link-catalog {
  height: fit-content;
  color: black;
  border-radius: 0;
}
html:not(.bx-touch) .container-search-head .container-search-head-link-catalog:hover, html.bx-touch .container-search-head .container-search-head-link-catalog:active {
  background: white;
  color: #ff5c5c;
}
@media (max-width: 1023.9px) {
  .container-search-head {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 10px;
  }
  .container-search-head .container-search-head-link-catalog {
    padding: 10px 0;
    height: fit-content;
  }
  .container-search-head .catalog-section-title {
    margin-bottom: 0;
  }
}

.filter-sidebar-opened {
  overflow: hidden;
}

.filter-checkbox-days {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.36px;
}

.filter-checkbox-column {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

/* End */


/* Start:/local/templates/2023/assets/libs/swiper/swiper.min.css?173807860818435*/
/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/2023/assets/libs/swiper/style.css?17380786161649*/
.swiper-button-next, .swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 52px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
html:not(.bx-touch) .swiper-button-next:hover, html.bx-touch .swiper-button-next:active, html:not(.bx-touch) .swiper-button-prev:hover, html.bx-touch .swiper-button-prev:active {
  background-color: #404040;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath fill='white' d='M12.381 9.75H4a.726.726 0 01-.535-.216A.723.723 0 013.25 9c0-.213.072-.39.216-.535A.723.723 0 014 8.25h8.381L8.706 4.575a.688.688 0 01-.216-.525.752.752 0 01.235-.525.793.793 0 01.525-.216c.2-.006.375.065.525.216l4.95 4.95a.662.662 0 01.16.244.812.812 0 01.046.281c0 .1-.015.194-.047.281a.666.666 0 01-.159.244l-4.95 4.95a.7.7 0 01-.515.206.766.766 0 01-.535-.206.73.73 0 01-.225-.535.73.73 0 01.225-.534l3.656-3.656Z'/%3E%3C/svg%3E");
  color: white;
  font-size: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}

.swiper-button-disabled {
  pointer-events: all !important;
}
.swiper-button-disabled :hover {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.swiper-pagination--block {
  position: relative;
  margin-top: 16px;
  top: auto !important;
  bottom: auto !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #a0a0a0;
  opacity: 0.6;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5c5c;
  opacity: 1;
}

/* End */


/* Start:/local/templates/2023/components/elastic/catalog.element/main/style.css?176474743434919*/
.catalog-element {
  display: flex;
  gap: 80px;
  margin-top: 24px;
  margin-bottom: 80px;
}
@media (max-width: 1023.9px) {
  .catalog-element {
    flex-direction: column;
    margin-top: 8px;
    gap: 32px;
    margin-bottom: 48px;
  }
}

.catalog-element-slider {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 16px 16px;
}
@media (max-width: 767.9px) {
  .catalog-element-slider {
    flex-direction: column;
  }
}
.catalog-element-slider .swiper {
  margin: unset;
  position: relative;
}
.catalog-element-slider-video {
  mix-blend-mode: darken;
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  aspect-ratio: 2/3;
}
.catalog-element-slider-video__link {
  height: 100%;
  width: 100%;
  display: flex;
}
.catalog-element-slider .swiper:first-of-type {
  width: 63px;
  flex-shrink: 0;
  max-height: 800px;
}
@media (max-width: 1439.9px) {
  .catalog-element-slider .swiper:first-of-type {
    max-height: 600px;
  }
}
@media (max-width: 1023.9px) {
  .catalog-element-slider .swiper:first-of-type {
    max-height: 900px;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-slider .swiper:first-of-type {
    max-height: unset;
    order: 1;
    width: 100%;
    flex-shrink: 1;
  }
}
.catalog-element-slider .swiper:first-of-type .swiper-slide {
  border-radius: 8px;
  background: #f9f9f9;
  width: 63px;
  height: auto;
  aspect-ratio: 2/3;
  display: flex;
  justify-content: center;
  padding: 4px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.catalog-element-slider .swiper:first-of-type .swiper-slide.swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.catalog-element-slider .swiper:first-of-type .swiper-slide img {
  mix-blend-mode: darken;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.catalog-element-slider .swiper:last-of-type {
  border-radius: 8px;
  background: #f9f9f9;
  padding: 16px 0 0;
  flex-shrink: 0;
  width: 560px;
  aspect-ratio: 2/3;
}
@media (max-width: 1439.9px) {
  .catalog-element-slider .swiper:last-of-type {
    width: 400px;
  }
}
@media (max-width: 1023.9px) {
  .catalog-element-slider .swiper:last-of-type {
    width: 100%;
    flex-shrink: 1;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-slider .swiper:last-of-type {
    order: 0;
    padding: 0;
  }
}
.catalog-element-slider .swiper:last-of-type .swiper-slide {
  background: #f9f9f9;
  display: flex;
  justify-content: center;
}
.catalog-element-slider .swiper:last-of-type .swiper-slide img {
  mix-blend-mode: darken;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 2/3;
  object-fit: contain;
}
.catalog-element-slider .swiper-slide:hover .custom-video-controls-wrapper {
  opacity: 1;
  visibility: visible;
}

.fancybox__slide .custom-video-controls-wrapper .js-fullscreen-btn {
  opacity: 0;
  visibility: hidden;
}

.catalog-element-head {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.catalog-element-head__misc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 767.9px) {
  .catalog-element-head__misc {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.catalog-element-head__article {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .catalog-element-head__article {
    order: 0;
  }
}
.catalog-element-head__sale-count {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 40px;
  border: unset;
  background: #f2f2f2;
  width: fit-content;
}
@media (max-width: 767.9px) {
  .catalog-element-head__sale-count {
    order: 1;
  }
}
.catalog-element-head__sale-count i {
  font-size: 20px;
  color: #ff5c5c;
}
.catalog-element-head__sale-count span {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
.catalog-element-head__clipboard {
  width: fit-content;
  color: #a0a0a0;
  font-size: 24px;
  background-color: white;
  cursor: pointer;
}
html:not(.bx-touch) .catalog-element-head__clipboard:hover, html.bx-touch .catalog-element-head__clipboard:active {
  background-color: white;
  color: #404040;
}
@media (max-width: 767.9px) {
  .catalog-element-head__clipboard {
    font-size: 20px;
  }
}

.catalog-element-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.catalog-element-hints {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .catalog-element-hints {
    top: 8px;
    left: 8px;
  }
}

.catalog-element-hint {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.39px;
  display: flex;
  writing-mode: tb-rl;
  padding: 6px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff5c5c;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(180deg);
}
@media (max-width: 767.9px) {
  .catalog-element-hint {
    padding: 4px 2px;
    font-size: 10px;
    letter-spacing: 0.3px;
  }
}
.catalog-element-hint.orange {
  background: #f97316;
}
.catalog-element-hint.yellow {
  background: #fbbf24;
}
.catalog-element-hint.gray {
  background: #767676;
}
.catalog-element-hint.green {
  background: #63893b;
}

.catalog-element-brand {
  display: flex;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 80px;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .catalog-element-brand {
    width: 72px;
    right: 8px;
    top: 8px;
  }
}
.catalog-element-brand img {
  object-fit: contain;
}

.catalog-element-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}
@media (max-width: 1439.9px) {
  .catalog-element-price {
    justify-content: initial;
    gap: 16px 40px;
    flex-wrap: wrap;
  }
}
.catalog-element-price.ye {
  gap: 16px 15px;
}
.catalog-element-price__element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.catalog-element-price__element:last-of-type {
  margin-left: initial;
}
@media (max-width: 1439.9px) {
  .catalog-element-price__element:last-of-type {
    width: 100%;
    flex-shrink: 0;
    margin-left: auto;
  }
  .catalog-element-price__element:last-of-type .btn {
    width: 100%;
  }
}
@media (max-width: 1023.9px) {
  .catalog-element-price__element:last-of-type {
    width: auto;
    flex-shrink: unset;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-price__element:last-of-type {
    width: 100%;
    flex-shrink: 0;
  }
}
.catalog-element-price__line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.catalog-element-price__line span {
  text-wrap: nowrap;
}
.catalog-element-price__line span:first-of-type {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.catalog-element-price__line span:last-of-type {
  color: #ff5c5c;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .catalog-element-price__line span:last-of-type {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.catalog-element-price__line span.black {
  color: #404040;
}
.catalog-element-price__line span.ye {
  text-transform: lowercase;
}
.catalog-element-price__desc {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}

.product-info-title {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.catalog-element-colors {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.product-info-colors {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.product-info-colors__element {
  display: flex;
  padding: 4px;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #f9f9f9;
  width: 56px;
  height: auto;
  aspect-ratio: 2/3;
}
.product-info-colors__element.active {
  border-color: #404040;
}
.product-info-colors__element img {
  object-fit: contain;
  height: 100%;
  mix-blend-mode: darken;
  width: 100%;
}

.catalog-element-tabs {
  width: 100%;
}
.catalog-element-tabs .tab {
  width: 100%;
  margin-bottom: 16px;
}
.catalog-element-tabs .tab__element {
  width: 50%;
  justify-content: center;
}
.catalog-element-tabs .tab__about {
  background-color: #f2f2f2;
  justify-content: center;
}
.catalog-element-tabs .tab__description {
  background-color: #f2f2f2;
  justify-content: center;
}

.product-properties {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.product-properties__element {
  display: flex;
  align-items: baseline;
  gap: 8px;
  align-self: stretch;
  word-break: normal;
  color: #767676;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  flex-shrink: 0;
  white-space: nowrap;
}
.product-properties__element:before {
  content: "";
  flex-grow: 1;
  order: 2;
  min-width: 50px;
  height: 1px;
  background: #f2f2f2;
}
.product-properties__value {
  color: #404040;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  white-space: normal;
  order: 3;
}
@media (min-width: 1440px) {
  .product-properties__value {
    max-width: 50%;
  }
}

.catalog-element-retail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.catalog-element-retail__links {
  display: flex;
  gap: 12px;
  align-self: stretch;
}
@media (max-width: 767.9px) {
  .catalog-element-retail__links {
    flex-direction: column;
  }
}
.catalog-element-retail__element {
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #f9f9f9;
  text-decoration: none;
  max-width: 50%;
}
@media (max-width: 767.9px) {
  .catalog-element-retail__element {
    max-width: 100%;
    width: 100%;
  }
}
html:not(.bx-touch) .catalog-element-retail__element:hover i, html.bx-touch .catalog-element-retail__element:active i {
  color: #767676;
}
.catalog-element-retail__element i {
  font-size: 20px;
  color: #a0a0a0;
  flex-shrink: 0;
}

.catalog-element-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  margin-bottom: 24px;
}
@media (max-width: 1023.9px) {
  .catalog-element-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-heading {
    flex-wrap: wrap;
  }
}
.catalog-element-heading .btn {
  padding: 0;
  margin: 8px 0;
  border-radius: 0;
  line-height: 1;
}
html:not(.bx-touch) .catalog-element-heading .btn:hover, html.bx-touch .catalog-element-heading .btn:active {
  background: transparent;
}
html:not(.bx-touch) .catalog-element-heading .btn:hover span, html.bx-touch .catalog-element-heading .btn:active span {
  text-decoration: underline;
}

.catalog-element-warehouse-container {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse-container {
    gap: 20px;
  }
}

.catalog-element-warehouse {
  position: relative;
  overflow: hidden;
}
.catalog-element-warehouse:after, .catalog-element-warehouse:before {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, transparent, #f9f9f9);
  width: 24px;
  border-radius: 8px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse:after, .catalog-element-warehouse:before {
    width: 16px;
  }
}
.catalog-element-warehouse:before {
  left: 0;
  background: linear-gradient(-90deg, transparent, #f9f9f9);
}
.catalog-element-warehouse__scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.catalog-element-warehouse__scroll {
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a #f2f2f2;
}
.catalog-element-warehouse__scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.catalog-element-warehouse__scroll::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
}
.catalog-element-warehouse__scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.catalog-element-warehouse__element {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: #fafafa;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element {
    padding: 24px 16px;
    gap: 20px;
  }
}
.catalog-element-warehouse__element-heading {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: sticky;
  left: 0;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element-heading {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog-element-warehouse__element-misc {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element-misc {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.catalog-element-warehouse__element-misc span {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.catalog-element-warehouse__element-misc span.c-red {
  color: #ff5c5c;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element-misc span {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}
.catalog-element-warehouse span.delimetr {
  margin: 0 1em;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #404040;
  font-size: 16px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse span.delimetr {
    display: none;
  }
}
.catalog-element-warehouse__element-table {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__element-table {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-heading {
    display: flex;
    width: 100%;
    flex: 1 1 0;
  }
}
.catalog-element-warehouse__table-heading div {
  border-radius: 8px;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  display: flex;
  width: 120px;
  padding: 15px 16px;
  align-items: center;
  align-self: stretch;
  color: #404040;
  font-size: 11px;
  height: 43px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-heading div {
    height: auto;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 12px;
    border-bottom: 0;
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
.catalog-element-warehouse__table-heading div:first-of-type {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-heading div:first-of-type {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #e6e6e6;
  }
}
.catalog-element-warehouse__table-heading div:nth-child(2) {
  border-radius: 0;
}
.catalog-element-warehouse__table-heading div:last-of-type {
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-heading div:last-of-type {
    border-radius: 0 8px 8px 0;
    height: auto;
    border-left: 1px solid #e6e6e6;
  }
}
.catalog-element-warehouse__table-content {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-content {
    flex-direction: column;
    width: 100%;
  }
}
.catalog-element-warehouse__table-element {
  height: 144px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element {
    height: unset;
    display: flex;
    flex: 1 1 0;
    width: 100%;
  }
}
.catalog-element-warehouse__table-element.active div {
  background: #f3fcdf;
  border-color: #e6f9c0 !important;
}
.catalog-element-warehouse__table-element.active div:last-of-type input {
  background: #f3fcdf;
}
.catalog-element-warehouse__table-element:last-of-type {
  margin-right: 24px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element:last-of-type {
    margin-right: 0;
  }
}
.catalog-element-warehouse__table-element div {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #f2f2f2;
  background: white;
  color: #404040;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: 0.39px;
  justify-content: center;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element div {
    text-align: center;
    padding: 12px;
    border-bottom: 0;
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
.catalog-element-warehouse__table-element div:first-of-type {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element div:first-of-type {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #f2f2f2;
    word-wrap: break-word;
  }
}
.catalog-element-warehouse__table-element div:nth-child(2) {
  border-radius: 0;
}
.catalog-element-warehouse__table-element div:last-of-type {
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  flex: 1 0 0;
  gap: 8px;
  padding: 10px 12px;
}
@media (max-width: 767.9px) {
  .catalog-element-warehouse__table-element div:last-of-type {
    border-radius: 0 8px 8px 0;
    height: auto;
    border-left: 1px solid #f2f2f2;
    flex-direction: row;
    max-height: 100%;
    gap: 4px;
  }
}
.catalog-element-warehouse__table-element div:last-of-type button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #767676;
  transition: 0.2s ease-in-out;
  width: 24px;
  height: 24px;
}
html:not(.bx-touch) .catalog-element-warehouse__table-element div:last-of-type button:hover, html.bx-touch .catalog-element-warehouse__table-element div:last-of-type button:active {
  color: #404040;
}
.catalog-element-warehouse__table-element div:last-of-type button i {
  font-size: 18px;
  color: inherit;
}
.catalog-element-warehouse__table-element div:last-of-type button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #a0a0a0 !important;
}
.catalog-element-warehouse__table-element div:last-of-type button:active i {
  font-size: 16px;
}
.catalog-element-warehouse__table-element div:last-of-type input {
  color: #404040;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  max-width: 86px;
  height: 21px;
}
.catalog-element-warehouse__table-element div:last-of-type input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.catalog-element-warehouse__table-element div:last-of-type input:-moz-placeholder {
  color: #a0a0a0;
}
.catalog-element-warehouse__table-element div:last-of-type input:-ms-input-placeholder {
  color: #a0a0a0;
}
.catalog-element-warehouse__table-element div:last-of-type input::placeholder {
  color: #a0a0a0;
}
.catalog-element-warehouse__table-element div:last-of-type input:focus, .catalog-element-warehouse__table-element div:last-of-type input:not(:placeholder-shown) {
  border-color: #404040;
}

.modal-middle {
  overflow-y: hidden !important;
}

.catalog-modal-sizes__table.table-responsive {
  overflow-y: hidden;
}
.catalog-modal-sizes__table.table-responsive table {
  overflow-x: auto;
}
.catalog-modal-sizes__table tr:last-of-type {
  border-bottom: 0;
}
.catalog-modal-sizes__table tr td {
  min-width: 112px;
  text-align: center;
  position: relative;
}
@media (max-width: 767.9px) {
  .catalog-modal-sizes__table tr td:not(:first-of-type) {
    min-width: 80px;
  }
}
.catalog-modal-sizes__table tr td:first-of-type {
  background-color: #f9f9f9;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 1;
}
.catalog-modal-sizes__table tr td:not(:first-of-type):hover::after {
  background-color: #f9f9f9;
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.catalog-modal-sizes__table tr:first-of-type td:first-of-type {
  border-radius: 8px 8px 0 0;
}
.catalog-modal-sizes__table tr:last-of-type td:first-of-type {
  border-radius: 0 0 8px 8px;
}

.catalog-element-total {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #fafafa;
}
@media (max-width: 1023.9px) {
  .catalog-element-total {
    align-items: flex-end;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-total {
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.catalog-element-total__fixed {
  display: none;
}
@media (max-width: 767.9px) {
  .catalog-element-total__fixed {
    display: block;
    position: fixed;
    left: 0;
    z-index: 101;
    background: #404040;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: 0.2s ease-in-out;
    padding: 17px 12px;
    bottom: 0;
    width: 100%;
  }
}
.catalog-element-total__fixed.hide {
  bottom: -100px;
  opacity: 0;
}
@media (max-width: 767.9px) {
  .catalog-element-total__fixed .btn {
    padding: 10px;
    width: auto !important;
  }
  .catalog-element-total__fixed .btn span {
    display: none;
  }
}
.catalog-element-total__fixed .catalog-element-total__table {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.catalog-element-total__fixed .catalog-element-total__total span:first-of-type {
  color: #a0a0a0;
}
.catalog-element-total__fixed .catalog-element-total__total span:last-of-type, .catalog-element-total__fixed .catalog-element-total__total span:last-of-type span {
  color: white;
}
@media (max-width: 767.9px) {
  .catalog-element-total__fixed .catalog-element-total__total span:last-of-type, .catalog-element-total__fixed .catalog-element-total__total span:last-of-type span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.16px;
  }
}
@media (max-width: 767.9px) {
  .catalog-element-total .btn {
    width: 100%;
  }
}
.catalog-element-total__table {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 1023.9px) {
  .catalog-element-total__table {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  }
}
.catalog-element-total__total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  flex-shrink: 0;
}
.catalog-element-total__total span:first-of-type, .catalog-element-total__total span:first-of-type span {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767.9px) {
  .catalog-element-total__total span:first-of-type, .catalog-element-total__total span:first-of-type span {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}
.catalog-element-total__total span:last-of-type, .catalog-element-total__total span:last-of-type span {
  color: #404040;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media (max-width: 767.9px) {
  .catalog-element-total__total span:last-of-type, .catalog-element-total__total span:last-of-type span {
    font-size: 20px;
  }
}
.catalog-element-total__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.catalog-element-total__info-element {
  display: flex;
  align-items: baseline;
  gap: 8px;
  align-self: stretch;
}
.catalog-element-total__info-element div {
  display: block;
}
.catalog-element-total__info-element div:first-of-type {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .catalog-element-total__info-element div:first-of-type {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}
.catalog-element-total__info-element div:nth-child(2) {
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  min-width: 70px;
}
@media (max-width: 767.9px) {
  .catalog-element-total__info-element div:nth-child(2) {
    min-width: unset;
  }
}
@media (max-width: 1439.9px) {
  .catalog-element-total__info-element div:nth-child(2) {
    min-width: 5px;
  }
}
.catalog-element-total__info-element div:last-of-type {
  color: #404040;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .catalog-element-total__info-element div:last-of-type {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}

.catalog-element-sticky-total {
  position: relative;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .catalog-element-sticky-total {
    gap: 20px;
  }
}

.catalog-thumb-slider {
  position: relative;
  padding: 20px 0;
  box-sizing: content-box;
  top: -20px;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider {
    top: unset;
    padding: 0 20px;
    left: -20px;
  }
}
.catalog-thumb-slider:after, .catalog-thumb-slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: white;
  height: 20px;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider:after, .catalog-thumb-slider:before {
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.catalog-thumb-slider:before {
  top: 0;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider:before {
    left: 0;
  }
}
.catalog-thumb-slider .swiper-button-disabled {
  display: none !important;
}
.catalog-thumb-slider__nav, .catalog-thumb-slider__nav--prev, .catalog-thumb-slider__nav--next {
  display: none;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider__nav, .catalog-thumb-slider__nav--prev, .catalog-thumb-slider__nav--next {
    width: 30px;
    height: 30px;
  }
}
.catalog-thumb-slider__nav--next {
  transform: rotate(90deg);
  bottom: 0;
  top: unset;
  position: absolute;
  left: 13px;
  z-index: 20;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider__nav--next {
    transform: unset;
    left: unset;
    right: 11px;
    top: 39px;
  }
}
.catalog-thumb-slider__nav--prev {
  transform: rotate(-90deg);
  top: 22px;
  left: 13px;
  position: absolute;
  z-index: 20;
}
@media (max-width: 767.9px) {
  .catalog-thumb-slider__nav--prev {
    transform: rotate(180deg);
    left: 11px;
    top: 39px;
  }
}
.catalog-thumb-slider.swiper-initialized .catalog-thumb-slider__nav, .catalog-thumb-slider.swiper-initialized .catalog-thumb-slider__nav--next, .catalog-thumb-slider.swiper-initialized .catalog-thumb-slider__nav--prev {
  display: flex;
}

.product-gallery .fancybox__content {
  box-shadow: none;
}
@media (max-width: 1023.9px) {
  .product-gallery .fancybox__content {
    margin: auto;
  }
}
.product-gallery .fancybox__backdrop {
  background: white;
}
.product-gallery .fancybox__close {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  top: 0;
  right: 0;
}
.product-gallery .fancybox__infobar {
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif, serif;
  -webkit-font-smoothing: none;
  text-shadow: none;
  color: #a0a0a0;
}
.product-gallery .is-horizontal .fancybox__nav svg {
  filter: none;
  stroke-width: 3px;
}
.product-gallery .is-horizontal .fancybox__nav .f-button {
  color: #8c8c8c;
}
@media (max-width: 1023.9px) {
  .product-gallery .is-horizontal .fancybox__nav .f-button.is-prev {
    left: 8px;
    transform: translateY(50%);
    bottom: 50%;
  }
}
@media (max-width: 1023.9px) {
  .product-gallery .is-horizontal .fancybox__nav .f-button.is-next {
    right: 8px;
    transform: translateY(50%);
    bottom: 50%;
  }
}
html:not(.bx-touch) .product-gallery .is-horizontal .fancybox__nav .f-button:not([disabled]):hover, html.bx-touch .product-gallery .is-horizontal .fancybox__nav .f-button:not([disabled]):active {
  background-color: #404040;
  color: white;
}
.product-gallery .f-thumbs__slide {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 539.9px) {
  .product-gallery .f-thumbs__slide {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
.product-gallery .f-thumbs__slide.is-nav-selected .f-thumbs__slide__button:after {
  border: 2px solid #404040;
  border-radius: 8px;
}
.product-gallery .f-thumbs__slide .f-thumbs__slide__button {
  background: #f9f9f9;
}
.product-gallery .fancybox__slide {
  padding: 4px;
}
@media (max-width: 1023.9px) {
  .product-gallery .fancybox__slide {
    padding: 40px 4px 40px;
  }
}
.product-gallery .fancybox__slide.has-image > .fancybox__content {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 16px;
}
.product-gallery .fancybox__slide.has-image > .fancybox__content .fancybox-image {
  mix-blend-mode: darken;
}
.product-gallery .fancybox__slide.has-inline > #custom-video {
  background: #f9f9f9;
  border-radius: 8px;
  height: 560px;
  cursor: pointer;
}
.product-gallery .fancybox__slide.has-inline > #custom-video .catalog-element-slider-video__link {
  mix-blend-mode: darken;
}
.product-gallery .f-thumbs__slide__img {
  object-fit: contain;
  padding: 4px;
  mix-blend-mode: darken;
}
.product-gallery.is-compact .fancybox__footer {
  background: transparent;
}

@media (max-width: 1023.9px) {
  jdiv {
    display: none !important;
  }
}
.video-preview {
  position: relative;
  height: 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 56.6%;
  width: 100%;
  background-color: #f2f2f2;
}
@media (max-width: 767.9px) {
  .video-preview {
    padding-bottom: 56.927%;
  }
}
html:not(.bx-touch) .video-preview:hover .video-preview__play-bg, html.bx-touch .video-preview:active .video-preview__play-bg {
  width: 96px;
  height: 96px;
}
.video-preview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.video-preview__play .icon--lestate--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: white;
  margin-left: 2px;
  z-index: 2;
}
.video-preview__play__small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.video-preview__play__small .icon--lestate--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin-left: 2px;
  z-index: 2;
}
.video-preview__play__small .video-preview__play-bg {
  width: 24px;
  height: 24px;
}
.video-preview__play__small i {
  width: 12px;
}
.video-preview__play-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}
.video-preview .no-photo {
  justify-content: start;
  padding-bottom: 50%;
  background: #f2f2f2;
}
.video-preview .no-photo i {
  display: none;
}
.video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}
.video-preview.play iframe {
  display: block;
}
.video-preview.play .video-preview__play, .video-preview.play picture {
  display: none;
}

video {
  background-color: transparent;
  border-bottom: 1px solid transparent; /* хак для предотвращения мелькания при загрузке на некоторых версиях ios */
}
video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}

.custom-video-controls-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  padding: 1rem 1rem;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
.custom-video-controls-wrapper .icon--lestate {
  width: 1.5em;
  height: 1.5em;
}
.custom-video-controls-wrapper .custom-video-controls {
  display: flex;
  justify-content: space-between;
}
.custom-video-controls-wrapper .time-display {
  font-family: monospace;
  min-width: 80px;
  text-align: center;
}
.custom-video-controls-wrapper .video-progress {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  -webkit-appearance: none;
  /* Chrome / Safari / Opera */
  /* Firefox */
  /* IE / Edge (старые версии) */
  /* Чтобы в Firefox трек не был «закрашен» цветом прогресса, можно прописать */
}
.custom-video-controls-wrapper .video-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
}
.custom-video-controls-wrapper .video-progress::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.custom-video-controls-wrapper .video-progress::-ms-thumb {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
}
.custom-video-controls-wrapper .video-progress::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.85);
  height: 4px;
  border-radius: 2px;
}

.active {
  opacity: 1;
  visibility: visible;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/new/style.css?17380786071432*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767.9px) {
  .pagination {
    justify-content: center;
  }
}
.pagination a {
  text-decoration: none;
}
.pagination__item {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
}
@media (max-width: 767.9px) {
  .pagination__item {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: transparent;
    font-size: 13px;
  }
}
.pagination__item.active {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: #ff5c5c;
  color: white;
}
html:not(.bx-touch) .pagination__item.active:hover, html.bx-touch .pagination__item.active:active {
  background: #ff6666;
}
@media (max-width: 767.9px) {
  .pagination__item.active {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #ff5c5c;
  }
}
.pagination__prev i {
  transform: rotate(180deg);
}
@media (max-width: 767.9px) {
  .pagination__prev, .pagination__next {
    display: none !important;
  }
}

.pagination-items {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.9px) {
  .pagination-items {
    gap: 2px;
  }
}

.pagination-button {
  margin-top: 20px;
}

/* End */


/* Start:/local/templates/2023/components/teamprofi/catalog.products/line/style.css?17543186026706*/
.catalog-product-line, .catalog-product-line.swiper {
  padding: 0 19px;
  margin: 0 -19px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023.9px) {
  .catalog-product-line, .catalog-product-line.swiper {
    overflow: unset;
  }
}
.catalog-product-line:after, .catalog-product-line.swiper:after, .catalog-product-line:before, .catalog-product-line.swiper:before {
  content: "";
  background: white;
  width: 19px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 1023.9px) {
  .catalog-product-line:after, .catalog-product-line.swiper:after, .catalog-product-line:before, .catalog-product-line.swiper:before {
    content: none;
  }
}
.catalog-product-line:before, .catalog-product-line.swiper:before {
  left: 0;
}
@media (max-width: 1023.9px) {
  .catalog-product-line .swiper-button-next, .catalog-product-line .swiper-button-prev {
    display: none;
  }
}
.catalog-product-line .swiper-slide {
  opacity: 0;
  transition: 0.3s opacity ease-in;
}
@media (max-width: 1023.9px) {
  .catalog-product-line .swiper-slide {
    max-width: 264px;
  }
}
.catalog-product-line.swiper-initialized .swiper-slide {
  opacity: 1;
}

.catalog-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 8px;
  background: white;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
html:not(.bx-touch) .catalog-item:hover .catalog-item__sizes, html.bx-touch .catalog-item:active .catalog-item__sizes {
  display: flex;
}
@media (max-width: 1023.9px) {
  html:not(.bx-touch) .catalog-item:hover .catalog-item__sizes, html.bx-touch .catalog-item:active .catalog-item__sizes {
    display: none;
  }
}
.catalog-item__hovers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: grid;
  grid-auto-flow: column;
}
@media (max-width: 1023.9px) {
  .catalog-item__hovers {
    display: none;
  }
}
.catalog-item__image-slider {
  position: relative;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
.catalog-item__image-slider, .catalog-item .swiper-slide {
  background: #f9f9f9;
}
.catalog-item .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.catalog-item__image-wrapper img {
  aspect-ratio: 1/1;
  object-fit: contain;
  flex: 1 0 0;
  mix-blend-mode: darken;
  max-height: 200px;
  min-height: 220px;
  width: 100%;
}
@media (max-width: 539.9px) {
  .catalog-item__image-wrapper img {
    max-height: 144px;
    min-height: 144px;
  }
}
.catalog-item .swiper-pagination {
  bottom: -16px;
}
.catalog-item .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.35) !important;
}
.catalog-item .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  position: relative;
  top: 1px;
  background: rgba(0, 0, 0, 0.45) !important;
}
.catalog-item__content {
  margin-top: 10px;
  display: flex;
  padding: 12px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.catalog-item__article {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.catalog-item__name {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #404040;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  height: 36px;
}
.catalog-item__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  align-self: stretch;
}
@media (max-width: 539.9px) {
  .catalog-item__price-row {
    flex-direction: column;
    gap: 8px 12px;
  }
}
.catalog-item__wholesale-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.catalog-item__retail-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-item__price span:first-of-type {
  color: #767676;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
.catalog-item__price span:last-of-type {
  color: #ff5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.catalog-item__price span:last-of-type.black {
  color: #404040;
}
.catalog-item__price-desc {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
.catalog-item__misc-info {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.catalog-item__misc-element {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
@media (max-width: 539.9px) {
  .catalog-item__misc-element span:first-of-type {
    display: none;
  }
}
.catalog-item__misc-delimetr {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #dadada;
  flex-shrink: 0;
}
.catalog-item__hints {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.catalog-item__hint {
  display: flex;
  writing-mode: tb-rl;
  padding: 4px 2px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff5c5c;
  color: white;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(180deg);
}
.catalog-item__hint.orange {
  background: #f97316;
}
.catalog-item__hint.yellow {
  background: #fbbf24;
}
.catalog-item__hint.gray {
  background: #767676;
}
.catalog-item__hint.green {
  background: #63893b;
}
.catalog-item__sizes {
  display: none;
  align-items: baseline;
  gap: 8px;
  align-self: stretch;
  background: white;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  height: 21px;
}
.catalog-item__size {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: white;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

.slider-line-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 1023.9px) {
  .slider-line-link {
    margin-bottom: 20px;
  }
}

/* End */


/* Start:/local/templates/2023/components/teamprofi/empty/catalog.item/style.css?17543186025464*/
.catalog-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 8px;
  background: white;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
html:not(.bx-touch) .catalog-item:hover .catalog-item__sizes, html.bx-touch .catalog-item:active .catalog-item__sizes {
  display: flex;
}
@media (max-width: 1023.9px) {
  html:not(.bx-touch) .catalog-item:hover .catalog-item__sizes, html.bx-touch .catalog-item:active .catalog-item__sizes {
    display: none;
  }
}
.catalog-item__hovers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: grid;
  grid-auto-flow: column;
}
@media (max-width: 1023.9px) {
  .catalog-item__hovers {
    display: none;
  }
}
.catalog-item__image-slider {
  position: relative;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
.catalog-item__image-slider, .catalog-item .swiper-slide {
  background: #f9f9f9;
}
.catalog-item .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.catalog-item__image-wrapper {
  aspect-ratio: 2/3;
}
.catalog-item__image-wrapper img {
  aspect-ratio: 2/3;
  object-fit: contain;
  flex: 1 0 0;
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.catalog-item .swiper-pagination {
  bottom: -16px;
}
.catalog-item .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.35) !important;
}
.catalog-item .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  position: relative;
  top: 1px;
  background: rgba(0, 0, 0, 0.45) !important;
}
.catalog-item__content {
  margin-top: 10px;
  display: flex;
  padding: 12px 4px;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.catalog-item__article {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.catalog-item__name {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #404040;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  height: 36px;
}
.catalog-item__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  align-self: stretch;
}
@media (max-width: 539.9px) {
  .catalog-item__price-row {
    flex-direction: column;
    gap: 8px 12px;
  }
}
.catalog-item__wholesale-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.catalog-item__retail-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-item__price span:first-of-type {
  color: #767676;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
.catalog-item__price span:last-of-type {
  color: #ff5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.catalog-item__price span:last-of-type.black {
  color: #404040;
}
.catalog-item__price p {
  color: #404040;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.21px;
  text-transform: uppercase;
}
.catalog-item__price-desc {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
.catalog-item__misc-info {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.catalog-item__misc-element {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
@media (max-width: 539.9px) {
  .catalog-item__misc-element span:first-of-type {
    display: none;
  }
}
.catalog-item__misc-delimetr {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #dadada;
  flex-shrink: 0;
}
.catalog-item__hints {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.catalog-item__hint {
  display: flex;
  writing-mode: tb-rl;
  padding: 4px 2px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff5c5c;
  color: white;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(180deg);
}
.catalog-item__hint.orange {
  background: #f97316;
}
.catalog-item__hint.yellow {
  background: #fbbf24;
}
.catalog-item__hint.gray {
  background: #767676;
}
.catalog-item__hint.green {
  background: #92cc56;
}
.catalog-item__sizes {
  display: none;
  align-items: baseline;
  gap: 8px;
  align-self: stretch;
  background: white;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  height: 21px;
}
.catalog-item__size {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: white;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

/* End */
/* /local/templates/2023/components/elastic/catalog/main/style.css?176474743416358 */
/* /local/templates/2023/assets/libs/swiper/swiper.min.css?173807860818435 */
/* /local/templates/2023/assets/libs/swiper/style.css?17380786161649 */
/* /local/templates/2023/components/elastic/catalog.element/main/style.css?176474743434919 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/new/style.css?17380786071432 */
/* /local/templates/2023/components/teamprofi/catalog.products/line/style.css?17543186026706 */
/* /local/templates/2023/components/teamprofi/empty/catalog.item/style.css?17543186025464 */
