

/* Start:/local/templates/kord/components/bitrix/catalog/catalog/style.css?17857456079609*/
.catalog {
  max-width: 1863px;
  width: 100%;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main h1 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B2E4B;
}

@media (max-width: 767px) {
  .main h1 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1920px) {
  .catalog {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1280px) {
  .catalog {
    gap: 8px;
  }
}

.page-catalog-vid1 .catalog .catalog__card {
  aspect-ratio: 458/606;
  height: auto;
  min-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 30px) / 4);
  flex: 0 1 calc((100% - 30px) / 4);
}

@media (max-width: 1400px) {
  .page-catalog-vid1 .catalog .catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 18px) / 3);
    flex: 0 1 calc((100% - 18px) / 3);
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 8.98px) / 2);
    flex: 0 1 calc((100% - 8.98px) / 2);
    padding: 8px 6px;
  }
}

@media (max-width: 1080px) {
  .page-catalog-vid1 .catalog .catalog__card .card-image__inner--hover {
    padding-top: 0;
  }

  .page-catalog-vid1 .catalog .catalog__card .card-image__inner--hover .card-actions {
    display: none;
  }
}

@media (max-width: 1080px) {
  .page-catalog-vid1 .catalog .catalog__card .card-image__inner--default {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card {
    min-height: 258px;
  }
}

@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-header__tags {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-actions {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-bottom__name {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-bottom__price {}
}

@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-bottom__price .price-new {
    font-size: 18px;
    line-height: 26px;
  }
}

.pagination-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 0 100px;
  background-color: #fff;
  max-width: 1860px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagination-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

.pagination-panel__info {
  font-size: 16px;
  color: #8a8b8c;
  font-weight: 400;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.pagination-panel__load-more {
  padding: 12px 24px;
  height: 58px;
  width: 926px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.pagination-panel__load-more:hover {
  background-color: #040D1C;
  color: #fff;
}

@media (max-width: 768px) {
  .pagination-panel__load-more {
    width: 100%;
  }
}

.pagination-panel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.pagination-panel__nav .pagination-nav__arrow,
.pagination-panel__nav .pagination-nav__page {
  padding: 13px 20px 0 20px;
  height: 48px;
  width: 48px;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.pagination-panel__nav .pagination-nav__arrow:hover,
.pagination-panel__nav .pagination-nav__arrow.pagination-nav__page--active,
.pagination-panel__nav .pagination-nav__page:hover,
.pagination-panel__nav .pagination-nav__page.pagination-nav__page--active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000;
}

.pagination-panel__nav .pagination-nav__arrow {
  padding: 14px 16px;
  font-weight: 700;
}

.pagination-panel__nav .pagination-nav__dots {
  padding: 8px 12px;
  color: #8a8b8c;
  font-weight: 700;
  background-color: transparent;
  border: none;
  cursor: default;
}

.circle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgb(0, 0, 0);
}

.circle::before,
.circle::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  pointer-events: none;
}

.circle::after {
  border: 1px solid rgb(0, 0, 0);
}

.action-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  outline: none;
}

.action-btn:focus-visible {
  outline: 2px solid #1B2E4B;
  border-radius: 4px;
}

.action-btn img {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.action-btn:hover .action-btn img,
.action-btn:focus-visible .action-btn img {
  opacity: 1;
}

@media (max-width: 360px) {

  .pagination-panel .pagination-nav__arrow,
  .pagination-panel .pagination-nav__page {
    padding: 7px;
    height: 32px;
    width: 32px;
  }
}

.padding {
  max-width: 500px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .padding {
    max-width: 100%;
  }
}

.pagination-nav__arrow img {
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.pagination-nav__arrow:hover img {
  -webkit-filter: invert(1) grayscale(1) contrast(999);
  filter: invert(1) grayscale(1) contrast(999);
}

.dispaly-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

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

.circle-badge {
  background-color: #8CC7FF;
  color: white;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.product-section__actions .amount-manage {
  display: none;
}

.amount-manage input {
  max-width: 70px;
}

.compare-btn-inp:checked~svg path {
  fill: #8CC7FF;
}

@media (max-width: 768px) and (min-width: 360px) {
  .pagination-panel1 {
    padding: 20px 0 100px;
  }

  .pagination-panel1 .pagination-panel__in {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pagination-panel1 {
  display: none;
}

@media (max-width: 600px) {
  .pagination-panel1 .pagination-panel__in .pagination-panel__info {
    display: none;
  }

  .pagination-panel1 .pagination-panel__in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .pagination-panel {
    padding: 16px 0 80px;
    gap: 0;
  }

  .pagination-panel .pagination-panel__nav {
    margin-top: 28px;
    height: 32px;
  }

  .pagination-panel .pagination-panel__info {
    display: none;
  }
}

.catalog-panel .catalog-panel__sort {
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.catalog-panel .catalog-panel__sort .sort-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media (max-width: 768px) {
  .catalog-panel .catalog-panel__sort {
    padding-right: 16px;
  }
}

.main-catalog {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .main-catalog {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-catalog-vid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-card-vid {
  max-width: 459px;
}

.main-card {
  max-width: 615px;
}

@media (max-width: 767px) {
  .main-card {
    max-width: 100%;
  }
}

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


/* Start:/local/templates/kord/components/bitrix/catalog.element/new/style.css?178609365162810*/
@charset "UTF-8";

.detail-card {
  display: grid;
  grid-template-columns: minmax(auto, 1220px) 1fr;
  grid-template-areas: "card-imgs card-info" "card-tabs card-info" "reviews card-info" "faq card-info";
}

.detail-card__img {
  grid-area: card-imgs;
}

.product-tabs {
  width: 100%;
  grid-area: card-tabs;
}

.main .subsection-card {
  margin-bottom: 120px;
}

@media (max-width: 1440px) {
  .main .subsection-card {
    margin-bottom: 70px;
  }
}

@media (max-width: 520px) {
  .main .subsection-card {
    margin-bottom: 60px;
  }
}

.gift-promo__block {
  background: #F3F6F9;
  padding: 16px;
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: -15px;
  gap: 18px;
}

.gift-promo__block-head {
  color: #1B2E4B;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}


.reviews {
  grid-area: reviews;
}

.faq {
  width: 100%;
  grid-area: faq;
}

.main .faq {
  margin-bottom: 0;
}

.main .vision-section {
  margin-bottom: 0;
}

.detail-card-info {
  grid-area: card-info;
}

@media (max-width: 1440px) {
  .detail-card {
    grid-template-columns: 100%;
    grid-template-areas: "card-imgs" "card-info" "card-tabs" "reviews" "faq";
  }
}

@media (max-width: 767px) {
  .main .faq {
    padding: 0px;
  }
}

.product-item-detail-pay-block {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 15px 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background-color: #fff;
}

.bx-retina .product-item-detail-pay-block {
  border-width: 0.5px;
}

/*endregion*/
/*region Compare*/
.product-item-detail-compare-container {
  position: relative;
  margin: 0 -15px 1px -14px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e4e4e4;
  background: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 1px 0 #eee;
  box-shadow: inset 0 1px 1px 0 #eee;
  color: #4e4e4e;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
  border-radius: 1px;
}

.product-item-detail-compare .checkbox {
  margin: 0;
  padding: 0;
}

/*endregion*/
/*region Price */
.product-item-detail-price-current {
  color: #d0021b;
  white-space: nowrap;
  font-weight: var(--ui-font-weight-bold);
  text-align: center;
  font-size: 30px;
  line-height: 33px;
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
}

.product-item-detail-price-old {
  color: #bdbdbd;
  text-align: center;
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: var(--ui-font-weight-bold);
  font-size: 14px;
  line-height: 17px;
}

.product-item-detail-economy-price {
  color: #333;
  text-align: center;
  /*white-space: nowrap;*/
  font-weight: var(--ui-font-weight-bold);
  font-size: 14px;
  line-height: 17px;
}

/*endregion*/
.product-item-detail-info-container-title {
  color: #a5a5a5;
  font-size: 12px;
}

/*region SCU */
.product-item-scu-container-title {
  margin-bottom: 8px;
  color: #040D1C;
  font-size: 16px;
}

.product-item-scu-list {
  margin: 0;
}

.product-item-scu-item-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  vertical-align: middle;
}

.product-item-scu-item-text-container {
  min-width: 48px;
}

.product-item-scu-item-color-container {
  max-width: 60px;
  width: 25%;
}

.product-item-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
  -webkit-transition: outline 200ms ease;
  transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
  outline-width: 1px;
}

.product-item-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
  position: relative;
  cursor: pointer;
  min-width: 70px;
  padding: 6px 30px;
  border: 1px solid #DEDEDE;
}

.bx-no-touch .product-item-scu-item-text-block {
  -webkit-transition: outline 300ms ease;
  transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
  outline-width: 0.5px;
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  background-color: #1B2E4B;
}

.product-item-scu-item-text-block:hover .product-item-scu-item-text {
  color: #fff;
}

.product-item-scu-item-text-container.selected {
  background-color: #1B2E4B;
}

.notallowed .product-item-scu-item-text {
  color: #DEDEDE;
}

.product-item-scu-item-text-container.notallowed,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block,
.notallowed .product-item-scu-item-text-block:hover .product-item-scu-item-text {
  background-color: transparent;
  color: #DEDEDE;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text {
  color: #fff;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px;
}

.product-item-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #434A55;
  font-size: 16px;
  line-height: 150%;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  overflow: hidden;
  outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: url("data:image/svg+xml,%3Csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.223607 34.4472L68.2236 0.447214' stroke='%23DEDEDE'/%3E%3Cpath d='M0.223607 0.447214L68.2236 34.4472' stroke='%23DEDEDE'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 80% 80%;
  content: "";
}

.product-item-selected-scu-container {
  word-spacing: 1px;
}

.product-item-selected-scu {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  min-width: 22px;
  height: 22px;
  outline: 1px solid #c0cfda;
  outline-color: var(--theme-color-primary);
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 22px;
}

.bx-retina .product-item-selected-scu {
  outline-width: 0.5px;
}

.product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/*endregion*/
/*region Amount*/
.product-item-amount {
  padding: 0 0 2px;
  text-align: center;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: var(--ui-font-weight-bold);
  font-size: 12px;
}

/**/
.product-item-quantity {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

/*endregion*/
/*region Buy button*/
.btn.product-item-detail-buy-button {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: var(--ui-font-weight-bold);
  text-transform: uppercase;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
  margin: 0;
}

.btn.product-item-detail-buy-button span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block;
  min-height: 16px;
  max-width: 100%;
  white-space: normal;
  line-height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
  height: 25px;
}

/*endregion*/
/*region Slider */
.product-item-detail-slider-container {
  position: relative;
  max-width: 100%;
  background: transparent;
  -webkit-transition: background 800ms ease;
  transition: background 800ms ease;
  z-index: 90;
}

.product-item-detail-slider-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 56.25%;
  height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%;
}

.product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-item-detail-slider-image {
  /* position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
  z-index: 10;
  opacity: 1;
}

.product-item-detail-slider-image img {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  /* -webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); */
}

.product-item-detail-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 180;
  height: 3px;
  background-color: #006cc0;
  background-color: var(--theme-color-primary);
}

/*endregion*/
/*region Slider Controls*/
.product-item-detail-slider-controls-block {
  padding: 10px 0;
  text-align: center;
}

.product-item-detail-slider-controls-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 65px;
  height: 65px;
  outline: 1px solid #c0cfda;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active {
  outline-color: var(--theme-color-primary);
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
  outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image {
  outline-width: 0.5px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
  outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 65px;
  max-height: 65px;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 111;
  display: block;
  width: 25%;
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.57;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-detail-slider-left {
  left: 0;
}

.product-item-detail-slider-right {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.8;
}

.product-item-detail-slider-close {
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.27;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
  opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 105px;
}

/*endregion*/
/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
  z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
  outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
  z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
  opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  -webkit-animation-name: imgPopupShow;
  animation-name: imgPopupShow;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  padding-top: 0;
  height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  width: calc(100% - 150px);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes imgPopupShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid #d3d3d3;
  background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}

/*endregion*/
/*region  Slider Mobile*/
@media (max-width: 767px) {
  .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: calc(100vh - 111px);
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-image {
    width: 90%;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: calc(100vh - 115px);
    width: auto;
    cursor: default;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    max-height: 111px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    white-space: nowrap;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 0;
  }
}

/*endregion*/
/*region Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 190;
  opacity: 1;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text>div,
.product-item-label-ring>div {
  line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
  display: none;
}

/* TEXT */
.product-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: var(--ui-font-weight-bold);
}

.product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .product-item-label-text>div {
    line-height: 0;
  }

  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px;
  }
}

/*RING*/
.product-item-label-ring {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: var(--ui-font-weight-bold);
}

.product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

@media (max-width: 767px) {

  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}

.product-item-label-top {
  top: -5px;
}

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item-label-center>div {
  text-align: center;
}

.product-item-label-left {
  left: -5px;
}

.product-item-label-left>div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: -5px;
}

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-item-label-right {
  right: -5px;
}

.product-item-label-right>div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/*endregion*/
/*region  Tabs */
.product-item-detail-tabs-container {
  min-height: 60px;
  border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-item-detail-tabs-list:after {
  display: table;
  clear: both;
  content: "";
}

.product-item-detail-tab {
  float: left;
  min-height: 60px;
}

.product-item-detail-tab-link {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  height: 60px;
  color: #000;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: var(--ui-font-weight-bold);
  font-size: 13px;
  line-height: 45px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
  color: #006cc0;
  color: var(--theme-color-primary);
  text-decoration: none;
}

.product-item-detail-tab-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #006cc0;
  background: var(--theme-color-primary);
  content: "";
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px;
}

.product-item-detail-tab-link:active:after {
  height: 6px;
}


/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 300;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  -webkit-transition: top 350ms linear;
  transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  margin: 0 auto;
  max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  padding: 10px 25px;
  height: 45px;
  line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important;
}

