

/* Start:/local/templates/.default/components/bitrix/catalog/oum_estore/style.css?1687848168317*/
@media (max-width: 767.98px) {

  .widget-basket,
  .widget-sections {
    display: none;
  }

  .sidebar .widget-estore .widget-title::before {
    content: none;
    display: none;
  }

  .sidebar .widget-estore .widget-title h4,
  .sidebar .widget-estore .accordion .accordion-item {
    font-size: inherit;
  }

}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/oum_estore/bitrix/catalog.element/.default/style.css?16774864211395*/
#artnumber {
  cursor: pointer;
}

.no-touchevents #artnumber:hover {
  color: var(--text-color);
}

.product .product-block .alert {
  margin-top: 1rem;
  margin-bottom: 0;
}

.product.loading .product-price,
.product.loading .product-image img {
  opacity: 0.15 !important;
}

.product.loading .product-image .image-loader {
  display: block;
}

.product .product-status svg {
  font-size: large;
  vertical-align: text-top;
}

.product .product-price {
  line-height: 42px;
}

.product .product-property-spacer {
  min-width: 2rem;
  height: 1.5em;
  border-bottom: 1px dotted var(--light-color);
}

.product .product-property-value {
  line-height: 1.2;
  color: var(--text-color);
}

.product .entry__article,
.product .entry__article p {
  font-size: var(--font-base);
  line-height: var(--line-base);
}

.product .form-container {
  padding: 0;
}

.product .form-container select {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  border: none;
  background-color: transparent !important;
}

/* slider fix */

.slider-container.is-small .swiper:not(.swiper-initialized) .swiper-slide {
  flex-basis: calc((100% - var(--margin)) / 3) !important;
}

@media (min-width: 420px) {

  .slider-container.is-small .swiper:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 3 * var(--margin)) / 4) !important;
  }

}
/* End */


/* Start:/render/css/video.css?17473994233394*/
.video-container {
  position: relative;
  width: auto;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  background: var(--bg-color);
}

