

/* Start:/local/templates/stmd/components/bitrix/catalog.element/catalog.offer.stmd/style.css?176045451110500*/
.detail-product-offers--mobile {
  display: none !important;
}

@media (max-width: 992px) {
  .detail-product-offers--desktop {
    display: none !important;
  }
  .detail-product-offers--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.detail-product__message-success {
  color: var(--green-base-color);
  font-family: var(--font-family--open);
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .hystmodal__wrap {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.inform-modal {
  max-width: 595px;
  border-radius: 15px;
  border: none;
  background-color: var(--white-base-color);
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .inform-modal {
    border-radius: 15px 15px 0 0;
  }
}
.inform-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .inform-modal__content {
    gap: 20px;
  }
}
.inform-modal__title {
  color: var(--grey-dark-color);
  font-family: var(--font-family--code-next-trial);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .inform-modal__title {
    font-size: 20px;
  }
}
.inform-modal__description {
  color: var(--grey-medium-color);
  font-family: var(--font-family--open);
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.inform-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .inform-modal__form {
    gap: 20px;
  }
}
.inform-modal .just-validate-error-label, .inform-modal .inform-modal__input-error {
  color: var(--red-base-color) !important;
  font-family: var(--font-family--open);
  font-size: 14px;
}
.inform-modal__input {
  width: 100%;
  padding: 13px 24px;
  border: 1px solid var(--grey-extra-light-color);
  border-radius: 50px;
  color: var(--grey-extra-light-color);
  font-family: var(--font-family--open);
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .inform-modal__input {
    font-size: 14px;
  }
}
.inform-modal__input-error {
  color: var(--red-base-color);
  font-family: var(--font-family--open);
  font-size: 14px;
}
.inform-modal__input--error {
  outline: 1px solid var(--red-base-color);
  border: 1px solid var(--red-base-color);
}
.inform-modal__input--error ~ .inform-modal__input-label {
  color: var(--red-base-color);
}
.inform-modal__input::-webkit-input-placeholder {
  color: var(--grey-extra-light-color);
  font-family: var(--font-family--open);
  font-size: 16px;
  font-weight: 600;
}
.inform-modal__input::-moz-placeholder {
  color: var(--grey-extra-light-color);
  font-family: var(--font-family--open);
  font-size: 16px;
  font-weight: 600;
}
.inform-modal__input:-ms-input-placeholder {
  color: var(--grey-extra-light-color);
  font-family: var(--font-family--open);
  font-size: 16px;
  font-weight: 600;
}
.inform-modal__input::-ms-input-placeholder {
  color: var(--grey-extra-light-color);
  font-family: var(--font-family--open);
  font-size: 16px;
  font-weight: 600;
}
.inform-modal__input::placeholder {
  color: var(--grey-extra-light-color);
  font-family: var(--font-family--open);
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .inform-modal__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .inform-modal__input::-moz-placeholder {
    font-size: 14px;
  }
  .inform-modal__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .inform-modal__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .inform-modal__input::placeholder {
    font-size: 14px;
  }
}
.inform-modal__input-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.inform-modal__input-label {
  position: absolute;
  left: 24px;
  top: -10px;
  background-color: var(--white-base-color);
  padding: 0 4px;
  color: var(--grey-extra-light-color);
  font-family: var(--font-family--open);
  font-size: 12px;
  font-weight: 600;
}
.inform-modal__input-label .input-required {
  color: var(--red-base-color);
}
.inform-modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 992px) {
  .inform-modal__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
  .inform-modal__buttons button {
    max-width: 100%;
  }
  .inform-modal__buttons .btn--hidden-mobile {
    display: none;
  }
}
.inform-modal .recaptcha-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.inform-modal__mobile-close {
  display: none;
}
@media screen and (max-width: 992px) {
  .inform-modal__mobile-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.inform-modal__mobile-close .inform-modal__close-button svg {
  fill: var(--blue-green-base-color);
}

.stmdx-oa-preload {
  display: block;
  position: fixed;
  z-index: 10000;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, width 0s 0.2s;
  -o-transition: opacity 0.2s 0s, width 0s 0.2s;
  transition: opacity 0.2s 0s, width 0s 0.2s;
}

.stmdx-oa-preload--active {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.2s 0s, width 0s 0s;
  -o-transition: opacity 0.2s 0s, width 0s 0s;
  transition: opacity 0.2s 0s, width 0s 0s;
}

.stmdx-oa-preload__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  fill: #ee0823;
}
.ya-pay-widget {
  z-index: 2 !important;
}

.detail-product-data__inner .gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
  overflow: hidden;
}

.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
  width: auto;
  height: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


.gallery-slider  .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: .1;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-thumbs  img {
  width: auto;
  object-fit: cover;
  height: 100%;
}

.cp_container.cp_btn_right .cp_btn {
  z-index: 1!important;
}

.product-gallery-slider-arrows-item {
  cursor: pointer;
}

.product-gallery-slider-arrows {
  margin: 10px auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:767px){
  .detail-product-data__inner .gallery {
    max-width: 320px;
  }
}

.product_tabs_row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_tabs_row-item {
  cursor: pointer;
  transition: ease all .3s;
  padding: 10px;
}
.product_tabs_row-item.active {
  transition: ease all .3s;
  border-bottom: 2px solid black;
}

.product_tabs_row {
  border-bottom: 1px solid var(--grey-light-color);
}

.product_tabs_data-item {
  padding: 20px 10px;
}