/*endregion*/
/*region Small Card*/
.product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  right: 0;
  left: 0;
  z-index: 310;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 85px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  -webkit-transition: top 220ms linear;
  transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active {
  top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
  display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
  margin: 0 auto;
  max-width: 1048px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item-detail-short-card-image {
  padding-right: 15px;
  width: 80px;
  max-width: 80px;
  vertical-align: middle;
  text-align: center;
}

.product-item-detail-short-card-image img {
  max-width: 100%;
  height: auto;
  max-height: 65px;
  width: auto;
}

.product-item-detail-short-title-container {
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item-detail-short-title-text {
  display: block;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
  font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
  padding: 0 10px;
  vertical-align: middle;
  text-align: right;
}

.product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px;
}

/*endregion*/
/*region Properties */
.product-item-detail-tab-content {
  display: none;
}

.product-item-detail-tab-content.active {
  display: block;
}

.product-item-detail-tab-content h3 {
  margin-bottom: 10px;
  font-weight: var(--ui-font-weight-bold);
  font-size: 14px;
}

.product-item-detail-properties {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

@media (min-width: 1440px) {
  .el-prop {
    margin-bottom: 32px;
  }
}

.el-prop .product-item-detail-properties-item {
  font-size: 16px;
  line-height: 150%;
  flex-wrap: wrap;
}

.el-prop .product-item-detail-properties-item+.product-item-detail-properties-item {
  margin-top: 12px;
}

.product-item-detail-properties-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-item-detail-properties-dots {
  border-bottom: 1px dotted #8A8B8C;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 50%;
  width: auto;
}

.el-prop .product-item-detail-properties-value,
.el-prop .product-item-detail-properties-name {
  max-width: none;
}

.product-item-detail-properties-name {
  padding-right: 3px;
  color: #8A8B8C;
}

.product-item-detail-properties-value {
  color: #040D1C;
  padding-left: 3px;
  text-align: right;
}

/*endregion*/
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.product-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1221px;
  padding: 0 0 80px;
  gap: 8px;
  margin: 0 auto;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  max-height: 614px;
}

.product-section img {
  cursor: pointer;
  mix-blend-mode: multiply;
}

@media (max-width: 1440px) {

  .product-section,
  .product-section-linzi {
    display: none;
  }
}

.product-section__images-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.product-section__image-item {
  width: 303px;
  height: 303px;
  background-color: #F0F0F0;
  overflow: hidden;
}

.product-section__image-wrap {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-section__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-section__image-center {
  max-width: 910px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F0F0F0;
  overflow: hidden;
}

.product-section__image-center img {
  max-width: 115%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-section__details {
  position: sticky !important;
  right: 0;
  z-index: 10;
  padding-left: 16px;
  max-width: 615px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1440px) {
  .product-section__details {
    position: static !important;
    margin-bottom: 20px;
  }

  .more-info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.product-section__details {
  top: calc(124px + 20px);
}

.product-section__details .info-banner-hide .product-section__details {
  top: calc(92px + 20px);
}

@media (max-width: 1250px) {
  .product-section__details .product-section__details {
    top: calc(128px + 20px);
  }

  .product-section__details .info-banner-hide .product-section__details {
    top: calc(96px + 20px);
  }
}

@media (max-width: 390px) {
  .product-section__details .product-section__details {
    top: calc(99px + 20px);
  }
}

@media (max-width: 1600px) {
  .product-section__details {
    max-width: 520px;
  }
}

.card-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.action-btn img {
  width: 28px;
  height: 28px;
  opacity: 1;
}

.product-section__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.product-section__tag {
  background-color: #F3F6F9;
  padding: 4px 10px;
  border-radius: 500px;
  font-size: 14px;
  color: #1B2E4B;
  font-weight: 800;
  height: 30px;
}

@media (max-width: 1440px) {
  .product-section__tag {
    background-color: #fff;
  }
}

.product-section__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #1B2E4B;
}

.product-section__title h1 {
  margin: 0;
}

@media (max-width: 767px) {
  .product-section__title {
    margin: 0 0 20px 0;
  }
}

.product-section__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.product-section__price-main {
  font-size: 32px;
  font-weight: 700;
  color: #040D1C;
}

.product-section__price-range {
  font-family: "NunitoSans";
  font-weight: 400;
  font-size: 16px;
  text-decoration: line-through;
  color: #8A8B8C;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .product-section__price-range {
    font-weight: 400;
    font-size: 14px;
  }
}

.product-section__badges {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
  background-color: #F0F0F0;
}

@media (max-width: 1440px) {
  .product-section__badges {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
}

.product-section__badges-yandex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: 12px;
}

.product-section__badges-yandex img {
  height: 20px;
}

.yandex1 {
  height: 18px;
}

.product-section__badges-arrow {
  padding: 16px;
}

.product-section__badges-arrow img {
  height: 20px;
  width: 20px;
  opacity: 0.4;
}

.product-section__badge {
  background-color: #f0f0f0;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

.product-section__color {
  margin-bottom: 36px;
}

@media(max-width: 1440px) {
  .product-section__color {
    margin-bottom: 24px;
  }
}

.product-section__color-label {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}

.product-section__color-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.product-section__color-option {
  width: 80px;
  height: 80px;
  background-color: #F0F0F0;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-available {
  opacity: 0.3;
}

.product-section__color-option img {
  height: 60%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-section__color-option--active {
  border: 1px solid #1B2E4B;
}

.product-section__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

@media (max-width: 1440px) {
  .product-section__actions-body {
    margin: 0;
    position: sticky;
    background-color: #fff;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 1000;
    padding: 16px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}

@media (max-width: 1440px) and (max-width: 767px) {
  .product-section__actions-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }
}

@media (max-width: 1440px) and (min-width: 1441px) {
  .product-section__actions-body {
    display: none;
  }
}

@media (max-width: 1440px) {
  .product-section__actions-body .product-section__btn {
    width: 100%;
  }
}

.product-section__details .product-section__btn {
  width: 304px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-section__details .amount-manage {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-section__details .btn-add-cart {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1440px) {
  .product-section__actions {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .product-section__actions .btn-add-cart-wrap,
  .product-section__actions .product-section__btn--secondary,
  .product-section__actions .amount-manage {
    width: 100%;
    max-width: 670px;
  }
}

@media (max-width: 1440px) and (max-width: 767px) {

  .product-section__actions .btn-add-cart-wrap,
  .product-section__actions .amount-manage,
  .product-section__actions .product-section__btn {
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .product-section__actions .btn-add-cart {
    width: 100%;
  }
}

.product-section__btn--primary {
  background-color: #040D1C;
  color: white;
  border: none;
}

.product-section__btn--primary:hover {
  background-color: #1B2E4B;
}

.product-section__btn--secondary {
  background-color: #ffffff;
  color: #040D1C;
  border: 1px solid #040D1C;
}

.product-section__btn--secondary:hover {
  background-color: #F3F6F9;
}

.product-section__btn--outline {
  background-color: transparent;
  color: #1b2e4b;
  border: 1px solid #1b2e4b;
}

.product-section__btn--outline:hover {
  background-color: #f5f7fa;
}

.product-section__delivery {
  font-size: 14px;
  color: #666;
  padding-left: 4px;
}

.product-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "NotoSans";
}

.product-section__title p {
  font-family: "NotoSans";
  max-width: 330px;
  font-weight: 700;
  color: #1A1A1C;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.product-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-section__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.product-section__calculate-lenses {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #1B2E4B;
  text-decoration: underline;
  cursor: pointer;
  border: none;
  background-color: #ffffff;
}

.product-section__calculate-lenses:hover {
  color: #8CC7FF;
}

.product-section__arrow-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.7;
}

#buyOneClickModal .modal-dialog {
  max-width: 868px;
  margin: 0 auto;
}

#buyOneClickModal .modal-content {
  border: none;
  border-radius: 0;
}




#buyOneClickModal .btn-close {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  opacity: 1;
}

#buyOneClickModal .btn-close img {
  display: block;
  width: 28px;
  height: 28px;
}



#buyOneClickModal .modal-body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  color: #8A8B8C;
  margin-bottom: 32px;
}

#buyOneClickModal .modal-body span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
  color: #040D1C;
}