.video-container .video-cover {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.video-container .video-cover.lazyload,
.video-container .video-cover.lazyloading {
  opacity: 0;
  visibility: hidden;
}

.video-container .video-cover.lazyloaded {
  opacity: 1;
  visibility: visible;
}

.video-container .video-loader {
  z-index: 0;
}

.video-container.loaded .video-loader,
.video-cover.lazyloaded + .video-loader {
  display: none;
}

.video-container .video-cover ~ svg {
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 6em;
  height: 6em;
  margin: auto;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  transition-timing-function: cubic-bezier(0.28, 0.12, 0.22, 1);
  -webkit-filter: drop-shadow(2px 2px 5px #333);
  filter: drop-shadow(2px 2px 5px #333);
  z-index: 1;
}

.video-container .video-cover.lazyloaded ~ svg {
  opacity: 1;
}

.video-container:hover .video-cover ~ svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.video-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border: none !important;
  visibility: hidden;
}

.video-container > .video-wrapper {
  visibility: visible;
  overflow: hidden;
  z-index: 1;
}

.video-wrapper + span {
  display: none;
}

.video-wrapper .duration {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.154;
  background: rgba(0,0,0,0.4);
  color: var(--base-color);
  border-radius: 4px;
  pointer-events: none;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe:fullscreen {
  border-radius: 0;
}

@media (min-width: 992px) {

  .video-container.wide {
    width: 706.25px;
    width: 700px;
    height: 397.267px;
    height: 394px;
    padding-bottom: 0;
  }

}

.video-container .video-close {
  display: none;
  position: fixed;
  left: 345px;
  bottom: 166px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--grey-color);
  background: var(--base-color);
  box-shadow: var(--shadow-light);
  cursor: pointer;
  z-index: 1;
}

@media (min-width: 1800px) {

  .video-container.is-fixed {
    background: var(--bg-color) !important;
  }

  .video-container.is-fixed > .video-wrapper,
  .video-container.is-fixed > iframe {
    position: fixed;
    top: inherit;
    left: 15px;
    bottom: 15px;
    width: 320px;
    height: 180px;
    margin: 0;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    z-index: 10;
  }

  .video-container.is-fixed .video-close {
    display: block;
  }

}

.video-col .video {
  width: auto;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.5em;
}

.video-row {
  margin-bottom: 1.5em;
}

.video-row .video-container,
.sidebar .video-container {
  width: auto;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
}
/* End */


/* Start:/render/css/mistake.css?1720079044857*/
.swal2-popup.mistake-details .swal2-content {
  font-size: small !important;
}

.swal2-popup.mistake-details label {
  position: relative;
  top: 0.5em;
  margin: 0;
}

.swal2-popup.mistake-details .swal2-input:focus {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: transparent;
}

.swal2-popup.mistake-details .swal2-textarea {
  height: auto;
  resize: none;
}

.swal2-popup.mistake-details .swal2-textarea[readonly] {
  max-height: 10em;
  text-align: left;
  overflow-y: scroll;
}

.widget-mistake {
  font-family: var(--system-font);
  font-size: small;
}

.widget-mistake .swipe {
  font-weight: bold;
}

.touchevents .widget-mistake .key,
.no-touchevents .widget-mistake .swipe {
  display: none;
}

section > .widget-mistake {
  padding-bottom: 0 !important;
}

.widget-mistake a {
  font-weight: bold;
}
/* End */


/* Start:/e-store/products.css?16774337052568*/
.product {
  font-family: var(--system-font);
}

.product .product-status {
  cursor: default;
}

.product .product-status.product-status-available {
  color: #33b062;
}

.product .product-status.product-status-not-available {
  color: #f91155;
}

.product .product-status.product-status-few {
  color: #ff8400;
}

.product .product-price {
  font-weight: normal;
  color: var(--text-color);
}

.product .product-price.disabled {
  color: var(--grey-color);
}

.product .product-price .product-price-from {
  font-size: smaller;
}

.product .product-price .product-price-value {
  font-weight: bold;
}

.product .product-price svg {
  height: 1.125em;
  font-size: 0.75em;
}

.product .product-actions button {
  box-shadow: none !important;
}

.product .product-actions .btn-secondary {
  font-size: large;
  background-color: var(--light-color);
}

.no-touchevents .product .product-actions .btn-secondary:hover {
  background-color: var(--grey-color);
}

.product .product-actions .btn-secondary .button-loader {
  font-size: small;
}

.product .product-actions [data-action="add"] {
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 32px;
  opacity: 0.15;
}

.product .product-actions [data-action="add"].ready {
  opacity: 1;
}

.product .product-actions [data-action="add"].btn-lg {
  height: 42px;
}

.product .product-actions [data-action="add"].active {
  border-radius: 0;
  background-color: #33b062;
}

.no-touchevents .product .product-actions [data-action="add"].active:hover {
  background-color: #20954c;
}

.product .product-actions [data-action="add"]:not(.active) :nth-child(2) {
  display: none;
}

.product .product-actions [data-action="add"] :first-child {
  line-height: 14px;
}

.product .product-actions [data-action="add"] :nth-child(2) {
  font-size: 65%;
  font-weight: normal;
  line-height: 7px;
}

.product .product-actions [data-action="add"].btn-lg :first-child {
  line-height: 18px;
}

.product .product-actions [data-action="add"].btn-lg :nth-child(2) {
  font-size: 75%;
}

.product .product-actions .disabled {
  background-color: var(--grey-color);
}

.product .product-actions [data-action="plus"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product .product-actions [data-action="minus"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product.entry .image-container {
  margin-bottom: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.product .image-container img {
  height: 100%;
  object-fit: contain;
}
/* End */


/* Start:/e-store/basket.css?16647214453424*/
.basket-container {
  position: relative;
  font-family: var(--system-font);
  color: var(--text-color);
}

.basket-container .badge {
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 9px;
}

.basket-container .counter {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.basket-container .counter.active {
  opacity: 1;
  visibility: visible;
}

.basket-container .basket-title .accordion-button {
  margin-top:-5px;
}

.basket-container .basket-item {
  border-bottom: 1px solid var(--border-color);
}

.basket-container .basket-item:first-child {
  padding-top: 0 !important;
}

.basket-container .basket-item:last-child {
  padding-bottom: 0 !important;
  border-bottom: none;
}

.basket-container .basket-item-image {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.basket-container  .basket-item-body {
  flex-basis: 100%;
}

@media (max-width: 1199.98px) {

  .basket-summary {
    font-size: 0.8rem;
  }

}

@media (min-width: 992px) {

  .basket-container  .basket-item-body {
    flex-basis: auto;
  }

}

.basket-container .basket-item-name {
  font-size: 14px;
  line-height: 1.2;
}

.basket-container .basket-item-name > a {
  color: #000;
}

.basket-container .basket-item-price {
  font-size: 13px;
}

.basket-container .basket-item-actions {
  width: 1.2em;
  margin-right: 0.5em;
  margin-top: 0.3rem;
  text-align: end;
  height: 32px;
  line-height: 32px;
}

.basket-container .basket-item-action {
  margin: -0.25em -0.5em;
  padding: 0.25em 0.5em;
  color: var(--grey-color);
  cursor: pointer;
}

.basket-container .basket-item.selected .basket-item-name > a,
.no-touchevents .basket-container .basket-item-action:not(.loading):hover {
  color: var(--main-color);
}

.basket-container .basket-item-action.loading {
  cursor: default;
}

.basket-container .basket-item-action.loading svg {
  font-size: small;
}

@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}
.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}

.basket-container .basket-footer {
  margin: 0 -1rem;
  padding: 0 1rem;
  border-top: 1px solid var(--border-color);
}

.basket-container .basket-buttons .btn {
  box-shadow: none !important;
  flex-basis: 100%;
}

.basket-container .basket-buttons .button-basket {
  margin-bottom: 1em;
}

.basket-container .basket-loader {
  position: relative;
  width: 100%;
  height: 1.5em;
}

@media (min-width: 380px) {

  .basket-container .basket-buttons .btn {
    flex-basis: auto;
  }

  .basket-container .basket-buttons .button-basket {
    margin-bottom: 0;
  }

}
/* End */
/* /local/templates/.default/components/bitrix/catalog/oum_estore/style.css?1687848168317 */
/* /local/templates/.default/components/bitrix/catalog/oum_estore/bitrix/catalog.element/.default/style.css?16774864211395 */
/* /render/css/video.css?17473994233394 */
/* /render/css/mistake.css?1720079044857 */
/* /e-store/products.css?16774337052568 */
/* /e-store/basket.css?16647214453424 */