.detail-product .tab-content .reviews-section__top {
  display: none;
}

.container-tabs {
  margin-top: 20px;
}

.container-tabs_f {
  margin: 1rem;
  padding: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

.container-tabs .tab {
  display: flex;
  flex-direction: column;
}

.container-tabs .tab-nav > input[type="radio"] {
  display: none;
}

.container-tabs .tab-content {
  display: none;
}

.container-tabs #content-1:has(~ .tab-nav > #tab-btn-1:checked),
.container-tabs #content-2:has(~ .tab-nav > #tab-btn-2:checked),
.container-tabs #content-3:has(~ .tab-nav > #tab-btn-3:checked) {
  display: block;
}

.container-tabs .tab-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
  order: -1;
}

.container-tabs .tab-nav > label {
  cursor: pointer;
  display: block;
  color: #000;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background: 0 0;
  border: 1px solid transparent;
  margin-bottom: -1px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  -webkit-appearance: button;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.container-tabs .tab-nav > input[type="radio"]:checked + label {
  color: var(--red-dark-color);
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  cursor: default;
}

.detail-product__data-block__noaccordion {
  margin-bottom: 16px;
}

.detail-product__data-block__noaccordion .accordion__header {
  margin-bottom: 8px;
}

.detail-product__right-not-available-description {
  color: var(--grey-dark-color);
  font-family: var(--font-family--open);
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width:1200px){
  .container-tabs {
    display: none;
  }
}

@media screen and (min-width:1201px){
  .detail-product__data-block__middle.detail-product__data-block {
    display: none;
  }
}

/* End */


/* Start:/local/libs/photoSwipe/photoswipe.css?16898307487420*/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;


    --pswp-root-z-index: 100000;

    --pswp-preloader-color: rgba(79, 79, 79, 0.4);
    --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);

    /* defined via js:
    --pswp-transition-duration: 333ms; */

    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;

    --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    display: none;
    touch-action: none;
    outline: 0;
    opacity: 0.003;
    contain: layout style size;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
    outline: 0;
}

.pswp * {
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

.pswp--open {
    display: block;
}

.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity;
}

.pswp__bg {
    opacity: 0.005;
    background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
    width: auto;
    height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__item {
    /* z-index for fade transition */
    z-index: 1;
    overflow: hidden;
}

.pswp__hidden {
    display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
    pointer-events: none;
}
.pswp__content > * {
    pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
    display: grid;
}
.pswp__error-msg {
    margin: auto;
    font-size: 1em;
    line-height: 1;
    color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
    opacity: 0.005;
    will-change: opacity;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
    z-index: 10; /* always overlap slide content */
    pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 0.85;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
    transition: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
}

.pswp__button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    pointer-events: none;
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none;
}

.pswp__icn:focus {
    outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
    background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 10;

    /* allow events to pass through top bar itself */
    pointer-events: none !important;
}
.pswp__top-bar > * {
    pointer-events: auto;
    /* this makes transition significantly more smooth,
       even though inner elements are not animated */
    will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
    margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
    position: absolute;
    top: 0;
    width: 75px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
}

.pswp__button--arrow:disabled {
    display: none;
    cursor: default;
}

.pswp__button--arrow .pswp__icn {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: none;
    border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
    display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
    visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
    visibility: visible;
}

.pswp__button--arrow--prev {
    right: auto;
    left: 0px;
}

.pswp__button--arrow--next {
    right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    /* flip horizontally */
    transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
    display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 60px;
    margin-right: auto;
}

.pswp__preloader .pswp__icn {
    opacity: 0;
    transition: opacity 0.2s linear;
    animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
    opacity: 0.85;
}

@keyframes pswp-clockwise {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
    height: 30px;
    margin-top: 15px;
    margin-inline-start: 20px;
    font-size: 14px;
    line-height: 30px;
    color: var(--pswp-icon-color);
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
    opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
    display: none;
}
/* End */


/* Start:/local/libs/hystmodal/hystmodal.min.css?17604545112290*/
.hystmodal__opened,.hystmodal__shadow{position:fixed;right:0;left:0;overflow:hidden}.hystmodal__shadow{border:none;display:block;width:100%;top:0;bottom:0;pointer-events:none;z-index:98;opacity:0;transition:opacity .15s ease;background-color:#000}.hystmodal__shadow--show{pointer-events:auto;opacity:.6}.hystmodal{position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;pointer-events:none;display:flex;flex-flow:column nowrap;justify-content:flex-start;z-index:99;visibility:hidden}.hystmodal--active{opacity:1}.hystmodal--active,.hystmodal--moved{pointer-events:auto;visibility:visible}.hystmodal__wrap{flex-shrink:0;flex-grow:0;width:100%;min-height:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.hystmodal__window{margin:50px 0;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transition:transform .2s ease 0s,opacity .2s ease 0s;transform:scale(.9);opacity:0}.hystmodal--active .hystmodal__window{transform:scale(1);opacity:1}.hystmodal__close{position:absolute;z-index:10;top:0;right:-40px;display:block;width:30px;height:30px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close:focus{outline:2px dotted #afb3b9;outline-offset:2px}@media (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__window{margin:0}}
/* End */
/* /local/templates/stmd/components/bitrix/catalog.element/catalog.offer.stmd/style.css?176045451110500 */
/* /local/libs/photoSwipe/photoswipe.css?16898307487420 */
/* /local/libs/hystmodal/hystmodal.min.css?17604545112290 */