#buyOneClickModal .form-control {
  height: 56px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding-left: 16px;
}

#buyOneClickModal .form-control:focus {
  border-color: #040D1C;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#buyOneClickModal .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#buyOneClickModal .form-check-label {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

#buyOneClickModal .btn-primary {
  background-color: #040D1C;
  border: none;
  border-radius: 0;
  font-weight: 800;
  font-size: 18px;
  padding: 16px 0;
  text-transform: lowercase;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#buyOneClickModal .btn-primary:hover {
  background-color: #1B2E4B;
}

.height-2 {
  height: 24px;
}

.mt-35 {
  margin-top: 20px;
}

#successModal .modal-dialog {
  max-width: 868px;
  height: 520px;
}

@media (max-width: 900px) {
  #successModal .modal-dialog {
    max-width: 708px;
  }
}

#successModal .btn-close {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  opacity: 1;
}

#successModal .btn-close img {
  display: block;
  width: 28px;
  height: 28px;
}

#successModal .header-success {
  padding: 0 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 900px) {
  #successModal .header-success {
    padding: 0 32px 48px;
  }
}

#successModal .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#successModal .modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

#successModal .modal-body {
  padding: 32px 0 112px;
}

@media (max-width: 900px) {
  #successModal .modal-body {
    padding: 32px 0 82px;
  }
}

#successModal .modal-body h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #040D1C;
  margin: 0;
}

#successModal .modal-body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  color: #8A8B8C;
  margin: 0;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (min-width: 1441px) {
  .product-section-mobile {
    display: none;
  }
}

