

/* 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/assets/libs/choices/choices.min.css?17380786077666*/
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
/* End */


/* Start:/local/templates/2023/assets/libs/choices/style.css?17380786085207*/
.form-group .choices {
  position: relative;
}
.form-group .choices__input, .form-group .choices[data-type*=select-one] .choices__input {
  margin: 8px 12px;
  border-radius: 34px;
  border: 1px solid #6d6d6d;
  background: white;
  padding: 8px 12px;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  width: calc(100% - 24px);
}
.form-group .choices__inner, .form-group .choices[data-type*=select-one] .choices__inner {
  border-radius: 54px;
  border: 1px solid #6d6d6d;
  color: #404040;
  padding: 14px 70px 14px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  min-width: 200px;
  max-width: 100%;
  background: white;
}
html:not(.bx-touch) .form-group .choices__inner:hover, html.bx-touch .form-group .choices__inner:active, html:not(.bx-touch) .form-group .choices[data-type*=select-one] .choices__inner:hover, html.bx-touch .form-group .choices[data-type*=select-one] .choices__inner:active {
  border-color: #404040;
}
.form-group .choices.not-empty__inner, .form-group .choices.not-empty[data-type*=select-one] .choices__inner {
  padding-top: 22px;
  padding-bottom: 6px;
}
.form-group .choices.is-disabled .choices__inner {
  border-color: #c4c4c4;
  color: #a0a0a0;
  background-color: #f2f2f2;
  cursor: not-allowed;
}
html:not(.bx-touch) .form-group .choices.is-disabled .choices__inner:hover, html.bx-touch .form-group .choices.is-disabled .choices__inner:active {
  border-color: #c4c4c4;
}
.form-group .choices.is-disabled .choices__button {
  display: none;
}
.form-group .choices__item {
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
}
.form-group .choices__list--single {
  padding: 0;
}
.form-group .choices__placeholder {
  color: #767676;
  opacity: 1;
}
.form-group .choices__list--dropdown {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  border: 1px solid #f2f2f2 !important;
  background: white;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 20;
}
.form-group .choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.form-group .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.form-group .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.form-group .choices__list--dropdown .choices__placeholder {
  display: none;
}
.form-group .choices__list--dropdown .choices__group {
  background-color: white;
  border-top: 6px solid #f2f2f2;
}
.form-group .choices__list--dropdown .choices__group .choices__heading {
  text-transform: uppercase;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.39px;
}
.form-group .choices__list--dropdown .choices__item {
  border: none;
  background-color: white;
  border-top: 2px solid #f2f2f2;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  padding: 10px;
  text-wrap: unset;
}
html:not(.bx-touch) .form-group .choices__list--dropdown .choices__item:hover, html.bx-touch .form-group .choices__list--dropdown .choices__item:active {
  background-color: #f2f2f2;
}
.form-group .choices__list--dropdown .choices__item--disabled {
  color: #a0a0a0;
  background-color: white;
  cursor: not-allowed;
  opacity: 1;
}
html:not(.bx-touch) .form-group .choices__list--dropdown .choices__item--disabled:hover, html.bx-touch .form-group .choices__list--dropdown .choices__item--disabled:active {
  background-color: white;
}
.form-group .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: 25px;
  transform: rotate(180deg);
}
.form-group .choices[data-type*=select-one].is-open::after {
  transform: rotate(0deg);
}
.form-group .choices[data-type*=select-one] .choices__button {
  opacity: 1;
  z-index: 10;
  background-image: url("/local/templates/2023/assets/icons/main/cancel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background-color: white;
}
.form-group .choices.not-empty ~ label {
  left: 25px;
  opacity: 1;
}
.form-group .choices.error__inner, .form-group .choices.error[data-type*=select-one] .choices__inner {
  border-color: #ff0023;
}
html:not(.bx-touch) .form-group .choices.error__inner:hover, html.bx-touch .form-group .choices.error__inner:active, html:not(.bx-touch) .form-group .choices.error[data-type*=select-one] .choices__inner:hover, html.bx-touch .form-group .choices.error[data-type*=select-one] .choices__inner:active {
  border-color: #ff0023;
}
.form-group .choices.error ~ label {
  color: #ff0023;
}
.form-group .choices.error ~ span {
  display: block;
}
.form-group .choices ~ span {
  display: none;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.33px;
  color: #ff0023;
  padding: 0 24px;
  top: 56px;
  position: absolute;
}

/* End */


/* Start:/local/templates/2023/components/elastic/catalog.filter/main/style.css?17544259963049*/
.range-price-filter, .filter-block-checkbox__search {
  gap: 12px;
  padding-bottom: 20px;
}
.range-price-filter input, .filter-block-checkbox__search input {
  border-radius: 34px;
  border: 1px solid #6d6d6d;
  background: white;
  color: #404040;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.39px;
  width: 100%;
}
html:not(.bx-touch) .range-price-filter input:hover, html:not(.bx-touch) .filter-block-checkbox__search input:hover, html.bx-touch .range-price-filter input:active, html.bx-touch .filter-block-checkbox__search input:active {
  border: 1px solid #404040;
}
.range-price-filter input:focus, .filter-block-checkbox__search input:focus {
  border: 1px solid #404040;
}
.range-price-filter input::placeholder, .filter-block-checkbox__search input::placeholder {
  color: #767676;
}
.range-price-filter input[type=number], .filter-block-checkbox__search input[type=number] {
  -moz-appearance: textfield !important;
}
.range-price-filter input::-webkit-outer-spin-button, .filter-block-checkbox__search input::-webkit-outer-spin-button, .range-price-filter input::-webkit-inner-spin-button, .filter-block-checkbox__search input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.range-price-filter span, .filter-block-checkbox__search span {
  color: #a0a0a0;
}

.filter-block-checkbox {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.filter-block-checkbox .checkbox span sub {
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  bottom: 0;
  margin-left: 4px;
}
.filter-block-checkbox__search {
  gap: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  position: relative;
}
.filter-block-checkbox__search input {
  padding: 7px 12px;
  font-size: 13px;
  line-height: 140%;
}
.filter-block-checkbox__search i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #a0a0a0;
}
.filter-block-checkbox__search + .filter-block-checkbox {
  overflow-y: auto;
  max-height: 336px;
}
.filter-block-checkbox__search + .filter-block-checkbox {
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a white;
}
.filter-block-checkbox__search + .filter-block-checkbox::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.filter-block-checkbox__search + .filter-block-checkbox::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 8px;
  border: 2px solid white;
}
.filter-block-checkbox__search + .filter-block-checkbox::-webkit-scrollbar-track {
  background: white;
}
.filter-block-checkbox__search:not(.d-none) ~ .checkbox-show-more {
  position: relative;
  margin-bottom: 0;
  padding: 20px 0;
  box-shadow: 0px -4px 4px 4px rgba(0, 0, 0, 0.05);
}
.filter-block-checkbox__no-found {
  padding-bottom: 30px;
  margin-top: -10px;
  font-size: 14px;
  color: #6d6d6d;
}

/* 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/elastic/catalog.item/main/style.css?17647474345466*/
.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 {
  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/assets/libs/choices/choices.min.css?17380786077666 */
/* /local/templates/2023/assets/libs/choices/style.css?17380786085207 */
/* /local/templates/2023/components/elastic/catalog.filter/main/style.css?17544259963049 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/new/style.css?17380786071432 */
/* /local/templates/2023/components/elastic/catalog.item/main/style.css?17647474345466 */