.product-section-mobile {
  max-width: 1439px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-container {
  margin: 0 0 24px;
  /* aspect-ratio: 708/582; */
  max-width: 1200px;
  /* max-height: 582px; */
  background-color: #F0F0F0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.slider-container .swiper-slide {
  max-height: 580px;
  height: auto;
}

@media (min-width: 1900px) {
  .slider-container {
    margin: 0;
    display: none;
  }
}

@media (max-width: 1440px) {
  .slider-container {
    max-width: 1380px;
    margin: 0;
  }
}

@media (max-width: 620px) {
  .slider-container {
    padding-bottom: 16px;
  }
}

@media (max-width: 1440px) {
  .card-header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .card-header__actions {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.card-header__actions .action-btn img {
  width: 28px;
  height: 28px;
  opacity: 1;
}

.slider-image {
  width: 100%;
  height: auto;
  display: block;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.slider-dots .swiper-pagination {
  position: static;
}


.slider-dots .slider-arrow {
  display: none;
}

@media (min-width: 1281px) {
  .slider-dots .slider-arrow {
    display: block;
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.4;
  }

  .slider-dots .slider-arrow img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.slider-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 767px) {
  .slider-indicators {
    gap: 8px;
  }
}

.indicator,
.product-section-mobile .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1B2E4B;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 767px) {

  .indicator,
  .product-section-mobile .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.indicator.active,
.product-section-mobile .swiper-pagination-bullet-active {
  background-color: #1B2E4B;
  opacity: 1;
}

.img-container {
  position: relative;
  overflow: hidden;
  /* height: 403px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-container .swiper {
  mix-blend-mode: multiply;
}



.slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-slide {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

@media (max-width: 1900px) {
  .slider-slide img {
    /* max-height: 403px; */
    width: 100%;
  }
}

@media (max-width: 767px) {
  .slider-slide img {
    /* max-height: 164px; */
  }
}

@media (max-width: 767px) {
  .product-section-mobile .product-section__details {
    display: none;
  }
}

@media (min-width: 1441px) {
  .product-section-mobile .product-section__details {
    display: none;
  }
}

@media (min-width: 768px) {
  .product-section-mobile .product-section__details-mobile {
    display: none;
  }
}

.product-section-mobile .slider-container .product-section-header {
  position: absolute;
  right: 24px;
  top: 24px;
  width: calc(100% - 48px);
  z-index: 5;
}


@media (max-width: 620px) {
  .product-section-mobile .slider-container .product-section-header {
    position: absolute;
    right: 16px;
    top: 16px;
    width: calc(100% - 32px);
  }
}


@media (min-width: 1440px) {

  .product-section-mobile .slider-container .product-section-header .product-section__tags,
  .product-section-mobile .slider-container .product-section-header .card-header__actions {
    display: none;
  }
}



.product-section-mobile .product-section__details-mobile {
  margin: 8px 0 48px;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.product-section-mobile .product-section__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

.product-section-mobile .product-section__color span {
  margin-bottom: 0;
}

.product-section-mobile .product-section__color-options {
  margin-bottom: 4px;
}

.product-section-mobile .product-section__color-option {
  width: 68px;
  height: 68px;
}

.product-section-mobile .product-section__badges {
  margin-bottom: 20px;
}

.product-section-mobile .product-section__delivery {
  padding: 0;
}

.product-section-mobile .product-section__delivery .product-section__calculate-lenses {
  font-size: 16px;
}

.product-section-mobile .product-section__title p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.product-section-mobile .product-section__price .product-section__price-main {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
  vertical-align: middle;
}

.product-section-mobile .product-section__price .product-section__price-range span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

@media (max-width: 1440px) {
  .product-section__details {
    margin-top: 24px;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1440px) {
  .product-section__details .product-section-header {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-section__details .product-section__title p {
    max-width: 450px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .product-section__details .product-section__price .product-section__price-main {
    font-weight: 700;
    text-align: right;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .product-section__details .product-section__price .product-section__price-range span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
  }
}

@media (max-width: 900px) {
  #buyOneClickModal .modal-dialog {
    max-width: 708px;
  }
}







@media (max-width: 900px) {
  #buyOneClickModal .modal-body .gap-4 {
    gap: 8px !important;
  }
}

#fullscreenImageModal .modal-dialog {
  max-width: none;
  margin: 0;
  height: 100vh;
}

#fullscreenImageModal .modal-content {
  background: #000;
  border: none;
  border-radius: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.fullscreen-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.fullscreen-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1050;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.fullscreen-modal-close img {
  width: 100%;
  height: auto;
  display: block;
}

.fullscreen-slider-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}

.fullscreen-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  gap: 8px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fullscreen-slide {
  height: 100vh !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #F0F0F0;
}

.fullscreen-slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .fullscreen-slide {
    width: calc(100vw - 16px);
    min-width: calc(100vw - 16px);
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .fullscreen-slide {
    width: calc((100vw - 8px) / 2);
    min-width: calc((100vw - 8px) / 2);
  }
}

@media (min-width: 1440px) {
  .fullscreen-slide {
    width: 634.5px;
    min-width: 634.5px;
  }
}

.fullscreen-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 100;
}

.fullscreen-arrow:hover {
  opacity: 1;
}

.fullscreen-arrow--prev {
  left: 16px;
}

.fullscreen-arrow--next {
  right: 16px;
}

.fullscreen-arrow img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .fullscreen-arrow {
    display: none;
  }
}

.fullscreen-counter-wrapper {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  z-index: 100;
}

.fullscreen-counter-btn {
  width: 48px;
  height: 48px;
  background: #040D1C;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.fullscreen-counter-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.fullscreen-counter-btn:not(:disabled):hover {
  background: #1B2E4B;
}

.fullscreen-counter-btn span {
  display: block;
  margin: 0;
  padding: 0;
}

.fullscreen-counter {
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  min-width: 64px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #040d1c;
}

@media (min-width: 1440px) {
  .fullscreen-counter {
    font-size: 20px;
    min-width: 72px;
  }
}

.product-section-linzi {
  margin-bottom: 80px;
  cursor: pointer;
}

.product-section-linzi .product-section__image-center {
  max-width: 1221px;
  width: 100%;
  max-height: 614px;
  height: 100%;
}

.product-section-linzi .product-section__image-center img {
  max-width: 100%;
}

.product-section__vid-linz {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #040D1C;
}

@media (max-width: 768px) {
  .product-section__vid-linz {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
}

.product-section__vid-linz button {
  height: 36px;
  padding: 6px 16px;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #8A8B8C;
  color: #8A8B8C;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.product-section__vid-linz button:hover {
  color: #040D1C;
  border-bottom-color: #040D1C;
}

.product-section__vid-linz button.active {
  color: #040D1C;
  border-bottom-color: #040D1C;
}

@media (max-width: 460px) {
  .product-section__vid-linz .lens-text-hide {
    display: none;
  }

  .product-section__vid-linz button {
    padding: 6px 12px;
  }
}

.lens-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}

@media (max-width: 520px) {
  .lens-options-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}



.lens-options-grid .lens-option label {
  display: block;
  font-size: 14px;
  color: #D0D0D0;
  margin-bottom: 2px;
  border: none;
}

.lens-options-grid .lens-option .custom-select-native {
  width: 100%;
  height: 44px;
  padding: 12px 16px;
  border: 1px solid #D0D0D0;
  background-color: #fff;
  color: #8A8B8C;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23040D1C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.lens-options-grid .lens-option .custom-select-native:focus {
  outline: none;
  border-color: #040D1C;
  color: #040D1C;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23040D1C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 11 6-6 6 6'/%3e%3c/svg%3e");
}

.lens-options-grid {
  display: grid;
  gap: 0 8px;
  margin-top: 16px;
}

.lens-options-grid[aria-hidden=true] {
  display: none;
}

.lens-options-grid[aria-hidden=false] {
  display: grid;
  row-gap: 24px;
}

@media (max-width: 1440px) {
  .lens-options-grid[aria-hidden=false] {
    row-gap: 16px;
  }
}

.lens-options-grid--same {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .lens-options-grid--same {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lens-options-grid--diff {
  grid-template-columns: 1fr 1fr;
}

.lens-options-grid--diff .lens-option-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.lens-options-grid--diff .lens-option-group h3 {
  font-size: 16px;
  font-weight: 600;
  color: #040D1C;
  margin: 0 0 8px;
}

.lens-options-grid--diff .lens-option-group h3 span {
  color: #8A8B8C;
}

.more-info {
  display: inline-block;
  margin: 20px 0 36px;
}

.more-info span {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #A7A7A7;
}

.lens-options-grid .hidden-native-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.lens-options-grid .lens-option label {
  display: block;
  font-size: 14px;
  color: #D0D0D0;
}



.lens-options-grid--diff {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .lens-options-grid--diff {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.lens-options-grid--diff .lens-option-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lens-options-grid--diff .lens-option-group h3 {
  font-size: 18px;
  font-weight: 700;
  color: #040D1C;
  margin: 0 0 16px 0;
}

.lens-options-grid[aria-hidden=true] {
  display: none !important;
}

.lens-options-grid[aria-hidden=false] {
  display: grid;
}

.main-left {
  max-width: 1220px;
  width: 100%;
}

@media (max-width: 1440px) {
  .main-left {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .main-left-linz .product-section-mobile .product-section__details {
    display: block;
  }
}

.main-left-linz .product-section-mobile .product-section__details-mobile {
  display: none;
}

.product-section__color-option.unavailable {
  position: relative !important;
  overflow: visible !important;
}

.color-tooltip {
  position: absolute;
  bottom: 66px;
  left: 156px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #040D1C;
  color: #fff;
  padding: 28px;
  border-radius: 4px;
  width: 304px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

@media (max-width: 1600px) {
  .color-tooltip {
    left: 56px;
  }
}

@media (max-width: 1440px) {
  .color-tooltip {
    left: 156px;
  }
}

@media (max-width: 570px) {
  .color-tooltip {
    left: -77px;
  }
}

/* Стрелка SVG */
.color-tooltip__arrow {
  position: absolute;
  bottom: -14px;
  left: 16px;
}

@media (max-width: 1600px) {
  .color-tooltip__arrow {
    left: 106px;
  }
}

@media (max-width: 1440px) {
  .color-tooltip__arrow {
    left: 16px;
  }
}

@media (max-width: 570px) {
  .color-tooltip__arrow {
    left: 236px;
  }
}

.color-tooltip__title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 26px;
}

.color-tooltip__text {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.6;
  margin: 0 0 16px 0;
  line-height: 26px;
}

.color-tooltip__btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #1a1f2e;
  border: none;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  pointer-events: auto;
}

.color-tooltip__btn:hover {
  background: #1D2E4C;
  color: #fff;
}

.product-section__color-option.unavailable:hover .color-tooltip {
  opacity: 1;
  visibility: visible;
}

/* Показываем при: наведении, ховере на окно, или активном классе (клик) */
.product-section__color-option.unavailable:hover .color-tooltip,
.color-tooltip:hover,
.color-tooltip--active {
  opacity: 1;
  visibility: visible;
}

/* Затемняющий оверлей только на кружок */
.product-section__color-option.unavailable::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  /* или #040D1C с прозрачностью */
  border-radius: inherit;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}

/* Картинка под оверлеем */
.product-section__color-option.unavailable img {
  position: relative;
  z-index: 0;
}

.product-section__color-option.unavailable {
  position: relative !important;
  overflow: visible !important;
}

.product-section__color-option.unavailable img {
  opacity: 0.3;
}

/* Диагональная линия */
.color-strike-through {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
}

.color-strike-through line {
  stroke: #1B2E4B;
  stroke-width: 2;
  stroke-linecap: round;
}

/* Tooltip выше линии */
.color-tooltip {
  z-index: 10;
}

/* SCU notallowed tooltip */
.scu-notallowed-tooltip {
  position: fixed;
  background-color: #040D1C;
  color: #fff;
  padding: 20px;
  border-radius: 4px;
  z-index: 10;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 260px;
  text-align: center;
}

.scu-notallowed-tooltip::after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%);
}

.scu-notallowed-tooltip--above::after {
  top: 100%;
  border-top-color: #040D1C;
}

.scu-notallowed-tooltip--below::after {
  bottom: 100%;
  border-bottom-color: #040D1C;
}

.scu-notallowed-tooltip--visible {
  opacity: 1;
  visibility: visible;
}

.scu-notallowed-tooltip__title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4px;
  line-height: 20px;
}

.scu-notallowed-tooltip__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 14px;
  line-height: 20px;
}

.scu-notallowed-tooltip__btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #040D1C;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
}

.scu-notallowed-tooltip__btn:hover {
  background: #e8e8e8;
}

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

.product-section__title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1A1A1C;
}

.product-section__title {
  gap: 40px;
}

.product-section__price .product-section__price-main {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 570px) {
  .product-section__title {
    gap: 24px;
  }

  .product-section__title h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1A1A1C;
  }

  .product-section__price .product-section__price-main {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}
/* End */


/* Start:/local/templates/kord/components/bitrix/news.list/reviews/style.css?17857474763825*/
.reviews {
  max-width: 1860px;
  margin: 0 auto;
  padding: 0;
}

.order__img-wrap img {
  mix-blend-mode: multiply;
}

.reviews-content {
  max-width: 1221px;
}

@media (max-width: 1440px) {
  .reviews-content {
    max-width: 100%;
  }
}

.reviews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.reviews-items{
  margin-top: 24px;
}

.reviews-header h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B2E4B;
  margin: 0;
}

@media (max-width: 767px) {
  .reviews-header h1 {
    font-size: 20px;
  }
}

.reviews-write-link {
  font-weight: 800;
  color: #1B2E4B;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}



.review {
  margin-bottom: 48px;
}

.review:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

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

@media (max-width: 767px) {
  .review-meta {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
  }
}

.review-meta strong {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .review-meta strong {
    font-size: 16px;
  }
}

.review-date {
  font-size: 14px;
  color: #8A8B8C;
  white-space: nowrap;
}

.review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .review-rating {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 11px;
  }
}

.review-rating span {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .review-rating span {
    font-size: 14px;
  }
}

.review-rating svg {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}

.rating-star {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #040D1C;
}

@media (max-width: 767px) {
  .review-text {
    font-size: 16px;
  }
}

.review-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.review-images img {
  width: 303px;
  height: 303px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .review-images img {
    width: 100px;
    height: 100px;
  }
}

.reviews-footer {
  text-align: center;
}

.btn-show-all {
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  color: #040D1C;
  background: transparent;
  border: 1px solid #040D1C;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.btn-show-all:hover {
  background-color: #040D1C;
  color: #fff;
}

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


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17812939321413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/components/kord/service-form/templates/.default/style.css?1781694398461*/
.hidden-native-select {
  display: none;
  visibility: hidden;
}


.modal-req.modal-service .field-wrap:nth-child(3) {
  width: calc(50% - 4px);
}

.modal-service form {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 16px;
}

.modal-service .field-wrap {
  width: calc(50% - 4px);
  flex: 1 1 auto;
}

.modal-service.modal-req .field-wrap_textarea {
  width: 100%;
}
/* End */


/* Start:/local/templates/kord/components/bitrix/catalog.section/similar_products/style.css?178574842131422*/
.product {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .product {
    margin-bottom: 80px;
  }
}
.product h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1B2E4B;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .product h1 {
    font-size: 20px;
  }
}
.product .catalog__card {
  padding: 16px;
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 24px) / 4);
          flex: 1 1 calc((100% - 24px) / 4);
  min-width: 0;
  aspect-ratio: 459/606;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.product .catalog__card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F0F0F0;
  border-bottom: none;
}
.product .catalog__card .card-header__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .catalog__card .card-header .tag-hit,
.product .catalog__card .card-header .tag-rec {
  font-size: 14px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  color: #1B2E4B;
  background-color: #fff;
  white-space: nowrap;
}
.product .catalog__card .card-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .product .catalog__card .card-header__actions {
    gap: 24px;
  }
}
@media (max-width: 360px) {
  .product .catalog__card .card-header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product .catalog__card .card-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.product .catalog__card .card-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.product .catalog__card .card-image__inner {
  position: absolute;
  max-width: 100%;
  max-height: 600px;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product .catalog__card .card-image__inner--default {
  opacity: 1;
  /* padding-top: 100px; */
}
@media (max-width: 768px) {
  .product .catalog__card .card-image__inner--default {
    /* padding-top: 80px; */
  }
}
.product .catalog__card .card-image__inner--hover {
  opacity: 0;
  z-index: 1;
  /* padding-top: 100px; */
  max-width: 100%;
}
@media (max-width: 768px) {
  .product .catalog__card .card-image__inner--hover {
    /* padding-top: 60px; */
  }
}
.product .catalog__card .card-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product .catalog__card .card-bottom__name {
  font-size: 18px;
  font-weight: 500;
  color: #040D1C;
  margin: 0 0 8px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 600px) {
  .product .catalog__card .card-bottom__name {
    font-size: 16px;
  }
}
.product .catalog__card .card-bottom__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.product .catalog__card .card-bottom__price .price-new {
  font-family: "NotoSans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #040D1C;
}
.product .catalog__card .card-bottom__price .price-old {
  font-size: 14px;
  color: #8A8B8C;
  text-decoration: line-through;
}
.product .catalog__card .card-actions {
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease;
}
@media (max-width: 1200px) {
  .product .catalog__card .card-actions {
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
}
.product .catalog__card .card-actions__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 27px;
}
.product .catalog__card .card-actions .color-option {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
}
.product .catalog__card .card-actions .color-option:hover, .product .catalog__card .card-actions .color-option:active, .product .catalog__card .card-actions .color-option.is-active {
  border-color: #040D1C;
}
.product .catalog__card .card-actions .color-option--gray::before, .product .catalog__card .card-actions .color-option--gray::after, .product .catalog__card .card-actions .color-option--white::before, .product .catalog__card .card-actions .color-option--white::after, .product .catalog__card .card-actions .color-option--blue::before, .product .catalog__card .card-actions .color-option--blue::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.product .catalog__card .card-actions .color-option--gray::before, .product .catalog__card .card-actions .color-option--white::before, .product .catalog__card .card-actions .color-option--blue::before {
  border: 1px solid #fff;
}
.product .catalog__card .card-actions .color-option--gray::after, .product .catalog__card .card-actions .color-option--white::after, .product .catalog__card .card-actions .color-option--blue::after {
  border: 1px solid #040D1C;
}
.product .catalog__card .card-actions .color-option--gray:hover::before, .product .catalog__card .card-actions .color-option--gray:hover::after, .product .catalog__card .card-actions .color-option--gray:active::before, .product .catalog__card .card-actions .color-option--gray:active::after, .product .catalog__card .card-actions .color-option--gray.is-active::before, .product .catalog__card .card-actions .color-option--gray.is-active::after, .product .catalog__card .card-actions .color-option--white:hover::before, .product .catalog__card .card-actions .color-option--white:hover::after, .product .catalog__card .card-actions .color-option--white:active::before, .product .catalog__card .card-actions .color-option--white:active::after, .product .catalog__card .card-actions .color-option--white.is-active::before, .product .catalog__card .card-actions .color-option--white.is-active::after, .product .catalog__card .card-actions .color-option--blue:hover::before, .product .catalog__card .card-actions .color-option--blue:hover::after, .product .catalog__card .card-actions .color-option--blue:active::before, .product .catalog__card .card-actions .color-option--blue:active::after, .product .catalog__card .card-actions .color-option--blue.is-active::before, .product .catalog__card .card-actions .color-option--blue.is-active::after {
  opacity: 1;
}
.product .catalog__card .card-actions .color-option--gray {
  background-color: #999;
}
.product .catalog__card .card-actions .color-option--white {
  background-color: #fff;
  border: 1px solid #ccc;
}
.product .catalog__card .card-actions .color-option--blue {
  background-color: #1B229E;
}
.product .catalog__card .card-actions__add-to-cart {
  width: 100%;
  background-color: #040D1C;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  .product .catalog__card .card-actions__add-to-cart {
    display: none;
  }
}
.product .catalog__card .card-actions__add-to-cart:hover {
  background-color: #1D2E4C;
}
.product .catalog__card:hover .card-actions {
  opacity: 1;
  height: 93px;
}
@media (max-width: 1200px) {
  .product .catalog__card:hover .card-actions {
    height: 27px;
  }
}
@media (max-width: 1200px) {
  .product .catalog__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 8px) / 2);
            flex: 1 1 calc((100% - 8px) / 2);
    padding: 12px;
  }
  .product .catalog__card .card-image__inner {
    max-height: none;
    max-width: 100%;
  }
}
@media (max-width: 490px) {
  .product .catalog__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-height: 418px;
    padding: 10px;
  }
}
.product .action-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  outline: none;
}
.product .action-btn:focus-visible {
  outline: 2px solid #1B2E4B;
  border-radius: 4px;
}
.product .action-btn img {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.action-btn:hover .product .action-btn img, .action-btn:focus-visible .product .action-btn img {
  opacity: 1;
}

.catalog {
  max-width: 1863px;
  width: 100%;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1920px) {
  .catalog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1280px) {
  .catalog {
    gap: 8px;
  }
}
.catalog .catalog__card {
  padding: 16px;
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 18px) / 3);
          flex: 0 1 calc((100% - 18px) / 3);
  min-width: 0;
  aspect-ratio: 614/812;
  height: auto;
  min-height: 0;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.catalog .catalog__card .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
.catalog .catalog__card .card-header__actions,
.catalog .catalog__card .card-actions,
.catalog .catalog__card .card-actions__add-to-cart,
.catalog .catalog__card .action-link {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .catalog .catalog__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 9px) / 2);
            flex: 0 1 calc((100% - 9px) / 2);
    padding: 12px;
  }
  .catalog .catalog__card .card-image {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .catalog .catalog__card .card-image__inner {
    max-height: none;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog .catalog__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-height: 418px;
    padding: 10px;
  }
}
.catalog .catalog__card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent !important;
  border-bottom: none !important;
}
.catalog .catalog__card .card-header__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog .catalog__card .card-header__tags .tag-hit,
.catalog .catalog__card .card-header__tags .tag-rec {
  font-size: 14px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  color: #1B2E4B;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  white-space: nowrap;
}
.catalog .catalog__card .card-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (max-width: 768px) {
  .catalog .catalog__card .card-header__actions {
    gap: 24px;
  }
}
@media (max-width: 360px) {
  .catalog .catalog__card .card-header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog .catalog__card .card-header__actions img {
  width: 28px;
  height: 28px;
  opacity: 1;
}
.catalog .catalog__card .card-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f0f0;
  overflow: hidden;
}
.catalog .catalog__card .card-image a {
  display: grid;
  width: 100%;
  height: 100%;
}
@media (max-width: 1080px) {
  .catalog .catalog__card .card-image a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.catalog .catalog__card .card-image__inner {
  grid-column: 1;
  grid-row: 1;
  max-width: 100%;
  max-height: 600px;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.catalog .catalog__card .card-image__inner--default {
  opacity: 1;
  visibility: visible;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .catalog .catalog__card .card-image__inner--default {
    padding-top: 80px;
  }
}
.catalog .catalog__card .card-image__inner--hover {
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  z-index: 1;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .catalog .catalog__card .card-image__inner--hover {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .catalog .catalog__card:hover .card-image__inner--default {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
  }
  .catalog .catalog__card:hover .card-image__inner--hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease, visibility 0s;
    transition: opacity 0.5s ease, visibility 0s;
  }
}
.catalog .catalog__card .card-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog .catalog__card .card-bottom__name {
  font-size: 18px;
  font-weight: 500;
  color: #040d1c;
  margin: 0 0 8px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 600px) {
  .catalog .catalog__card .card-bottom__name {
    font-size: 16px;
  }
}
.catalog .catalog__card .card-bottom__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.catalog .catalog__card .card-bottom__price .price-new {
  font-family: "NotoSans";
  font-size: 22px;
  font-weight: 700;
  color: #040d1c;
}
.catalog .catalog__card .card-bottom__price .price-old {
  font-size: 14px;
  color: #8a8b8c;
  text-decoration: line-through;
}
.catalog .catalog__card .card-actions {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease;
}
@media (max-width: 1080px) {
  .catalog .catalog__card .card-actions {
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
}
.catalog .catalog__card .card-actions__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 27px;
}
.catalog .catalog__card .card-actions .color-option {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  position: relative;
}
.catalog .catalog__card .card-actions .color-option:hover, .catalog .catalog__card .card-actions .color-option:active, .catalog .catalog__card .card-actions .color-option.is-active {
  border-color: #040d1c;
}
.catalog .catalog__card .card-actions .color-option--gray::before, .catalog .catalog__card .card-actions .color-option--gray::after, .catalog .catalog__card .card-actions .color-option--white::before, .catalog .catalog__card .card-actions .color-option--white::after, .catalog .catalog__card .card-actions .color-option--blue::before, .catalog .catalog__card .card-actions .color-option--blue::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.catalog .catalog__card .card-actions .color-option--gray::before, .catalog .catalog__card .card-actions .color-option--white::before, .catalog .catalog__card .card-actions .color-option--blue::before {
  border: 1px solid #fff;
}
.catalog .catalog__card .card-actions .color-option--gray::after, .catalog .catalog__card .card-actions .color-option--white::after, .catalog .catalog__card .card-actions .color-option--blue::after {
  border: 1px solid #040d1c;
}
.catalog .catalog__card .card-actions .color-option--gray:hover::before, .catalog .catalog__card .card-actions .color-option--gray:hover::after, .catalog .catalog__card .card-actions .color-option--gray:active::before, .catalog .catalog__card .card-actions .color-option--gray:active::after, .catalog .catalog__card .card-actions .color-option--gray.is-active::before, .catalog .catalog__card .card-actions .color-option--gray.is-active::after, .catalog .catalog__card .card-actions .color-option--white:hover::before, .catalog .catalog__card .card-actions .color-option--white:hover::after, .catalog .catalog__card .card-actions .color-option--white:active::before, .catalog .catalog__card .card-actions .color-option--white:active::after, .catalog .catalog__card .card-actions .color-option--white.is-active::before, .catalog .catalog__card .card-actions .color-option--white.is-active::after, .catalog .catalog__card .card-actions .color-option--blue:hover::before, .catalog .catalog__card .card-actions .color-option--blue:hover::after, .catalog .catalog__card .card-actions .color-option--blue:active::before, .catalog .catalog__card .card-actions .color-option--blue:active::after, .catalog .catalog__card .card-actions .color-option--blue.is-active::before, .catalog .catalog__card .card-actions .color-option--blue.is-active::after {
  opacity: 1;
}
.catalog .catalog__card .card-actions .color-option--gray {
  background-color: #999;
}
.catalog .catalog__card .card-actions .color-option--white {
  background-color: #fff;
  border: 1px solid #ccc;
}
.catalog .catalog__card .card-actions .color-option--blue {
  background-color: #1B229E;
}
.catalog .catalog__card .card-actions__add-to-cart {
  background-color: #040d1c;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 1200px) {
  .catalog .catalog__card .card-actions__add-to-cart {
    display: none;
  }
}
.catalog .catalog__card .card-actions__add-to-cart:hover {
  background-color: #1D2E4C;
}
.catalog .catalog__card:hover .card-actions {
  opacity: 1;
  height: 93px;
}
@media (max-width: 1200px) {
  .catalog .catalog__card:hover .card-actions {
    height: 27px;
  }
}
.page-catalog-vid1 .catalog .catalog__card {
  aspect-ratio: 458/606;
  height: auto;
  min-height: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 27px) / 4);
          flex: 0 1 calc((100% - 27px) / 4);
}
@media (max-width: 1400px) {
  .page-catalog-vid1 .catalog .catalog__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 18px) / 3);
            flex: 0 1 calc((100% - 18px) / 3);
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 7.98px) / 2);
            flex: 0 1 calc((100% - 7.98px) / 2);
    padding: 8px 6px;
  }
}
.page-catalog-vid1 .catalog .catalog__card .card-image__inner--hover {
  padding-top: 60px;
}
@media (max-width: 1080px) {
  .page-catalog-vid1 .catalog .catalog__card .card-image__inner--hover {
    padding-top: 0;
  }
  .page-catalog-vid1 .catalog .catalog__card .card-image__inner--hover .card-actions {
    display: none;
  }
}
.page-catalog-vid1 .catalog .catalog__card .card-image__inner--default {
  padding-top: 80px;
}
@media (max-width: 1080px) {
  .page-catalog-vid1 .catalog .catalog__card .card-image__inner--default {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card {
    min-height: 258px;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-header__tags {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-actions {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-bottom__name {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-bottom__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
@media (max-width: 767px) {
  .page-catalog-vid1 .catalog .catalog__card .card-bottom__price .price-new {
    font-size: 18px;
    line-height: 26px;
  }
}

.pagination-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0 100px;
  background-color: #fff;
  max-width: 1860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pagination-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.pagination-panel__info {
  font-size: 16px;
  color: #8a8b8c;
  font-weight: 400;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.pagination-panel__load-more {
  padding: 12px 24px;
  height: 58px;
  width: 926px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pagination-panel__load-more:hover {
  background-color: #040D1C;
  color: #fff;
}
@media (max-width: 768px) {
  .pagination-panel__load-more {
    width: 100%;
  }
}
.pagination-panel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pagination-panel__nav .pagination-nav__arrow,
.pagination-panel__nav .pagination-nav__page {
  padding: 13px 20px 0 20px;
  height: 48px;
  width: 48px;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.pagination-panel__nav .pagination-nav__arrow:hover, .pagination-panel__nav .pagination-nav__arrow.pagination-nav__page--active,
.pagination-panel__nav .pagination-nav__page:hover,
.pagination-panel__nav .pagination-nav__page.pagination-nav__page--active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000;
}
.pagination-panel__nav .pagination-nav__arrow {
  padding: 14px 16px;
  font-weight: 700;
}
.pagination-panel__nav .pagination-nav__dots {
  padding: 8px 12px;
  color: #8a8b8c;
  font-weight: 700;
  background-color: transparent;
  border: none;
  cursor: default;
}

.circle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgb(0, 0, 0);
}

.circle::before,
.circle::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  pointer-events: none;
}

.circle::after {
  border: 1px solid rgb(0, 0, 0);
}

.action-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  outline: none;
}
.action-btn:focus-visible {
  outline: 2px solid #1B2E4B;
  border-radius: 4px;
}
.action-btn img {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.action-btn:hover .action-btn img, .action-btn:focus-visible .action-btn img {
  opacity: 1;
}

@media (max-width: 360px) {
  .pagination-panel .pagination-nav__arrow,
  .pagination-panel .pagination-nav__page {
    padding: 7px;
    height: 32px;
    width: 32px;
  }
}
.padding {
  max-width: 500px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .padding {
    max-width: 100%;
  }
}

.pagination-nav__arrow img {
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.pagination-nav__arrow:hover img {
  -webkit-filter: invert(1) grayscale(1) contrast(999);
          filter: invert(1) grayscale(1) contrast(999);
}

.dispaly-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.circle-badge {
  background-color: #8CC7FF;
  color: white;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.product-section__actions .amount-manage {
  display: none;
}

.amount-manage input {
  max-width: 70px;
}

.compare-btn-inp:checked ~ svg path {
  fill: #8CC7FF;
}

@media (max-width: 768px) and (min-width: 360px) {
  .pagination-panel1 {
    padding: 20px 0 100px;
  }
  .pagination-panel1 .pagination-panel__in {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pagination-panel1 {
  display: none;
}

@media (max-width: 600px) {
  .pagination-panel1 .pagination-panel__in .pagination-panel__info {
    display: none;
  }
  .pagination-panel1 .pagination-panel__in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .pagination-panel {
    padding: 16px 0 80px;
    gap: 0;
  }
  .pagination-panel .pagination-panel__nav {
    margin-top: 28px;
    height: 32px;
  }
  .pagination-panel .pagination-panel__info {
    display: none;
  }
}
@media (max-width: 1440px) {
  .catalog .catalog__card .card-image__inner--hover {
    padding-top: 100px;
  }
  .catalog .catalog__card .card-image__inner--default {
    padding-top: 100px;
  }
}
@media (max-width: 1080px) {
  .catalog .catalog__card .card-image__inner--hover {
    padding-top: 0;
  }
  .catalog .catalog__card .card-image__inner--default {
    padding-top: 0px;
  }
}
.catalog-panel .catalog-panel__sort {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.catalog-panel .catalog-panel__sort .sort-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 768px) {
  .catalog-panel .catalog-panel__sort {
    padding: 0 16px;
  }
}

.main-catalog {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .main-catalog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-catalog-vid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-card-vid {
  max-width: 459px;
}

.main-card {
  max-width: 615px;
}
@media (max-width: 767px) {
  .main-card {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/kord/components/bitrix/catalog.item/.default/style.css?178602147613579*/
.colors-item {
  width: 26px;
  height: 26px;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.colors .colors-item.selected::before {
  opacity: 1;
}

.colors .colors-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #040D1C;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.colors .colors-item:hover::before {
  opacity: 1;
}

.colors .product-item-scu-item-color {
  width: 20px;
  height: 20px;
}

.colors.product-item-scu-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.btn-add-cart {
  width: 100%;
  max-width: 100%;
}

.catalog__card .bx-catalog-subscribe-button {
  margin: 0;
}

.catalog__card {
  padding: 16px;
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 20px) / 3);
  flex: 0 1 calc((100% - 20px) / 3);
  min-width: 0;
  aspect-ratio: 614/812;
  height: auto;
  min-height: 0;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.catalog__card .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}

.catalog__card .card-header__actions,
.catalog__card .card-actions,
.catalog__card .card-actions__add-to-cart,
.catalog__card .action-link {
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 9px) / 2);
    flex: 0 1 calc((100% - 9px) / 2);
    padding: 12px;
  }

  .catalog__card .card-image {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .catalog__card .card-image__inner {
    max-height: none;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .catalog__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-height: 418px;
    padding: 10px;
  }
}

.catalog__card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent !important;
  border-bottom: none !important;
  position: absolute;
  right: 16px;
  width: calc(100% - 32px);
  top: 16px;
  z-index: 5;
}

.catalog__card .card-header__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog__card .card-header__tags .tag-hit,
.catalog__card .card-header__tags .tag-rec {
  font-size: 14px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  color: #1B2E4B;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  white-space: nowrap;
}

.catalog__card .card-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-left: auto;
}

@media (max-width: 920px) {
  .catalog__card .card-header {
    right: 12px;
    top: 12px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 768px) {
  .catalog__card .card-header__actions {
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .catalog__card .card-header__actions {
    flex-direction: column-reverse;
  }
}

.catalog__card .card-header__actions img {
  width: 28px;
  height: 28px;
  opacity: 1;
}

.catalog__card .card-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
  overflow: hidden;
}

.catalog__card .card-image a {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1080px) {
  .catalog__card .card-image a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.catalog__card .card-image__inner {
  grid-column: 1;
  grid-row: 1;
  max-width: 100%;
  max-height: 600px;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.catalog__card .card-image__inner--default {
  opacity: 1;
  visibility: visible;
  /* padding-top: 150px; */
}

@media (max-width: 768px) {
  .catalog__card .card-image__inner--default {
    /* padding-top: 80px; */
  }
}

.catalog__card .card-image__inner--hover {
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  z-index: 1;
  /* padding-top: 150px; */
}

@media (max-width: 768px) {
  .catalog__card .card-image__inner--hover {
    /* padding-top: 60px; */
  }
}

@media (min-width: 768px) {
  .catalog__card:hover .card-image__inner--default {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
  }

  .catalog__card:hover .card-image__inner--hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease, visibility 0s;
    transition: opacity 0.5s ease, visibility 0s;
  }
}

.catalog__card .card-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__card .card-bottom__name {
  font-size: 18px;
  font-weight: 500;
  color: #040d1c;
  margin: 0 0 8px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 600px) {
  .catalog__card .card-bottom__name {
    font-size: 16px;
  }
}

.catalog__card .card-bottom__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
}

.catalog__card .card-bottom__price .price-new {
  font-family: "NotoSans";
  font-size: 22px;
  font-weight: 700;
  color: #040d1c;
}

.catalog__card .card-bottom__price .price-old {
  font-size: 14px;
  color: #8a8b8c;
  text-decoration: line-through;
}

.catalog__card .card-actions {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease;
}

@media (max-width: 1080px) {
  .catalog__card .card-actions {
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
}

.catalog__card .card-actions__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  height: 27px;
}

.catalog__card .card-actions .color-option {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  position: relative;
}

.catalog__card .card-actions .color-option:hover,
.catalog__card .card-actions .color-option:active,
.catalog__card .card-actions .color-option.is-active {
  border-color: #040d1c;
}

.catalog__card .card-actions .color-option--gray::before,
.catalog__card .card-actions .color-option--gray::after,
.catalog__card .card-actions .color-option--white::before,
.catalog__card .card-actions .color-option--white::after,
.catalog__card .card-actions .color-option--blue::before,
.catalog__card .card-actions .color-option--blue::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.catalog__card .card-actions .color-option--gray::before,
.catalog__card .card-actions .color-option--white::before,
.catalog__card .card-actions .color-option--blue::before {
  border: 1px solid #fff;
}

.catalog__card .card-actions .color-option--gray::after,
.catalog__card .card-actions .color-option--white::after,
.catalog__card .card-actions .color-option--blue::after {
  border: 1px solid #040d1c;
}

.catalog__card .card-actions .color-option--gray:hover::before,
.catalog__card .card-actions .color-option--gray:hover::after,
.catalog__card .card-actions .color-option--gray:active::before,
.catalog__card .card-actions .color-option--gray:active::after,
.catalog__card .card-actions .color-option--gray.is-active::before,
.catalog__card .card-actions .color-option--gray.is-active::after,
.catalog__card .card-actions .color-option--white:hover::before,
.catalog__card .card-actions .color-option--white:hover::after,
.catalog__card .card-actions .color-option--white:active::before,
.catalog__card .card-actions .color-option--white:active::after,
.catalog__card .card-actions .color-option--white.is-active::before,
.catalog__card .card-actions .color-option--white.is-active::after,
.catalog__card .card-actions .color-option--blue:hover::before,
.catalog__card .card-actions .color-option--blue:hover::after,
.catalog__card .card-actions .color-option--blue:active::before,
.catalog__card .card-actions .color-option--blue:active::after,
.catalog__card .card-actions .color-option--blue.is-active::before,
.catalog__card .card-actions .color-option--blue.is-active::after {
  opacity: 1;
}

.catalog__card .card-actions .color-option--gray {
  background-color: #999;
}

.catalog__card .card-actions .color-option--white {
  background-color: #fff;
  border: 1px solid #ccc;
}

.catalog__card .card-actions .color-option--blue {
  background-color: #1B229E;
}

.catalog__card .card-actions__add-to-cart {
  background-color: #040d1c;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.card-image__inner {
  mix-blend-mode: multiply;
}

@media (max-width: 1200px) {
  .catalog__card .card-actions__add-to-cart {
    display: none;
  }
}

.catalog__card .card-actions__add-to-cart:hover {
  background-color: #1D2E4C;
}

.catalog__card:hover .card-actions {
  opacity: 1;
  height: 93px;
}

@media (max-width: 1200px) {
  .catalog__card:hover .card-actions {
    height: 27px;
  }
}

@media (max-width: 1440px) {
  .catalog .catalog__card .card-image__inner--hover {
    /* padding-top: 100px; */
  }

  .catalog .catalog__card .card-image__inner--default {
    /* padding-top: 100px; */
  }
}

@media (max-width: 1080px) {
  .catalog .catalog__card .card-image__inner--hover {
    padding-top: 0;
  }

  .catalog .catalog__card .card-image__inner--default {
    padding-top: 0px;
  }
}

.catalog__card .amount-manage {
  display: none;
}

.product-item-image-original,
.product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.product-item-image-alternative {
  z-index: 13;
  opacity: 0;
}

.product-item-image-original {
  z-index: 11;
}

.product-item-image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
  opacity: 1;
}

.compare-btn-inp:checked~svg path {
  fill: #8CC7FF;
}

.product-item-scu-item-color-block {
  position: relative;
}

.product-item-scu-item-color-block::before {
  content: "";
  width: 1px;
  height: 31px;
  background-color: #040d1c;
  -webkit-transform: translate(-50%, -50%) rotate(50deg);
  transform: translate(-50%, -50%) rotate(50deg);
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
}

.card-bottom__name p {
  color: #FF0042;
  font-weight: 500;
}

.colors-item.notallowed .product-item-scu-item-color {
  opacity: 0.4;
}

.colors-item.notallowed .product-item-scu-item-color-block::before {
  display: block;
}

.btn-buy-order {
  width: 100%;
  max-width: 100%;
}

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

.custom-promo__head {
  color: #1B2E4B;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
  font-weight: bold;
}

.custom-promo__head svg {
  max-width: 20px;
  max-height: 20px;
}

.custom-promo__item {
  background: #FFF;
  padding: 12px 18px 0 18px;
  margin-top: 10px;
}

.custom-promo__list .custom-promo__list-item:last-child {
  border: none;
}

.custom-promo__list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F3F6F9;
  padding: 6px 0;
  color: #1B2E4B;
  font-size: 14px;
}
/* End */
/* /local/templates/kord/components/bitrix/catalog/catalog/style.css?17857456079609 */
/* /local/templates/kord/components/bitrix/catalog.element/new/style.css?178609365162810 */
/* /local/templates/kord/components/bitrix/news.list/reviews/style.css?17857474763825 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17812939321413 */
/* /local/components/kord/service-form/templates/.default/style.css?1781694398461 */
/* /local/templates/kord/components/bitrix/catalog.section/similar_products/style.css?178574842131422 */
/* /local/templates/kord/components/bitrix/catalog.item/.default/style.css?178602147613579 */
